Values.DescribeRecoveryInstancesRequestSourceLists all Recovery Instances or multiple Recovery Instances by ID.
type nonrec t = {filters : DescribeRecoveryInstancesRequestFilters.t option;A set of filters by which to return Recovery Instances.
*)maxResults : StrictlyPositiveInteger.t option;Maximum number of Recovery Instances to retrieve.
*)nextToken : PaginationToken.t option;The token of the next Recovery Instance to retrieve.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of StrictlyPositiveInteger.t
| `String of PaginationToken.t
| `Structure of
(string * [> `List of [> `String of RecoveryInstanceID.t ] list ])
list ])
list ]