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

Description

Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC.

Synopsis

Creating a Request

data DisableVgwRoutePropagation Source #

Contains the parameters for DisableVgwRoutePropagation.

See: newDisableVgwRoutePropagation smart constructor.

Constructors

DisableVgwRoutePropagation' 

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.

  • gatewayId :: Text

    The ID of the virtual private gateway.

  • routeTableId :: Text

    The ID of the route table.

Instances

Instances details
ToHeaders DisableVgwRoutePropagation Source # 
Instance details

Defined in Amazonka.EC2.DisableVgwRoutePropagation

ToPath DisableVgwRoutePropagation Source # 
Instance details

Defined in Amazonka.EC2.DisableVgwRoutePropagation

ToQuery DisableVgwRoutePropagation Source # 
Instance details

Defined in Amazonka.EC2.DisableVgwRoutePropagation

AWSRequest DisableVgwRoutePropagation Source # 
Instance details

Defined in Amazonka.EC2.DisableVgwRoutePropagation

Generic DisableVgwRoutePropagation Source # 
Instance details

Defined in Amazonka.EC2.DisableVgwRoutePropagation

Associated Types

type Rep DisableVgwRoutePropagation :: Type -> Type #

Read DisableVgwRoutePropagation Source # 
Instance details

Defined in Amazonka.EC2.DisableVgwRoutePropagation

Show DisableVgwRoutePropagation Source # 
Instance details

Defined in Amazonka.EC2.DisableVgwRoutePropagation

NFData DisableVgwRoutePropagation Source # 
Instance details

Defined in Amazonka.EC2.DisableVgwRoutePropagation

Eq DisableVgwRoutePropagation Source # 
Instance details

Defined in Amazonka.EC2.DisableVgwRoutePropagation

Hashable DisableVgwRoutePropagation Source # 
Instance details

Defined in Amazonka.EC2.DisableVgwRoutePropagation

type AWSResponse DisableVgwRoutePropagation Source # 
Instance details

Defined in Amazonka.EC2.DisableVgwRoutePropagation

type Rep DisableVgwRoutePropagation Source # 
Instance details

Defined in Amazonka.EC2.DisableVgwRoutePropagation

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

newDisableVgwRoutePropagation Source #

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

DisableVgwRoutePropagation, disableVgwRoutePropagation_gatewayId - The ID of the virtual private gateway.

DisableVgwRoutePropagation, disableVgwRoutePropagation_routeTableId - The ID of the route table.

Request Lenses

disableVgwRoutePropagation_dryRun :: Lens' DisableVgwRoutePropagation (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 DisableVgwRoutePropagationResponse Source #

Instances

Instances details
Generic DisableVgwRoutePropagationResponse Source # 
Instance details

Defined in Amazonka.EC2.DisableVgwRoutePropagation

Associated Types

type Rep DisableVgwRoutePropagationResponse :: Type -> Type #

Read DisableVgwRoutePropagationResponse Source # 
Instance details

Defined in Amazonka.EC2.DisableVgwRoutePropagation

Show DisableVgwRoutePropagationResponse Source # 
Instance details

Defined in Amazonka.EC2.DisableVgwRoutePropagation

NFData DisableVgwRoutePropagationResponse Source # 
Instance details

Defined in Amazonka.EC2.DisableVgwRoutePropagation

Eq DisableVgwRoutePropagationResponse Source # 
Instance details

Defined in Amazonka.EC2.DisableVgwRoutePropagation

type Rep DisableVgwRoutePropagationResponse Source # 
Instance details

Defined in Amazonka.EC2.DisableVgwRoutePropagation

type Rep DisableVgwRoutePropagationResponse = D1 ('MetaData "DisableVgwRoutePropagationResponse" "Amazonka.EC2.DisableVgwRoutePropagation" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DisableVgwRoutePropagationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDisableVgwRoutePropagationResponse :: DisableVgwRoutePropagationResponse Source #

Create a value of DisableVgwRoutePropagationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.