Values.StartBatchJobRequestSourceStarts a batch job and returns the unique identifier of this execution of the batch job. The associated application must be running in order to start the batch job.
type nonrec t = {applicationId : Identifier.t;The unique identifier of the application associated with this batch job.
*)authSecretsManagerArn : AuthSecretsManagerArn.t option;The Amazon Web Services Secrets Manager containing user's credentials for authentication and authorization for Start Batch Job execution operation.
*)batchJobIdentifier : BatchJobIdentifier.t;The unique identifier of the batch job.
*)jobParams : BatchJobParametersMap.t option;The collection of batch job parameters. For details about limits for keys and values, see Coding variables in JCL.
*)}val make :
?authSecretsManagerArn:??? ->
?jobParams:??? ->
applicationId:Identifier.t ->
batchJobIdentifier:BatchJobIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of BatchParamKey.t ]
* [> `String of BatchParamValue.t ])
list
| `String of Identifier.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `String of String_.t ])
list ])
list ])
list ])
list ]