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

Description

Creates a local gateway route table.

Synopsis

Creating a Request

data CreateLocalGatewayRouteTable Source #

See: newCreateLocalGatewayRouteTable smart constructor.

Constructors

CreateLocalGatewayRouteTable' 

Fields

Instances

Instances details
ToHeaders CreateLocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.CreateLocalGatewayRouteTable

ToPath CreateLocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.CreateLocalGatewayRouteTable

ToQuery CreateLocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.CreateLocalGatewayRouteTable

AWSRequest CreateLocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.CreateLocalGatewayRouteTable

Generic CreateLocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.CreateLocalGatewayRouteTable

Associated Types

type Rep CreateLocalGatewayRouteTable :: Type -> Type #

Read CreateLocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.CreateLocalGatewayRouteTable

Show CreateLocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.CreateLocalGatewayRouteTable

NFData CreateLocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.CreateLocalGatewayRouteTable

Eq CreateLocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.CreateLocalGatewayRouteTable

Hashable CreateLocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.CreateLocalGatewayRouteTable

type AWSResponse CreateLocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.CreateLocalGatewayRouteTable

type Rep CreateLocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.CreateLocalGatewayRouteTable

type Rep CreateLocalGatewayRouteTable = D1 ('MetaData "CreateLocalGatewayRouteTable" "Amazonka.EC2.CreateLocalGatewayRouteTable" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "CreateLocalGatewayRouteTable'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dryRun") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LocalGatewayRouteTableMode))) :*: (S1 ('MetaSel ('Just "tagSpecifications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagSpecification])) :*: S1 ('MetaSel ('Just "localGatewayId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateLocalGatewayRouteTable Source #

Create a value of CreateLocalGatewayRouteTable 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:dryRun:CreateLocalGatewayRouteTable', createLocalGatewayRouteTable_dryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

CreateLocalGatewayRouteTable, createLocalGatewayRouteTable_mode - The mode of the local gateway route table.

CreateLocalGatewayRouteTable, createLocalGatewayRouteTable_tagSpecifications - The tags assigned to the local gateway route table.

CreateLocalGatewayRouteTable, createLocalGatewayRouteTable_localGatewayId - The ID of the local gateway.

Request Lenses

createLocalGatewayRouteTable_dryRun :: Lens' CreateLocalGatewayRouteTable (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Destructuring the Response

data CreateLocalGatewayRouteTableResponse Source #

Constructors

CreateLocalGatewayRouteTableResponse' 

Fields

Instances

Instances details
Generic CreateLocalGatewayRouteTableResponse Source # 
Instance details

Defined in Amazonka.EC2.CreateLocalGatewayRouteTable

Read CreateLocalGatewayRouteTableResponse Source # 
Instance details

Defined in Amazonka.EC2.CreateLocalGatewayRouteTable

Show CreateLocalGatewayRouteTableResponse Source # 
Instance details

Defined in Amazonka.EC2.CreateLocalGatewayRouteTable

NFData CreateLocalGatewayRouteTableResponse Source # 
Instance details

Defined in Amazonka.EC2.CreateLocalGatewayRouteTable

Eq CreateLocalGatewayRouteTableResponse Source # 
Instance details

Defined in Amazonka.EC2.CreateLocalGatewayRouteTable

type Rep CreateLocalGatewayRouteTableResponse Source # 
Instance details

Defined in Amazonka.EC2.CreateLocalGatewayRouteTable

type Rep CreateLocalGatewayRouteTableResponse = D1 ('MetaData "CreateLocalGatewayRouteTableResponse" "Amazonka.EC2.CreateLocalGatewayRouteTable" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "CreateLocalGatewayRouteTableResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "localGatewayRouteTable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LocalGatewayRouteTable)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateLocalGatewayRouteTableResponse Source #

Create a value of CreateLocalGatewayRouteTableResponse 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:localGatewayRouteTable:CreateLocalGatewayRouteTableResponse', createLocalGatewayRouteTableResponse_localGatewayRouteTable - Information about the local gateway route table.

$sel:httpStatus:CreateLocalGatewayRouteTableResponse', createLocalGatewayRouteTableResponse_httpStatus - The response's http status code.

Response Lenses