Values_1.ReservedInstancesModificationResultSourceDescribes the modification request/s.
type nonrec t = {reservedInstancesId : Values_0.String_.t option;The ID for the Reserved Instances that were created as part of the modification request. This field is only available when the modification is fulfilled.
*)targetConfiguration : Values_0.ReservedInstancesConfiguration.t option;The target Reserved Instances configurations supplied as part of the modification request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.String_.t
| `Structure of
(string
* [> `Enum of string | `Integer of int | `String of string ])
list ])
list ]