Module Values.DeleteClusterSnapshotMessageSource

Sourcetype nonrec t = {
  1. snapshotIdentifier : String_.t;
    (*

    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.

    *)
  2. snapshotClusterIdentifier : String_.t option;
    (*

    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.

    *)
}
Sourceval context_ : string
Sourceval make : ?snapshotClusterIdentifier:??? -> snapshotIdentifier:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) 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