Smaws_Client_Snowball.CreateCluster
Creates 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.
val request :
Smaws_Lib.Context.t ->
Types.create_cluster_request ->
(Types.create_cluster_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `Ec2RequestFailedException of Types.ec2_request_failed_exception
| `InvalidInputCombinationException of
Types.invalid_input_combination_exception
| `InvalidResourceException of Types.invalid_resource_exception
| `KMSRequestFailedException of Types.kms_request_failed_exception ])
Stdlib.result