| 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.RejectInputDeviceTransfer
Description
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.
Constructors
| RejectInputDeviceTransfer' | |
Fields
| |
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.
Constructors
| RejectInputDeviceTransferResponse' | |
Fields
| |
Instances
newRejectInputDeviceTransferResponse Source #
Arguments
| :: Int | |
| -> RejectInputDeviceTransferResponse |
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.