| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
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
See: newDeleteMap smart constructor.
Constructors
| DeleteMap' | |
Instances
| Eq DeleteMap Source # | |
| Read DeleteMap Source # | |
| Show DeleteMap Source # | |
| Generic DeleteMap Source # | |
| NFData DeleteMap Source # | |
Defined in Amazonka.Location.DeleteMap | |
| Hashable DeleteMap Source # | |
Defined in Amazonka.Location.DeleteMap | |
| AWSRequest DeleteMap Source # | |
Defined in Amazonka.Location.DeleteMap Associated Types type AWSResponse DeleteMap # Methods request :: DeleteMap -> Request DeleteMap # response :: MonadResource m => Logger -> Service -> Proxy DeleteMap -> ClientResponse ClientBody -> m (Either Error (ClientResponse (AWSResponse DeleteMap))) # | |
| ToHeaders DeleteMap Source # | |
Defined in Amazonka.Location.DeleteMap | |
| ToPath DeleteMap Source # | |
Defined in Amazonka.Location.DeleteMap Methods toPath :: DeleteMap -> ByteString # | |
| ToQuery DeleteMap Source # | |
Defined in Amazonka.Location.DeleteMap Methods toQuery :: DeleteMap -> QueryString # | |
| type Rep DeleteMap Source # | |
Defined in Amazonka.Location.DeleteMap | |
| type AWSResponse DeleteMap Source # | |
Defined in Amazonka.Location.DeleteMap | |
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
Destructuring the Response
data DeleteMapResponse Source #
See: newDeleteMapResponse smart constructor.
Constructors
| DeleteMapResponse' | |
Fields
| |
Instances
Arguments
| :: Int | |
| -> DeleteMapResponse |
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.