Values_0.UpdateJobRequestSourceUpdates supported fields of the specified job. Requires permission to access the UpdateJob action.
type nonrec t = {jobId : JobId.t;The ID of the job to be updated.
*)description : JobDescription.t option;A short text description of the job.
*)presignedUrlConfig : PresignedUrlConfig.t option;Configuration information for pre-signed S3 URLs.
*)jobExecutionsRolloutConfig : JobExecutionsRolloutConfig.t option;Allows you to create a staged rollout of the job.
*)abortConfig : AbortConfig.t option;Allows you to create criteria to abort a job.
*)timeoutConfig : TimeoutConfig.t option;Specifies the amount of time each device has to finish its execution of the job. The timer is started when the job execution status is set to IN_PROGRESS. If the job execution status is not set to another terminal state before the time expires, it will be automatically set to TIMED_OUT.
*)namespaceId : NamespaceId.t option;The namespace used to indicate that a job is a customer-managed job. When you specify a value for this parameter, Amazon Web Services IoT Core sends jobs notifications to MQTT topics that contain the value in the following format. $aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/ The namespaceId feature is only supported by IoT Greengrass at this time. For more information, see Setting up IoT Greengrass core devices.
*)jobExecutionsRetryConfig : JobExecutionsRetryConfig.t option;Allows you to create the criteria to retry a job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of JobId.t
| `Structure of
(string
* [> `Integer of MaxJobExecutionsPerMin.t
| `List of
[> `Structure of
(string
* [> `Double of AbortThresholdPercentage.t
| `Enum of string
| `Integer of MinimumNumberOfExecutedThings.t ])
list ]
list
| `Long of ExpiresInSec.t
| `String of RoleArn.t
| `Structure of
(string
* [> `Double of IncrementFactor.t
| `Integer of RolloutRatePerMinute.t
| `Structure of
(string * [> `Integer of NumberOfThings.t ]) list ])
list ])
list ])
list ]