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

Description

Deletes the Outpost.

Synopsis

Creating a Request

data DeleteOutpost Source #

See: newDeleteOutpost smart constructor.

Constructors

DeleteOutpost' 

Fields

Instances

Instances details
Eq DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Read DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Show DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Generic DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Associated Types

type Rep DeleteOutpost :: Type -> Type #

NFData DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Methods

rnf :: DeleteOutpost -> () #

Hashable DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

AWSRequest DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Associated Types

type AWSResponse DeleteOutpost #

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

type Rep DeleteOutpost Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

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

Defined in Amazonka.Outposts.DeleteOutpost

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:

$sel:outpostId:DeleteOutpost', deleteOutpost_outpostId - The ID of the Outpost.

Request Lenses

Destructuring the Response

data DeleteOutpostResponse Source #

See: newDeleteOutpostResponse smart constructor.

Constructors

DeleteOutpostResponse' 

Fields

Instances

Instances details
Eq DeleteOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Read DeleteOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Show DeleteOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Generic DeleteOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Associated Types

type Rep DeleteOutpostResponse :: Type -> Type #

NFData DeleteOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

Methods

rnf :: DeleteOutpostResponse -> () #

type Rep DeleteOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.DeleteOutpost

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