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

Description

Deletes the specified Outpost.

Synopsis

Creating a Request

data DeleteOutpost Source #

See: newDeleteOutpost smart constructor.

Constructors

DeleteOutpost' 

Fields

  • outpostId :: Text

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

Instances

Instances details
ToHeaders DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

ToPath DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

ToQuery DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

AWSRequest DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Associated Types

type AWSResponse DeleteOutpost #

Generic DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Associated Types

type Rep DeleteOutpost :: Type -> Type #

Read DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Show DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

NFData DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Methods

rnf :: DeleteOutpost -> () #

Eq DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Hashable DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

type AWSResponse DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

type Rep DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

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

newDeleteOutpost Source #

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

DeleteOutpost, deleteOutpost_outpostId - The ID or the Amazon Resource Name (ARN) of the Outpost.

Request Lenses

deleteOutpost_outpostId :: Lens' DeleteOutpost Text Source #

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

Destructuring the Response

data DeleteOutpostResponse Source #

See: newDeleteOutpostResponse smart constructor.

Constructors

DeleteOutpostResponse' 

Fields

Instances

Instances details
Generic DeleteOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Associated Types

type Rep DeleteOutpostResponse :: Type -> Type #

Read DeleteOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Show DeleteOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

NFData DeleteOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Methods

rnf :: DeleteOutpostResponse -> () #

Eq DeleteOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

type Rep DeleteOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

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

newDeleteOutpostResponse Source #

Create a value of DeleteOutpostResponse 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:httpStatus:DeleteOutpostResponse', deleteOutpostResponse_httpStatus - The response's http status code.

Response Lenses