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

Description

Disassociates an existing device from a link. You must first disassociate any customer gateways that are associated with the link.

Synopsis

Creating a Request

data DisassociateLink Source #

See: newDisassociateLink smart constructor.

Constructors

DisassociateLink' 

Fields

Instances

newDisassociateLink Source #

Create a value of DisassociateLink 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:DisassociateLink', disassociateLink_globalNetworkId - The ID of the global network.

$sel:deviceId:DisassociateLink', disassociateLink_deviceId - The ID of the device.

$sel:linkId:DisassociateLink', disassociateLink_linkId - The ID of the link.

Request Lenses

Destructuring the Response

data DisassociateLinkResponse Source #

See: newDisassociateLinkResponse smart constructor.

Constructors

DisassociateLinkResponse' 

Fields

Instances

Instances details
Eq DisassociateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateLink

Read DisassociateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateLink

Show DisassociateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateLink

Generic DisassociateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateLink

Associated Types

type Rep DisassociateLinkResponse :: Type -> Type #

NFData DisassociateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateLink

type Rep DisassociateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateLink

type Rep DisassociateLinkResponse = D1 ('MetaData "DisassociateLinkResponse" "Amazonka.NetworkManager.DisassociateLink" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "DisassociateLinkResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "linkAssociation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LinkAssociation)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateLinkResponse Source #

Create a value of DisassociateLinkResponse 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:linkAssociation:DisassociateLinkResponse', disassociateLinkResponse_linkAssociation - Information about the link association.

$sel:httpStatus:DisassociateLinkResponse', disassociateLinkResponse_httpStatus - The response's http status code.

Response Lenses