Values.DescribeClusterVersionsResponseSourceLists available Kubernetes versions for Amazon EKS clusters.
type nonrec t = {nextToken : String_.t option;Pagination token for the next set of results.
*)clusterVersions : ClusterVersionList.t option;List of cluster version information objects.
*)}type nonrec error = [ | `InvalidParameterException of InvalidParameterException.t| `InvalidRequestException of InvalidRequestException.t| `ServerException of ServerException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `InvalidRequestException of InvalidRequestException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `InvalidRequestException of InvalidRequestException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option ]