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 |
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.
CancelInputDeviceTransfer' | |
|
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.
CancelInputDeviceTransferResponse' | |
|
Instances
Generic CancelInputDeviceTransferResponse Source # | |
Read CancelInputDeviceTransferResponse Source # | |
Show CancelInputDeviceTransferResponse Source # | |
NFData CancelInputDeviceTransferResponse Source # | |
Defined in Amazonka.MediaLive.CancelInputDeviceTransfer rnf :: CancelInputDeviceTransferResponse -> () # | |
Eq CancelInputDeviceTransferResponse Source # | |
type Rep CancelInputDeviceTransferResponse Source # | |
Defined in Amazonka.MediaLive.CancelInputDeviceTransfer type Rep CancelInputDeviceTransferResponse = D1 ('MetaData "CancelInputDeviceTransferResponse" "Amazonka.MediaLive.CancelInputDeviceTransfer" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "CancelInputDeviceTransferResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newCancelInputDeviceTransferResponse Source #
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.