@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,82 +1,995 @@
1
1
  import {
2
+ AgentAvailabilityTimer,
3
+ AgentStatusState,
2
4
  AnsweringMachineDetectionStatus,
3
5
  Channel,
6
+ ContactFlowModuleState,
7
+ ContactFlowModuleStatus,
8
+ ContactFlowState,
9
+ ContactFlowStatus,
10
+ ContactFlowType,
4
11
  ContactInitiationMethod,
12
+ ContactRecordingType,
13
+ DataTableAttributeValueType,
14
+ DataTableLockLevel,
15
+ EvaluationFormItemEnablementAction,
16
+ EvaluationFormItemEnablementOperator,
17
+ EvaluationFormQuestionType,
5
18
  EvaluationFormVersionStatus,
6
19
  InitiateAs,
20
+ InstanceAttributeType,
21
+ InstanceStorageResourceType,
22
+ MeetingFeatureStatus,
23
+ ParticipantTimerAction,
24
+ ParticipantTimerType,
25
+ QueueStatus,
7
26
  RoutingCriteriaStepStatus,
27
+ RulePublishStatus,
28
+ SearchableQueueType,
29
+ TaskTemplateStatus,
30
+ TimerEligibleParticipantRoles,
31
+ TrafficType,
32
+ ViewStatus,
33
+ ViewType,
34
+ Visibility,
8
35
  } from "./enums";
9
36
  import {
10
37
  AdditionalEmailRecipients,
38
+ AgentConfig,
11
39
  AgentInfo,
12
40
  AgentStatusSearchFilter,
41
+ AllowedCapabilities,
42
+ Application,
13
43
  Campaign,
44
+ DataTableLockVersion,
45
+ Endpoint,
46
+ EvaluationFormAutoEvaluationConfiguration,
47
+ EvaluationFormItemEnablementExpression,
48
+ EvaluationFormLanguageConfiguration,
49
+ EvaluationFormQuestionTypeProperties,
50
+ EvaluationFormScoringStrategy,
51
+ EvaluationFormTargetConfiguration,
52
+ FlowModule,
53
+ GranularAccessControlConfiguration,
54
+ HoursOfOperationConfig,
55
+ HoursOfOperationOverrideConfig,
56
+ InputPredefinedAttributeConfiguration,
57
+ InstanceStorageConfig,
58
+ MediaConcurrency,
59
+ OutboundCallerConfig,
60
+ OutboundEmailConfig,
61
+ OutboundStrategy,
62
+ PredefinedAttributeValues,
63
+ PrimaryValue,
64
+ QuickConnectConfig,
65
+ Reference,
66
+ RoutingProfileQueueConfig,
67
+ RuleAction,
68
+ StringCondition,
69
+ TaskTemplateConstraints,
70
+ TaskTemplateDefaults,
71
+ TaskTemplateField,
72
+ UserIdentityInfo,
73
+ UserInfo,
74
+ UserPhoneConfig,
75
+ UserProficiency,
76
+ Validation,
77
+ View,
78
+ ViewInputContent,
79
+ WorkspaceTheme,
80
+ } from "./models_0";
81
+ import {
82
+ AttributeCondition,
14
83
  ChatMetrics,
15
84
  ContactDetails,
16
85
  ContactEvaluation,
17
86
  Customer,
18
87
  CustomerVoiceActivity,
19
88
  DisconnectDetails,
20
- Endpoint,
21
89
  EndpointInfo,
22
- EvaluationFormAutoEvaluationConfiguration,
23
- EvaluationFormScoringStrategy,
90
+ Evaluation,
91
+ EvaluationAnswerData,
92
+ EvaluationNote,
24
93
  Expiry,
25
- OutboundStrategy,
94
+ NextContactEntry,
26
95
  QualityMetrics,
27
96
  QueueInfo,
28
97
  RecordingInfo,
29
- Reference,
98
+ SignInConfig,
30
99
  TaskTemplateInfoV2,
31
- UserInfo,
100
+ TelephonyConfig,
32
101
  WisdomInfo,
33
- } from "./models_0";
34
- import { Evaluation } from "./models_1";
102
+ } from "./models_1";
35
103
  import {
36
- AgentStatusSearchCriteria,
104
+ BooleanCondition,
37
105
  ChatMessage,
38
- ContactFlowModuleSearchCriteria,
39
106
  ContactFlowModuleSearchFilter,
40
- ContactFlowSearchCriteria,
41
107
  ContactFlowSearchFilter,
42
108
  ContactSearchSummaryAgentInfo,
43
109
  ContactSearchSummaryQueueInfo,
110
+ DataTableSearchFilter,
111
+ DateCondition,
112
+ DateTimeCondition,
113
+ DecimalCondition,
44
114
  EmailAddressInfo,
45
- EmailAddressSearchCriteria,
46
115
  EmailAddressSearchFilter,
47
116
  EmailAttachment,
48
- EvaluationFormQuestion,
49
- EvaluationFormSearchCriteria,
50
117
  EvaluationFormSearchFilter,
51
- EvaluationSearchCriteria,
52
118
  EvaluationSearchFilter,
53
- Expression,
54
- HoursOfOperationOverrideSearchCriteria,
55
- HoursOfOperationSearchCriteria,
119
+ HierarchyGroupCondition,
56
120
  HoursOfOperationSearchFilter,
57
121
  InboundAdditionalRecipients,
58
122
  InboundEmailContent,
123
+ ListCondition,
124
+ NumberCondition,
125
+ ParticipantConfiguration,
59
126
  ParticipantDetails,
60
127
  PersistentChat,
61
- PredefinedAttributeSearchCriteria,
62
- PromptSearchCriteria,
63
128
  PromptSearchFilter,
64
- QueueInfoInput,
65
- QueueSearchCriteria,
66
129
  QueueSearchFilter,
67
- QuickConnectSearchCriteria,
68
130
  QuickConnectSearchFilter,
69
- RoutingCriteriaInputStep,
70
- RoutingProfileSearchCriteria,
71
131
  RoutingProfileSearchFilter,
72
- SecurityProfileSearchCriteria,
73
132
  SecurityProfilesSearchFilter,
74
- SegmentAttributeValue,
75
- UserHierarchyGroupSearchCriteria,
76
133
  UserHierarchyGroupSearchFilter,
77
- UserSearchCriteria,
78
134
  UserSearchFilter,
135
+ ViewSearchFilter,
136
+ WorkspaceAssociationSearchFilter,
137
+ WorkspaceSearchFilter,
79
138
  } from "./models_2";
139
+ export interface StartOutboundEmailContactResponse {
140
+ ContactId?: string | undefined;
141
+ }
142
+ export interface AnswerMachineDetectionConfig {
143
+ EnableAnswerMachineDetection?: boolean | undefined;
144
+ AwaitAnswerMachinePrompt?: boolean | undefined;
145
+ }
146
+ export interface StartOutboundVoiceContactRequest {
147
+ Name?: string | undefined;
148
+ Description?: string | undefined;
149
+ References?: Record<string, Reference> | undefined;
150
+ RelatedContactId?: string | undefined;
151
+ DestinationPhoneNumber: string | undefined;
152
+ ContactFlowId: string | undefined;
153
+ InstanceId: string | undefined;
154
+ ClientToken?: string | undefined;
155
+ SourcePhoneNumber?: string | undefined;
156
+ QueueId?: string | undefined;
157
+ Attributes?: Record<string, string> | undefined;
158
+ AnswerMachineDetectionConfig?: AnswerMachineDetectionConfig | undefined;
159
+ CampaignId?: string | undefined;
160
+ TrafficType?: TrafficType | undefined;
161
+ OutboundStrategy?: OutboundStrategy | undefined;
162
+ RingTimeoutInSeconds?: number | undefined;
163
+ }
164
+ export interface StartOutboundVoiceContactResponse {
165
+ ContactId?: string | undefined;
166
+ }
167
+ export interface StartScreenSharingRequest {
168
+ ClientToken?: string | undefined;
169
+ InstanceId: string | undefined;
170
+ ContactId: string | undefined;
171
+ }
172
+ export interface StartScreenSharingResponse {}
173
+ export interface StartTaskContactResponse {
174
+ ContactId?: string | undefined;
175
+ }
176
+ export interface StartWebRTCContactRequest {
177
+ Attributes?: Record<string, string> | undefined;
178
+ ClientToken?: string | undefined;
179
+ ContactFlowId: string | undefined;
180
+ InstanceId: string | undefined;
181
+ AllowedCapabilities?: AllowedCapabilities | undefined;
182
+ ParticipantDetails: ParticipantDetails | undefined;
183
+ RelatedContactId?: string | undefined;
184
+ References?: Record<string, Reference> | undefined;
185
+ Description?: string | undefined;
186
+ }
187
+ export interface Attendee {
188
+ AttendeeId?: string | undefined;
189
+ JoinToken?: string | undefined;
190
+ }
191
+ export interface MediaPlacement {
192
+ AudioHostUrl?: string | undefined;
193
+ AudioFallbackUrl?: string | undefined;
194
+ SignalingUrl?: string | undefined;
195
+ TurnControlUrl?: string | undefined;
196
+ EventIngestionUrl?: string | undefined;
197
+ }
198
+ export interface AudioFeatures {
199
+ EchoReduction?: MeetingFeatureStatus | undefined;
200
+ }
201
+ export interface MeetingFeaturesConfiguration {
202
+ Audio?: AudioFeatures | undefined;
203
+ }
204
+ export interface Meeting {
205
+ MediaRegion?: string | undefined;
206
+ MediaPlacement?: MediaPlacement | undefined;
207
+ MeetingFeatures?: MeetingFeaturesConfiguration | undefined;
208
+ MeetingId?: string | undefined;
209
+ }
210
+ export interface ConnectionData {
211
+ Attendee?: Attendee | undefined;
212
+ Meeting?: Meeting | undefined;
213
+ }
214
+ export interface StartWebRTCContactResponse {
215
+ ConnectionData?: ConnectionData | undefined;
216
+ ContactId?: string | undefined;
217
+ ParticipantId?: string | undefined;
218
+ ParticipantToken?: string | undefined;
219
+ }
220
+ export interface DisconnectReason {
221
+ Code?: string | undefined;
222
+ }
223
+ export interface StopContactRequest {
224
+ ContactId: string | undefined;
225
+ InstanceId: string | undefined;
226
+ DisconnectReason?: DisconnectReason | undefined;
227
+ }
228
+ export interface StopContactResponse {}
229
+ export interface StopContactMediaProcessingRequest {
230
+ InstanceId?: string | undefined;
231
+ ContactId?: string | undefined;
232
+ }
233
+ export interface StopContactMediaProcessingResponse {}
234
+ export interface StopContactRecordingRequest {
235
+ InstanceId: string | undefined;
236
+ ContactId: string | undefined;
237
+ InitialContactId: string | undefined;
238
+ ContactRecordingType?: ContactRecordingType | undefined;
239
+ }
240
+ export interface StopContactRecordingResponse {}
241
+ export interface StopContactStreamingRequest {
242
+ InstanceId: string | undefined;
243
+ ContactId: string | undefined;
244
+ StreamingId: string | undefined;
245
+ }
246
+ export interface StopContactStreamingResponse {}
247
+ export interface EvaluationAnswerInput {
248
+ Value?: EvaluationAnswerData | undefined;
249
+ }
250
+ export type EvaluatorUserUnion =
251
+ | EvaluatorUserUnion.ConnectUserArnMember
252
+ | EvaluatorUserUnion.$UnknownMember;
253
+ export declare namespace EvaluatorUserUnion {
254
+ interface ConnectUserArnMember {
255
+ ConnectUserArn: string;
256
+ $unknown?: never;
257
+ }
258
+ interface $UnknownMember {
259
+ ConnectUserArn?: never;
260
+ $unknown: [string, any];
261
+ }
262
+ interface Visitor<T> {
263
+ ConnectUserArn: (value: string) => T;
264
+ _: (name: string, value: any) => T;
265
+ }
266
+ }
267
+ export interface SubmitContactEvaluationRequest {
268
+ InstanceId: string | undefined;
269
+ EvaluationId: string | undefined;
270
+ Answers?: Record<string, EvaluationAnswerInput> | undefined;
271
+ Notes?: Record<string, EvaluationNote> | undefined;
272
+ SubmittedBy?: EvaluatorUserUnion | undefined;
273
+ }
274
+ export interface SubmitContactEvaluationResponse {
275
+ EvaluationId: string | undefined;
276
+ EvaluationArn: string | undefined;
277
+ }
278
+ export interface SuspendContactRecordingRequest {
279
+ InstanceId: string | undefined;
280
+ ContactId: string | undefined;
281
+ InitialContactId: string | undefined;
282
+ ContactRecordingType?: ContactRecordingType | undefined;
283
+ }
284
+ export interface SuspendContactRecordingResponse {}
285
+ export interface TagContactRequest {
286
+ ContactId: string | undefined;
287
+ InstanceId: string | undefined;
288
+ Tags: Record<string, string> | undefined;
289
+ }
290
+ export interface TagContactResponse {}
291
+ export interface TagResourceRequest {
292
+ resourceArn: string | undefined;
293
+ tags: Record<string, string> | undefined;
294
+ }
295
+ export interface TransferContactRequest {
296
+ InstanceId: string | undefined;
297
+ ContactId: string | undefined;
298
+ QueueId?: string | undefined;
299
+ UserId?: string | undefined;
300
+ ContactFlowId: string | undefined;
301
+ ClientToken?: string | undefined;
302
+ }
303
+ export interface TransferContactResponse {
304
+ ContactId?: string | undefined;
305
+ ContactArn?: string | undefined;
306
+ }
307
+ export interface UntagContactRequest {
308
+ ContactId: string | undefined;
309
+ InstanceId: string | undefined;
310
+ TagKeys: string[] | undefined;
311
+ }
312
+ export interface UntagContactResponse {}
313
+ export interface UntagResourceRequest {
314
+ resourceArn: string | undefined;
315
+ tagKeys: string[] | undefined;
316
+ }
317
+ export interface UpdateAgentStatusRequest {
318
+ InstanceId: string | undefined;
319
+ AgentStatusId: string | undefined;
320
+ Name?: string | undefined;
321
+ Description?: string | undefined;
322
+ State?: AgentStatusState | undefined;
323
+ DisplayOrder?: number | undefined;
324
+ ResetOrderNumber?: boolean | undefined;
325
+ }
326
+ export interface UpdateAuthenticationProfileRequest {
327
+ AuthenticationProfileId: string | undefined;
328
+ InstanceId: string | undefined;
329
+ Name?: string | undefined;
330
+ Description?: string | undefined;
331
+ AllowedIps?: string[] | undefined;
332
+ BlockedIps?: string[] | undefined;
333
+ PeriodicSessionDuration?: number | undefined;
334
+ SessionInactivityDuration?: number | undefined;
335
+ SessionInactivityHandlingEnabled?: boolean | undefined;
336
+ }
337
+ export interface QueueInfoInput {
338
+ Id?: string | undefined;
339
+ }
340
+ export interface UpdateContactResponse {}
341
+ export interface UpdateContactAttributesRequest {
342
+ InitialContactId: string | undefined;
343
+ InstanceId: string | undefined;
344
+ Attributes: Record<string, string> | undefined;
345
+ }
346
+ export interface UpdateContactAttributesResponse {}
347
+ export interface UpdateContactEvaluationRequest {
348
+ InstanceId: string | undefined;
349
+ EvaluationId: string | undefined;
350
+ Answers?: Record<string, EvaluationAnswerInput> | undefined;
351
+ Notes?: Record<string, EvaluationNote> | undefined;
352
+ UpdatedBy?: EvaluatorUserUnion | undefined;
353
+ }
354
+ export interface UpdateContactEvaluationResponse {
355
+ EvaluationId: string | undefined;
356
+ EvaluationArn: string | undefined;
357
+ }
358
+ export interface UpdateContactFlowContentRequest {
359
+ InstanceId: string | undefined;
360
+ ContactFlowId: string | undefined;
361
+ Content: string | undefined;
362
+ }
363
+ export interface UpdateContactFlowContentResponse {}
364
+ export interface UpdateContactFlowMetadataRequest {
365
+ InstanceId: string | undefined;
366
+ ContactFlowId: string | undefined;
367
+ Name?: string | undefined;
368
+ Description?: string | undefined;
369
+ ContactFlowState?: ContactFlowState | undefined;
370
+ }
371
+ export interface UpdateContactFlowMetadataResponse {}
372
+ export interface UpdateContactFlowModuleAliasRequest {
373
+ InstanceId: string | undefined;
374
+ ContactFlowModuleId: string | undefined;
375
+ AliasId: string | undefined;
376
+ Name?: string | undefined;
377
+ Description?: string | undefined;
378
+ ContactFlowModuleVersion?: number | undefined;
379
+ }
380
+ export interface UpdateContactFlowModuleAliasResponse {}
381
+ export interface UpdateContactFlowModuleContentRequest {
382
+ InstanceId: string | undefined;
383
+ ContactFlowModuleId: string | undefined;
384
+ Content?: string | undefined;
385
+ Settings?: string | undefined;
386
+ }
387
+ export interface UpdateContactFlowModuleContentResponse {}
388
+ export interface UpdateContactFlowModuleMetadataRequest {
389
+ InstanceId: string | undefined;
390
+ ContactFlowModuleId: string | undefined;
391
+ Name?: string | undefined;
392
+ Description?: string | undefined;
393
+ State?: ContactFlowModuleState | undefined;
394
+ }
395
+ export interface UpdateContactFlowModuleMetadataResponse {}
396
+ export interface UpdateContactFlowNameRequest {
397
+ InstanceId: string | undefined;
398
+ ContactFlowId: string | undefined;
399
+ Name?: string | undefined;
400
+ Description?: string | undefined;
401
+ }
402
+ export interface UpdateContactFlowNameResponse {}
403
+ export interface RoutingCriteriaInputStepExpiry {
404
+ DurationInSeconds?: number | undefined;
405
+ }
406
+ export interface UpdateContactRoutingDataResponse {}
407
+ export interface UpdateContactScheduleRequest {
408
+ InstanceId: string | undefined;
409
+ ContactId: string | undefined;
410
+ ScheduledTime: Date | undefined;
411
+ }
412
+ export interface UpdateContactScheduleResponse {}
413
+ export interface UpdateDataTableAttributeRequest {
414
+ InstanceId: string | undefined;
415
+ DataTableId: string | undefined;
416
+ AttributeName: string | undefined;
417
+ Name: string | undefined;
418
+ ValueType: DataTableAttributeValueType | undefined;
419
+ Description?: string | undefined;
420
+ Primary?: boolean | undefined;
421
+ Validation?: Validation | undefined;
422
+ }
423
+ export interface UpdateDataTableAttributeResponse {
424
+ Name: string | undefined;
425
+ LockVersion: DataTableLockVersion | undefined;
426
+ }
427
+ export interface UpdateDataTableMetadataRequest {
428
+ InstanceId: string | undefined;
429
+ DataTableId: string | undefined;
430
+ Name: string | undefined;
431
+ Description?: string | undefined;
432
+ ValueLockLevel: DataTableLockLevel | undefined;
433
+ TimeZone: string | undefined;
434
+ }
435
+ export interface UpdateDataTableMetadataResponse {
436
+ LockVersion: DataTableLockVersion | undefined;
437
+ }
438
+ export interface UpdateDataTablePrimaryValuesRequest {
439
+ InstanceId: string | undefined;
440
+ DataTableId: string | undefined;
441
+ PrimaryValues: PrimaryValue[] | undefined;
442
+ NewPrimaryValues: PrimaryValue[] | undefined;
443
+ LockVersion: DataTableLockVersion | undefined;
444
+ }
445
+ export interface UpdateDataTablePrimaryValuesResponse {
446
+ LockVersion: DataTableLockVersion | undefined;
447
+ }
448
+ export interface UpdateEmailAddressMetadataRequest {
449
+ InstanceId: string | undefined;
450
+ EmailAddressId: string | undefined;
451
+ Description?: string | undefined;
452
+ DisplayName?: string | undefined;
453
+ ClientToken?: string | undefined;
454
+ }
455
+ export interface UpdateEmailAddressMetadataResponse {
456
+ EmailAddressId?: string | undefined;
457
+ EmailAddressArn?: string | undefined;
458
+ }
459
+ export interface UpdateEvaluationFormResponse {
460
+ EvaluationFormId: string | undefined;
461
+ EvaluationFormArn: string | undefined;
462
+ EvaluationFormVersion: number | undefined;
463
+ }
464
+ export interface UpdateHoursOfOperationRequest {
465
+ InstanceId: string | undefined;
466
+ HoursOfOperationId: string | undefined;
467
+ Name?: string | undefined;
468
+ Description?: string | undefined;
469
+ TimeZone?: string | undefined;
470
+ Config?: HoursOfOperationConfig[] | undefined;
471
+ }
472
+ export interface UpdateHoursOfOperationOverrideRequest {
473
+ InstanceId: string | undefined;
474
+ HoursOfOperationId: string | undefined;
475
+ HoursOfOperationOverrideId: string | undefined;
476
+ Name?: string | undefined;
477
+ Description?: string | undefined;
478
+ Config?: HoursOfOperationOverrideConfig[] | undefined;
479
+ EffectiveFrom?: string | undefined;
480
+ EffectiveTill?: string | undefined;
481
+ }
482
+ export interface UpdateInstanceAttributeRequest {
483
+ InstanceId: string | undefined;
484
+ AttributeType: InstanceAttributeType | undefined;
485
+ Value: string | undefined;
486
+ ClientToken?: string | undefined;
487
+ }
488
+ export interface UpdateInstanceStorageConfigRequest {
489
+ InstanceId: string | undefined;
490
+ AssociationId: string | undefined;
491
+ ResourceType: InstanceStorageResourceType | undefined;
492
+ StorageConfig: InstanceStorageConfig | undefined;
493
+ ClientToken?: string | undefined;
494
+ }
495
+ export interface UpdateParticipantAuthenticationRequest {
496
+ State: string | undefined;
497
+ InstanceId: string | undefined;
498
+ Code?: string | undefined;
499
+ Error?: string | undefined;
500
+ ErrorDescription?: string | undefined;
501
+ }
502
+ export interface UpdateParticipantAuthenticationResponse {}
503
+ export type ParticipantTimerValue =
504
+ | ParticipantTimerValue.ParticipantTimerActionMember
505
+ | ParticipantTimerValue.ParticipantTimerDurationInMinutesMember
506
+ | ParticipantTimerValue.$UnknownMember;
507
+ export declare namespace ParticipantTimerValue {
508
+ interface ParticipantTimerActionMember {
509
+ ParticipantTimerAction: ParticipantTimerAction;
510
+ ParticipantTimerDurationInMinutes?: never;
511
+ $unknown?: never;
512
+ }
513
+ interface ParticipantTimerDurationInMinutesMember {
514
+ ParticipantTimerAction?: never;
515
+ ParticipantTimerDurationInMinutes: number;
516
+ $unknown?: never;
517
+ }
518
+ interface $UnknownMember {
519
+ ParticipantTimerAction?: never;
520
+ ParticipantTimerDurationInMinutes?: never;
521
+ $unknown: [string, any];
522
+ }
523
+ interface Visitor<T> {
524
+ ParticipantTimerAction: (value: ParticipantTimerAction) => T;
525
+ ParticipantTimerDurationInMinutes: (value: number) => T;
526
+ _: (name: string, value: any) => T;
527
+ }
528
+ }
529
+ export interface ParticipantTimerConfiguration {
530
+ ParticipantRole: TimerEligibleParticipantRoles | undefined;
531
+ TimerType: ParticipantTimerType | undefined;
532
+ TimerValue: ParticipantTimerValue | undefined;
533
+ }
534
+ export interface ChatParticipantRoleConfig {
535
+ ParticipantTimerConfigList: ParticipantTimerConfiguration[] | undefined;
536
+ }
537
+ export type UpdateParticipantRoleConfigChannelInfo =
538
+ | UpdateParticipantRoleConfigChannelInfo.ChatMember
539
+ | UpdateParticipantRoleConfigChannelInfo.$UnknownMember;
540
+ export declare namespace UpdateParticipantRoleConfigChannelInfo {
541
+ interface ChatMember {
542
+ Chat: ChatParticipantRoleConfig;
543
+ $unknown?: never;
544
+ }
545
+ interface $UnknownMember {
546
+ Chat?: never;
547
+ $unknown: [string, any];
548
+ }
549
+ interface Visitor<T> {
550
+ Chat: (value: ChatParticipantRoleConfig) => T;
551
+ _: (name: string, value: any) => T;
552
+ }
553
+ }
554
+ export interface UpdateParticipantRoleConfigRequest {
555
+ InstanceId: string | undefined;
556
+ ContactId: string | undefined;
557
+ ChannelConfiguration: UpdateParticipantRoleConfigChannelInfo | undefined;
558
+ }
559
+ export interface UpdateParticipantRoleConfigResponse {}
560
+ export interface UpdatePhoneNumberRequest {
561
+ PhoneNumberId: string | undefined;
562
+ TargetArn?: string | undefined;
563
+ InstanceId?: string | undefined;
564
+ ClientToken?: string | undefined;
565
+ }
566
+ export interface UpdatePhoneNumberResponse {
567
+ PhoneNumberId?: string | undefined;
568
+ PhoneNumberArn?: string | undefined;
569
+ }
570
+ export interface UpdatePhoneNumberMetadataRequest {
571
+ PhoneNumberId: string | undefined;
572
+ PhoneNumberDescription?: string | undefined;
573
+ ClientToken?: string | undefined;
574
+ }
575
+ export interface UpdatePredefinedAttributeRequest {
576
+ InstanceId: string | undefined;
577
+ Name: string | undefined;
578
+ Values?: PredefinedAttributeValues | undefined;
579
+ Purposes?: string[] | undefined;
580
+ AttributeConfiguration?: InputPredefinedAttributeConfiguration | undefined;
581
+ }
582
+ export interface UpdatePromptRequest {
583
+ InstanceId: string | undefined;
584
+ PromptId: string | undefined;
585
+ Name?: string | undefined;
586
+ Description?: string | undefined;
587
+ S3Uri?: string | undefined;
588
+ }
589
+ export interface UpdatePromptResponse {
590
+ PromptARN?: string | undefined;
591
+ PromptId?: string | undefined;
592
+ }
593
+ export interface UpdateQueueHoursOfOperationRequest {
594
+ InstanceId: string | undefined;
595
+ QueueId: string | undefined;
596
+ HoursOfOperationId: string | undefined;
597
+ }
598
+ export interface UpdateQueueMaxContactsRequest {
599
+ InstanceId: string | undefined;
600
+ QueueId: string | undefined;
601
+ MaxContacts?: number | undefined;
602
+ }
603
+ export interface UpdateQueueNameRequest {
604
+ InstanceId: string | undefined;
605
+ QueueId: string | undefined;
606
+ Name?: string | undefined;
607
+ Description?: string | undefined;
608
+ }
609
+ export interface UpdateQueueOutboundCallerConfigRequest {
610
+ InstanceId: string | undefined;
611
+ QueueId: string | undefined;
612
+ OutboundCallerConfig: OutboundCallerConfig | undefined;
613
+ }
614
+ export interface UpdateQueueOutboundEmailConfigRequest {
615
+ InstanceId: string | undefined;
616
+ QueueId: string | undefined;
617
+ OutboundEmailConfig: OutboundEmailConfig | undefined;
618
+ }
619
+ export interface UpdateQueueStatusRequest {
620
+ InstanceId: string | undefined;
621
+ QueueId: string | undefined;
622
+ Status: QueueStatus | undefined;
623
+ }
624
+ export interface UpdateQuickConnectConfigRequest {
625
+ InstanceId: string | undefined;
626
+ QuickConnectId: string | undefined;
627
+ QuickConnectConfig: QuickConnectConfig | undefined;
628
+ }
629
+ export interface UpdateQuickConnectNameRequest {
630
+ InstanceId: string | undefined;
631
+ QuickConnectId: string | undefined;
632
+ Name?: string | undefined;
633
+ Description?: string | undefined;
634
+ }
635
+ export interface UpdateRoutingProfileAgentAvailabilityTimerRequest {
636
+ InstanceId: string | undefined;
637
+ RoutingProfileId: string | undefined;
638
+ AgentAvailabilityTimer: AgentAvailabilityTimer | undefined;
639
+ }
640
+ export interface UpdateRoutingProfileConcurrencyRequest {
641
+ InstanceId: string | undefined;
642
+ RoutingProfileId: string | undefined;
643
+ MediaConcurrencies: MediaConcurrency[] | undefined;
644
+ }
645
+ export interface UpdateRoutingProfileDefaultOutboundQueueRequest {
646
+ InstanceId: string | undefined;
647
+ RoutingProfileId: string | undefined;
648
+ DefaultOutboundQueueId: string | undefined;
649
+ }
650
+ export interface UpdateRoutingProfileNameRequest {
651
+ InstanceId: string | undefined;
652
+ RoutingProfileId: string | undefined;
653
+ Name?: string | undefined;
654
+ Description?: string | undefined;
655
+ }
656
+ export interface UpdateRoutingProfileQueuesRequest {
657
+ InstanceId: string | undefined;
658
+ RoutingProfileId: string | undefined;
659
+ QueueConfigs: RoutingProfileQueueConfig[] | undefined;
660
+ }
661
+ export interface UpdateRuleRequest {
662
+ RuleId: string | undefined;
663
+ InstanceId: string | undefined;
664
+ Name: string | undefined;
665
+ Function: string | undefined;
666
+ Actions: RuleAction[] | undefined;
667
+ PublishStatus: RulePublishStatus | undefined;
668
+ }
669
+ export interface UpdateSecurityProfileRequest {
670
+ Description?: string | undefined;
671
+ Permissions?: string[] | undefined;
672
+ SecurityProfileId: string | undefined;
673
+ InstanceId: string | undefined;
674
+ AllowedAccessControlTags?: Record<string, string> | undefined;
675
+ TagRestrictedResources?: string[] | undefined;
676
+ Applications?: Application[] | undefined;
677
+ HierarchyRestrictedResources?: string[] | undefined;
678
+ AllowedAccessControlHierarchyGroupId?: string | undefined;
679
+ AllowedFlowModules?: FlowModule[] | undefined;
680
+ GranularAccessControlConfiguration?:
681
+ | GranularAccessControlConfiguration
682
+ | undefined;
683
+ }
684
+ export interface UpdateTaskTemplateRequest {
685
+ TaskTemplateId: string | undefined;
686
+ InstanceId: string | undefined;
687
+ Name?: string | undefined;
688
+ Description?: string | undefined;
689
+ ContactFlowId?: string | undefined;
690
+ SelfAssignFlowId?: string | undefined;
691
+ Constraints?: TaskTemplateConstraints | undefined;
692
+ Defaults?: TaskTemplateDefaults | undefined;
693
+ Status?: TaskTemplateStatus | undefined;
694
+ Fields?: TaskTemplateField[] | undefined;
695
+ }
696
+ export interface UpdateTaskTemplateResponse {
697
+ InstanceId?: string | undefined;
698
+ Id?: string | undefined;
699
+ Arn?: string | undefined;
700
+ Name?: string | undefined;
701
+ Description?: string | undefined;
702
+ ContactFlowId?: string | undefined;
703
+ SelfAssignFlowId?: string | undefined;
704
+ Constraints?: TaskTemplateConstraints | undefined;
705
+ Defaults?: TaskTemplateDefaults | undefined;
706
+ Fields?: TaskTemplateField[] | undefined;
707
+ Status?: TaskTemplateStatus | undefined;
708
+ LastModifiedTime?: Date | undefined;
709
+ CreatedTime?: Date | undefined;
710
+ }
711
+ export interface UpdateTrafficDistributionRequest {
712
+ Id: string | undefined;
713
+ TelephonyConfig?: TelephonyConfig | undefined;
714
+ SignInConfig?: SignInConfig | undefined;
715
+ AgentConfig?: AgentConfig | undefined;
716
+ }
717
+ export interface UpdateTrafficDistributionResponse {}
718
+ export interface UpdateUserHierarchyRequest {
719
+ HierarchyGroupId?: string | undefined;
720
+ UserId: string | undefined;
721
+ InstanceId: string | undefined;
722
+ }
723
+ export interface UpdateUserHierarchyGroupNameRequest {
724
+ Name: string | undefined;
725
+ HierarchyGroupId: string | undefined;
726
+ InstanceId: string | undefined;
727
+ }
728
+ export interface HierarchyLevelUpdate {
729
+ Name: string | undefined;
730
+ }
731
+ export interface HierarchyStructureUpdate {
732
+ LevelOne?: HierarchyLevelUpdate | undefined;
733
+ LevelTwo?: HierarchyLevelUpdate | undefined;
734
+ LevelThree?: HierarchyLevelUpdate | undefined;
735
+ LevelFour?: HierarchyLevelUpdate | undefined;
736
+ LevelFive?: HierarchyLevelUpdate | undefined;
737
+ }
738
+ export interface UpdateUserHierarchyStructureRequest {
739
+ HierarchyStructure: HierarchyStructureUpdate | undefined;
740
+ InstanceId: string | undefined;
741
+ }
742
+ export interface UpdateUserIdentityInfoRequest {
743
+ IdentityInfo: UserIdentityInfo | undefined;
744
+ UserId: string | undefined;
745
+ InstanceId: string | undefined;
746
+ }
747
+ export interface UpdateUserPhoneConfigRequest {
748
+ PhoneConfig: UserPhoneConfig | undefined;
749
+ UserId: string | undefined;
750
+ InstanceId: string | undefined;
751
+ }
752
+ export interface UpdateUserProficienciesRequest {
753
+ InstanceId: string | undefined;
754
+ UserId: string | undefined;
755
+ UserProficiencies: UserProficiency[] | undefined;
756
+ }
757
+ export interface UpdateUserRoutingProfileRequest {
758
+ RoutingProfileId: string | undefined;
759
+ UserId: string | undefined;
760
+ InstanceId: string | undefined;
761
+ }
762
+ export interface UpdateUserSecurityProfilesRequest {
763
+ SecurityProfileIds: string[] | undefined;
764
+ UserId: string | undefined;
765
+ InstanceId: string | undefined;
766
+ }
767
+ export interface UpdateViewContentRequest {
768
+ InstanceId: string | undefined;
769
+ ViewId: string | undefined;
770
+ Status: ViewStatus | undefined;
771
+ Content: ViewInputContent | undefined;
772
+ }
773
+ export interface UpdateViewContentResponse {
774
+ View?: View | undefined;
775
+ }
776
+ export interface UpdateViewMetadataRequest {
777
+ InstanceId: string | undefined;
778
+ ViewId: string | undefined;
779
+ Name?: string | undefined;
780
+ Description?: string | undefined;
781
+ }
782
+ export interface UpdateViewMetadataResponse {}
783
+ export interface UpdateWorkspaceMetadataRequest {
784
+ InstanceId: string | undefined;
785
+ WorkspaceId: string | undefined;
786
+ Name?: string | undefined;
787
+ Description?: string | undefined;
788
+ Title?: string | undefined;
789
+ }
790
+ export interface UpdateWorkspaceMetadataResponse {}
791
+ export interface UpdateWorkspacePageRequest {
792
+ InstanceId: string | undefined;
793
+ WorkspaceId: string | undefined;
794
+ Page: string | undefined;
795
+ NewPage?: string | undefined;
796
+ ResourceArn?: string | undefined;
797
+ Slug?: string | undefined;
798
+ InputData?: string | undefined;
799
+ }
800
+ export interface UpdateWorkspacePageResponse {}
801
+ export interface UpdateWorkspaceThemeRequest {
802
+ InstanceId: string | undefined;
803
+ WorkspaceId: string | undefined;
804
+ Theme?: WorkspaceTheme | undefined;
805
+ }
806
+ export interface UpdateWorkspaceThemeResponse {}
807
+ export interface UpdateWorkspaceVisibilityRequest {
808
+ InstanceId: string | undefined;
809
+ WorkspaceId: string | undefined;
810
+ Visibility: Visibility | undefined;
811
+ }
812
+ export interface UpdateWorkspaceVisibilityResponse {}
813
+ export interface EvaluationFormItemEnablementCondition {
814
+ Operands: EvaluationFormItemEnablementConditionOperand[] | undefined;
815
+ Operator?: EvaluationFormItemEnablementOperator | undefined;
816
+ }
817
+ export type EvaluationFormItemEnablementConditionOperand =
818
+ | EvaluationFormItemEnablementConditionOperand.ConditionMember
819
+ | EvaluationFormItemEnablementConditionOperand.ExpressionMember
820
+ | EvaluationFormItemEnablementConditionOperand.$UnknownMember;
821
+ export declare namespace EvaluationFormItemEnablementConditionOperand {
822
+ interface ExpressionMember {
823
+ Expression: EvaluationFormItemEnablementExpression;
824
+ Condition?: never;
825
+ $unknown?: never;
826
+ }
827
+ interface ConditionMember {
828
+ Expression?: never;
829
+ Condition: EvaluationFormItemEnablementCondition;
830
+ $unknown?: never;
831
+ }
832
+ interface $UnknownMember {
833
+ Expression?: never;
834
+ Condition?: never;
835
+ $unknown: [string, any];
836
+ }
837
+ interface Visitor<T> {
838
+ Expression: (value: EvaluationFormItemEnablementExpression) => T;
839
+ Condition: (value: EvaluationFormItemEnablementCondition) => T;
840
+ _: (name: string, value: any) => T;
841
+ }
842
+ }
843
+ export interface AgentStatusSearchCriteria {
844
+ OrConditions?: AgentStatusSearchCriteria[] | undefined;
845
+ AndConditions?: AgentStatusSearchCriteria[] | undefined;
846
+ StringCondition?: StringCondition | undefined;
847
+ }
848
+ export interface ContactFlowModuleSearchCriteria {
849
+ OrConditions?: ContactFlowModuleSearchCriteria[] | undefined;
850
+ AndConditions?: ContactFlowModuleSearchCriteria[] | undefined;
851
+ StringCondition?: StringCondition | undefined;
852
+ StateCondition?: ContactFlowModuleState | undefined;
853
+ StatusCondition?: ContactFlowModuleStatus | undefined;
854
+ }
855
+ export interface ContactFlowSearchCriteria {
856
+ OrConditions?: ContactFlowSearchCriteria[] | undefined;
857
+ AndConditions?: ContactFlowSearchCriteria[] | undefined;
858
+ StringCondition?: StringCondition | undefined;
859
+ TypeCondition?: ContactFlowType | undefined;
860
+ StateCondition?: ContactFlowState | undefined;
861
+ StatusCondition?: ContactFlowStatus | undefined;
862
+ }
863
+ export interface DataTableSearchCriteria {
864
+ OrConditions?: DataTableSearchCriteria[] | undefined;
865
+ AndConditions?: DataTableSearchCriteria[] | undefined;
866
+ StringCondition?: StringCondition | undefined;
867
+ }
868
+ export interface EmailAddressSearchCriteria {
869
+ OrConditions?: EmailAddressSearchCriteria[] | undefined;
870
+ AndConditions?: EmailAddressSearchCriteria[] | undefined;
871
+ StringCondition?: StringCondition | undefined;
872
+ }
873
+ export interface EvaluationFormItemEnablementConfiguration {
874
+ Condition: EvaluationFormItemEnablementCondition | undefined;
875
+ Action: EvaluationFormItemEnablementAction | undefined;
876
+ DefaultAction?: EvaluationFormItemEnablementAction | undefined;
877
+ }
878
+ export interface EvaluationFormSearchCriteria {
879
+ OrConditions?: EvaluationFormSearchCriteria[] | undefined;
880
+ AndConditions?: EvaluationFormSearchCriteria[] | undefined;
881
+ StringCondition?: StringCondition | undefined;
882
+ NumberCondition?: NumberCondition | undefined;
883
+ BooleanCondition?: BooleanCondition | undefined;
884
+ DateTimeCondition?: DateTimeCondition | undefined;
885
+ }
886
+ export interface EvaluationSearchCriteria {
887
+ OrConditions?: EvaluationSearchCriteria[] | undefined;
888
+ AndConditions?: EvaluationSearchCriteria[] | undefined;
889
+ StringCondition?: StringCondition | undefined;
890
+ NumberCondition?: NumberCondition | undefined;
891
+ BooleanCondition?: BooleanCondition | undefined;
892
+ DateTimeCondition?: DateTimeCondition | undefined;
893
+ DecimalCondition?: DecimalCondition | undefined;
894
+ }
895
+ export interface Expression {
896
+ AttributeCondition?: AttributeCondition | undefined;
897
+ AndExpression?: Expression[] | undefined;
898
+ OrExpression?: Expression[] | undefined;
899
+ NotAttributeCondition?: AttributeCondition | undefined;
900
+ }
901
+ export interface HoursOfOperationOverrideSearchCriteria {
902
+ OrConditions?: HoursOfOperationOverrideSearchCriteria[] | undefined;
903
+ AndConditions?: HoursOfOperationOverrideSearchCriteria[] | undefined;
904
+ StringCondition?: StringCondition | undefined;
905
+ DateCondition?: DateCondition | undefined;
906
+ }
907
+ export interface HoursOfOperationSearchCriteria {
908
+ OrConditions?: HoursOfOperationSearchCriteria[] | undefined;
909
+ AndConditions?: HoursOfOperationSearchCriteria[] | undefined;
910
+ StringCondition?: StringCondition | undefined;
911
+ }
912
+ export interface PredefinedAttributeSearchCriteria {
913
+ OrConditions?: PredefinedAttributeSearchCriteria[] | undefined;
914
+ AndConditions?: PredefinedAttributeSearchCriteria[] | undefined;
915
+ StringCondition?: StringCondition | undefined;
916
+ }
917
+ export interface PromptSearchCriteria {
918
+ OrConditions?: PromptSearchCriteria[] | undefined;
919
+ AndConditions?: PromptSearchCriteria[] | undefined;
920
+ StringCondition?: StringCondition | undefined;
921
+ }
922
+ export interface QueueSearchCriteria {
923
+ OrConditions?: QueueSearchCriteria[] | undefined;
924
+ AndConditions?: QueueSearchCriteria[] | undefined;
925
+ StringCondition?: StringCondition | undefined;
926
+ QueueTypeCondition?: SearchableQueueType | undefined;
927
+ }
928
+ export interface QuickConnectSearchCriteria {
929
+ OrConditions?: QuickConnectSearchCriteria[] | undefined;
930
+ AndConditions?: QuickConnectSearchCriteria[] | undefined;
931
+ StringCondition?: StringCondition | undefined;
932
+ }
933
+ export interface RoutingProfileSearchCriteria {
934
+ OrConditions?: RoutingProfileSearchCriteria[] | undefined;
935
+ AndConditions?: RoutingProfileSearchCriteria[] | undefined;
936
+ StringCondition?: StringCondition | undefined;
937
+ }
938
+ export interface SecurityProfileSearchCriteria {
939
+ OrConditions?: SecurityProfileSearchCriteria[] | undefined;
940
+ AndConditions?: SecurityProfileSearchCriteria[] | undefined;
941
+ StringCondition?: StringCondition | undefined;
942
+ }
943
+ export interface SegmentAttributeValue {
944
+ ValueString?: string | undefined;
945
+ ValueMap?: Record<string, SegmentAttributeValue> | undefined;
946
+ ValueInteger?: number | undefined;
947
+ ValueList?: SegmentAttributeValue[] | undefined;
948
+ ValueArn?: string | undefined;
949
+ }
950
+ export interface UserHierarchyGroupSearchCriteria {
951
+ OrConditions?: UserHierarchyGroupSearchCriteria[] | undefined;
952
+ AndConditions?: UserHierarchyGroupSearchCriteria[] | undefined;
953
+ StringCondition?: StringCondition | undefined;
954
+ }
955
+ export interface UserSearchCriteria {
956
+ OrConditions?: UserSearchCriteria[] | undefined;
957
+ AndConditions?: UserSearchCriteria[] | undefined;
958
+ StringCondition?: StringCondition | undefined;
959
+ ListCondition?: ListCondition | undefined;
960
+ HierarchyGroupCondition?: HierarchyGroupCondition | undefined;
961
+ }
962
+ export interface ViewSearchCriteria {
963
+ OrConditions?: ViewSearchCriteria[] | undefined;
964
+ AndConditions?: ViewSearchCriteria[] | undefined;
965
+ StringCondition?: StringCondition | undefined;
966
+ ViewTypeCondition?: ViewType | undefined;
967
+ ViewStatusCondition?: ViewStatus | undefined;
968
+ }
969
+ export interface WorkspaceAssociationSearchCriteria {
970
+ OrConditions?: WorkspaceAssociationSearchCriteria[] | undefined;
971
+ AndConditions?: WorkspaceAssociationSearchCriteria[] | undefined;
972
+ StringCondition?: StringCondition | undefined;
973
+ }
974
+ export interface WorkspaceSearchCriteria {
975
+ OrConditions?: WorkspaceSearchCriteria[] | undefined;
976
+ AndConditions?: WorkspaceSearchCriteria[] | undefined;
977
+ StringCondition?: StringCondition | undefined;
978
+ }
979
+ export interface EvaluationFormQuestion {
980
+ Title: string | undefined;
981
+ Instructions?: string | undefined;
982
+ RefId: string | undefined;
983
+ NotApplicableEnabled?: boolean | undefined;
984
+ QuestionType: EvaluationFormQuestionType | undefined;
985
+ QuestionTypeProperties?: EvaluationFormQuestionTypeProperties | undefined;
986
+ Enablement?: EvaluationFormItemEnablementConfiguration | undefined;
987
+ Weight?: number | undefined;
988
+ }
989
+ export interface RoutingCriteriaInputStep {
990
+ Expiry?: RoutingCriteriaInputStepExpiry | undefined;
991
+ Expression?: Expression | undefined;
992
+ }
80
993
  export interface SearchAgentStatusesRequest {
81
994
  InstanceId: string | undefined;
82
995
  NextToken?: string | undefined;
@@ -105,6 +1018,13 @@ export interface SearchContactFlowsRequest {
105
1018
  SearchFilter?: ContactFlowSearchFilter | undefined;
106
1019
  SearchCriteria?: ContactFlowSearchCriteria | undefined;
107
1020
  }
1021
+ export interface SearchDataTablesRequest {
1022
+ InstanceId: string | undefined;
1023
+ NextToken?: string | undefined;
1024
+ MaxResults?: number | undefined;
1025
+ SearchFilter?: DataTableSearchFilter | undefined;
1026
+ SearchCriteria?: DataTableSearchCriteria | undefined;
1027
+ }
108
1028
  export interface SearchEmailAddressesRequest {
109
1029
  InstanceId: string | undefined;
110
1030
  MaxResults?: number | undefined;
@@ -188,6 +1108,27 @@ export interface SearchUsersRequest {
188
1108
  SearchFilter?: UserSearchFilter | undefined;
189
1109
  SearchCriteria?: UserSearchCriteria | undefined;
190
1110
  }
1111
+ export interface SearchViewsRequest {
1112
+ InstanceId: string | undefined;
1113
+ NextToken?: string | undefined;
1114
+ MaxResults?: number | undefined;
1115
+ SearchFilter?: ViewSearchFilter | undefined;
1116
+ SearchCriteria?: ViewSearchCriteria | undefined;
1117
+ }
1118
+ export interface SearchWorkspaceAssociationsRequest {
1119
+ InstanceId: string | undefined;
1120
+ NextToken?: string | undefined;
1121
+ MaxResults?: number | undefined;
1122
+ SearchFilter?: WorkspaceAssociationSearchFilter | undefined;
1123
+ SearchCriteria?: WorkspaceAssociationSearchCriteria | undefined;
1124
+ }
1125
+ export interface SearchWorkspacesRequest {
1126
+ InstanceId: string | undefined;
1127
+ NextToken?: string | undefined;
1128
+ MaxResults?: number | undefined;
1129
+ SearchFilter?: WorkspaceSearchFilter | undefined;
1130
+ SearchCriteria?: WorkspaceSearchCriteria | undefined;
1131
+ }
191
1132
  export interface Step {
192
1133
  Expiry?: Expiry | undefined;
193
1134
  Expression?: Expression | undefined;
@@ -218,6 +1159,7 @@ export interface StartChatContactRequest {
218
1159
  ContactFlowId: string | undefined;
219
1160
  Attributes?: Record<string, string> | undefined;
220
1161
  ParticipantDetails: ParticipantDetails | undefined;
1162
+ ParticipantConfiguration?: ParticipantConfiguration | undefined;
221
1163
  InitialMessage?: ChatMessage | undefined;
222
1164
  ClientToken?: string | undefined;
223
1165
  ChatDurationInMinutes?: number | undefined;
@@ -335,7 +1277,10 @@ export interface CreateEvaluationFormRequest {
335
1277
  | EvaluationFormAutoEvaluationConfiguration
336
1278
  | undefined;
337
1279
  ClientToken?: string | undefined;
1280
+ AsDraft?: boolean | undefined;
338
1281
  Tags?: Record<string, string> | undefined;
1282
+ TargetConfiguration?: EvaluationFormTargetConfiguration | undefined;
1283
+ LanguageConfiguration?: EvaluationFormLanguageConfiguration | undefined;
339
1284
  }
340
1285
  export interface EvaluationForm {
341
1286
  EvaluationFormId: string | undefined;
@@ -355,6 +1300,8 @@ export interface EvaluationForm {
355
1300
  | EvaluationFormAutoEvaluationConfiguration
356
1301
  | undefined;
357
1302
  Tags?: Record<string, string> | undefined;
1303
+ TargetConfiguration?: EvaluationFormTargetConfiguration | undefined;
1304
+ LanguageConfiguration?: EvaluationFormLanguageConfiguration | undefined;
358
1305
  }
359
1306
  export interface EvaluationFormContent {
360
1307
  EvaluationFormVersion: number | undefined;
@@ -367,6 +1314,8 @@ export interface EvaluationFormContent {
367
1314
  AutoEvaluationConfiguration?:
368
1315
  | EvaluationFormAutoEvaluationConfiguration
369
1316
  | undefined;
1317
+ TargetConfiguration?: EvaluationFormTargetConfiguration | undefined;
1318
+ LanguageConfiguration?: EvaluationFormLanguageConfiguration | undefined;
370
1319
  }
371
1320
  export interface UpdateContactRoutingDataRequest {
372
1321
  InstanceId: string | undefined;
@@ -387,7 +1336,10 @@ export interface UpdateEvaluationFormRequest {
387
1336
  AutoEvaluationConfiguration?:
388
1337
  | EvaluationFormAutoEvaluationConfiguration
389
1338
  | undefined;
1339
+ AsDraft?: boolean | undefined;
390
1340
  ClientToken?: string | undefined;
1341
+ TargetConfiguration?: EvaluationFormTargetConfiguration | undefined;
1342
+ LanguageConfiguration?: EvaluationFormLanguageConfiguration | undefined;
391
1343
  }
392
1344
  export interface DescribeContactEvaluationResponse {
393
1345
  Evaluation: Evaluation | undefined;
@@ -443,6 +1395,7 @@ export interface Contact {
443
1395
  ContactDetails?: ContactDetails | undefined;
444
1396
  OutboundStrategy?: OutboundStrategy | undefined;
445
1397
  Attributes?: Record<string, string> | undefined;
1398
+ NextContacts?: NextContactEntry[] | undefined;
446
1399
  }
447
1400
  export interface ContactSearchSummary {
448
1401
  Arn?: string | undefined;