Module Values_2.UpdateTestCaseResponseSource

Updates any of the metadata for a test case, such as the name, description, and status or content of an existing test case. This API doesn't allow customers to update the tags of the test case resource for the specified Amazon Connect instance.

Sourcetype nonrec t = unit
Sourcetype nonrec error = [
  1. | `AccessDeniedException of Values_0.AccessDeniedException.t
  2. | `DuplicateResourceException of Values_0.DuplicateResourceException.t
  3. | `InternalServiceException of Values_0.InternalServiceException.t
  4. | `InvalidParameterException of Values_0.InvalidParameterException.t
  5. | `InvalidRequestException of Values_0.InvalidRequestException.t
  6. | `InvalidTestCaseException of Values_0.InvalidTestCaseException.t
  7. | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
  8. | `ThrottlingException of Values_0.ThrottlingException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : unit -> unit
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `DuplicateResourceException of Values_0.DuplicateResourceException.t | `InternalServiceException of Values_0.InternalServiceException.t | `InvalidParameterException of Values_0.InvalidParameterException.t | `InvalidRequestException of Values_0.InvalidRequestException.t | `InvalidTestCaseException of Values_0.InvalidTestCaseException.t | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t | `ThrottlingException of Values_0.ThrottlingException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `DuplicateResourceException of Values_0.DuplicateResourceException.t | `InternalServiceException of Values_0.InternalServiceException.t | `InvalidParameterException of Values_0.InvalidParameterException.t | `InvalidRequestException of Values_0.InvalidRequestException.t | `InvalidTestCaseException of Values_0.InvalidTestCaseException.t | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t | `ThrottlingException of Values_0.ThrottlingException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ('a * 'b) -> unit
Sourceval to_value : 'a -> [> `Structure of 'b list ]
Sourceval to_query : 'a -> Awso.Client.Query.t
Sourceval of_xml : 'a -> unit
Sourceval of_string : string -> unit
Sourceval of_json : 'a -> unit
Sourceval to_json : 'a -> Yojson.Safe.t