Values.CreateJobRequestSourceThis operation creates an S3 Batch Operations job. You can use S3 Batch Operations to perform large-scale batch actions on Amazon S3 objects. Batch Operations can run a single action on lists of Amazon S3 objects that you specify. For more information, see S3 Batch Operations in the Amazon S3 User Guide. Permissions For information about permissions required to use the Batch Operations, see Granting permissions for S3 Batch Operations in the Amazon S3 User Guide. Related actions include: DescribeJob ListJobs UpdateJobPriority UpdateJobStatus JobOperation
type nonrec t = {accountId : AccountId.t;The Amazon Web Services account ID that creates the job.
*)confirmationRequired : ConfirmationRequired.t option;Indicates whether confirmation is required before Amazon S3 runs the job. Confirmation is only required for jobs created through the Amazon S3 console.
*)operation : JobOperation.t;The action that you want this job to perform on every object listed in the manifest. For more information about the available actions, see Operations in the Amazon S3 User Guide.
*)report : JobReport.t;Configuration parameters for the optional job-completion report.
*)clientRequestToken : NonEmptyMaxLength64String.t;An idempotency token to ensure that you don't accidentally submit the same request twice. You can use any string up to the maximum length.
*)manifest : JobManifest.t option;Configuration parameters for the manifest.
*)description : NonEmptyMaxLength256String.t option;A description for this job. You can use any string within the permitted length. Descriptions don't need to be unique and can be used for multiple jobs.
*)priority : JobPriority.t;The numerical priority for this job. Higher numbers indicate higher priority.
*)roleArn : IAMRoleArn.t;The Amazon Resource Name (ARN) for the Identity and Access Management (IAM) role that Batch Operations will use to run this job's action on every object in the manifest.
*)manifestGenerator : JobManifestGenerator.t option;The attribute container for the ManifestGenerator details. Jobs must be created with either a manifest file or a ManifestGenerator, but not both.
*)}val make :
?confirmationRequired:??? ->
?manifest:??? ->
?description:??? ->
?tags:??? ->
?manifestGenerator:??? ->
accountId:AccountId.t ->
operation:JobOperation.t ->
report:JobReport.t ->
clientRequestToken:NonEmptyMaxLength64String.t ->
priority:JobPriority.t ->
roleArn:IAMRoleArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of ConfirmationRequired.t
| `Integer of JobPriority.t
| `List of
[> `Structure of (string * [> `String of TagKeyString.t ]) list ]
list
| `String of AccountId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `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
| `Map of
([> `String of NonEmptyMaxLength64String.t ]
* [> `String of MaxLength1024String.t ])
list
| `String of FunctionArnString.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 ])
list ]