@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
@@ -1,9 +1,12 @@
1
1
  import {
2
+ AccessType,
2
3
  ActionType,
3
4
  AgentAvailabilityTimer,
4
5
  AgentStatusState,
5
6
  AgentStatusType,
7
+ AiUseCase,
6
8
  AllowedUserAction,
9
+ ApplicationType,
7
10
  AttachedFileInvalidRequestExceptionReason,
8
11
  AttachedFileServiceQuotaExceededExceptionReason,
9
12
  BehaviorType,
@@ -11,14 +14,21 @@ import {
11
14
  ContactFlowStatus,
12
15
  ContactFlowType,
13
16
  ContactInitiationMethod,
17
+ ContactInteractionType,
14
18
  ContactState,
19
+ DataTableAttributeValueType,
20
+ DataTableLockLevel,
21
+ DataTableStatus,
15
22
  DeviceType,
16
23
  DirectoryType,
17
24
  EncryptionType,
18
25
  EndpointType,
26
+ EntityType,
19
27
  EvaluationFormItemEnablementSourceType,
20
28
  EvaluationFormItemEnablementSourceValueType,
21
29
  EvaluationFormItemSourceValuesComparator,
30
+ EvaluationFormLanguageCode,
31
+ EvaluationFormMultiSelectQuestionDisplayMode,
22
32
  EvaluationFormQuestionAutomationAnswerSourceType,
23
33
  EvaluationFormScoringMode,
24
34
  EvaluationFormScoringStatus,
@@ -28,11 +38,12 @@ import {
28
38
  FileStatusType,
29
39
  FileUseCaseType,
30
40
  FlowAssociationResourceType,
41
+ FlowModuleType,
31
42
  HoursOfOperationDays,
32
43
  InstanceStorageResourceType,
33
44
  IntegrationType,
34
45
  ListFlowAssociationResourceType,
35
- MediaStreamType,
46
+ MultiSelectQuestionRuleCategoryAutomationCondition,
36
47
  NotificationContentType,
37
48
  NotificationDeliveryType,
38
49
  NumericQuestionPropertyAutomationLabel,
@@ -40,11 +51,9 @@ import {
40
51
  OverrideDays,
41
52
  ParticipantRole,
42
53
  ParticipantState,
43
- ParticipantType,
44
54
  PhoneType,
45
55
  PropertyValidationExceptionReason,
46
56
  QuickConnectType,
47
- RecordingStatus,
48
57
  ReferenceStatus,
49
58
  ReferenceType,
50
59
  RehydrationType,
@@ -54,7 +63,6 @@ import {
54
63
  SlaAssignmentType,
55
64
  SlaType,
56
65
  SourceType,
57
- Status,
58
66
  StorageType,
59
67
  StringComparisonType,
60
68
  TaskTemplateFieldType,
@@ -65,6 +73,7 @@ import {
65
73
  ViewType,
66
74
  VocabularyLanguageCode,
67
75
  VocabularyState,
76
+ WorkspaceFontFamily,
68
77
  } from "./enums";
69
78
  export interface ActionSummary {
70
79
  ActionType: ActionType | undefined;
@@ -222,6 +231,11 @@ export interface AgentStatusSummary {
222
231
  LastModifiedTime?: Date | undefined;
223
232
  LastModifiedRegion?: string | undefined;
224
233
  }
234
+ export interface AiAgentInfo {
235
+ AiUseCase?: AiUseCase | undefined;
236
+ AiAgentVersionId?: string | undefined;
237
+ AiAgentEscalated?: boolean | undefined;
238
+ }
225
239
  export interface AliasConfiguration {
226
240
  EmailAddressId: string | undefined;
227
241
  }
@@ -229,6 +243,10 @@ export interface AllowedCapabilities {
229
243
  Customer?: ParticipantCapabilities | undefined;
230
244
  Agent?: ParticipantCapabilities | undefined;
231
245
  }
246
+ export interface FlowModule {
247
+ Type?: FlowModuleType | undefined;
248
+ FlowModuleId?: string | undefined;
249
+ }
232
250
  export interface AssociateAnalyticsDataSetRequest {
233
251
  InstanceId: string | undefined;
234
252
  DataSetId: string | undefined;
@@ -407,6 +425,15 @@ export interface AssociateSecurityKeyRequest {
407
425
  export interface AssociateSecurityKeyResponse {
408
426
  AssociationId?: string | undefined;
409
427
  }
428
+ export interface SecurityProfileItem {
429
+ Id?: string | undefined;
430
+ }
431
+ export interface AssociateSecurityProfilesRequest {
432
+ InstanceId: string | undefined;
433
+ SecurityProfiles: SecurityProfileItem[] | undefined;
434
+ EntityType: EntityType | undefined;
435
+ EntityArn: string | undefined;
436
+ }
410
437
  export interface AssociateTrafficDistributionGroupUserRequest {
411
438
  TrafficDistributionGroupId: string | undefined;
412
439
  UserId: string | undefined;
@@ -423,6 +450,23 @@ export interface AssociateUserProficienciesRequest {
423
450
  UserId: string | undefined;
424
451
  UserProficiencies: UserProficiency[] | undefined;
425
452
  }
453
+ export interface AssociateWorkspaceRequest {
454
+ InstanceId: string | undefined;
455
+ WorkspaceId: string | undefined;
456
+ ResourceArns: string[] | undefined;
457
+ }
458
+ export interface FailedBatchAssociationSummary {
459
+ ResourceArn?: string | undefined;
460
+ ErrorCode?: string | undefined;
461
+ ErrorMessage?: string | undefined;
462
+ }
463
+ export interface SuccessfulBatchAssociationSummary {
464
+ ResourceArn?: string | undefined;
465
+ }
466
+ export interface AssociateWorkspaceResponse {
467
+ SuccessfulList?: SuccessfulBatchAssociationSummary[] | undefined;
468
+ FailedList?: FailedBatchAssociationSummary[] | undefined;
469
+ }
426
470
  export interface BatchAssociateAnalyticsDataSetRequest {
427
471
  InstanceId: string | undefined;
428
472
  DataSetIds: string[] | undefined;
@@ -443,6 +487,101 @@ export interface BatchAssociateAnalyticsDataSetResponse {
443
487
  Created?: AnalyticsDataAssociationResult[] | undefined;
444
488
  Errors?: ErrorResult[] | undefined;
445
489
  }
490
+ export interface DataTableLockVersion {
491
+ DataTable?: string | undefined;
492
+ Attribute?: string | undefined;
493
+ PrimaryValues?: string | undefined;
494
+ Value?: string | undefined;
495
+ }
496
+ export interface PrimaryValue {
497
+ AttributeName: string | undefined;
498
+ Value: string | undefined;
499
+ }
500
+ export interface DataTableValue {
501
+ PrimaryValues?: PrimaryValue[] | undefined;
502
+ AttributeName: string | undefined;
503
+ Value: string | undefined;
504
+ LockVersion?: DataTableLockVersion | undefined;
505
+ LastModifiedTime?: Date | undefined;
506
+ LastModifiedRegion?: string | undefined;
507
+ }
508
+ export interface BatchCreateDataTableValueRequest {
509
+ InstanceId: string | undefined;
510
+ DataTableId: string | undefined;
511
+ Values: DataTableValue[] | undefined;
512
+ }
513
+ export interface BatchCreateDataTableValueFailureResult {
514
+ PrimaryValues: PrimaryValue[] | undefined;
515
+ AttributeName: string | undefined;
516
+ Message: string | undefined;
517
+ }
518
+ export interface BatchCreateDataTableValueSuccessResult {
519
+ PrimaryValues: PrimaryValue[] | undefined;
520
+ AttributeName: string | undefined;
521
+ RecordId: string | undefined;
522
+ LockVersion: DataTableLockVersion | undefined;
523
+ }
524
+ export interface BatchCreateDataTableValueResponse {
525
+ Successful: BatchCreateDataTableValueSuccessResult[] | undefined;
526
+ Failed: BatchCreateDataTableValueFailureResult[] | undefined;
527
+ }
528
+ export interface DataTableDeleteValueIdentifier {
529
+ PrimaryValues?: PrimaryValue[] | undefined;
530
+ AttributeName: string | undefined;
531
+ LockVersion: DataTableLockVersion | undefined;
532
+ }
533
+ export interface BatchDeleteDataTableValueRequest {
534
+ InstanceId: string | undefined;
535
+ DataTableId: string | undefined;
536
+ Values: DataTableDeleteValueIdentifier[] | undefined;
537
+ }
538
+ export interface BatchDeleteDataTableValueFailureResult {
539
+ PrimaryValues: PrimaryValue[] | undefined;
540
+ AttributeName: string | undefined;
541
+ Message: string | undefined;
542
+ }
543
+ export interface BatchDeleteDataTableValueSuccessResult {
544
+ PrimaryValues: PrimaryValue[] | undefined;
545
+ AttributeName: string | undefined;
546
+ LockVersion: DataTableLockVersion | undefined;
547
+ }
548
+ export interface BatchDeleteDataTableValueResponse {
549
+ Successful: BatchDeleteDataTableValueSuccessResult[] | undefined;
550
+ Failed: BatchDeleteDataTableValueFailureResult[] | undefined;
551
+ }
552
+ export interface DataTableValueIdentifier {
553
+ PrimaryValues?: PrimaryValue[] | undefined;
554
+ AttributeName: string | undefined;
555
+ }
556
+ export interface BatchDescribeDataTableValueRequest {
557
+ InstanceId: string | undefined;
558
+ DataTableId: string | undefined;
559
+ Values: DataTableValueIdentifier[] | undefined;
560
+ }
561
+ export interface BatchDescribeDataTableValueFailureResult {
562
+ PrimaryValues: PrimaryValue[] | undefined;
563
+ AttributeName: string | undefined;
564
+ Message: string | undefined;
565
+ }
566
+ export interface PrimaryValueResponse {
567
+ AttributeName?: string | undefined;
568
+ AttributeId?: string | undefined;
569
+ Value?: string | undefined;
570
+ }
571
+ export interface BatchDescribeDataTableValueSuccessResult {
572
+ RecordId: string | undefined;
573
+ AttributeId: string | undefined;
574
+ PrimaryValues: PrimaryValueResponse[] | undefined;
575
+ AttributeName: string | undefined;
576
+ Value?: string | undefined;
577
+ LockVersion: DataTableLockVersion | undefined;
578
+ LastModifiedTime?: Date | undefined;
579
+ LastModifiedRegion?: string | undefined;
580
+ }
581
+ export interface BatchDescribeDataTableValueResponse {
582
+ Successful: BatchDescribeDataTableValueSuccessResult[] | undefined;
583
+ Failed: BatchDescribeDataTableValueFailureResult[] | undefined;
584
+ }
446
585
  export interface BatchDisassociateAnalyticsDataSetRequest {
447
586
  InstanceId: string | undefined;
448
587
  DataSetIds: string[] | undefined;
@@ -558,6 +697,25 @@ export interface BatchPutContactResponse {
558
697
  SuccessfulRequestList?: SuccessfulRequest[] | undefined;
559
698
  FailedRequestList?: FailedRequest[] | undefined;
560
699
  }
700
+ export interface BatchUpdateDataTableValueRequest {
701
+ InstanceId: string | undefined;
702
+ DataTableId: string | undefined;
703
+ Values: DataTableValue[] | undefined;
704
+ }
705
+ export interface BatchUpdateDataTableValueFailureResult {
706
+ PrimaryValues: PrimaryValue[] | undefined;
707
+ AttributeName: string | undefined;
708
+ Message: string | undefined;
709
+ }
710
+ export interface BatchUpdateDataTableValueSuccessResult {
711
+ PrimaryValues: PrimaryValue[] | undefined;
712
+ AttributeName: string | undefined;
713
+ LockVersion: DataTableLockVersion | undefined;
714
+ }
715
+ export interface BatchUpdateDataTableValueResponse {
716
+ Successful: BatchUpdateDataTableValueSuccessResult[] | undefined;
717
+ Failed: BatchUpdateDataTableValueFailureResult[] | undefined;
718
+ }
561
719
  export interface ClaimPhoneNumberRequest {
562
720
  TargetArn?: string | undefined;
563
721
  InstanceId?: string | undefined;
@@ -670,6 +828,51 @@ export interface CreateContactFlowVersionResponse {
670
828
  ContactFlowArn?: string | undefined;
671
829
  Version?: number | undefined;
672
830
  }
831
+ export interface CreateDataTableRequest {
832
+ InstanceId: string | undefined;
833
+ Name: string | undefined;
834
+ Description?: string | undefined;
835
+ TimeZone: string | undefined;
836
+ ValueLockLevel: DataTableLockLevel | undefined;
837
+ Status: DataTableStatus | undefined;
838
+ Tags?: Record<string, string> | undefined;
839
+ }
840
+ export interface CreateDataTableResponse {
841
+ Id: string | undefined;
842
+ Arn: string | undefined;
843
+ LockVersion: DataTableLockVersion | undefined;
844
+ }
845
+ export interface ValidationEnum {
846
+ Strict?: boolean | undefined;
847
+ Values?: string[] | undefined;
848
+ }
849
+ export interface Validation {
850
+ MinLength?: number | undefined;
851
+ MaxLength?: number | undefined;
852
+ MinValues?: number | undefined;
853
+ MaxValues?: number | undefined;
854
+ IgnoreCase?: boolean | undefined;
855
+ Minimum?: number | undefined;
856
+ Maximum?: number | undefined;
857
+ ExclusiveMinimum?: number | undefined;
858
+ ExclusiveMaximum?: number | undefined;
859
+ MultipleOf?: number | undefined;
860
+ Enum?: ValidationEnum | undefined;
861
+ }
862
+ export interface CreateDataTableAttributeRequest {
863
+ InstanceId: string | undefined;
864
+ DataTableId: string | undefined;
865
+ Name: string | undefined;
866
+ ValueType: DataTableAttributeValueType | undefined;
867
+ Description?: string | undefined;
868
+ Primary?: boolean | undefined;
869
+ Validation?: Validation | undefined;
870
+ }
871
+ export interface CreateDataTableAttributeResponse {
872
+ Name: string | undefined;
873
+ AttributeId?: string | undefined;
874
+ LockVersion: DataTableLockVersion | undefined;
875
+ }
673
876
  export interface CreateEmailAddressRequest {
674
877
  Description?: string | undefined;
675
878
  InstanceId: string | undefined;
@@ -701,6 +904,42 @@ export interface EvaluationFormItemEnablementExpression {
701
904
  export interface EvaluationFormQuestionAutomationAnswerSource {
702
905
  SourceType: EvaluationFormQuestionAutomationAnswerSourceType | undefined;
703
906
  }
907
+ export interface MultiSelectQuestionRuleCategoryAutomation {
908
+ Category: string | undefined;
909
+ Condition: MultiSelectQuestionRuleCategoryAutomationCondition | undefined;
910
+ OptionRefIds: string[] | undefined;
911
+ }
912
+ export type EvaluationFormMultiSelectQuestionAutomationOption =
913
+ | EvaluationFormMultiSelectQuestionAutomationOption.RuleCategoryMember
914
+ | EvaluationFormMultiSelectQuestionAutomationOption.$UnknownMember;
915
+ export declare namespace EvaluationFormMultiSelectQuestionAutomationOption {
916
+ interface RuleCategoryMember {
917
+ RuleCategory: MultiSelectQuestionRuleCategoryAutomation;
918
+ $unknown?: never;
919
+ }
920
+ interface $UnknownMember {
921
+ RuleCategory?: never;
922
+ $unknown: [string, any];
923
+ }
924
+ interface Visitor<T> {
925
+ RuleCategory: (value: MultiSelectQuestionRuleCategoryAutomation) => T;
926
+ _: (name: string, value: any) => T;
927
+ }
928
+ }
929
+ export interface EvaluationFormMultiSelectQuestionAutomation {
930
+ Options?: EvaluationFormMultiSelectQuestionAutomationOption[] | undefined;
931
+ DefaultOptionRefIds?: string[] | undefined;
932
+ AnswerSource?: EvaluationFormQuestionAutomationAnswerSource | undefined;
933
+ }
934
+ export interface EvaluationFormMultiSelectQuestionOption {
935
+ RefId: string | undefined;
936
+ Text: string | undefined;
937
+ }
938
+ export interface EvaluationFormMultiSelectQuestionProperties {
939
+ Options: EvaluationFormMultiSelectQuestionOption[] | undefined;
940
+ DisplayAs?: EvaluationFormMultiSelectQuestionDisplayMode | undefined;
941
+ Automation?: EvaluationFormMultiSelectQuestionAutomation | undefined;
942
+ }
704
943
  export interface NumericQuestionPropertyValueAutomation {
705
944
  Label: NumericQuestionPropertyAutomationLabel | undefined;
706
945
  }
@@ -792,6 +1031,7 @@ export interface EvaluationFormTextQuestionProperties {
792
1031
  Automation?: EvaluationFormTextQuestionAutomation | undefined;
793
1032
  }
794
1033
  export type EvaluationFormQuestionTypeProperties =
1034
+ | EvaluationFormQuestionTypeProperties.MultiSelectMember
795
1035
  | EvaluationFormQuestionTypeProperties.NumericMember
796
1036
  | EvaluationFormQuestionTypeProperties.SingleSelectMember
797
1037
  | EvaluationFormQuestionTypeProperties.TextMember
@@ -801,37 +1041,55 @@ export declare namespace EvaluationFormQuestionTypeProperties {
801
1041
  Numeric: EvaluationFormNumericQuestionProperties;
802
1042
  SingleSelect?: never;
803
1043
  Text?: never;
1044
+ MultiSelect?: never;
804
1045
  $unknown?: never;
805
1046
  }
806
1047
  interface SingleSelectMember {
807
1048
  Numeric?: never;
808
1049
  SingleSelect: EvaluationFormSingleSelectQuestionProperties;
809
1050
  Text?: never;
1051
+ MultiSelect?: never;
810
1052
  $unknown?: never;
811
1053
  }
812
1054
  interface TextMember {
813
1055
  Numeric?: never;
814
1056
  SingleSelect?: never;
815
1057
  Text: EvaluationFormTextQuestionProperties;
1058
+ MultiSelect?: never;
1059
+ $unknown?: never;
1060
+ }
1061
+ interface MultiSelectMember {
1062
+ Numeric?: never;
1063
+ SingleSelect?: never;
1064
+ Text?: never;
1065
+ MultiSelect: EvaluationFormMultiSelectQuestionProperties;
816
1066
  $unknown?: never;
817
1067
  }
818
1068
  interface $UnknownMember {
819
1069
  Numeric?: never;
820
1070
  SingleSelect?: never;
821
1071
  Text?: never;
1072
+ MultiSelect?: never;
822
1073
  $unknown: [string, any];
823
1074
  }
824
1075
  interface Visitor<T> {
825
1076
  Numeric: (value: EvaluationFormNumericQuestionProperties) => T;
826
1077
  SingleSelect: (value: EvaluationFormSingleSelectQuestionProperties) => T;
827
1078
  Text: (value: EvaluationFormTextQuestionProperties) => T;
1079
+ MultiSelect: (value: EvaluationFormMultiSelectQuestionProperties) => T;
828
1080
  _: (name: string, value: any) => T;
829
1081
  }
830
1082
  }
1083
+ export interface EvaluationFormLanguageConfiguration {
1084
+ FormLanguage?: EvaluationFormLanguageCode | undefined;
1085
+ }
831
1086
  export interface EvaluationFormScoringStrategy {
832
1087
  Mode: EvaluationFormScoringMode | undefined;
833
1088
  Status: EvaluationFormScoringStatus | undefined;
834
1089
  }
1090
+ export interface EvaluationFormTargetConfiguration {
1091
+ ContactInteractionType: ContactInteractionType | undefined;
1092
+ }
835
1093
  export interface CreateEvaluationFormResponse {
836
1094
  EvaluationFormId: string | undefined;
837
1095
  EvaluationFormArn: string | undefined;
@@ -1010,6 +1268,9 @@ export interface CreateQueueResponse {
1010
1268
  QueueArn?: string | undefined;
1011
1269
  QueueId?: string | undefined;
1012
1270
  }
1271
+ export interface FlowQuickConnectConfig {
1272
+ ContactFlowId: string | undefined;
1273
+ }
1013
1274
  export interface PhoneNumberQuickConnectConfig {
1014
1275
  PhoneNumber: string | undefined;
1015
1276
  }
@@ -1026,6 +1287,7 @@ export interface QuickConnectConfig {
1026
1287
  UserConfig?: UserQuickConnectConfig | undefined;
1027
1288
  QueueConfig?: QueueQuickConnectConfig | undefined;
1028
1289
  PhoneConfig?: PhoneNumberQuickConnectConfig | undefined;
1290
+ FlowConfig?: FlowQuickConnectConfig | undefined;
1029
1291
  }
1030
1292
  export interface CreateQuickConnectRequest {
1031
1293
  InstanceId: string | undefined;
@@ -1152,6 +1414,25 @@ export interface CreateRuleResponse {
1152
1414
  export interface Application {
1153
1415
  Namespace?: string | undefined;
1154
1416
  ApplicationPermissions?: string[] | undefined;
1417
+ Type?: ApplicationType | undefined;
1418
+ }
1419
+ export interface PrimaryAttributeValue {
1420
+ AccessType?: AccessType | undefined;
1421
+ AttributeName?: string | undefined;
1422
+ Values?: string[] | undefined;
1423
+ }
1424
+ export interface PrimaryAttributeAccessControlConfigurationItem {
1425
+ PrimaryAttributeValues?: PrimaryAttributeValue[] | undefined;
1426
+ }
1427
+ export interface DataTableAccessControlConfiguration {
1428
+ PrimaryAttributeAccessControlConfiguration?:
1429
+ | PrimaryAttributeAccessControlConfigurationItem
1430
+ | undefined;
1431
+ }
1432
+ export interface GranularAccessControlConfiguration {
1433
+ DataTableAccessControlConfiguration?:
1434
+ | DataTableAccessControlConfiguration
1435
+ | undefined;
1155
1436
  }
1156
1437
  export interface CreateSecurityProfileRequest {
1157
1438
  SecurityProfileName: string | undefined;
@@ -1164,6 +1445,10 @@ export interface CreateSecurityProfileRequest {
1164
1445
  Applications?: Application[] | undefined;
1165
1446
  HierarchyRestrictedResources?: string[] | undefined;
1166
1447
  AllowedAccessControlHierarchyGroupId?: string | undefined;
1448
+ AllowedFlowModules?: FlowModule[] | undefined;
1449
+ GranularAccessControlConfiguration?:
1450
+ | GranularAccessControlConfiguration
1451
+ | undefined;
1167
1452
  }
1168
1453
  export interface CreateSecurityProfileResponse {
1169
1454
  SecurityProfileId?: string | undefined;
@@ -1339,6 +1624,80 @@ export interface CreateVocabularyResponse {
1339
1624
  VocabularyId: string | undefined;
1340
1625
  State: VocabularyState | undefined;
1341
1626
  }
1627
+ export interface ImagesLogo {
1628
+ Default?: string | undefined;
1629
+ Favicon?: string | undefined;
1630
+ }
1631
+ export interface WorkspaceThemeImages {
1632
+ Logo?: ImagesLogo | undefined;
1633
+ }
1634
+ export interface PaletteCanvas {
1635
+ ContainerBackground?: string | undefined;
1636
+ PageBackground?: string | undefined;
1637
+ ActiveBackground?: string | undefined;
1638
+ }
1639
+ export interface PaletteHeader {
1640
+ Background?: string | undefined;
1641
+ Text?: string | undefined;
1642
+ TextHover?: string | undefined;
1643
+ InvertActionsColors?: boolean | undefined;
1644
+ }
1645
+ export interface PaletteNavigation {
1646
+ Background?: string | undefined;
1647
+ TextBackgroundHover?: string | undefined;
1648
+ TextBackgroundActive?: string | undefined;
1649
+ Text?: string | undefined;
1650
+ TextHover?: string | undefined;
1651
+ TextActive?: string | undefined;
1652
+ InvertActionsColors?: boolean | undefined;
1653
+ }
1654
+ export interface PalettePrimary {
1655
+ Default?: string | undefined;
1656
+ Active?: string | undefined;
1657
+ ContrastText?: string | undefined;
1658
+ }
1659
+ export interface WorkspaceThemePalette {
1660
+ Header?: PaletteHeader | undefined;
1661
+ Navigation?: PaletteNavigation | undefined;
1662
+ Canvas?: PaletteCanvas | undefined;
1663
+ Primary?: PalettePrimary | undefined;
1664
+ }
1665
+ export interface FontFamily {
1666
+ Default?: WorkspaceFontFamily | undefined;
1667
+ }
1668
+ export interface WorkspaceThemeTypography {
1669
+ FontFamily?: FontFamily | undefined;
1670
+ }
1671
+ export interface WorkspaceThemeConfig {
1672
+ Palette?: WorkspaceThemePalette | undefined;
1673
+ Images?: WorkspaceThemeImages | undefined;
1674
+ Typography?: WorkspaceThemeTypography | undefined;
1675
+ }
1676
+ export interface WorkspaceTheme {
1677
+ Light?: WorkspaceThemeConfig | undefined;
1678
+ Dark?: WorkspaceThemeConfig | undefined;
1679
+ }
1680
+ export interface CreateWorkspaceRequest {
1681
+ InstanceId: string | undefined;
1682
+ Name: string | undefined;
1683
+ Description?: string | undefined;
1684
+ Theme?: WorkspaceTheme | undefined;
1685
+ Title?: string | undefined;
1686
+ Tags?: Record<string, string> | undefined;
1687
+ }
1688
+ export interface CreateWorkspaceResponse {
1689
+ WorkspaceId: string | undefined;
1690
+ WorkspaceArn: string | undefined;
1691
+ }
1692
+ export interface CreateWorkspacePageRequest {
1693
+ InstanceId: string | undefined;
1694
+ WorkspaceId: string | undefined;
1695
+ ResourceArn: string | undefined;
1696
+ Page: string | undefined;
1697
+ Slug?: string | undefined;
1698
+ InputData?: string | undefined;
1699
+ }
1700
+ export interface CreateWorkspacePageResponse {}
1342
1701
  export interface DeactivateEvaluationFormRequest {
1343
1702
  InstanceId: string | undefined;
1344
1703
  EvaluationFormId: string | undefined;
@@ -1369,275 +1728,3 @@ export interface DeleteContactFlowModuleRequest {
1369
1728
  ContactFlowModuleId: string | undefined;
1370
1729
  }
1371
1730
  export interface DeleteContactFlowModuleResponse {}
1372
- export interface DeleteContactFlowModuleAliasRequest {
1373
- InstanceId: string | undefined;
1374
- ContactFlowModuleId: string | undefined;
1375
- AliasId: string | undefined;
1376
- }
1377
- export interface DeleteContactFlowModuleAliasResponse {}
1378
- export interface DeleteContactFlowModuleVersionRequest {
1379
- InstanceId: string | undefined;
1380
- ContactFlowModuleId: string | undefined;
1381
- ContactFlowModuleVersion: number | undefined;
1382
- }
1383
- export interface DeleteContactFlowModuleVersionResponse {}
1384
- export interface DeleteContactFlowVersionRequest {
1385
- InstanceId: string | undefined;
1386
- ContactFlowId: string | undefined;
1387
- ContactFlowVersion: number | undefined;
1388
- }
1389
- export interface DeleteContactFlowVersionResponse {}
1390
- export interface DeleteEmailAddressRequest {
1391
- InstanceId: string | undefined;
1392
- EmailAddressId: string | undefined;
1393
- }
1394
- export interface DeleteEmailAddressResponse {}
1395
- export interface DeleteEvaluationFormRequest {
1396
- InstanceId: string | undefined;
1397
- EvaluationFormId: string | undefined;
1398
- EvaluationFormVersion?: number | undefined;
1399
- }
1400
- export interface DeleteHoursOfOperationRequest {
1401
- InstanceId: string | undefined;
1402
- HoursOfOperationId: string | undefined;
1403
- }
1404
- export interface DeleteHoursOfOperationOverrideRequest {
1405
- InstanceId: string | undefined;
1406
- HoursOfOperationId: string | undefined;
1407
- HoursOfOperationOverrideId: string | undefined;
1408
- }
1409
- export interface DeleteInstanceRequest {
1410
- InstanceId: string | undefined;
1411
- ClientToken?: string | undefined;
1412
- }
1413
- export interface DeleteIntegrationAssociationRequest {
1414
- InstanceId: string | undefined;
1415
- IntegrationAssociationId: string | undefined;
1416
- }
1417
- export interface DeletePredefinedAttributeRequest {
1418
- InstanceId: string | undefined;
1419
- Name: string | undefined;
1420
- }
1421
- export interface DeletePromptRequest {
1422
- InstanceId: string | undefined;
1423
- PromptId: string | undefined;
1424
- }
1425
- export interface DeletePushNotificationRegistrationRequest {
1426
- InstanceId: string | undefined;
1427
- RegistrationId: string | undefined;
1428
- ContactId: string | undefined;
1429
- }
1430
- export interface DeletePushNotificationRegistrationResponse {}
1431
- export interface DeleteQueueRequest {
1432
- InstanceId: string | undefined;
1433
- QueueId: string | undefined;
1434
- }
1435
- export interface DeleteQuickConnectRequest {
1436
- InstanceId: string | undefined;
1437
- QuickConnectId: string | undefined;
1438
- }
1439
- export interface DeleteRoutingProfileRequest {
1440
- InstanceId: string | undefined;
1441
- RoutingProfileId: string | undefined;
1442
- }
1443
- export interface DeleteRuleRequest {
1444
- InstanceId: string | undefined;
1445
- RuleId: string | undefined;
1446
- }
1447
- export interface DeleteSecurityProfileRequest {
1448
- InstanceId: string | undefined;
1449
- SecurityProfileId: string | undefined;
1450
- }
1451
- export interface DeleteTaskTemplateRequest {
1452
- InstanceId: string | undefined;
1453
- TaskTemplateId: string | undefined;
1454
- }
1455
- export interface DeleteTaskTemplateResponse {}
1456
- export interface DeleteTrafficDistributionGroupRequest {
1457
- TrafficDistributionGroupId: string | undefined;
1458
- }
1459
- export interface DeleteTrafficDistributionGroupResponse {}
1460
- export interface DeleteUseCaseRequest {
1461
- InstanceId: string | undefined;
1462
- IntegrationAssociationId: string | undefined;
1463
- UseCaseId: string | undefined;
1464
- }
1465
- export interface DeleteUserRequest {
1466
- InstanceId: string | undefined;
1467
- UserId: string | undefined;
1468
- }
1469
- export interface DeleteUserHierarchyGroupRequest {
1470
- HierarchyGroupId: string | undefined;
1471
- InstanceId: string | undefined;
1472
- }
1473
- export interface DeleteViewRequest {
1474
- InstanceId: string | undefined;
1475
- ViewId: string | undefined;
1476
- }
1477
- export interface DeleteViewResponse {}
1478
- export interface DeleteViewVersionRequest {
1479
- InstanceId: string | undefined;
1480
- ViewId: string | undefined;
1481
- ViewVersion: number | undefined;
1482
- }
1483
- export interface DeleteViewVersionResponse {}
1484
- export interface DeleteVocabularyRequest {
1485
- InstanceId: string | undefined;
1486
- VocabularyId: string | undefined;
1487
- }
1488
- export interface DeleteVocabularyResponse {
1489
- VocabularyArn: string | undefined;
1490
- VocabularyId: string | undefined;
1491
- State: VocabularyState | undefined;
1492
- }
1493
- export interface DescribeAgentStatusRequest {
1494
- InstanceId: string | undefined;
1495
- AgentStatusId: string | undefined;
1496
- }
1497
- export interface DescribeAgentStatusResponse {
1498
- AgentStatus?: AgentStatus | undefined;
1499
- }
1500
- export interface DescribeAuthenticationProfileRequest {
1501
- AuthenticationProfileId: string | undefined;
1502
- InstanceId: string | undefined;
1503
- }
1504
- export interface AuthenticationProfile {
1505
- Id?: string | undefined;
1506
- Arn?: string | undefined;
1507
- Name?: string | undefined;
1508
- Description?: string | undefined;
1509
- AllowedIps?: string[] | undefined;
1510
- BlockedIps?: string[] | undefined;
1511
- IsDefault?: boolean | undefined;
1512
- CreatedTime?: Date | undefined;
1513
- LastModifiedTime?: Date | undefined;
1514
- LastModifiedRegion?: string | undefined;
1515
- PeriodicSessionDuration?: number | undefined;
1516
- MaxSessionDuration?: number | undefined;
1517
- SessionInactivityDuration?: number | undefined;
1518
- SessionInactivityHandlingEnabled?: boolean | undefined;
1519
- }
1520
- export interface DescribeAuthenticationProfileResponse {
1521
- AuthenticationProfile?: AuthenticationProfile | undefined;
1522
- }
1523
- export interface DescribeContactRequest {
1524
- InstanceId: string | undefined;
1525
- ContactId: string | undefined;
1526
- }
1527
- export interface ParticipantMetrics {
1528
- ParticipantId?: string | undefined;
1529
- ParticipantType?: ParticipantType | undefined;
1530
- ConversationAbandon?: boolean | undefined;
1531
- MessagesSent?: number | undefined;
1532
- NumResponses?: number | undefined;
1533
- MessageLengthInChars?: number | undefined;
1534
- TotalResponseTimeInMillis?: number | undefined;
1535
- MaxResponseTimeInMillis?: number | undefined;
1536
- LastMessageTimestamp?: Date | undefined;
1537
- }
1538
- export interface ChatContactMetrics {
1539
- MultiParty?: boolean | undefined;
1540
- TotalMessages?: number | undefined;
1541
- TotalBotMessages?: number | undefined;
1542
- TotalBotMessageLengthInChars?: number | undefined;
1543
- ConversationCloseTimeInMillis?: number | undefined;
1544
- ConversationTurnCount?: number | undefined;
1545
- AgentFirstResponseTimestamp?: Date | undefined;
1546
- AgentFirstResponseTimeInMillis?: number | undefined;
1547
- }
1548
- export interface ChatMetrics {
1549
- ChatContactMetrics?: ChatContactMetrics | undefined;
1550
- AgentMetrics?: ParticipantMetrics | undefined;
1551
- CustomerMetrics?: ParticipantMetrics | undefined;
1552
- }
1553
- export interface ContactDetails {
1554
- Name?: string | undefined;
1555
- Description?: string | undefined;
1556
- }
1557
- export interface ContactEvaluation {
1558
- FormId?: string | undefined;
1559
- EvaluationArn?: string | undefined;
1560
- Status?: Status | undefined;
1561
- StartTimestamp?: Date | undefined;
1562
- EndTimestamp?: Date | undefined;
1563
- DeleteTimestamp?: Date | undefined;
1564
- ExportLocation?: string | undefined;
1565
- }
1566
- export interface Customer {
1567
- DeviceInfo?: DeviceInfo | undefined;
1568
- Capabilities?: ParticipantCapabilities | undefined;
1569
- }
1570
- export interface EndpointInfo {
1571
- Type?: EndpointType | undefined;
1572
- Address?: string | undefined;
1573
- DisplayName?: string | undefined;
1574
- }
1575
- export interface CustomerVoiceActivity {
1576
- GreetingStartTimestamp?: Date | undefined;
1577
- GreetingEndTimestamp?: Date | undefined;
1578
- }
1579
- export interface DisconnectDetails {
1580
- PotentialDisconnectIssue?: string | undefined;
1581
- }
1582
- export interface CustomerQualityMetrics {
1583
- Audio?: AudioQualityMetricsInfo | undefined;
1584
- }
1585
- export interface QualityMetrics {
1586
- Agent?: AgentQualityMetrics | undefined;
1587
- Customer?: CustomerQualityMetrics | undefined;
1588
- }
1589
- export interface QueueInfo {
1590
- Id?: string | undefined;
1591
- EnqueueTimestamp?: Date | undefined;
1592
- }
1593
- export interface RecordingInfo {
1594
- StorageType?: StorageType | undefined;
1595
- Location?: string | undefined;
1596
- MediaStreamType?: MediaStreamType | undefined;
1597
- ParticipantType?: ParticipantType | undefined;
1598
- FragmentStartNumber?: string | undefined;
1599
- FragmentStopNumber?: string | undefined;
1600
- StartTimestamp?: Date | undefined;
1601
- StopTimestamp?: Date | undefined;
1602
- Status?: RecordingStatus | undefined;
1603
- DeletionReason?: string | undefined;
1604
- }
1605
- export interface Expiry {
1606
- DurationInSeconds?: number | undefined;
1607
- ExpiryTimestamp?: Date | undefined;
1608
- }
1609
- export interface MatchCriteria {
1610
- AgentsCriteria?: AgentsCriteria | undefined;
1611
- }
1612
- export interface Range {
1613
- MinProficiencyLevel?: number | undefined;
1614
- MaxProficiencyLevel?: number | undefined;
1615
- }
1616
- export interface AttributeCondition {
1617
- Name?: string | undefined;
1618
- Value?: string | undefined;
1619
- ProficiencyLevel?: number | undefined;
1620
- Range?: Range | undefined;
1621
- MatchCriteria?: MatchCriteria | undefined;
1622
- ComparisonOperator?: string | undefined;
1623
- }
1624
- export interface TaskTemplateInfoV2 {
1625
- Arn?: string | undefined;
1626
- Name?: string | undefined;
1627
- }
1628
- export interface WisdomInfo {
1629
- SessionArn?: string | undefined;
1630
- }
1631
- export interface DescribeContactEvaluationRequest {
1632
- InstanceId: string | undefined;
1633
- EvaluationId: string | undefined;
1634
- }
1635
- export interface EvaluationSuggestedAnswerTranscriptMillisecondOffsets {
1636
- BeginOffsetMillis: number | undefined;
1637
- }
1638
- export interface EvaluationTranscriptPointOfInterest {
1639
- MillisecondOffsets?:
1640
- | EvaluationSuggestedAnswerTranscriptMillisecondOffsets
1641
- | undefined;
1642
- TranscriptSegment?: string | undefined;
1643
- }