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

Description

Gets information about the specified Outpost.

Synopsis

Creating a Request

data GetOutpost Source #

See: newGetOutpost smart constructor.

Constructors

GetOutpost' 

Fields

  • outpostId :: Text

    The ID or the Amazon Resource Name (ARN) of the Outpost.

Instances

Instances details
ToHeaders GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Methods

toHeaders :: GetOutpost -> [Header] #

ToPath GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

ToQuery GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

AWSRequest GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Associated Types

type AWSResponse GetOutpost #

Generic GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Associated Types

type Rep GetOutpost :: Type -> Type #

Read GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Show GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

NFData GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Methods

rnf :: GetOutpost -> () #

Eq GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Hashable GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

type AWSResponse GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

type Rep GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

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

newGetOutpost Source #

Arguments

:: Text

GetOutpost

-> GetOutpost 

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

GetOutpost, getOutpost_outpostId - The ID or the Amazon Resource Name (ARN) of the Outpost.

Request Lenses

getOutpost_outpostId :: Lens' GetOutpost Text Source #

The ID or the Amazon Resource Name (ARN) of the Outpost.

Destructuring the Response

data GetOutpostResponse Source #

See: newGetOutpostResponse smart constructor.

Constructors

GetOutpostResponse' 

Fields

Instances

Instances details
Generic GetOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Associated Types

type Rep GetOutpostResponse :: Type -> Type #

Read GetOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Show GetOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

NFData GetOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Methods

rnf :: GetOutpostResponse -> () #

Eq GetOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

type Rep GetOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

type Rep GetOutpostResponse = D1 ('MetaData "GetOutpostResponse" "Amazonka.Outposts.GetOutpost" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "GetOutpostResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "outpost") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Outpost)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetOutpostResponse Source #

Create a value of GetOutpostResponse 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:outpost:GetOutpostResponse', getOutpostResponse_outpost - Undocumented member.

$sel:httpStatus:GetOutpostResponse', getOutpostResponse_httpStatus - The response's http status code.

Response Lenses