delete_snapshot
(**kwargs)¶Deletes an existing snapshot. When you receive a successful response from this operation, MemoryDB immediately begins deleting the snapshot; you cannot cancel or revert this operation.
See also: AWS API Documentation
Request Syntax
response = client.delete_snapshot(
SnapshotName='string'
)
[REQUIRED]
The name of the snapshot to delete
{
'Snapshot': {
'Name': 'string',
'Status': 'string',
'Source': 'string',
'KmsKeyId': 'string',
'ARN': 'string',
'ClusterConfiguration': {
'Name': 'string',
'Description': 'string',
'NodeType': 'string',
'EngineVersion': 'string',
'MaintenanceWindow': 'string',
'TopicArn': 'string',
'Port': 123,
'ParameterGroupName': 'string',
'SubnetGroupName': 'string',
'VpcId': 'string',
'SnapshotRetentionLimit': 123,
'SnapshotWindow': 'string',
'NumShards': 123,
'Shards': [
{
'Name': 'string',
'Configuration': {
'Slots': 'string',
'ReplicaCount': 123
},
'Size': 'string',
'SnapshotCreationTime': datetime(2015, 1, 1)
},
]
},
'DataTiering': 'true'|'false'
}
}
Response Structure
The snapshot object that has been deleted.
The name of the snapshot
The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.
Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).
The ID of the KMS key used to encrypt the snapshot.
The ARN (Amazon Resource Name) of the snapshot.
The configuration of the cluster from which the snapshot was taken
The name of the cluster
The description of the cluster configuration
The node type used for the cluster
The Redis engine version used by the cluster
The specified maintenance window for the cluster
The Amazon Resource Name (ARN) of the SNS notification topic for the cluster
The port used by the cluster
The name of parameter group used by the cluster
The name of the subnet group used by the cluster
The ID of the VPC the cluster belongs to
The snapshot retention limit set by the cluster
The snapshot window set by the cluster
The number of shards in the cluster
The list of shards in the cluster
Provides details of a shard in a snapshot
The name of the shard
The configuration details of the shard
A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.
The number of read replica nodes in this shard.
The size of the shard's snapshot
The date and time that the shard's snapshot was created
Enables data tiering. Data tiering is only supported for clusters using the r6gd node type. This parameter must be set when using r6gd nodes. For more information, see Data tiering.
Exceptions
MemoryDB.Client.exceptions.SnapshotNotFoundFault
MemoryDB.Client.exceptions.InvalidSnapshotStateFault
MemoryDB.Client.exceptions.ServiceLinkedRoleNotFoundFault
MemoryDB.Client.exceptions.InvalidParameterValueException
MemoryDB.Client.exceptions.InvalidParameterCombinationException