amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.AddressTransfer

Description

 
Synopsis

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.

Constructors

AddressTransfer' 

Fields

Instances

Instances details
FromXML AddressTransfer Source # 
Instance details

Defined in Amazonka.EC2.Types.AddressTransfer

Generic AddressTransfer Source # 
Instance details

Defined in Amazonka.EC2.Types.AddressTransfer

Associated Types

type Rep AddressTransfer :: Type -> Type #

Read AddressTransfer Source # 
Instance details

Defined in Amazonka.EC2.Types.AddressTransfer

Show AddressTransfer Source # 
Instance details

Defined in Amazonka.EC2.Types.AddressTransfer

NFData AddressTransfer Source # 
Instance details

Defined in Amazonka.EC2.Types.AddressTransfer

Methods

rnf :: AddressTransfer -> () #

Eq AddressTransfer Source # 
Instance details

Defined in Amazonka.EC2.Types.AddressTransfer

Hashable AddressTransfer Source # 
Instance details

Defined in Amazonka.EC2.Types.AddressTransfer

type Rep AddressTransfer Source # 
Instance details

Defined in Amazonka.EC2.Types.AddressTransfer

type Rep AddressTransfer = D1 ('MetaData "AddressTransfer" "Amazonka.EC2.Types.AddressTransfer" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "AddressTransfer'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "addressTransferStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AddressTransferStatus)) :*: (S1 ('MetaSel ('Just "allocationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "publicIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "transferAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "transferOfferAcceptedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "transferOfferExpirationTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))))

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_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.