Module Values_5.DescribeSpotFleetRequestsRequestSource

Contains the parameters for DescribeSpotFleetRequests.

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 option;
    (*

    The IDs of the Spot Fleet requests.

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

    *)
}
Sourceval make : ?dryRun:??? -> ?spotFleetRequestIds:??? -> ?nextToken:??? -> ?maxResults:??? -> unit -> t
Sourceval 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 ]
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