Module Values.DescribeApplicationSnapshotResponseSource

Returns information about a snapshot of application state data.

Sourcetype nonrec t = {
  1. snapshotDetails : SnapshotDetails.t option;
    (*

    An object containing information about the application snapshot.

    *)
}
Sourcetype nonrec error = [
  1. | `InvalidArgumentException of InvalidArgumentException.t
  2. | `ResourceNotFoundException of ResourceNotFoundException.t
  3. | `UnsupportedOperationException of UnsupportedOperationException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?snapshotDetails:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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