Module Values_1.ReservedInstancesModificationResultSource

Describes the modification request/s.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. targetConfiguration : Values_0.ReservedInstancesConfiguration.t option;
    (*

    The target Reserved Instances configurations supplied as part of the modification request.

    *)
}
Sourceval make : ?reservedInstancesId:??? -> ?targetConfiguration:??? -> unit -> t
Sourceval 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 ]
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