libZSservicesZSamazonka-directconnectZSamazonka-directconnect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DirectConnect.UpdateDirectConnectGatewayAssociation

Description

Updates the specified attributes of the Direct Connect gateway association.

Add or remove prefixes from the association.

Synopsis

Creating a Request

data UpdateDirectConnectGatewayAssociation Source #

Constructors

UpdateDirectConnectGatewayAssociation' 

Fields

Instances

Instances details
Eq UpdateDirectConnectGatewayAssociation Source # 
Instance details

Defined in Amazonka.DirectConnect.UpdateDirectConnectGatewayAssociation

Read UpdateDirectConnectGatewayAssociation Source # 
Instance details

Defined in Amazonka.DirectConnect.UpdateDirectConnectGatewayAssociation

Show UpdateDirectConnectGatewayAssociation Source # 
Instance details

Defined in Amazonka.DirectConnect.UpdateDirectConnectGatewayAssociation

Generic UpdateDirectConnectGatewayAssociation Source # 
Instance details

Defined in Amazonka.DirectConnect.UpdateDirectConnectGatewayAssociation

NFData UpdateDirectConnectGatewayAssociation Source # 
Instance details

Defined in Amazonka.DirectConnect.UpdateDirectConnectGatewayAssociation

Hashable UpdateDirectConnectGatewayAssociation Source # 
Instance details

Defined in Amazonka.DirectConnect.UpdateDirectConnectGatewayAssociation

ToJSON UpdateDirectConnectGatewayAssociation Source # 
Instance details

Defined in Amazonka.DirectConnect.UpdateDirectConnectGatewayAssociation

AWSRequest UpdateDirectConnectGatewayAssociation Source # 
Instance details

Defined in Amazonka.DirectConnect.UpdateDirectConnectGatewayAssociation

ToHeaders UpdateDirectConnectGatewayAssociation Source # 
Instance details

Defined in Amazonka.DirectConnect.UpdateDirectConnectGatewayAssociation

ToPath UpdateDirectConnectGatewayAssociation Source # 
Instance details

Defined in Amazonka.DirectConnect.UpdateDirectConnectGatewayAssociation

ToQuery UpdateDirectConnectGatewayAssociation Source # 
Instance details

Defined in Amazonka.DirectConnect.UpdateDirectConnectGatewayAssociation

type Rep UpdateDirectConnectGatewayAssociation Source # 
Instance details

Defined in Amazonka.DirectConnect.UpdateDirectConnectGatewayAssociation

type Rep UpdateDirectConnectGatewayAssociation = D1 ('MetaData "UpdateDirectConnectGatewayAssociation" "Amazonka.DirectConnect.UpdateDirectConnectGatewayAssociation" "libZSservicesZSamazonka-directconnectZSamazonka-directconnect" 'False) (C1 ('MetaCons "UpdateDirectConnectGatewayAssociation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "associationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "addAllowedPrefixesToDirectConnectGateway") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RouteFilterPrefix])) :*: S1 ('MetaSel ('Just "removeAllowedPrefixesToDirectConnectGateway") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RouteFilterPrefix])))))
type AWSResponse UpdateDirectConnectGatewayAssociation Source # 
Instance details

Defined in Amazonka.DirectConnect.UpdateDirectConnectGatewayAssociation

newUpdateDirectConnectGatewayAssociation :: UpdateDirectConnectGatewayAssociation Source #

Create a value of UpdateDirectConnectGatewayAssociation 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:associationId:UpdateDirectConnectGatewayAssociation', updateDirectConnectGatewayAssociation_associationId - The ID of the Direct Connect gateway association.

$sel:addAllowedPrefixesToDirectConnectGateway:UpdateDirectConnectGatewayAssociation', updateDirectConnectGatewayAssociation_addAllowedPrefixesToDirectConnectGateway - The Amazon VPC prefixes to advertise to the Direct Connect gateway.

$sel:removeAllowedPrefixesToDirectConnectGateway:UpdateDirectConnectGatewayAssociation', updateDirectConnectGatewayAssociation_removeAllowedPrefixesToDirectConnectGateway - The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.

Request Lenses

Destructuring the Response

data UpdateDirectConnectGatewayAssociationResponse Source #

Instances

Instances details
Eq UpdateDirectConnectGatewayAssociationResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.UpdateDirectConnectGatewayAssociation

Read UpdateDirectConnectGatewayAssociationResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.UpdateDirectConnectGatewayAssociation

Show UpdateDirectConnectGatewayAssociationResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.UpdateDirectConnectGatewayAssociation

Generic UpdateDirectConnectGatewayAssociationResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.UpdateDirectConnectGatewayAssociation

NFData UpdateDirectConnectGatewayAssociationResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.UpdateDirectConnectGatewayAssociation

type Rep UpdateDirectConnectGatewayAssociationResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.UpdateDirectConnectGatewayAssociation

type Rep UpdateDirectConnectGatewayAssociationResponse = D1 ('MetaData "UpdateDirectConnectGatewayAssociationResponse" "Amazonka.DirectConnect.UpdateDirectConnectGatewayAssociation" "libZSservicesZSamazonka-directconnectZSamazonka-directconnect" 'False) (C1 ('MetaCons "UpdateDirectConnectGatewayAssociationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "directConnectGatewayAssociation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DirectConnectGatewayAssociation)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

Response Lenses