Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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.
Instances
ToHeaders DeleteMap Source # | |
Defined in Amazonka.Location.DeleteMap | |
ToPath DeleteMap Source # | |
Defined in Amazonka.Location.DeleteMap toPath :: DeleteMap -> ByteString # | |
ToQuery DeleteMap Source # | |
Defined in Amazonka.Location.DeleteMap toQuery :: DeleteMap -> QueryString # | |
AWSRequest DeleteMap Source # | |
Defined in Amazonka.Location.DeleteMap type AWSResponse DeleteMap # request :: (Service -> Service) -> DeleteMap -> Request DeleteMap # response :: MonadResource m => (ByteStringLazy -> IO ByteStringLazy) -> Service -> Proxy DeleteMap -> ClientResponse ClientBody -> m (Either Error (ClientResponse (AWSResponse DeleteMap))) # | |
Generic DeleteMap Source # | |
Read DeleteMap Source # | |
Show DeleteMap Source # | |
NFData DeleteMap Source # | |
Defined in Amazonka.Location.DeleteMap | |
Eq DeleteMap Source # | |
Hashable DeleteMap Source # | |
Defined in Amazonka.Location.DeleteMap | |
type AWSResponse DeleteMap Source # | |
Defined in Amazonka.Location.DeleteMap | |
type Rep 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:
DeleteMap
, deleteMap_mapName
- The name of the map resource to be deleted.
Request Lenses
Destructuring the Response
data DeleteMapResponse Source #
See: newDeleteMapResponse
smart constructor.
DeleteMapResponse' | |
|
Instances
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.