Module Values_6.DescribeScheduledInstancesRequestSource

Contains the parameters for DescribeScheduledInstances.

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. filters : Values_3.FilterList.t option;
    (*

    The filters. availability-zone - The Availability Zone (for example, us-west-2a). instance-type - The instance type (for example, c4.large). platform - The platform (Linux/UNIX or Windows).

    *)
  3. maxResults : Values_0.Integer.t option;
    (*

    The maximum number of results to return in a single call. This value can be between 5 and 300. The default value is 100. To retrieve the remaining results, make another call with the returned NextToken value.

    *)
  4. nextToken : Values_0.String_.t option;
    (*

    The token for the next set of results.

    *)
  5. scheduledInstanceIds : Values_3.ScheduledInstanceIdRequestSet.t option;
    (*

    The Scheduled Instance IDs.

    *)
  6. slotStartTimeRange : Values_3.SlotStartTimeRangeRequest.t option;
    (*

    The time period for the first schedule to start.

    *)
}
Sourceval make : ?dryRun:??? -> ?filters:??? -> ?maxResults:??? -> ?nextToken:??? -> ?scheduledInstanceIds:??? -> ?slotStartTimeRange:??? -> 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.ScheduledInstanceId.t | `Structure of (string * [> `List of [> `String of string ] list | `String of Values_0.String_.t ]) list ] list | `String of Values_0.String_.t | `Structure of (string * [> `Timestamp of Values_0.DateTime.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