amazonka-outposts-2.0: Amazon Outposts 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.Outposts.GetConnection

Description

Amazon Web Services uses this action to install Outpost servers.

Gets information about the specified connection.

Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For more information, see Amazon Web Services managed policies for Amazon Web Services Outposts and Logging Amazon Web Services Outposts API calls with Amazon Web Services CloudTrail in the Amazon Web Services Outposts User Guide.

Synopsis

Creating a Request

data GetConnection Source #

See: newGetConnection smart constructor.

Constructors

GetConnection' 

Fields

Instances

Instances details
ToHeaders GetConnection Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

ToPath GetConnection Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

ToQuery GetConnection Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

AWSRequest GetConnection Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

Associated Types

type AWSResponse GetConnection #

Generic GetConnection Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

Associated Types

type Rep GetConnection :: Type -> Type #

Read GetConnection Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

Show GetConnection Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

NFData GetConnection Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

Methods

rnf :: GetConnection -> () #

Eq GetConnection Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

Hashable GetConnection Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

type AWSResponse GetConnection Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

type Rep GetConnection Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

type Rep GetConnection = D1 ('MetaData "GetConnection" "Amazonka.Outposts.GetConnection" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "GetConnection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetConnection Source #

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

GetConnection, getConnection_connectionId - The ID of the connection.

Request Lenses

Destructuring the Response

data GetConnectionResponse Source #

See: newGetConnectionResponse smart constructor.

Constructors

GetConnectionResponse' 

Fields

Instances

Instances details
Generic GetConnectionResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

Associated Types

type Rep GetConnectionResponse :: Type -> Type #

Read GetConnectionResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

Show GetConnectionResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

NFData GetConnectionResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

Methods

rnf :: GetConnectionResponse -> () #

Eq GetConnectionResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

type Rep GetConnectionResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetConnection

type Rep GetConnectionResponse = D1 ('MetaData "GetConnectionResponse" "Amazonka.Outposts.GetConnection" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "GetConnectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectionDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectionDetails)) :*: (S1 ('MetaSel ('Just "connectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetConnectionResponse Source #

Create a value of GetConnectionResponse 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:connectionDetails:GetConnectionResponse', getConnectionResponse_connectionDetails - Information about the connection.

GetConnection, getConnectionResponse_connectionId - The ID of the connection.

$sel:httpStatus:GetConnectionResponse', getConnectionResponse_httpStatus - The response's http status code.

Response Lenses