Values_0.CreateIntegrationAssociationResponseSourceCreates an Amazon Web Services resource association with an Amazon Connect instance.
type nonrec t = {integrationAssociationId : IntegrationAssociationId.t option;The identifier for the integration association.
*)integrationAssociationArn : ARN.t option;The Amazon Resource Name (ARN) for the association.
*)}type nonrec error = [ | `DuplicateResourceException of DuplicateResourceException.t| `InternalServiceException of InternalServiceException.t| `InvalidRequestException of InvalidRequestException.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
| `InvalidRequestException of InvalidRequestException.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
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of (string * [> `String of IntegrationAssociationId.t ]) list ]