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

Description

Returns information about a site-to-site VPN attachment.

Synopsis

Creating a Request

data GetSiteToSiteVpnAttachment Source #

See: newGetSiteToSiteVpnAttachment smart constructor.

Constructors

GetSiteToSiteVpnAttachment' 

Fields

Instances

Instances details
ToHeaders GetSiteToSiteVpnAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSiteToSiteVpnAttachment

ToPath GetSiteToSiteVpnAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSiteToSiteVpnAttachment

ToQuery GetSiteToSiteVpnAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSiteToSiteVpnAttachment

AWSRequest GetSiteToSiteVpnAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSiteToSiteVpnAttachment

Generic GetSiteToSiteVpnAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSiteToSiteVpnAttachment

Associated Types

type Rep GetSiteToSiteVpnAttachment :: Type -> Type #

Read GetSiteToSiteVpnAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSiteToSiteVpnAttachment

Show GetSiteToSiteVpnAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSiteToSiteVpnAttachment

NFData GetSiteToSiteVpnAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSiteToSiteVpnAttachment

Eq GetSiteToSiteVpnAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSiteToSiteVpnAttachment

Hashable GetSiteToSiteVpnAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSiteToSiteVpnAttachment

type AWSResponse GetSiteToSiteVpnAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSiteToSiteVpnAttachment

type Rep GetSiteToSiteVpnAttachment Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSiteToSiteVpnAttachment

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

newGetSiteToSiteVpnAttachment Source #

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

GetSiteToSiteVpnAttachment, getSiteToSiteVpnAttachment_attachmentId - The ID of the attachment.

Request Lenses

Destructuring the Response

data GetSiteToSiteVpnAttachmentResponse Source #

Constructors

GetSiteToSiteVpnAttachmentResponse' 

Fields

Instances

Instances details
Generic GetSiteToSiteVpnAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSiteToSiteVpnAttachment

Associated Types

type Rep GetSiteToSiteVpnAttachmentResponse :: Type -> Type #

Read GetSiteToSiteVpnAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSiteToSiteVpnAttachment

Show GetSiteToSiteVpnAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSiteToSiteVpnAttachment

NFData GetSiteToSiteVpnAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSiteToSiteVpnAttachment

Eq GetSiteToSiteVpnAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSiteToSiteVpnAttachment

type Rep GetSiteToSiteVpnAttachmentResponse Source # 
Instance details

Defined in Amazonka.NetworkManager.GetSiteToSiteVpnAttachment

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

newGetSiteToSiteVpnAttachmentResponse Source #

Create a value of GetSiteToSiteVpnAttachmentResponse 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:siteToSiteVpnAttachment:GetSiteToSiteVpnAttachmentResponse', getSiteToSiteVpnAttachmentResponse_siteToSiteVpnAttachment - Describes the site-to-site attachment.

$sel:httpStatus:GetSiteToSiteVpnAttachmentResponse', getSiteToSiteVpnAttachmentResponse_httpStatus - The response's http status code.

Response Lenses