Values.DescribeApplicationSnapshotResponseSourceReturns information about a snapshot of application state data.
type nonrec t = {snapshotDetails : SnapshotDetails.t option;An object containing information about the application snapshot.
*)}type nonrec error = [ | `InvalidArgumentException of InvalidArgumentException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidArgumentException of InvalidArgumentException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidArgumentException of InvalidArgumentException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Long of ApplicationVersionId.t
| `String of SnapshotName.t
| `Structure of
(string * [> `Enum of string | `String of KeyId.t ]) list
| `Timestamp of Timestamp.t ])
list ])
list ]