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

Description

Deletes a local gateway route table.

Synopsis

Creating a Request

data DeleteLocalGatewayRouteTable Source #

See: newDeleteLocalGatewayRouteTable smart constructor.

Constructors

DeleteLocalGatewayRouteTable' 

Fields

  • dryRun :: Maybe Bool

    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.

  • localGatewayRouteTableId :: Text

    The ID of the local gateway route table.

Instances

Instances details
ToHeaders DeleteLocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.DeleteLocalGatewayRouteTable

ToPath DeleteLocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.DeleteLocalGatewayRouteTable

ToQuery DeleteLocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.DeleteLocalGatewayRouteTable

AWSRequest DeleteLocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.DeleteLocalGatewayRouteTable

Generic DeleteLocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.DeleteLocalGatewayRouteTable

Associated Types

type Rep DeleteLocalGatewayRouteTable :: Type -> Type #

Read DeleteLocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.DeleteLocalGatewayRouteTable

Show DeleteLocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.DeleteLocalGatewayRouteTable

NFData DeleteLocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.DeleteLocalGatewayRouteTable

Eq DeleteLocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.DeleteLocalGatewayRouteTable

Hashable DeleteLocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.DeleteLocalGatewayRouteTable

type AWSResponse DeleteLocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.DeleteLocalGatewayRouteTable

type Rep DeleteLocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.DeleteLocalGatewayRouteTable

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

newDeleteLocalGatewayRouteTable Source #

Create a value of DeleteLocalGatewayRouteTable 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:DeleteLocalGatewayRouteTable', deleteLocalGatewayRouteTable_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.

DeleteLocalGatewayRouteTable, deleteLocalGatewayRouteTable_localGatewayRouteTableId - The ID of the local gateway route table.

Request Lenses

deleteLocalGatewayRouteTable_dryRun :: Lens' DeleteLocalGatewayRouteTable (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 DeleteLocalGatewayRouteTableResponse Source #

Constructors

DeleteLocalGatewayRouteTableResponse' 

Fields

Instances

Instances details
Generic DeleteLocalGatewayRouteTableResponse Source # 
Instance details

Defined in Amazonka.EC2.DeleteLocalGatewayRouteTable

Read DeleteLocalGatewayRouteTableResponse Source # 
Instance details

Defined in Amazonka.EC2.DeleteLocalGatewayRouteTable

Show DeleteLocalGatewayRouteTableResponse Source # 
Instance details

Defined in Amazonka.EC2.DeleteLocalGatewayRouteTable

NFData DeleteLocalGatewayRouteTableResponse Source # 
Instance details

Defined in Amazonka.EC2.DeleteLocalGatewayRouteTable

Eq DeleteLocalGatewayRouteTableResponse Source # 
Instance details

Defined in Amazonka.EC2.DeleteLocalGatewayRouteTable

type Rep DeleteLocalGatewayRouteTableResponse Source # 
Instance details

Defined in Amazonka.EC2.DeleteLocalGatewayRouteTable

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

newDeleteLocalGatewayRouteTableResponse Source #

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

$sel:httpStatus:DeleteLocalGatewayRouteTableResponse', deleteLocalGatewayRouteTableResponse_httpStatus - The response's http status code.

Response Lenses