Values_7.CancelSpotFleetRequestsRequestSourceContains the parameters for CancelSpotFleetRequests.
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;The IDs of the Spot Fleet requests. Constraint: You can specify up to 100 IDs in a single request.
*)terminateInstances : Values_0.Boolean.t;Indicates whether to terminate the associated instances when the Spot Fleet request is canceled. The default is to terminate the instances. To let the instances continue to run after the Spot Fleet request is canceled, specify no-terminate-instances.
*)}val make :
?dryRun:??? ->
spotFleetRequestIds:Values_3.SpotFleetRequestIdList.t ->
terminateInstances:Values_0.Boolean.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `List of [> `String of Values_2.SpotFleetRequestId.t ] list ])
list ]