amazonka-networkmanager-2.0: Amazon Network Manager 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.NetworkManager.DisassociateCustomerGateway

Description

Disassociates a customer gateway from a device and a link.

Synopsis

Creating a Request

data DisassociateCustomerGateway Source #

See: newDisassociateCustomerGateway smart constructor.

Constructors

DisassociateCustomerGateway' 

Fields

Instances

Instances details
ToHeaders DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

ToPath DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

ToQuery DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

AWSRequest DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

Generic DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

Associated Types

type Rep DisassociateCustomerGateway :: Type -> Type #

Read DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

Show DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

NFData DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

Eq DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

Hashable DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

type AWSResponse DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

type Rep DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

type Rep DisassociateCustomerGateway = D1 ('MetaData "DisassociateCustomerGateway" "Amazonka.NetworkManager.DisassociateCustomerGateway" "amazonka-networkmanager-2.0-4HNcDlBc00x67cUJWWz3sw" 'False) (C1 ('MetaCons "DisassociateCustomerGateway'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "customerGatewayArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDisassociateCustomerGateway Source #

Create a value of DisassociateCustomerGateway 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:

DisassociateCustomerGateway, disassociateCustomerGateway_globalNetworkId - The ID of the global network.

DisassociateCustomerGateway, disassociateCustomerGateway_customerGatewayArn - The Amazon Resource Name (ARN) of the customer gateway.

Request Lenses

disassociateCustomerGateway_customerGatewayArn :: Lens' DisassociateCustomerGateway Text Source #

The Amazon Resource Name (ARN) of the customer gateway.

Destructuring the Response

data DisassociateCustomerGatewayResponse Source #

Constructors

DisassociateCustomerGatewayResponse' 

Fields

Instances

Instances details
Generic DisassociateCustomerGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

Read DisassociateCustomerGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

Show DisassociateCustomerGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

NFData DisassociateCustomerGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

Eq DisassociateCustomerGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

type Rep DisassociateCustomerGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

type Rep DisassociateCustomerGatewayResponse = D1 ('MetaData "DisassociateCustomerGatewayResponse" "Amazonka.NetworkManager.DisassociateCustomerGateway" "amazonka-networkmanager-2.0-4HNcDlBc00x67cUJWWz3sw" 'False) (C1 ('MetaCons "DisassociateCustomerGatewayResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customerGatewayAssociation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomerGatewayAssociation)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateCustomerGatewayResponse Source #

Create a value of DisassociateCustomerGatewayResponse 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:customerGatewayAssociation:DisassociateCustomerGatewayResponse', disassociateCustomerGatewayResponse_customerGatewayAssociation - Information about the customer gateway association.

$sel:httpStatus:DisassociateCustomerGatewayResponse', disassociateCustomerGatewayResponse_httpStatus - The response's http status code.

Response Lenses