| 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.AcceptInputDeviceTransfer
Description
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.
Constructors
| AcceptInputDeviceTransfer' | |
Fields
| |
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.
Constructors
| AcceptInputDeviceTransferResponse' | |
Fields
| |
Instances
newAcceptInputDeviceTransferResponse Source #
Arguments
| :: Int | |
| -> AcceptInputDeviceTransferResponse |
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.