Module Values_7.CancelSpotFleetRequestsRequestSource

Contains the parameters for CancelSpotFleetRequests.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. spotFleetRequestIds : Values_3.SpotFleetRequestIdList.t;
    (*

    The IDs of the Spot Fleet requests. Constraint: You can specify up to 100 IDs in a single request.

    *)
  3. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?dryRun:??? -> spotFleetRequestIds:Values_3.SpotFleetRequestIdList.t -> terminateInstances:Values_0.Boolean.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `List of [> `String of Values_2.SpotFleetRequestId.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t