Values_0.CreateTestCaseResponseSourceCreates a test case with its content and metadata for the specified Amazon Connect instance.
type nonrec t = {testCaseId : TestCaseId.t option;The identifier of the test.
*)testCaseArn : ARN.t option;The Amazon Resource Name (ARN) of the test.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `DuplicateResourceException of DuplicateResourceException.t| `IdempotencyException of IdempotencyException.t| `InternalServiceException of InternalServiceException.t| `InvalidParameterException of InvalidParameterException.t| `InvalidRequestException of InvalidRequestException.t| `InvalidTestCaseException of InvalidTestCaseException.t| `LimitExceededException of LimitExceededException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `DuplicateResourceException of DuplicateResourceException.t
| `IdempotencyException of IdempotencyException.t
| `InternalServiceException of InternalServiceException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidRequestException of InvalidRequestException.t
| `InvalidTestCaseException of InvalidTestCaseException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `DuplicateResourceException of DuplicateResourceException.t
| `IdempotencyException of IdempotencyException.t
| `InternalServiceException of InternalServiceException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidRequestException of InvalidRequestException.t
| `InvalidTestCaseException of InvalidTestCaseException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]