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 |
Synopsis
- data TransferringInputDeviceSummary = TransferringInputDeviceSummary' {}
- newTransferringInputDeviceSummary :: TransferringInputDeviceSummary
- transferringInputDeviceSummary_id :: Lens' TransferringInputDeviceSummary (Maybe Text)
- transferringInputDeviceSummary_message :: Lens' TransferringInputDeviceSummary (Maybe Text)
- transferringInputDeviceSummary_targetCustomerId :: Lens' TransferringInputDeviceSummary (Maybe Text)
- transferringInputDeviceSummary_transferType :: Lens' TransferringInputDeviceSummary (Maybe InputDeviceTransferType)
Documentation
data TransferringInputDeviceSummary Source #
Details about the input device that is being transferred.
See: newTransferringInputDeviceSummary
smart constructor.
TransferringInputDeviceSummary' | |
|
Instances
newTransferringInputDeviceSummary :: TransferringInputDeviceSummary Source #
Create a value of TransferringInputDeviceSummary
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:id:TransferringInputDeviceSummary'
, transferringInputDeviceSummary_id
- The unique ID of the input device.
$sel:message:TransferringInputDeviceSummary'
, transferringInputDeviceSummary_message
- The optional message that the sender has attached to the transfer.
$sel:targetCustomerId:TransferringInputDeviceSummary'
, transferringInputDeviceSummary_targetCustomerId
- The AWS account ID for the recipient of the input device transfer.
$sel:transferType:TransferringInputDeviceSummary'
, transferringInputDeviceSummary_transferType
- The type (direction) of the input device transfer.
transferringInputDeviceSummary_id :: Lens' TransferringInputDeviceSummary (Maybe Text) Source #
The unique ID of the input device.
transferringInputDeviceSummary_message :: Lens' TransferringInputDeviceSummary (Maybe Text) Source #
The optional message that the sender has attached to the transfer.
transferringInputDeviceSummary_targetCustomerId :: Lens' TransferringInputDeviceSummary (Maybe Text) Source #
The AWS account ID for the recipient of the input device transfer.
transferringInputDeviceSummary_transferType :: Lens' TransferringInputDeviceSummary (Maybe InputDeviceTransferType) Source #
The type (direction) of the input device transfer.