libZSservicesZSamazonka-locationZSamazonka-location
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.Location.DeletePlaceIndex

Description

Deletes a place index resource from your AWS account.

This operation deletes the resource permanently.

Synopsis

Creating a Request

data DeletePlaceIndex Source #

See: newDeletePlaceIndex smart constructor.

Constructors

DeletePlaceIndex' 

Fields

  • indexName :: Text

    The name of the place index resource to be deleted.

Instances

Instances details
Eq DeletePlaceIndex Source # 
Instance details

Defined in Amazonka.Location.DeletePlaceIndex

Read DeletePlaceIndex Source # 
Instance details

Defined in Amazonka.Location.DeletePlaceIndex

Show DeletePlaceIndex Source # 
Instance details

Defined in Amazonka.Location.DeletePlaceIndex

Generic DeletePlaceIndex Source # 
Instance details

Defined in Amazonka.Location.DeletePlaceIndex

Associated Types

type Rep DeletePlaceIndex :: Type -> Type #

NFData DeletePlaceIndex Source # 
Instance details

Defined in Amazonka.Location.DeletePlaceIndex

Methods

rnf :: DeletePlaceIndex -> () #

Hashable DeletePlaceIndex Source # 
Instance details

Defined in Amazonka.Location.DeletePlaceIndex

AWSRequest DeletePlaceIndex Source # 
Instance details

Defined in Amazonka.Location.DeletePlaceIndex

Associated Types

type AWSResponse DeletePlaceIndex #

ToHeaders DeletePlaceIndex Source # 
Instance details

Defined in Amazonka.Location.DeletePlaceIndex

ToPath DeletePlaceIndex Source # 
Instance details

Defined in Amazonka.Location.DeletePlaceIndex

ToQuery DeletePlaceIndex Source # 
Instance details

Defined in Amazonka.Location.DeletePlaceIndex

type Rep DeletePlaceIndex Source # 
Instance details

Defined in Amazonka.Location.DeletePlaceIndex

type Rep DeletePlaceIndex = D1 ('MetaData "DeletePlaceIndex" "Amazonka.Location.DeletePlaceIndex" "libZSservicesZSamazonka-locationZSamazonka-location" 'False) (C1 ('MetaCons "DeletePlaceIndex'" 'PrefixI 'True) (S1 ('MetaSel ('Just "indexName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeletePlaceIndex Source # 
Instance details

Defined in Amazonka.Location.DeletePlaceIndex

newDeletePlaceIndex Source #

Create a value of DeletePlaceIndex 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:indexName:DeletePlaceIndex', deletePlaceIndex_indexName - The name of the place index resource to be deleted.

Request Lenses

deletePlaceIndex_indexName :: Lens' DeletePlaceIndex Text Source #

The name of the place index resource to be deleted.

Destructuring the Response

data DeletePlaceIndexResponse Source #

See: newDeletePlaceIndexResponse smart constructor.

Constructors

DeletePlaceIndexResponse' 

Fields

Instances

Instances details
Eq DeletePlaceIndexResponse Source # 
Instance details

Defined in Amazonka.Location.DeletePlaceIndex

Read DeletePlaceIndexResponse Source # 
Instance details

Defined in Amazonka.Location.DeletePlaceIndex

Show DeletePlaceIndexResponse Source # 
Instance details

Defined in Amazonka.Location.DeletePlaceIndex

Generic DeletePlaceIndexResponse Source # 
Instance details

Defined in Amazonka.Location.DeletePlaceIndex

Associated Types

type Rep DeletePlaceIndexResponse :: Type -> Type #

NFData DeletePlaceIndexResponse Source # 
Instance details

Defined in Amazonka.Location.DeletePlaceIndex

type Rep DeletePlaceIndexResponse Source # 
Instance details

Defined in Amazonka.Location.DeletePlaceIndex

type Rep DeletePlaceIndexResponse = D1 ('MetaData "DeletePlaceIndexResponse" "Amazonka.Location.DeletePlaceIndex" "libZSservicesZSamazonka-locationZSamazonka-location" 'False) (C1 ('MetaCons "DeletePlaceIndexResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeletePlaceIndexResponse Source #

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

Response Lenses