Values.GetVersionsResponseSourceReturns information about VCF versions, ESX versions and EC2 instance types provided by Amazon EVS. For each VCF version, the response also includes the default ESX version and provided EC2 instance types.
type nonrec t = {vcfVersions : VcfVersionList.t option;A list of VCF versions with their availability status, default ESX version, and instance types.
*)instanceTypeEsxVersions : InstanceTypeEsxVersionsList.t option;A list of EC2 instance types and their available ESX versions.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]