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 |
Reject the transfer of the specified input device to your AWS account.
Synopsis
- data RejectInputDeviceTransfer = RejectInputDeviceTransfer' {}
- newRejectInputDeviceTransfer :: Text -> RejectInputDeviceTransfer
- rejectInputDeviceTransfer_inputDeviceId :: Lens' RejectInputDeviceTransfer Text
- data RejectInputDeviceTransferResponse = RejectInputDeviceTransferResponse' {
- httpStatus :: Int
- newRejectInputDeviceTransferResponse :: Int -> RejectInputDeviceTransferResponse
- rejectInputDeviceTransferResponse_httpStatus :: Lens' RejectInputDeviceTransferResponse Int
Creating a Request
data RejectInputDeviceTransfer Source #
Placeholder documentation for RejectInputDeviceTransferRequest
See: newRejectInputDeviceTransfer
smart constructor.
RejectInputDeviceTransfer' | |
|
Instances
newRejectInputDeviceTransfer Source #
Create a value of RejectInputDeviceTransfer
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:RejectInputDeviceTransfer'
, rejectInputDeviceTransfer_inputDeviceId
- The unique ID of the input device to reject. For example,
hd-123456789abcdef.
Request Lenses
rejectInputDeviceTransfer_inputDeviceId :: Lens' RejectInputDeviceTransfer Text Source #
The unique ID of the input device to reject. For example, hd-123456789abcdef.
Destructuring the Response
data RejectInputDeviceTransferResponse Source #
Placeholder documentation for RejectInputDeviceTransferResponse
See: newRejectInputDeviceTransferResponse
smart constructor.
RejectInputDeviceTransferResponse' | |
|
Instances
Generic RejectInputDeviceTransferResponse Source # | |
Read RejectInputDeviceTransferResponse Source # | |
Show RejectInputDeviceTransferResponse Source # | |
NFData RejectInputDeviceTransferResponse Source # | |
Defined in Amazonka.MediaLive.RejectInputDeviceTransfer rnf :: RejectInputDeviceTransferResponse -> () # | |
Eq RejectInputDeviceTransferResponse Source # | |
type Rep RejectInputDeviceTransferResponse Source # | |
Defined in Amazonka.MediaLive.RejectInputDeviceTransfer type Rep RejectInputDeviceTransferResponse = D1 ('MetaData "RejectInputDeviceTransferResponse" "Amazonka.MediaLive.RejectInputDeviceTransfer" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "RejectInputDeviceTransferResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newRejectInputDeviceTransferResponse Source #
Create a value of RejectInputDeviceTransferResponse
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:RejectInputDeviceTransferResponse'
, rejectInputDeviceTransferResponse_httpStatus
- The response's http status code.
Response Lenses
rejectInputDeviceTransferResponse_httpStatus :: Lens' RejectInputDeviceTransferResponse Int Source #
The response's http status code.