Values.CreateClusterResultSourceCreates an empty cluster. Each cluster supports five nodes. You use the CreateJob action separately to create the jobs for each of these nodes. The cluster does not ship until these five node jobs have been created.
type nonrec t = {clusterId : ClusterId.t option;The automatically generated ID for a cluster.
*)jobListEntries : JobListEntryList.t option;List of jobs created for this cluster. For syntax, see ListJobsResult$JobListEntries in this guide.
*)}type nonrec error = [ | `Ec2RequestFailedException of Ec2RequestFailedException.t| `InvalidInputCombinationException of InvalidInputCombinationException.t| `InvalidResourceException of InvalidResourceException.t| `KMSRequestFailedException of KMSRequestFailedException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `Ec2RequestFailedException of Ec2RequestFailedException.t
| `InvalidInputCombinationException of InvalidInputCombinationException.t
| `InvalidResourceException of InvalidResourceException.t
| `KMSRequestFailedException of KMSRequestFailedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `Ec2RequestFailedException of Ec2RequestFailedException.t
| `InvalidInputCombinationException of InvalidInputCombinationException.t
| `InvalidResourceException of InvalidResourceException.t
| `KMSRequestFailedException of KMSRequestFailedException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of ClusterId.t ])
list ]