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.RedshiftServerLess.DeleteSnapshot
Description
Deletes a snapshot from Amazon Redshift Serverless.
Synopsis
- data DeleteSnapshot = DeleteSnapshot' {
- snapshotName :: Text
- newDeleteSnapshot :: Text -> DeleteSnapshot
- deleteSnapshot_snapshotName :: Lens' DeleteSnapshot Text
- data DeleteSnapshotResponse = DeleteSnapshotResponse' {
- snapshot :: Maybe Snapshot
- httpStatus :: Int
- newDeleteSnapshotResponse :: Int -> DeleteSnapshotResponse
- deleteSnapshotResponse_snapshot :: Lens' DeleteSnapshotResponse (Maybe Snapshot)
- deleteSnapshotResponse_httpStatus :: Lens' DeleteSnapshotResponse Int
Creating a Request
data DeleteSnapshot Source #
See: newDeleteSnapshot
smart constructor.
Constructors
DeleteSnapshot' | |
Fields
|
Instances
Arguments
:: Text | |
-> DeleteSnapshot |
Create a value of DeleteSnapshot
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:
DeleteSnapshot
, deleteSnapshot_snapshotName
- The name of the snapshot to be deleted.
Request Lenses
deleteSnapshot_snapshotName :: Lens' DeleteSnapshot Text Source #
The name of the snapshot to be deleted.
Destructuring the Response
data DeleteSnapshotResponse Source #
See: newDeleteSnapshotResponse
smart constructor.
Constructors
DeleteSnapshotResponse' | |
Fields
|
Instances
newDeleteSnapshotResponse Source #
Create a value of DeleteSnapshotResponse
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:snapshot:DeleteSnapshotResponse'
, deleteSnapshotResponse_snapshot
- The deleted snapshot object.
$sel:httpStatus:DeleteSnapshotResponse'
, deleteSnapshotResponse_httpStatus
- The response's http status code.
Response Lenses
deleteSnapshotResponse_snapshot :: Lens' DeleteSnapshotResponse (Maybe Snapshot) Source #
The deleted snapshot object.
deleteSnapshotResponse_httpStatus :: Lens' DeleteSnapshotResponse Int Source #
The response's http status code.