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

Description

 
Synopsis

Documentation

data Ipv6PrefixSpecificationResponse Source #

Information about the IPv6 delegated prefixes assigned to a network interface.

See: newIpv6PrefixSpecificationResponse smart constructor.

Constructors

Ipv6PrefixSpecificationResponse' 

Fields

Instances

Instances details
FromXML Ipv6PrefixSpecificationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6PrefixSpecificationResponse

Generic Ipv6PrefixSpecificationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6PrefixSpecificationResponse

Associated Types

type Rep Ipv6PrefixSpecificationResponse :: Type -> Type #

Read Ipv6PrefixSpecificationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6PrefixSpecificationResponse

Show Ipv6PrefixSpecificationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6PrefixSpecificationResponse

NFData Ipv6PrefixSpecificationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6PrefixSpecificationResponse

Eq Ipv6PrefixSpecificationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6PrefixSpecificationResponse

Hashable Ipv6PrefixSpecificationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6PrefixSpecificationResponse

type Rep Ipv6PrefixSpecificationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv6PrefixSpecificationResponse

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

newIpv6PrefixSpecificationResponse :: Ipv6PrefixSpecificationResponse Source #

Create a value of Ipv6PrefixSpecificationResponse 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:Ipv6PrefixSpecificationResponse', ipv6PrefixSpecificationResponse_ipv6Prefix - The IPv6 delegated prefixes assigned to the network interface.

ipv6PrefixSpecificationResponse_ipv6Prefix :: Lens' Ipv6PrefixSpecificationResponse (Maybe Text) Source #

The IPv6 delegated prefixes assigned to the network interface.