Amazon.RDS.AmazonRDSClient.DeleteDBClusterSnapshot C# (CSharp) Method

DeleteDBClusterSnapshot() public method

Deletes a DB cluster snapshot. If the snapshot is being copied, the copy operation is terminated.

The DB cluster snapshot must be in the available state to be deleted.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

/// DBClusterSnapshotIdentifier does not refer to an existing DB cluster snapshot. /// /// The supplied value is not a valid DB cluster snapshot state. ///
public DeleteDBClusterSnapshot ( DeleteDBClusterSnapshotRequest request ) : DeleteDBClusterSnapshotResponse
request Amazon.RDS.Model.DeleteDBClusterSnapshotRequest Container for the necessary parameters to execute the DeleteDBClusterSnapshot service method.
return Amazon.RDS.Model.DeleteDBClusterSnapshotResponse
        public DeleteDBClusterSnapshotResponse DeleteDBClusterSnapshot(DeleteDBClusterSnapshotRequest request)
        {
            var marshaller = new DeleteDBClusterSnapshotRequestMarshaller();
            var unmarshaller = DeleteDBClusterSnapshotResponseUnmarshaller.Instance;

            return Invoke<DeleteDBClusterSnapshotRequest,DeleteDBClusterSnapshotResponse>(request, marshaller, unmarshaller);
        }
AmazonRDSClient