Module Values_5.DescribeSpotFleetInstancesRequestSource

Contains the parameters for DescribeSpotFleetInstances.

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. spotFleetRequestId : Values_2.SpotFleetRequestId.t;
    (*

    The ID of the Spot Fleet request.

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

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

    *)
}
Sourceval context_ : string
Sourceval make : ?dryRun:??? -> ?nextToken:??? -> ?maxResults:??? -> spotFleetRequestId:Values_2.SpotFleetRequestId.t -> unit -> t
Sourceval 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 ]
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