Smaws_Client_Snowball.UpdateJob
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.
val request :
Smaws_Lib.Context.t ->
Types.update_job_request ->
(Types.update_job_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `ClusterLimitExceededException of Types.cluster_limit_exceeded_exception
| `Ec2RequestFailedException of Types.ec2_request_failed_exception
| `InvalidInputCombinationException of
Types.invalid_input_combination_exception
| `InvalidJobStateException of Types.invalid_job_state_exception
| `InvalidResourceException of Types.invalid_resource_exception
| `KMSRequestFailedException of Types.kms_request_failed_exception ])
Stdlib.result