Values.DescribeRecoverySnapshotsRequestSourceLists all Recovery Snapshots for a single Source Server.
type nonrec t = {sourceServerID : SourceServerID.t;Filter Recovery Snapshots by Source Server ID.
*)filters : DescribeRecoverySnapshotsRequestFilters.t option;A set of filters by which to return Recovery Snapshots.
*)order : RecoverySnapshotsOrder.t option;The sorted ordering by which to return Recovery Snapshots.
*)maxResults : StrictlyPositiveInteger.t option;Maximum number of Recovery Snapshots to retrieve.
*)nextToken : PaginationToken.t option;The token of the next Recovery Snapshot to retrieve.
*)}val make :
?filters:??? ->
?order:??? ->
?maxResults:??? ->
?nextToken:??? ->
sourceServerID:SourceServerID.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of StrictlyPositiveInteger.t
| `String of SourceServerID.t
| `Structure of
(string * [> `String of ISO8601DatetimeString.t ]) list ])
list ]