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

Description

 
Synopsis

Documentation

data CoipAddressUsage Source #

Describes address usage for a customer-owned address pool.

See: newCoipAddressUsage smart constructor.

Constructors

CoipAddressUsage' 

Fields

Instances

Instances details
FromXML CoipAddressUsage Source # 
Instance details

Defined in Amazonka.EC2.Types.CoipAddressUsage

Generic CoipAddressUsage Source # 
Instance details

Defined in Amazonka.EC2.Types.CoipAddressUsage

Associated Types

type Rep CoipAddressUsage :: Type -> Type #

Read CoipAddressUsage Source # 
Instance details

Defined in Amazonka.EC2.Types.CoipAddressUsage

Show CoipAddressUsage Source # 
Instance details

Defined in Amazonka.EC2.Types.CoipAddressUsage

NFData CoipAddressUsage Source # 
Instance details

Defined in Amazonka.EC2.Types.CoipAddressUsage

Methods

rnf :: CoipAddressUsage -> () #

Eq CoipAddressUsage Source # 
Instance details

Defined in Amazonka.EC2.Types.CoipAddressUsage

Hashable CoipAddressUsage Source # 
Instance details

Defined in Amazonka.EC2.Types.CoipAddressUsage

type Rep CoipAddressUsage Source # 
Instance details

Defined in Amazonka.EC2.Types.CoipAddressUsage

type Rep CoipAddressUsage = D1 ('MetaData "CoipAddressUsage" "Amazonka.EC2.Types.CoipAddressUsage" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "CoipAddressUsage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "allocationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "awsService") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "coIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newCoipAddressUsage :: CoipAddressUsage Source #

Create a value of CoipAddressUsage 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:allocationId:CoipAddressUsage', coipAddressUsage_allocationId - The allocation ID of the address.

$sel:awsAccountId:CoipAddressUsage', coipAddressUsage_awsAccountId - The Amazon Web Services account ID.

$sel:awsService:CoipAddressUsage', coipAddressUsage_awsService - The Amazon Web Services service.

$sel:coIp:CoipAddressUsage', coipAddressUsage_coIp - The customer-owned IP address.

coipAddressUsage_allocationId :: Lens' CoipAddressUsage (Maybe Text) Source #

The allocation ID of the address.

coipAddressUsage_awsAccountId :: Lens' CoipAddressUsage (Maybe Text) Source #

The Amazon Web Services account ID.

coipAddressUsage_awsService :: Lens' CoipAddressUsage (Maybe Text) Source #

The Amazon Web Services service.

coipAddressUsage_coIp :: Lens' CoipAddressUsage (Maybe Text) Source #

The customer-owned IP address.