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

Description

Deletes a map resource from your AWS account.

This operation deletes the resource permanently. If the map is being used in an application, the map may not render.

Synopsis

Creating a Request

data DeleteMap Source #

See: newDeleteMap smart constructor.

Constructors

DeleteMap' 

Fields

  • mapName :: Text

    The name of the map resource to be deleted.

Instances

Instances details
Eq DeleteMap Source # 
Instance details

Defined in Amazonka.Location.DeleteMap

Read DeleteMap Source # 
Instance details

Defined in Amazonka.Location.DeleteMap

Show DeleteMap Source # 
Instance details

Defined in Amazonka.Location.DeleteMap

Generic DeleteMap Source # 
Instance details

Defined in Amazonka.Location.DeleteMap

Associated Types

type Rep DeleteMap :: Type -> Type #

NFData DeleteMap Source # 
Instance details

Defined in Amazonka.Location.DeleteMap

Methods

rnf :: DeleteMap -> () #

Hashable DeleteMap Source # 
Instance details

Defined in Amazonka.Location.DeleteMap

AWSRequest DeleteMap Source # 
Instance details

Defined in Amazonka.Location.DeleteMap

Associated Types

type AWSResponse DeleteMap #

ToHeaders DeleteMap Source # 
Instance details

Defined in Amazonka.Location.DeleteMap

Methods

toHeaders :: DeleteMap -> [Header] #

ToPath DeleteMap Source # 
Instance details

Defined in Amazonka.Location.DeleteMap

ToQuery DeleteMap Source # 
Instance details

Defined in Amazonka.Location.DeleteMap

type Rep DeleteMap Source # 
Instance details

Defined in Amazonka.Location.DeleteMap

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

Defined in Amazonka.Location.DeleteMap

newDeleteMap Source #

Create a value of DeleteMap 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:mapName:DeleteMap', deleteMap_mapName - The name of the map resource to be deleted.

Request Lenses

deleteMap_mapName :: Lens' DeleteMap Text Source #

The name of the map resource to be deleted.

Destructuring the Response

data DeleteMapResponse Source #

See: newDeleteMapResponse smart constructor.

Constructors

DeleteMapResponse' 

Fields

Instances

Instances details
Eq DeleteMapResponse Source # 
Instance details

Defined in Amazonka.Location.DeleteMap

Read DeleteMapResponse Source # 
Instance details

Defined in Amazonka.Location.DeleteMap

Show DeleteMapResponse Source # 
Instance details

Defined in Amazonka.Location.DeleteMap

Generic DeleteMapResponse Source # 
Instance details

Defined in Amazonka.Location.DeleteMap

Associated Types

type Rep DeleteMapResponse :: Type -> Type #

NFData DeleteMapResponse Source # 
Instance details

Defined in Amazonka.Location.DeleteMap

Methods

rnf :: DeleteMapResponse -> () #

type Rep DeleteMapResponse Source # 
Instance details

Defined in Amazonka.Location.DeleteMap

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

newDeleteMapResponse Source #

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

Response Lenses

deleteMapResponse_httpStatus :: Lens' DeleteMapResponse Int Source #

The response's http status code.