Values_5.DescribeSpotFleetInstancesRequestSourceContains the parameters for DescribeSpotFleetInstances.
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.
*)spotFleetRequestId : Values_2.SpotFleetRequestId.t;The ID of the Spot Fleet request.
*)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_3.DescribeSpotFleetInstancesMaxResults.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 make :
?dryRun:??? ->
?nextToken:??? ->
?maxResults:??? ->
spotFleetRequestId:Values_2.SpotFleetRequestId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Integer of Values_3.DescribeSpotFleetInstancesMaxResults.t
| `String of Values_2.SpotFleetRequestId.t ])
list ]