Module Values.CancelBatchJobExecutionRequestSource

Cancels the running of a specific batch job execution.

Sourcetype nonrec t = {
  1. applicationId : Identifier.t;
    (*

    The unique identifier of the application.

    *)
  2. authSecretsManagerArn : AuthSecretsManagerArn.t option;
    (*

    The Amazon Web Services Secrets Manager containing user's credentials for authentication and authorization for Cancel Batch Job Execution operation.

    *)
  3. executionId : Identifier.t;
    (*

    The unique identifier of the batch job execution.

    *)
}
Sourceval context_ : string
Sourceval make : ?authSecretsManagerArn:??? -> applicationId:Identifier.t -> executionId:Identifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Identifier.t ]) 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