Values.JobDescriptorSourceA container element for the job configuration and status information returned by a Describe Job request.
type nonrec t = {jobId : JobId.t option;The ID for the specified job.
*)confirmationRequired : ConfirmationRequired.t option;Indicates whether confirmation is required before Amazon S3 begins running the specified job. Confirmation is required only for jobs created through the Amazon S3 console.
*)description : NonEmptyMaxLength256String.t option;The description for this job, if one was provided in this job's Create Job request.
*)jobArn : JobArn.t option;The Amazon Resource Name (ARN) for this job.
*)status : JobStatus.t option;The current status of the specified job.
*)manifest : JobManifest.t option;The configuration information for the specified job's manifest object.
*)operation : JobOperation.t option;The operation that the specified job is configured to run on the objects listed in the manifest.
*)priority : JobPriority.t option;The priority of the specified job.
*)progressSummary : JobProgressSummary.t option;Describes the total number of tasks that the specified job has run, the number of tasks that succeeded, and the number of tasks that failed.
*)statusUpdateReason : JobStatusUpdateReason.t option;The reason for updating the job.
*)failureReasons : JobFailureList.t option;If the specified job failed, this field contains information describing the failure.
*)report : JobReport.t option;Contains the configuration information for the job-completion report if you requested one in the Create Job request.
*)creationTime : JobCreationTime.t option;A timestamp indicating when this job was created.
*)terminationDate : JobTerminationDate.t option;A timestamp indicating when this job terminated. A job's termination date is the date and time when it succeeded, failed, or was canceled.
*)roleArn : IAMRoleArn.t option;The Amazon Resource Name (ARN) for the Identity and Access Management (IAM) role assigned to run the tasks for this job.
*)suspendedDate : SuspendedDate.t option;The timestamp when this job was suspended, if it has been suspended.
*)suspendedCause : SuspendedCause.t option;The reason why the specified job was suspended. A job is only suspended if you create it through the Amazon S3 console. When you create the job, it enters the Suspended state to await confirmation before running. After you confirm the job, it automatically exits the Suspended state.
*)manifestGenerator : JobManifestGenerator.t option;The manifest generator that was used to generate a job manifest for this job.
*)generatedManifestDescriptor : S3GeneratedManifestDescriptor.t option;The attribute of the JobDescriptor containing details about the job's generated manifest.
*)}val make :
?jobId:??? ->
?confirmationRequired:??? ->
?description:??? ->
?jobArn:??? ->
?status:??? ->
?manifest:??? ->
?operation:??? ->
?priority:??? ->
?progressSummary:??? ->
?statusUpdateReason:??? ->
?failureReasons:??? ->
?report:??? ->
?creationTime:??? ->
?terminationDate:??? ->
?roleArn:??? ->
?suspendedDate:??? ->
?suspendedCause:??? ->
?manifestGenerator:??? ->
?generatedManifestDescriptor:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of ConfirmationRequired.t
| `Enum of string
| `Integer of JobPriority.t
| `List of
[> `Structure of (string * [> `String of JobFailureCode.t ]) list ]
list
| `String of JobId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Long of JobTotalNumberOfTasks.t
| `String of S3BucketArnString.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of S3ExpirationInDays.t
| `List of
[> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `String of TagKeyString.t
| `Structure of
(string
* [> `Enum of string
| `String of NonEmptyMaxLength1024String.t ])
list ])
list ]
list
| `Long of JobTimeInStateSeconds.t
| `Map of
([> `String of NonEmptyMaxLength64String.t ]
* [> `String of MaxLength1024String.t ])
list
| `String of S3KeyArnString.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `Enum of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of NonEmptyKmsKeyArnString.t ])
list ])
list ]
list
| `Long of S3ContentLength.t
| `Map of
([> `String of NonEmptyMaxLength1024String.t ]
* [> `String of MaxLength1024String.t ])
list
| `String of NonEmptyMaxLength1024String.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `String of NonEmptyMaxLength1024String.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `String of
NonEmptyMaxLength1024String.t ])
list ])
list ]
list
| `String of NonEmptyKmsKeyArnString.t
| `Structure of
(string
* [> `String of NonEmptyMaxLength1024String.t ])
list ])
list
| `Timestamp of TimeStamp.t ])
list
| `Timestamp of TimeStamp.t ])
list ])
list
| `Timestamp of JobCreationTime.t ])
list ]