Values_4.PurchaseScheduledInstancesRequestSourceContains the parameters for PurchaseScheduledInstances.
type nonrec t = {clientToken : Values_0.String_.t option;Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see Ensuring Idempotency.
*)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.
*)purchaseRequests : Values_3.PurchaseRequestSet.t;The purchase requests.
*)}val make :
?clientToken:??? ->
?dryRun:??? ->
purchaseRequests:Values_3.PurchaseRequestSet.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `List of
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t
| `String of Values_0.String_.t ])
list ]
list
| `String of Values_0.String_.t ])
list ]