Module Values_4.ModifyReservedInstancesRequestSource

Contains the parameters for ModifyReservedInstances.

Sourcetype nonrec t = {
  1. reservedInstancesIds : Values_3.ReservedInstancesIdStringList.t;
    (*

    The IDs of the Reserved Instances to modify.

    *)
  2. 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.

    *)
  3. targetConfigurations : Values_3.ReservedInstancesConfigurationList.t;
    (*

    The configuration settings for the Reserved Instances to modify.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> reservedInstancesIds:Values_3.ReservedInstancesIdStringList.t -> targetConfigurations:Values_3.ReservedInstancesConfigurationList.t -> unit -> t
Sourceval 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 ]
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