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

Description

 
Synopsis

Documentation

data CarrierGateway Source #

Describes a carrier gateway.

See: newCarrierGateway smart constructor.

Constructors

CarrierGateway' 

Fields

Instances

Instances details
FromXML CarrierGateway Source # 
Instance details

Defined in Amazonka.EC2.Types.CarrierGateway

Generic CarrierGateway Source # 
Instance details

Defined in Amazonka.EC2.Types.CarrierGateway

Associated Types

type Rep CarrierGateway :: Type -> Type #

Read CarrierGateway Source # 
Instance details

Defined in Amazonka.EC2.Types.CarrierGateway

Show CarrierGateway Source # 
Instance details

Defined in Amazonka.EC2.Types.CarrierGateway

NFData CarrierGateway Source # 
Instance details

Defined in Amazonka.EC2.Types.CarrierGateway

Methods

rnf :: CarrierGateway -> () #

Eq CarrierGateway Source # 
Instance details

Defined in Amazonka.EC2.Types.CarrierGateway

Hashable CarrierGateway Source # 
Instance details

Defined in Amazonka.EC2.Types.CarrierGateway

type Rep CarrierGateway Source # 
Instance details

Defined in Amazonka.EC2.Types.CarrierGateway

type Rep CarrierGateway = D1 ('MetaData "CarrierGateway" "Amazonka.EC2.Types.CarrierGateway" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "CarrierGateway'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "carrierGatewayId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ownerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CarrierGatewayState)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newCarrierGateway :: CarrierGateway Source #

Create a value of CarrierGateway 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:carrierGatewayId:CarrierGateway', carrierGateway_carrierGatewayId - The ID of the carrier gateway.

$sel:ownerId:CarrierGateway', carrierGateway_ownerId - The Amazon Web Services account ID of the owner of the carrier gateway.

$sel:state:CarrierGateway', carrierGateway_state - The state of the carrier gateway.

$sel:tags:CarrierGateway', carrierGateway_tags - The tags assigned to the carrier gateway.

$sel:vpcId:CarrierGateway', carrierGateway_vpcId - The ID of the VPC associated with the carrier gateway.

carrierGateway_ownerId :: Lens' CarrierGateway (Maybe Text) Source #

The Amazon Web Services account ID of the owner of the carrier gateway.

carrierGateway_tags :: Lens' CarrierGateway (Maybe [Tag]) Source #

The tags assigned to the carrier gateway.

carrierGateway_vpcId :: Lens' CarrierGateway (Maybe Text) Source #

The ID of the VPC associated with the carrier gateway.