Values.DescribeSnapshotsRequestSourceContains the inputs for the DescribeSnapshots operation.
type nonrec t = {directoryId : DirectoryId.t option;The identifier of the directory for which to retrieve snapshot information.
*)snapshotIds : SnapshotIds.t option;A list of identifiers of the snapshots to obtain the information for. If this member is null or empty, all snapshots are returned using the Limit and NextToken members.
*)nextToken : NextToken.t option;The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots. Pass null if this is the first call.
*)limit : Limit.t option;The maximum number of objects to return.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Limit.t
| `List of [> `String of SnapshotId.t ] list
| `String of DirectoryId.t ])
list ]