Module Values_1.CancelJobResponseSource

Cancels a job. Requires permission to access the CancelJob action.

Sourcetype nonrec t = {
  1. jobArn : Values_0.JobArn.t option;
    (*

    The job ARN.

    *)
  2. jobId : Values_0.JobId.t option;
    (*

    The unique identifier you assigned to this job when it was created.

    *)
  3. description : Values_0.JobDescription.t option;
    (*

    A short text description of the job.

    *)
}
Sourcetype nonrec error = [
  1. | `InvalidRequestException of Values_0.InvalidRequestException.t
  2. | `LimitExceededException of Values_0.LimitExceededException.t
  3. | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
  4. | `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
  5. | `ThrottlingException of Values_0.ThrottlingException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?jobArn:??? -> ?jobId:??? -> ?description:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidRequestException of Values_0.InvalidRequestException.t | `LimitExceededException of Values_0.LimitExceededException.t | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t | `ServiceUnavailableException of Values_0.ServiceUnavailableException.t | `ThrottlingException of Values_0.ThrottlingException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidRequestException of Values_0.InvalidRequestException.t | `LimitExceededException of Values_0.LimitExceededException.t | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t | `ServiceUnavailableException of Values_0.ServiceUnavailableException.t | `ThrottlingException of Values_0.ThrottlingException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.JobArn.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