libZSservicesZSamazonka-outpostsZSamazonka-outposts
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Outposts.GetOutpost

Description

Gets information about the specified Outpost.

Synopsis

Creating a Request

data GetOutpost Source #

See: newGetOutpost smart constructor.

Constructors

GetOutpost' 

Fields

Instances

Instances details
Eq GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Read GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Show GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Generic GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Associated Types

type Rep GetOutpost :: Type -> Type #

NFData GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Methods

rnf :: GetOutpost -> () #

Hashable GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

AWSRequest GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Associated Types

type AWSResponse GetOutpost #

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

type Rep GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

type Rep GetOutpost = D1 ('MetaData "GetOutpost" "Amazonka.Outposts.GetOutpost" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" 'False) (C1 ('MetaCons "GetOutpost'" 'PrefixI 'True) (S1 ('MetaSel ('Just "outpostId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetOutpost Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

newGetOutpost Source #

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:

$sel:outpostId:GetOutpost', getOutpost_outpostId - The ID of the Outpost.

Request Lenses

Destructuring the Response

data GetOutpostResponse Source #

See: newGetOutpostResponse smart constructor.

Constructors

GetOutpostResponse' 

Fields

Instances

Instances details
Eq GetOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Read GetOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Show GetOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Generic GetOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Associated Types

type Rep GetOutpostResponse :: Type -> Type #

NFData GetOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

Methods

rnf :: GetOutpostResponse -> () #

type Rep GetOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.GetOutpost

type Rep GetOutpostResponse = D1 ('MetaData "GetOutpostResponse" "Amazonka.Outposts.GetOutpost" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" '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