Values_0.CreateAgentStatusResponseSourceCreates an agent status for the specified Amazon Connect instance.
type nonrec t = {agentStatusARN : ARN.t option;The Amazon Resource Name (ARN) of the agent status.
*)agentStatusId : AgentStatusId.t option;The identifier of the agent status.
*)}type nonrec error = [ | `DuplicateResourceException of DuplicateResourceException.t| `InternalServiceException of InternalServiceException.t| `InvalidParameterException of InvalidParameterException.t| `InvalidRequestException of InvalidRequestException.t| `LimitExceededException of LimitExceededException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DuplicateResourceException of DuplicateResourceException.t
| `InternalServiceException of InternalServiceException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidRequestException of InvalidRequestException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DuplicateResourceException of DuplicateResourceException.t
| `InternalServiceException of InternalServiceException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidRequestException of InvalidRequestException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]