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 place index resource from your AWS account.
This operation deletes the resource permanently.
Synopsis
- data DeletePlaceIndex = DeletePlaceIndex' {}
- newDeletePlaceIndex :: Text -> DeletePlaceIndex
- deletePlaceIndex_indexName :: Lens' DeletePlaceIndex Text
- data DeletePlaceIndexResponse = DeletePlaceIndexResponse' {
- httpStatus :: Int
- newDeletePlaceIndexResponse :: Int -> DeletePlaceIndexResponse
- deletePlaceIndexResponse_httpStatus :: Lens' DeletePlaceIndexResponse Int
Creating a Request
data DeletePlaceIndex Source #
See: newDeletePlaceIndex
smart constructor.
Instances
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:
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.
DeletePlaceIndexResponse' | |
|
Instances
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
deletePlaceIndexResponse_httpStatus :: Lens' DeletePlaceIndexResponse Int Source #
The response's http status code.