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 |
Synopsis
- data DeleteClusterSnapshotMessage = DeleteClusterSnapshotMessage' {}
- newDeleteClusterSnapshotMessage :: Text -> DeleteClusterSnapshotMessage
- deleteClusterSnapshotMessage_snapshotClusterIdentifier :: Lens' DeleteClusterSnapshotMessage (Maybe Text)
- deleteClusterSnapshotMessage_snapshotIdentifier :: Lens' DeleteClusterSnapshotMessage Text
Documentation
data DeleteClusterSnapshotMessage Source #
See: newDeleteClusterSnapshotMessage
smart constructor.
DeleteClusterSnapshotMessage' | |
|
Instances
newDeleteClusterSnapshotMessage Source #
Create a value of DeleteClusterSnapshotMessage
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:DeleteClusterSnapshotMessage'
, deleteClusterSnapshotMessage_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:DeleteClusterSnapshotMessage'
, deleteClusterSnapshotMessage_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.
deleteClusterSnapshotMessage_snapshotClusterIdentifier :: Lens' DeleteClusterSnapshotMessage (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.
deleteClusterSnapshotMessage_snapshotIdentifier :: Lens' DeleteClusterSnapshotMessage 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.