Module Values.DeleteClusterSnapshotResultSource

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.

Sourcetype deleteClusterSnapshotResult = {
  1. snapshot : Snapshot.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. deleteClusterSnapshotResult : deleteClusterSnapshotResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `ClusterSnapshotNotFoundFault of ClusterSnapshotNotFoundFault.t
  2. | `InvalidClusterSnapshotStateFault of InvalidClusterSnapshotStateFault.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?snapshot:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ClusterSnapshotNotFoundFault of unit | `InvalidClusterSnapshotStateFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ClusterSnapshotNotFoundFault of unit | `InvalidClusterSnapshotStateFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Double of Double.t | `Integer of Integer.t | `List of [> `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ] list | `Long of Long.t | `String of String_.t | `Timestamp of TStamp.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t