Module Smaws_Client_Snowball.CreateJob

Creates a job to import or export data between Amazon S3 and your on-premises data center. Your Amazon Web Services account must have the right trust policies and permissions in place to create a job for a Snow device. If you're creating a job for a node in a cluster, you only need to provide the clusterId value; the other job attributes are inherited from the cluster.

Only the Snowball; Edge device type is supported when ordering clustered jobs.

The device capacity is optional.

Availability of device types differ by Amazon Web Services Region. For more information about Region availability, see Amazon Web Services Regional Services.

Snow Family devices and their capacities.

val request : Smaws_Lib.Context.t -> create_job_request -> (create_job_result, [> Smaws_Lib.Protocols.AwsJson.error | `ClusterLimitExceededException of cluster_limit_exceeded_exception | `Ec2RequestFailedException of ec2_request_failed_exception | `InvalidInputCombinationException of invalid_input_combination_exception | `InvalidResourceException of invalid_resource_exception | `KMSRequestFailedException of kms_request_failed_exception ]) Stdlib.result