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

Description

Updates an Outpost.

Synopsis

Creating a Request

data UpdateOutpost Source #

See: newUpdateOutpost smart constructor.

Constructors

UpdateOutpost' 

Fields

Instances

Instances details
ToJSON UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

ToHeaders UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

ToPath UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

ToQuery UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

AWSRequest UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

Associated Types

type AWSResponse UpdateOutpost #

Generic UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

Associated Types

type Rep UpdateOutpost :: Type -> Type #

Read UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

Show UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

NFData UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

Methods

rnf :: UpdateOutpost -> () #

Eq UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

Hashable UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

type AWSResponse UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

type Rep UpdateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

type Rep UpdateOutpost = D1 ('MetaData "UpdateOutpost" "Amazonka.Outposts.UpdateOutpost" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "UpdateOutpost'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "supportedHardwareType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SupportedHardwareType)) :*: S1 ('MetaSel ('Just "outpostId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateOutpost Source #

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

UpdateOutpost, updateOutpost_description - Undocumented member.

UpdateOutpost, updateOutpost_name - Undocumented member.

UpdateOutpost, updateOutpost_supportedHardwareType - The type of hardware for this Outpost.

UpdateOutpost, updateOutpost_outpostId - The ID or the Amazon Resource Name (ARN) of the Outpost.

Request Lenses

updateOutpost_outpostId :: Lens' UpdateOutpost Text Source #

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

Destructuring the Response

data UpdateOutpostResponse Source #

See: newUpdateOutpostResponse smart constructor.

Constructors

UpdateOutpostResponse' 

Fields

Instances

Instances details
Generic UpdateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

Associated Types

type Rep UpdateOutpostResponse :: Type -> Type #

Read UpdateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

Show UpdateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

NFData UpdateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

Methods

rnf :: UpdateOutpostResponse -> () #

Eq UpdateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

type Rep UpdateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.UpdateOutpost

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

newUpdateOutpostResponse Source #

Create a value of UpdateOutpostResponse 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:UpdateOutpostResponse', updateOutpostResponse_outpost - Undocumented member.

$sel:httpStatus:UpdateOutpostResponse', updateOutpostResponse_httpStatus - The response's http status code.

Response Lenses