Values.DeleteApplicationSnapshotRequestSourceDeletes a snapshot of application state.
type nonrec t = {applicationName : ApplicationName.t;The name of an existing application.
*)snapshotName : SnapshotName.t;The identifier for the snapshot delete.
*)snapshotCreationTimestamp : Timestamp.t;The creation timestamp of the application snapshot to delete. You can retrieve this value using or .
*)}val make :
applicationName:ApplicationName.t ->
snapshotName:SnapshotName.t ->
snapshotCreationTimestamp:Timestamp.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of ApplicationName.t | `Timestamp of Timestamp.t ])
list ]