Values.CancelBatchJobExecutionRequestSourceCancels the running of a specific batch job execution.
type nonrec t = {applicationId : Identifier.t;The unique identifier of the application.
*)authSecretsManagerArn : AuthSecretsManagerArn.t option;The Amazon Web Services Secrets Manager containing user's credentials for authentication and authorization for Cancel Batch Job Execution operation.
*)executionId : Identifier.t;The unique identifier of the batch job execution.
*)}val make :
?authSecretsManagerArn:??? ->
applicationId:Identifier.t ->
executionId:Identifier.t ->
unit ->
t