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 AddressTransfer = AddressTransfer' {}
- newAddressTransfer :: AddressTransfer
- addressTransfer_addressTransferStatus :: Lens' AddressTransfer (Maybe AddressTransferStatus)
- addressTransfer_allocationId :: Lens' AddressTransfer (Maybe Text)
- addressTransfer_publicIp :: Lens' AddressTransfer (Maybe Text)
- addressTransfer_transferAccountId :: Lens' AddressTransfer (Maybe Text)
- addressTransfer_transferOfferAcceptedTimestamp :: Lens' AddressTransfer (Maybe UTCTime)
- addressTransfer_transferOfferExpirationTimestamp :: Lens' AddressTransfer (Maybe UTCTime)
Documentation
data AddressTransfer Source #
Details on the Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon Virtual Private Cloud User Guide.
See: newAddressTransfer
smart constructor.
AddressTransfer' | |
|
Instances
newAddressTransfer :: AddressTransfer Source #
Create a value of AddressTransfer
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:addressTransferStatus:AddressTransfer'
, addressTransfer_addressTransferStatus
- The Elastic IP address transfer status.
$sel:allocationId:AddressTransfer'
, addressTransfer_allocationId
- The allocation ID of an Elastic IP address.
$sel:publicIp:AddressTransfer'
, addressTransfer_publicIp
- The Elastic IP address being transferred.
$sel:transferAccountId:AddressTransfer'
, addressTransfer_transferAccountId
- The ID of the account that you want to transfer the Elastic IP address
to.
$sel:transferOfferAcceptedTimestamp:AddressTransfer'
, addressTransfer_transferOfferAcceptedTimestamp
- The timestamp when the Elastic IP address transfer was accepted.
$sel:transferOfferExpirationTimestamp:AddressTransfer'
, addressTransfer_transferOfferExpirationTimestamp
- The timestamp when the Elastic IP address transfer expired. When the
source account starts the transfer, the transfer account has seven hours
to allocate the Elastic IP address to complete the transfer, or the
Elastic IP address will return to its original owner.
addressTransfer_addressTransferStatus :: Lens' AddressTransfer (Maybe AddressTransferStatus) Source #
The Elastic IP address transfer status.
addressTransfer_allocationId :: Lens' AddressTransfer (Maybe Text) Source #
The allocation ID of an Elastic IP address.
addressTransfer_publicIp :: Lens' AddressTransfer (Maybe Text) Source #
The Elastic IP address being transferred.
addressTransfer_transferAccountId :: Lens' AddressTransfer (Maybe Text) Source #
The ID of the account that you want to transfer the Elastic IP address to.
addressTransfer_transferOfferAcceptedTimestamp :: Lens' AddressTransfer (Maybe UTCTime) Source #
The timestamp when the Elastic IP address transfer was accepted.
addressTransfer_transferOfferExpirationTimestamp :: Lens' AddressTransfer (Maybe UTCTime) Source #
The timestamp when the Elastic IP address transfer expired. When the source account starts the transfer, the transfer account has seven hours to allocate the Elastic IP address to complete the transfer, or the Elastic IP address will return to its original owner.