Values_0.BatchAssociateAnalyticsDataSetResponseSourceAssociates a list of analytics datasets for a given Amazon Connect instance to a target account. You can associate multiple datasets in a single call.
type nonrec t = {created : AnalyticsDataAssociationResults.t option;Information about associations that are successfully created: DataSetId, TargetAccountId, ResourceShareId, ResourceShareArn.
*)errors : ErrorResults.t option;A list of errors for datasets that aren't successfully associated with the target account.
*)}type nonrec error = [ | `InternalServiceException of InternalServiceException.t| `InvalidParameterException of InvalidParameterException.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 ->
[> `InternalServiceException of InternalServiceException.t
| `InvalidParameterException of InvalidParameterException.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 ->
[> `InternalServiceException of InternalServiceException.t
| `InvalidParameterException of InvalidParameterException.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
* [> `List of
[> `Structure of (string * [> `String of DataSetId.t ]) list ]
list ])
list ]