@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
@@ -14,13 +14,19 @@ import { AssociatePhoneNumberContactFlowCommandInput, AssociatePhoneNumberContac
14
14
  import { AssociateQueueQuickConnectsCommandInput, AssociateQueueQuickConnectsCommandOutput } from "./commands/AssociateQueueQuickConnectsCommand";
15
15
  import { AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueuesCommandOutput } from "./commands/AssociateRoutingProfileQueuesCommand";
16
16
  import { AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput } from "./commands/AssociateSecurityKeyCommand";
17
+ import { AssociateSecurityProfilesCommandInput, AssociateSecurityProfilesCommandOutput } from "./commands/AssociateSecurityProfilesCommand";
17
18
  import { AssociateTrafficDistributionGroupUserCommandInput, AssociateTrafficDistributionGroupUserCommandOutput } from "./commands/AssociateTrafficDistributionGroupUserCommand";
18
19
  import { AssociateUserProficienciesCommandInput, AssociateUserProficienciesCommandOutput } from "./commands/AssociateUserProficienciesCommand";
20
+ import { AssociateWorkspaceCommandInput, AssociateWorkspaceCommandOutput } from "./commands/AssociateWorkspaceCommand";
19
21
  import { BatchAssociateAnalyticsDataSetCommandInput, BatchAssociateAnalyticsDataSetCommandOutput } from "./commands/BatchAssociateAnalyticsDataSetCommand";
22
+ import { BatchCreateDataTableValueCommandInput, BatchCreateDataTableValueCommandOutput } from "./commands/BatchCreateDataTableValueCommand";
23
+ import { BatchDeleteDataTableValueCommandInput, BatchDeleteDataTableValueCommandOutput } from "./commands/BatchDeleteDataTableValueCommand";
24
+ import { BatchDescribeDataTableValueCommandInput, BatchDescribeDataTableValueCommandOutput } from "./commands/BatchDescribeDataTableValueCommand";
20
25
  import { BatchDisassociateAnalyticsDataSetCommandInput, BatchDisassociateAnalyticsDataSetCommandOutput } from "./commands/BatchDisassociateAnalyticsDataSetCommand";
21
26
  import { BatchGetAttachedFileMetadataCommandInput, BatchGetAttachedFileMetadataCommandOutput } from "./commands/BatchGetAttachedFileMetadataCommand";
22
27
  import { BatchGetFlowAssociationCommandInput, BatchGetFlowAssociationCommandOutput } from "./commands/BatchGetFlowAssociationCommand";
23
28
  import { BatchPutContactCommandInput, BatchPutContactCommandOutput } from "./commands/BatchPutContactCommand";
29
+ import { BatchUpdateDataTableValueCommandInput, BatchUpdateDataTableValueCommandOutput } from "./commands/BatchUpdateDataTableValueCommand";
24
30
  import { ClaimPhoneNumberCommandInput, ClaimPhoneNumberCommandOutput } from "./commands/ClaimPhoneNumberCommand";
25
31
  import { CompleteAttachedFileUploadCommandInput, CompleteAttachedFileUploadCommandOutput } from "./commands/CompleteAttachedFileUploadCommand";
26
32
  import { CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput } from "./commands/CreateAgentStatusCommand";
@@ -30,6 +36,8 @@ import { CreateContactFlowModuleAliasCommandInput, CreateContactFlowModuleAliasC
30
36
  import { CreateContactFlowModuleCommandInput, CreateContactFlowModuleCommandOutput } from "./commands/CreateContactFlowModuleCommand";
31
37
  import { CreateContactFlowModuleVersionCommandInput, CreateContactFlowModuleVersionCommandOutput } from "./commands/CreateContactFlowModuleVersionCommand";
32
38
  import { CreateContactFlowVersionCommandInput, CreateContactFlowVersionCommandOutput } from "./commands/CreateContactFlowVersionCommand";
39
+ import { CreateDataTableAttributeCommandInput, CreateDataTableAttributeCommandOutput } from "./commands/CreateDataTableAttributeCommand";
40
+ import { CreateDataTableCommandInput, CreateDataTableCommandOutput } from "./commands/CreateDataTableCommand";
33
41
  import { CreateEmailAddressCommandInput, CreateEmailAddressCommandOutput } from "./commands/CreateEmailAddressCommand";
34
42
  import { CreateEvaluationFormCommandInput, CreateEvaluationFormCommandOutput } from "./commands/CreateEvaluationFormCommand";
35
43
  import { CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput } from "./commands/CreateHoursOfOperationCommand";
@@ -54,6 +62,8 @@ import { CreateUserHierarchyGroupCommandInput, CreateUserHierarchyGroupCommandOu
54
62
  import { CreateViewCommandInput, CreateViewCommandOutput } from "./commands/CreateViewCommand";
55
63
  import { CreateViewVersionCommandInput, CreateViewVersionCommandOutput } from "./commands/CreateViewVersionCommand";
56
64
  import { CreateVocabularyCommandInput, CreateVocabularyCommandOutput } from "./commands/CreateVocabularyCommand";
65
+ import { CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput } from "./commands/CreateWorkspaceCommand";
66
+ import { CreateWorkspacePageCommandInput, CreateWorkspacePageCommandOutput } from "./commands/CreateWorkspacePageCommand";
57
67
  import { DeactivateEvaluationFormCommandInput, DeactivateEvaluationFormCommandOutput } from "./commands/DeactivateEvaluationFormCommand";
58
68
  import { DeleteAttachedFileCommandInput, DeleteAttachedFileCommandOutput } from "./commands/DeleteAttachedFileCommand";
59
69
  import { DeleteContactEvaluationCommandInput, DeleteContactEvaluationCommandOutput } from "./commands/DeleteContactEvaluationCommand";
@@ -62,6 +72,8 @@ import { DeleteContactFlowModuleAliasCommandInput, DeleteContactFlowModuleAliasC
62
72
  import { DeleteContactFlowModuleCommandInput, DeleteContactFlowModuleCommandOutput } from "./commands/DeleteContactFlowModuleCommand";
63
73
  import { DeleteContactFlowModuleVersionCommandInput, DeleteContactFlowModuleVersionCommandOutput } from "./commands/DeleteContactFlowModuleVersionCommand";
64
74
  import { DeleteContactFlowVersionCommandInput, DeleteContactFlowVersionCommandOutput } from "./commands/DeleteContactFlowVersionCommand";
75
+ import { DeleteDataTableAttributeCommandInput, DeleteDataTableAttributeCommandOutput } from "./commands/DeleteDataTableAttributeCommand";
76
+ import { DeleteDataTableCommandInput, DeleteDataTableCommandOutput } from "./commands/DeleteDataTableCommand";
65
77
  import { DeleteEmailAddressCommandInput, DeleteEmailAddressCommandOutput } from "./commands/DeleteEmailAddressCommand";
66
78
  import { DeleteEvaluationFormCommandInput, DeleteEvaluationFormCommandOutput } from "./commands/DeleteEvaluationFormCommand";
67
79
  import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput } from "./commands/DeleteHoursOfOperationCommand";
@@ -84,6 +96,9 @@ import { DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOu
84
96
  import { DeleteViewCommandInput, DeleteViewCommandOutput } from "./commands/DeleteViewCommand";
85
97
  import { DeleteViewVersionCommandInput, DeleteViewVersionCommandOutput } from "./commands/DeleteViewVersionCommand";
86
98
  import { DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput } from "./commands/DeleteVocabularyCommand";
99
+ import { DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput } from "./commands/DeleteWorkspaceCommand";
100
+ import { DeleteWorkspaceMediaCommandInput, DeleteWorkspaceMediaCommandOutput } from "./commands/DeleteWorkspaceMediaCommand";
101
+ import { DeleteWorkspacePageCommandInput, DeleteWorkspacePageCommandOutput } from "./commands/DeleteWorkspacePageCommand";
87
102
  import { DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput } from "./commands/DescribeAgentStatusCommand";
88
103
  import { DescribeAuthenticationProfileCommandInput, DescribeAuthenticationProfileCommandOutput } from "./commands/DescribeAuthenticationProfileCommand";
89
104
  import { DescribeContactCommandInput, DescribeContactCommandOutput } from "./commands/DescribeContactCommand";
@@ -91,6 +106,8 @@ import { DescribeContactEvaluationCommandInput, DescribeContactEvaluationCommand
91
106
  import { DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput } from "./commands/DescribeContactFlowCommand";
92
107
  import { DescribeContactFlowModuleAliasCommandInput, DescribeContactFlowModuleAliasCommandOutput } from "./commands/DescribeContactFlowModuleAliasCommand";
93
108
  import { DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommandOutput } from "./commands/DescribeContactFlowModuleCommand";
109
+ import { DescribeDataTableAttributeCommandInput, DescribeDataTableAttributeCommandOutput } from "./commands/DescribeDataTableAttributeCommand";
110
+ import { DescribeDataTableCommandInput, DescribeDataTableCommandOutput } from "./commands/DescribeDataTableCommand";
94
111
  import { DescribeEmailAddressCommandInput, DescribeEmailAddressCommandOutput } from "./commands/DescribeEmailAddressCommand";
95
112
  import { DescribeEvaluationFormCommandInput, DescribeEvaluationFormCommandOutput } from "./commands/DescribeEvaluationFormCommand";
96
113
  import { DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput } from "./commands/DescribeHoursOfOperationCommand";
@@ -112,6 +129,7 @@ import { DescribeUserHierarchyGroupCommandInput, DescribeUserHierarchyGroupComma
112
129
  import { DescribeUserHierarchyStructureCommandInput, DescribeUserHierarchyStructureCommandOutput } from "./commands/DescribeUserHierarchyStructureCommand";
113
130
  import { DescribeViewCommandInput, DescribeViewCommandOutput } from "./commands/DescribeViewCommand";
114
131
  import { DescribeVocabularyCommandInput, DescribeVocabularyCommandOutput } from "./commands/DescribeVocabularyCommand";
132
+ import { DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput } from "./commands/DescribeWorkspaceCommand";
115
133
  import { DisassociateAnalyticsDataSetCommandInput, DisassociateAnalyticsDataSetCommandOutput } from "./commands/DisassociateAnalyticsDataSetCommand";
116
134
  import { DisassociateApprovedOriginCommandInput, DisassociateApprovedOriginCommandOutput } from "./commands/DisassociateApprovedOriginCommand";
117
135
  import { DisassociateBotCommandInput, DisassociateBotCommandOutput } from "./commands/DisassociateBotCommand";
@@ -124,9 +142,12 @@ import { DisassociatePhoneNumberContactFlowCommandInput, DisassociatePhoneNumber
124
142
  import { DisassociateQueueQuickConnectsCommandInput, DisassociateQueueQuickConnectsCommandOutput } from "./commands/DisassociateQueueQuickConnectsCommand";
125
143
  import { DisassociateRoutingProfileQueuesCommandInput, DisassociateRoutingProfileQueuesCommandOutput } from "./commands/DisassociateRoutingProfileQueuesCommand";
126
144
  import { DisassociateSecurityKeyCommandInput, DisassociateSecurityKeyCommandOutput } from "./commands/DisassociateSecurityKeyCommand";
145
+ import { DisassociateSecurityProfilesCommandInput, DisassociateSecurityProfilesCommandOutput } from "./commands/DisassociateSecurityProfilesCommand";
127
146
  import { DisassociateTrafficDistributionGroupUserCommandInput, DisassociateTrafficDistributionGroupUserCommandOutput } from "./commands/DisassociateTrafficDistributionGroupUserCommand";
128
147
  import { DisassociateUserProficienciesCommandInput, DisassociateUserProficienciesCommandOutput } from "./commands/DisassociateUserProficienciesCommand";
148
+ import { DisassociateWorkspaceCommandInput, DisassociateWorkspaceCommandOutput } from "./commands/DisassociateWorkspaceCommand";
129
149
  import { DismissUserContactCommandInput, DismissUserContactCommandOutput } from "./commands/DismissUserContactCommand";
150
+ import { EvaluateDataTableValuesCommandInput, EvaluateDataTableValuesCommandOutput } from "./commands/EvaluateDataTableValuesCommand";
130
151
  import { GetAttachedFileCommandInput, GetAttachedFileCommandOutput } from "./commands/GetAttachedFileCommand";
131
152
  import { GetContactAttributesCommandInput, GetContactAttributesCommandOutput } from "./commands/GetContactAttributesCommand";
132
153
  import { GetContactMetricsCommandInput, GetContactMetricsCommandOutput } from "./commands/GetContactMetricsCommand";
@@ -141,6 +162,7 @@ import { GetPromptFileCommandInput, GetPromptFileCommandOutput } from "./command
141
162
  import { GetTaskTemplateCommandInput, GetTaskTemplateCommandOutput } from "./commands/GetTaskTemplateCommand";
142
163
  import { GetTrafficDistributionCommandInput, GetTrafficDistributionCommandOutput } from "./commands/GetTrafficDistributionCommand";
143
164
  import { ImportPhoneNumberCommandInput, ImportPhoneNumberCommandOutput } from "./commands/ImportPhoneNumberCommand";
165
+ import { ImportWorkspaceMediaCommandInput, ImportWorkspaceMediaCommandOutput } from "./commands/ImportWorkspaceMediaCommand";
144
166
  import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "./commands/ListAgentStatusesCommand";
145
167
  import { ListAnalyticsDataAssociationsCommandInput, ListAnalyticsDataAssociationsCommandOutput } from "./commands/ListAnalyticsDataAssociationsCommand";
146
168
  import { ListAnalyticsDataLakeDataSetsCommandInput, ListAnalyticsDataLakeDataSetsCommandOutput } from "./commands/ListAnalyticsDataLakeDataSetsCommand";
@@ -155,7 +177,12 @@ import { ListContactFlowModuleVersionsCommandInput, ListContactFlowModuleVersion
155
177
  import { ListContactFlowsCommandInput, ListContactFlowsCommandOutput } from "./commands/ListContactFlowsCommand";
156
178
  import { ListContactFlowVersionsCommandInput, ListContactFlowVersionsCommandOutput } from "./commands/ListContactFlowVersionsCommand";
157
179
  import { ListContactReferencesCommandInput, ListContactReferencesCommandOutput } from "./commands/ListContactReferencesCommand";
180
+ import { ListDataTableAttributesCommandInput, ListDataTableAttributesCommandOutput } from "./commands/ListDataTableAttributesCommand";
181
+ import { ListDataTablePrimaryValuesCommandInput, ListDataTablePrimaryValuesCommandOutput } from "./commands/ListDataTablePrimaryValuesCommand";
182
+ import { ListDataTablesCommandInput, ListDataTablesCommandOutput } from "./commands/ListDataTablesCommand";
183
+ import { ListDataTableValuesCommandInput, ListDataTableValuesCommandOutput } from "./commands/ListDataTableValuesCommand";
158
184
  import { ListDefaultVocabulariesCommandInput, ListDefaultVocabulariesCommandOutput } from "./commands/ListDefaultVocabulariesCommand";
185
+ import { ListEntitySecurityProfilesCommandInput, ListEntitySecurityProfilesCommandOutput } from "./commands/ListEntitySecurityProfilesCommand";
159
186
  import { ListEvaluationFormsCommandInput, ListEvaluationFormsCommandOutput } from "./commands/ListEvaluationFormsCommand";
160
187
  import { ListEvaluationFormVersionsCommandInput, ListEvaluationFormVersionsCommandOutput } from "./commands/ListEvaluationFormVersionsCommand";
161
188
  import { ListFlowAssociationsCommandInput, ListFlowAssociationsCommandOutput } from "./commands/ListFlowAssociationsCommand";
@@ -181,6 +208,7 @@ import { ListRoutingProfilesCommandInput, ListRoutingProfilesCommandOutput } fro
181
208
  import { ListRulesCommandInput, ListRulesCommandOutput } from "./commands/ListRulesCommand";
182
209
  import { ListSecurityKeysCommandInput, ListSecurityKeysCommandOutput } from "./commands/ListSecurityKeysCommand";
183
210
  import { ListSecurityProfileApplicationsCommandInput, ListSecurityProfileApplicationsCommandOutput } from "./commands/ListSecurityProfileApplicationsCommand";
211
+ import { ListSecurityProfileFlowModulesCommandInput, ListSecurityProfileFlowModulesCommandOutput } from "./commands/ListSecurityProfileFlowModulesCommand";
184
212
  import { ListSecurityProfilePermissionsCommandInput, ListSecurityProfilePermissionsCommandOutput } from "./commands/ListSecurityProfilePermissionsCommand";
185
213
  import { ListSecurityProfilesCommandInput, ListSecurityProfilesCommandOutput } from "./commands/ListSecurityProfilesCommand";
186
214
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
@@ -193,6 +221,9 @@ import { ListUserProficienciesCommandInput, ListUserProficienciesCommandOutput }
193
221
  import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
194
222
  import { ListViewsCommandInput, ListViewsCommandOutput } from "./commands/ListViewsCommand";
195
223
  import { ListViewVersionsCommandInput, ListViewVersionsCommandOutput } from "./commands/ListViewVersionsCommand";
224
+ import { ListWorkspaceMediaCommandInput, ListWorkspaceMediaCommandOutput } from "./commands/ListWorkspaceMediaCommand";
225
+ import { ListWorkspacePagesCommandInput, ListWorkspacePagesCommandOutput } from "./commands/ListWorkspacePagesCommand";
226
+ import { ListWorkspacesCommandInput, ListWorkspacesCommandOutput } from "./commands/ListWorkspacesCommand";
196
227
  import { MonitorContactCommandInput, MonitorContactCommandOutput } from "./commands/MonitorContactCommand";
197
228
  import { PauseContactCommandInput, PauseContactCommandOutput } from "./commands/PauseContactCommand";
198
229
  import { PutUserStatusCommandInput, PutUserStatusCommandOutput } from "./commands/PutUserStatusCommand";
@@ -206,6 +237,7 @@ import { SearchContactEvaluationsCommandInput, SearchContactEvaluationsCommandOu
206
237
  import { SearchContactFlowModulesCommandInput, SearchContactFlowModulesCommandOutput } from "./commands/SearchContactFlowModulesCommand";
207
238
  import { SearchContactFlowsCommandInput, SearchContactFlowsCommandOutput } from "./commands/SearchContactFlowsCommand";
208
239
  import { SearchContactsCommandInput, SearchContactsCommandOutput } from "./commands/SearchContactsCommand";
240
+ import { SearchDataTablesCommandInput, SearchDataTablesCommandOutput } from "./commands/SearchDataTablesCommand";
209
241
  import { SearchEmailAddressesCommandInput, SearchEmailAddressesCommandOutput } from "./commands/SearchEmailAddressesCommand";
210
242
  import { SearchEvaluationFormsCommandInput, SearchEvaluationFormsCommandOutput } from "./commands/SearchEvaluationFormsCommand";
211
243
  import { SearchHoursOfOperationOverridesCommandInput, SearchHoursOfOperationOverridesCommandOutput } from "./commands/SearchHoursOfOperationOverridesCommand";
@@ -219,12 +251,16 @@ import { SearchRoutingProfilesCommandInput, SearchRoutingProfilesCommandOutput }
219
251
  import { SearchSecurityProfilesCommandInput, SearchSecurityProfilesCommandOutput } from "./commands/SearchSecurityProfilesCommand";
220
252
  import { SearchUserHierarchyGroupsCommandInput, SearchUserHierarchyGroupsCommandOutput } from "./commands/SearchUserHierarchyGroupsCommand";
221
253
  import { SearchUsersCommandInput, SearchUsersCommandOutput } from "./commands/SearchUsersCommand";
254
+ import { SearchViewsCommandInput, SearchViewsCommandOutput } from "./commands/SearchViewsCommand";
222
255
  import { SearchVocabulariesCommandInput, SearchVocabulariesCommandOutput } from "./commands/SearchVocabulariesCommand";
256
+ import { SearchWorkspaceAssociationsCommandInput, SearchWorkspaceAssociationsCommandOutput } from "./commands/SearchWorkspaceAssociationsCommand";
257
+ import { SearchWorkspacesCommandInput, SearchWorkspacesCommandOutput } from "./commands/SearchWorkspacesCommand";
223
258
  import { SendChatIntegrationEventCommandInput, SendChatIntegrationEventCommandOutput } from "./commands/SendChatIntegrationEventCommand";
224
259
  import { SendOutboundEmailCommandInput, SendOutboundEmailCommandOutput } from "./commands/SendOutboundEmailCommand";
225
260
  import { StartAttachedFileUploadCommandInput, StartAttachedFileUploadCommandOutput } from "./commands/StartAttachedFileUploadCommand";
226
261
  import { StartChatContactCommandInput, StartChatContactCommandOutput } from "./commands/StartChatContactCommand";
227
262
  import { StartContactEvaluationCommandInput, StartContactEvaluationCommandOutput } from "./commands/StartContactEvaluationCommand";
263
+ import { StartContactMediaProcessingCommandInput, StartContactMediaProcessingCommandOutput } from "./commands/StartContactMediaProcessingCommand";
228
264
  import { StartContactRecordingCommandInput, StartContactRecordingCommandOutput } from "./commands/StartContactRecordingCommand";
229
265
  import { StartContactStreamingCommandInput, StartContactStreamingCommandOutput } from "./commands/StartContactStreamingCommand";
230
266
  import { StartEmailContactCommandInput, StartEmailContactCommandOutput } from "./commands/StartEmailContactCommand";
@@ -235,6 +271,7 @@ import { StartScreenSharingCommandInput, StartScreenSharingCommandOutput } from
235
271
  import { StartTaskContactCommandInput, StartTaskContactCommandOutput } from "./commands/StartTaskContactCommand";
236
272
  import { StartWebRTCContactCommandInput, StartWebRTCContactCommandOutput } from "./commands/StartWebRTCContactCommand";
237
273
  import { StopContactCommandInput, StopContactCommandOutput } from "./commands/StopContactCommand";
274
+ import { StopContactMediaProcessingCommandInput, StopContactMediaProcessingCommandOutput } from "./commands/StopContactMediaProcessingCommand";
238
275
  import { StopContactRecordingCommandInput, StopContactRecordingCommandOutput } from "./commands/StopContactRecordingCommand";
239
276
  import { StopContactStreamingCommandInput, StopContactStreamingCommandOutput } from "./commands/StopContactStreamingCommand";
240
277
  import { SubmitContactEvaluationCommandInput, SubmitContactEvaluationCommandOutput } from "./commands/SubmitContactEvaluationCommand";
@@ -257,6 +294,9 @@ import { UpdateContactFlowModuleMetadataCommandInput, UpdateContactFlowModuleMet
257
294
  import { UpdateContactFlowNameCommandInput, UpdateContactFlowNameCommandOutput } from "./commands/UpdateContactFlowNameCommand";
258
295
  import { UpdateContactRoutingDataCommandInput, UpdateContactRoutingDataCommandOutput } from "./commands/UpdateContactRoutingDataCommand";
259
296
  import { UpdateContactScheduleCommandInput, UpdateContactScheduleCommandOutput } from "./commands/UpdateContactScheduleCommand";
297
+ import { UpdateDataTableAttributeCommandInput, UpdateDataTableAttributeCommandOutput } from "./commands/UpdateDataTableAttributeCommand";
298
+ import { UpdateDataTableMetadataCommandInput, UpdateDataTableMetadataCommandOutput } from "./commands/UpdateDataTableMetadataCommand";
299
+ import { UpdateDataTablePrimaryValuesCommandInput, UpdateDataTablePrimaryValuesCommandOutput } from "./commands/UpdateDataTablePrimaryValuesCommand";
260
300
  import { UpdateEmailAddressMetadataCommandInput, UpdateEmailAddressMetadataCommandOutput } from "./commands/UpdateEmailAddressMetadataCommand";
261
301
  import { UpdateEvaluationFormCommandInput, UpdateEvaluationFormCommandOutput } from "./commands/UpdateEvaluationFormCommand";
262
302
  import { UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput } from "./commands/UpdateHoursOfOperationCommand";
@@ -296,6 +336,10 @@ import { UpdateUserRoutingProfileCommandInput, UpdateUserRoutingProfileCommandOu
296
336
  import { UpdateUserSecurityProfilesCommandInput, UpdateUserSecurityProfilesCommandOutput } from "./commands/UpdateUserSecurityProfilesCommand";
297
337
  import { UpdateViewContentCommandInput, UpdateViewContentCommandOutput } from "./commands/UpdateViewContentCommand";
298
338
  import { UpdateViewMetadataCommandInput, UpdateViewMetadataCommandOutput } from "./commands/UpdateViewMetadataCommand";
339
+ import { UpdateWorkspaceMetadataCommandInput, UpdateWorkspaceMetadataCommandOutput } from "./commands/UpdateWorkspaceMetadataCommand";
340
+ import { UpdateWorkspacePageCommandInput, UpdateWorkspacePageCommandOutput } from "./commands/UpdateWorkspacePageCommand";
341
+ import { UpdateWorkspaceThemeCommandInput, UpdateWorkspaceThemeCommandOutput } from "./commands/UpdateWorkspaceThemeCommand";
342
+ import { UpdateWorkspaceVisibilityCommandInput, UpdateWorkspaceVisibilityCommandOutput } from "./commands/UpdateWorkspaceVisibilityCommand";
299
343
  import { ConnectClient } from "./ConnectClient";
300
344
  export interface Connect {
301
345
  /**
@@ -388,6 +432,12 @@ export interface Connect {
388
432
  associateSecurityKey(args: AssociateSecurityKeyCommandInput, options?: __HttpHandlerOptions): Promise<AssociateSecurityKeyCommandOutput>;
389
433
  associateSecurityKey(args: AssociateSecurityKeyCommandInput, cb: (err: any, data?: AssociateSecurityKeyCommandOutput) => void): void;
390
434
  associateSecurityKey(args: AssociateSecurityKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateSecurityKeyCommandOutput) => void): void;
435
+ /**
436
+ * @see {@link AssociateSecurityProfilesCommand}
437
+ */
438
+ associateSecurityProfiles(args: AssociateSecurityProfilesCommandInput, options?: __HttpHandlerOptions): Promise<AssociateSecurityProfilesCommandOutput>;
439
+ associateSecurityProfiles(args: AssociateSecurityProfilesCommandInput, cb: (err: any, data?: AssociateSecurityProfilesCommandOutput) => void): void;
440
+ associateSecurityProfiles(args: AssociateSecurityProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateSecurityProfilesCommandOutput) => void): void;
391
441
  /**
392
442
  * @see {@link AssociateTrafficDistributionGroupUserCommand}
393
443
  */
@@ -400,12 +450,36 @@ export interface Connect {
400
450
  associateUserProficiencies(args: AssociateUserProficienciesCommandInput, options?: __HttpHandlerOptions): Promise<AssociateUserProficienciesCommandOutput>;
401
451
  associateUserProficiencies(args: AssociateUserProficienciesCommandInput, cb: (err: any, data?: AssociateUserProficienciesCommandOutput) => void): void;
402
452
  associateUserProficiencies(args: AssociateUserProficienciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateUserProficienciesCommandOutput) => void): void;
453
+ /**
454
+ * @see {@link AssociateWorkspaceCommand}
455
+ */
456
+ associateWorkspace(args: AssociateWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<AssociateWorkspaceCommandOutput>;
457
+ associateWorkspace(args: AssociateWorkspaceCommandInput, cb: (err: any, data?: AssociateWorkspaceCommandOutput) => void): void;
458
+ associateWorkspace(args: AssociateWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateWorkspaceCommandOutput) => void): void;
403
459
  /**
404
460
  * @see {@link BatchAssociateAnalyticsDataSetCommand}
405
461
  */
406
462
  batchAssociateAnalyticsDataSet(args: BatchAssociateAnalyticsDataSetCommandInput, options?: __HttpHandlerOptions): Promise<BatchAssociateAnalyticsDataSetCommandOutput>;
407
463
  batchAssociateAnalyticsDataSet(args: BatchAssociateAnalyticsDataSetCommandInput, cb: (err: any, data?: BatchAssociateAnalyticsDataSetCommandOutput) => void): void;
408
464
  batchAssociateAnalyticsDataSet(args: BatchAssociateAnalyticsDataSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchAssociateAnalyticsDataSetCommandOutput) => void): void;
465
+ /**
466
+ * @see {@link BatchCreateDataTableValueCommand}
467
+ */
468
+ batchCreateDataTableValue(args: BatchCreateDataTableValueCommandInput, options?: __HttpHandlerOptions): Promise<BatchCreateDataTableValueCommandOutput>;
469
+ batchCreateDataTableValue(args: BatchCreateDataTableValueCommandInput, cb: (err: any, data?: BatchCreateDataTableValueCommandOutput) => void): void;
470
+ batchCreateDataTableValue(args: BatchCreateDataTableValueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreateDataTableValueCommandOutput) => void): void;
471
+ /**
472
+ * @see {@link BatchDeleteDataTableValueCommand}
473
+ */
474
+ batchDeleteDataTableValue(args: BatchDeleteDataTableValueCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteDataTableValueCommandOutput>;
475
+ batchDeleteDataTableValue(args: BatchDeleteDataTableValueCommandInput, cb: (err: any, data?: BatchDeleteDataTableValueCommandOutput) => void): void;
476
+ batchDeleteDataTableValue(args: BatchDeleteDataTableValueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteDataTableValueCommandOutput) => void): void;
477
+ /**
478
+ * @see {@link BatchDescribeDataTableValueCommand}
479
+ */
480
+ batchDescribeDataTableValue(args: BatchDescribeDataTableValueCommandInput, options?: __HttpHandlerOptions): Promise<BatchDescribeDataTableValueCommandOutput>;
481
+ batchDescribeDataTableValue(args: BatchDescribeDataTableValueCommandInput, cb: (err: any, data?: BatchDescribeDataTableValueCommandOutput) => void): void;
482
+ batchDescribeDataTableValue(args: BatchDescribeDataTableValueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDescribeDataTableValueCommandOutput) => void): void;
409
483
  /**
410
484
  * @see {@link BatchDisassociateAnalyticsDataSetCommand}
411
485
  */
@@ -430,6 +504,12 @@ export interface Connect {
430
504
  batchPutContact(args: BatchPutContactCommandInput, options?: __HttpHandlerOptions): Promise<BatchPutContactCommandOutput>;
431
505
  batchPutContact(args: BatchPutContactCommandInput, cb: (err: any, data?: BatchPutContactCommandOutput) => void): void;
432
506
  batchPutContact(args: BatchPutContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchPutContactCommandOutput) => void): void;
507
+ /**
508
+ * @see {@link BatchUpdateDataTableValueCommand}
509
+ */
510
+ batchUpdateDataTableValue(args: BatchUpdateDataTableValueCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdateDataTableValueCommandOutput>;
511
+ batchUpdateDataTableValue(args: BatchUpdateDataTableValueCommandInput, cb: (err: any, data?: BatchUpdateDataTableValueCommandOutput) => void): void;
512
+ batchUpdateDataTableValue(args: BatchUpdateDataTableValueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateDataTableValueCommandOutput) => void): void;
433
513
  /**
434
514
  * @see {@link ClaimPhoneNumberCommand}
435
515
  */
@@ -484,6 +564,18 @@ export interface Connect {
484
564
  createContactFlowVersion(args: CreateContactFlowVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateContactFlowVersionCommandOutput>;
485
565
  createContactFlowVersion(args: CreateContactFlowVersionCommandInput, cb: (err: any, data?: CreateContactFlowVersionCommandOutput) => void): void;
486
566
  createContactFlowVersion(args: CreateContactFlowVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContactFlowVersionCommandOutput) => void): void;
567
+ /**
568
+ * @see {@link CreateDataTableCommand}
569
+ */
570
+ createDataTable(args: CreateDataTableCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataTableCommandOutput>;
571
+ createDataTable(args: CreateDataTableCommandInput, cb: (err: any, data?: CreateDataTableCommandOutput) => void): void;
572
+ createDataTable(args: CreateDataTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataTableCommandOutput) => void): void;
573
+ /**
574
+ * @see {@link CreateDataTableAttributeCommand}
575
+ */
576
+ createDataTableAttribute(args: CreateDataTableAttributeCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataTableAttributeCommandOutput>;
577
+ createDataTableAttribute(args: CreateDataTableAttributeCommandInput, cb: (err: any, data?: CreateDataTableAttributeCommandOutput) => void): void;
578
+ createDataTableAttribute(args: CreateDataTableAttributeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataTableAttributeCommandOutput) => void): void;
487
579
  /**
488
580
  * @see {@link CreateEmailAddressCommand}
489
581
  */
@@ -628,6 +720,18 @@ export interface Connect {
628
720
  createVocabulary(args: CreateVocabularyCommandInput, options?: __HttpHandlerOptions): Promise<CreateVocabularyCommandOutput>;
629
721
  createVocabulary(args: CreateVocabularyCommandInput, cb: (err: any, data?: CreateVocabularyCommandOutput) => void): void;
630
722
  createVocabulary(args: CreateVocabularyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVocabularyCommandOutput) => void): void;
723
+ /**
724
+ * @see {@link CreateWorkspaceCommand}
725
+ */
726
+ createWorkspace(args: CreateWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkspaceCommandOutput>;
727
+ createWorkspace(args: CreateWorkspaceCommandInput, cb: (err: any, data?: CreateWorkspaceCommandOutput) => void): void;
728
+ createWorkspace(args: CreateWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkspaceCommandOutput) => void): void;
729
+ /**
730
+ * @see {@link CreateWorkspacePageCommand}
731
+ */
732
+ createWorkspacePage(args: CreateWorkspacePageCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkspacePageCommandOutput>;
733
+ createWorkspacePage(args: CreateWorkspacePageCommandInput, cb: (err: any, data?: CreateWorkspacePageCommandOutput) => void): void;
734
+ createWorkspacePage(args: CreateWorkspacePageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkspacePageCommandOutput) => void): void;
631
735
  /**
632
736
  * @see {@link DeactivateEvaluationFormCommand}
633
737
  */
@@ -676,6 +780,18 @@ export interface Connect {
676
780
  deleteContactFlowVersion(args: DeleteContactFlowVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteContactFlowVersionCommandOutput>;
677
781
  deleteContactFlowVersion(args: DeleteContactFlowVersionCommandInput, cb: (err: any, data?: DeleteContactFlowVersionCommandOutput) => void): void;
678
782
  deleteContactFlowVersion(args: DeleteContactFlowVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteContactFlowVersionCommandOutput) => void): void;
783
+ /**
784
+ * @see {@link DeleteDataTableCommand}
785
+ */
786
+ deleteDataTable(args: DeleteDataTableCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataTableCommandOutput>;
787
+ deleteDataTable(args: DeleteDataTableCommandInput, cb: (err: any, data?: DeleteDataTableCommandOutput) => void): void;
788
+ deleteDataTable(args: DeleteDataTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataTableCommandOutput) => void): void;
789
+ /**
790
+ * @see {@link DeleteDataTableAttributeCommand}
791
+ */
792
+ deleteDataTableAttribute(args: DeleteDataTableAttributeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataTableAttributeCommandOutput>;
793
+ deleteDataTableAttribute(args: DeleteDataTableAttributeCommandInput, cb: (err: any, data?: DeleteDataTableAttributeCommandOutput) => void): void;
794
+ deleteDataTableAttribute(args: DeleteDataTableAttributeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataTableAttributeCommandOutput) => void): void;
679
795
  /**
680
796
  * @see {@link DeleteEmailAddressCommand}
681
797
  */
@@ -808,6 +924,24 @@ export interface Connect {
808
924
  deleteVocabulary(args: DeleteVocabularyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVocabularyCommandOutput>;
809
925
  deleteVocabulary(args: DeleteVocabularyCommandInput, cb: (err: any, data?: DeleteVocabularyCommandOutput) => void): void;
810
926
  deleteVocabulary(args: DeleteVocabularyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVocabularyCommandOutput) => void): void;
927
+ /**
928
+ * @see {@link DeleteWorkspaceCommand}
929
+ */
930
+ deleteWorkspace(args: DeleteWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkspaceCommandOutput>;
931
+ deleteWorkspace(args: DeleteWorkspaceCommandInput, cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void): void;
932
+ deleteWorkspace(args: DeleteWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void): void;
933
+ /**
934
+ * @see {@link DeleteWorkspaceMediaCommand}
935
+ */
936
+ deleteWorkspaceMedia(args: DeleteWorkspaceMediaCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkspaceMediaCommandOutput>;
937
+ deleteWorkspaceMedia(args: DeleteWorkspaceMediaCommandInput, cb: (err: any, data?: DeleteWorkspaceMediaCommandOutput) => void): void;
938
+ deleteWorkspaceMedia(args: DeleteWorkspaceMediaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkspaceMediaCommandOutput) => void): void;
939
+ /**
940
+ * @see {@link DeleteWorkspacePageCommand}
941
+ */
942
+ deleteWorkspacePage(args: DeleteWorkspacePageCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkspacePageCommandOutput>;
943
+ deleteWorkspacePage(args: DeleteWorkspacePageCommandInput, cb: (err: any, data?: DeleteWorkspacePageCommandOutput) => void): void;
944
+ deleteWorkspacePage(args: DeleteWorkspacePageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkspacePageCommandOutput) => void): void;
811
945
  /**
812
946
  * @see {@link DescribeAgentStatusCommand}
813
947
  */
@@ -850,6 +984,18 @@ export interface Connect {
850
984
  describeContactFlowModuleAlias(args: DescribeContactFlowModuleAliasCommandInput, options?: __HttpHandlerOptions): Promise<DescribeContactFlowModuleAliasCommandOutput>;
851
985
  describeContactFlowModuleAlias(args: DescribeContactFlowModuleAliasCommandInput, cb: (err: any, data?: DescribeContactFlowModuleAliasCommandOutput) => void): void;
852
986
  describeContactFlowModuleAlias(args: DescribeContactFlowModuleAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeContactFlowModuleAliasCommandOutput) => void): void;
987
+ /**
988
+ * @see {@link DescribeDataTableCommand}
989
+ */
990
+ describeDataTable(args: DescribeDataTableCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataTableCommandOutput>;
991
+ describeDataTable(args: DescribeDataTableCommandInput, cb: (err: any, data?: DescribeDataTableCommandOutput) => void): void;
992
+ describeDataTable(args: DescribeDataTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataTableCommandOutput) => void): void;
993
+ /**
994
+ * @see {@link DescribeDataTableAttributeCommand}
995
+ */
996
+ describeDataTableAttribute(args: DescribeDataTableAttributeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataTableAttributeCommandOutput>;
997
+ describeDataTableAttribute(args: DescribeDataTableAttributeCommandInput, cb: (err: any, data?: DescribeDataTableAttributeCommandOutput) => void): void;
998
+ describeDataTableAttribute(args: DescribeDataTableAttributeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataTableAttributeCommandOutput) => void): void;
853
999
  /**
854
1000
  * @see {@link DescribeEmailAddressCommand}
855
1001
  */
@@ -976,6 +1122,12 @@ export interface Connect {
976
1122
  describeVocabulary(args: DescribeVocabularyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVocabularyCommandOutput>;
977
1123
  describeVocabulary(args: DescribeVocabularyCommandInput, cb: (err: any, data?: DescribeVocabularyCommandOutput) => void): void;
978
1124
  describeVocabulary(args: DescribeVocabularyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVocabularyCommandOutput) => void): void;
1125
+ /**
1126
+ * @see {@link DescribeWorkspaceCommand}
1127
+ */
1128
+ describeWorkspace(args: DescribeWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkspaceCommandOutput>;
1129
+ describeWorkspace(args: DescribeWorkspaceCommandInput, cb: (err: any, data?: DescribeWorkspaceCommandOutput) => void): void;
1130
+ describeWorkspace(args: DescribeWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkspaceCommandOutput) => void): void;
979
1131
  /**
980
1132
  * @see {@link DisassociateAnalyticsDataSetCommand}
981
1133
  */
@@ -1048,6 +1200,12 @@ export interface Connect {
1048
1200
  disassociateSecurityKey(args: DisassociateSecurityKeyCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateSecurityKeyCommandOutput>;
1049
1201
  disassociateSecurityKey(args: DisassociateSecurityKeyCommandInput, cb: (err: any, data?: DisassociateSecurityKeyCommandOutput) => void): void;
1050
1202
  disassociateSecurityKey(args: DisassociateSecurityKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateSecurityKeyCommandOutput) => void): void;
1203
+ /**
1204
+ * @see {@link DisassociateSecurityProfilesCommand}
1205
+ */
1206
+ disassociateSecurityProfiles(args: DisassociateSecurityProfilesCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateSecurityProfilesCommandOutput>;
1207
+ disassociateSecurityProfiles(args: DisassociateSecurityProfilesCommandInput, cb: (err: any, data?: DisassociateSecurityProfilesCommandOutput) => void): void;
1208
+ disassociateSecurityProfiles(args: DisassociateSecurityProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateSecurityProfilesCommandOutput) => void): void;
1051
1209
  /**
1052
1210
  * @see {@link DisassociateTrafficDistributionGroupUserCommand}
1053
1211
  */
@@ -1060,12 +1218,24 @@ export interface Connect {
1060
1218
  disassociateUserProficiencies(args: DisassociateUserProficienciesCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateUserProficienciesCommandOutput>;
1061
1219
  disassociateUserProficiencies(args: DisassociateUserProficienciesCommandInput, cb: (err: any, data?: DisassociateUserProficienciesCommandOutput) => void): void;
1062
1220
  disassociateUserProficiencies(args: DisassociateUserProficienciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateUserProficienciesCommandOutput) => void): void;
1221
+ /**
1222
+ * @see {@link DisassociateWorkspaceCommand}
1223
+ */
1224
+ disassociateWorkspace(args: DisassociateWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateWorkspaceCommandOutput>;
1225
+ disassociateWorkspace(args: DisassociateWorkspaceCommandInput, cb: (err: any, data?: DisassociateWorkspaceCommandOutput) => void): void;
1226
+ disassociateWorkspace(args: DisassociateWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateWorkspaceCommandOutput) => void): void;
1063
1227
  /**
1064
1228
  * @see {@link DismissUserContactCommand}
1065
1229
  */
1066
1230
  dismissUserContact(args: DismissUserContactCommandInput, options?: __HttpHandlerOptions): Promise<DismissUserContactCommandOutput>;
1067
1231
  dismissUserContact(args: DismissUserContactCommandInput, cb: (err: any, data?: DismissUserContactCommandOutput) => void): void;
1068
1232
  dismissUserContact(args: DismissUserContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DismissUserContactCommandOutput) => void): void;
1233
+ /**
1234
+ * @see {@link EvaluateDataTableValuesCommand}
1235
+ */
1236
+ evaluateDataTableValues(args: EvaluateDataTableValuesCommandInput, options?: __HttpHandlerOptions): Promise<EvaluateDataTableValuesCommandOutput>;
1237
+ evaluateDataTableValues(args: EvaluateDataTableValuesCommandInput, cb: (err: any, data?: EvaluateDataTableValuesCommandOutput) => void): void;
1238
+ evaluateDataTableValues(args: EvaluateDataTableValuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EvaluateDataTableValuesCommandOutput) => void): void;
1069
1239
  /**
1070
1240
  * @see {@link GetAttachedFileCommand}
1071
1241
  */
@@ -1150,6 +1320,12 @@ export interface Connect {
1150
1320
  importPhoneNumber(args: ImportPhoneNumberCommandInput, options?: __HttpHandlerOptions): Promise<ImportPhoneNumberCommandOutput>;
1151
1321
  importPhoneNumber(args: ImportPhoneNumberCommandInput, cb: (err: any, data?: ImportPhoneNumberCommandOutput) => void): void;
1152
1322
  importPhoneNumber(args: ImportPhoneNumberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportPhoneNumberCommandOutput) => void): void;
1323
+ /**
1324
+ * @see {@link ImportWorkspaceMediaCommand}
1325
+ */
1326
+ importWorkspaceMedia(args: ImportWorkspaceMediaCommandInput, options?: __HttpHandlerOptions): Promise<ImportWorkspaceMediaCommandOutput>;
1327
+ importWorkspaceMedia(args: ImportWorkspaceMediaCommandInput, cb: (err: any, data?: ImportWorkspaceMediaCommandOutput) => void): void;
1328
+ importWorkspaceMedia(args: ImportWorkspaceMediaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportWorkspaceMediaCommandOutput) => void): void;
1153
1329
  /**
1154
1330
  * @see {@link ListAgentStatusesCommand}
1155
1331
  */
@@ -1234,12 +1410,42 @@ export interface Connect {
1234
1410
  listContactReferences(args: ListContactReferencesCommandInput, options?: __HttpHandlerOptions): Promise<ListContactReferencesCommandOutput>;
1235
1411
  listContactReferences(args: ListContactReferencesCommandInput, cb: (err: any, data?: ListContactReferencesCommandOutput) => void): void;
1236
1412
  listContactReferences(args: ListContactReferencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContactReferencesCommandOutput) => void): void;
1413
+ /**
1414
+ * @see {@link ListDataTableAttributesCommand}
1415
+ */
1416
+ listDataTableAttributes(args: ListDataTableAttributesCommandInput, options?: __HttpHandlerOptions): Promise<ListDataTableAttributesCommandOutput>;
1417
+ listDataTableAttributes(args: ListDataTableAttributesCommandInput, cb: (err: any, data?: ListDataTableAttributesCommandOutput) => void): void;
1418
+ listDataTableAttributes(args: ListDataTableAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataTableAttributesCommandOutput) => void): void;
1419
+ /**
1420
+ * @see {@link ListDataTablePrimaryValuesCommand}
1421
+ */
1422
+ listDataTablePrimaryValues(args: ListDataTablePrimaryValuesCommandInput, options?: __HttpHandlerOptions): Promise<ListDataTablePrimaryValuesCommandOutput>;
1423
+ listDataTablePrimaryValues(args: ListDataTablePrimaryValuesCommandInput, cb: (err: any, data?: ListDataTablePrimaryValuesCommandOutput) => void): void;
1424
+ listDataTablePrimaryValues(args: ListDataTablePrimaryValuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataTablePrimaryValuesCommandOutput) => void): void;
1425
+ /**
1426
+ * @see {@link ListDataTablesCommand}
1427
+ */
1428
+ listDataTables(args: ListDataTablesCommandInput, options?: __HttpHandlerOptions): Promise<ListDataTablesCommandOutput>;
1429
+ listDataTables(args: ListDataTablesCommandInput, cb: (err: any, data?: ListDataTablesCommandOutput) => void): void;
1430
+ listDataTables(args: ListDataTablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataTablesCommandOutput) => void): void;
1431
+ /**
1432
+ * @see {@link ListDataTableValuesCommand}
1433
+ */
1434
+ listDataTableValues(args: ListDataTableValuesCommandInput, options?: __HttpHandlerOptions): Promise<ListDataTableValuesCommandOutput>;
1435
+ listDataTableValues(args: ListDataTableValuesCommandInput, cb: (err: any, data?: ListDataTableValuesCommandOutput) => void): void;
1436
+ listDataTableValues(args: ListDataTableValuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataTableValuesCommandOutput) => void): void;
1237
1437
  /**
1238
1438
  * @see {@link ListDefaultVocabulariesCommand}
1239
1439
  */
1240
1440
  listDefaultVocabularies(args: ListDefaultVocabulariesCommandInput, options?: __HttpHandlerOptions): Promise<ListDefaultVocabulariesCommandOutput>;
1241
1441
  listDefaultVocabularies(args: ListDefaultVocabulariesCommandInput, cb: (err: any, data?: ListDefaultVocabulariesCommandOutput) => void): void;
1242
1442
  listDefaultVocabularies(args: ListDefaultVocabulariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDefaultVocabulariesCommandOutput) => void): void;
1443
+ /**
1444
+ * @see {@link ListEntitySecurityProfilesCommand}
1445
+ */
1446
+ listEntitySecurityProfiles(args: ListEntitySecurityProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListEntitySecurityProfilesCommandOutput>;
1447
+ listEntitySecurityProfiles(args: ListEntitySecurityProfilesCommandInput, cb: (err: any, data?: ListEntitySecurityProfilesCommandOutput) => void): void;
1448
+ listEntitySecurityProfiles(args: ListEntitySecurityProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntitySecurityProfilesCommandOutput) => void): void;
1243
1449
  /**
1244
1450
  * @see {@link ListEvaluationFormsCommand}
1245
1451
  */
@@ -1392,6 +1598,12 @@ export interface Connect {
1392
1598
  listSecurityProfileApplications(args: ListSecurityProfileApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListSecurityProfileApplicationsCommandOutput>;
1393
1599
  listSecurityProfileApplications(args: ListSecurityProfileApplicationsCommandInput, cb: (err: any, data?: ListSecurityProfileApplicationsCommandOutput) => void): void;
1394
1600
  listSecurityProfileApplications(args: ListSecurityProfileApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityProfileApplicationsCommandOutput) => void): void;
1601
+ /**
1602
+ * @see {@link ListSecurityProfileFlowModulesCommand}
1603
+ */
1604
+ listSecurityProfileFlowModules(args: ListSecurityProfileFlowModulesCommandInput, options?: __HttpHandlerOptions): Promise<ListSecurityProfileFlowModulesCommandOutput>;
1605
+ listSecurityProfileFlowModules(args: ListSecurityProfileFlowModulesCommandInput, cb: (err: any, data?: ListSecurityProfileFlowModulesCommandOutput) => void): void;
1606
+ listSecurityProfileFlowModules(args: ListSecurityProfileFlowModulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityProfileFlowModulesCommandOutput) => void): void;
1395
1607
  /**
1396
1608
  * @see {@link ListSecurityProfilePermissionsCommand}
1397
1609
  */
@@ -1465,6 +1677,24 @@ export interface Connect {
1465
1677
  listViewVersions(args: ListViewVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListViewVersionsCommandOutput>;
1466
1678
  listViewVersions(args: ListViewVersionsCommandInput, cb: (err: any, data?: ListViewVersionsCommandOutput) => void): void;
1467
1679
  listViewVersions(args: ListViewVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListViewVersionsCommandOutput) => void): void;
1680
+ /**
1681
+ * @see {@link ListWorkspaceMediaCommand}
1682
+ */
1683
+ listWorkspaceMedia(args: ListWorkspaceMediaCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkspaceMediaCommandOutput>;
1684
+ listWorkspaceMedia(args: ListWorkspaceMediaCommandInput, cb: (err: any, data?: ListWorkspaceMediaCommandOutput) => void): void;
1685
+ listWorkspaceMedia(args: ListWorkspaceMediaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkspaceMediaCommandOutput) => void): void;
1686
+ /**
1687
+ * @see {@link ListWorkspacePagesCommand}
1688
+ */
1689
+ listWorkspacePages(args: ListWorkspacePagesCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkspacePagesCommandOutput>;
1690
+ listWorkspacePages(args: ListWorkspacePagesCommandInput, cb: (err: any, data?: ListWorkspacePagesCommandOutput) => void): void;
1691
+ listWorkspacePages(args: ListWorkspacePagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkspacePagesCommandOutput) => void): void;
1692
+ /**
1693
+ * @see {@link ListWorkspacesCommand}
1694
+ */
1695
+ listWorkspaces(args: ListWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkspacesCommandOutput>;
1696
+ listWorkspaces(args: ListWorkspacesCommandInput, cb: (err: any, data?: ListWorkspacesCommandOutput) => void): void;
1697
+ listWorkspaces(args: ListWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkspacesCommandOutput) => void): void;
1468
1698
  /**
1469
1699
  * @see {@link MonitorContactCommand}
1470
1700
  */
@@ -1543,6 +1773,12 @@ export interface Connect {
1543
1773
  searchContacts(args: SearchContactsCommandInput, options?: __HttpHandlerOptions): Promise<SearchContactsCommandOutput>;
1544
1774
  searchContacts(args: SearchContactsCommandInput, cb: (err: any, data?: SearchContactsCommandOutput) => void): void;
1545
1775
  searchContacts(args: SearchContactsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchContactsCommandOutput) => void): void;
1776
+ /**
1777
+ * @see {@link SearchDataTablesCommand}
1778
+ */
1779
+ searchDataTables(args: SearchDataTablesCommandInput, options?: __HttpHandlerOptions): Promise<SearchDataTablesCommandOutput>;
1780
+ searchDataTables(args: SearchDataTablesCommandInput, cb: (err: any, data?: SearchDataTablesCommandOutput) => void): void;
1781
+ searchDataTables(args: SearchDataTablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchDataTablesCommandOutput) => void): void;
1546
1782
  /**
1547
1783
  * @see {@link SearchEmailAddressesCommand}
1548
1784
  */
@@ -1621,12 +1857,30 @@ export interface Connect {
1621
1857
  searchUsers(args: SearchUsersCommandInput, options?: __HttpHandlerOptions): Promise<SearchUsersCommandOutput>;
1622
1858
  searchUsers(args: SearchUsersCommandInput, cb: (err: any, data?: SearchUsersCommandOutput) => void): void;
1623
1859
  searchUsers(args: SearchUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchUsersCommandOutput) => void): void;
1860
+ /**
1861
+ * @see {@link SearchViewsCommand}
1862
+ */
1863
+ searchViews(args: SearchViewsCommandInput, options?: __HttpHandlerOptions): Promise<SearchViewsCommandOutput>;
1864
+ searchViews(args: SearchViewsCommandInput, cb: (err: any, data?: SearchViewsCommandOutput) => void): void;
1865
+ searchViews(args: SearchViewsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchViewsCommandOutput) => void): void;
1624
1866
  /**
1625
1867
  * @see {@link SearchVocabulariesCommand}
1626
1868
  */
1627
1869
  searchVocabularies(args: SearchVocabulariesCommandInput, options?: __HttpHandlerOptions): Promise<SearchVocabulariesCommandOutput>;
1628
1870
  searchVocabularies(args: SearchVocabulariesCommandInput, cb: (err: any, data?: SearchVocabulariesCommandOutput) => void): void;
1629
1871
  searchVocabularies(args: SearchVocabulariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchVocabulariesCommandOutput) => void): void;
1872
+ /**
1873
+ * @see {@link SearchWorkspaceAssociationsCommand}
1874
+ */
1875
+ searchWorkspaceAssociations(args: SearchWorkspaceAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<SearchWorkspaceAssociationsCommandOutput>;
1876
+ searchWorkspaceAssociations(args: SearchWorkspaceAssociationsCommandInput, cb: (err: any, data?: SearchWorkspaceAssociationsCommandOutput) => void): void;
1877
+ searchWorkspaceAssociations(args: SearchWorkspaceAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchWorkspaceAssociationsCommandOutput) => void): void;
1878
+ /**
1879
+ * @see {@link SearchWorkspacesCommand}
1880
+ */
1881
+ searchWorkspaces(args: SearchWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<SearchWorkspacesCommandOutput>;
1882
+ searchWorkspaces(args: SearchWorkspacesCommandInput, cb: (err: any, data?: SearchWorkspacesCommandOutput) => void): void;
1883
+ searchWorkspaces(args: SearchWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchWorkspacesCommandOutput) => void): void;
1630
1884
  /**
1631
1885
  * @see {@link SendChatIntegrationEventCommand}
1632
1886
  */
@@ -1657,6 +1911,13 @@ export interface Connect {
1657
1911
  startContactEvaluation(args: StartContactEvaluationCommandInput, options?: __HttpHandlerOptions): Promise<StartContactEvaluationCommandOutput>;
1658
1912
  startContactEvaluation(args: StartContactEvaluationCommandInput, cb: (err: any, data?: StartContactEvaluationCommandOutput) => void): void;
1659
1913
  startContactEvaluation(args: StartContactEvaluationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartContactEvaluationCommandOutput) => void): void;
1914
+ /**
1915
+ * @see {@link StartContactMediaProcessingCommand}
1916
+ */
1917
+ startContactMediaProcessing(): Promise<StartContactMediaProcessingCommandOutput>;
1918
+ startContactMediaProcessing(args: StartContactMediaProcessingCommandInput, options?: __HttpHandlerOptions): Promise<StartContactMediaProcessingCommandOutput>;
1919
+ startContactMediaProcessing(args: StartContactMediaProcessingCommandInput, cb: (err: any, data?: StartContactMediaProcessingCommandOutput) => void): void;
1920
+ startContactMediaProcessing(args: StartContactMediaProcessingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartContactMediaProcessingCommandOutput) => void): void;
1660
1921
  /**
1661
1922
  * @see {@link StartContactRecordingCommand}
1662
1923
  */
@@ -1717,6 +1978,13 @@ export interface Connect {
1717
1978
  stopContact(args: StopContactCommandInput, options?: __HttpHandlerOptions): Promise<StopContactCommandOutput>;
1718
1979
  stopContact(args: StopContactCommandInput, cb: (err: any, data?: StopContactCommandOutput) => void): void;
1719
1980
  stopContact(args: StopContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopContactCommandOutput) => void): void;
1981
+ /**
1982
+ * @see {@link StopContactMediaProcessingCommand}
1983
+ */
1984
+ stopContactMediaProcessing(): Promise<StopContactMediaProcessingCommandOutput>;
1985
+ stopContactMediaProcessing(args: StopContactMediaProcessingCommandInput, options?: __HttpHandlerOptions): Promise<StopContactMediaProcessingCommandOutput>;
1986
+ stopContactMediaProcessing(args: StopContactMediaProcessingCommandInput, cb: (err: any, data?: StopContactMediaProcessingCommandOutput) => void): void;
1987
+ stopContactMediaProcessing(args: StopContactMediaProcessingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopContactMediaProcessingCommandOutput) => void): void;
1720
1988
  /**
1721
1989
  * @see {@link StopContactRecordingCommand}
1722
1990
  */
@@ -1849,6 +2117,24 @@ export interface Connect {
1849
2117
  updateContactSchedule(args: UpdateContactScheduleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactScheduleCommandOutput>;
1850
2118
  updateContactSchedule(args: UpdateContactScheduleCommandInput, cb: (err: any, data?: UpdateContactScheduleCommandOutput) => void): void;
1851
2119
  updateContactSchedule(args: UpdateContactScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactScheduleCommandOutput) => void): void;
2120
+ /**
2121
+ * @see {@link UpdateDataTableAttributeCommand}
2122
+ */
2123
+ updateDataTableAttribute(args: UpdateDataTableAttributeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataTableAttributeCommandOutput>;
2124
+ updateDataTableAttribute(args: UpdateDataTableAttributeCommandInput, cb: (err: any, data?: UpdateDataTableAttributeCommandOutput) => void): void;
2125
+ updateDataTableAttribute(args: UpdateDataTableAttributeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataTableAttributeCommandOutput) => void): void;
2126
+ /**
2127
+ * @see {@link UpdateDataTableMetadataCommand}
2128
+ */
2129
+ updateDataTableMetadata(args: UpdateDataTableMetadataCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataTableMetadataCommandOutput>;
2130
+ updateDataTableMetadata(args: UpdateDataTableMetadataCommandInput, cb: (err: any, data?: UpdateDataTableMetadataCommandOutput) => void): void;
2131
+ updateDataTableMetadata(args: UpdateDataTableMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataTableMetadataCommandOutput) => void): void;
2132
+ /**
2133
+ * @see {@link UpdateDataTablePrimaryValuesCommand}
2134
+ */
2135
+ updateDataTablePrimaryValues(args: UpdateDataTablePrimaryValuesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataTablePrimaryValuesCommandOutput>;
2136
+ updateDataTablePrimaryValues(args: UpdateDataTablePrimaryValuesCommandInput, cb: (err: any, data?: UpdateDataTablePrimaryValuesCommandOutput) => void): void;
2137
+ updateDataTablePrimaryValues(args: UpdateDataTablePrimaryValuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataTablePrimaryValuesCommandOutput) => void): void;
1852
2138
  /**
1853
2139
  * @see {@link UpdateEmailAddressMetadataCommand}
1854
2140
  */
@@ -2083,6 +2369,30 @@ export interface Connect {
2083
2369
  updateViewMetadata(args: UpdateViewMetadataCommandInput, options?: __HttpHandlerOptions): Promise<UpdateViewMetadataCommandOutput>;
2084
2370
  updateViewMetadata(args: UpdateViewMetadataCommandInput, cb: (err: any, data?: UpdateViewMetadataCommandOutput) => void): void;
2085
2371
  updateViewMetadata(args: UpdateViewMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateViewMetadataCommandOutput) => void): void;
2372
+ /**
2373
+ * @see {@link UpdateWorkspaceMetadataCommand}
2374
+ */
2375
+ updateWorkspaceMetadata(args: UpdateWorkspaceMetadataCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkspaceMetadataCommandOutput>;
2376
+ updateWorkspaceMetadata(args: UpdateWorkspaceMetadataCommandInput, cb: (err: any, data?: UpdateWorkspaceMetadataCommandOutput) => void): void;
2377
+ updateWorkspaceMetadata(args: UpdateWorkspaceMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspaceMetadataCommandOutput) => void): void;
2378
+ /**
2379
+ * @see {@link UpdateWorkspacePageCommand}
2380
+ */
2381
+ updateWorkspacePage(args: UpdateWorkspacePageCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkspacePageCommandOutput>;
2382
+ updateWorkspacePage(args: UpdateWorkspacePageCommandInput, cb: (err: any, data?: UpdateWorkspacePageCommandOutput) => void): void;
2383
+ updateWorkspacePage(args: UpdateWorkspacePageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspacePageCommandOutput) => void): void;
2384
+ /**
2385
+ * @see {@link UpdateWorkspaceThemeCommand}
2386
+ */
2387
+ updateWorkspaceTheme(args: UpdateWorkspaceThemeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkspaceThemeCommandOutput>;
2388
+ updateWorkspaceTheme(args: UpdateWorkspaceThemeCommandInput, cb: (err: any, data?: UpdateWorkspaceThemeCommandOutput) => void): void;
2389
+ updateWorkspaceTheme(args: UpdateWorkspaceThemeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspaceThemeCommandOutput) => void): void;
2390
+ /**
2391
+ * @see {@link UpdateWorkspaceVisibilityCommand}
2392
+ */
2393
+ updateWorkspaceVisibility(args: UpdateWorkspaceVisibilityCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkspaceVisibilityCommandOutput>;
2394
+ updateWorkspaceVisibility(args: UpdateWorkspaceVisibilityCommandInput, cb: (err: any, data?: UpdateWorkspaceVisibilityCommandOutput) => void): void;
2395
+ updateWorkspaceVisibility(args: UpdateWorkspaceVisibilityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspaceVisibilityCommandOutput) => void): void;
2086
2396
  }
2087
2397
  /**
2088
2398
  * <ul>
@@ -2093,22 +2403,19 @@ export interface Connect {
2093
2403
  * </li>
2094
2404
  * <li>
2095
2405
  * <p>
2096
- * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Service.html">Amazon Connect
2097
- * data types</a>
2406
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Service.html">Amazon Connect data types</a>
2098
2407
  * </p>
2099
2408
  * </li>
2100
2409
  * </ul>
2101
- * <p>Amazon Connect is a cloud-based contact center solution that you use to set up and
2102
- * manage a customer contact center and provide reliable customer engagement at any scale.</p>
2103
- * <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize
2104
- * contact routing. You can also resolve customer issues more efficiently by getting customers in
2105
- * touch with the appropriate agents.</p>
2106
- * <p>There are limits to the number of Amazon Connect resources that you can create. There
2107
- * are also limits to the number of requests that you can make per second. For more information, see
2108
- * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect Service Quotas</a> in the <i>Amazon Connect Administrator
2109
- * Guide</i>.</p>
2110
- * <p>You can use an endpoint to connect programmatically to an Amazon Web Services service. For a
2111
- * list of Amazon Connect endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect Endpoints</a>.</p>
2410
+ * <p>Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact
2411
+ * center and provide reliable customer engagement at any scale.</p>
2412
+ * <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize contact routing. You can
2413
+ * also resolve customer issues more efficiently by getting customers in touch with the appropriate agents.</p>
2414
+ * <p>There are limits to the number of Amazon Connect resources that you can create. There are also limits to the
2415
+ * number of requests that you can make per second. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect Service Quotas</a> in the
2416
+ * <i>Amazon Connect Administrator Guide</i>.</p>
2417
+ * <p>You can use an endpoint to connect programmatically to an Amazon Web Services service. For a list of Amazon Connect endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect
2418
+ * Endpoints</a>.</p>
2112
2419
  * @public
2113
2420
  */
2114
2421
  export declare class Connect extends ConnectClient implements Connect {