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

Description

 
Synopsis

Documentation

data InstanceIpv6Address Source #

Describes an IPv6 address.

See: newInstanceIpv6Address smart constructor.

Constructors

InstanceIpv6Address' 

Fields

Instances

Instances details
ToQuery InstanceIpv6Address Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceIpv6Address

FromXML InstanceIpv6Address Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceIpv6Address

Generic InstanceIpv6Address Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceIpv6Address

Associated Types

type Rep InstanceIpv6Address :: Type -> Type #

Read InstanceIpv6Address Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceIpv6Address

Show InstanceIpv6Address Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceIpv6Address

NFData InstanceIpv6Address Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceIpv6Address

Methods

rnf :: InstanceIpv6Address -> () #

Eq InstanceIpv6Address Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceIpv6Address

Hashable InstanceIpv6Address Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceIpv6Address

type Rep InstanceIpv6Address Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceIpv6Address

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

newInstanceIpv6Address :: InstanceIpv6Address Source #

Create a value of InstanceIpv6Address 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:ipv6Address:InstanceIpv6Address', instanceIpv6Address_ipv6Address - The IPv6 address.