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

DisassociateLink, disassociateLink_globalNetworkId - The ID of the global network.

DisassociateLink, disassociateLink_deviceId - The ID of the device.

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
Generic DisassociateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateLink

Associated Types

type Rep DisassociateLinkResponse :: Type -> Type #

Read DisassociateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateLink

Show DisassociateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateLink

NFData DisassociateLinkResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.DisassociateLink

Eq 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" "amazonka-networkmanager-2.0-4HNcDlBc00x67cUJWWz3sw" '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