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

Description

Returns information about a VPC attachment.

Synopsis

Creating a Request

data GetVpcAttachment Source #

See: newGetVpcAttachment smart constructor.

Constructors

GetVpcAttachment' 

Fields

Instances

Instances details
ToHeaders GetVpcAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetVpcAttachment

ToPath GetVpcAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetVpcAttachment

ToQuery GetVpcAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetVpcAttachment

AWSRequest GetVpcAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetVpcAttachment

Associated Types

type AWSResponse GetVpcAttachment #

Generic GetVpcAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetVpcAttachment

Associated Types

type Rep GetVpcAttachment :: Type -> Type #

Read GetVpcAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetVpcAttachment

Show GetVpcAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetVpcAttachment

NFData GetVpcAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetVpcAttachment

Methods

rnf :: GetVpcAttachment -> () #

Eq GetVpcAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetVpcAttachment

Hashable GetVpcAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetVpcAttachment

type AWSResponse GetVpcAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetVpcAttachment

type Rep GetVpcAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetVpcAttachment

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

newGetVpcAttachment Source #

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

GetVpcAttachment, getVpcAttachment_attachmentId - The ID of the attachment.

Request Lenses

Destructuring the Response

data GetVpcAttachmentResponse Source #

See: newGetVpcAttachmentResponse smart constructor.

Constructors

GetVpcAttachmentResponse' 

Fields

Instances

Instances details
Generic GetVpcAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetVpcAttachment

Associated Types

type Rep GetVpcAttachmentResponse :: Type -> Type #

Read GetVpcAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetVpcAttachment

Show GetVpcAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetVpcAttachment

NFData GetVpcAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetVpcAttachment

Eq GetVpcAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetVpcAttachment

type Rep GetVpcAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetVpcAttachment

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

newGetVpcAttachmentResponse Source #

Create a value of GetVpcAttachmentResponse 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:vpcAttachment:GetVpcAttachmentResponse', getVpcAttachmentResponse_vpcAttachment - Returns details about a VPC attachment.

$sel:httpStatus:GetVpcAttachmentResponse', getVpcAttachmentResponse_httpStatus - The response's http status code.

Response Lenses