Values_1.CreateJobResponseSourceCreates a new job definition.
type nonrec t = {name : Values_0.NameString.t option;The unique name that was provided for this job definition.
*)}type nonrec error = [ | `AlreadyExistsException of Values_0.AlreadyExistsException.t| `ConcurrentModificationException of ConcurrentModificationException.t| `IdempotentParameterMismatchException of IdempotentParameterMismatchException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidInputException of Values_0.InvalidInputException.t| `OperationTimeoutException of Values_0.OperationTimeoutException.t| `ResourceNumberLimitExceededException of
Values_0.ResourceNumberLimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AlreadyExistsException of Values_0.AlreadyExistsException.t
| `ConcurrentModificationException of ConcurrentModificationException.t
| `IdempotentParameterMismatchException of
IdempotentParameterMismatchException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `ResourceNumberLimitExceededException of
Values_0.ResourceNumberLimitExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AlreadyExistsException of Values_0.AlreadyExistsException.t
| `ConcurrentModificationException of ConcurrentModificationException.t
| `IdempotentParameterMismatchException of
IdempotentParameterMismatchException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `ResourceNumberLimitExceededException of
Values_0.ResourceNumberLimitExceededException.t
| `Unknown_operation_error of string * string option ]