Values_2.UpdateDataQualityRulesetResponseSourceUpdates the specified data quality ruleset.
type nonrec t = {name : Values_0.NameString.t option;The name of the data quality ruleset.
*)description : Values_0.DescriptionString.t option;A description of the ruleset.
*)ruleset : Values_1.DataQualityRulesetString.t option;A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.
*)}type nonrec error = [ | `AlreadyExistsException of Values_0.AlreadyExistsException.t| `EntityNotFoundException of Values_0.EntityNotFoundException.t| `IdempotentParameterMismatchException of
Values_1.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
| `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `IdempotentParameterMismatchException of
Values_1.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
| `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `IdempotentParameterMismatchException of
Values_1.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 ]