Module Values_2.UpdateSourceControlFromJobResponseSource

Synchronizes a job to the source control repository. This operation takes the job artifacts from the Glue internal stores and makes a commit to the remote repository that is configured on the job. This API supports optional parameters which take in the repository information.

Sourcetype nonrec t = {
  1. jobName : Values_0.NameString.t option;
    (*

    The name of the Glue job.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of Values_0.AccessDeniedException.t
  2. | `AlreadyExistsException of Values_0.AlreadyExistsException.t
  3. | `EntityNotFoundException of Values_0.EntityNotFoundException.t
  4. | `InternalServiceException of Values_0.InternalServiceException.t
  5. | `InvalidInputException of Values_0.InvalidInputException.t
  6. | `OperationTimeoutException of Values_0.OperationTimeoutException.t
  7. | `ValidationException of Values_1.ValidationException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?jobName:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `AlreadyExistsException of Values_0.AlreadyExistsException.t | `EntityNotFoundException of Values_0.EntityNotFoundException.t | `InternalServiceException of Values_0.InternalServiceException.t | `InvalidInputException of Values_0.InvalidInputException.t | `OperationTimeoutException of Values_0.OperationTimeoutException.t | `Unknown_operation_error of string * string option | `ValidationException of Values_1.ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `AlreadyExistsException of Values_0.AlreadyExistsException.t | `EntityNotFoundException of Values_0.EntityNotFoundException.t | `InternalServiceException of Values_0.InternalServiceException.t | `InvalidInputException of Values_0.InvalidInputException.t | `OperationTimeoutException of Values_0.OperationTimeoutException.t | `Unknown_operation_error of string * string option | `ValidationException of Values_1.ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.NameString.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