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