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