@aws-sdk/client-connect 3.940.0 → 3.943.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (560) hide show
  1. package/README.md +362 -13
  2. package/dist-cjs/index.js +3179 -266
  3. package/dist-es/Connect.js +88 -0
  4. package/dist-es/commands/AssociateSecurityProfilesCommand.js +16 -0
  5. package/dist-es/commands/AssociateWorkspaceCommand.js +16 -0
  6. package/dist-es/commands/BatchCreateDataTableValueCommand.js +16 -0
  7. package/dist-es/commands/BatchDeleteDataTableValueCommand.js +16 -0
  8. package/dist-es/commands/BatchDescribeDataTableValueCommand.js +16 -0
  9. package/dist-es/commands/BatchUpdateDataTableValueCommand.js +16 -0
  10. package/dist-es/commands/CreateDataTableAttributeCommand.js +16 -0
  11. package/dist-es/commands/CreateDataTableCommand.js +16 -0
  12. package/dist-es/commands/CreateWorkspaceCommand.js +16 -0
  13. package/dist-es/commands/CreateWorkspacePageCommand.js +16 -0
  14. package/dist-es/commands/DeleteDataTableAttributeCommand.js +16 -0
  15. package/dist-es/commands/DeleteDataTableCommand.js +16 -0
  16. package/dist-es/commands/DeleteWorkspaceCommand.js +16 -0
  17. package/dist-es/commands/DeleteWorkspaceMediaCommand.js +16 -0
  18. package/dist-es/commands/DeleteWorkspacePageCommand.js +16 -0
  19. package/dist-es/commands/DescribeDataTableAttributeCommand.js +16 -0
  20. package/dist-es/commands/DescribeDataTableCommand.js +16 -0
  21. package/dist-es/commands/DescribeWorkspaceCommand.js +16 -0
  22. package/dist-es/commands/DisassociateSecurityProfilesCommand.js +16 -0
  23. package/dist-es/commands/DisassociateWorkspaceCommand.js +16 -0
  24. package/dist-es/commands/EvaluateDataTableValuesCommand.js +16 -0
  25. package/dist-es/commands/ImportWorkspaceMediaCommand.js +16 -0
  26. package/dist-es/commands/ListDataTableAttributesCommand.js +16 -0
  27. package/dist-es/commands/ListDataTablePrimaryValuesCommand.js +16 -0
  28. package/dist-es/commands/ListDataTableValuesCommand.js +16 -0
  29. package/dist-es/commands/ListDataTablesCommand.js +16 -0
  30. package/dist-es/commands/ListEntitySecurityProfilesCommand.js +16 -0
  31. package/dist-es/commands/ListSecurityProfileFlowModulesCommand.js +16 -0
  32. package/dist-es/commands/ListWorkspaceMediaCommand.js +16 -0
  33. package/dist-es/commands/ListWorkspacePagesCommand.js +16 -0
  34. package/dist-es/commands/ListWorkspacesCommand.js +16 -0
  35. package/dist-es/commands/SearchDataTablesCommand.js +16 -0
  36. package/dist-es/commands/SearchViewsCommand.js +16 -0
  37. package/dist-es/commands/SearchWorkspaceAssociationsCommand.js +16 -0
  38. package/dist-es/commands/SearchWorkspacesCommand.js +16 -0
  39. package/dist-es/commands/StartContactMediaProcessingCommand.js +16 -0
  40. package/dist-es/commands/StopContactMediaProcessingCommand.js +16 -0
  41. package/dist-es/commands/UpdateDataTableAttributeCommand.js +16 -0
  42. package/dist-es/commands/UpdateDataTableMetadataCommand.js +16 -0
  43. package/dist-es/commands/UpdateDataTablePrimaryValuesCommand.js +16 -0
  44. package/dist-es/commands/UpdateWorkspaceMetadataCommand.js +16 -0
  45. package/dist-es/commands/UpdateWorkspacePageCommand.js +16 -0
  46. package/dist-es/commands/UpdateWorkspaceThemeCommand.js +16 -0
  47. package/dist-es/commands/UpdateWorkspaceVisibilityCommand.js +16 -0
  48. package/dist-es/commands/index.js +44 -0
  49. package/dist-es/models/enums.js +103 -0
  50. package/dist-es/models/errors.js +14 -14
  51. package/dist-es/pagination/EvaluateDataTableValuesPaginator.js +4 -0
  52. package/dist-es/pagination/ListDataTableAttributesPaginator.js +4 -0
  53. package/dist-es/pagination/ListDataTablePrimaryValuesPaginator.js +4 -0
  54. package/dist-es/pagination/ListDataTableValuesPaginator.js +4 -0
  55. package/dist-es/pagination/ListDataTablesPaginator.js +4 -0
  56. package/dist-es/pagination/ListWorkspacePagesPaginator.js +4 -0
  57. package/dist-es/pagination/ListWorkspacesPaginator.js +4 -0
  58. package/dist-es/pagination/SearchDataTablesPaginator.js +4 -0
  59. package/dist-es/pagination/SearchViewsPaginator.js +4 -0
  60. package/dist-es/pagination/SearchWorkspaceAssociationsPaginator.js +4 -0
  61. package/dist-es/pagination/SearchWorkspacesPaginator.js +4 -0
  62. package/dist-es/pagination/index.js +11 -0
  63. package/dist-es/schemas/schemas_0.js +2407 -257
  64. package/dist-types/Connect.d.ts +320 -13
  65. package/dist-types/ConnectClient.d.ts +56 -15
  66. package/dist-types/commands/ActivateEvaluationFormCommand.d.ts +2 -2
  67. package/dist-types/commands/AssociateAnalyticsDataSetCommand.d.ts +2 -2
  68. package/dist-types/commands/AssociateBotCommand.d.ts +2 -2
  69. package/dist-types/commands/AssociateContactWithUserCommand.d.ts +14 -17
  70. package/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +2 -2
  71. package/dist-types/commands/AssociateEmailAddressAliasCommand.d.ts +21 -28
  72. package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +6 -6
  73. package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +1 -2
  74. package/dist-types/commands/AssociateLexBotCommand.d.ts +2 -2
  75. package/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +5 -8
  76. package/dist-types/commands/AssociateSecurityProfilesCommand.d.ts +100 -0
  77. package/dist-types/commands/AssociateTrafficDistributionGroupUserCommand.d.ts +2 -2
  78. package/dist-types/commands/AssociateWorkspaceCommand.d.ts +110 -0
  79. package/dist-types/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +2 -2
  80. package/dist-types/commands/BatchCreateDataTableValueCommand.d.ts +152 -0
  81. package/dist-types/commands/BatchDeleteDataTableValueCommand.d.ts +142 -0
  82. package/dist-types/commands/BatchDescribeDataTableValueCommand.d.ts +138 -0
  83. package/dist-types/commands/BatchDisassociateAnalyticsDataSetCommand.d.ts +2 -2
  84. package/dist-types/commands/BatchGetAttachedFileMetadataCommand.d.ts +2 -3
  85. package/dist-types/commands/BatchPutContactCommand.d.ts +6 -7
  86. package/dist-types/commands/BatchUpdateDataTableValueCommand.d.ts +145 -0
  87. package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +8 -8
  88. package/dist-types/commands/CompleteAttachedFileUploadCommand.d.ts +2 -2
  89. package/dist-types/commands/CreateContactCommand.d.ts +12 -14
  90. package/dist-types/commands/CreateContactFlowModuleVersionCommand.d.ts +2 -1
  91. package/dist-types/commands/CreateContactFlowVersionCommand.d.ts +4 -5
  92. package/dist-types/commands/CreateDataTableAttributeCommand.d.ts +132 -0
  93. package/dist-types/commands/CreateDataTableCommand.d.ts +117 -0
  94. package/dist-types/commands/CreateEmailAddressCommand.d.ts +3 -3
  95. package/dist-types/commands/CreateEvaluationFormCommand.d.ts +69 -13
  96. package/dist-types/commands/CreateHoursOfOperationOverrideCommand.d.ts +1 -2
  97. package/dist-types/commands/CreateInstanceCommand.d.ts +5 -5
  98. package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +2 -3
  99. package/dist-types/commands/CreateParticipantCommand.d.ts +5 -5
  100. package/dist-types/commands/CreatePersistentContactAssociationCommand.d.ts +3 -3
  101. package/dist-types/commands/CreatePredefinedAttributeCommand.d.ts +11 -13
  102. package/dist-types/commands/CreatePromptCommand.d.ts +3 -3
  103. package/dist-types/commands/CreatePushNotificationRegistrationCommand.d.ts +2 -4
  104. package/dist-types/commands/CreateQueueCommand.d.ts +5 -6
  105. package/dist-types/commands/CreateQuickConnectCommand.d.ts +4 -1
  106. package/dist-types/commands/CreateRuleCommand.d.ts +3 -3
  107. package/dist-types/commands/CreateSecurityProfileCommand.d.ts +25 -4
  108. package/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +2 -2
  109. package/dist-types/commands/CreateUserCommand.d.ts +5 -5
  110. package/dist-types/commands/CreateViewCommand.d.ts +8 -11
  111. package/dist-types/commands/CreateViewVersionCommand.d.ts +5 -7
  112. package/dist-types/commands/CreateVocabularyCommand.d.ts +3 -3
  113. package/dist-types/commands/CreateWorkspaceCommand.d.ts +190 -0
  114. package/dist-types/commands/CreateWorkspacePageCommand.d.ts +107 -0
  115. package/dist-types/commands/DeactivateEvaluationFormCommand.d.ts +2 -2
  116. package/dist-types/commands/DeleteAttachedFileCommand.d.ts +2 -2
  117. package/dist-types/commands/DeleteContactFlowModuleAliasCommand.d.ts +3 -2
  118. package/dist-types/commands/DeleteContactFlowModuleVersionCommand.d.ts +1 -1
  119. package/dist-types/commands/DeleteContactFlowVersionCommand.d.ts +1 -1
  120. package/dist-types/commands/DeleteDataTableAttributeCommand.d.ts +103 -0
  121. package/dist-types/commands/DeleteDataTableCommand.d.ts +95 -0
  122. package/dist-types/commands/DeleteEmailAddressCommand.d.ts +1 -1
  123. package/dist-types/commands/DeleteEvaluationFormCommand.d.ts +2 -3
  124. package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +1 -1
  125. package/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +2 -3
  126. package/dist-types/commands/DeleteInstanceCommand.d.ts +3 -4
  127. package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +3 -3
  128. package/dist-types/commands/DeletePredefinedAttributeCommand.d.ts +4 -5
  129. package/dist-types/commands/DeletePromptCommand.d.ts +1 -1
  130. package/dist-types/commands/DeletePushNotificationRegistrationCommand.d.ts +1 -1
  131. package/dist-types/commands/DeleteQueueCommand.d.ts +4 -5
  132. package/dist-types/commands/DeleteQuickConnectCommand.d.ts +5 -7
  133. package/dist-types/commands/DeleteRoutingProfileCommand.d.ts +4 -5
  134. package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
  135. package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +4 -5
  136. package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +1 -1
  137. package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +7 -9
  138. package/dist-types/commands/DeleteUseCaseCommand.d.ts +1 -1
  139. package/dist-types/commands/DeleteUserCommand.d.ts +7 -10
  140. package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +6 -7
  141. package/dist-types/commands/DeleteViewCommand.d.ts +5 -7
  142. package/dist-types/commands/DeleteViewVersionCommand.d.ts +4 -5
  143. package/dist-types/commands/DeleteVocabularyCommand.d.ts +4 -5
  144. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +91 -0
  145. package/dist-types/commands/DeleteWorkspaceMediaCommand.d.ts +89 -0
  146. package/dist-types/commands/DeleteWorkspacePageCommand.d.ts +95 -0
  147. package/dist-types/commands/DescribeAgentStatusCommand.d.ts +1 -1
  148. package/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
  149. package/dist-types/commands/DescribeContactCommand.d.ts +35 -14
  150. package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +85 -10
  151. package/dist-types/commands/DescribeContactFlowCommand.d.ts +8 -10
  152. package/dist-types/commands/DescribeContactFlowModuleAliasCommand.d.ts +2 -1
  153. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +3 -4
  154. package/dist-types/commands/DescribeDataTableAttributeCommand.d.ts +129 -0
  155. package/dist-types/commands/DescribeDataTableCommand.d.ts +115 -0
  156. package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +67 -11
  157. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +2 -2
  158. package/dist-types/commands/DescribeInstanceCommand.d.ts +4 -5
  159. package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +2 -2
  160. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +4 -7
  161. package/dist-types/commands/DescribePredefinedAttributeCommand.d.ts +10 -12
  162. package/dist-types/commands/DescribeQuickConnectCommand.d.ts +4 -1
  163. package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +3 -2
  164. package/dist-types/commands/DescribeRuleCommand.d.ts +1 -1
  165. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +18 -4
  166. package/dist-types/commands/DescribeUserCommand.d.ts +3 -2
  167. package/dist-types/commands/DescribeViewCommand.d.ts +4 -4
  168. package/dist-types/commands/DescribeWorkspaceCommand.d.ts +187 -0
  169. package/dist-types/commands/DisassociateBotCommand.d.ts +1 -2
  170. package/dist-types/commands/DisassociateEmailAddressAliasCommand.d.ts +24 -32
  171. package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -2
  172. package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +1 -2
  173. package/dist-types/commands/DisassociateLexBotCommand.d.ts +1 -2
  174. package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +5 -8
  175. package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +2 -2
  176. package/dist-types/commands/DisassociateSecurityProfilesCommand.d.ts +101 -0
  177. package/dist-types/commands/DisassociateTrafficDistributionGroupUserCommand.d.ts +2 -2
  178. package/dist-types/commands/DisassociateWorkspaceCommand.d.ts +107 -0
  179. package/dist-types/commands/DismissUserContactCommand.d.ts +3 -5
  180. package/dist-types/commands/EvaluateDataTableValuesCommand.d.ts +125 -0
  181. package/dist-types/commands/GetAttachedFileCommand.d.ts +2 -3
  182. package/dist-types/commands/GetContactMetricsCommand.d.ts +5 -8
  183. package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +8 -10
  184. package/dist-types/commands/GetFederationTokenCommand.d.ts +6 -10
  185. package/dist-types/commands/GetMetricDataCommand.d.ts +6 -9
  186. package/dist-types/commands/GetMetricDataV2Command.d.ts +18 -16
  187. package/dist-types/commands/GetTaskTemplateCommand.d.ts +1 -2
  188. package/dist-types/commands/ImportPhoneNumberCommand.d.ts +14 -16
  189. package/dist-types/commands/ImportWorkspaceMediaCommand.d.ts +90 -0
  190. package/dist-types/commands/ListAnalyticsDataAssociationsCommand.d.ts +1 -2
  191. package/dist-types/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +1 -2
  192. package/dist-types/commands/ListAssociatedContactsCommand.d.ts +1 -2
  193. package/dist-types/commands/ListAuthenticationProfilesCommand.d.ts +2 -1
  194. package/dist-types/commands/ListBotsCommand.d.ts +3 -1
  195. package/dist-types/commands/ListContactEvaluationsCommand.d.ts +5 -0
  196. package/dist-types/commands/ListContactFlowModuleAliasesCommand.d.ts +2 -1
  197. package/dist-types/commands/ListContactFlowModulesCommand.d.ts +1 -2
  198. package/dist-types/commands/ListContactFlowVersionsCommand.d.ts +2 -3
  199. package/dist-types/commands/ListContactFlowsCommand.d.ts +4 -3
  200. package/dist-types/commands/ListContactReferencesCommand.d.ts +9 -5
  201. package/dist-types/commands/ListDataTableAttributesCommand.d.ts +136 -0
  202. package/dist-types/commands/ListDataTablePrimaryValuesCommand.d.ts +120 -0
  203. package/dist-types/commands/ListDataTableValuesCommand.d.ts +130 -0
  204. package/dist-types/commands/ListDataTablesCommand.d.ts +103 -0
  205. package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
  206. package/dist-types/commands/ListEntitySecurityProfilesCommand.d.ts +98 -0
  207. package/dist-types/commands/ListEvaluationFormVersionsCommand.d.ts +1 -1
  208. package/dist-types/commands/ListEvaluationFormsCommand.d.ts +1 -1
  209. package/dist-types/commands/ListFlowAssociationsCommand.d.ts +1 -1
  210. package/dist-types/commands/ListHoursOfOperationOverridesCommand.d.ts +1 -1
  211. package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +4 -5
  212. package/dist-types/commands/ListInstanceAttributesCommand.d.ts +2 -2
  213. package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +2 -3
  214. package/dist-types/commands/ListInstancesCommand.d.ts +4 -4
  215. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +4 -5
  216. package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +3 -3
  217. package/dist-types/commands/ListLexBotsCommand.d.ts +3 -4
  218. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +9 -13
  219. package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +9 -11
  220. package/dist-types/commands/ListPredefinedAttributesCommand.d.ts +11 -13
  221. package/dist-types/commands/ListPromptsCommand.d.ts +1 -1
  222. package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +2 -2
  223. package/dist-types/commands/ListQueuesCommand.d.ts +6 -7
  224. package/dist-types/commands/ListQuickConnectsCommand.d.ts +4 -5
  225. package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +7 -8
  226. package/dist-types/commands/ListRoutingProfileManualAssignmentQueuesCommand.d.ts +8 -12
  227. package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
  228. package/dist-types/commands/ListRoutingProfilesCommand.d.ts +3 -5
  229. package/dist-types/commands/ListRulesCommand.d.ts +1 -1
  230. package/dist-types/commands/ListSecurityKeysCommand.d.ts +1 -2
  231. package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +2 -1
  232. package/dist-types/commands/ListSecurityProfileFlowModulesCommand.d.ts +100 -0
  233. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +3 -4
  234. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +3 -4
  235. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -3
  236. package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +2 -4
  237. package/dist-types/commands/ListUsersCommand.d.ts +1 -2
  238. package/dist-types/commands/ListViewVersionsCommand.d.ts +1 -2
  239. package/dist-types/commands/ListWorkspaceMediaCommand.d.ts +98 -0
  240. package/dist-types/commands/ListWorkspacePagesCommand.d.ts +103 -0
  241. package/dist-types/commands/ListWorkspacesCommand.d.ts +103 -0
  242. package/dist-types/commands/MonitorContactCommand.d.ts +2 -3
  243. package/dist-types/commands/PauseContactCommand.d.ts +2 -2
  244. package/dist-types/commands/PutUserStatusCommand.d.ts +4 -4
  245. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +9 -11
  246. package/dist-types/commands/ReplicateInstanceCommand.d.ts +4 -5
  247. package/dist-types/commands/ResumeContactCommand.d.ts +2 -2
  248. package/dist-types/commands/ResumeContactRecordingCommand.d.ts +3 -4
  249. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +3 -3
  250. package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +10 -7
  251. package/dist-types/commands/SearchContactFlowsCommand.d.ts +18 -0
  252. package/dist-types/commands/SearchDataTablesCommand.d.ts +166 -0
  253. package/dist-types/commands/SearchEvaluationFormsCommand.d.ts +6 -5
  254. package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +1 -2
  255. package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +10 -12
  256. package/dist-types/commands/SearchQuickConnectsCommand.d.ts +4 -1
  257. package/dist-types/commands/SearchResourceTagsCommand.d.ts +2 -2
  258. package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +4 -6
  259. package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +3 -4
  260. package/dist-types/commands/SearchViewsCommand.d.ts +173 -0
  261. package/dist-types/commands/SearchVocabulariesCommand.d.ts +2 -2
  262. package/dist-types/commands/SearchWorkspaceAssociationsCommand.d.ts +154 -0
  263. package/dist-types/commands/SearchWorkspacesCommand.d.ts +158 -0
  264. package/dist-types/commands/SendChatIntegrationEventCommand.d.ts +9 -10
  265. package/dist-types/commands/SendOutboundEmailCommand.d.ts +4 -4
  266. package/dist-types/commands/StartAttachedFileUploadCommand.d.ts +1 -3
  267. package/dist-types/commands/StartChatContactCommand.d.ts +13 -12
  268. package/dist-types/commands/StartContactEvaluationCommand.d.ts +4 -6
  269. package/dist-types/commands/StartContactMediaProcessingCommand.d.ts +97 -0
  270. package/dist-types/commands/StartContactRecordingCommand.d.ts +9 -11
  271. package/dist-types/commands/StartContactStreamingCommand.d.ts +2 -2
  272. package/dist-types/commands/StartEmailContactCommand.d.ts +3 -3
  273. package/dist-types/commands/StartOutboundChatContactCommand.d.ts +15 -15
  274. package/dist-types/commands/StartOutboundEmailContactCommand.d.ts +4 -3
  275. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +17 -17
  276. package/dist-types/commands/StartScreenSharingCommand.d.ts +3 -4
  277. package/dist-types/commands/StartTaskContactCommand.d.ts +20 -25
  278. package/dist-types/commands/StartWebRTCContactCommand.d.ts +5 -4
  279. package/dist-types/commands/StopContactCommand.d.ts +4 -5
  280. package/dist-types/commands/StopContactMediaProcessingCommand.d.ts +91 -0
  281. package/dist-types/commands/StopContactRecordingCommand.d.ts +5 -6
  282. package/dist-types/commands/StopContactStreamingCommand.d.ts +2 -3
  283. package/dist-types/commands/SubmitContactEvaluationCommand.d.ts +10 -7
  284. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +7 -7
  285. package/dist-types/commands/TagContactCommand.d.ts +3 -4
  286. package/dist-types/commands/TagResourceCommand.d.ts +5 -7
  287. package/dist-types/commands/TransferContactCommand.d.ts +7 -8
  288. package/dist-types/commands/UntagContactCommand.d.ts +3 -4
  289. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  290. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
  291. package/dist-types/commands/UpdateAuthenticationProfileCommand.d.ts +1 -1
  292. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +9 -14
  293. package/dist-types/commands/UpdateContactCommand.d.ts +7 -9
  294. package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +8 -5
  295. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +4 -5
  296. package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
  297. package/dist-types/commands/UpdateContactFlowModuleAliasCommand.d.ts +1 -1
  298. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +4 -5
  299. package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +1 -1
  300. package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +1 -1
  301. package/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +9 -13
  302. package/dist-types/commands/UpdateContactScheduleCommand.d.ts +1 -1
  303. package/dist-types/commands/UpdateDataTableAttributeCommand.d.ts +132 -0
  304. package/dist-types/commands/UpdateDataTableMetadataCommand.d.ts +109 -0
  305. package/dist-types/commands/UpdateDataTablePrimaryValuesCommand.d.ts +120 -0
  306. package/dist-types/commands/UpdateEmailAddressMetadataCommand.d.ts +3 -3
  307. package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +71 -16
  308. package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
  309. package/dist-types/commands/UpdateHoursOfOperationOverrideCommand.d.ts +1 -1
  310. package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +2 -2
  311. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
  312. package/dist-types/commands/UpdateParticipantAuthenticationCommand.d.ts +11 -11
  313. package/dist-types/commands/UpdateParticipantRoleConfigCommand.d.ts +3 -3
  314. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +9 -14
  315. package/dist-types/commands/UpdatePhoneNumberMetadataCommand.d.ts +4 -5
  316. package/dist-types/commands/UpdatePredefinedAttributeCommand.d.ts +12 -13
  317. package/dist-types/commands/UpdatePromptCommand.d.ts +1 -1
  318. package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
  319. package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +2 -3
  320. package/dist-types/commands/UpdateQueueNameCommand.d.ts +1 -1
  321. package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +7 -9
  322. package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +1 -1
  323. package/dist-types/commands/UpdateQueueStatusCommand.d.ts +1 -1
  324. package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +5 -2
  325. package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
  326. package/dist-types/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +3 -4
  327. package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +2 -3
  328. package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
  329. package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +2 -3
  330. package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
  331. package/dist-types/commands/UpdateRuleCommand.d.ts +4 -4
  332. package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +26 -5
  333. package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +3 -4
  334. package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +6 -6
  335. package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +1 -1
  336. package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
  337. package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +4 -5
  338. package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +6 -8
  339. package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
  340. package/dist-types/commands/UpdateUserProficienciesCommand.d.ts +1 -1
  341. package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
  342. package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
  343. package/dist-types/commands/UpdateViewContentCommand.d.ts +9 -11
  344. package/dist-types/commands/UpdateViewMetadataCommand.d.ts +6 -7
  345. package/dist-types/commands/UpdateWorkspaceMetadataCommand.d.ts +97 -0
  346. package/dist-types/commands/UpdateWorkspacePageCommand.d.ts +102 -0
  347. package/dist-types/commands/UpdateWorkspaceThemeCommand.d.ts +173 -0
  348. package/dist-types/commands/UpdateWorkspaceVisibilityCommand.d.ts +92 -0
  349. package/dist-types/commands/index.d.ts +44 -0
  350. package/dist-types/index.d.ts +10 -13
  351. package/dist-types/models/enums.d.ts +263 -0
  352. package/dist-types/models/errors.d.ts +22 -24
  353. package/dist-types/models/models_0.d.ts +2763 -2635
  354. package/dist-types/models/models_1.d.ts +5591 -6229
  355. package/dist-types/models/models_2.d.ts +3898 -3652
  356. package/dist-types/models/models_3.d.ts +4041 -284
  357. package/dist-types/pagination/EvaluateDataTableValuesPaginator.d.ts +7 -0
  358. package/dist-types/pagination/ListDataTableAttributesPaginator.d.ts +7 -0
  359. package/dist-types/pagination/ListDataTablePrimaryValuesPaginator.d.ts +7 -0
  360. package/dist-types/pagination/ListDataTableValuesPaginator.d.ts +7 -0
  361. package/dist-types/pagination/ListDataTablesPaginator.d.ts +7 -0
  362. package/dist-types/pagination/ListWorkspacePagesPaginator.d.ts +7 -0
  363. package/dist-types/pagination/ListWorkspacesPaginator.d.ts +7 -0
  364. package/dist-types/pagination/SearchDataTablesPaginator.d.ts +7 -0
  365. package/dist-types/pagination/SearchViewsPaginator.d.ts +7 -0
  366. package/dist-types/pagination/SearchWorkspaceAssociationsPaginator.d.ts +7 -0
  367. package/dist-types/pagination/SearchWorkspacesPaginator.d.ts +7 -0
  368. package/dist-types/pagination/index.d.ts +11 -0
  369. package/dist-types/schemas/schemas_0.d.ts +256 -0
  370. package/dist-types/ts3.4/Connect.d.ts +750 -0
  371. package/dist-types/ts3.4/ConnectClient.d.ts +266 -2
  372. package/dist-types/ts3.4/commands/AssociateSecurityProfilesCommand.d.ts +47 -0
  373. package/dist-types/ts3.4/commands/AssociateWorkspaceCommand.d.ts +51 -0
  374. package/dist-types/ts3.4/commands/BatchCreateDataTableValueCommand.d.ts +51 -0
  375. package/dist-types/ts3.4/commands/BatchDeleteDataTableValueCommand.d.ts +51 -0
  376. package/dist-types/ts3.4/commands/BatchDescribeDataTableValueCommand.d.ts +51 -0
  377. package/dist-types/ts3.4/commands/BatchUpdateDataTableValueCommand.d.ts +51 -0
  378. package/dist-types/ts3.4/commands/CreateDataTableAttributeCommand.d.ts +51 -0
  379. package/dist-types/ts3.4/commands/CreateDataTableCommand.d.ts +50 -0
  380. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +50 -0
  381. package/dist-types/ts3.4/commands/CreateWorkspacePageCommand.d.ts +51 -0
  382. package/dist-types/ts3.4/commands/DeleteContactFlowModuleAliasCommand.d.ts +1 -1
  383. package/dist-types/ts3.4/commands/DeleteContactFlowModuleVersionCommand.d.ts +1 -1
  384. package/dist-types/ts3.4/commands/DeleteContactFlowVersionCommand.d.ts +1 -1
  385. package/dist-types/ts3.4/commands/DeleteDataTableAttributeCommand.d.ts +51 -0
  386. package/dist-types/ts3.4/commands/DeleteDataTableCommand.d.ts +50 -0
  387. package/dist-types/ts3.4/commands/DeleteEmailAddressCommand.d.ts +1 -1
  388. package/dist-types/ts3.4/commands/DeleteEvaluationFormCommand.d.ts +1 -1
  389. package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +1 -1
  390. package/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +1 -1
  391. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +1 -1
  392. package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +1 -1
  393. package/dist-types/ts3.4/commands/DeletePredefinedAttributeCommand.d.ts +1 -1
  394. package/dist-types/ts3.4/commands/DeletePromptCommand.d.ts +1 -1
  395. package/dist-types/ts3.4/commands/DeletePushNotificationRegistrationCommand.d.ts +1 -1
  396. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +1 -1
  397. package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +1 -1
  398. package/dist-types/ts3.4/commands/DeleteRoutingProfileCommand.d.ts +1 -1
  399. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +1 -1
  400. package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +1 -1
  401. package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +1 -1
  402. package/dist-types/ts3.4/commands/DeleteTrafficDistributionGroupCommand.d.ts +1 -1
  403. package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +1 -1
  404. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
  405. package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +1 -1
  406. package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +1 -1
  407. package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +1 -1
  408. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +1 -1
  409. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +50 -0
  410. package/dist-types/ts3.4/commands/DeleteWorkspaceMediaCommand.d.ts +51 -0
  411. package/dist-types/ts3.4/commands/DeleteWorkspacePageCommand.d.ts +51 -0
  412. package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +1 -1
  413. package/dist-types/ts3.4/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
  414. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +1 -1
  415. package/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +1 -1
  416. package/dist-types/ts3.4/commands/DescribeDataTableAttributeCommand.d.ts +51 -0
  417. package/dist-types/ts3.4/commands/DescribeDataTableCommand.d.ts +51 -0
  418. package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +51 -0
  419. package/dist-types/ts3.4/commands/DisassociateSecurityProfilesCommand.d.ts +47 -0
  420. package/dist-types/ts3.4/commands/DisassociateWorkspaceCommand.d.ts +51 -0
  421. package/dist-types/ts3.4/commands/EvaluateDataTableValuesCommand.d.ts +51 -0
  422. package/dist-types/ts3.4/commands/ImportWorkspaceMediaCommand.d.ts +51 -0
  423. package/dist-types/ts3.4/commands/ListContactFlowVersionsCommand.d.ts +1 -1
  424. package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +2 -4
  425. package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +1 -1
  426. package/dist-types/ts3.4/commands/ListDataTableAttributesCommand.d.ts +51 -0
  427. package/dist-types/ts3.4/commands/ListDataTablePrimaryValuesCommand.d.ts +51 -0
  428. package/dist-types/ts3.4/commands/ListDataTableValuesCommand.d.ts +51 -0
  429. package/dist-types/ts3.4/commands/ListDataTablesCommand.d.ts +50 -0
  430. package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
  431. package/dist-types/ts3.4/commands/ListEntitySecurityProfilesCommand.d.ts +51 -0
  432. package/dist-types/ts3.4/commands/ListEvaluationFormVersionsCommand.d.ts +1 -1
  433. package/dist-types/ts3.4/commands/ListEvaluationFormsCommand.d.ts +1 -1
  434. package/dist-types/ts3.4/commands/ListFlowAssociationsCommand.d.ts +1 -1
  435. package/dist-types/ts3.4/commands/ListHoursOfOperationOverridesCommand.d.ts +1 -1
  436. package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +1 -1
  437. package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +1 -1
  438. package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
  439. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +1 -1
  440. package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +1 -1
  441. package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +1 -1
  442. package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +1 -1
  443. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +1 -1
  444. package/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +1 -1
  445. package/dist-types/ts3.4/commands/ListPredefinedAttributesCommand.d.ts +1 -1
  446. package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +1 -1
  447. package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +1 -1
  448. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +1 -1
  449. package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +1 -1
  450. package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +1 -1
  451. package/dist-types/ts3.4/commands/ListRoutingProfileManualAssignmentQueuesCommand.d.ts +1 -1
  452. package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
  453. package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +1 -1
  454. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
  455. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +4 -2
  456. package/dist-types/ts3.4/commands/ListSecurityProfileFlowModulesCommand.d.ts +51 -0
  457. package/dist-types/ts3.4/commands/ListWorkspaceMediaCommand.d.ts +51 -0
  458. package/dist-types/ts3.4/commands/ListWorkspacePagesCommand.d.ts +51 -0
  459. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +50 -0
  460. package/dist-types/ts3.4/commands/SearchDataTablesCommand.d.ts +48 -0
  461. package/dist-types/ts3.4/commands/SearchViewsCommand.d.ts +48 -0
  462. package/dist-types/ts3.4/commands/SearchWorkspaceAssociationsCommand.d.ts +49 -0
  463. package/dist-types/ts3.4/commands/SearchWorkspacesCommand.d.ts +48 -0
  464. package/dist-types/ts3.4/commands/StartContactMediaProcessingCommand.d.ts +51 -0
  465. package/dist-types/ts3.4/commands/StartOutboundEmailContactCommand.d.ts +2 -4
  466. package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
  467. package/dist-types/ts3.4/commands/StartScreenSharingCommand.d.ts +1 -1
  468. package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +4 -2
  469. package/dist-types/ts3.4/commands/StartWebRTCContactCommand.d.ts +1 -1
  470. package/dist-types/ts3.4/commands/StopContactCommand.d.ts +1 -1
  471. package/dist-types/ts3.4/commands/StopContactMediaProcessingCommand.d.ts +51 -0
  472. package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +1 -1
  473. package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +1 -1
  474. package/dist-types/ts3.4/commands/SubmitContactEvaluationCommand.d.ts +1 -1
  475. package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +1 -1
  476. package/dist-types/ts3.4/commands/TagContactCommand.d.ts +1 -1
  477. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  478. package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +1 -1
  479. package/dist-types/ts3.4/commands/UntagContactCommand.d.ts +1 -1
  480. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  481. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
  482. package/dist-types/ts3.4/commands/UpdateAuthenticationProfileCommand.d.ts +1 -1
  483. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
  484. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +4 -2
  485. package/dist-types/ts3.4/commands/UpdateContactEvaluationCommand.d.ts +1 -1
  486. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  487. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
  488. package/dist-types/ts3.4/commands/UpdateContactFlowModuleAliasCommand.d.ts +1 -1
  489. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +1 -1
  490. package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +1 -1
  491. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +1 -1
  492. package/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +4 -2
  493. package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +1 -1
  494. package/dist-types/ts3.4/commands/UpdateDataTableAttributeCommand.d.ts +51 -0
  495. package/dist-types/ts3.4/commands/UpdateDataTableMetadataCommand.d.ts +51 -0
  496. package/dist-types/ts3.4/commands/UpdateDataTablePrimaryValuesCommand.d.ts +51 -0
  497. package/dist-types/ts3.4/commands/UpdateEmailAddressMetadataCommand.d.ts +1 -1
  498. package/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +4 -2
  499. package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
  500. package/dist-types/ts3.4/commands/UpdateHoursOfOperationOverrideCommand.d.ts +1 -1
  501. package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
  502. package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
  503. package/dist-types/ts3.4/commands/UpdateParticipantAuthenticationCommand.d.ts +1 -1
  504. package/dist-types/ts3.4/commands/UpdateParticipantRoleConfigCommand.d.ts +1 -1
  505. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +1 -1
  506. package/dist-types/ts3.4/commands/UpdatePhoneNumberMetadataCommand.d.ts +1 -1
  507. package/dist-types/ts3.4/commands/UpdatePredefinedAttributeCommand.d.ts +1 -1
  508. package/dist-types/ts3.4/commands/UpdatePromptCommand.d.ts +1 -1
  509. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
  510. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
  511. package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +1 -1
  512. package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +1 -1
  513. package/dist-types/ts3.4/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +1 -1
  514. package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +1 -1
  515. package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
  516. package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
  517. package/dist-types/ts3.4/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +1 -1
  518. package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
  519. package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
  520. package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +1 -1
  521. package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
  522. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +1 -1
  523. package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +1 -1
  524. package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +1 -1
  525. package/dist-types/ts3.4/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
  526. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
  527. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
  528. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +1 -1
  529. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +1 -1
  530. package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +1 -1
  531. package/dist-types/ts3.4/commands/UpdateUserProficienciesCommand.d.ts +1 -1
  532. package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +1 -1
  533. package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +1 -1
  534. package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +1 -1
  535. package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +1 -1
  536. package/dist-types/ts3.4/commands/UpdateWorkspaceMetadataCommand.d.ts +51 -0
  537. package/dist-types/ts3.4/commands/UpdateWorkspacePageCommand.d.ts +51 -0
  538. package/dist-types/ts3.4/commands/UpdateWorkspaceThemeCommand.d.ts +51 -0
  539. package/dist-types/ts3.4/commands/UpdateWorkspaceVisibilityCommand.d.ts +51 -0
  540. package/dist-types/ts3.4/commands/index.d.ts +44 -0
  541. package/dist-types/ts3.4/models/enums.d.ts +137 -0
  542. package/dist-types/ts3.4/models/errors.d.ts +11 -11
  543. package/dist-types/ts3.4/models/models_0.d.ts +363 -276
  544. package/dist-types/ts3.4/models/models_1.d.ts +517 -761
  545. package/dist-types/ts3.4/models/models_2.d.ts +1467 -1247
  546. package/dist-types/ts3.4/models/models_3.d.ts +982 -29
  547. package/dist-types/ts3.4/pagination/EvaluateDataTableValuesPaginator.d.ts +11 -0
  548. package/dist-types/ts3.4/pagination/ListDataTableAttributesPaginator.d.ts +11 -0
  549. package/dist-types/ts3.4/pagination/ListDataTablePrimaryValuesPaginator.d.ts +11 -0
  550. package/dist-types/ts3.4/pagination/ListDataTableValuesPaginator.d.ts +11 -0
  551. package/dist-types/ts3.4/pagination/ListDataTablesPaginator.d.ts +11 -0
  552. package/dist-types/ts3.4/pagination/ListWorkspacePagesPaginator.d.ts +11 -0
  553. package/dist-types/ts3.4/pagination/ListWorkspacesPaginator.d.ts +11 -0
  554. package/dist-types/ts3.4/pagination/SearchDataTablesPaginator.d.ts +11 -0
  555. package/dist-types/ts3.4/pagination/SearchViewsPaginator.d.ts +11 -0
  556. package/dist-types/ts3.4/pagination/SearchWorkspaceAssociationsPaginator.d.ts +11 -0
  557. package/dist-types/ts3.4/pagination/SearchWorkspacesPaginator.d.ts +11 -0
  558. package/dist-types/ts3.4/pagination/index.d.ts +11 -0
  559. package/dist-types/ts3.4/schemas/schemas_0.d.ts +256 -0
  560. package/package.json +5 -5
@@ -59,6 +59,10 @@ import {
59
59
  AssociateSecurityKeyCommandInput,
60
60
  AssociateSecurityKeyCommandOutput,
61
61
  } from "./commands/AssociateSecurityKeyCommand";
62
+ import {
63
+ AssociateSecurityProfilesCommandInput,
64
+ AssociateSecurityProfilesCommandOutput,
65
+ } from "./commands/AssociateSecurityProfilesCommand";
62
66
  import {
63
67
  AssociateTrafficDistributionGroupUserCommandInput,
64
68
  AssociateTrafficDistributionGroupUserCommandOutput,
@@ -67,10 +71,26 @@ import {
67
71
  AssociateUserProficienciesCommandInput,
68
72
  AssociateUserProficienciesCommandOutput,
69
73
  } from "./commands/AssociateUserProficienciesCommand";
74
+ import {
75
+ AssociateWorkspaceCommandInput,
76
+ AssociateWorkspaceCommandOutput,
77
+ } from "./commands/AssociateWorkspaceCommand";
70
78
  import {
71
79
  BatchAssociateAnalyticsDataSetCommandInput,
72
80
  BatchAssociateAnalyticsDataSetCommandOutput,
73
81
  } from "./commands/BatchAssociateAnalyticsDataSetCommand";
82
+ import {
83
+ BatchCreateDataTableValueCommandInput,
84
+ BatchCreateDataTableValueCommandOutput,
85
+ } from "./commands/BatchCreateDataTableValueCommand";
86
+ import {
87
+ BatchDeleteDataTableValueCommandInput,
88
+ BatchDeleteDataTableValueCommandOutput,
89
+ } from "./commands/BatchDeleteDataTableValueCommand";
90
+ import {
91
+ BatchDescribeDataTableValueCommandInput,
92
+ BatchDescribeDataTableValueCommandOutput,
93
+ } from "./commands/BatchDescribeDataTableValueCommand";
74
94
  import {
75
95
  BatchDisassociateAnalyticsDataSetCommandInput,
76
96
  BatchDisassociateAnalyticsDataSetCommandOutput,
@@ -87,6 +107,10 @@ import {
87
107
  BatchPutContactCommandInput,
88
108
  BatchPutContactCommandOutput,
89
109
  } from "./commands/BatchPutContactCommand";
110
+ import {
111
+ BatchUpdateDataTableValueCommandInput,
112
+ BatchUpdateDataTableValueCommandOutput,
113
+ } from "./commands/BatchUpdateDataTableValueCommand";
90
114
  import {
91
115
  ClaimPhoneNumberCommandInput,
92
116
  ClaimPhoneNumberCommandOutput,
@@ -123,6 +147,14 @@ import {
123
147
  CreateContactFlowVersionCommandInput,
124
148
  CreateContactFlowVersionCommandOutput,
125
149
  } from "./commands/CreateContactFlowVersionCommand";
150
+ import {
151
+ CreateDataTableAttributeCommandInput,
152
+ CreateDataTableAttributeCommandOutput,
153
+ } from "./commands/CreateDataTableAttributeCommand";
154
+ import {
155
+ CreateDataTableCommandInput,
156
+ CreateDataTableCommandOutput,
157
+ } from "./commands/CreateDataTableCommand";
126
158
  import {
127
159
  CreateEmailAddressCommandInput,
128
160
  CreateEmailAddressCommandOutput,
@@ -219,6 +251,14 @@ import {
219
251
  CreateVocabularyCommandInput,
220
252
  CreateVocabularyCommandOutput,
221
253
  } from "./commands/CreateVocabularyCommand";
254
+ import {
255
+ CreateWorkspaceCommandInput,
256
+ CreateWorkspaceCommandOutput,
257
+ } from "./commands/CreateWorkspaceCommand";
258
+ import {
259
+ CreateWorkspacePageCommandInput,
260
+ CreateWorkspacePageCommandOutput,
261
+ } from "./commands/CreateWorkspacePageCommand";
222
262
  import {
223
263
  DeactivateEvaluationFormCommandInput,
224
264
  DeactivateEvaluationFormCommandOutput,
@@ -251,6 +291,14 @@ import {
251
291
  DeleteContactFlowVersionCommandInput,
252
292
  DeleteContactFlowVersionCommandOutput,
253
293
  } from "./commands/DeleteContactFlowVersionCommand";
294
+ import {
295
+ DeleteDataTableAttributeCommandInput,
296
+ DeleteDataTableAttributeCommandOutput,
297
+ } from "./commands/DeleteDataTableAttributeCommand";
298
+ import {
299
+ DeleteDataTableCommandInput,
300
+ DeleteDataTableCommandOutput,
301
+ } from "./commands/DeleteDataTableCommand";
254
302
  import {
255
303
  DeleteEmailAddressCommandInput,
256
304
  DeleteEmailAddressCommandOutput,
@@ -339,6 +387,18 @@ import {
339
387
  DeleteVocabularyCommandInput,
340
388
  DeleteVocabularyCommandOutput,
341
389
  } from "./commands/DeleteVocabularyCommand";
390
+ import {
391
+ DeleteWorkspaceCommandInput,
392
+ DeleteWorkspaceCommandOutput,
393
+ } from "./commands/DeleteWorkspaceCommand";
394
+ import {
395
+ DeleteWorkspaceMediaCommandInput,
396
+ DeleteWorkspaceMediaCommandOutput,
397
+ } from "./commands/DeleteWorkspaceMediaCommand";
398
+ import {
399
+ DeleteWorkspacePageCommandInput,
400
+ DeleteWorkspacePageCommandOutput,
401
+ } from "./commands/DeleteWorkspacePageCommand";
342
402
  import {
343
403
  DescribeAgentStatusCommandInput,
344
404
  DescribeAgentStatusCommandOutput,
@@ -367,6 +427,14 @@ import {
367
427
  DescribeContactFlowModuleCommandInput,
368
428
  DescribeContactFlowModuleCommandOutput,
369
429
  } from "./commands/DescribeContactFlowModuleCommand";
430
+ import {
431
+ DescribeDataTableAttributeCommandInput,
432
+ DescribeDataTableAttributeCommandOutput,
433
+ } from "./commands/DescribeDataTableAttributeCommand";
434
+ import {
435
+ DescribeDataTableCommandInput,
436
+ DescribeDataTableCommandOutput,
437
+ } from "./commands/DescribeDataTableCommand";
370
438
  import {
371
439
  DescribeEmailAddressCommandInput,
372
440
  DescribeEmailAddressCommandOutput,
@@ -451,6 +519,10 @@ import {
451
519
  DescribeVocabularyCommandInput,
452
520
  DescribeVocabularyCommandOutput,
453
521
  } from "./commands/DescribeVocabularyCommand";
522
+ import {
523
+ DescribeWorkspaceCommandInput,
524
+ DescribeWorkspaceCommandOutput,
525
+ } from "./commands/DescribeWorkspaceCommand";
454
526
  import {
455
527
  DisassociateAnalyticsDataSetCommandInput,
456
528
  DisassociateAnalyticsDataSetCommandOutput,
@@ -499,6 +571,10 @@ import {
499
571
  DisassociateSecurityKeyCommandInput,
500
572
  DisassociateSecurityKeyCommandOutput,
501
573
  } from "./commands/DisassociateSecurityKeyCommand";
574
+ import {
575
+ DisassociateSecurityProfilesCommandInput,
576
+ DisassociateSecurityProfilesCommandOutput,
577
+ } from "./commands/DisassociateSecurityProfilesCommand";
502
578
  import {
503
579
  DisassociateTrafficDistributionGroupUserCommandInput,
504
580
  DisassociateTrafficDistributionGroupUserCommandOutput,
@@ -507,10 +583,18 @@ import {
507
583
  DisassociateUserProficienciesCommandInput,
508
584
  DisassociateUserProficienciesCommandOutput,
509
585
  } from "./commands/DisassociateUserProficienciesCommand";
586
+ import {
587
+ DisassociateWorkspaceCommandInput,
588
+ DisassociateWorkspaceCommandOutput,
589
+ } from "./commands/DisassociateWorkspaceCommand";
510
590
  import {
511
591
  DismissUserContactCommandInput,
512
592
  DismissUserContactCommandOutput,
513
593
  } from "./commands/DismissUserContactCommand";
594
+ import {
595
+ EvaluateDataTableValuesCommandInput,
596
+ EvaluateDataTableValuesCommandOutput,
597
+ } from "./commands/EvaluateDataTableValuesCommand";
514
598
  import {
515
599
  GetAttachedFileCommandInput,
516
600
  GetAttachedFileCommandOutput,
@@ -567,6 +651,10 @@ import {
567
651
  ImportPhoneNumberCommandInput,
568
652
  ImportPhoneNumberCommandOutput,
569
653
  } from "./commands/ImportPhoneNumberCommand";
654
+ import {
655
+ ImportWorkspaceMediaCommandInput,
656
+ ImportWorkspaceMediaCommandOutput,
657
+ } from "./commands/ImportWorkspaceMediaCommand";
570
658
  import {
571
659
  ListAgentStatusesCommandInput,
572
660
  ListAgentStatusesCommandOutput,
@@ -623,10 +711,30 @@ import {
623
711
  ListContactReferencesCommandInput,
624
712
  ListContactReferencesCommandOutput,
625
713
  } from "./commands/ListContactReferencesCommand";
714
+ import {
715
+ ListDataTableAttributesCommandInput,
716
+ ListDataTableAttributesCommandOutput,
717
+ } from "./commands/ListDataTableAttributesCommand";
718
+ import {
719
+ ListDataTablePrimaryValuesCommandInput,
720
+ ListDataTablePrimaryValuesCommandOutput,
721
+ } from "./commands/ListDataTablePrimaryValuesCommand";
722
+ import {
723
+ ListDataTablesCommandInput,
724
+ ListDataTablesCommandOutput,
725
+ } from "./commands/ListDataTablesCommand";
726
+ import {
727
+ ListDataTableValuesCommandInput,
728
+ ListDataTableValuesCommandOutput,
729
+ } from "./commands/ListDataTableValuesCommand";
626
730
  import {
627
731
  ListDefaultVocabulariesCommandInput,
628
732
  ListDefaultVocabulariesCommandOutput,
629
733
  } from "./commands/ListDefaultVocabulariesCommand";
734
+ import {
735
+ ListEntitySecurityProfilesCommandInput,
736
+ ListEntitySecurityProfilesCommandOutput,
737
+ } from "./commands/ListEntitySecurityProfilesCommand";
630
738
  import {
631
739
  ListEvaluationFormsCommandInput,
632
740
  ListEvaluationFormsCommandOutput,
@@ -727,6 +835,10 @@ import {
727
835
  ListSecurityProfileApplicationsCommandInput,
728
836
  ListSecurityProfileApplicationsCommandOutput,
729
837
  } from "./commands/ListSecurityProfileApplicationsCommand";
838
+ import {
839
+ ListSecurityProfileFlowModulesCommandInput,
840
+ ListSecurityProfileFlowModulesCommandOutput,
841
+ } from "./commands/ListSecurityProfileFlowModulesCommand";
730
842
  import {
731
843
  ListSecurityProfilePermissionsCommandInput,
732
844
  ListSecurityProfilePermissionsCommandOutput,
@@ -775,6 +887,18 @@ import {
775
887
  ListViewVersionsCommandInput,
776
888
  ListViewVersionsCommandOutput,
777
889
  } from "./commands/ListViewVersionsCommand";
890
+ import {
891
+ ListWorkspaceMediaCommandInput,
892
+ ListWorkspaceMediaCommandOutput,
893
+ } from "./commands/ListWorkspaceMediaCommand";
894
+ import {
895
+ ListWorkspacePagesCommandInput,
896
+ ListWorkspacePagesCommandOutput,
897
+ } from "./commands/ListWorkspacePagesCommand";
898
+ import {
899
+ ListWorkspacesCommandInput,
900
+ ListWorkspacesCommandOutput,
901
+ } from "./commands/ListWorkspacesCommand";
778
902
  import {
779
903
  MonitorContactCommandInput,
780
904
  MonitorContactCommandOutput,
@@ -827,6 +951,10 @@ import {
827
951
  SearchContactsCommandInput,
828
952
  SearchContactsCommandOutput,
829
953
  } from "./commands/SearchContactsCommand";
954
+ import {
955
+ SearchDataTablesCommandInput,
956
+ SearchDataTablesCommandOutput,
957
+ } from "./commands/SearchDataTablesCommand";
830
958
  import {
831
959
  SearchEmailAddressesCommandInput,
832
960
  SearchEmailAddressesCommandOutput,
@@ -879,10 +1007,22 @@ import {
879
1007
  SearchUsersCommandInput,
880
1008
  SearchUsersCommandOutput,
881
1009
  } from "./commands/SearchUsersCommand";
1010
+ import {
1011
+ SearchViewsCommandInput,
1012
+ SearchViewsCommandOutput,
1013
+ } from "./commands/SearchViewsCommand";
882
1014
  import {
883
1015
  SearchVocabulariesCommandInput,
884
1016
  SearchVocabulariesCommandOutput,
885
1017
  } from "./commands/SearchVocabulariesCommand";
1018
+ import {
1019
+ SearchWorkspaceAssociationsCommandInput,
1020
+ SearchWorkspaceAssociationsCommandOutput,
1021
+ } from "./commands/SearchWorkspaceAssociationsCommand";
1022
+ import {
1023
+ SearchWorkspacesCommandInput,
1024
+ SearchWorkspacesCommandOutput,
1025
+ } from "./commands/SearchWorkspacesCommand";
886
1026
  import {
887
1027
  SendChatIntegrationEventCommandInput,
888
1028
  SendChatIntegrationEventCommandOutput,
@@ -903,6 +1043,10 @@ import {
903
1043
  StartContactEvaluationCommandInput,
904
1044
  StartContactEvaluationCommandOutput,
905
1045
  } from "./commands/StartContactEvaluationCommand";
1046
+ import {
1047
+ StartContactMediaProcessingCommandInput,
1048
+ StartContactMediaProcessingCommandOutput,
1049
+ } from "./commands/StartContactMediaProcessingCommand";
906
1050
  import {
907
1051
  StartContactRecordingCommandInput,
908
1052
  StartContactRecordingCommandOutput,
@@ -943,6 +1087,10 @@ import {
943
1087
  StopContactCommandInput,
944
1088
  StopContactCommandOutput,
945
1089
  } from "./commands/StopContactCommand";
1090
+ import {
1091
+ StopContactMediaProcessingCommandInput,
1092
+ StopContactMediaProcessingCommandOutput,
1093
+ } from "./commands/StopContactMediaProcessingCommand";
946
1094
  import {
947
1095
  StopContactRecordingCommandInput,
948
1096
  StopContactRecordingCommandOutput,
@@ -1031,6 +1179,18 @@ import {
1031
1179
  UpdateContactScheduleCommandInput,
1032
1180
  UpdateContactScheduleCommandOutput,
1033
1181
  } from "./commands/UpdateContactScheduleCommand";
1182
+ import {
1183
+ UpdateDataTableAttributeCommandInput,
1184
+ UpdateDataTableAttributeCommandOutput,
1185
+ } from "./commands/UpdateDataTableAttributeCommand";
1186
+ import {
1187
+ UpdateDataTableMetadataCommandInput,
1188
+ UpdateDataTableMetadataCommandOutput,
1189
+ } from "./commands/UpdateDataTableMetadataCommand";
1190
+ import {
1191
+ UpdateDataTablePrimaryValuesCommandInput,
1192
+ UpdateDataTablePrimaryValuesCommandOutput,
1193
+ } from "./commands/UpdateDataTablePrimaryValuesCommand";
1034
1194
  import {
1035
1195
  UpdateEmailAddressMetadataCommandInput,
1036
1196
  UpdateEmailAddressMetadataCommandOutput,
@@ -1187,6 +1347,22 @@ import {
1187
1347
  UpdateViewMetadataCommandInput,
1188
1348
  UpdateViewMetadataCommandOutput,
1189
1349
  } from "./commands/UpdateViewMetadataCommand";
1350
+ import {
1351
+ UpdateWorkspaceMetadataCommandInput,
1352
+ UpdateWorkspaceMetadataCommandOutput,
1353
+ } from "./commands/UpdateWorkspaceMetadataCommand";
1354
+ import {
1355
+ UpdateWorkspacePageCommandInput,
1356
+ UpdateWorkspacePageCommandOutput,
1357
+ } from "./commands/UpdateWorkspacePageCommand";
1358
+ import {
1359
+ UpdateWorkspaceThemeCommandInput,
1360
+ UpdateWorkspaceThemeCommandOutput,
1361
+ } from "./commands/UpdateWorkspaceThemeCommand";
1362
+ import {
1363
+ UpdateWorkspaceVisibilityCommandInput,
1364
+ UpdateWorkspaceVisibilityCommandOutput,
1365
+ } from "./commands/UpdateWorkspaceVisibilityCommand";
1190
1366
  import { ConnectClient } from "./ConnectClient";
1191
1367
  export interface Connect {
1192
1368
  activateEvaluationForm(
@@ -1384,6 +1560,19 @@ export interface Connect {
1384
1560
  options: __HttpHandlerOptions,
1385
1561
  cb: (err: any, data?: AssociateSecurityKeyCommandOutput) => void
1386
1562
  ): void;
1563
+ associateSecurityProfiles(
1564
+ args: AssociateSecurityProfilesCommandInput,
1565
+ options?: __HttpHandlerOptions
1566
+ ): Promise<AssociateSecurityProfilesCommandOutput>;
1567
+ associateSecurityProfiles(
1568
+ args: AssociateSecurityProfilesCommandInput,
1569
+ cb: (err: any, data?: AssociateSecurityProfilesCommandOutput) => void
1570
+ ): void;
1571
+ associateSecurityProfiles(
1572
+ args: AssociateSecurityProfilesCommandInput,
1573
+ options: __HttpHandlerOptions,
1574
+ cb: (err: any, data?: AssociateSecurityProfilesCommandOutput) => void
1575
+ ): void;
1387
1576
  associateTrafficDistributionGroupUser(
1388
1577
  args: AssociateTrafficDistributionGroupUserCommandInput,
1389
1578
  options?: __HttpHandlerOptions
@@ -1416,6 +1605,19 @@ export interface Connect {
1416
1605
  options: __HttpHandlerOptions,
1417
1606
  cb: (err: any, data?: AssociateUserProficienciesCommandOutput) => void
1418
1607
  ): void;
1608
+ associateWorkspace(
1609
+ args: AssociateWorkspaceCommandInput,
1610
+ options?: __HttpHandlerOptions
1611
+ ): Promise<AssociateWorkspaceCommandOutput>;
1612
+ associateWorkspace(
1613
+ args: AssociateWorkspaceCommandInput,
1614
+ cb: (err: any, data?: AssociateWorkspaceCommandOutput) => void
1615
+ ): void;
1616
+ associateWorkspace(
1617
+ args: AssociateWorkspaceCommandInput,
1618
+ options: __HttpHandlerOptions,
1619
+ cb: (err: any, data?: AssociateWorkspaceCommandOutput) => void
1620
+ ): void;
1419
1621
  batchAssociateAnalyticsDataSet(
1420
1622
  args: BatchAssociateAnalyticsDataSetCommandInput,
1421
1623
  options?: __HttpHandlerOptions
@@ -1429,6 +1631,45 @@ export interface Connect {
1429
1631
  options: __HttpHandlerOptions,
1430
1632
  cb: (err: any, data?: BatchAssociateAnalyticsDataSetCommandOutput) => void
1431
1633
  ): void;
1634
+ batchCreateDataTableValue(
1635
+ args: BatchCreateDataTableValueCommandInput,
1636
+ options?: __HttpHandlerOptions
1637
+ ): Promise<BatchCreateDataTableValueCommandOutput>;
1638
+ batchCreateDataTableValue(
1639
+ args: BatchCreateDataTableValueCommandInput,
1640
+ cb: (err: any, data?: BatchCreateDataTableValueCommandOutput) => void
1641
+ ): void;
1642
+ batchCreateDataTableValue(
1643
+ args: BatchCreateDataTableValueCommandInput,
1644
+ options: __HttpHandlerOptions,
1645
+ cb: (err: any, data?: BatchCreateDataTableValueCommandOutput) => void
1646
+ ): void;
1647
+ batchDeleteDataTableValue(
1648
+ args: BatchDeleteDataTableValueCommandInput,
1649
+ options?: __HttpHandlerOptions
1650
+ ): Promise<BatchDeleteDataTableValueCommandOutput>;
1651
+ batchDeleteDataTableValue(
1652
+ args: BatchDeleteDataTableValueCommandInput,
1653
+ cb: (err: any, data?: BatchDeleteDataTableValueCommandOutput) => void
1654
+ ): void;
1655
+ batchDeleteDataTableValue(
1656
+ args: BatchDeleteDataTableValueCommandInput,
1657
+ options: __HttpHandlerOptions,
1658
+ cb: (err: any, data?: BatchDeleteDataTableValueCommandOutput) => void
1659
+ ): void;
1660
+ batchDescribeDataTableValue(
1661
+ args: BatchDescribeDataTableValueCommandInput,
1662
+ options?: __HttpHandlerOptions
1663
+ ): Promise<BatchDescribeDataTableValueCommandOutput>;
1664
+ batchDescribeDataTableValue(
1665
+ args: BatchDescribeDataTableValueCommandInput,
1666
+ cb: (err: any, data?: BatchDescribeDataTableValueCommandOutput) => void
1667
+ ): void;
1668
+ batchDescribeDataTableValue(
1669
+ args: BatchDescribeDataTableValueCommandInput,
1670
+ options: __HttpHandlerOptions,
1671
+ cb: (err: any, data?: BatchDescribeDataTableValueCommandOutput) => void
1672
+ ): void;
1432
1673
  batchDisassociateAnalyticsDataSet(
1433
1674
  args: BatchDisassociateAnalyticsDataSetCommandInput,
1434
1675
  options?: __HttpHandlerOptions
@@ -1487,6 +1728,19 @@ export interface Connect {
1487
1728
  options: __HttpHandlerOptions,
1488
1729
  cb: (err: any, data?: BatchPutContactCommandOutput) => void
1489
1730
  ): void;
1731
+ batchUpdateDataTableValue(
1732
+ args: BatchUpdateDataTableValueCommandInput,
1733
+ options?: __HttpHandlerOptions
1734
+ ): Promise<BatchUpdateDataTableValueCommandOutput>;
1735
+ batchUpdateDataTableValue(
1736
+ args: BatchUpdateDataTableValueCommandInput,
1737
+ cb: (err: any, data?: BatchUpdateDataTableValueCommandOutput) => void
1738
+ ): void;
1739
+ batchUpdateDataTableValue(
1740
+ args: BatchUpdateDataTableValueCommandInput,
1741
+ options: __HttpHandlerOptions,
1742
+ cb: (err: any, data?: BatchUpdateDataTableValueCommandOutput) => void
1743
+ ): void;
1490
1744
  claimPhoneNumber(
1491
1745
  args: ClaimPhoneNumberCommandInput,
1492
1746
  options?: __HttpHandlerOptions
@@ -1604,6 +1858,32 @@ export interface Connect {
1604
1858
  options: __HttpHandlerOptions,
1605
1859
  cb: (err: any, data?: CreateContactFlowVersionCommandOutput) => void
1606
1860
  ): void;
1861
+ createDataTable(
1862
+ args: CreateDataTableCommandInput,
1863
+ options?: __HttpHandlerOptions
1864
+ ): Promise<CreateDataTableCommandOutput>;
1865
+ createDataTable(
1866
+ args: CreateDataTableCommandInput,
1867
+ cb: (err: any, data?: CreateDataTableCommandOutput) => void
1868
+ ): void;
1869
+ createDataTable(
1870
+ args: CreateDataTableCommandInput,
1871
+ options: __HttpHandlerOptions,
1872
+ cb: (err: any, data?: CreateDataTableCommandOutput) => void
1873
+ ): void;
1874
+ createDataTableAttribute(
1875
+ args: CreateDataTableAttributeCommandInput,
1876
+ options?: __HttpHandlerOptions
1877
+ ): Promise<CreateDataTableAttributeCommandOutput>;
1878
+ createDataTableAttribute(
1879
+ args: CreateDataTableAttributeCommandInput,
1880
+ cb: (err: any, data?: CreateDataTableAttributeCommandOutput) => void
1881
+ ): void;
1882
+ createDataTableAttribute(
1883
+ args: CreateDataTableAttributeCommandInput,
1884
+ options: __HttpHandlerOptions,
1885
+ cb: (err: any, data?: CreateDataTableAttributeCommandOutput) => void
1886
+ ): void;
1607
1887
  createEmailAddress(
1608
1888
  args: CreateEmailAddressCommandInput,
1609
1889
  options?: __HttpHandlerOptions
@@ -1928,6 +2208,32 @@ export interface Connect {
1928
2208
  options: __HttpHandlerOptions,
1929
2209
  cb: (err: any, data?: CreateVocabularyCommandOutput) => void
1930
2210
  ): void;
2211
+ createWorkspace(
2212
+ args: CreateWorkspaceCommandInput,
2213
+ options?: __HttpHandlerOptions
2214
+ ): Promise<CreateWorkspaceCommandOutput>;
2215
+ createWorkspace(
2216
+ args: CreateWorkspaceCommandInput,
2217
+ cb: (err: any, data?: CreateWorkspaceCommandOutput) => void
2218
+ ): void;
2219
+ createWorkspace(
2220
+ args: CreateWorkspaceCommandInput,
2221
+ options: __HttpHandlerOptions,
2222
+ cb: (err: any, data?: CreateWorkspaceCommandOutput) => void
2223
+ ): void;
2224
+ createWorkspacePage(
2225
+ args: CreateWorkspacePageCommandInput,
2226
+ options?: __HttpHandlerOptions
2227
+ ): Promise<CreateWorkspacePageCommandOutput>;
2228
+ createWorkspacePage(
2229
+ args: CreateWorkspacePageCommandInput,
2230
+ cb: (err: any, data?: CreateWorkspacePageCommandOutput) => void
2231
+ ): void;
2232
+ createWorkspacePage(
2233
+ args: CreateWorkspacePageCommandInput,
2234
+ options: __HttpHandlerOptions,
2235
+ cb: (err: any, data?: CreateWorkspacePageCommandOutput) => void
2236
+ ): void;
1931
2237
  deactivateEvaluationForm(
1932
2238
  args: DeactivateEvaluationFormCommandInput,
1933
2239
  options?: __HttpHandlerOptions
@@ -2032,6 +2338,32 @@ export interface Connect {
2032
2338
  options: __HttpHandlerOptions,
2033
2339
  cb: (err: any, data?: DeleteContactFlowVersionCommandOutput) => void
2034
2340
  ): void;
2341
+ deleteDataTable(
2342
+ args: DeleteDataTableCommandInput,
2343
+ options?: __HttpHandlerOptions
2344
+ ): Promise<DeleteDataTableCommandOutput>;
2345
+ deleteDataTable(
2346
+ args: DeleteDataTableCommandInput,
2347
+ cb: (err: any, data?: DeleteDataTableCommandOutput) => void
2348
+ ): void;
2349
+ deleteDataTable(
2350
+ args: DeleteDataTableCommandInput,
2351
+ options: __HttpHandlerOptions,
2352
+ cb: (err: any, data?: DeleteDataTableCommandOutput) => void
2353
+ ): void;
2354
+ deleteDataTableAttribute(
2355
+ args: DeleteDataTableAttributeCommandInput,
2356
+ options?: __HttpHandlerOptions
2357
+ ): Promise<DeleteDataTableAttributeCommandOutput>;
2358
+ deleteDataTableAttribute(
2359
+ args: DeleteDataTableAttributeCommandInput,
2360
+ cb: (err: any, data?: DeleteDataTableAttributeCommandOutput) => void
2361
+ ): void;
2362
+ deleteDataTableAttribute(
2363
+ args: DeleteDataTableAttributeCommandInput,
2364
+ options: __HttpHandlerOptions,
2365
+ cb: (err: any, data?: DeleteDataTableAttributeCommandOutput) => void
2366
+ ): void;
2035
2367
  deleteEmailAddress(
2036
2368
  args: DeleteEmailAddressCommandInput,
2037
2369
  options?: __HttpHandlerOptions
@@ -2324,6 +2656,45 @@ export interface Connect {
2324
2656
  options: __HttpHandlerOptions,
2325
2657
  cb: (err: any, data?: DeleteVocabularyCommandOutput) => void
2326
2658
  ): void;
2659
+ deleteWorkspace(
2660
+ args: DeleteWorkspaceCommandInput,
2661
+ options?: __HttpHandlerOptions
2662
+ ): Promise<DeleteWorkspaceCommandOutput>;
2663
+ deleteWorkspace(
2664
+ args: DeleteWorkspaceCommandInput,
2665
+ cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void
2666
+ ): void;
2667
+ deleteWorkspace(
2668
+ args: DeleteWorkspaceCommandInput,
2669
+ options: __HttpHandlerOptions,
2670
+ cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void
2671
+ ): void;
2672
+ deleteWorkspaceMedia(
2673
+ args: DeleteWorkspaceMediaCommandInput,
2674
+ options?: __HttpHandlerOptions
2675
+ ): Promise<DeleteWorkspaceMediaCommandOutput>;
2676
+ deleteWorkspaceMedia(
2677
+ args: DeleteWorkspaceMediaCommandInput,
2678
+ cb: (err: any, data?: DeleteWorkspaceMediaCommandOutput) => void
2679
+ ): void;
2680
+ deleteWorkspaceMedia(
2681
+ args: DeleteWorkspaceMediaCommandInput,
2682
+ options: __HttpHandlerOptions,
2683
+ cb: (err: any, data?: DeleteWorkspaceMediaCommandOutput) => void
2684
+ ): void;
2685
+ deleteWorkspacePage(
2686
+ args: DeleteWorkspacePageCommandInput,
2687
+ options?: __HttpHandlerOptions
2688
+ ): Promise<DeleteWorkspacePageCommandOutput>;
2689
+ deleteWorkspacePage(
2690
+ args: DeleteWorkspacePageCommandInput,
2691
+ cb: (err: any, data?: DeleteWorkspacePageCommandOutput) => void
2692
+ ): void;
2693
+ deleteWorkspacePage(
2694
+ args: DeleteWorkspacePageCommandInput,
2695
+ options: __HttpHandlerOptions,
2696
+ cb: (err: any, data?: DeleteWorkspacePageCommandOutput) => void
2697
+ ): void;
2327
2698
  describeAgentStatus(
2328
2699
  args: DescribeAgentStatusCommandInput,
2329
2700
  options?: __HttpHandlerOptions
@@ -2415,6 +2786,32 @@ export interface Connect {
2415
2786
  options: __HttpHandlerOptions,
2416
2787
  cb: (err: any, data?: DescribeContactFlowModuleAliasCommandOutput) => void
2417
2788
  ): void;
2789
+ describeDataTable(
2790
+ args: DescribeDataTableCommandInput,
2791
+ options?: __HttpHandlerOptions
2792
+ ): Promise<DescribeDataTableCommandOutput>;
2793
+ describeDataTable(
2794
+ args: DescribeDataTableCommandInput,
2795
+ cb: (err: any, data?: DescribeDataTableCommandOutput) => void
2796
+ ): void;
2797
+ describeDataTable(
2798
+ args: DescribeDataTableCommandInput,
2799
+ options: __HttpHandlerOptions,
2800
+ cb: (err: any, data?: DescribeDataTableCommandOutput) => void
2801
+ ): void;
2802
+ describeDataTableAttribute(
2803
+ args: DescribeDataTableAttributeCommandInput,
2804
+ options?: __HttpHandlerOptions
2805
+ ): Promise<DescribeDataTableAttributeCommandOutput>;
2806
+ describeDataTableAttribute(
2807
+ args: DescribeDataTableAttributeCommandInput,
2808
+ cb: (err: any, data?: DescribeDataTableAttributeCommandOutput) => void
2809
+ ): void;
2810
+ describeDataTableAttribute(
2811
+ args: DescribeDataTableAttributeCommandInput,
2812
+ options: __HttpHandlerOptions,
2813
+ cb: (err: any, data?: DescribeDataTableAttributeCommandOutput) => void
2814
+ ): void;
2418
2815
  describeEmailAddress(
2419
2816
  args: DescribeEmailAddressCommandInput,
2420
2817
  options?: __HttpHandlerOptions
@@ -2688,6 +3085,19 @@ export interface Connect {
2688
3085
  options: __HttpHandlerOptions,
2689
3086
  cb: (err: any, data?: DescribeVocabularyCommandOutput) => void
2690
3087
  ): void;
3088
+ describeWorkspace(
3089
+ args: DescribeWorkspaceCommandInput,
3090
+ options?: __HttpHandlerOptions
3091
+ ): Promise<DescribeWorkspaceCommandOutput>;
3092
+ describeWorkspace(
3093
+ args: DescribeWorkspaceCommandInput,
3094
+ cb: (err: any, data?: DescribeWorkspaceCommandOutput) => void
3095
+ ): void;
3096
+ describeWorkspace(
3097
+ args: DescribeWorkspaceCommandInput,
3098
+ options: __HttpHandlerOptions,
3099
+ cb: (err: any, data?: DescribeWorkspaceCommandOutput) => void
3100
+ ): void;
2691
3101
  disassociateAnalyticsDataSet(
2692
3102
  args: DisassociateAnalyticsDataSetCommandInput,
2693
3103
  options?: __HttpHandlerOptions
@@ -2856,6 +3266,19 @@ export interface Connect {
2856
3266
  options: __HttpHandlerOptions,
2857
3267
  cb: (err: any, data?: DisassociateSecurityKeyCommandOutput) => void
2858
3268
  ): void;
3269
+ disassociateSecurityProfiles(
3270
+ args: DisassociateSecurityProfilesCommandInput,
3271
+ options?: __HttpHandlerOptions
3272
+ ): Promise<DisassociateSecurityProfilesCommandOutput>;
3273
+ disassociateSecurityProfiles(
3274
+ args: DisassociateSecurityProfilesCommandInput,
3275
+ cb: (err: any, data?: DisassociateSecurityProfilesCommandOutput) => void
3276
+ ): void;
3277
+ disassociateSecurityProfiles(
3278
+ args: DisassociateSecurityProfilesCommandInput,
3279
+ options: __HttpHandlerOptions,
3280
+ cb: (err: any, data?: DisassociateSecurityProfilesCommandOutput) => void
3281
+ ): void;
2859
3282
  disassociateTrafficDistributionGroupUser(
2860
3283
  args: DisassociateTrafficDistributionGroupUserCommandInput,
2861
3284
  options?: __HttpHandlerOptions
@@ -2888,6 +3311,19 @@ export interface Connect {
2888
3311
  options: __HttpHandlerOptions,
2889
3312
  cb: (err: any, data?: DisassociateUserProficienciesCommandOutput) => void
2890
3313
  ): void;
3314
+ disassociateWorkspace(
3315
+ args: DisassociateWorkspaceCommandInput,
3316
+ options?: __HttpHandlerOptions
3317
+ ): Promise<DisassociateWorkspaceCommandOutput>;
3318
+ disassociateWorkspace(
3319
+ args: DisassociateWorkspaceCommandInput,
3320
+ cb: (err: any, data?: DisassociateWorkspaceCommandOutput) => void
3321
+ ): void;
3322
+ disassociateWorkspace(
3323
+ args: DisassociateWorkspaceCommandInput,
3324
+ options: __HttpHandlerOptions,
3325
+ cb: (err: any, data?: DisassociateWorkspaceCommandOutput) => void
3326
+ ): void;
2891
3327
  dismissUserContact(
2892
3328
  args: DismissUserContactCommandInput,
2893
3329
  options?: __HttpHandlerOptions
@@ -2901,6 +3337,19 @@ export interface Connect {
2901
3337
  options: __HttpHandlerOptions,
2902
3338
  cb: (err: any, data?: DismissUserContactCommandOutput) => void
2903
3339
  ): void;
3340
+ evaluateDataTableValues(
3341
+ args: EvaluateDataTableValuesCommandInput,
3342
+ options?: __HttpHandlerOptions
3343
+ ): Promise<EvaluateDataTableValuesCommandOutput>;
3344
+ evaluateDataTableValues(
3345
+ args: EvaluateDataTableValuesCommandInput,
3346
+ cb: (err: any, data?: EvaluateDataTableValuesCommandOutput) => void
3347
+ ): void;
3348
+ evaluateDataTableValues(
3349
+ args: EvaluateDataTableValuesCommandInput,
3350
+ options: __HttpHandlerOptions,
3351
+ cb: (err: any, data?: EvaluateDataTableValuesCommandOutput) => void
3352
+ ): void;
2904
3353
  getAttachedFile(
2905
3354
  args: GetAttachedFileCommandInput,
2906
3355
  options?: __HttpHandlerOptions
@@ -3083,6 +3532,19 @@ export interface Connect {
3083
3532
  options: __HttpHandlerOptions,
3084
3533
  cb: (err: any, data?: ImportPhoneNumberCommandOutput) => void
3085
3534
  ): void;
3535
+ importWorkspaceMedia(
3536
+ args: ImportWorkspaceMediaCommandInput,
3537
+ options?: __HttpHandlerOptions
3538
+ ): Promise<ImportWorkspaceMediaCommandOutput>;
3539
+ importWorkspaceMedia(
3540
+ args: ImportWorkspaceMediaCommandInput,
3541
+ cb: (err: any, data?: ImportWorkspaceMediaCommandOutput) => void
3542
+ ): void;
3543
+ importWorkspaceMedia(
3544
+ args: ImportWorkspaceMediaCommandInput,
3545
+ options: __HttpHandlerOptions,
3546
+ cb: (err: any, data?: ImportWorkspaceMediaCommandOutput) => void
3547
+ ): void;
3086
3548
  listAgentStatuses(
3087
3549
  args: ListAgentStatusesCommandInput,
3088
3550
  options?: __HttpHandlerOptions
@@ -3265,6 +3727,58 @@ export interface Connect {
3265
3727
  options: __HttpHandlerOptions,
3266
3728
  cb: (err: any, data?: ListContactReferencesCommandOutput) => void
3267
3729
  ): void;
3730
+ listDataTableAttributes(
3731
+ args: ListDataTableAttributesCommandInput,
3732
+ options?: __HttpHandlerOptions
3733
+ ): Promise<ListDataTableAttributesCommandOutput>;
3734
+ listDataTableAttributes(
3735
+ args: ListDataTableAttributesCommandInput,
3736
+ cb: (err: any, data?: ListDataTableAttributesCommandOutput) => void
3737
+ ): void;
3738
+ listDataTableAttributes(
3739
+ args: ListDataTableAttributesCommandInput,
3740
+ options: __HttpHandlerOptions,
3741
+ cb: (err: any, data?: ListDataTableAttributesCommandOutput) => void
3742
+ ): void;
3743
+ listDataTablePrimaryValues(
3744
+ args: ListDataTablePrimaryValuesCommandInput,
3745
+ options?: __HttpHandlerOptions
3746
+ ): Promise<ListDataTablePrimaryValuesCommandOutput>;
3747
+ listDataTablePrimaryValues(
3748
+ args: ListDataTablePrimaryValuesCommandInput,
3749
+ cb: (err: any, data?: ListDataTablePrimaryValuesCommandOutput) => void
3750
+ ): void;
3751
+ listDataTablePrimaryValues(
3752
+ args: ListDataTablePrimaryValuesCommandInput,
3753
+ options: __HttpHandlerOptions,
3754
+ cb: (err: any, data?: ListDataTablePrimaryValuesCommandOutput) => void
3755
+ ): void;
3756
+ listDataTables(
3757
+ args: ListDataTablesCommandInput,
3758
+ options?: __HttpHandlerOptions
3759
+ ): Promise<ListDataTablesCommandOutput>;
3760
+ listDataTables(
3761
+ args: ListDataTablesCommandInput,
3762
+ cb: (err: any, data?: ListDataTablesCommandOutput) => void
3763
+ ): void;
3764
+ listDataTables(
3765
+ args: ListDataTablesCommandInput,
3766
+ options: __HttpHandlerOptions,
3767
+ cb: (err: any, data?: ListDataTablesCommandOutput) => void
3768
+ ): void;
3769
+ listDataTableValues(
3770
+ args: ListDataTableValuesCommandInput,
3771
+ options?: __HttpHandlerOptions
3772
+ ): Promise<ListDataTableValuesCommandOutput>;
3773
+ listDataTableValues(
3774
+ args: ListDataTableValuesCommandInput,
3775
+ cb: (err: any, data?: ListDataTableValuesCommandOutput) => void
3776
+ ): void;
3777
+ listDataTableValues(
3778
+ args: ListDataTableValuesCommandInput,
3779
+ options: __HttpHandlerOptions,
3780
+ cb: (err: any, data?: ListDataTableValuesCommandOutput) => void
3781
+ ): void;
3268
3782
  listDefaultVocabularies(
3269
3783
  args: ListDefaultVocabulariesCommandInput,
3270
3784
  options?: __HttpHandlerOptions
@@ -3278,6 +3792,19 @@ export interface Connect {
3278
3792
  options: __HttpHandlerOptions,
3279
3793
  cb: (err: any, data?: ListDefaultVocabulariesCommandOutput) => void
3280
3794
  ): void;
3795
+ listEntitySecurityProfiles(
3796
+ args: ListEntitySecurityProfilesCommandInput,
3797
+ options?: __HttpHandlerOptions
3798
+ ): Promise<ListEntitySecurityProfilesCommandOutput>;
3799
+ listEntitySecurityProfiles(
3800
+ args: ListEntitySecurityProfilesCommandInput,
3801
+ cb: (err: any, data?: ListEntitySecurityProfilesCommandOutput) => void
3802
+ ): void;
3803
+ listEntitySecurityProfiles(
3804
+ args: ListEntitySecurityProfilesCommandInput,
3805
+ options: __HttpHandlerOptions,
3806
+ cb: (err: any, data?: ListEntitySecurityProfilesCommandOutput) => void
3807
+ ): void;
3281
3808
  listEvaluationForms(
3282
3809
  args: ListEvaluationFormsCommandInput,
3283
3810
  options?: __HttpHandlerOptions
@@ -3617,6 +4144,19 @@ export interface Connect {
3617
4144
  options: __HttpHandlerOptions,
3618
4145
  cb: (err: any, data?: ListSecurityProfileApplicationsCommandOutput) => void
3619
4146
  ): void;
4147
+ listSecurityProfileFlowModules(
4148
+ args: ListSecurityProfileFlowModulesCommandInput,
4149
+ options?: __HttpHandlerOptions
4150
+ ): Promise<ListSecurityProfileFlowModulesCommandOutput>;
4151
+ listSecurityProfileFlowModules(
4152
+ args: ListSecurityProfileFlowModulesCommandInput,
4153
+ cb: (err: any, data?: ListSecurityProfileFlowModulesCommandOutput) => void
4154
+ ): void;
4155
+ listSecurityProfileFlowModules(
4156
+ args: ListSecurityProfileFlowModulesCommandInput,
4157
+ options: __HttpHandlerOptions,
4158
+ cb: (err: any, data?: ListSecurityProfileFlowModulesCommandOutput) => void
4159
+ ): void;
3620
4160
  listSecurityProfilePermissions(
3621
4161
  args: ListSecurityProfilePermissionsCommandInput,
3622
4162
  options?: __HttpHandlerOptions
@@ -3780,6 +4320,45 @@ export interface Connect {
3780
4320
  options: __HttpHandlerOptions,
3781
4321
  cb: (err: any, data?: ListViewVersionsCommandOutput) => void
3782
4322
  ): void;
4323
+ listWorkspaceMedia(
4324
+ args: ListWorkspaceMediaCommandInput,
4325
+ options?: __HttpHandlerOptions
4326
+ ): Promise<ListWorkspaceMediaCommandOutput>;
4327
+ listWorkspaceMedia(
4328
+ args: ListWorkspaceMediaCommandInput,
4329
+ cb: (err: any, data?: ListWorkspaceMediaCommandOutput) => void
4330
+ ): void;
4331
+ listWorkspaceMedia(
4332
+ args: ListWorkspaceMediaCommandInput,
4333
+ options: __HttpHandlerOptions,
4334
+ cb: (err: any, data?: ListWorkspaceMediaCommandOutput) => void
4335
+ ): void;
4336
+ listWorkspacePages(
4337
+ args: ListWorkspacePagesCommandInput,
4338
+ options?: __HttpHandlerOptions
4339
+ ): Promise<ListWorkspacePagesCommandOutput>;
4340
+ listWorkspacePages(
4341
+ args: ListWorkspacePagesCommandInput,
4342
+ cb: (err: any, data?: ListWorkspacePagesCommandOutput) => void
4343
+ ): void;
4344
+ listWorkspacePages(
4345
+ args: ListWorkspacePagesCommandInput,
4346
+ options: __HttpHandlerOptions,
4347
+ cb: (err: any, data?: ListWorkspacePagesCommandOutput) => void
4348
+ ): void;
4349
+ listWorkspaces(
4350
+ args: ListWorkspacesCommandInput,
4351
+ options?: __HttpHandlerOptions
4352
+ ): Promise<ListWorkspacesCommandOutput>;
4353
+ listWorkspaces(
4354
+ args: ListWorkspacesCommandInput,
4355
+ cb: (err: any, data?: ListWorkspacesCommandOutput) => void
4356
+ ): void;
4357
+ listWorkspaces(
4358
+ args: ListWorkspacesCommandInput,
4359
+ options: __HttpHandlerOptions,
4360
+ cb: (err: any, data?: ListWorkspacesCommandOutput) => void
4361
+ ): void;
3783
4362
  monitorContact(
3784
4363
  args: MonitorContactCommandInput,
3785
4364
  options?: __HttpHandlerOptions
@@ -3949,6 +4528,19 @@ export interface Connect {
3949
4528
  options: __HttpHandlerOptions,
3950
4529
  cb: (err: any, data?: SearchContactsCommandOutput) => void
3951
4530
  ): void;
4531
+ searchDataTables(
4532
+ args: SearchDataTablesCommandInput,
4533
+ options?: __HttpHandlerOptions
4534
+ ): Promise<SearchDataTablesCommandOutput>;
4535
+ searchDataTables(
4536
+ args: SearchDataTablesCommandInput,
4537
+ cb: (err: any, data?: SearchDataTablesCommandOutput) => void
4538
+ ): void;
4539
+ searchDataTables(
4540
+ args: SearchDataTablesCommandInput,
4541
+ options: __HttpHandlerOptions,
4542
+ cb: (err: any, data?: SearchDataTablesCommandOutput) => void
4543
+ ): void;
3952
4544
  searchEmailAddresses(
3953
4545
  args: SearchEmailAddressesCommandInput,
3954
4546
  options?: __HttpHandlerOptions
@@ -4118,6 +4710,19 @@ export interface Connect {
4118
4710
  options: __HttpHandlerOptions,
4119
4711
  cb: (err: any, data?: SearchUsersCommandOutput) => void
4120
4712
  ): void;
4713
+ searchViews(
4714
+ args: SearchViewsCommandInput,
4715
+ options?: __HttpHandlerOptions
4716
+ ): Promise<SearchViewsCommandOutput>;
4717
+ searchViews(
4718
+ args: SearchViewsCommandInput,
4719
+ cb: (err: any, data?: SearchViewsCommandOutput) => void
4720
+ ): void;
4721
+ searchViews(
4722
+ args: SearchViewsCommandInput,
4723
+ options: __HttpHandlerOptions,
4724
+ cb: (err: any, data?: SearchViewsCommandOutput) => void
4725
+ ): void;
4121
4726
  searchVocabularies(
4122
4727
  args: SearchVocabulariesCommandInput,
4123
4728
  options?: __HttpHandlerOptions
@@ -4131,6 +4736,32 @@ export interface Connect {
4131
4736
  options: __HttpHandlerOptions,
4132
4737
  cb: (err: any, data?: SearchVocabulariesCommandOutput) => void
4133
4738
  ): void;
4739
+ searchWorkspaceAssociations(
4740
+ args: SearchWorkspaceAssociationsCommandInput,
4741
+ options?: __HttpHandlerOptions
4742
+ ): Promise<SearchWorkspaceAssociationsCommandOutput>;
4743
+ searchWorkspaceAssociations(
4744
+ args: SearchWorkspaceAssociationsCommandInput,
4745
+ cb: (err: any, data?: SearchWorkspaceAssociationsCommandOutput) => void
4746
+ ): void;
4747
+ searchWorkspaceAssociations(
4748
+ args: SearchWorkspaceAssociationsCommandInput,
4749
+ options: __HttpHandlerOptions,
4750
+ cb: (err: any, data?: SearchWorkspaceAssociationsCommandOutput) => void
4751
+ ): void;
4752
+ searchWorkspaces(
4753
+ args: SearchWorkspacesCommandInput,
4754
+ options?: __HttpHandlerOptions
4755
+ ): Promise<SearchWorkspacesCommandOutput>;
4756
+ searchWorkspaces(
4757
+ args: SearchWorkspacesCommandInput,
4758
+ cb: (err: any, data?: SearchWorkspacesCommandOutput) => void
4759
+ ): void;
4760
+ searchWorkspaces(
4761
+ args: SearchWorkspacesCommandInput,
4762
+ options: __HttpHandlerOptions,
4763
+ cb: (err: any, data?: SearchWorkspacesCommandOutput) => void
4764
+ ): void;
4134
4765
  sendChatIntegrationEvent(
4135
4766
  args: SendChatIntegrationEventCommandInput,
4136
4767
  options?: __HttpHandlerOptions
@@ -4196,6 +4827,20 @@ export interface Connect {
4196
4827
  options: __HttpHandlerOptions,
4197
4828
  cb: (err: any, data?: StartContactEvaluationCommandOutput) => void
4198
4829
  ): void;
4830
+ startContactMediaProcessing(): Promise<StartContactMediaProcessingCommandOutput>;
4831
+ startContactMediaProcessing(
4832
+ args: StartContactMediaProcessingCommandInput,
4833
+ options?: __HttpHandlerOptions
4834
+ ): Promise<StartContactMediaProcessingCommandOutput>;
4835
+ startContactMediaProcessing(
4836
+ args: StartContactMediaProcessingCommandInput,
4837
+ cb: (err: any, data?: StartContactMediaProcessingCommandOutput) => void
4838
+ ): void;
4839
+ startContactMediaProcessing(
4840
+ args: StartContactMediaProcessingCommandInput,
4841
+ options: __HttpHandlerOptions,
4842
+ cb: (err: any, data?: StartContactMediaProcessingCommandOutput) => void
4843
+ ): void;
4199
4844
  startContactRecording(
4200
4845
  args: StartContactRecordingCommandInput,
4201
4846
  options?: __HttpHandlerOptions
@@ -4326,6 +4971,20 @@ export interface Connect {
4326
4971
  options: __HttpHandlerOptions,
4327
4972
  cb: (err: any, data?: StopContactCommandOutput) => void
4328
4973
  ): void;
4974
+ stopContactMediaProcessing(): Promise<StopContactMediaProcessingCommandOutput>;
4975
+ stopContactMediaProcessing(
4976
+ args: StopContactMediaProcessingCommandInput,
4977
+ options?: __HttpHandlerOptions
4978
+ ): Promise<StopContactMediaProcessingCommandOutput>;
4979
+ stopContactMediaProcessing(
4980
+ args: StopContactMediaProcessingCommandInput,
4981
+ cb: (err: any, data?: StopContactMediaProcessingCommandOutput) => void
4982
+ ): void;
4983
+ stopContactMediaProcessing(
4984
+ args: StopContactMediaProcessingCommandInput,
4985
+ options: __HttpHandlerOptions,
4986
+ cb: (err: any, data?: StopContactMediaProcessingCommandOutput) => void
4987
+ ): void;
4329
4988
  stopContactRecording(
4330
4989
  args: StopContactRecordingCommandInput,
4331
4990
  options?: __HttpHandlerOptions
@@ -4612,6 +5271,45 @@ export interface Connect {
4612
5271
  options: __HttpHandlerOptions,
4613
5272
  cb: (err: any, data?: UpdateContactScheduleCommandOutput) => void
4614
5273
  ): void;
5274
+ updateDataTableAttribute(
5275
+ args: UpdateDataTableAttributeCommandInput,
5276
+ options?: __HttpHandlerOptions
5277
+ ): Promise<UpdateDataTableAttributeCommandOutput>;
5278
+ updateDataTableAttribute(
5279
+ args: UpdateDataTableAttributeCommandInput,
5280
+ cb: (err: any, data?: UpdateDataTableAttributeCommandOutput) => void
5281
+ ): void;
5282
+ updateDataTableAttribute(
5283
+ args: UpdateDataTableAttributeCommandInput,
5284
+ options: __HttpHandlerOptions,
5285
+ cb: (err: any, data?: UpdateDataTableAttributeCommandOutput) => void
5286
+ ): void;
5287
+ updateDataTableMetadata(
5288
+ args: UpdateDataTableMetadataCommandInput,
5289
+ options?: __HttpHandlerOptions
5290
+ ): Promise<UpdateDataTableMetadataCommandOutput>;
5291
+ updateDataTableMetadata(
5292
+ args: UpdateDataTableMetadataCommandInput,
5293
+ cb: (err: any, data?: UpdateDataTableMetadataCommandOutput) => void
5294
+ ): void;
5295
+ updateDataTableMetadata(
5296
+ args: UpdateDataTableMetadataCommandInput,
5297
+ options: __HttpHandlerOptions,
5298
+ cb: (err: any, data?: UpdateDataTableMetadataCommandOutput) => void
5299
+ ): void;
5300
+ updateDataTablePrimaryValues(
5301
+ args: UpdateDataTablePrimaryValuesCommandInput,
5302
+ options?: __HttpHandlerOptions
5303
+ ): Promise<UpdateDataTablePrimaryValuesCommandOutput>;
5304
+ updateDataTablePrimaryValues(
5305
+ args: UpdateDataTablePrimaryValuesCommandInput,
5306
+ cb: (err: any, data?: UpdateDataTablePrimaryValuesCommandOutput) => void
5307
+ ): void;
5308
+ updateDataTablePrimaryValues(
5309
+ args: UpdateDataTablePrimaryValuesCommandInput,
5310
+ options: __HttpHandlerOptions,
5311
+ cb: (err: any, data?: UpdateDataTablePrimaryValuesCommandOutput) => void
5312
+ ): void;
4615
5313
  updateEmailAddressMetadata(
4616
5314
  args: UpdateEmailAddressMetadataCommandInput,
4617
5315
  options?: __HttpHandlerOptions
@@ -5131,5 +5829,57 @@ export interface Connect {
5131
5829
  options: __HttpHandlerOptions,
5132
5830
  cb: (err: any, data?: UpdateViewMetadataCommandOutput) => void
5133
5831
  ): void;
5832
+ updateWorkspaceMetadata(
5833
+ args: UpdateWorkspaceMetadataCommandInput,
5834
+ options?: __HttpHandlerOptions
5835
+ ): Promise<UpdateWorkspaceMetadataCommandOutput>;
5836
+ updateWorkspaceMetadata(
5837
+ args: UpdateWorkspaceMetadataCommandInput,
5838
+ cb: (err: any, data?: UpdateWorkspaceMetadataCommandOutput) => void
5839
+ ): void;
5840
+ updateWorkspaceMetadata(
5841
+ args: UpdateWorkspaceMetadataCommandInput,
5842
+ options: __HttpHandlerOptions,
5843
+ cb: (err: any, data?: UpdateWorkspaceMetadataCommandOutput) => void
5844
+ ): void;
5845
+ updateWorkspacePage(
5846
+ args: UpdateWorkspacePageCommandInput,
5847
+ options?: __HttpHandlerOptions
5848
+ ): Promise<UpdateWorkspacePageCommandOutput>;
5849
+ updateWorkspacePage(
5850
+ args: UpdateWorkspacePageCommandInput,
5851
+ cb: (err: any, data?: UpdateWorkspacePageCommandOutput) => void
5852
+ ): void;
5853
+ updateWorkspacePage(
5854
+ args: UpdateWorkspacePageCommandInput,
5855
+ options: __HttpHandlerOptions,
5856
+ cb: (err: any, data?: UpdateWorkspacePageCommandOutput) => void
5857
+ ): void;
5858
+ updateWorkspaceTheme(
5859
+ args: UpdateWorkspaceThemeCommandInput,
5860
+ options?: __HttpHandlerOptions
5861
+ ): Promise<UpdateWorkspaceThemeCommandOutput>;
5862
+ updateWorkspaceTheme(
5863
+ args: UpdateWorkspaceThemeCommandInput,
5864
+ cb: (err: any, data?: UpdateWorkspaceThemeCommandOutput) => void
5865
+ ): void;
5866
+ updateWorkspaceTheme(
5867
+ args: UpdateWorkspaceThemeCommandInput,
5868
+ options: __HttpHandlerOptions,
5869
+ cb: (err: any, data?: UpdateWorkspaceThemeCommandOutput) => void
5870
+ ): void;
5871
+ updateWorkspaceVisibility(
5872
+ args: UpdateWorkspaceVisibilityCommandInput,
5873
+ options?: __HttpHandlerOptions
5874
+ ): Promise<UpdateWorkspaceVisibilityCommandOutput>;
5875
+ updateWorkspaceVisibility(
5876
+ args: UpdateWorkspaceVisibilityCommandInput,
5877
+ cb: (err: any, data?: UpdateWorkspaceVisibilityCommandOutput) => void
5878
+ ): void;
5879
+ updateWorkspaceVisibility(
5880
+ args: UpdateWorkspaceVisibilityCommandInput,
5881
+ options: __HttpHandlerOptions,
5882
+ cb: (err: any, data?: UpdateWorkspaceVisibilityCommandOutput) => void
5883
+ ): void;
5134
5884
  }
5135
5885
  export declare class Connect extends ConnectClient implements Connect {}