Module Values_2.TargetConfigurationRequestSource

Details about the target configuration.

Sourcetype nonrec t = {
  1. instanceCount : Values_0.Integer.t option;
    (*

    The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request

    *)
  2. offeringId : Values_1.ReservedInstancesOfferingId.t;
    (*

    The Convertible Reserved Instance offering ID.

    *)
}
Sourceval context_ : string
Sourceval make : ?instanceCount:??? -> offeringId:Values_1.ReservedInstancesOfferingId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_0.Integer.t | `String of Values_1.ReservedInstancesOfferingId.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