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 |
Deletes an existing Cell.
Synopsis
Creating a Request
data DeleteCell Source #
See: newDeleteCell
smart constructor.
Instances
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:
$sel:cellName:DeleteCell'
, deleteCell_cellName
- The Cell to delete
Request Lenses
deleteCell_cellName :: Lens' DeleteCell Text Source #
The Cell to delete
Destructuring the Response
data DeleteCellResponse Source #
See: newDeleteCellResponse
smart constructor.
Instances
Eq DeleteCellResponse Source # | |
Defined in Amazonka.Route53RecoveryReadiness.DeleteCell (==) :: DeleteCellResponse -> DeleteCellResponse -> Bool # (/=) :: DeleteCellResponse -> DeleteCellResponse -> Bool # | |
Read DeleteCellResponse Source # | |
Show DeleteCellResponse Source # | |
Defined in Amazonka.Route53RecoveryReadiness.DeleteCell showsPrec :: Int -> DeleteCellResponse -> ShowS # show :: DeleteCellResponse -> String # showList :: [DeleteCellResponse] -> ShowS # | |
Generic DeleteCellResponse Source # | |
Defined in Amazonka.Route53RecoveryReadiness.DeleteCell type Rep DeleteCellResponse :: Type -> Type # from :: DeleteCellResponse -> Rep DeleteCellResponse x # to :: Rep DeleteCellResponse x -> DeleteCellResponse # | |
NFData DeleteCellResponse Source # | |
Defined in Amazonka.Route53RecoveryReadiness.DeleteCell rnf :: DeleteCellResponse -> () # | |
type Rep DeleteCellResponse Source # | |
Defined in Amazonka.Route53RecoveryReadiness.DeleteCell |
newDeleteCellResponse :: DeleteCellResponse Source #
Create a value of DeleteCellResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.