Module Values_0.UpdateJobRequestSource

Updates supported fields of the specified job. Requires permission to access the UpdateJob action.

Sourcetype nonrec t = {
  1. jobId : JobId.t;
    (*

    The ID of the job to be updated.

    *)
  2. description : JobDescription.t option;
    (*

    A short text description of the job.

    *)
  3. presignedUrlConfig : PresignedUrlConfig.t option;
    (*

    Configuration information for pre-signed S3 URLs.

    *)
  4. jobExecutionsRolloutConfig : JobExecutionsRolloutConfig.t option;
    (*

    Allows you to create a staged rollout of the job.

    *)
  5. abortConfig : AbortConfig.t option;
    (*

    Allows you to create criteria to abort a job.

    *)
  6. 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.

    *)
  7. 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.

    *)
  8. jobExecutionsRetryConfig : JobExecutionsRetryConfig.t option;
    (*

    Allows you to create the criteria to retry a job.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?presignedUrlConfig:??? -> ?jobExecutionsRolloutConfig:??? -> ?abortConfig:??? -> ?timeoutConfig:??? -> ?namespaceId:??? -> ?jobExecutionsRetryConfig:??? -> jobId:JobId.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t