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

Description

Returns information about a core network Connect attachment.

Synopsis

Creating a Request

data GetConnectAttachment Source #

See: newGetConnectAttachment smart constructor.

Constructors

GetConnectAttachment' 

Fields

Instances

Instances details
ToHeaders GetConnectAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnectAttachment

ToPath GetConnectAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnectAttachment

ToQuery GetConnectAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnectAttachment

AWSRequest GetConnectAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnectAttachment

Associated Types

type AWSResponse GetConnectAttachment #

Generic GetConnectAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnectAttachment

Associated Types

type Rep GetConnectAttachment :: Type -> Type #

Read GetConnectAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnectAttachment

Show GetConnectAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnectAttachment

NFData GetConnectAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnectAttachment

Methods

rnf :: GetConnectAttachment -> () #

Eq GetConnectAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnectAttachment

Hashable GetConnectAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnectAttachment

type AWSResponse GetConnectAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnectAttachment

type Rep GetConnectAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnectAttachment

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

newGetConnectAttachment Source #

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

GetConnectAttachment, getConnectAttachment_attachmentId - The ID of the attachment.

Request Lenses

Destructuring the Response

data GetConnectAttachmentResponse Source #

See: newGetConnectAttachmentResponse smart constructor.

Constructors

GetConnectAttachmentResponse' 

Fields

Instances

Instances details
Generic GetConnectAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnectAttachment

Associated Types

type Rep GetConnectAttachmentResponse :: Type -> Type #

Read GetConnectAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnectAttachment

Show GetConnectAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnectAttachment

NFData GetConnectAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnectAttachment

Eq GetConnectAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnectAttachment

type Rep GetConnectAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetConnectAttachment

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

newGetConnectAttachmentResponse Source #

Create a value of GetConnectAttachmentResponse 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:connectAttachment:GetConnectAttachmentResponse', getConnectAttachmentResponse_connectAttachment - Details about the Connect attachment.

$sel:httpStatus:GetConnectAttachmentResponse', getConnectAttachmentResponse_httpStatus - The response's http status code.

Response Lenses