Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.MediaLive.CancelInputDeviceTransfer
Description
Cancel an input device transfer that you have requested.
Synopsis
- data CancelInputDeviceTransfer = CancelInputDeviceTransfer' {}
- newCancelInputDeviceTransfer :: Text -> CancelInputDeviceTransfer
- cancelInputDeviceTransfer_inputDeviceId :: Lens' CancelInputDeviceTransfer Text
- data CancelInputDeviceTransferResponse = CancelInputDeviceTransferResponse' {
- httpStatus :: Int
- newCancelInputDeviceTransferResponse :: Int -> CancelInputDeviceTransferResponse
- cancelInputDeviceTransferResponse_httpStatus :: Lens' CancelInputDeviceTransferResponse Int
Creating a Request
data CancelInputDeviceTransfer Source #
Placeholder documentation for CancelInputDeviceTransferRequest
See: newCancelInputDeviceTransfer
smart constructor.
Constructors
CancelInputDeviceTransfer' | |
Fields
|
Instances
newCancelInputDeviceTransfer Source #
Create a value of CancelInputDeviceTransfer
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:inputDeviceId:CancelInputDeviceTransfer'
, cancelInputDeviceTransfer_inputDeviceId
- The unique ID of the input device to cancel. For example,
hd-123456789abcdef.
Request Lenses
cancelInputDeviceTransfer_inputDeviceId :: Lens' CancelInputDeviceTransfer Text Source #
The unique ID of the input device to cancel. For example, hd-123456789abcdef.
Destructuring the Response
data CancelInputDeviceTransferResponse Source #
Placeholder documentation for CancelInputDeviceTransferResponse
See: newCancelInputDeviceTransferResponse
smart constructor.
Constructors
CancelInputDeviceTransferResponse' | |
Fields
|
Instances
newCancelInputDeviceTransferResponse Source #
Arguments
:: Int | |
-> CancelInputDeviceTransferResponse |
Create a value of CancelInputDeviceTransferResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:CancelInputDeviceTransferResponse'
, cancelInputDeviceTransferResponse_httpStatus
- The response's http status code.
Response Lenses
cancelInputDeviceTransferResponse_httpStatus :: Lens' CancelInputDeviceTransferResponse Int Source #
The response's http status code.