Module Values.DeleteSnapshotRequestSource

Deletes an Amazon FSx for OpenZFS snapshot. After deletion, the snapshot no longer exists, and its data is gone. Deleting a snapshot doesn't affect snapshots stored in a file system backup. The DeleteSnapshot operation returns instantly. The snapshot appears with the lifecycle status of DELETING until the deletion is complete.

Sourcetype nonrec t = {
  1. clientRequestToken : ClientRequestToken.t option;
  2. snapshotId : SnapshotId.t;
    (*

    The ID of the snapshot that you want to delete.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientRequestToken:??? -> snapshotId:SnapshotId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ClientRequestToken.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