Smaws_Client_Snowball.UpdateJob
val request :
Smaws_Lib.Context.t ->
update_job_request ->
(update_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
| `InvalidJobStateException of invalid_job_state_exception
| `InvalidResourceException of invalid_resource_exception
| `KMSRequestFailedException of kms_request_failed_exception ])
Stdlib.result
While a job's JobState
value is New
, you can update some of the information associated with a job. Once the job changes to a different job state, usually within 60 minutes of the job being created, this action is no longer available.