libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager
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.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
Eq DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

Read DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

Show 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 #

NFData DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

Hashable DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

AWSRequest DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

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

type Rep DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

type Rep DisassociateCustomerGateway = D1 ('MetaData "DisassociateCustomerGateway" "Amazonka.NetworkManager.DisassociateCustomerGateway" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "DisassociateCustomerGateway'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "customerGatewayArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DisassociateCustomerGateway Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

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:

$sel:globalNetworkId:DisassociateCustomerGateway', disassociateCustomerGateway_globalNetworkId - The ID of the global network.

$sel:customerGatewayArn:DisassociateCustomerGateway', disassociateCustomerGateway_customerGatewayArn - The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.

Request Lenses

disassociateCustomerGateway_customerGatewayArn :: Lens' DisassociateCustomerGateway Text Source #

The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.

Destructuring the Response

data DisassociateCustomerGatewayResponse Source #

Constructors

DisassociateCustomerGatewayResponse' 

Fields

Instances

Instances details
Eq 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

Generic DisassociateCustomerGatewayResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateCustomerGateway

NFData 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" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" '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