Module Values.DeleteApplicationSnapshotRequestSource

Deletes a snapshot of application state.

Sourcetype nonrec t = {
  1. applicationName : ApplicationName.t;
    (*

    The name of an existing application.

    *)
  2. snapshotName : SnapshotName.t;
    (*

    The identifier for the snapshot delete.

    *)
  3. snapshotCreationTimestamp : Timestamp.t;
    (*

    The creation timestamp of the application snapshot to delete. You can retrieve this value using or .

    *)
}
Sourceval context_ : string
Sourceval make : applicationName:ApplicationName.t -> snapshotName:SnapshotName.t -> snapshotCreationTimestamp:Timestamp.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ApplicationName.t | `Timestamp of Timestamp.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