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

Description

 
Synopsis

Documentation

data PeeringAttachmentStatus Source #

The status of the transit gateway peering attachment.

See: newPeeringAttachmentStatus smart constructor.

Constructors

PeeringAttachmentStatus' 

Fields

Instances

Instances details
FromXML PeeringAttachmentStatus Source # 
Instance details

Defined in Amazonka.EC2.Types.PeeringAttachmentStatus

Generic PeeringAttachmentStatus Source # 
Instance details

Defined in Amazonka.EC2.Types.PeeringAttachmentStatus

Associated Types

type Rep PeeringAttachmentStatus :: Type -> Type #

Read PeeringAttachmentStatus Source # 
Instance details

Defined in Amazonka.EC2.Types.PeeringAttachmentStatus

Show PeeringAttachmentStatus Source # 
Instance details

Defined in Amazonka.EC2.Types.PeeringAttachmentStatus

NFData PeeringAttachmentStatus Source # 
Instance details

Defined in Amazonka.EC2.Types.PeeringAttachmentStatus

Methods

rnf :: PeeringAttachmentStatus -> () #

Eq PeeringAttachmentStatus Source # 
Instance details

Defined in Amazonka.EC2.Types.PeeringAttachmentStatus

Hashable PeeringAttachmentStatus Source # 
Instance details

Defined in Amazonka.EC2.Types.PeeringAttachmentStatus

type Rep PeeringAttachmentStatus Source # 
Instance details

Defined in Amazonka.EC2.Types.PeeringAttachmentStatus

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

newPeeringAttachmentStatus :: PeeringAttachmentStatus Source #

Create a value of PeeringAttachmentStatus 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:code:PeeringAttachmentStatus', peeringAttachmentStatus_code - The status code.

$sel:message:PeeringAttachmentStatus', peeringAttachmentStatus_message - The status message, if applicable.