Values_2.ReservedInstancesModificationSourceDescribes a Reserved Instance modification.
type nonrec t = {clientToken : Values_0.String_.t option;A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.
*)createDate : Values_0.DateTime.t option;The time when the modification request was created.
*)effectiveDate : Values_0.DateTime.t option;The time for the modification to become effective.
*)modificationResults : Values_1.ReservedInstancesModificationResultList.t option;Contains target configurations along with their corresponding new Reserved Instance IDs.
*)reservedInstancesIds : Values_1.ReservedIntancesIds.t option;The IDs of one or more Reserved Instances.
*)reservedInstancesModificationId : Values_0.String_.t option;A unique ID for the Reserved Instance modification.
*)status : Values_0.String_.t option;The status of the Reserved Instances modification request.
*)statusMessage : Values_0.String_.t option;The reason for the status.
*)updateDate : Values_0.DateTime.t option;The time when the modification request was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of Values_0.String_.t
| `Structure of
(string
* [> `Enum of string
| `Integer of int
| `String of string ])
list ])
list ]
list
| `String of Values_0.String_.t
| `Timestamp of Values_0.DateTime.t ])
list ]