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

Description

Accepts a core network attachment request.

Once the attachment request is accepted by a core network owner, the attachment is created and connected to a core network.

Synopsis

Creating a Request

data AcceptAttachment Source #

See: newAcceptAttachment smart constructor.

Constructors

AcceptAttachment' 

Fields

Instances

Instances details
ToJSON AcceptAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.AcceptAttachment

ToHeaders AcceptAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.AcceptAttachment

ToPath AcceptAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.AcceptAttachment

ToQuery AcceptAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.AcceptAttachment

AWSRequest AcceptAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.AcceptAttachment

Associated Types

type AWSResponse AcceptAttachment #

Generic AcceptAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.AcceptAttachment

Associated Types

type Rep AcceptAttachment :: Type -> Type #

Read AcceptAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.AcceptAttachment

Show AcceptAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.AcceptAttachment

NFData AcceptAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.AcceptAttachment

Methods

rnf :: AcceptAttachment -> () #

Eq AcceptAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.AcceptAttachment

Hashable AcceptAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.AcceptAttachment

type AWSResponse AcceptAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.AcceptAttachment

type Rep AcceptAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.AcceptAttachment

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

newAcceptAttachment Source #

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

AcceptAttachment, acceptAttachment_attachmentId - The ID of the attachment.

Request Lenses

Destructuring the Response

data AcceptAttachmentResponse Source #

See: newAcceptAttachmentResponse smart constructor.

Constructors

AcceptAttachmentResponse' 

Fields

Instances

Instances details
Generic AcceptAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.AcceptAttachment

Associated Types

type Rep AcceptAttachmentResponse :: Type -> Type #

Read AcceptAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.AcceptAttachment

Show AcceptAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.AcceptAttachment

NFData AcceptAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.AcceptAttachment

Eq AcceptAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.AcceptAttachment

type Rep AcceptAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.AcceptAttachment

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

newAcceptAttachmentResponse Source #

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

AcceptAttachmentResponse, acceptAttachmentResponse_attachment - The response to the attachment request.

$sel:httpStatus:AcceptAttachmentResponse', acceptAttachmentResponse_httpStatus - The response's http status code.

Response Lenses