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

Description

 
Synopsis

Documentation

data Ipv6PrefixSpecification Source #

Describes the IPv6 prefix.

See: newIpv6PrefixSpecification smart constructor.

Constructors

Ipv6PrefixSpecification' 

Fields

Instances

Instances details
FromXML Ipv6PrefixSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6PrefixSpecification

Generic Ipv6PrefixSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6PrefixSpecification

Associated Types

type Rep Ipv6PrefixSpecification :: Type -> Type #

Read Ipv6PrefixSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6PrefixSpecification

Show Ipv6PrefixSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6PrefixSpecification

NFData Ipv6PrefixSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6PrefixSpecification

Methods

rnf :: Ipv6PrefixSpecification -> () #

Eq Ipv6PrefixSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6PrefixSpecification

Hashable Ipv6PrefixSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6PrefixSpecification

type Rep Ipv6PrefixSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6PrefixSpecification

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

newIpv6PrefixSpecification :: Ipv6PrefixSpecification Source #

Create a value of Ipv6PrefixSpecification 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:ipv6Prefix:Ipv6PrefixSpecification', ipv6PrefixSpecification_ipv6Prefix - The IPv6 prefix.