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

Description

 
Synopsis

Documentation

data MovingAddressStatus Source #

Describes the status of a moving Elastic IP address.

We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.

See: newMovingAddressStatus smart constructor.

Constructors

MovingAddressStatus' 

Fields

Instances

Instances details
FromXML MovingAddressStatus Source # 
Instance details

Defined in Amazonka.EC2.Types.MovingAddressStatus

Generic MovingAddressStatus Source # 
Instance details

Defined in Amazonka.EC2.Types.MovingAddressStatus

Associated Types

type Rep MovingAddressStatus :: Type -> Type #

Read MovingAddressStatus Source # 
Instance details

Defined in Amazonka.EC2.Types.MovingAddressStatus

Show MovingAddressStatus Source # 
Instance details

Defined in Amazonka.EC2.Types.MovingAddressStatus

NFData MovingAddressStatus Source # 
Instance details

Defined in Amazonka.EC2.Types.MovingAddressStatus

Methods

rnf :: MovingAddressStatus -> () #

Eq MovingAddressStatus Source # 
Instance details

Defined in Amazonka.EC2.Types.MovingAddressStatus

Hashable MovingAddressStatus Source # 
Instance details

Defined in Amazonka.EC2.Types.MovingAddressStatus

type Rep MovingAddressStatus Source # 
Instance details

Defined in Amazonka.EC2.Types.MovingAddressStatus

type Rep MovingAddressStatus = D1 ('MetaData "MovingAddressStatus" "Amazonka.EC2.Types.MovingAddressStatus" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "MovingAddressStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "moveStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MoveStatus)) :*: S1 ('MetaSel ('Just "publicIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMovingAddressStatus :: MovingAddressStatus Source #

Create a value of MovingAddressStatus 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:moveStatus:MovingAddressStatus', movingAddressStatus_moveStatus - The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.

$sel:publicIp:MovingAddressStatus', movingAddressStatus_publicIp - The Elastic IP address.

movingAddressStatus_moveStatus :: Lens' MovingAddressStatus (Maybe MoveStatus) Source #

The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.