Values.DeleteSnapshotResponseSourceDeletes 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.
type nonrec t = {snapshotId : SnapshotId.t option;The ID of the deleted snapshot.
*)lifecycle : SnapshotLifecycle.t option;The lifecycle status of the snapshot. If the DeleteSnapshot operation is successful, this status is DELETING.
*)}type nonrec error = [ | `BadRequest of BadRequest.t| `InternalServerError of InternalServerError.t| `SnapshotNotFound of SnapshotNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequest of BadRequest.t
| `InternalServerError of InternalServerError.t
| `SnapshotNotFound of SnapshotNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequest of BadRequest.t
| `InternalServerError of InternalServerError.t
| `SnapshotNotFound of SnapshotNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of SnapshotId.t ]) list ]