Values_4.ModifyReservedInstancesRequestSourceContains the parameters for ModifyReservedInstances.
type nonrec t = {reservedInstancesIds : Values_3.ReservedInstancesIdStringList.t;The IDs of the Reserved Instances to modify.
*)clientToken : Values_0.String_.t option;A unique, case-sensitive token you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
*)targetConfigurations : Values_3.ReservedInstancesConfigurationList.t;The configuration settings for the Reserved Instances to modify.
*)}val make :
?clientToken:??? ->
reservedInstancesIds:Values_3.ReservedInstancesIdStringList.t ->
targetConfigurations:Values_3.ReservedInstancesConfigurationList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of Values_2.ReservationId.t
| `Structure of
(string
* [> `Enum of string | `Integer of int | `String of string ])
list ]
list
| `String of Values_0.String_.t ])
list ]