Values_5.DescribeSpotFleetRequestsRequestSourceContains the parameters for DescribeSpotFleetRequests.
type nonrec t = {dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)spotFleetRequestIds : Values_3.SpotFleetRequestIdList.t option;The IDs of the Spot Fleet requests.
*)nextToken : Values_0.String_.t option;The token to include in another request to get the next page of items. This value is null when there are no more items to return.
*)maxResults : Values_0.Integer.t option;The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Integer of Values_0.Integer.t
| `List of [> `String of Values_2.SpotFleetRequestId.t ] list
| `String of Values_0.String_.t ])
list ]