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.Route53RecoveryReadiness.DeleteCell
Description
Delete a cell. When successful, the response code is 204, with no response body.
Synopsis
Creating a Request
data DeleteCell Source #
See: newDeleteCell
smart constructor.
Constructors
DeleteCell' | |
Instances
Arguments
:: Text | |
-> DeleteCell |
Create a value of DeleteCell
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:
DeleteCell
, deleteCell_cellName
- The name of the cell.
Request Lenses
deleteCell_cellName :: Lens' DeleteCell Text Source #
The name of the cell.
Destructuring the Response
data DeleteCellResponse Source #
See: newDeleteCellResponse
smart constructor.
Constructors
DeleteCellResponse' | |
Instances
newDeleteCellResponse :: DeleteCellResponse Source #
Create a value of DeleteCellResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.