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 the specified manual snapshot. The snapshot must be in the
available
state, with no other users authorized to access the
snapshot.
Unlike automated snapshots, manual snapshots are retained even after you delete your cluster. Amazon Redshift does not delete your manual snapshots. You must delete manual snapshot explicitly to avoid getting charged. If other accounts are authorized to access the snapshot, you must revoke all of the authorizations before you can delete the snapshot.
Synopsis
- data DeleteClusterSnapshot = DeleteClusterSnapshot' {}
- newDeleteClusterSnapshot :: Text -> DeleteClusterSnapshot
- deleteClusterSnapshot_snapshotClusterIdentifier :: Lens' DeleteClusterSnapshot (Maybe Text)
- deleteClusterSnapshot_snapshotIdentifier :: Lens' DeleteClusterSnapshot Text
- data DeleteClusterSnapshotResponse = DeleteClusterSnapshotResponse' {
- snapshot :: Maybe Snapshot
- httpStatus :: Int
- newDeleteClusterSnapshotResponse :: Int -> DeleteClusterSnapshotResponse
- deleteClusterSnapshotResponse_snapshot :: Lens' DeleteClusterSnapshotResponse (Maybe Snapshot)
- deleteClusterSnapshotResponse_httpStatus :: Lens' DeleteClusterSnapshotResponse Int
Creating a Request
data DeleteClusterSnapshot Source #
See: newDeleteClusterSnapshot
smart constructor.
DeleteClusterSnapshot' | |
|
Instances
newDeleteClusterSnapshot Source #
Create a value of DeleteClusterSnapshot
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:snapshotClusterIdentifier:DeleteClusterSnapshot'
, deleteClusterSnapshot_snapshotClusterIdentifier
- The unique identifier of the cluster the snapshot was created from. This
parameter is required if your IAM user has a policy containing a
snapshot resource element that specifies anything other than * for the
cluster name.
Constraints: Must be the name of valid cluster.
$sel:snapshotIdentifier:DeleteClusterSnapshot'
, deleteClusterSnapshot_snapshotIdentifier
- The unique identifier of the manual snapshot to be deleted.
Constraints: Must be the name of an existing snapshot that is in the
available
, failed
, or cancelled
state.
Request Lenses
deleteClusterSnapshot_snapshotClusterIdentifier :: Lens' DeleteClusterSnapshot (Maybe Text) Source #
The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
Constraints: Must be the name of valid cluster.
deleteClusterSnapshot_snapshotIdentifier :: Lens' DeleteClusterSnapshot Text Source #
The unique identifier of the manual snapshot to be deleted.
Constraints: Must be the name of an existing snapshot that is in the
available
, failed
, or cancelled
state.
Destructuring the Response
data DeleteClusterSnapshotResponse Source #
See: newDeleteClusterSnapshotResponse
smart constructor.
DeleteClusterSnapshotResponse' | |
|
Instances
newDeleteClusterSnapshotResponse Source #
Create a value of DeleteClusterSnapshotResponse
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:DeleteClusterSnapshotResponse'
, deleteClusterSnapshotResponse_snapshot
- Undocumented member.
$sel:httpStatus:DeleteClusterSnapshotResponse'
, deleteClusterSnapshotResponse_httpStatus
- The response's http status code.
Response Lenses
deleteClusterSnapshotResponse_snapshot :: Lens' DeleteClusterSnapshotResponse (Maybe Snapshot) Source #
Undocumented member.
deleteClusterSnapshotResponse_httpStatus :: Lens' DeleteClusterSnapshotResponse Int Source #
The response's http status code.