@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,7 +1,6 @@
1
1
  import {
2
2
  AgentAvailabilityTimer,
3
3
  AgentStatusType,
4
- ArtifactStatus,
5
4
  AutoEvaluationStatus,
6
5
  Channel,
7
6
  Comparison,
@@ -12,18 +11,23 @@ import {
12
11
  ContactFlowType,
13
12
  ContactInitiationMethod,
14
13
  ContactMetricName,
14
+ ContactParticipantRole,
15
15
  ContactState,
16
16
  CurrentMetricName,
17
+ DataTableAttributeValueType,
18
+ DataTableLockLevel,
19
+ DataTableStatus,
17
20
  DirectoryType,
18
- EvaluationFormVersionStatus,
21
+ EndpointType,
22
+ EntityType,
19
23
  EvaluationQuestionAnswerAnalysisType,
20
24
  EvaluationStatus,
21
25
  EvaluationSuggestedAnswerStatus,
22
26
  EvaluationTranscriptType,
23
27
  EvaluationType,
24
- EventSourceName,
25
28
  FileStatusType,
26
29
  FileUseCaseType,
30
+ FilterV2StringConditionComparisonOperator,
27
31
  FlowAssociationResourceType,
28
32
  Grouping,
29
33
  HistoricalMetricName,
@@ -31,51 +35,51 @@ import {
31
35
  InstanceReplicationStatus,
32
36
  InstanceStatus,
33
37
  InstanceStorageResourceType,
34
- IntegrationType,
35
38
  IntervalPeriod,
36
39
  LexVersion,
37
- ListFlowAssociationResourceType,
38
- ParticipantRole,
40
+ MediaStreamType,
41
+ MediaType,
42
+ NextContactType,
43
+ ParticipantType,
39
44
  PhoneNumberCountryCode,
40
45
  PhoneNumberType,
41
46
  PhoneNumberWorkflowStatus,
42
47
  QuestionRuleCategoryAutomationCondition,
43
48
  QueueStatus,
44
- QueueType,
45
49
  QuickConnectType,
46
- RealTimeContactAnalysisOutputType,
47
- RealTimeContactAnalysisPostContactSummaryFailureCode,
48
- RealTimeContactAnalysisPostContactSummaryStatus,
49
- RealTimeContactAnalysisSegmentType,
50
- RealTimeContactAnalysisSentimentLabel,
51
- RealTimeContactAnalysisStatus,
52
- RealTimeContactAnalysisSupportedChannel,
53
- ReferenceStatus,
54
- ReferenceType,
50
+ RecordingStatus,
55
51
  RulePublishStatus,
56
52
  SortOrder,
57
- SourceType,
58
53
  Statistic,
54
+ Status,
55
+ StorageType,
59
56
  TaskTemplateStatus,
60
57
  TrafficDistributionGroupStatus,
61
58
  Unit,
59
+ Visibility,
62
60
  VocabularyLanguageCode,
63
61
  VocabularyState,
64
62
  } from "./enums";
65
63
  import {
66
- ActionSummary,
67
64
  AgentConfig,
68
65
  AgentContactReference,
66
+ AgentQualityMetrics,
67
+ AgentsCriteria,
68
+ AgentStatus,
69
69
  AgentStatusIdentifier,
70
70
  AgentStatusReference,
71
71
  AgentStatusSummary,
72
+ AiAgentInfo,
72
73
  AliasConfiguration,
73
74
  AnalyticsDataAssociationResult,
75
+ AudioQualityMetricsInfo,
74
76
  CreatedByInfo,
77
+ DataTableLockVersion,
78
+ DeviceInfo,
75
79
  Distribution,
76
- EvaluationTranscriptPointOfInterest,
77
80
  ExternalInvocationConfiguration,
78
- FlowAssociationSummary,
81
+ FailedBatchAssociationSummary,
82
+ GranularAccessControlConfiguration,
79
83
  HoursOfOperationConfig,
80
84
  HoursOfOperationOverrideConfig,
81
85
  InstanceStorageConfig,
@@ -85,19 +89,357 @@ import {
85
89
  OutboundCallerConfig,
86
90
  OutboundEmailConfig,
87
91
  OverrideTimeSlice,
92
+ ParticipantCapabilities,
88
93
  PredefinedAttributeValues,
94
+ PrimaryValue,
89
95
  QueueReference,
90
96
  QuickConnectConfig,
91
97
  RoutingProfileQueueReference,
92
98
  RuleAction,
93
99
  RuleTriggerEventSource,
100
+ SecurityProfileItem,
101
+ SuccessfulBatchAssociationSummary,
94
102
  TaskTemplateConstraints,
95
103
  TaskTemplateDefaults,
96
104
  TaskTemplateField,
97
105
  UserIdentityInfo,
98
106
  UserPhoneConfig,
107
+ Validation,
99
108
  View,
109
+ WorkspaceTheme,
100
110
  } from "./models_0";
111
+ export interface DeleteContactFlowModuleAliasRequest {
112
+ InstanceId: string | undefined;
113
+ ContactFlowModuleId: string | undefined;
114
+ AliasId: string | undefined;
115
+ }
116
+ export interface DeleteContactFlowModuleAliasResponse {}
117
+ export interface DeleteContactFlowModuleVersionRequest {
118
+ InstanceId: string | undefined;
119
+ ContactFlowModuleId: string | undefined;
120
+ ContactFlowModuleVersion: number | undefined;
121
+ }
122
+ export interface DeleteContactFlowModuleVersionResponse {}
123
+ export interface DeleteContactFlowVersionRequest {
124
+ InstanceId: string | undefined;
125
+ ContactFlowId: string | undefined;
126
+ ContactFlowVersion: number | undefined;
127
+ }
128
+ export interface DeleteContactFlowVersionResponse {}
129
+ export interface DeleteDataTableRequest {
130
+ InstanceId: string | undefined;
131
+ DataTableId: string | undefined;
132
+ }
133
+ export interface DeleteDataTableResponse {}
134
+ export interface DeleteDataTableAttributeRequest {
135
+ InstanceId: string | undefined;
136
+ DataTableId: string | undefined;
137
+ AttributeName: string | undefined;
138
+ }
139
+ export interface DeleteDataTableAttributeResponse {
140
+ LockVersion: DataTableLockVersion | undefined;
141
+ }
142
+ export interface DeleteEmailAddressRequest {
143
+ InstanceId: string | undefined;
144
+ EmailAddressId: string | undefined;
145
+ }
146
+ export interface DeleteEmailAddressResponse {}
147
+ export interface DeleteEvaluationFormRequest {
148
+ InstanceId: string | undefined;
149
+ EvaluationFormId: string | undefined;
150
+ EvaluationFormVersion?: number | undefined;
151
+ }
152
+ export interface DeleteHoursOfOperationRequest {
153
+ InstanceId: string | undefined;
154
+ HoursOfOperationId: string | undefined;
155
+ }
156
+ export interface DeleteHoursOfOperationOverrideRequest {
157
+ InstanceId: string | undefined;
158
+ HoursOfOperationId: string | undefined;
159
+ HoursOfOperationOverrideId: string | undefined;
160
+ }
161
+ export interface DeleteInstanceRequest {
162
+ InstanceId: string | undefined;
163
+ ClientToken?: string | undefined;
164
+ }
165
+ export interface DeleteIntegrationAssociationRequest {
166
+ InstanceId: string | undefined;
167
+ IntegrationAssociationId: string | undefined;
168
+ }
169
+ export interface DeletePredefinedAttributeRequest {
170
+ InstanceId: string | undefined;
171
+ Name: string | undefined;
172
+ }
173
+ export interface DeletePromptRequest {
174
+ InstanceId: string | undefined;
175
+ PromptId: string | undefined;
176
+ }
177
+ export interface DeletePushNotificationRegistrationRequest {
178
+ InstanceId: string | undefined;
179
+ RegistrationId: string | undefined;
180
+ ContactId: string | undefined;
181
+ }
182
+ export interface DeletePushNotificationRegistrationResponse {}
183
+ export interface DeleteQueueRequest {
184
+ InstanceId: string | undefined;
185
+ QueueId: string | undefined;
186
+ }
187
+ export interface DeleteQuickConnectRequest {
188
+ InstanceId: string | undefined;
189
+ QuickConnectId: string | undefined;
190
+ }
191
+ export interface DeleteRoutingProfileRequest {
192
+ InstanceId: string | undefined;
193
+ RoutingProfileId: string | undefined;
194
+ }
195
+ export interface DeleteRuleRequest {
196
+ InstanceId: string | undefined;
197
+ RuleId: string | undefined;
198
+ }
199
+ export interface DeleteSecurityProfileRequest {
200
+ InstanceId: string | undefined;
201
+ SecurityProfileId: string | undefined;
202
+ }
203
+ export interface DeleteTaskTemplateRequest {
204
+ InstanceId: string | undefined;
205
+ TaskTemplateId: string | undefined;
206
+ }
207
+ export interface DeleteTaskTemplateResponse {}
208
+ export interface DeleteTrafficDistributionGroupRequest {
209
+ TrafficDistributionGroupId: string | undefined;
210
+ }
211
+ export interface DeleteTrafficDistributionGroupResponse {}
212
+ export interface DeleteUseCaseRequest {
213
+ InstanceId: string | undefined;
214
+ IntegrationAssociationId: string | undefined;
215
+ UseCaseId: string | undefined;
216
+ }
217
+ export interface DeleteUserRequest {
218
+ InstanceId: string | undefined;
219
+ UserId: string | undefined;
220
+ }
221
+ export interface DeleteUserHierarchyGroupRequest {
222
+ HierarchyGroupId: string | undefined;
223
+ InstanceId: string | undefined;
224
+ }
225
+ export interface DeleteViewRequest {
226
+ InstanceId: string | undefined;
227
+ ViewId: string | undefined;
228
+ }
229
+ export interface DeleteViewResponse {}
230
+ export interface DeleteViewVersionRequest {
231
+ InstanceId: string | undefined;
232
+ ViewId: string | undefined;
233
+ ViewVersion: number | undefined;
234
+ }
235
+ export interface DeleteViewVersionResponse {}
236
+ export interface DeleteVocabularyRequest {
237
+ InstanceId: string | undefined;
238
+ VocabularyId: string | undefined;
239
+ }
240
+ export interface DeleteVocabularyResponse {
241
+ VocabularyArn: string | undefined;
242
+ VocabularyId: string | undefined;
243
+ State: VocabularyState | undefined;
244
+ }
245
+ export interface DeleteWorkspaceRequest {
246
+ InstanceId: string | undefined;
247
+ WorkspaceId: string | undefined;
248
+ }
249
+ export interface DeleteWorkspaceResponse {}
250
+ export interface DeleteWorkspaceMediaRequest {
251
+ InstanceId: string | undefined;
252
+ WorkspaceId: string | undefined;
253
+ MediaType: MediaType | undefined;
254
+ }
255
+ export interface DeleteWorkspaceMediaResponse {}
256
+ export interface DeleteWorkspacePageRequest {
257
+ InstanceId: string | undefined;
258
+ WorkspaceId: string | undefined;
259
+ Page: string | undefined;
260
+ }
261
+ export interface DeleteWorkspacePageResponse {}
262
+ export interface DescribeAgentStatusRequest {
263
+ InstanceId: string | undefined;
264
+ AgentStatusId: string | undefined;
265
+ }
266
+ export interface DescribeAgentStatusResponse {
267
+ AgentStatus?: AgentStatus | undefined;
268
+ }
269
+ export interface DescribeAuthenticationProfileRequest {
270
+ AuthenticationProfileId: string | undefined;
271
+ InstanceId: string | undefined;
272
+ }
273
+ export interface AuthenticationProfile {
274
+ Id?: string | undefined;
275
+ Arn?: string | undefined;
276
+ Name?: string | undefined;
277
+ Description?: string | undefined;
278
+ AllowedIps?: string[] | undefined;
279
+ BlockedIps?: string[] | undefined;
280
+ IsDefault?: boolean | undefined;
281
+ CreatedTime?: Date | undefined;
282
+ LastModifiedTime?: Date | undefined;
283
+ LastModifiedRegion?: string | undefined;
284
+ PeriodicSessionDuration?: number | undefined;
285
+ MaxSessionDuration?: number | undefined;
286
+ SessionInactivityDuration?: number | undefined;
287
+ SessionInactivityHandlingEnabled?: boolean | undefined;
288
+ }
289
+ export interface DescribeAuthenticationProfileResponse {
290
+ AuthenticationProfile?: AuthenticationProfile | undefined;
291
+ }
292
+ export interface DescribeContactRequest {
293
+ InstanceId: string | undefined;
294
+ ContactId: string | undefined;
295
+ }
296
+ export interface ParticipantMetrics {
297
+ ParticipantId?: string | undefined;
298
+ ParticipantType?: ParticipantType | undefined;
299
+ ConversationAbandon?: boolean | undefined;
300
+ MessagesSent?: number | undefined;
301
+ NumResponses?: number | undefined;
302
+ MessageLengthInChars?: number | undefined;
303
+ TotalResponseTimeInMillis?: number | undefined;
304
+ MaxResponseTimeInMillis?: number | undefined;
305
+ LastMessageTimestamp?: Date | undefined;
306
+ }
307
+ export interface ChatContactMetrics {
308
+ MultiParty?: boolean | undefined;
309
+ TotalMessages?: number | undefined;
310
+ TotalBotMessages?: number | undefined;
311
+ TotalBotMessageLengthInChars?: number | undefined;
312
+ ConversationCloseTimeInMillis?: number | undefined;
313
+ ConversationTurnCount?: number | undefined;
314
+ AgentFirstResponseTimestamp?: Date | undefined;
315
+ AgentFirstResponseTimeInMillis?: number | undefined;
316
+ }
317
+ export interface ChatMetrics {
318
+ ChatContactMetrics?: ChatContactMetrics | undefined;
319
+ AgentMetrics?: ParticipantMetrics | undefined;
320
+ CustomerMetrics?: ParticipantMetrics | undefined;
321
+ }
322
+ export interface ContactDetails {
323
+ Name?: string | undefined;
324
+ Description?: string | undefined;
325
+ }
326
+ export interface ContactEvaluation {
327
+ FormId?: string | undefined;
328
+ EvaluationArn?: string | undefined;
329
+ Status?: Status | undefined;
330
+ StartTimestamp?: Date | undefined;
331
+ EndTimestamp?: Date | undefined;
332
+ DeleteTimestamp?: Date | undefined;
333
+ ExportLocation?: string | undefined;
334
+ }
335
+ export interface Customer {
336
+ DeviceInfo?: DeviceInfo | undefined;
337
+ Capabilities?: ParticipantCapabilities | undefined;
338
+ }
339
+ export interface EndpointInfo {
340
+ Type?: EndpointType | undefined;
341
+ Address?: string | undefined;
342
+ DisplayName?: string | undefined;
343
+ }
344
+ export interface CustomerVoiceActivity {
345
+ GreetingStartTimestamp?: Date | undefined;
346
+ GreetingEndTimestamp?: Date | undefined;
347
+ }
348
+ export interface DisconnectDetails {
349
+ PotentialDisconnectIssue?: string | undefined;
350
+ }
351
+ export interface QuickConnectContactData {
352
+ ContactId?: string | undefined;
353
+ InitiationTimestamp?: Date | undefined;
354
+ QuickConnectId?: string | undefined;
355
+ QuickConnectName?: string | undefined;
356
+ QuickConnectType?: QuickConnectType | undefined;
357
+ }
358
+ export type NextContactMetadata =
359
+ | NextContactMetadata.QuickConnectContactDataMember
360
+ | NextContactMetadata.$UnknownMember;
361
+ export declare namespace NextContactMetadata {
362
+ interface QuickConnectContactDataMember {
363
+ QuickConnectContactData: QuickConnectContactData;
364
+ $unknown?: never;
365
+ }
366
+ interface $UnknownMember {
367
+ QuickConnectContactData?: never;
368
+ $unknown: [string, any];
369
+ }
370
+ interface Visitor<T> {
371
+ QuickConnectContactData: (value: QuickConnectContactData) => T;
372
+ _: (name: string, value: any) => T;
373
+ }
374
+ }
375
+ export interface NextContactEntry {
376
+ Type?: NextContactType | undefined;
377
+ NextContactMetadata?: NextContactMetadata | undefined;
378
+ }
379
+ export interface CustomerQualityMetrics {
380
+ Audio?: AudioQualityMetricsInfo | undefined;
381
+ }
382
+ export interface QualityMetrics {
383
+ Agent?: AgentQualityMetrics | undefined;
384
+ Customer?: CustomerQualityMetrics | undefined;
385
+ }
386
+ export interface QueueInfo {
387
+ Id?: string | undefined;
388
+ EnqueueTimestamp?: Date | undefined;
389
+ }
390
+ export interface RecordingInfo {
391
+ StorageType?: StorageType | undefined;
392
+ Location?: string | undefined;
393
+ MediaStreamType?: MediaStreamType | undefined;
394
+ ParticipantType?: ParticipantType | undefined;
395
+ FragmentStartNumber?: string | undefined;
396
+ FragmentStopNumber?: string | undefined;
397
+ StartTimestamp?: Date | undefined;
398
+ StopTimestamp?: Date | undefined;
399
+ Status?: RecordingStatus | undefined;
400
+ DeletionReason?: string | undefined;
401
+ UnprocessedTranscriptLocation?: string | undefined;
402
+ }
403
+ export interface Expiry {
404
+ DurationInSeconds?: number | undefined;
405
+ ExpiryTimestamp?: Date | undefined;
406
+ }
407
+ export interface MatchCriteria {
408
+ AgentsCriteria?: AgentsCriteria | undefined;
409
+ }
410
+ export interface Range {
411
+ MinProficiencyLevel?: number | undefined;
412
+ MaxProficiencyLevel?: number | undefined;
413
+ }
414
+ export interface AttributeCondition {
415
+ Name?: string | undefined;
416
+ Value?: string | undefined;
417
+ ProficiencyLevel?: number | undefined;
418
+ Range?: Range | undefined;
419
+ MatchCriteria?: MatchCriteria | undefined;
420
+ ComparisonOperator?: string | undefined;
421
+ }
422
+ export interface TaskTemplateInfoV2 {
423
+ Arn?: string | undefined;
424
+ Name?: string | undefined;
425
+ }
426
+ export interface WisdomInfo {
427
+ SessionArn?: string | undefined;
428
+ AiAgents?: AiAgentInfo[] | undefined;
429
+ }
430
+ export interface DescribeContactEvaluationRequest {
431
+ InstanceId: string | undefined;
432
+ EvaluationId: string | undefined;
433
+ }
434
+ export interface EvaluationSuggestedAnswerTranscriptMillisecondOffsets {
435
+ BeginOffsetMillis: number | undefined;
436
+ }
437
+ export interface EvaluationTranscriptPointOfInterest {
438
+ MillisecondOffsets?:
439
+ | EvaluationSuggestedAnswerTranscriptMillisecondOffsets
440
+ | undefined;
441
+ TranscriptSegment?: string | undefined;
442
+ }
101
443
  export interface EvaluationAutomationRuleCategory {
102
444
  Category: string | undefined;
103
445
  Condition: QuestionRuleCategoryAutomationCondition | undefined;
@@ -140,38 +482,66 @@ export interface EvaluationQuestionInputDetails {
140
482
  TranscriptType?: EvaluationTranscriptType | undefined;
141
483
  }
142
484
  export type EvaluationAnswerData =
485
+ | EvaluationAnswerData.DateTimeValueMember
143
486
  | EvaluationAnswerData.NotApplicableMember
144
487
  | EvaluationAnswerData.NumericValueMember
145
488
  | EvaluationAnswerData.StringValueMember
489
+ | EvaluationAnswerData.StringValuesMember
146
490
  | EvaluationAnswerData.$UnknownMember;
147
491
  export declare namespace EvaluationAnswerData {
148
492
  interface StringValueMember {
149
493
  StringValue: string;
150
494
  NumericValue?: never;
495
+ StringValues?: never;
496
+ DateTimeValue?: never;
151
497
  NotApplicable?: never;
152
498
  $unknown?: never;
153
499
  }
154
500
  interface NumericValueMember {
155
501
  StringValue?: never;
156
502
  NumericValue: number;
503
+ StringValues?: never;
504
+ DateTimeValue?: never;
505
+ NotApplicable?: never;
506
+ $unknown?: never;
507
+ }
508
+ interface StringValuesMember {
509
+ StringValue?: never;
510
+ NumericValue?: never;
511
+ StringValues: string[];
512
+ DateTimeValue?: never;
513
+ NotApplicable?: never;
514
+ $unknown?: never;
515
+ }
516
+ interface DateTimeValueMember {
517
+ StringValue?: never;
518
+ NumericValue?: never;
519
+ StringValues?: never;
520
+ DateTimeValue: string;
157
521
  NotApplicable?: never;
158
522
  $unknown?: never;
159
523
  }
160
524
  interface NotApplicableMember {
161
525
  StringValue?: never;
162
526
  NumericValue?: never;
527
+ StringValues?: never;
528
+ DateTimeValue?: never;
163
529
  NotApplicable: boolean;
164
530
  $unknown?: never;
165
531
  }
166
532
  interface $UnknownMember {
167
533
  StringValue?: never;
168
534
  NumericValue?: never;
535
+ StringValues?: never;
536
+ DateTimeValue?: never;
169
537
  NotApplicable?: never;
170
538
  $unknown: [string, any];
171
539
  }
172
540
  interface Visitor<T> {
173
541
  StringValue: (value: string) => T;
174
542
  NumericValue: (value: number) => T;
543
+ StringValues: (value: string[]) => T;
544
+ DateTimeValue: (value: string) => T;
175
545
  NotApplicable: (value: boolean) => T;
176
546
  _: (name: string, value: any) => T;
177
547
  }
@@ -197,10 +567,15 @@ export interface AutoEvaluationDetails {
197
567
  AutoEvaluationEnabled: boolean | undefined;
198
568
  AutoEvaluationStatus?: AutoEvaluationStatus | undefined;
199
569
  }
570
+ export interface EvaluationContactParticipant {
571
+ ContactParticipantRole?: ContactParticipantRole | undefined;
572
+ ContactParticipantId?: string | undefined;
573
+ }
200
574
  export interface EvaluationScore {
201
575
  Percentage?: number | undefined;
202
576
  NotApplicable?: boolean | undefined;
203
577
  AutomaticFail?: boolean | undefined;
578
+ AppliedWeight?: number | undefined;
204
579
  }
205
580
  export interface EvaluationMetadata {
206
581
  ContactId: string | undefined;
@@ -210,6 +585,8 @@ export interface EvaluationMetadata {
210
585
  Score?: EvaluationScore | undefined;
211
586
  AutoEvaluation?: AutoEvaluationDetails | undefined;
212
587
  Acknowledgement?: EvaluationAcknowledgement | undefined;
588
+ ContactParticipant?: EvaluationContactParticipant | undefined;
589
+ SamplingJobId?: string | undefined;
213
590
  }
214
591
  export interface EvaluationNote {
215
592
  Value?: string | undefined;
@@ -290,6 +667,51 @@ export interface ContactFlowModuleAliasInfo {
290
667
  export interface DescribeContactFlowModuleAliasResponse {
291
668
  ContactFlowModuleAlias?: ContactFlowModuleAliasInfo | undefined;
292
669
  }
670
+ export interface DescribeDataTableRequest {
671
+ InstanceId: string | undefined;
672
+ DataTableId: string | undefined;
673
+ }
674
+ export interface DataTable {
675
+ Name: string | undefined;
676
+ Id: string | undefined;
677
+ Arn: string | undefined;
678
+ TimeZone: string | undefined;
679
+ Description?: string | undefined;
680
+ ValueLockLevel?: DataTableLockLevel | undefined;
681
+ LockVersion?: DataTableLockVersion | undefined;
682
+ Version?: string | undefined;
683
+ VersionDescription?: string | undefined;
684
+ Status?: DataTableStatus | undefined;
685
+ CreatedTime?: Date | undefined;
686
+ LastModifiedTime: Date | undefined;
687
+ LastModifiedRegion?: string | undefined;
688
+ Tags?: Record<string, string> | undefined;
689
+ }
690
+ export interface DescribeDataTableResponse {
691
+ DataTable: DataTable | undefined;
692
+ }
693
+ export interface DescribeDataTableAttributeRequest {
694
+ InstanceId: string | undefined;
695
+ DataTableId: string | undefined;
696
+ AttributeName: string | undefined;
697
+ }
698
+ export interface DataTableAttribute {
699
+ AttributeId?: string | undefined;
700
+ Name: string | undefined;
701
+ ValueType: DataTableAttributeValueType | undefined;
702
+ Description?: string | undefined;
703
+ DataTableId?: string | undefined;
704
+ DataTableArn?: string | undefined;
705
+ Primary?: boolean | undefined;
706
+ Version?: string | undefined;
707
+ LockVersion?: DataTableLockVersion | undefined;
708
+ LastModifiedTime?: Date | undefined;
709
+ LastModifiedRegion?: string | undefined;
710
+ Validation?: Validation | undefined;
711
+ }
712
+ export interface DescribeDataTableAttributeResponse {
713
+ Attribute: DataTableAttribute | undefined;
714
+ }
293
715
  export interface DescribeEmailAddressRequest {
294
716
  InstanceId: string | undefined;
295
717
  EmailAddressId: string | undefined;
@@ -558,6 +980,9 @@ export interface SecurityProfile {
558
980
  LastModifiedRegion?: string | undefined;
559
981
  HierarchyRestrictedResources?: string[] | undefined;
560
982
  AllowedAccessControlHierarchyGroupId?: string | undefined;
983
+ GranularAccessControlConfiguration?:
984
+ | GranularAccessControlConfiguration
985
+ | undefined;
561
986
  }
562
987
  export interface DescribeSecurityProfileResponse {
563
988
  SecurityProfile?: SecurityProfile | undefined;
@@ -675,6 +1100,25 @@ export interface Vocabulary {
675
1100
  export interface DescribeVocabularyResponse {
676
1101
  Vocabulary: Vocabulary | undefined;
677
1102
  }
1103
+ export interface DescribeWorkspaceRequest {
1104
+ InstanceId: string | undefined;
1105
+ WorkspaceId: string | undefined;
1106
+ }
1107
+ export interface Workspace {
1108
+ Visibility?: Visibility | undefined;
1109
+ Id: string | undefined;
1110
+ Name: string | undefined;
1111
+ Arn: string | undefined;
1112
+ Description?: string | undefined;
1113
+ Theme?: WorkspaceTheme | undefined;
1114
+ Title?: string | undefined;
1115
+ LastModifiedTime: Date | undefined;
1116
+ LastModifiedRegion?: string | undefined;
1117
+ Tags?: Record<string, string> | undefined;
1118
+ }
1119
+ export interface DescribeWorkspaceResponse {
1120
+ Workspace: Workspace | undefined;
1121
+ }
678
1122
  export interface DisassociateAnalyticsDataSetRequest {
679
1123
  InstanceId: string | undefined;
680
1124
  DataSetId: string | undefined;
@@ -741,6 +1185,12 @@ export interface DisassociateSecurityKeyRequest {
741
1185
  AssociationId: string | undefined;
742
1186
  ClientToken?: string | undefined;
743
1187
  }
1188
+ export interface DisassociateSecurityProfilesRequest {
1189
+ InstanceId: string | undefined;
1190
+ SecurityProfiles: SecurityProfileItem[] | undefined;
1191
+ EntityType: EntityType | undefined;
1192
+ EntityArn: string | undefined;
1193
+ }
744
1194
  export interface DisassociateTrafficDistributionGroupUserRequest {
745
1195
  TrafficDistributionGroupId: string | undefined;
746
1196
  UserId: string | undefined;
@@ -756,12 +1206,46 @@ export interface DisassociateUserProficienciesRequest {
756
1206
  UserId: string | undefined;
757
1207
  UserProficiencies: UserProficiencyDisassociate[] | undefined;
758
1208
  }
1209
+ export interface DisassociateWorkspaceRequest {
1210
+ InstanceId: string | undefined;
1211
+ WorkspaceId: string | undefined;
1212
+ ResourceArns: string[] | undefined;
1213
+ }
1214
+ export interface DisassociateWorkspaceResponse {
1215
+ SuccessfulList?: SuccessfulBatchAssociationSummary[] | undefined;
1216
+ FailedList?: FailedBatchAssociationSummary[] | undefined;
1217
+ }
759
1218
  export interface DismissUserContactRequest {
760
1219
  UserId: string | undefined;
761
1220
  InstanceId: string | undefined;
762
1221
  ContactId: string | undefined;
763
1222
  }
764
1223
  export interface DismissUserContactResponse {}
1224
+ export interface DataTableValueEvaluationSet {
1225
+ PrimaryValues?: PrimaryValue[] | undefined;
1226
+ AttributeNames: string[] | undefined;
1227
+ }
1228
+ export interface EvaluateDataTableValuesRequest {
1229
+ InstanceId: string | undefined;
1230
+ DataTableId: string | undefined;
1231
+ Values: DataTableValueEvaluationSet[] | undefined;
1232
+ TimeZone?: string | undefined;
1233
+ NextToken?: string | undefined;
1234
+ MaxResults?: number | undefined;
1235
+ }
1236
+ export interface DataTableEvaluatedValue {
1237
+ RecordId: string | undefined;
1238
+ PrimaryValues: PrimaryValue[] | undefined;
1239
+ AttributeName: string | undefined;
1240
+ ValueType: DataTableAttributeValueType | undefined;
1241
+ Found: boolean | undefined;
1242
+ Error: boolean | undefined;
1243
+ EvaluatedValue: string | undefined;
1244
+ }
1245
+ export interface EvaluateDataTableValuesResponse {
1246
+ Values: DataTableEvaluatedValue[] | undefined;
1247
+ NextToken?: string | undefined;
1248
+ }
765
1249
  export interface GetAttachedFileRequest {
766
1250
  InstanceId: string | undefined;
767
1251
  FileId: string | undefined;
@@ -997,9 +1481,13 @@ export interface GetMetricDataResponse {
997
1481
  NextToken?: string | undefined;
998
1482
  MetricResults?: HistoricalMetricResult[] | undefined;
999
1483
  }
1484
+ export interface FilterV2StringCondition {
1485
+ Comparison?: FilterV2StringConditionComparisonOperator | undefined;
1486
+ }
1000
1487
  export interface FilterV2 {
1001
1488
  FilterKey?: string | undefined;
1002
1489
  FilterValues?: string[] | undefined;
1490
+ StringCondition?: FilterV2StringCondition | undefined;
1003
1491
  }
1004
1492
  export interface IntervalDetails {
1005
1493
  TimeZone?: string | undefined;
@@ -1017,6 +1505,7 @@ export interface ThresholdV2 {
1017
1505
  export interface MetricV2 {
1018
1506
  Name?: string | undefined;
1019
1507
  Threshold?: ThresholdV2[] | undefined;
1508
+ MetricId?: string | undefined;
1020
1509
  MetricFilters?: MetricFilterV2[] | undefined;
1021
1510
  }
1022
1511
  export interface GetMetricDataV2Request {
@@ -1109,6 +1598,13 @@ export interface ImportPhoneNumberResponse {
1109
1598
  PhoneNumberId?: string | undefined;
1110
1599
  PhoneNumberArn?: string | undefined;
1111
1600
  }
1601
+ export interface ImportWorkspaceMediaRequest {
1602
+ InstanceId: string | undefined;
1603
+ WorkspaceId: string | undefined;
1604
+ MediaType: MediaType | undefined;
1605
+ MediaSource: string | undefined;
1606
+ }
1607
+ export interface ImportWorkspaceMediaResponse {}
1112
1608
  export interface ListAgentStatusRequest {
1113
1609
  InstanceId: string | undefined;
1114
1610
  NextToken?: string | undefined;
@@ -1228,6 +1724,7 @@ export interface EvaluationSummary {
1228
1724
  EvaluationType?: EvaluationType | undefined;
1229
1725
  CreatedTime: Date | undefined;
1230
1726
  LastModifiedTime: Date | undefined;
1727
+ ContactParticipant?: EvaluationContactParticipant | undefined;
1231
1728
  }
1232
1729
  export interface ListContactEvaluationsResponse {
1233
1730
  EvaluationSummaryList: EvaluationSummary[] | undefined;
@@ -1292,744 +1789,3 @@ export interface ListContactFlowsRequest {
1292
1789
  NextToken?: string | undefined;
1293
1790
  MaxResults?: number | undefined;
1294
1791
  }
1295
- export interface ContactFlowSummary {
1296
- Id?: string | undefined;
1297
- Arn?: string | undefined;
1298
- Name?: string | undefined;
1299
- ContactFlowType?: ContactFlowType | undefined;
1300
- ContactFlowState?: ContactFlowState | undefined;
1301
- ContactFlowStatus?: ContactFlowStatus | undefined;
1302
- }
1303
- export interface ListContactFlowsResponse {
1304
- ContactFlowSummaryList?: ContactFlowSummary[] | undefined;
1305
- NextToken?: string | undefined;
1306
- }
1307
- export interface ListContactFlowVersionsRequest {
1308
- InstanceId: string | undefined;
1309
- ContactFlowId: string | undefined;
1310
- NextToken?: string | undefined;
1311
- MaxResults?: number | undefined;
1312
- }
1313
- export interface ContactFlowVersionSummary {
1314
- Arn?: string | undefined;
1315
- VersionDescription?: string | undefined;
1316
- Version?: number | undefined;
1317
- }
1318
- export interface ListContactFlowVersionsResponse {
1319
- ContactFlowVersionSummaryList?: ContactFlowVersionSummary[] | undefined;
1320
- NextToken?: string | undefined;
1321
- }
1322
- export interface ListContactReferencesRequest {
1323
- InstanceId: string | undefined;
1324
- ContactId: string | undefined;
1325
- ReferenceTypes: ReferenceType[] | undefined;
1326
- NextToken?: string | undefined;
1327
- }
1328
- export interface AttachmentReference {
1329
- Name?: string | undefined;
1330
- Value?: string | undefined;
1331
- Status?: ReferenceStatus | undefined;
1332
- Arn?: string | undefined;
1333
- }
1334
- export interface DateReference {
1335
- Name?: string | undefined;
1336
- Value?: string | undefined;
1337
- }
1338
- export interface EmailReference {
1339
- Name?: string | undefined;
1340
- Value?: string | undefined;
1341
- }
1342
- export interface EmailMessageReference {
1343
- Name?: string | undefined;
1344
- Arn?: string | undefined;
1345
- }
1346
- export interface NumberReference {
1347
- Name?: string | undefined;
1348
- Value?: string | undefined;
1349
- }
1350
- export interface StringReference {
1351
- Name?: string | undefined;
1352
- Value?: string | undefined;
1353
- }
1354
- export interface UrlReference {
1355
- Name?: string | undefined;
1356
- Value?: string | undefined;
1357
- }
1358
- export type ReferenceSummary =
1359
- | ReferenceSummary.AttachmentMember
1360
- | ReferenceSummary.DateMember
1361
- | ReferenceSummary.EmailMember
1362
- | ReferenceSummary.EmailMessageMember
1363
- | ReferenceSummary.NumberMember
1364
- | ReferenceSummary.StringMember
1365
- | ReferenceSummary.UrlMember
1366
- | ReferenceSummary.$UnknownMember;
1367
- export declare namespace ReferenceSummary {
1368
- interface UrlMember {
1369
- Url: UrlReference;
1370
- Attachment?: never;
1371
- EmailMessage?: never;
1372
- String?: never;
1373
- Number?: never;
1374
- Date?: never;
1375
- Email?: never;
1376
- $unknown?: never;
1377
- }
1378
- interface AttachmentMember {
1379
- Url?: never;
1380
- Attachment: AttachmentReference;
1381
- EmailMessage?: never;
1382
- String?: never;
1383
- Number?: never;
1384
- Date?: never;
1385
- Email?: never;
1386
- $unknown?: never;
1387
- }
1388
- interface EmailMessageMember {
1389
- Url?: never;
1390
- Attachment?: never;
1391
- EmailMessage: EmailMessageReference;
1392
- String?: never;
1393
- Number?: never;
1394
- Date?: never;
1395
- Email?: never;
1396
- $unknown?: never;
1397
- }
1398
- interface StringMember {
1399
- Url?: never;
1400
- Attachment?: never;
1401
- EmailMessage?: never;
1402
- String: StringReference;
1403
- Number?: never;
1404
- Date?: never;
1405
- Email?: never;
1406
- $unknown?: never;
1407
- }
1408
- interface NumberMember {
1409
- Url?: never;
1410
- Attachment?: never;
1411
- EmailMessage?: never;
1412
- String?: never;
1413
- Number: NumberReference;
1414
- Date?: never;
1415
- Email?: never;
1416
- $unknown?: never;
1417
- }
1418
- interface DateMember {
1419
- Url?: never;
1420
- Attachment?: never;
1421
- EmailMessage?: never;
1422
- String?: never;
1423
- Number?: never;
1424
- Date: DateReference;
1425
- Email?: never;
1426
- $unknown?: never;
1427
- }
1428
- interface EmailMember {
1429
- Url?: never;
1430
- Attachment?: never;
1431
- EmailMessage?: never;
1432
- String?: never;
1433
- Number?: never;
1434
- Date?: never;
1435
- Email: EmailReference;
1436
- $unknown?: never;
1437
- }
1438
- interface $UnknownMember {
1439
- Url?: never;
1440
- Attachment?: never;
1441
- EmailMessage?: never;
1442
- String?: never;
1443
- Number?: never;
1444
- Date?: never;
1445
- Email?: never;
1446
- $unknown: [string, any];
1447
- }
1448
- interface Visitor<T> {
1449
- Url: (value: UrlReference) => T;
1450
- Attachment: (value: AttachmentReference) => T;
1451
- EmailMessage: (value: EmailMessageReference) => T;
1452
- String: (value: StringReference) => T;
1453
- Number: (value: NumberReference) => T;
1454
- Date: (value: DateReference) => T;
1455
- Email: (value: EmailReference) => T;
1456
- _: (name: string, value: any) => T;
1457
- }
1458
- }
1459
- export interface ListContactReferencesResponse {
1460
- ReferenceSummaryList?: ReferenceSummary[] | undefined;
1461
- NextToken?: string | undefined;
1462
- }
1463
- export interface ListDefaultVocabulariesRequest {
1464
- InstanceId: string | undefined;
1465
- LanguageCode?: VocabularyLanguageCode | undefined;
1466
- MaxResults?: number | undefined;
1467
- NextToken?: string | undefined;
1468
- }
1469
- export interface DefaultVocabulary {
1470
- InstanceId: string | undefined;
1471
- LanguageCode: VocabularyLanguageCode | undefined;
1472
- VocabularyId: string | undefined;
1473
- VocabularyName: string | undefined;
1474
- }
1475
- export interface ListDefaultVocabulariesResponse {
1476
- DefaultVocabularyList: DefaultVocabulary[] | undefined;
1477
- NextToken?: string | undefined;
1478
- }
1479
- export interface ListEvaluationFormsRequest {
1480
- InstanceId: string | undefined;
1481
- MaxResults?: number | undefined;
1482
- NextToken?: string | undefined;
1483
- }
1484
- export interface EvaluationFormSummary {
1485
- EvaluationFormId: string | undefined;
1486
- EvaluationFormArn: string | undefined;
1487
- Title: string | undefined;
1488
- CreatedTime: Date | undefined;
1489
- CreatedBy: string | undefined;
1490
- LastModifiedTime: Date | undefined;
1491
- LastModifiedBy: string | undefined;
1492
- LastActivatedTime?: Date | undefined;
1493
- LastActivatedBy?: string | undefined;
1494
- LatestVersion: number | undefined;
1495
- ActiveVersion?: number | undefined;
1496
- }
1497
- export interface ListEvaluationFormsResponse {
1498
- EvaluationFormSummaryList: EvaluationFormSummary[] | undefined;
1499
- NextToken?: string | undefined;
1500
- }
1501
- export interface ListEvaluationFormVersionsRequest {
1502
- InstanceId: string | undefined;
1503
- EvaluationFormId: string | undefined;
1504
- MaxResults?: number | undefined;
1505
- NextToken?: string | undefined;
1506
- }
1507
- export interface EvaluationFormVersionSummary {
1508
- EvaluationFormArn: string | undefined;
1509
- EvaluationFormId: string | undefined;
1510
- EvaluationFormVersion: number | undefined;
1511
- Locked: boolean | undefined;
1512
- Status: EvaluationFormVersionStatus | undefined;
1513
- CreatedTime: Date | undefined;
1514
- CreatedBy: string | undefined;
1515
- LastModifiedTime: Date | undefined;
1516
- LastModifiedBy: string | undefined;
1517
- }
1518
- export interface ListEvaluationFormVersionsResponse {
1519
- EvaluationFormVersionSummaryList: EvaluationFormVersionSummary[] | undefined;
1520
- NextToken?: string | undefined;
1521
- }
1522
- export interface ListFlowAssociationsRequest {
1523
- InstanceId: string | undefined;
1524
- ResourceType?: ListFlowAssociationResourceType | undefined;
1525
- NextToken?: string | undefined;
1526
- MaxResults?: number | undefined;
1527
- }
1528
- export interface ListFlowAssociationsResponse {
1529
- FlowAssociationSummaryList?: FlowAssociationSummary[] | undefined;
1530
- NextToken?: string | undefined;
1531
- }
1532
- export interface ListHoursOfOperationOverridesRequest {
1533
- InstanceId: string | undefined;
1534
- HoursOfOperationId: string | undefined;
1535
- NextToken?: string | undefined;
1536
- MaxResults?: number | undefined;
1537
- }
1538
- export interface ListHoursOfOperationOverridesResponse {
1539
- NextToken?: string | undefined;
1540
- HoursOfOperationOverrideList?: HoursOfOperationOverride[] | undefined;
1541
- LastModifiedRegion?: string | undefined;
1542
- LastModifiedTime?: Date | undefined;
1543
- }
1544
- export interface ListHoursOfOperationsRequest {
1545
- InstanceId: string | undefined;
1546
- NextToken?: string | undefined;
1547
- MaxResults?: number | undefined;
1548
- }
1549
- export interface HoursOfOperationSummary {
1550
- Id?: string | undefined;
1551
- Arn?: string | undefined;
1552
- Name?: string | undefined;
1553
- LastModifiedTime?: Date | undefined;
1554
- LastModifiedRegion?: string | undefined;
1555
- }
1556
- export interface ListHoursOfOperationsResponse {
1557
- HoursOfOperationSummaryList?: HoursOfOperationSummary[] | undefined;
1558
- NextToken?: string | undefined;
1559
- }
1560
- export interface ListInstanceAttributesRequest {
1561
- InstanceId: string | undefined;
1562
- NextToken?: string | undefined;
1563
- MaxResults?: number | undefined;
1564
- }
1565
- export interface ListInstanceAttributesResponse {
1566
- Attributes?: Attribute[] | undefined;
1567
- NextToken?: string | undefined;
1568
- }
1569
- export interface ListInstancesRequest {
1570
- NextToken?: string | undefined;
1571
- MaxResults?: number | undefined;
1572
- }
1573
- export interface InstanceSummary {
1574
- Id?: string | undefined;
1575
- Arn?: string | undefined;
1576
- IdentityManagementType?: DirectoryType | undefined;
1577
- InstanceAlias?: string | undefined;
1578
- CreatedTime?: Date | undefined;
1579
- ServiceRole?: string | undefined;
1580
- InstanceStatus?: InstanceStatus | undefined;
1581
- InboundCallsEnabled?: boolean | undefined;
1582
- OutboundCallsEnabled?: boolean | undefined;
1583
- InstanceAccessUrl?: string | undefined;
1584
- }
1585
- export interface ListInstancesResponse {
1586
- InstanceSummaryList?: InstanceSummary[] | undefined;
1587
- NextToken?: string | undefined;
1588
- }
1589
- export interface ListInstanceStorageConfigsRequest {
1590
- InstanceId: string | undefined;
1591
- ResourceType: InstanceStorageResourceType | undefined;
1592
- NextToken?: string | undefined;
1593
- MaxResults?: number | undefined;
1594
- }
1595
- export interface ListInstanceStorageConfigsResponse {
1596
- StorageConfigs?: InstanceStorageConfig[] | undefined;
1597
- NextToken?: string | undefined;
1598
- }
1599
- export interface ListIntegrationAssociationsRequest {
1600
- InstanceId: string | undefined;
1601
- IntegrationType?: IntegrationType | undefined;
1602
- NextToken?: string | undefined;
1603
- MaxResults?: number | undefined;
1604
- IntegrationArn?: string | undefined;
1605
- }
1606
- export interface IntegrationAssociationSummary {
1607
- IntegrationAssociationId?: string | undefined;
1608
- IntegrationAssociationArn?: string | undefined;
1609
- InstanceId?: string | undefined;
1610
- IntegrationType?: IntegrationType | undefined;
1611
- IntegrationArn?: string | undefined;
1612
- SourceApplicationUrl?: string | undefined;
1613
- SourceApplicationName?: string | undefined;
1614
- SourceType?: SourceType | undefined;
1615
- }
1616
- export interface ListIntegrationAssociationsResponse {
1617
- IntegrationAssociationSummaryList?:
1618
- | IntegrationAssociationSummary[]
1619
- | undefined;
1620
- NextToken?: string | undefined;
1621
- }
1622
- export interface ListLambdaFunctionsRequest {
1623
- InstanceId: string | undefined;
1624
- NextToken?: string | undefined;
1625
- MaxResults?: number | undefined;
1626
- }
1627
- export interface ListLambdaFunctionsResponse {
1628
- LambdaFunctions?: string[] | undefined;
1629
- NextToken?: string | undefined;
1630
- }
1631
- export interface ListLexBotsRequest {
1632
- InstanceId: string | undefined;
1633
- NextToken?: string | undefined;
1634
- MaxResults?: number | undefined;
1635
- }
1636
- export interface ListLexBotsResponse {
1637
- LexBots?: LexBot[] | undefined;
1638
- NextToken?: string | undefined;
1639
- }
1640
- export interface ListPhoneNumbersRequest {
1641
- InstanceId: string | undefined;
1642
- PhoneNumberTypes?: PhoneNumberType[] | undefined;
1643
- PhoneNumberCountryCodes?: PhoneNumberCountryCode[] | undefined;
1644
- NextToken?: string | undefined;
1645
- MaxResults?: number | undefined;
1646
- }
1647
- export interface PhoneNumberSummary {
1648
- Id?: string | undefined;
1649
- Arn?: string | undefined;
1650
- PhoneNumber?: string | undefined;
1651
- PhoneNumberType?: PhoneNumberType | undefined;
1652
- PhoneNumberCountryCode?: PhoneNumberCountryCode | undefined;
1653
- }
1654
- export interface ListPhoneNumbersResponse {
1655
- PhoneNumberSummaryList?: PhoneNumberSummary[] | undefined;
1656
- NextToken?: string | undefined;
1657
- }
1658
- export interface ListPhoneNumbersV2Request {
1659
- TargetArn?: string | undefined;
1660
- InstanceId?: string | undefined;
1661
- MaxResults?: number | undefined;
1662
- NextToken?: string | undefined;
1663
- PhoneNumberCountryCodes?: PhoneNumberCountryCode[] | undefined;
1664
- PhoneNumberTypes?: PhoneNumberType[] | undefined;
1665
- PhoneNumberPrefix?: string | undefined;
1666
- }
1667
- export interface ListPhoneNumbersSummary {
1668
- PhoneNumberId?: string | undefined;
1669
- PhoneNumberArn?: string | undefined;
1670
- PhoneNumber?: string | undefined;
1671
- PhoneNumberCountryCode?: PhoneNumberCountryCode | undefined;
1672
- PhoneNumberType?: PhoneNumberType | undefined;
1673
- TargetArn?: string | undefined;
1674
- InstanceId?: string | undefined;
1675
- PhoneNumberDescription?: string | undefined;
1676
- SourcePhoneNumberArn?: string | undefined;
1677
- }
1678
- export interface ListPhoneNumbersV2Response {
1679
- NextToken?: string | undefined;
1680
- ListPhoneNumbersSummaryList?: ListPhoneNumbersSummary[] | undefined;
1681
- }
1682
- export interface ListPredefinedAttributesRequest {
1683
- InstanceId: string | undefined;
1684
- NextToken?: string | undefined;
1685
- MaxResults?: number | undefined;
1686
- }
1687
- export interface PredefinedAttributeSummary {
1688
- Name?: string | undefined;
1689
- LastModifiedTime?: Date | undefined;
1690
- LastModifiedRegion?: string | undefined;
1691
- }
1692
- export interface ListPredefinedAttributesResponse {
1693
- NextToken?: string | undefined;
1694
- PredefinedAttributeSummaryList?: PredefinedAttributeSummary[] | undefined;
1695
- }
1696
- export interface ListPromptsRequest {
1697
- InstanceId: string | undefined;
1698
- NextToken?: string | undefined;
1699
- MaxResults?: number | undefined;
1700
- }
1701
- export interface PromptSummary {
1702
- Id?: string | undefined;
1703
- Arn?: string | undefined;
1704
- Name?: string | undefined;
1705
- LastModifiedTime?: Date | undefined;
1706
- LastModifiedRegion?: string | undefined;
1707
- }
1708
- export interface ListPromptsResponse {
1709
- PromptSummaryList?: PromptSummary[] | undefined;
1710
- NextToken?: string | undefined;
1711
- }
1712
- export interface ListQueueQuickConnectsRequest {
1713
- InstanceId: string | undefined;
1714
- QueueId: string | undefined;
1715
- NextToken?: string | undefined;
1716
- MaxResults?: number | undefined;
1717
- }
1718
- export interface QuickConnectSummary {
1719
- Id?: string | undefined;
1720
- Arn?: string | undefined;
1721
- Name?: string | undefined;
1722
- QuickConnectType?: QuickConnectType | undefined;
1723
- LastModifiedTime?: Date | undefined;
1724
- LastModifiedRegion?: string | undefined;
1725
- }
1726
- export interface ListQueueQuickConnectsResponse {
1727
- NextToken?: string | undefined;
1728
- QuickConnectSummaryList?: QuickConnectSummary[] | undefined;
1729
- LastModifiedTime?: Date | undefined;
1730
- LastModifiedRegion?: string | undefined;
1731
- }
1732
- export interface ListQueuesRequest {
1733
- InstanceId: string | undefined;
1734
- QueueTypes?: QueueType[] | undefined;
1735
- NextToken?: string | undefined;
1736
- MaxResults?: number | undefined;
1737
- }
1738
- export interface QueueSummary {
1739
- Id?: string | undefined;
1740
- Arn?: string | undefined;
1741
- Name?: string | undefined;
1742
- QueueType?: QueueType | undefined;
1743
- LastModifiedTime?: Date | undefined;
1744
- LastModifiedRegion?: string | undefined;
1745
- }
1746
- export interface ListQueuesResponse {
1747
- QueueSummaryList?: QueueSummary[] | undefined;
1748
- NextToken?: string | undefined;
1749
- }
1750
- export interface ListQuickConnectsRequest {
1751
- InstanceId: string | undefined;
1752
- NextToken?: string | undefined;
1753
- MaxResults?: number | undefined;
1754
- QuickConnectTypes?: QuickConnectType[] | undefined;
1755
- }
1756
- export interface ListQuickConnectsResponse {
1757
- QuickConnectSummaryList?: QuickConnectSummary[] | undefined;
1758
- NextToken?: string | undefined;
1759
- }
1760
- export interface ListRealtimeContactAnalysisSegmentsV2Request {
1761
- InstanceId: string | undefined;
1762
- ContactId: string | undefined;
1763
- MaxResults?: number | undefined;
1764
- NextToken?: string | undefined;
1765
- OutputType: RealTimeContactAnalysisOutputType | undefined;
1766
- SegmentTypes: RealTimeContactAnalysisSegmentType[] | undefined;
1767
- }
1768
- export interface RealTimeContactAnalysisAttachment {
1769
- AttachmentName: string | undefined;
1770
- ContentType?: string | undefined;
1771
- AttachmentId: string | undefined;
1772
- Status?: ArtifactStatus | undefined;
1773
- }
1774
- export type RealTimeContactAnalysisTimeData =
1775
- | RealTimeContactAnalysisTimeData.AbsoluteTimeMember
1776
- | RealTimeContactAnalysisTimeData.$UnknownMember;
1777
- export declare namespace RealTimeContactAnalysisTimeData {
1778
- interface AbsoluteTimeMember {
1779
- AbsoluteTime: Date;
1780
- $unknown?: never;
1781
- }
1782
- interface $UnknownMember {
1783
- AbsoluteTime?: never;
1784
- $unknown: [string, any];
1785
- }
1786
- interface Visitor<T> {
1787
- AbsoluteTime: (value: Date) => T;
1788
- _: (name: string, value: any) => T;
1789
- }
1790
- }
1791
- export interface RealTimeContactAnalysisSegmentAttachments {
1792
- Id: string | undefined;
1793
- ParticipantId: string | undefined;
1794
- ParticipantRole: ParticipantRole | undefined;
1795
- DisplayName?: string | undefined;
1796
- Attachments: RealTimeContactAnalysisAttachment[] | undefined;
1797
- Time: RealTimeContactAnalysisTimeData | undefined;
1798
- }
1799
- export interface RealTimeContactAnalysisCharacterInterval {
1800
- BeginOffsetChar: number | undefined;
1801
- EndOffsetChar: number | undefined;
1802
- }
1803
- export interface RealTimeContactAnalysisTranscriptItemWithCharacterOffsets {
1804
- Id: string | undefined;
1805
- CharacterOffsets?: RealTimeContactAnalysisCharacterInterval | undefined;
1806
- }
1807
- export interface RealTimeContactAnalysisPointOfInterest {
1808
- TranscriptItems?:
1809
- | RealTimeContactAnalysisTranscriptItemWithCharacterOffsets[]
1810
- | undefined;
1811
- }
1812
- export interface RealTimeContactAnalysisCategoryDetails {
1813
- PointsOfInterest: RealTimeContactAnalysisPointOfInterest[] | undefined;
1814
- }
1815
- export interface RealTimeContactAnalysisSegmentCategories {
1816
- MatchedDetails:
1817
- | Record<string, RealTimeContactAnalysisCategoryDetails>
1818
- | undefined;
1819
- }
1820
- export interface RealTimeContactAnalysisSegmentEvent {
1821
- Id: string | undefined;
1822
- ParticipantId?: string | undefined;
1823
- ParticipantRole?: ParticipantRole | undefined;
1824
- DisplayName?: string | undefined;
1825
- EventType: string | undefined;
1826
- Time: RealTimeContactAnalysisTimeData | undefined;
1827
- }
1828
- export interface RealTimeContactAnalysisTranscriptItemWithContent {
1829
- Content?: string | undefined;
1830
- Id: string | undefined;
1831
- CharacterOffsets?: RealTimeContactAnalysisCharacterInterval | undefined;
1832
- }
1833
- export interface RealTimeContactAnalysisIssueDetected {
1834
- TranscriptItems:
1835
- | RealTimeContactAnalysisTranscriptItemWithContent[]
1836
- | undefined;
1837
- }
1838
- export interface RealTimeContactAnalysisSegmentIssues {
1839
- IssuesDetected: RealTimeContactAnalysisIssueDetected[] | undefined;
1840
- }
1841
- export interface RealTimeContactAnalysisSegmentPostContactSummary {
1842
- Content?: string | undefined;
1843
- Status: RealTimeContactAnalysisPostContactSummaryStatus | undefined;
1844
- FailureCode?:
1845
- | RealTimeContactAnalysisPostContactSummaryFailureCode
1846
- | undefined;
1847
- }
1848
- export interface RealTimeContactAnalysisTranscriptItemRedaction {
1849
- CharacterOffsets?: RealTimeContactAnalysisCharacterInterval[] | undefined;
1850
- }
1851
- export interface RealTimeContactAnalysisSegmentTranscript {
1852
- Id: string | undefined;
1853
- ParticipantId: string | undefined;
1854
- ParticipantRole: ParticipantRole | undefined;
1855
- DisplayName?: string | undefined;
1856
- Content: string | undefined;
1857
- ContentType?: string | undefined;
1858
- Time: RealTimeContactAnalysisTimeData | undefined;
1859
- Redaction?: RealTimeContactAnalysisTranscriptItemRedaction | undefined;
1860
- Sentiment?: RealTimeContactAnalysisSentimentLabel | undefined;
1861
- }
1862
- export type RealtimeContactAnalysisSegment =
1863
- | RealtimeContactAnalysisSegment.AttachmentsMember
1864
- | RealtimeContactAnalysisSegment.CategoriesMember
1865
- | RealtimeContactAnalysisSegment.EventMember
1866
- | RealtimeContactAnalysisSegment.IssuesMember
1867
- | RealtimeContactAnalysisSegment.PostContactSummaryMember
1868
- | RealtimeContactAnalysisSegment.TranscriptMember
1869
- | RealtimeContactAnalysisSegment.$UnknownMember;
1870
- export declare namespace RealtimeContactAnalysisSegment {
1871
- interface TranscriptMember {
1872
- Transcript: RealTimeContactAnalysisSegmentTranscript;
1873
- Categories?: never;
1874
- Issues?: never;
1875
- Event?: never;
1876
- Attachments?: never;
1877
- PostContactSummary?: never;
1878
- $unknown?: never;
1879
- }
1880
- interface CategoriesMember {
1881
- Transcript?: never;
1882
- Categories: RealTimeContactAnalysisSegmentCategories;
1883
- Issues?: never;
1884
- Event?: never;
1885
- Attachments?: never;
1886
- PostContactSummary?: never;
1887
- $unknown?: never;
1888
- }
1889
- interface IssuesMember {
1890
- Transcript?: never;
1891
- Categories?: never;
1892
- Issues: RealTimeContactAnalysisSegmentIssues;
1893
- Event?: never;
1894
- Attachments?: never;
1895
- PostContactSummary?: never;
1896
- $unknown?: never;
1897
- }
1898
- interface EventMember {
1899
- Transcript?: never;
1900
- Categories?: never;
1901
- Issues?: never;
1902
- Event: RealTimeContactAnalysisSegmentEvent;
1903
- Attachments?: never;
1904
- PostContactSummary?: never;
1905
- $unknown?: never;
1906
- }
1907
- interface AttachmentsMember {
1908
- Transcript?: never;
1909
- Categories?: never;
1910
- Issues?: never;
1911
- Event?: never;
1912
- Attachments: RealTimeContactAnalysisSegmentAttachments;
1913
- PostContactSummary?: never;
1914
- $unknown?: never;
1915
- }
1916
- interface PostContactSummaryMember {
1917
- Transcript?: never;
1918
- Categories?: never;
1919
- Issues?: never;
1920
- Event?: never;
1921
- Attachments?: never;
1922
- PostContactSummary: RealTimeContactAnalysisSegmentPostContactSummary;
1923
- $unknown?: never;
1924
- }
1925
- interface $UnknownMember {
1926
- Transcript?: never;
1927
- Categories?: never;
1928
- Issues?: never;
1929
- Event?: never;
1930
- Attachments?: never;
1931
- PostContactSummary?: never;
1932
- $unknown: [string, any];
1933
- }
1934
- interface Visitor<T> {
1935
- Transcript: (value: RealTimeContactAnalysisSegmentTranscript) => T;
1936
- Categories: (value: RealTimeContactAnalysisSegmentCategories) => T;
1937
- Issues: (value: RealTimeContactAnalysisSegmentIssues) => T;
1938
- Event: (value: RealTimeContactAnalysisSegmentEvent) => T;
1939
- Attachments: (value: RealTimeContactAnalysisSegmentAttachments) => T;
1940
- PostContactSummary: (
1941
- value: RealTimeContactAnalysisSegmentPostContactSummary
1942
- ) => T;
1943
- _: (name: string, value: any) => T;
1944
- }
1945
- }
1946
- export interface ListRealtimeContactAnalysisSegmentsV2Response {
1947
- Channel: RealTimeContactAnalysisSupportedChannel | undefined;
1948
- Status: RealTimeContactAnalysisStatus | undefined;
1949
- Segments: RealtimeContactAnalysisSegment[] | undefined;
1950
- NextToken?: string | undefined;
1951
- }
1952
- export interface ListRoutingProfileManualAssignmentQueuesRequest {
1953
- InstanceId: string | undefined;
1954
- RoutingProfileId: string | undefined;
1955
- NextToken?: string | undefined;
1956
- MaxResults?: number | undefined;
1957
- }
1958
- export interface RoutingProfileManualAssignmentQueueConfigSummary {
1959
- QueueId: string | undefined;
1960
- QueueArn: string | undefined;
1961
- QueueName: string | undefined;
1962
- Channel: Channel | undefined;
1963
- }
1964
- export interface ListRoutingProfileManualAssignmentQueuesResponse {
1965
- NextToken?: string | undefined;
1966
- RoutingProfileManualAssignmentQueueConfigSummaryList?:
1967
- | RoutingProfileManualAssignmentQueueConfigSummary[]
1968
- | undefined;
1969
- LastModifiedTime?: Date | undefined;
1970
- LastModifiedRegion?: string | undefined;
1971
- }
1972
- export interface ListRoutingProfileQueuesRequest {
1973
- InstanceId: string | undefined;
1974
- RoutingProfileId: string | undefined;
1975
- NextToken?: string | undefined;
1976
- MaxResults?: number | undefined;
1977
- }
1978
- export interface RoutingProfileQueueConfigSummary {
1979
- QueueId: string | undefined;
1980
- QueueArn: string | undefined;
1981
- QueueName: string | undefined;
1982
- Priority: number | undefined;
1983
- Delay: number | undefined;
1984
- Channel: Channel | undefined;
1985
- }
1986
- export interface ListRoutingProfileQueuesResponse {
1987
- NextToken?: string | undefined;
1988
- RoutingProfileQueueConfigSummaryList?:
1989
- | RoutingProfileQueueConfigSummary[]
1990
- | undefined;
1991
- LastModifiedTime?: Date | undefined;
1992
- LastModifiedRegion?: string | undefined;
1993
- }
1994
- export interface ListRoutingProfilesRequest {
1995
- InstanceId: string | undefined;
1996
- NextToken?: string | undefined;
1997
- MaxResults?: number | undefined;
1998
- }
1999
- export interface RoutingProfileSummary {
2000
- Id?: string | undefined;
2001
- Arn?: string | undefined;
2002
- Name?: string | undefined;
2003
- LastModifiedTime?: Date | undefined;
2004
- LastModifiedRegion?: string | undefined;
2005
- }
2006
- export interface ListRoutingProfilesResponse {
2007
- RoutingProfileSummaryList?: RoutingProfileSummary[] | undefined;
2008
- NextToken?: string | undefined;
2009
- }
2010
- export interface ListRulesRequest {
2011
- InstanceId: string | undefined;
2012
- PublishStatus?: RulePublishStatus | undefined;
2013
- EventSourceName?: EventSourceName | undefined;
2014
- MaxResults?: number | undefined;
2015
- NextToken?: string | undefined;
2016
- }
2017
- export interface RuleSummary {
2018
- Name: string | undefined;
2019
- RuleId: string | undefined;
2020
- RuleArn: string | undefined;
2021
- EventSourceName: EventSourceName | undefined;
2022
- PublishStatus: RulePublishStatus | undefined;
2023
- ActionSummaries: ActionSummary[] | undefined;
2024
- CreatedTime: Date | undefined;
2025
- LastUpdatedTime: Date | undefined;
2026
- }
2027
- export interface ListRulesResponse {
2028
- RuleSummaryList: RuleSummary[] | undefined;
2029
- NextToken?: string | undefined;
2030
- }
2031
- export interface ListSecurityKeysRequest {
2032
- InstanceId: string | undefined;
2033
- NextToken?: string | undefined;
2034
- MaxResults?: number | undefined;
2035
- }