@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
@@ -108,6 +108,10 @@ import {
108
108
  AssociateSecurityKeyCommandInput,
109
109
  AssociateSecurityKeyCommandOutput,
110
110
  } from "./commands/AssociateSecurityKeyCommand";
111
+ import {
112
+ AssociateSecurityProfilesCommandInput,
113
+ AssociateSecurityProfilesCommandOutput,
114
+ } from "./commands/AssociateSecurityProfilesCommand";
111
115
  import {
112
116
  AssociateTrafficDistributionGroupUserCommandInput,
113
117
  AssociateTrafficDistributionGroupUserCommandOutput,
@@ -116,10 +120,26 @@ import {
116
120
  AssociateUserProficienciesCommandInput,
117
121
  AssociateUserProficienciesCommandOutput,
118
122
  } from "./commands/AssociateUserProficienciesCommand";
123
+ import {
124
+ AssociateWorkspaceCommandInput,
125
+ AssociateWorkspaceCommandOutput,
126
+ } from "./commands/AssociateWorkspaceCommand";
119
127
  import {
120
128
  BatchAssociateAnalyticsDataSetCommandInput,
121
129
  BatchAssociateAnalyticsDataSetCommandOutput,
122
130
  } from "./commands/BatchAssociateAnalyticsDataSetCommand";
131
+ import {
132
+ BatchCreateDataTableValueCommandInput,
133
+ BatchCreateDataTableValueCommandOutput,
134
+ } from "./commands/BatchCreateDataTableValueCommand";
135
+ import {
136
+ BatchDeleteDataTableValueCommandInput,
137
+ BatchDeleteDataTableValueCommandOutput,
138
+ } from "./commands/BatchDeleteDataTableValueCommand";
139
+ import {
140
+ BatchDescribeDataTableValueCommandInput,
141
+ BatchDescribeDataTableValueCommandOutput,
142
+ } from "./commands/BatchDescribeDataTableValueCommand";
123
143
  import {
124
144
  BatchDisassociateAnalyticsDataSetCommandInput,
125
145
  BatchDisassociateAnalyticsDataSetCommandOutput,
@@ -136,6 +156,10 @@ import {
136
156
  BatchPutContactCommandInput,
137
157
  BatchPutContactCommandOutput,
138
158
  } from "./commands/BatchPutContactCommand";
159
+ import {
160
+ BatchUpdateDataTableValueCommandInput,
161
+ BatchUpdateDataTableValueCommandOutput,
162
+ } from "./commands/BatchUpdateDataTableValueCommand";
139
163
  import {
140
164
  ClaimPhoneNumberCommandInput,
141
165
  ClaimPhoneNumberCommandOutput,
@@ -172,6 +196,14 @@ import {
172
196
  CreateContactFlowVersionCommandInput,
173
197
  CreateContactFlowVersionCommandOutput,
174
198
  } from "./commands/CreateContactFlowVersionCommand";
199
+ import {
200
+ CreateDataTableAttributeCommandInput,
201
+ CreateDataTableAttributeCommandOutput,
202
+ } from "./commands/CreateDataTableAttributeCommand";
203
+ import {
204
+ CreateDataTableCommandInput,
205
+ CreateDataTableCommandOutput,
206
+ } from "./commands/CreateDataTableCommand";
175
207
  import {
176
208
  CreateEmailAddressCommandInput,
177
209
  CreateEmailAddressCommandOutput,
@@ -268,6 +300,14 @@ import {
268
300
  CreateVocabularyCommandInput,
269
301
  CreateVocabularyCommandOutput,
270
302
  } from "./commands/CreateVocabularyCommand";
303
+ import {
304
+ CreateWorkspaceCommandInput,
305
+ CreateWorkspaceCommandOutput,
306
+ } from "./commands/CreateWorkspaceCommand";
307
+ import {
308
+ CreateWorkspacePageCommandInput,
309
+ CreateWorkspacePageCommandOutput,
310
+ } from "./commands/CreateWorkspacePageCommand";
271
311
  import {
272
312
  DeactivateEvaluationFormCommandInput,
273
313
  DeactivateEvaluationFormCommandOutput,
@@ -300,6 +340,14 @@ import {
300
340
  DeleteContactFlowVersionCommandInput,
301
341
  DeleteContactFlowVersionCommandOutput,
302
342
  } from "./commands/DeleteContactFlowVersionCommand";
343
+ import {
344
+ DeleteDataTableAttributeCommandInput,
345
+ DeleteDataTableAttributeCommandOutput,
346
+ } from "./commands/DeleteDataTableAttributeCommand";
347
+ import {
348
+ DeleteDataTableCommandInput,
349
+ DeleteDataTableCommandOutput,
350
+ } from "./commands/DeleteDataTableCommand";
303
351
  import {
304
352
  DeleteEmailAddressCommandInput,
305
353
  DeleteEmailAddressCommandOutput,
@@ -388,6 +436,18 @@ import {
388
436
  DeleteVocabularyCommandInput,
389
437
  DeleteVocabularyCommandOutput,
390
438
  } from "./commands/DeleteVocabularyCommand";
439
+ import {
440
+ DeleteWorkspaceCommandInput,
441
+ DeleteWorkspaceCommandOutput,
442
+ } from "./commands/DeleteWorkspaceCommand";
443
+ import {
444
+ DeleteWorkspaceMediaCommandInput,
445
+ DeleteWorkspaceMediaCommandOutput,
446
+ } from "./commands/DeleteWorkspaceMediaCommand";
447
+ import {
448
+ DeleteWorkspacePageCommandInput,
449
+ DeleteWorkspacePageCommandOutput,
450
+ } from "./commands/DeleteWorkspacePageCommand";
391
451
  import {
392
452
  DescribeAgentStatusCommandInput,
393
453
  DescribeAgentStatusCommandOutput,
@@ -416,6 +476,14 @@ import {
416
476
  DescribeContactFlowModuleCommandInput,
417
477
  DescribeContactFlowModuleCommandOutput,
418
478
  } from "./commands/DescribeContactFlowModuleCommand";
479
+ import {
480
+ DescribeDataTableAttributeCommandInput,
481
+ DescribeDataTableAttributeCommandOutput,
482
+ } from "./commands/DescribeDataTableAttributeCommand";
483
+ import {
484
+ DescribeDataTableCommandInput,
485
+ DescribeDataTableCommandOutput,
486
+ } from "./commands/DescribeDataTableCommand";
419
487
  import {
420
488
  DescribeEmailAddressCommandInput,
421
489
  DescribeEmailAddressCommandOutput,
@@ -500,6 +568,10 @@ import {
500
568
  DescribeVocabularyCommandInput,
501
569
  DescribeVocabularyCommandOutput,
502
570
  } from "./commands/DescribeVocabularyCommand";
571
+ import {
572
+ DescribeWorkspaceCommandInput,
573
+ DescribeWorkspaceCommandOutput,
574
+ } from "./commands/DescribeWorkspaceCommand";
503
575
  import {
504
576
  DisassociateAnalyticsDataSetCommandInput,
505
577
  DisassociateAnalyticsDataSetCommandOutput,
@@ -548,6 +620,10 @@ import {
548
620
  DisassociateSecurityKeyCommandInput,
549
621
  DisassociateSecurityKeyCommandOutput,
550
622
  } from "./commands/DisassociateSecurityKeyCommand";
623
+ import {
624
+ DisassociateSecurityProfilesCommandInput,
625
+ DisassociateSecurityProfilesCommandOutput,
626
+ } from "./commands/DisassociateSecurityProfilesCommand";
551
627
  import {
552
628
  DisassociateTrafficDistributionGroupUserCommandInput,
553
629
  DisassociateTrafficDistributionGroupUserCommandOutput,
@@ -556,10 +632,18 @@ import {
556
632
  DisassociateUserProficienciesCommandInput,
557
633
  DisassociateUserProficienciesCommandOutput,
558
634
  } from "./commands/DisassociateUserProficienciesCommand";
635
+ import {
636
+ DisassociateWorkspaceCommandInput,
637
+ DisassociateWorkspaceCommandOutput,
638
+ } from "./commands/DisassociateWorkspaceCommand";
559
639
  import {
560
640
  DismissUserContactCommandInput,
561
641
  DismissUserContactCommandOutput,
562
642
  } from "./commands/DismissUserContactCommand";
643
+ import {
644
+ EvaluateDataTableValuesCommandInput,
645
+ EvaluateDataTableValuesCommandOutput,
646
+ } from "./commands/EvaluateDataTableValuesCommand";
563
647
  import {
564
648
  GetAttachedFileCommandInput,
565
649
  GetAttachedFileCommandOutput,
@@ -616,6 +700,10 @@ import {
616
700
  ImportPhoneNumberCommandInput,
617
701
  ImportPhoneNumberCommandOutput,
618
702
  } from "./commands/ImportPhoneNumberCommand";
703
+ import {
704
+ ImportWorkspaceMediaCommandInput,
705
+ ImportWorkspaceMediaCommandOutput,
706
+ } from "./commands/ImportWorkspaceMediaCommand";
619
707
  import {
620
708
  ListAgentStatusesCommandInput,
621
709
  ListAgentStatusesCommandOutput,
@@ -672,10 +760,30 @@ import {
672
760
  ListContactReferencesCommandInput,
673
761
  ListContactReferencesCommandOutput,
674
762
  } from "./commands/ListContactReferencesCommand";
763
+ import {
764
+ ListDataTableAttributesCommandInput,
765
+ ListDataTableAttributesCommandOutput,
766
+ } from "./commands/ListDataTableAttributesCommand";
767
+ import {
768
+ ListDataTablePrimaryValuesCommandInput,
769
+ ListDataTablePrimaryValuesCommandOutput,
770
+ } from "./commands/ListDataTablePrimaryValuesCommand";
771
+ import {
772
+ ListDataTablesCommandInput,
773
+ ListDataTablesCommandOutput,
774
+ } from "./commands/ListDataTablesCommand";
775
+ import {
776
+ ListDataTableValuesCommandInput,
777
+ ListDataTableValuesCommandOutput,
778
+ } from "./commands/ListDataTableValuesCommand";
675
779
  import {
676
780
  ListDefaultVocabulariesCommandInput,
677
781
  ListDefaultVocabulariesCommandOutput,
678
782
  } from "./commands/ListDefaultVocabulariesCommand";
783
+ import {
784
+ ListEntitySecurityProfilesCommandInput,
785
+ ListEntitySecurityProfilesCommandOutput,
786
+ } from "./commands/ListEntitySecurityProfilesCommand";
679
787
  import {
680
788
  ListEvaluationFormsCommandInput,
681
789
  ListEvaluationFormsCommandOutput,
@@ -776,6 +884,10 @@ import {
776
884
  ListSecurityProfileApplicationsCommandInput,
777
885
  ListSecurityProfileApplicationsCommandOutput,
778
886
  } from "./commands/ListSecurityProfileApplicationsCommand";
887
+ import {
888
+ ListSecurityProfileFlowModulesCommandInput,
889
+ ListSecurityProfileFlowModulesCommandOutput,
890
+ } from "./commands/ListSecurityProfileFlowModulesCommand";
779
891
  import {
780
892
  ListSecurityProfilePermissionsCommandInput,
781
893
  ListSecurityProfilePermissionsCommandOutput,
@@ -824,6 +936,18 @@ import {
824
936
  ListViewVersionsCommandInput,
825
937
  ListViewVersionsCommandOutput,
826
938
  } from "./commands/ListViewVersionsCommand";
939
+ import {
940
+ ListWorkspaceMediaCommandInput,
941
+ ListWorkspaceMediaCommandOutput,
942
+ } from "./commands/ListWorkspaceMediaCommand";
943
+ import {
944
+ ListWorkspacePagesCommandInput,
945
+ ListWorkspacePagesCommandOutput,
946
+ } from "./commands/ListWorkspacePagesCommand";
947
+ import {
948
+ ListWorkspacesCommandInput,
949
+ ListWorkspacesCommandOutput,
950
+ } from "./commands/ListWorkspacesCommand";
827
951
  import {
828
952
  MonitorContactCommandInput,
829
953
  MonitorContactCommandOutput,
@@ -876,6 +1000,10 @@ import {
876
1000
  SearchContactsCommandInput,
877
1001
  SearchContactsCommandOutput,
878
1002
  } from "./commands/SearchContactsCommand";
1003
+ import {
1004
+ SearchDataTablesCommandInput,
1005
+ SearchDataTablesCommandOutput,
1006
+ } from "./commands/SearchDataTablesCommand";
879
1007
  import {
880
1008
  SearchEmailAddressesCommandInput,
881
1009
  SearchEmailAddressesCommandOutput,
@@ -928,10 +1056,22 @@ import {
928
1056
  SearchUsersCommandInput,
929
1057
  SearchUsersCommandOutput,
930
1058
  } from "./commands/SearchUsersCommand";
1059
+ import {
1060
+ SearchViewsCommandInput,
1061
+ SearchViewsCommandOutput,
1062
+ } from "./commands/SearchViewsCommand";
931
1063
  import {
932
1064
  SearchVocabulariesCommandInput,
933
1065
  SearchVocabulariesCommandOutput,
934
1066
  } from "./commands/SearchVocabulariesCommand";
1067
+ import {
1068
+ SearchWorkspaceAssociationsCommandInput,
1069
+ SearchWorkspaceAssociationsCommandOutput,
1070
+ } from "./commands/SearchWorkspaceAssociationsCommand";
1071
+ import {
1072
+ SearchWorkspacesCommandInput,
1073
+ SearchWorkspacesCommandOutput,
1074
+ } from "./commands/SearchWorkspacesCommand";
935
1075
  import {
936
1076
  SendChatIntegrationEventCommandInput,
937
1077
  SendChatIntegrationEventCommandOutput,
@@ -952,6 +1092,10 @@ import {
952
1092
  StartContactEvaluationCommandInput,
953
1093
  StartContactEvaluationCommandOutput,
954
1094
  } from "./commands/StartContactEvaluationCommand";
1095
+ import {
1096
+ StartContactMediaProcessingCommandInput,
1097
+ StartContactMediaProcessingCommandOutput,
1098
+ } from "./commands/StartContactMediaProcessingCommand";
955
1099
  import {
956
1100
  StartContactRecordingCommandInput,
957
1101
  StartContactRecordingCommandOutput,
@@ -992,6 +1136,10 @@ import {
992
1136
  StopContactCommandInput,
993
1137
  StopContactCommandOutput,
994
1138
  } from "./commands/StopContactCommand";
1139
+ import {
1140
+ StopContactMediaProcessingCommandInput,
1141
+ StopContactMediaProcessingCommandOutput,
1142
+ } from "./commands/StopContactMediaProcessingCommand";
995
1143
  import {
996
1144
  StopContactRecordingCommandInput,
997
1145
  StopContactRecordingCommandOutput,
@@ -1080,6 +1228,18 @@ import {
1080
1228
  UpdateContactScheduleCommandInput,
1081
1229
  UpdateContactScheduleCommandOutput,
1082
1230
  } from "./commands/UpdateContactScheduleCommand";
1231
+ import {
1232
+ UpdateDataTableAttributeCommandInput,
1233
+ UpdateDataTableAttributeCommandOutput,
1234
+ } from "./commands/UpdateDataTableAttributeCommand";
1235
+ import {
1236
+ UpdateDataTableMetadataCommandInput,
1237
+ UpdateDataTableMetadataCommandOutput,
1238
+ } from "./commands/UpdateDataTableMetadataCommand";
1239
+ import {
1240
+ UpdateDataTablePrimaryValuesCommandInput,
1241
+ UpdateDataTablePrimaryValuesCommandOutput,
1242
+ } from "./commands/UpdateDataTablePrimaryValuesCommand";
1083
1243
  import {
1084
1244
  UpdateEmailAddressMetadataCommandInput,
1085
1245
  UpdateEmailAddressMetadataCommandOutput,
@@ -1236,6 +1396,22 @@ import {
1236
1396
  UpdateViewMetadataCommandInput,
1237
1397
  UpdateViewMetadataCommandOutput,
1238
1398
  } from "./commands/UpdateViewMetadataCommand";
1399
+ import {
1400
+ UpdateWorkspaceMetadataCommandInput,
1401
+ UpdateWorkspaceMetadataCommandOutput,
1402
+ } from "./commands/UpdateWorkspaceMetadataCommand";
1403
+ import {
1404
+ UpdateWorkspacePageCommandInput,
1405
+ UpdateWorkspacePageCommandOutput,
1406
+ } from "./commands/UpdateWorkspacePageCommand";
1407
+ import {
1408
+ UpdateWorkspaceThemeCommandInput,
1409
+ UpdateWorkspaceThemeCommandOutput,
1410
+ } from "./commands/UpdateWorkspaceThemeCommand";
1411
+ import {
1412
+ UpdateWorkspaceVisibilityCommandInput,
1413
+ UpdateWorkspaceVisibilityCommandOutput,
1414
+ } from "./commands/UpdateWorkspaceVisibilityCommand";
1239
1415
  import {
1240
1416
  ClientInputEndpointParameters,
1241
1417
  ClientResolvedEndpointParameters,
@@ -1259,13 +1435,19 @@ export type ServiceInputTypes =
1259
1435
  | AssociateQueueQuickConnectsCommandInput
1260
1436
  | AssociateRoutingProfileQueuesCommandInput
1261
1437
  | AssociateSecurityKeyCommandInput
1438
+ | AssociateSecurityProfilesCommandInput
1262
1439
  | AssociateTrafficDistributionGroupUserCommandInput
1263
1440
  | AssociateUserProficienciesCommandInput
1441
+ | AssociateWorkspaceCommandInput
1264
1442
  | BatchAssociateAnalyticsDataSetCommandInput
1443
+ | BatchCreateDataTableValueCommandInput
1444
+ | BatchDeleteDataTableValueCommandInput
1445
+ | BatchDescribeDataTableValueCommandInput
1265
1446
  | BatchDisassociateAnalyticsDataSetCommandInput
1266
1447
  | BatchGetAttachedFileMetadataCommandInput
1267
1448
  | BatchGetFlowAssociationCommandInput
1268
1449
  | BatchPutContactCommandInput
1450
+ | BatchUpdateDataTableValueCommandInput
1269
1451
  | ClaimPhoneNumberCommandInput
1270
1452
  | CompleteAttachedFileUploadCommandInput
1271
1453
  | CreateAgentStatusCommandInput
@@ -1275,6 +1457,8 @@ export type ServiceInputTypes =
1275
1457
  | CreateContactFlowModuleCommandInput
1276
1458
  | CreateContactFlowModuleVersionCommandInput
1277
1459
  | CreateContactFlowVersionCommandInput
1460
+ | CreateDataTableAttributeCommandInput
1461
+ | CreateDataTableCommandInput
1278
1462
  | CreateEmailAddressCommandInput
1279
1463
  | CreateEvaluationFormCommandInput
1280
1464
  | CreateHoursOfOperationCommandInput
@@ -1299,6 +1483,8 @@ export type ServiceInputTypes =
1299
1483
  | CreateViewCommandInput
1300
1484
  | CreateViewVersionCommandInput
1301
1485
  | CreateVocabularyCommandInput
1486
+ | CreateWorkspaceCommandInput
1487
+ | CreateWorkspacePageCommandInput
1302
1488
  | DeactivateEvaluationFormCommandInput
1303
1489
  | DeleteAttachedFileCommandInput
1304
1490
  | DeleteContactEvaluationCommandInput
@@ -1307,6 +1493,8 @@ export type ServiceInputTypes =
1307
1493
  | DeleteContactFlowModuleCommandInput
1308
1494
  | DeleteContactFlowModuleVersionCommandInput
1309
1495
  | DeleteContactFlowVersionCommandInput
1496
+ | DeleteDataTableAttributeCommandInput
1497
+ | DeleteDataTableCommandInput
1310
1498
  | DeleteEmailAddressCommandInput
1311
1499
  | DeleteEvaluationFormCommandInput
1312
1500
  | DeleteHoursOfOperationCommandInput
@@ -1329,6 +1517,9 @@ export type ServiceInputTypes =
1329
1517
  | DeleteViewCommandInput
1330
1518
  | DeleteViewVersionCommandInput
1331
1519
  | DeleteVocabularyCommandInput
1520
+ | DeleteWorkspaceCommandInput
1521
+ | DeleteWorkspaceMediaCommandInput
1522
+ | DeleteWorkspacePageCommandInput
1332
1523
  | DescribeAgentStatusCommandInput
1333
1524
  | DescribeAuthenticationProfileCommandInput
1334
1525
  | DescribeContactCommandInput
@@ -1336,6 +1527,8 @@ export type ServiceInputTypes =
1336
1527
  | DescribeContactFlowCommandInput
1337
1528
  | DescribeContactFlowModuleAliasCommandInput
1338
1529
  | DescribeContactFlowModuleCommandInput
1530
+ | DescribeDataTableAttributeCommandInput
1531
+ | DescribeDataTableCommandInput
1339
1532
  | DescribeEmailAddressCommandInput
1340
1533
  | DescribeEvaluationFormCommandInput
1341
1534
  | DescribeHoursOfOperationCommandInput
@@ -1357,6 +1550,7 @@ export type ServiceInputTypes =
1357
1550
  | DescribeUserHierarchyStructureCommandInput
1358
1551
  | DescribeViewCommandInput
1359
1552
  | DescribeVocabularyCommandInput
1553
+ | DescribeWorkspaceCommandInput
1360
1554
  | DisassociateAnalyticsDataSetCommandInput
1361
1555
  | DisassociateApprovedOriginCommandInput
1362
1556
  | DisassociateBotCommandInput
@@ -1369,9 +1563,12 @@ export type ServiceInputTypes =
1369
1563
  | DisassociateQueueQuickConnectsCommandInput
1370
1564
  | DisassociateRoutingProfileQueuesCommandInput
1371
1565
  | DisassociateSecurityKeyCommandInput
1566
+ | DisassociateSecurityProfilesCommandInput
1372
1567
  | DisassociateTrafficDistributionGroupUserCommandInput
1373
1568
  | DisassociateUserProficienciesCommandInput
1569
+ | DisassociateWorkspaceCommandInput
1374
1570
  | DismissUserContactCommandInput
1571
+ | EvaluateDataTableValuesCommandInput
1375
1572
  | GetAttachedFileCommandInput
1376
1573
  | GetContactAttributesCommandInput
1377
1574
  | GetContactMetricsCommandInput
@@ -1386,6 +1583,7 @@ export type ServiceInputTypes =
1386
1583
  | GetTaskTemplateCommandInput
1387
1584
  | GetTrafficDistributionCommandInput
1388
1585
  | ImportPhoneNumberCommandInput
1586
+ | ImportWorkspaceMediaCommandInput
1389
1587
  | ListAgentStatusesCommandInput
1390
1588
  | ListAnalyticsDataAssociationsCommandInput
1391
1589
  | ListAnalyticsDataLakeDataSetsCommandInput
@@ -1400,7 +1598,12 @@ export type ServiceInputTypes =
1400
1598
  | ListContactFlowVersionsCommandInput
1401
1599
  | ListContactFlowsCommandInput
1402
1600
  | ListContactReferencesCommandInput
1601
+ | ListDataTableAttributesCommandInput
1602
+ | ListDataTablePrimaryValuesCommandInput
1603
+ | ListDataTableValuesCommandInput
1604
+ | ListDataTablesCommandInput
1403
1605
  | ListDefaultVocabulariesCommandInput
1606
+ | ListEntitySecurityProfilesCommandInput
1404
1607
  | ListEvaluationFormVersionsCommandInput
1405
1608
  | ListEvaluationFormsCommandInput
1406
1609
  | ListFlowAssociationsCommandInput
@@ -1426,6 +1629,7 @@ export type ServiceInputTypes =
1426
1629
  | ListRulesCommandInput
1427
1630
  | ListSecurityKeysCommandInput
1428
1631
  | ListSecurityProfileApplicationsCommandInput
1632
+ | ListSecurityProfileFlowModulesCommandInput
1429
1633
  | ListSecurityProfilePermissionsCommandInput
1430
1634
  | ListSecurityProfilesCommandInput
1431
1635
  | ListTagsForResourceCommandInput
@@ -1438,6 +1642,9 @@ export type ServiceInputTypes =
1438
1642
  | ListUsersCommandInput
1439
1643
  | ListViewVersionsCommandInput
1440
1644
  | ListViewsCommandInput
1645
+ | ListWorkspaceMediaCommandInput
1646
+ | ListWorkspacePagesCommandInput
1647
+ | ListWorkspacesCommandInput
1441
1648
  | MonitorContactCommandInput
1442
1649
  | PauseContactCommandInput
1443
1650
  | PutUserStatusCommandInput
@@ -1451,6 +1658,7 @@ export type ServiceInputTypes =
1451
1658
  | SearchContactFlowModulesCommandInput
1452
1659
  | SearchContactFlowsCommandInput
1453
1660
  | SearchContactsCommandInput
1661
+ | SearchDataTablesCommandInput
1454
1662
  | SearchEmailAddressesCommandInput
1455
1663
  | SearchEvaluationFormsCommandInput
1456
1664
  | SearchHoursOfOperationOverridesCommandInput
@@ -1464,12 +1672,16 @@ export type ServiceInputTypes =
1464
1672
  | SearchSecurityProfilesCommandInput
1465
1673
  | SearchUserHierarchyGroupsCommandInput
1466
1674
  | SearchUsersCommandInput
1675
+ | SearchViewsCommandInput
1467
1676
  | SearchVocabulariesCommandInput
1677
+ | SearchWorkspaceAssociationsCommandInput
1678
+ | SearchWorkspacesCommandInput
1468
1679
  | SendChatIntegrationEventCommandInput
1469
1680
  | SendOutboundEmailCommandInput
1470
1681
  | StartAttachedFileUploadCommandInput
1471
1682
  | StartChatContactCommandInput
1472
1683
  | StartContactEvaluationCommandInput
1684
+ | StartContactMediaProcessingCommandInput
1473
1685
  | StartContactRecordingCommandInput
1474
1686
  | StartContactStreamingCommandInput
1475
1687
  | StartEmailContactCommandInput
@@ -1480,6 +1692,7 @@ export type ServiceInputTypes =
1480
1692
  | StartTaskContactCommandInput
1481
1693
  | StartWebRTCContactCommandInput
1482
1694
  | StopContactCommandInput
1695
+ | StopContactMediaProcessingCommandInput
1483
1696
  | StopContactRecordingCommandInput
1484
1697
  | StopContactStreamingCommandInput
1485
1698
  | SubmitContactEvaluationCommandInput
@@ -1502,6 +1715,9 @@ export type ServiceInputTypes =
1502
1715
  | UpdateContactFlowNameCommandInput
1503
1716
  | UpdateContactRoutingDataCommandInput
1504
1717
  | UpdateContactScheduleCommandInput
1718
+ | UpdateDataTableAttributeCommandInput
1719
+ | UpdateDataTableMetadataCommandInput
1720
+ | UpdateDataTablePrimaryValuesCommandInput
1505
1721
  | UpdateEmailAddressMetadataCommandInput
1506
1722
  | UpdateEvaluationFormCommandInput
1507
1723
  | UpdateHoursOfOperationCommandInput
@@ -1540,7 +1756,11 @@ export type ServiceInputTypes =
1540
1756
  | UpdateUserRoutingProfileCommandInput
1541
1757
  | UpdateUserSecurityProfilesCommandInput
1542
1758
  | UpdateViewContentCommandInput
1543
- | UpdateViewMetadataCommandInput;
1759
+ | UpdateViewMetadataCommandInput
1760
+ | UpdateWorkspaceMetadataCommandInput
1761
+ | UpdateWorkspacePageCommandInput
1762
+ | UpdateWorkspaceThemeCommandInput
1763
+ | UpdateWorkspaceVisibilityCommandInput;
1544
1764
  export type ServiceOutputTypes =
1545
1765
  | ActivateEvaluationFormCommandOutput
1546
1766
  | AssociateAnalyticsDataSetCommandOutput
@@ -1557,13 +1777,19 @@ export type ServiceOutputTypes =
1557
1777
  | AssociateQueueQuickConnectsCommandOutput
1558
1778
  | AssociateRoutingProfileQueuesCommandOutput
1559
1779
  | AssociateSecurityKeyCommandOutput
1780
+ | AssociateSecurityProfilesCommandOutput
1560
1781
  | AssociateTrafficDistributionGroupUserCommandOutput
1561
1782
  | AssociateUserProficienciesCommandOutput
1783
+ | AssociateWorkspaceCommandOutput
1562
1784
  | BatchAssociateAnalyticsDataSetCommandOutput
1785
+ | BatchCreateDataTableValueCommandOutput
1786
+ | BatchDeleteDataTableValueCommandOutput
1787
+ | BatchDescribeDataTableValueCommandOutput
1563
1788
  | BatchDisassociateAnalyticsDataSetCommandOutput
1564
1789
  | BatchGetAttachedFileMetadataCommandOutput
1565
1790
  | BatchGetFlowAssociationCommandOutput
1566
1791
  | BatchPutContactCommandOutput
1792
+ | BatchUpdateDataTableValueCommandOutput
1567
1793
  | ClaimPhoneNumberCommandOutput
1568
1794
  | CompleteAttachedFileUploadCommandOutput
1569
1795
  | CreateAgentStatusCommandOutput
@@ -1573,6 +1799,8 @@ export type ServiceOutputTypes =
1573
1799
  | CreateContactFlowModuleCommandOutput
1574
1800
  | CreateContactFlowModuleVersionCommandOutput
1575
1801
  | CreateContactFlowVersionCommandOutput
1802
+ | CreateDataTableAttributeCommandOutput
1803
+ | CreateDataTableCommandOutput
1576
1804
  | CreateEmailAddressCommandOutput
1577
1805
  | CreateEvaluationFormCommandOutput
1578
1806
  | CreateHoursOfOperationCommandOutput
@@ -1597,6 +1825,8 @@ export type ServiceOutputTypes =
1597
1825
  | CreateViewCommandOutput
1598
1826
  | CreateViewVersionCommandOutput
1599
1827
  | CreateVocabularyCommandOutput
1828
+ | CreateWorkspaceCommandOutput
1829
+ | CreateWorkspacePageCommandOutput
1600
1830
  | DeactivateEvaluationFormCommandOutput
1601
1831
  | DeleteAttachedFileCommandOutput
1602
1832
  | DeleteContactEvaluationCommandOutput
@@ -1605,6 +1835,8 @@ export type ServiceOutputTypes =
1605
1835
  | DeleteContactFlowModuleCommandOutput
1606
1836
  | DeleteContactFlowModuleVersionCommandOutput
1607
1837
  | DeleteContactFlowVersionCommandOutput
1838
+ | DeleteDataTableAttributeCommandOutput
1839
+ | DeleteDataTableCommandOutput
1608
1840
  | DeleteEmailAddressCommandOutput
1609
1841
  | DeleteEvaluationFormCommandOutput
1610
1842
  | DeleteHoursOfOperationCommandOutput
@@ -1627,6 +1859,9 @@ export type ServiceOutputTypes =
1627
1859
  | DeleteViewCommandOutput
1628
1860
  | DeleteViewVersionCommandOutput
1629
1861
  | DeleteVocabularyCommandOutput
1862
+ | DeleteWorkspaceCommandOutput
1863
+ | DeleteWorkspaceMediaCommandOutput
1864
+ | DeleteWorkspacePageCommandOutput
1630
1865
  | DescribeAgentStatusCommandOutput
1631
1866
  | DescribeAuthenticationProfileCommandOutput
1632
1867
  | DescribeContactCommandOutput
@@ -1634,6 +1869,8 @@ export type ServiceOutputTypes =
1634
1869
  | DescribeContactFlowCommandOutput
1635
1870
  | DescribeContactFlowModuleAliasCommandOutput
1636
1871
  | DescribeContactFlowModuleCommandOutput
1872
+ | DescribeDataTableAttributeCommandOutput
1873
+ | DescribeDataTableCommandOutput
1637
1874
  | DescribeEmailAddressCommandOutput
1638
1875
  | DescribeEvaluationFormCommandOutput
1639
1876
  | DescribeHoursOfOperationCommandOutput
@@ -1655,6 +1892,7 @@ export type ServiceOutputTypes =
1655
1892
  | DescribeUserHierarchyStructureCommandOutput
1656
1893
  | DescribeViewCommandOutput
1657
1894
  | DescribeVocabularyCommandOutput
1895
+ | DescribeWorkspaceCommandOutput
1658
1896
  | DisassociateAnalyticsDataSetCommandOutput
1659
1897
  | DisassociateApprovedOriginCommandOutput
1660
1898
  | DisassociateBotCommandOutput
@@ -1667,9 +1905,12 @@ export type ServiceOutputTypes =
1667
1905
  | DisassociateQueueQuickConnectsCommandOutput
1668
1906
  | DisassociateRoutingProfileQueuesCommandOutput
1669
1907
  | DisassociateSecurityKeyCommandOutput
1908
+ | DisassociateSecurityProfilesCommandOutput
1670
1909
  | DisassociateTrafficDistributionGroupUserCommandOutput
1671
1910
  | DisassociateUserProficienciesCommandOutput
1911
+ | DisassociateWorkspaceCommandOutput
1672
1912
  | DismissUserContactCommandOutput
1913
+ | EvaluateDataTableValuesCommandOutput
1673
1914
  | GetAttachedFileCommandOutput
1674
1915
  | GetContactAttributesCommandOutput
1675
1916
  | GetContactMetricsCommandOutput
@@ -1684,6 +1925,7 @@ export type ServiceOutputTypes =
1684
1925
  | GetTaskTemplateCommandOutput
1685
1926
  | GetTrafficDistributionCommandOutput
1686
1927
  | ImportPhoneNumberCommandOutput
1928
+ | ImportWorkspaceMediaCommandOutput
1687
1929
  | ListAgentStatusesCommandOutput
1688
1930
  | ListAnalyticsDataAssociationsCommandOutput
1689
1931
  | ListAnalyticsDataLakeDataSetsCommandOutput
@@ -1698,7 +1940,12 @@ export type ServiceOutputTypes =
1698
1940
  | ListContactFlowVersionsCommandOutput
1699
1941
  | ListContactFlowsCommandOutput
1700
1942
  | ListContactReferencesCommandOutput
1943
+ | ListDataTableAttributesCommandOutput
1944
+ | ListDataTablePrimaryValuesCommandOutput
1945
+ | ListDataTableValuesCommandOutput
1946
+ | ListDataTablesCommandOutput
1701
1947
  | ListDefaultVocabulariesCommandOutput
1948
+ | ListEntitySecurityProfilesCommandOutput
1702
1949
  | ListEvaluationFormVersionsCommandOutput
1703
1950
  | ListEvaluationFormsCommandOutput
1704
1951
  | ListFlowAssociationsCommandOutput
@@ -1724,6 +1971,7 @@ export type ServiceOutputTypes =
1724
1971
  | ListRulesCommandOutput
1725
1972
  | ListSecurityKeysCommandOutput
1726
1973
  | ListSecurityProfileApplicationsCommandOutput
1974
+ | ListSecurityProfileFlowModulesCommandOutput
1727
1975
  | ListSecurityProfilePermissionsCommandOutput
1728
1976
  | ListSecurityProfilesCommandOutput
1729
1977
  | ListTagsForResourceCommandOutput
@@ -1736,6 +1984,9 @@ export type ServiceOutputTypes =
1736
1984
  | ListUsersCommandOutput
1737
1985
  | ListViewVersionsCommandOutput
1738
1986
  | ListViewsCommandOutput
1987
+ | ListWorkspaceMediaCommandOutput
1988
+ | ListWorkspacePagesCommandOutput
1989
+ | ListWorkspacesCommandOutput
1739
1990
  | MonitorContactCommandOutput
1740
1991
  | PauseContactCommandOutput
1741
1992
  | PutUserStatusCommandOutput
@@ -1749,6 +2000,7 @@ export type ServiceOutputTypes =
1749
2000
  | SearchContactFlowModulesCommandOutput
1750
2001
  | SearchContactFlowsCommandOutput
1751
2002
  | SearchContactsCommandOutput
2003
+ | SearchDataTablesCommandOutput
1752
2004
  | SearchEmailAddressesCommandOutput
1753
2005
  | SearchEvaluationFormsCommandOutput
1754
2006
  | SearchHoursOfOperationOverridesCommandOutput
@@ -1762,12 +2014,16 @@ export type ServiceOutputTypes =
1762
2014
  | SearchSecurityProfilesCommandOutput
1763
2015
  | SearchUserHierarchyGroupsCommandOutput
1764
2016
  | SearchUsersCommandOutput
2017
+ | SearchViewsCommandOutput
1765
2018
  | SearchVocabulariesCommandOutput
2019
+ | SearchWorkspaceAssociationsCommandOutput
2020
+ | SearchWorkspacesCommandOutput
1766
2021
  | SendChatIntegrationEventCommandOutput
1767
2022
  | SendOutboundEmailCommandOutput
1768
2023
  | StartAttachedFileUploadCommandOutput
1769
2024
  | StartChatContactCommandOutput
1770
2025
  | StartContactEvaluationCommandOutput
2026
+ | StartContactMediaProcessingCommandOutput
1771
2027
  | StartContactRecordingCommandOutput
1772
2028
  | StartContactStreamingCommandOutput
1773
2029
  | StartEmailContactCommandOutput
@@ -1778,6 +2034,7 @@ export type ServiceOutputTypes =
1778
2034
  | StartTaskContactCommandOutput
1779
2035
  | StartWebRTCContactCommandOutput
1780
2036
  | StopContactCommandOutput
2037
+ | StopContactMediaProcessingCommandOutput
1781
2038
  | StopContactRecordingCommandOutput
1782
2039
  | StopContactStreamingCommandOutput
1783
2040
  | SubmitContactEvaluationCommandOutput
@@ -1800,6 +2057,9 @@ export type ServiceOutputTypes =
1800
2057
  | UpdateContactFlowNameCommandOutput
1801
2058
  | UpdateContactRoutingDataCommandOutput
1802
2059
  | UpdateContactScheduleCommandOutput
2060
+ | UpdateDataTableAttributeCommandOutput
2061
+ | UpdateDataTableMetadataCommandOutput
2062
+ | UpdateDataTablePrimaryValuesCommandOutput
1803
2063
  | UpdateEmailAddressMetadataCommandOutput
1804
2064
  | UpdateEvaluationFormCommandOutput
1805
2065
  | UpdateHoursOfOperationCommandOutput
@@ -1838,7 +2098,11 @@ export type ServiceOutputTypes =
1838
2098
  | UpdateUserRoutingProfileCommandOutput
1839
2099
  | UpdateUserSecurityProfilesCommandOutput
1840
2100
  | UpdateViewContentCommandOutput
1841
- | UpdateViewMetadataCommandOutput;
2101
+ | UpdateViewMetadataCommandOutput
2102
+ | UpdateWorkspaceMetadataCommandOutput
2103
+ | UpdateWorkspacePageCommandOutput
2104
+ | UpdateWorkspaceThemeCommandOutput
2105
+ | UpdateWorkspaceVisibilityCommandOutput;
1842
2106
  export interface ClientDefaults
1843
2107
  extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
1844
2108
  requestHandler?: __HttpHandlerUserInput;