Module Values_4.RunScheduledInstancesRequestSource

Contains the parameters for RunScheduledInstances.

Sourcetype nonrec t = {
  1. clientToken : Values_0.String_.t option;
    (*

    Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see Ensuring Idempotency.

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

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

    The number of instances. Default: 1

    *)
  4. launchSpecification : Values_3.ScheduledInstancesLaunchSpecification.t;
    (*

    The launch specification. You must match the instance type, Availability Zone, network, and platform of the schedule that you purchased.

    *)
  5. scheduledInstanceId : Values_2.ScheduledInstanceId.t;
    (*

    The Scheduled Instance ID.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> ?dryRun:??? -> ?instanceCount:??? -> launchSpecification:Values_3.ScheduledInstancesLaunchSpecification.t -> scheduledInstanceId:Values_2.ScheduledInstanceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Integer of Values_0.Integer.t | `String of Values_0.String_.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `List of [> `String of string | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Integer of Values_0.Integer.t | `List of [> `String of string | `Structure of (string * [> `Boolean of bool | `String of string ]) list ] list | `String of Values_0.String_.t | `Structure of (string * [> `Boolean of bool | `Integer of int | `String of string ]) list ]) list ] list | `String of Values_0.ImageId.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `String of Values_0.String_.t ]) list ]) 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