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

Description

 
Synopsis

Documentation

data Ipv6Pool Source #

Describes an IPv6 address pool.

See: newIpv6Pool smart constructor.

Constructors

Ipv6Pool' 

Fields

Instances

Instances details
FromXML Ipv6Pool Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6Pool

Generic Ipv6Pool Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6Pool

Associated Types

type Rep Ipv6Pool :: Type -> Type #

Methods

from :: Ipv6Pool -> Rep Ipv6Pool x #

to :: Rep Ipv6Pool x -> Ipv6Pool #

Read Ipv6Pool Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6Pool

Show Ipv6Pool Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6Pool

NFData Ipv6Pool Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6Pool

Methods

rnf :: Ipv6Pool -> () #

Eq Ipv6Pool Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6Pool

Hashable Ipv6Pool Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6Pool

Methods

hashWithSalt :: Int -> Ipv6Pool -> Int #

hash :: Ipv6Pool -> Int #

type Rep Ipv6Pool Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6Pool

type Rep Ipv6Pool = D1 ('MetaData "Ipv6Pool" "Amazonka.EC2.Types.Ipv6Pool" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "Ipv6Pool'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "poolCidrBlocks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PoolCidrBlock]))) :*: (S1 ('MetaSel ('Just "poolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))))

newIpv6Pool :: Ipv6Pool Source #

Create a value of Ipv6Pool 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:description:Ipv6Pool', ipv6Pool_description - The description for the address pool.

$sel:poolCidrBlocks:Ipv6Pool', ipv6Pool_poolCidrBlocks - The CIDR blocks for the address pool.

$sel:poolId:Ipv6Pool', ipv6Pool_poolId - The ID of the address pool.

$sel:tags:Ipv6Pool', ipv6Pool_tags - Any tags for the address pool.

ipv6Pool_description :: Lens' Ipv6Pool (Maybe Text) Source #

The description for the address pool.

ipv6Pool_poolCidrBlocks :: Lens' Ipv6Pool (Maybe [PoolCidrBlock]) Source #

The CIDR blocks for the address pool.

ipv6Pool_poolId :: Lens' Ipv6Pool (Maybe Text) Source #

The ID of the address pool.

ipv6Pool_tags :: Lens' Ipv6Pool (Maybe [Tag]) Source #

Any tags for the address pool.