Values_0.CreateTaskTemplateResponseSourceCreates a new task template in the specified Amazon Connect instance.
type nonrec t = {id : TaskTemplateId.t option;The identifier of the task template resource.
*)arn : TaskTemplateArn.t option;The Amazon Resource Name (ARN) for the task template resource.
*)}type nonrec error = [ | `InternalServiceException of InternalServiceException.t| `InvalidParameterException of InvalidParameterException.t| `PropertyValidationException of PropertyValidationException.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 ->
[> `InternalServiceException of InternalServiceException.t
| `InvalidParameterException of InvalidParameterException.t
| `PropertyValidationException of PropertyValidationException.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 ->
[> `InternalServiceException of InternalServiceException.t
| `InvalidParameterException of InvalidParameterException.t
| `PropertyValidationException of PropertyValidationException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]