Module Types.VCpuInfo
type t={default_v_cpus : Aws.BaseTypes.Integer.t option;default_cores : Aws.BaseTypes.Integer.t option;default_threads_per_core : Aws.BaseTypes.Integer.t option;valid_cores : CoreCountList.t;valid_threads_per_core : ThreadsPerCoreList.t;}
val make : ?default_v_cpus:Aws.BaseTypes.Integer.t -> ?default_cores:Aws.BaseTypes.Integer.t -> ?default_threads_per_core:Aws.BaseTypes.Integer.t -> ?valid_cores:CoreCountList.t -> ?valid_threads_per_core:ThreadsPerCoreList.t -> unit -> tval parse : Ezxmlm.nodes -> t optionval to_query : t -> Aws.Query.tval to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]val of_json : Aws.Json.t -> t