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

Description

 
Synopsis

Documentation

data InstanceIpv6Prefix Source #

Information about an IPv6 prefix.

See: newInstanceIpv6Prefix smart constructor.

Constructors

InstanceIpv6Prefix' 

Fields

Instances

Instances details
FromXML InstanceIpv6Prefix Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceIpv6Prefix

Generic InstanceIpv6Prefix Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceIpv6Prefix

Associated Types

type Rep InstanceIpv6Prefix :: Type -> Type #

Read InstanceIpv6Prefix Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceIpv6Prefix

Show InstanceIpv6Prefix Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceIpv6Prefix

NFData InstanceIpv6Prefix Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceIpv6Prefix

Methods

rnf :: InstanceIpv6Prefix -> () #

Eq InstanceIpv6Prefix Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceIpv6Prefix

Hashable InstanceIpv6Prefix Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceIpv6Prefix

type Rep InstanceIpv6Prefix Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceIpv6Prefix

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

newInstanceIpv6Prefix :: InstanceIpv6Prefix Source #

Create a value of InstanceIpv6Prefix 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:InstanceIpv6Prefix', instanceIpv6Prefix_ipv6Prefix - One or more IPv6 prefixes assigned to the network interface.

instanceIpv6Prefix_ipv6Prefix :: Lens' InstanceIpv6Prefix (Maybe Text) Source #

One or more IPv6 prefixes assigned to the network interface.