@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,106 +1,105 @@
1
1
  import {
2
- AgentAvailabilityTimer,
3
- AgentStatusState,
2
+ ArtifactStatus,
4
3
  AutoEvaluationStatus,
5
4
  BooleanComparisonType,
6
5
  Channel,
7
6
  ChatEventType,
8
- ContactFlowModuleState,
9
- ContactFlowModuleStatus,
10
7
  ContactFlowState,
11
8
  ContactFlowStatus,
12
9
  ContactFlowType,
13
10
  ContactInitiationMethod,
11
+ ContactInteractionType,
12
+ ContactMediaProcessingFailureMode,
13
+ ContactParticipantRole,
14
14
  ContactRecordingType,
15
+ DataTableAttributeValueType,
15
16
  DateComparisonType,
16
17
  DateTimeComparisonType,
17
18
  DecimalComparisonType,
19
+ DirectoryType,
18
20
  EmailHeaderType,
19
- EvaluationFormItemEnablementAction,
20
- EvaluationFormItemEnablementOperator,
21
- EvaluationFormQuestionType,
21
+ EntityType,
22
+ EvaluationFormLanguageCode,
22
23
  EvaluationFormVersionStatus,
23
24
  EvaluationStatus,
24
25
  EvaluationType,
26
+ EventSourceName,
25
27
  FileStatusType,
26
28
  FileUseCaseType,
27
29
  HierarchyGroupMatchType,
28
30
  InboundMessageSourceType,
29
- InstanceAttributeType,
31
+ InstanceStatus,
30
32
  InstanceStorageResourceType,
33
+ IntegrationType,
31
34
  IvrRecordingTrack,
32
- MeetingFeatureStatus,
35
+ ListFlowAssociationResourceType,
36
+ MediaType,
33
37
  MonitorCapability,
34
38
  NumberComparisonType,
35
39
  OutboundMessageSourceType,
36
40
  ParticipantRole,
37
- ParticipantTimerAction,
38
- ParticipantTimerType,
39
41
  PhoneNumberCountryCode,
40
42
  PhoneNumberType,
41
- QueueStatus,
43
+ QueueType,
44
+ QuickConnectType,
45
+ RealTimeContactAnalysisOutputType,
46
+ RealTimeContactAnalysisPostContactSummaryFailureCode,
47
+ RealTimeContactAnalysisPostContactSummaryStatus,
48
+ RealTimeContactAnalysisSegmentType,
49
+ RealTimeContactAnalysisSentimentLabel,
50
+ RealTimeContactAnalysisStatus,
51
+ RealTimeContactAnalysisSupportedChannel,
52
+ ReferenceStatus,
53
+ ReferenceType,
42
54
  RehydrationType,
55
+ ResponseMode,
43
56
  RulePublishStatus,
44
- SearchableQueueType,
45
57
  SearchContactsMatchType,
46
58
  SearchContactsTimeRangeConditionType,
47
59
  SearchContactsTimeRangeType,
48
60
  SortableFieldName,
49
61
  SortOrder,
62
+ SourceType,
50
63
  StringComparisonType,
51
64
  TargetListType,
52
65
  TaskTemplateStatus,
53
- TimerEligibleParticipantRoles,
54
66
  TrafficDistributionGroupStatus,
55
67
  TrafficType,
56
68
  UseCaseType,
57
69
  ViewStatus,
58
70
  ViewType,
71
+ Visibility,
59
72
  VocabularyLanguageCode,
60
73
  VocabularyState,
61
74
  VoiceRecordingTrack,
62
75
  } from "./enums";
63
76
  import {
64
- AgentConfig,
77
+ ActionSummary,
65
78
  AgentHierarchyGroups,
66
79
  AgentStatus,
67
80
  AliasConfiguration,
68
- AllowedCapabilities,
69
81
  Application,
70
- AttributeCondition,
71
82
  ControlPlaneAttributeFilter,
72
83
  CreatedByInfo,
73
- EvaluationFormItemEnablementExpression,
74
- EvaluationFormQuestionTypeProperties,
75
- HoursOfOperationConfig,
76
- HoursOfOperationOverrideConfig,
77
- InputPredefinedAttributeConfiguration,
84
+ DataTableLockVersion,
85
+ FlowAssociationSummary,
86
+ FlowModule,
78
87
  InstanceStorageConfig,
79
- MediaConcurrency,
80
- OutboundCallerConfig,
81
- OutboundEmailConfig,
82
- OutboundStrategy,
83
- PredefinedAttributeValues,
84
- QuickConnectConfig,
85
- Reference,
86
- RoutingProfileQueueConfig,
87
- RuleAction,
88
+ LexBot,
89
+ PrimaryValueResponse,
90
+ SecurityProfileItem,
88
91
  StringCondition,
89
92
  TagCondition,
90
- TaskTemplateConstraints,
91
- TaskTemplateDefaults,
92
- TaskTemplateField,
93
- UserIdentityInfo,
94
93
  UserPhoneConfig,
95
94
  UserProficiency,
96
95
  View,
97
- ViewInputContent,
98
96
  } from "./models_0";
99
97
  import {
98
+ Attribute,
100
99
  ContactFlow,
101
100
  ContactFlowModule,
102
- EvaluationAnswerData,
103
- EvaluationNote,
101
+ DataTable,
102
+ DataTableAttribute,
104
103
  HierarchyGroup,
105
104
  HierarchyGroupSummary,
106
105
  HoursOfOperation,
@@ -110,1590 +109,1811 @@ import {
110
109
  Queue,
111
110
  QuickConnect,
112
111
  RoutingProfile,
113
- SignInConfig,
114
- TelephonyConfig,
115
112
  } from "./models_1";
116
- export interface SecurityKey {
117
- AssociationId?: string | undefined;
118
- Key?: string | undefined;
119
- CreationTime?: Date | undefined;
113
+ export interface ContactFlowSummary {
114
+ Id?: string | undefined;
115
+ Arn?: string | undefined;
116
+ Name?: string | undefined;
117
+ ContactFlowType?: ContactFlowType | undefined;
118
+ ContactFlowState?: ContactFlowState | undefined;
119
+ ContactFlowStatus?: ContactFlowStatus | undefined;
120
120
  }
121
- export interface ListSecurityKeysResponse {
122
- SecurityKeys?: SecurityKey[] | undefined;
121
+ export interface ListContactFlowsResponse {
122
+ ContactFlowSummaryList?: ContactFlowSummary[] | undefined;
123
123
  NextToken?: string | undefined;
124
124
  }
125
- export interface ListSecurityProfileApplicationsRequest {
126
- SecurityProfileId: string | undefined;
125
+ export interface ListContactFlowVersionsRequest {
127
126
  InstanceId: string | undefined;
127
+ ContactFlowId: string | undefined;
128
128
  NextToken?: string | undefined;
129
129
  MaxResults?: number | undefined;
130
130
  }
131
- export interface ListSecurityProfileApplicationsResponse {
132
- Applications?: Application[] | undefined;
131
+ export interface ContactFlowVersionSummary {
132
+ Arn?: string | undefined;
133
+ VersionDescription?: string | undefined;
134
+ Version?: number | undefined;
135
+ }
136
+ export interface ListContactFlowVersionsResponse {
137
+ ContactFlowVersionSummaryList?: ContactFlowVersionSummary[] | undefined;
133
138
  NextToken?: string | undefined;
134
- LastModifiedTime?: Date | undefined;
135
- LastModifiedRegion?: string | undefined;
136
139
  }
137
- export interface ListSecurityProfilePermissionsRequest {
138
- SecurityProfileId: string | undefined;
140
+ export interface ListContactReferencesRequest {
141
+ InstanceId: string | undefined;
142
+ ContactId: string | undefined;
143
+ ReferenceTypes: ReferenceType[] | undefined;
144
+ NextToken?: string | undefined;
145
+ }
146
+ export interface AttachmentReference {
147
+ Name?: string | undefined;
148
+ Value?: string | undefined;
149
+ Status?: ReferenceStatus | undefined;
150
+ Arn?: string | undefined;
151
+ }
152
+ export interface DateReference {
153
+ Name?: string | undefined;
154
+ Value?: string | undefined;
155
+ }
156
+ export interface EmailReference {
157
+ Name?: string | undefined;
158
+ Value?: string | undefined;
159
+ }
160
+ export interface EmailMessageReference {
161
+ Name?: string | undefined;
162
+ Arn?: string | undefined;
163
+ }
164
+ export interface NumberReference {
165
+ Name?: string | undefined;
166
+ Value?: string | undefined;
167
+ }
168
+ export interface StringReference {
169
+ Name?: string | undefined;
170
+ Value?: string | undefined;
171
+ }
172
+ export interface UrlReference {
173
+ Name?: string | undefined;
174
+ Value?: string | undefined;
175
+ }
176
+ export type ReferenceSummary =
177
+ | ReferenceSummary.AttachmentMember
178
+ | ReferenceSummary.DateMember
179
+ | ReferenceSummary.EmailMember
180
+ | ReferenceSummary.EmailMessageMember
181
+ | ReferenceSummary.EmailMessagePlainTextMember
182
+ | ReferenceSummary.NumberMember
183
+ | ReferenceSummary.StringMember
184
+ | ReferenceSummary.UrlMember
185
+ | ReferenceSummary.$UnknownMember;
186
+ export declare namespace ReferenceSummary {
187
+ interface UrlMember {
188
+ Url: UrlReference;
189
+ Attachment?: never;
190
+ EmailMessage?: never;
191
+ EmailMessagePlainText?: never;
192
+ String?: never;
193
+ Number?: never;
194
+ Date?: never;
195
+ Email?: never;
196
+ $unknown?: never;
197
+ }
198
+ interface AttachmentMember {
199
+ Url?: never;
200
+ Attachment: AttachmentReference;
201
+ EmailMessage?: never;
202
+ EmailMessagePlainText?: never;
203
+ String?: never;
204
+ Number?: never;
205
+ Date?: never;
206
+ Email?: never;
207
+ $unknown?: never;
208
+ }
209
+ interface EmailMessageMember {
210
+ Url?: never;
211
+ Attachment?: never;
212
+ EmailMessage: EmailMessageReference;
213
+ EmailMessagePlainText?: never;
214
+ String?: never;
215
+ Number?: never;
216
+ Date?: never;
217
+ Email?: never;
218
+ $unknown?: never;
219
+ }
220
+ interface EmailMessagePlainTextMember {
221
+ Url?: never;
222
+ Attachment?: never;
223
+ EmailMessage?: never;
224
+ EmailMessagePlainText: EmailMessageReference;
225
+ String?: never;
226
+ Number?: never;
227
+ Date?: never;
228
+ Email?: never;
229
+ $unknown?: never;
230
+ }
231
+ interface StringMember {
232
+ Url?: never;
233
+ Attachment?: never;
234
+ EmailMessage?: never;
235
+ EmailMessagePlainText?: never;
236
+ String: StringReference;
237
+ Number?: never;
238
+ Date?: never;
239
+ Email?: never;
240
+ $unknown?: never;
241
+ }
242
+ interface NumberMember {
243
+ Url?: never;
244
+ Attachment?: never;
245
+ EmailMessage?: never;
246
+ EmailMessagePlainText?: never;
247
+ String?: never;
248
+ Number: NumberReference;
249
+ Date?: never;
250
+ Email?: never;
251
+ $unknown?: never;
252
+ }
253
+ interface DateMember {
254
+ Url?: never;
255
+ Attachment?: never;
256
+ EmailMessage?: never;
257
+ EmailMessagePlainText?: never;
258
+ String?: never;
259
+ Number?: never;
260
+ Date: DateReference;
261
+ Email?: never;
262
+ $unknown?: never;
263
+ }
264
+ interface EmailMember {
265
+ Url?: never;
266
+ Attachment?: never;
267
+ EmailMessage?: never;
268
+ EmailMessagePlainText?: never;
269
+ String?: never;
270
+ Number?: never;
271
+ Date?: never;
272
+ Email: EmailReference;
273
+ $unknown?: never;
274
+ }
275
+ interface $UnknownMember {
276
+ Url?: never;
277
+ Attachment?: never;
278
+ EmailMessage?: never;
279
+ EmailMessagePlainText?: never;
280
+ String?: never;
281
+ Number?: never;
282
+ Date?: never;
283
+ Email?: never;
284
+ $unknown: [string, any];
285
+ }
286
+ interface Visitor<T> {
287
+ Url: (value: UrlReference) => T;
288
+ Attachment: (value: AttachmentReference) => T;
289
+ EmailMessage: (value: EmailMessageReference) => T;
290
+ EmailMessagePlainText: (value: EmailMessageReference) => T;
291
+ String: (value: StringReference) => T;
292
+ Number: (value: NumberReference) => T;
293
+ Date: (value: DateReference) => T;
294
+ Email: (value: EmailReference) => T;
295
+ _: (name: string, value: any) => T;
296
+ }
297
+ }
298
+ export interface ListContactReferencesResponse {
299
+ ReferenceSummaryList?: ReferenceSummary[] | undefined;
300
+ NextToken?: string | undefined;
301
+ }
302
+ export interface ListDataTableAttributesRequest {
139
303
  InstanceId: string | undefined;
304
+ DataTableId: string | undefined;
305
+ AttributeIds?: string[] | undefined;
140
306
  NextToken?: string | undefined;
141
307
  MaxResults?: number | undefined;
142
308
  }
143
- export interface ListSecurityProfilePermissionsResponse {
144
- Permissions?: string[] | undefined;
309
+ export interface ListDataTableAttributesResponse {
310
+ NextToken?: string | undefined;
311
+ Attributes: DataTableAttribute[] | undefined;
312
+ }
313
+ export interface PrimaryAttributeValueFilter {
314
+ AttributeName: string | undefined;
315
+ Values: string[] | undefined;
316
+ }
317
+ export interface ListDataTablePrimaryValuesRequest {
318
+ InstanceId: string | undefined;
319
+ DataTableId: string | undefined;
320
+ RecordIds?: string[] | undefined;
321
+ PrimaryAttributeValues?: PrimaryAttributeValueFilter[] | undefined;
145
322
  NextToken?: string | undefined;
323
+ MaxResults?: number | undefined;
324
+ }
325
+ export interface RecordPrimaryValue {
326
+ RecordId?: string | undefined;
327
+ PrimaryValues?: PrimaryValueResponse[] | undefined;
146
328
  LastModifiedTime?: Date | undefined;
147
329
  LastModifiedRegion?: string | undefined;
148
330
  }
149
- export interface ListSecurityProfilesRequest {
331
+ export interface ListDataTablePrimaryValuesResponse {
332
+ NextToken?: string | undefined;
333
+ PrimaryValuesList: RecordPrimaryValue[] | undefined;
334
+ }
335
+ export interface ListDataTablesRequest {
150
336
  InstanceId: string | undefined;
151
337
  NextToken?: string | undefined;
152
338
  MaxResults?: number | undefined;
153
339
  }
154
- export interface SecurityProfileSummary {
340
+ export interface DataTableSummary {
341
+ Name?: string | undefined;
155
342
  Id?: string | undefined;
156
343
  Arn?: string | undefined;
157
- Name?: string | undefined;
158
344
  LastModifiedTime?: Date | undefined;
159
345
  LastModifiedRegion?: string | undefined;
160
346
  }
161
- export interface ListSecurityProfilesResponse {
162
- SecurityProfileSummaryList?: SecurityProfileSummary[] | undefined;
347
+ export interface ListDataTablesResponse {
163
348
  NextToken?: string | undefined;
349
+ DataTableSummaryList: DataTableSummary[] | undefined;
164
350
  }
165
- export interface ListTagsForResourceRequest {
166
- resourceArn: string | undefined;
167
- }
168
- export interface ListTagsForResourceResponse {
169
- tags?: Record<string, string> | undefined;
170
- }
171
- export interface ListTaskTemplatesRequest {
351
+ export interface ListDataTableValuesRequest {
172
352
  InstanceId: string | undefined;
353
+ DataTableId: string | undefined;
354
+ RecordIds?: string[] | undefined;
355
+ PrimaryAttributeValues?: PrimaryAttributeValueFilter[] | undefined;
173
356
  NextToken?: string | undefined;
174
357
  MaxResults?: number | undefined;
175
- Status?: TaskTemplateStatus | undefined;
176
- Name?: string | undefined;
177
358
  }
178
- export interface TaskTemplateMetadata {
179
- Id?: string | undefined;
180
- Arn?: string | undefined;
181
- Name?: string | undefined;
182
- Description?: string | undefined;
183
- Status?: TaskTemplateStatus | undefined;
359
+ export interface DataTableValueSummary {
360
+ RecordId?: string | undefined;
361
+ AttributeId?: string | undefined;
362
+ PrimaryValues: PrimaryValueResponse[] | undefined;
363
+ AttributeName: string | undefined;
364
+ ValueType: DataTableAttributeValueType | undefined;
365
+ Value: string | undefined;
366
+ LockVersion?: DataTableLockVersion | undefined;
184
367
  LastModifiedTime?: Date | undefined;
185
- CreatedTime?: Date | undefined;
368
+ LastModifiedRegion?: string | undefined;
186
369
  }
187
- export interface ListTaskTemplatesResponse {
188
- TaskTemplates?: TaskTemplateMetadata[] | undefined;
370
+ export interface ListDataTableValuesResponse {
189
371
  NextToken?: string | undefined;
372
+ Values: DataTableValueSummary[] | undefined;
190
373
  }
191
- export interface ListTrafficDistributionGroupsRequest {
374
+ export interface ListDefaultVocabulariesRequest {
375
+ InstanceId: string | undefined;
376
+ LanguageCode?: VocabularyLanguageCode | undefined;
192
377
  MaxResults?: number | undefined;
193
378
  NextToken?: string | undefined;
194
- InstanceId?: string | undefined;
195
379
  }
196
- export interface TrafficDistributionGroupSummary {
197
- Id?: string | undefined;
198
- Arn?: string | undefined;
199
- Name?: string | undefined;
200
- InstanceArn?: string | undefined;
201
- Status?: TrafficDistributionGroupStatus | undefined;
202
- IsDefault?: boolean | undefined;
380
+ export interface DefaultVocabulary {
381
+ InstanceId: string | undefined;
382
+ LanguageCode: VocabularyLanguageCode | undefined;
383
+ VocabularyId: string | undefined;
384
+ VocabularyName: string | undefined;
203
385
  }
204
- export interface ListTrafficDistributionGroupsResponse {
386
+ export interface ListDefaultVocabulariesResponse {
387
+ DefaultVocabularyList: DefaultVocabulary[] | undefined;
205
388
  NextToken?: string | undefined;
206
- TrafficDistributionGroupSummaryList?:
207
- | TrafficDistributionGroupSummary[]
208
- | undefined;
209
389
  }
210
- export interface ListTrafficDistributionGroupUsersRequest {
211
- TrafficDistributionGroupId: string | undefined;
390
+ export interface ListEntitySecurityProfilesRequest {
391
+ InstanceId: string | undefined;
392
+ EntityType: EntityType | undefined;
393
+ EntityArn: string | undefined;
394
+ NextToken?: string | undefined;
212
395
  MaxResults?: number | undefined;
396
+ }
397
+ export interface ListEntitySecurityProfilesResponse {
398
+ SecurityProfiles?: SecurityProfileItem[] | undefined;
213
399
  NextToken?: string | undefined;
214
400
  }
215
- export interface TrafficDistributionGroupUserSummary {
216
- UserId?: string | undefined;
401
+ export interface ListEvaluationFormsRequest {
402
+ InstanceId: string | undefined;
403
+ MaxResults?: number | undefined;
404
+ NextToken?: string | undefined;
217
405
  }
218
- export interface ListTrafficDistributionGroupUsersResponse {
406
+ export interface EvaluationFormSummary {
407
+ EvaluationFormId: string | undefined;
408
+ EvaluationFormArn: string | undefined;
409
+ Title: string | undefined;
410
+ CreatedTime: Date | undefined;
411
+ CreatedBy: string | undefined;
412
+ LastModifiedTime: Date | undefined;
413
+ LastModifiedBy: string | undefined;
414
+ LastActivatedTime?: Date | undefined;
415
+ LastActivatedBy?: string | undefined;
416
+ LatestVersion: number | undefined;
417
+ ActiveVersion?: number | undefined;
418
+ }
419
+ export interface ListEvaluationFormsResponse {
420
+ EvaluationFormSummaryList: EvaluationFormSummary[] | undefined;
219
421
  NextToken?: string | undefined;
220
- TrafficDistributionGroupUserSummaryList?:
221
- | TrafficDistributionGroupUserSummary[]
222
- | undefined;
223
422
  }
224
- export interface ListUseCasesRequest {
423
+ export interface ListEvaluationFormVersionsRequest {
225
424
  InstanceId: string | undefined;
226
- IntegrationAssociationId: string | undefined;
227
- NextToken?: string | undefined;
425
+ EvaluationFormId: string | undefined;
228
426
  MaxResults?: number | undefined;
427
+ NextToken?: string | undefined;
229
428
  }
230
- export interface UseCase {
231
- UseCaseId?: string | undefined;
232
- UseCaseArn?: string | undefined;
233
- UseCaseType?: UseCaseType | undefined;
429
+ export interface EvaluationFormVersionSummary {
430
+ EvaluationFormArn: string | undefined;
431
+ EvaluationFormId: string | undefined;
432
+ EvaluationFormVersion: number | undefined;
433
+ Locked: boolean | undefined;
434
+ Status: EvaluationFormVersionStatus | undefined;
435
+ CreatedTime: Date | undefined;
436
+ CreatedBy: string | undefined;
437
+ LastModifiedTime: Date | undefined;
438
+ LastModifiedBy: string | undefined;
234
439
  }
235
- export interface ListUseCasesResponse {
236
- UseCaseSummaryList?: UseCase[] | undefined;
440
+ export interface ListEvaluationFormVersionsResponse {
441
+ EvaluationFormVersionSummaryList: EvaluationFormVersionSummary[] | undefined;
237
442
  NextToken?: string | undefined;
238
443
  }
239
- export interface ListUserHierarchyGroupsRequest {
444
+ export interface ListFlowAssociationsRequest {
240
445
  InstanceId: string | undefined;
446
+ ResourceType?: ListFlowAssociationResourceType | undefined;
241
447
  NextToken?: string | undefined;
242
448
  MaxResults?: number | undefined;
243
449
  }
244
- export interface ListUserHierarchyGroupsResponse {
245
- UserHierarchyGroupSummaryList?: HierarchyGroupSummary[] | undefined;
450
+ export interface ListFlowAssociationsResponse {
451
+ FlowAssociationSummaryList?: FlowAssociationSummary[] | undefined;
246
452
  NextToken?: string | undefined;
247
453
  }
248
- export interface ListUserProficienciesRequest {
454
+ export interface ListHoursOfOperationOverridesRequest {
249
455
  InstanceId: string | undefined;
250
- UserId: string | undefined;
456
+ HoursOfOperationId: string | undefined;
251
457
  NextToken?: string | undefined;
252
458
  MaxResults?: number | undefined;
253
459
  }
254
- export interface ListUserProficienciesResponse {
460
+ export interface ListHoursOfOperationOverridesResponse {
255
461
  NextToken?: string | undefined;
256
- UserProficiencyList?: UserProficiency[] | undefined;
257
- LastModifiedTime?: Date | undefined;
462
+ HoursOfOperationOverrideList?: HoursOfOperationOverride[] | undefined;
258
463
  LastModifiedRegion?: string | undefined;
464
+ LastModifiedTime?: Date | undefined;
259
465
  }
260
- export interface ListUsersRequest {
466
+ export interface ListHoursOfOperationsRequest {
261
467
  InstanceId: string | undefined;
262
468
  NextToken?: string | undefined;
263
469
  MaxResults?: number | undefined;
264
470
  }
265
- export interface UserSummary {
471
+ export interface HoursOfOperationSummary {
266
472
  Id?: string | undefined;
267
473
  Arn?: string | undefined;
268
- Username?: string | undefined;
474
+ Name?: string | undefined;
269
475
  LastModifiedTime?: Date | undefined;
270
476
  LastModifiedRegion?: string | undefined;
271
477
  }
272
- export interface ListUsersResponse {
273
- UserSummaryList?: UserSummary[] | undefined;
478
+ export interface ListHoursOfOperationsResponse {
479
+ HoursOfOperationSummaryList?: HoursOfOperationSummary[] | undefined;
274
480
  NextToken?: string | undefined;
275
481
  }
276
- export interface ListViewsRequest {
482
+ export interface ListInstanceAttributesRequest {
277
483
  InstanceId: string | undefined;
278
- Type?: ViewType | undefined;
279
484
  NextToken?: string | undefined;
280
485
  MaxResults?: number | undefined;
281
486
  }
282
- export interface ViewSummary {
283
- Id?: string | undefined;
284
- Arn?: string | undefined;
285
- Name?: string | undefined;
286
- Type?: ViewType | undefined;
287
- Status?: ViewStatus | undefined;
288
- Description?: string | undefined;
289
- }
290
- export interface ListViewsResponse {
291
- ViewsSummaryList?: ViewSummary[] | undefined;
487
+ export interface ListInstanceAttributesResponse {
488
+ Attributes?: Attribute[] | undefined;
292
489
  NextToken?: string | undefined;
293
490
  }
294
- export interface ListViewVersionsRequest {
295
- InstanceId: string | undefined;
296
- ViewId: string | undefined;
491
+ export interface ListInstancesRequest {
297
492
  NextToken?: string | undefined;
298
493
  MaxResults?: number | undefined;
299
494
  }
300
- export interface ViewVersionSummary {
495
+ export interface InstanceSummary {
301
496
  Id?: string | undefined;
302
497
  Arn?: string | undefined;
303
- Description?: string | undefined;
304
- Name?: string | undefined;
305
- Type?: ViewType | undefined;
306
- Version?: number | undefined;
307
- VersionDescription?: string | undefined;
308
- }
309
- export interface ListViewVersionsResponse {
310
- ViewVersionSummaryList?: ViewVersionSummary[] | undefined;
498
+ IdentityManagementType?: DirectoryType | undefined;
499
+ InstanceAlias?: string | undefined;
500
+ CreatedTime?: Date | undefined;
501
+ ServiceRole?: string | undefined;
502
+ InstanceStatus?: InstanceStatus | undefined;
503
+ InboundCallsEnabled?: boolean | undefined;
504
+ OutboundCallsEnabled?: boolean | undefined;
505
+ InstanceAccessUrl?: string | undefined;
506
+ }
507
+ export interface ListInstancesResponse {
508
+ InstanceSummaryList?: InstanceSummary[] | undefined;
311
509
  NextToken?: string | undefined;
312
510
  }
313
- export interface MonitorContactRequest {
511
+ export interface ListInstanceStorageConfigsRequest {
314
512
  InstanceId: string | undefined;
315
- ContactId: string | undefined;
316
- UserId: string | undefined;
317
- AllowedMonitorCapabilities?: MonitorCapability[] | undefined;
318
- ClientToken?: string | undefined;
513
+ ResourceType: InstanceStorageResourceType | undefined;
514
+ NextToken?: string | undefined;
515
+ MaxResults?: number | undefined;
319
516
  }
320
- export interface MonitorContactResponse {
321
- ContactId?: string | undefined;
322
- ContactArn?: string | undefined;
517
+ export interface ListInstanceStorageConfigsResponse {
518
+ StorageConfigs?: InstanceStorageConfig[] | undefined;
519
+ NextToken?: string | undefined;
323
520
  }
324
- export interface PauseContactRequest {
325
- ContactId: string | undefined;
521
+ export interface ListIntegrationAssociationsRequest {
326
522
  InstanceId: string | undefined;
327
- ContactFlowId?: string | undefined;
523
+ IntegrationType?: IntegrationType | undefined;
524
+ NextToken?: string | undefined;
525
+ MaxResults?: number | undefined;
526
+ IntegrationArn?: string | undefined;
328
527
  }
329
- export interface PauseContactResponse {}
330
- export interface PutUserStatusRequest {
331
- UserId: string | undefined;
528
+ export interface IntegrationAssociationSummary {
529
+ IntegrationAssociationId?: string | undefined;
530
+ IntegrationAssociationArn?: string | undefined;
531
+ InstanceId?: string | undefined;
532
+ IntegrationType?: IntegrationType | undefined;
533
+ IntegrationArn?: string | undefined;
534
+ SourceApplicationUrl?: string | undefined;
535
+ SourceApplicationName?: string | undefined;
536
+ SourceType?: SourceType | undefined;
537
+ }
538
+ export interface ListIntegrationAssociationsResponse {
539
+ IntegrationAssociationSummaryList?:
540
+ | IntegrationAssociationSummary[]
541
+ | undefined;
542
+ NextToken?: string | undefined;
543
+ }
544
+ export interface ListLambdaFunctionsRequest {
332
545
  InstanceId: string | undefined;
333
- AgentStatusId: string | undefined;
546
+ NextToken?: string | undefined;
547
+ MaxResults?: number | undefined;
334
548
  }
335
- export interface PutUserStatusResponse {}
336
- export interface ReleasePhoneNumberRequest {
337
- PhoneNumberId: string | undefined;
338
- ClientToken?: string | undefined;
549
+ export interface ListLambdaFunctionsResponse {
550
+ LambdaFunctions?: string[] | undefined;
551
+ NextToken?: string | undefined;
339
552
  }
340
- export interface ReplicateInstanceRequest {
553
+ export interface ListLexBotsRequest {
341
554
  InstanceId: string | undefined;
342
- ReplicaRegion: string | undefined;
343
- ClientToken?: string | undefined;
344
- ReplicaAlias: string | undefined;
555
+ NextToken?: string | undefined;
556
+ MaxResults?: number | undefined;
345
557
  }
346
- export interface ReplicateInstanceResponse {
347
- Id?: string | undefined;
348
- Arn?: string | undefined;
558
+ export interface ListLexBotsResponse {
559
+ LexBots?: LexBot[] | undefined;
560
+ NextToken?: string | undefined;
349
561
  }
350
- export interface ResumeContactRequest {
351
- ContactId: string | undefined;
562
+ export interface ListPhoneNumbersRequest {
352
563
  InstanceId: string | undefined;
353
- ContactFlowId?: string | undefined;
564
+ PhoneNumberTypes?: PhoneNumberType[] | undefined;
565
+ PhoneNumberCountryCodes?: PhoneNumberCountryCode[] | undefined;
566
+ NextToken?: string | undefined;
567
+ MaxResults?: number | undefined;
354
568
  }
355
- export interface ResumeContactResponse {}
356
- export interface ResumeContactRecordingRequest {
357
- InstanceId: string | undefined;
358
- ContactId: string | undefined;
359
- InitialContactId: string | undefined;
360
- ContactRecordingType?: ContactRecordingType | undefined;
569
+ export interface PhoneNumberSummary {
570
+ Id?: string | undefined;
571
+ Arn?: string | undefined;
572
+ PhoneNumber?: string | undefined;
573
+ PhoneNumberType?: PhoneNumberType | undefined;
574
+ PhoneNumberCountryCode?: PhoneNumberCountryCode | undefined;
361
575
  }
362
- export interface ResumeContactRecordingResponse {}
363
- export interface SearchAgentStatusesResponse {
364
- AgentStatuses?: AgentStatus[] | undefined;
576
+ export interface ListPhoneNumbersResponse {
577
+ PhoneNumberSummaryList?: PhoneNumberSummary[] | undefined;
365
578
  NextToken?: string | undefined;
366
- ApproximateTotalCount?: number | undefined;
367
579
  }
368
- export interface SearchAvailablePhoneNumbersRequest {
580
+ export interface ListPhoneNumbersV2Request {
369
581
  TargetArn?: string | undefined;
370
582
  InstanceId?: string | undefined;
371
- PhoneNumberCountryCode: PhoneNumberCountryCode | undefined;
372
- PhoneNumberType: PhoneNumberType | undefined;
373
- PhoneNumberPrefix?: string | undefined;
374
583
  MaxResults?: number | undefined;
375
584
  NextToken?: string | undefined;
585
+ PhoneNumberCountryCodes?: PhoneNumberCountryCode[] | undefined;
586
+ PhoneNumberTypes?: PhoneNumberType[] | undefined;
587
+ PhoneNumberPrefix?: string | undefined;
376
588
  }
377
- export interface AvailableNumberSummary {
589
+ export interface ListPhoneNumbersSummary {
590
+ PhoneNumberId?: string | undefined;
591
+ PhoneNumberArn?: string | undefined;
378
592
  PhoneNumber?: string | undefined;
379
593
  PhoneNumberCountryCode?: PhoneNumberCountryCode | undefined;
380
594
  PhoneNumberType?: PhoneNumberType | undefined;
595
+ TargetArn?: string | undefined;
596
+ InstanceId?: string | undefined;
597
+ PhoneNumberDescription?: string | undefined;
598
+ SourcePhoneNumberArn?: string | undefined;
381
599
  }
382
- export interface SearchAvailablePhoneNumbersResponse {
600
+ export interface ListPhoneNumbersV2Response {
383
601
  NextToken?: string | undefined;
384
- AvailableNumbersList?: AvailableNumberSummary[] | undefined;
385
- }
386
- export interface BooleanCondition {
387
- FieldName?: string | undefined;
388
- ComparisonType?: BooleanComparisonType | undefined;
602
+ ListPhoneNumbersSummaryList?: ListPhoneNumbersSummary[] | undefined;
389
603
  }
390
- export interface DateTimeCondition {
391
- FieldName?: string | undefined;
392
- MinValue?: string | undefined;
393
- MaxValue?: string | undefined;
394
- ComparisonType?: DateTimeComparisonType | undefined;
604
+ export interface ListPredefinedAttributesRequest {
605
+ InstanceId: string | undefined;
606
+ NextToken?: string | undefined;
607
+ MaxResults?: number | undefined;
395
608
  }
396
- export interface DecimalCondition {
397
- FieldName?: string | undefined;
398
- MinValue?: number | undefined;
399
- MaxValue?: number | undefined;
400
- ComparisonType?: DecimalComparisonType | undefined;
609
+ export interface PredefinedAttributeSummary {
610
+ Name?: string | undefined;
611
+ LastModifiedTime?: Date | undefined;
612
+ LastModifiedRegion?: string | undefined;
401
613
  }
402
- export interface NumberCondition {
403
- FieldName?: string | undefined;
404
- MinValue?: number | undefined;
405
- MaxValue?: number | undefined;
406
- ComparisonType?: NumberComparisonType | undefined;
614
+ export interface ListPredefinedAttributesResponse {
615
+ NextToken?: string | undefined;
616
+ PredefinedAttributeSummaryList?: PredefinedAttributeSummary[] | undefined;
407
617
  }
408
- export interface EvaluationSearchFilter {
409
- AttributeFilter?: ControlPlaneAttributeFilter | undefined;
618
+ export interface ListPromptsRequest {
619
+ InstanceId: string | undefined;
620
+ NextToken?: string | undefined;
621
+ MaxResults?: number | undefined;
410
622
  }
411
- export interface EvaluationSearchMetadata {
412
- ContactId: string | undefined;
413
- EvaluatorArn: string | undefined;
414
- ContactAgentId?: string | undefined;
415
- CalibrationSessionId?: string | undefined;
416
- ScorePercentage?: number | undefined;
417
- ScoreAutomaticFail?: boolean | undefined;
418
- ScoreNotApplicable?: boolean | undefined;
419
- AutoEvaluationEnabled?: boolean | undefined;
420
- AutoEvaluationStatus?: AutoEvaluationStatus | undefined;
421
- AcknowledgedTime?: Date | undefined;
422
- AcknowledgedBy?: string | undefined;
423
- AcknowledgerComment?: string | undefined;
623
+ export interface PromptSummary {
624
+ Id?: string | undefined;
625
+ Arn?: string | undefined;
626
+ Name?: string | undefined;
627
+ LastModifiedTime?: Date | undefined;
628
+ LastModifiedRegion?: string | undefined;
424
629
  }
425
- export interface EvaluationSearchSummary {
426
- EvaluationId: string | undefined;
427
- EvaluationArn: string | undefined;
428
- EvaluationFormId?: string | undefined;
429
- EvaluationFormVersion: number | undefined;
430
- Metadata: EvaluationSearchMetadata | undefined;
431
- Status: EvaluationStatus | undefined;
432
- EvaluationType?: EvaluationType | undefined;
433
- CreatedTime: Date | undefined;
434
- LastModifiedTime: Date | undefined;
435
- Tags?: Record<string, string> | undefined;
630
+ export interface ListPromptsResponse {
631
+ PromptSummaryList?: PromptSummary[] | undefined;
632
+ NextToken?: string | undefined;
436
633
  }
437
- export interface SearchContactEvaluationsResponse {
438
- EvaluationSearchSummaryList?: EvaluationSearchSummary[] | undefined;
634
+ export interface ListQueueQuickConnectsRequest {
635
+ InstanceId: string | undefined;
636
+ QueueId: string | undefined;
439
637
  NextToken?: string | undefined;
440
- ApproximateTotalCount?: number | undefined;
638
+ MaxResults?: number | undefined;
441
639
  }
442
- export interface ControlPlaneTagFilter {
443
- OrConditions?: TagCondition[][] | undefined;
444
- AndConditions?: TagCondition[] | undefined;
445
- TagCondition?: TagCondition | undefined;
640
+ export interface QuickConnectSummary {
641
+ Id?: string | undefined;
642
+ Arn?: string | undefined;
643
+ Name?: string | undefined;
644
+ QuickConnectType?: QuickConnectType | undefined;
645
+ LastModifiedTime?: Date | undefined;
646
+ LastModifiedRegion?: string | undefined;
446
647
  }
447
- export interface ContactFlowModuleSearchFilter {
448
- TagFilter?: ControlPlaneTagFilter | undefined;
648
+ export interface ListQueueQuickConnectsResponse {
649
+ NextToken?: string | undefined;
650
+ QuickConnectSummaryList?: QuickConnectSummary[] | undefined;
651
+ LastModifiedTime?: Date | undefined;
652
+ LastModifiedRegion?: string | undefined;
449
653
  }
450
- export interface SearchContactFlowModulesResponse {
451
- ContactFlowModules?: ContactFlowModule[] | undefined;
654
+ export interface ListQueuesRequest {
655
+ InstanceId: string | undefined;
656
+ QueueTypes?: QueueType[] | undefined;
452
657
  NextToken?: string | undefined;
453
- ApproximateTotalCount?: number | undefined;
658
+ MaxResults?: number | undefined;
454
659
  }
455
- export interface ContactFlowSearchFilter {
456
- TagFilter?: ControlPlaneTagFilter | undefined;
660
+ export interface QueueSummary {
661
+ Id?: string | undefined;
662
+ Arn?: string | undefined;
663
+ Name?: string | undefined;
664
+ QueueType?: QueueType | undefined;
665
+ LastModifiedTime?: Date | undefined;
666
+ LastModifiedRegion?: string | undefined;
457
667
  }
458
- export interface SearchContactFlowsResponse {
459
- ContactFlows?: ContactFlow[] | undefined;
668
+ export interface ListQueuesResponse {
669
+ QueueSummaryList?: QueueSummary[] | undefined;
460
670
  NextToken?: string | undefined;
461
- ApproximateTotalCount?: number | undefined;
462
671
  }
463
- export interface SearchContactsTimeRange {
464
- Type: SearchContactsTimeRangeType | undefined;
465
- StartTime: Date | undefined;
466
- EndTime: Date | undefined;
672
+ export interface ListQuickConnectsRequest {
673
+ InstanceId: string | undefined;
674
+ NextToken?: string | undefined;
675
+ MaxResults?: number | undefined;
676
+ QuickConnectTypes?: QuickConnectType[] | undefined;
467
677
  }
468
- export interface SearchContactsTimestampCondition {
469
- Type: SearchContactsTimeRangeType | undefined;
470
- ConditionType: SearchContactsTimeRangeConditionType | undefined;
678
+ export interface ListQuickConnectsResponse {
679
+ QuickConnectSummaryList?: QuickConnectSummary[] | undefined;
680
+ NextToken?: string | undefined;
471
681
  }
472
- export interface SearchContactsAdditionalTimeRangeCriteria {
473
- TimeRange?: SearchContactsTimeRange | undefined;
474
- TimestampCondition?: SearchContactsTimestampCondition | undefined;
682
+ export interface ListRealtimeContactAnalysisSegmentsV2Request {
683
+ InstanceId: string | undefined;
684
+ ContactId: string | undefined;
685
+ MaxResults?: number | undefined;
686
+ NextToken?: string | undefined;
687
+ OutputType: RealTimeContactAnalysisOutputType | undefined;
688
+ SegmentTypes: RealTimeContactAnalysisSegmentType[] | undefined;
475
689
  }
476
- export interface SearchContactsAdditionalTimeRange {
477
- Criteria: SearchContactsAdditionalTimeRangeCriteria[] | undefined;
478
- MatchType: SearchContactsMatchType | undefined;
690
+ export interface RealTimeContactAnalysisAttachment {
691
+ AttachmentName: string | undefined;
692
+ ContentType?: string | undefined;
693
+ AttachmentId: string | undefined;
694
+ Status?: ArtifactStatus | undefined;
695
+ }
696
+ export type RealTimeContactAnalysisTimeData =
697
+ | RealTimeContactAnalysisTimeData.AbsoluteTimeMember
698
+ | RealTimeContactAnalysisTimeData.$UnknownMember;
699
+ export declare namespace RealTimeContactAnalysisTimeData {
700
+ interface AbsoluteTimeMember {
701
+ AbsoluteTime: Date;
702
+ $unknown?: never;
703
+ }
704
+ interface $UnknownMember {
705
+ AbsoluteTime?: never;
706
+ $unknown: [string, any];
707
+ }
708
+ interface Visitor<T> {
709
+ AbsoluteTime: (value: Date) => T;
710
+ _: (name: string, value: any) => T;
711
+ }
479
712
  }
480
- export interface TranscriptCriteria {
713
+ export interface RealTimeContactAnalysisSegmentAttachments {
714
+ Id: string | undefined;
715
+ ParticipantId: string | undefined;
481
716
  ParticipantRole: ParticipantRole | undefined;
482
- SearchText: string[] | undefined;
483
- MatchType: SearchContactsMatchType | undefined;
717
+ DisplayName?: string | undefined;
718
+ Attachments: RealTimeContactAnalysisAttachment[] | undefined;
719
+ Time: RealTimeContactAnalysisTimeData | undefined;
484
720
  }
485
- export interface Transcript {
486
- Criteria: TranscriptCriteria[] | undefined;
487
- MatchType?: SearchContactsMatchType | undefined;
721
+ export interface RealTimeContactAnalysisCharacterInterval {
722
+ BeginOffsetChar: number | undefined;
723
+ EndOffsetChar: number | undefined;
488
724
  }
489
- export interface ContactAnalysis {
490
- Transcript?: Transcript | undefined;
725
+ export interface RealTimeContactAnalysisTranscriptItemWithCharacterOffsets {
726
+ Id: string | undefined;
727
+ CharacterOffsets?: RealTimeContactAnalysisCharacterInterval | undefined;
491
728
  }
492
- export interface NameCriteria {
493
- SearchText: string[] | undefined;
494
- MatchType: SearchContactsMatchType | undefined;
729
+ export interface RealTimeContactAnalysisPointOfInterest {
730
+ TranscriptItems?:
731
+ | RealTimeContactAnalysisTranscriptItemWithCharacterOffsets[]
732
+ | undefined;
495
733
  }
496
- export interface SearchableAgentCriteriaStep {
497
- AgentIds?: string[] | undefined;
498
- MatchType?: SearchContactsMatchType | undefined;
734
+ export interface RealTimeContactAnalysisCategoryDetails {
735
+ PointsOfInterest: RealTimeContactAnalysisPointOfInterest[] | undefined;
499
736
  }
500
- export interface SearchableRoutingCriteriaStep {
501
- AgentCriteria?: SearchableAgentCriteriaStep | undefined;
737
+ export interface RealTimeContactAnalysisSegmentCategories {
738
+ MatchedDetails:
739
+ | Record<string, RealTimeContactAnalysisCategoryDetails>
740
+ | undefined;
502
741
  }
503
- export interface SearchableRoutingCriteria {
504
- Steps?: SearchableRoutingCriteriaStep[] | undefined;
742
+ export interface RealTimeContactAnalysisSegmentEvent {
743
+ Id: string | undefined;
744
+ ParticipantId?: string | undefined;
745
+ ParticipantRole?: ParticipantRole | undefined;
746
+ DisplayName?: string | undefined;
747
+ EventType: string | undefined;
748
+ Time: RealTimeContactAnalysisTimeData | undefined;
505
749
  }
506
- export interface SearchableContactAttributesCriteria {
507
- Key: string | undefined;
508
- Values: string[] | undefined;
750
+ export interface RealTimeContactAnalysisTranscriptItemWithContent {
751
+ Content?: string | undefined;
752
+ Id: string | undefined;
753
+ CharacterOffsets?: RealTimeContactAnalysisCharacterInterval | undefined;
509
754
  }
510
- export interface SearchableContactAttributes {
511
- Criteria: SearchableContactAttributesCriteria[] | undefined;
512
- MatchType?: SearchContactsMatchType | undefined;
755
+ export interface RealTimeContactAnalysisIssueDetected {
756
+ TranscriptItems:
757
+ | RealTimeContactAnalysisTranscriptItemWithContent[]
758
+ | undefined;
513
759
  }
514
- export interface SearchableSegmentAttributesCriteria {
515
- Key: string | undefined;
516
- Values: string[] | undefined;
760
+ export interface RealTimeContactAnalysisSegmentIssues {
761
+ IssuesDetected: RealTimeContactAnalysisIssueDetected[] | undefined;
517
762
  }
518
- export interface SearchableSegmentAttributes {
519
- Criteria: SearchableSegmentAttributesCriteria[] | undefined;
520
- MatchType?: SearchContactsMatchType | undefined;
763
+ export interface RealTimeContactAnalysisSegmentPostContactSummary {
764
+ Content?: string | undefined;
765
+ Status: RealTimeContactAnalysisPostContactSummaryStatus | undefined;
766
+ FailureCode?:
767
+ | RealTimeContactAnalysisPostContactSummaryFailureCode
768
+ | undefined;
521
769
  }
522
- export interface SearchCriteria {
523
- Name?: NameCriteria | undefined;
524
- AgentIds?: string[] | undefined;
525
- AgentHierarchyGroups?: AgentHierarchyGroups | undefined;
526
- Channels?: Channel[] | undefined;
527
- ContactAnalysis?: ContactAnalysis | undefined;
528
- InitiationMethods?: ContactInitiationMethod[] | undefined;
529
- QueueIds?: string[] | undefined;
530
- RoutingCriteria?: SearchableRoutingCriteria | undefined;
531
- AdditionalTimeRange?: SearchContactsAdditionalTimeRange | undefined;
532
- SearchableContactAttributes?: SearchableContactAttributes | undefined;
533
- SearchableSegmentAttributes?: SearchableSegmentAttributes | undefined;
770
+ export interface RealTimeContactAnalysisTranscriptItemRedaction {
771
+ CharacterOffsets?: RealTimeContactAnalysisCharacterInterval[] | undefined;
534
772
  }
535
- export interface Sort {
536
- FieldName: SortableFieldName | undefined;
537
- Order: SortOrder | undefined;
773
+ export interface RealTimeContactAnalysisSegmentTranscript {
774
+ Id: string | undefined;
775
+ ParticipantId: string | undefined;
776
+ ParticipantRole: ParticipantRole | undefined;
777
+ DisplayName?: string | undefined;
778
+ Content: string | undefined;
779
+ ContentType?: string | undefined;
780
+ Time: RealTimeContactAnalysisTimeData | undefined;
781
+ Redaction?: RealTimeContactAnalysisTranscriptItemRedaction | undefined;
782
+ Sentiment?: RealTimeContactAnalysisSentimentLabel | undefined;
783
+ }
784
+ export type RealtimeContactAnalysisSegment =
785
+ | RealtimeContactAnalysisSegment.AttachmentsMember
786
+ | RealtimeContactAnalysisSegment.CategoriesMember
787
+ | RealtimeContactAnalysisSegment.EventMember
788
+ | RealtimeContactAnalysisSegment.IssuesMember
789
+ | RealtimeContactAnalysisSegment.PostContactSummaryMember
790
+ | RealtimeContactAnalysisSegment.TranscriptMember
791
+ | RealtimeContactAnalysisSegment.$UnknownMember;
792
+ export declare namespace RealtimeContactAnalysisSegment {
793
+ interface TranscriptMember {
794
+ Transcript: RealTimeContactAnalysisSegmentTranscript;
795
+ Categories?: never;
796
+ Issues?: never;
797
+ Event?: never;
798
+ Attachments?: never;
799
+ PostContactSummary?: never;
800
+ $unknown?: never;
801
+ }
802
+ interface CategoriesMember {
803
+ Transcript?: never;
804
+ Categories: RealTimeContactAnalysisSegmentCategories;
805
+ Issues?: never;
806
+ Event?: never;
807
+ Attachments?: never;
808
+ PostContactSummary?: never;
809
+ $unknown?: never;
810
+ }
811
+ interface IssuesMember {
812
+ Transcript?: never;
813
+ Categories?: never;
814
+ Issues: RealTimeContactAnalysisSegmentIssues;
815
+ Event?: never;
816
+ Attachments?: never;
817
+ PostContactSummary?: never;
818
+ $unknown?: never;
819
+ }
820
+ interface EventMember {
821
+ Transcript?: never;
822
+ Categories?: never;
823
+ Issues?: never;
824
+ Event: RealTimeContactAnalysisSegmentEvent;
825
+ Attachments?: never;
826
+ PostContactSummary?: never;
827
+ $unknown?: never;
828
+ }
829
+ interface AttachmentsMember {
830
+ Transcript?: never;
831
+ Categories?: never;
832
+ Issues?: never;
833
+ Event?: never;
834
+ Attachments: RealTimeContactAnalysisSegmentAttachments;
835
+ PostContactSummary?: never;
836
+ $unknown?: never;
837
+ }
838
+ interface PostContactSummaryMember {
839
+ Transcript?: never;
840
+ Categories?: never;
841
+ Issues?: never;
842
+ Event?: never;
843
+ Attachments?: never;
844
+ PostContactSummary: RealTimeContactAnalysisSegmentPostContactSummary;
845
+ $unknown?: never;
846
+ }
847
+ interface $UnknownMember {
848
+ Transcript?: never;
849
+ Categories?: never;
850
+ Issues?: never;
851
+ Event?: never;
852
+ Attachments?: never;
853
+ PostContactSummary?: never;
854
+ $unknown: [string, any];
855
+ }
856
+ interface Visitor<T> {
857
+ Transcript: (value: RealTimeContactAnalysisSegmentTranscript) => T;
858
+ Categories: (value: RealTimeContactAnalysisSegmentCategories) => T;
859
+ Issues: (value: RealTimeContactAnalysisSegmentIssues) => T;
860
+ Event: (value: RealTimeContactAnalysisSegmentEvent) => T;
861
+ Attachments: (value: RealTimeContactAnalysisSegmentAttachments) => T;
862
+ PostContactSummary: (
863
+ value: RealTimeContactAnalysisSegmentPostContactSummary
864
+ ) => T;
865
+ _: (name: string, value: any) => T;
866
+ }
538
867
  }
539
- export interface SearchContactsRequest {
868
+ export interface ListRealtimeContactAnalysisSegmentsV2Response {
869
+ Channel: RealTimeContactAnalysisSupportedChannel | undefined;
870
+ Status: RealTimeContactAnalysisStatus | undefined;
871
+ Segments: RealtimeContactAnalysisSegment[] | undefined;
872
+ NextToken?: string | undefined;
873
+ }
874
+ export interface ListRoutingProfileManualAssignmentQueuesRequest {
540
875
  InstanceId: string | undefined;
541
- TimeRange: SearchContactsTimeRange | undefined;
542
- SearchCriteria?: SearchCriteria | undefined;
543
- MaxResults?: number | undefined;
876
+ RoutingProfileId: string | undefined;
544
877
  NextToken?: string | undefined;
545
- Sort?: Sort | undefined;
878
+ MaxResults?: number | undefined;
546
879
  }
547
- export interface ContactSearchSummaryAgentInfo {
548
- Id?: string | undefined;
549
- ConnectedToAgentTimestamp?: Date | undefined;
880
+ export interface RoutingProfileManualAssignmentQueueConfigSummary {
881
+ QueueId: string | undefined;
882
+ QueueArn: string | undefined;
883
+ QueueName: string | undefined;
884
+ Channel: Channel | undefined;
550
885
  }
551
- export interface ContactSearchSummaryQueueInfo {
552
- Id?: string | undefined;
553
- EnqueueTimestamp?: Date | undefined;
554
- }
555
- export interface EmailAddressSearchFilter {
556
- TagFilter?: ControlPlaneTagFilter | undefined;
557
- }
558
- export interface EmailAddressMetadata {
559
- EmailAddressId?: string | undefined;
560
- EmailAddressArn?: string | undefined;
561
- EmailAddress?: string | undefined;
562
- Description?: string | undefined;
563
- DisplayName?: string | undefined;
564
- AliasConfigurations?: AliasConfiguration[] | undefined;
886
+ export interface ListRoutingProfileManualAssignmentQueuesResponse {
887
+ NextToken?: string | undefined;
888
+ RoutingProfileManualAssignmentQueueConfigSummaryList?:
889
+ | RoutingProfileManualAssignmentQueueConfigSummary[]
890
+ | undefined;
891
+ LastModifiedTime?: Date | undefined;
892
+ LastModifiedRegion?: string | undefined;
565
893
  }
566
- export interface SearchEmailAddressesResponse {
894
+ export interface ListRoutingProfileQueuesRequest {
895
+ InstanceId: string | undefined;
896
+ RoutingProfileId: string | undefined;
567
897
  NextToken?: string | undefined;
568
- EmailAddresses?: EmailAddressMetadata[] | undefined;
569
- ApproximateTotalCount?: number | undefined;
898
+ MaxResults?: number | undefined;
570
899
  }
571
- export interface EvaluationFormSearchFilter {
572
- AttributeFilter?: ControlPlaneAttributeFilter | undefined;
900
+ export interface RoutingProfileQueueConfigSummary {
901
+ QueueId: string | undefined;
902
+ QueueArn: string | undefined;
903
+ QueueName: string | undefined;
904
+ Priority: number | undefined;
905
+ Delay: number | undefined;
906
+ Channel: Channel | undefined;
573
907
  }
574
- export interface EvaluationFormSearchSummary {
575
- EvaluationFormId: string | undefined;
576
- EvaluationFormArn: string | undefined;
577
- Title: string | undefined;
578
- Status: EvaluationFormVersionStatus | undefined;
579
- Description?: string | undefined;
580
- CreatedTime: Date | undefined;
581
- CreatedBy: string | undefined;
582
- LastModifiedTime: Date | undefined;
583
- LastModifiedBy: string | undefined;
584
- LastActivatedTime?: Date | undefined;
585
- LastActivatedBy?: string | undefined;
586
- LatestVersion: number | undefined;
587
- ActiveVersion?: number | undefined;
588
- AutoEvaluationEnabled?: boolean | undefined;
589
- Tags?: Record<string, string> | undefined;
908
+ export interface ListRoutingProfileQueuesResponse {
909
+ NextToken?: string | undefined;
910
+ RoutingProfileQueueConfigSummaryList?:
911
+ | RoutingProfileQueueConfigSummary[]
912
+ | undefined;
913
+ LastModifiedTime?: Date | undefined;
914
+ LastModifiedRegion?: string | undefined;
590
915
  }
591
- export interface SearchEvaluationFormsResponse {
592
- EvaluationFormSearchSummaryList?: EvaluationFormSearchSummary[] | undefined;
916
+ export interface ListRoutingProfilesRequest {
917
+ InstanceId: string | undefined;
593
918
  NextToken?: string | undefined;
594
- ApproximateTotalCount?: number | undefined;
919
+ MaxResults?: number | undefined;
595
920
  }
596
- export interface DateCondition {
597
- FieldName?: string | undefined;
598
- Value?: string | undefined;
599
- ComparisonType?: DateComparisonType | undefined;
921
+ export interface RoutingProfileSummary {
922
+ Id?: string | undefined;
923
+ Arn?: string | undefined;
924
+ Name?: string | undefined;
925
+ LastModifiedTime?: Date | undefined;
926
+ LastModifiedRegion?: string | undefined;
600
927
  }
601
- export interface HoursOfOperationSearchFilter {
602
- TagFilter?: ControlPlaneTagFilter | undefined;
928
+ export interface ListRoutingProfilesResponse {
929
+ RoutingProfileSummaryList?: RoutingProfileSummary[] | undefined;
930
+ NextToken?: string | undefined;
603
931
  }
604
- export interface SearchHoursOfOperationOverridesResponse {
605
- HoursOfOperationOverrides?: HoursOfOperationOverride[] | undefined;
932
+ export interface ListRulesRequest {
933
+ InstanceId: string | undefined;
934
+ PublishStatus?: RulePublishStatus | undefined;
935
+ EventSourceName?: EventSourceName | undefined;
936
+ MaxResults?: number | undefined;
606
937
  NextToken?: string | undefined;
607
- ApproximateTotalCount?: number | undefined;
608
938
  }
609
- export interface SearchHoursOfOperationsResponse {
610
- HoursOfOperations?: HoursOfOperation[] | undefined;
939
+ export interface RuleSummary {
940
+ Name: string | undefined;
941
+ RuleId: string | undefined;
942
+ RuleArn: string | undefined;
943
+ EventSourceName: EventSourceName | undefined;
944
+ PublishStatus: RulePublishStatus | undefined;
945
+ ActionSummaries: ActionSummary[] | undefined;
946
+ CreatedTime: Date | undefined;
947
+ LastUpdatedTime: Date | undefined;
948
+ }
949
+ export interface ListRulesResponse {
950
+ RuleSummaryList: RuleSummary[] | undefined;
611
951
  NextToken?: string | undefined;
612
- ApproximateTotalCount?: number | undefined;
613
952
  }
614
- export interface SearchPredefinedAttributesResponse {
615
- PredefinedAttributes?: PredefinedAttribute[] | undefined;
953
+ export interface ListSecurityKeysRequest {
954
+ InstanceId: string | undefined;
616
955
  NextToken?: string | undefined;
617
- ApproximateTotalCount?: number | undefined;
956
+ MaxResults?: number | undefined;
618
957
  }
619
- export interface PromptSearchFilter {
620
- TagFilter?: ControlPlaneTagFilter | undefined;
958
+ export interface SecurityKey {
959
+ AssociationId?: string | undefined;
960
+ Key?: string | undefined;
961
+ CreationTime?: Date | undefined;
621
962
  }
622
- export interface SearchPromptsResponse {
623
- Prompts?: Prompt[] | undefined;
963
+ export interface ListSecurityKeysResponse {
964
+ SecurityKeys?: SecurityKey[] | undefined;
624
965
  NextToken?: string | undefined;
625
- ApproximateTotalCount?: number | undefined;
626
966
  }
627
- export interface QueueSearchFilter {
628
- TagFilter?: ControlPlaneTagFilter | undefined;
967
+ export interface ListSecurityProfileApplicationsRequest {
968
+ SecurityProfileId: string | undefined;
969
+ InstanceId: string | undefined;
970
+ NextToken?: string | undefined;
971
+ MaxResults?: number | undefined;
629
972
  }
630
- export interface SearchQueuesResponse {
631
- Queues?: Queue[] | undefined;
973
+ export interface ListSecurityProfileApplicationsResponse {
974
+ Applications?: Application[] | undefined;
632
975
  NextToken?: string | undefined;
633
- ApproximateTotalCount?: number | undefined;
976
+ LastModifiedTime?: Date | undefined;
977
+ LastModifiedRegion?: string | undefined;
634
978
  }
635
- export interface QuickConnectSearchFilter {
636
- TagFilter?: ControlPlaneTagFilter | undefined;
979
+ export interface ListSecurityProfileFlowModulesRequest {
980
+ SecurityProfileId: string | undefined;
981
+ InstanceId: string | undefined;
982
+ NextToken?: string | undefined;
983
+ MaxResults?: number | undefined;
637
984
  }
638
- export interface SearchQuickConnectsResponse {
639
- QuickConnects?: QuickConnect[] | undefined;
985
+ export interface ListSecurityProfileFlowModulesResponse {
986
+ AllowedFlowModules?: FlowModule[] | undefined;
640
987
  NextToken?: string | undefined;
641
- ApproximateTotalCount?: number | undefined;
988
+ LastModifiedTime?: Date | undefined;
989
+ LastModifiedRegion?: string | undefined;
642
990
  }
643
- export interface TagSearchCondition {
644
- tagKey?: string | undefined;
645
- tagValue?: string | undefined;
646
- tagKeyComparisonType?: StringComparisonType | undefined;
647
- tagValueComparisonType?: StringComparisonType | undefined;
991
+ export interface ListSecurityProfilePermissionsRequest {
992
+ SecurityProfileId: string | undefined;
993
+ InstanceId: string | undefined;
994
+ NextToken?: string | undefined;
995
+ MaxResults?: number | undefined;
648
996
  }
649
- export interface ResourceTagsSearchCriteria {
650
- TagSearchCondition?: TagSearchCondition | undefined;
997
+ export interface ListSecurityProfilePermissionsResponse {
998
+ Permissions?: string[] | undefined;
999
+ NextToken?: string | undefined;
1000
+ LastModifiedTime?: Date | undefined;
1001
+ LastModifiedRegion?: string | undefined;
651
1002
  }
652
- export interface SearchResourceTagsRequest {
1003
+ export interface ListSecurityProfilesRequest {
653
1004
  InstanceId: string | undefined;
654
- ResourceTypes?: string[] | undefined;
655
1005
  NextToken?: string | undefined;
656
1006
  MaxResults?: number | undefined;
657
- SearchCriteria?: ResourceTagsSearchCriteria | undefined;
658
1007
  }
659
- export interface TagSet {
660
- key?: string | undefined;
661
- value?: string | undefined;
1008
+ export interface SecurityProfileSummary {
1009
+ Id?: string | undefined;
1010
+ Arn?: string | undefined;
1011
+ Name?: string | undefined;
1012
+ LastModifiedTime?: Date | undefined;
1013
+ LastModifiedRegion?: string | undefined;
662
1014
  }
663
- export interface SearchResourceTagsResponse {
664
- Tags?: TagSet[] | undefined;
1015
+ export interface ListSecurityProfilesResponse {
1016
+ SecurityProfileSummaryList?: SecurityProfileSummary[] | undefined;
665
1017
  NextToken?: string | undefined;
666
1018
  }
667
- export interface RoutingProfileSearchFilter {
668
- TagFilter?: ControlPlaneTagFilter | undefined;
1019
+ export interface ListTagsForResourceRequest {
1020
+ resourceArn: string | undefined;
669
1021
  }
670
- export interface SearchRoutingProfilesResponse {
671
- RoutingProfiles?: RoutingProfile[] | undefined;
672
- NextToken?: string | undefined;
673
- ApproximateTotalCount?: number | undefined;
1022
+ export interface ListTagsForResourceResponse {
1023
+ tags?: Record<string, string> | undefined;
674
1024
  }
675
- export interface SecurityProfilesSearchFilter {
676
- TagFilter?: ControlPlaneTagFilter | undefined;
1025
+ export interface ListTaskTemplatesRequest {
1026
+ InstanceId: string | undefined;
1027
+ NextToken?: string | undefined;
1028
+ MaxResults?: number | undefined;
1029
+ Status?: TaskTemplateStatus | undefined;
1030
+ Name?: string | undefined;
677
1031
  }
678
- export interface SecurityProfileSearchSummary {
1032
+ export interface TaskTemplateMetadata {
679
1033
  Id?: string | undefined;
680
- OrganizationResourceId?: string | undefined;
681
1034
  Arn?: string | undefined;
682
- SecurityProfileName?: string | undefined;
1035
+ Name?: string | undefined;
683
1036
  Description?: string | undefined;
684
- Tags?: Record<string, string> | undefined;
1037
+ Status?: TaskTemplateStatus | undefined;
1038
+ LastModifiedTime?: Date | undefined;
1039
+ CreatedTime?: Date | undefined;
685
1040
  }
686
- export interface SearchSecurityProfilesResponse {
687
- SecurityProfiles?: SecurityProfileSearchSummary[] | undefined;
1041
+ export interface ListTaskTemplatesResponse {
1042
+ TaskTemplates?: TaskTemplateMetadata[] | undefined;
688
1043
  NextToken?: string | undefined;
689
- ApproximateTotalCount?: number | undefined;
690
1044
  }
691
- export interface UserHierarchyGroupSearchFilter {
692
- AttributeFilter?: ControlPlaneAttributeFilter | undefined;
1045
+ export interface ListTrafficDistributionGroupsRequest {
1046
+ MaxResults?: number | undefined;
1047
+ NextToken?: string | undefined;
1048
+ InstanceId?: string | undefined;
693
1049
  }
694
- export interface SearchUserHierarchyGroupsResponse {
695
- UserHierarchyGroups?: HierarchyGroup[] | undefined;
1050
+ export interface TrafficDistributionGroupSummary {
1051
+ Id?: string | undefined;
1052
+ Arn?: string | undefined;
1053
+ Name?: string | undefined;
1054
+ InstanceArn?: string | undefined;
1055
+ Status?: TrafficDistributionGroupStatus | undefined;
1056
+ IsDefault?: boolean | undefined;
1057
+ }
1058
+ export interface ListTrafficDistributionGroupsResponse {
696
1059
  NextToken?: string | undefined;
697
- ApproximateTotalCount?: number | undefined;
1060
+ TrafficDistributionGroupSummaryList?:
1061
+ | TrafficDistributionGroupSummary[]
1062
+ | undefined;
698
1063
  }
699
- export interface HierarchyGroupCondition {
700
- Value?: string | undefined;
701
- HierarchyGroupMatchType?: HierarchyGroupMatchType | undefined;
1064
+ export interface ListTrafficDistributionGroupUsersRequest {
1065
+ TrafficDistributionGroupId: string | undefined;
1066
+ MaxResults?: number | undefined;
1067
+ NextToken?: string | undefined;
702
1068
  }
703
- export interface Condition {
704
- StringCondition?: StringCondition | undefined;
705
- NumberCondition?: NumberCondition | undefined;
1069
+ export interface TrafficDistributionGroupUserSummary {
1070
+ UserId?: string | undefined;
706
1071
  }
707
- export interface ListCondition {
708
- TargetListType?: TargetListType | undefined;
709
- Conditions?: Condition[] | undefined;
1072
+ export interface ListTrafficDistributionGroupUsersResponse {
1073
+ NextToken?: string | undefined;
1074
+ TrafficDistributionGroupUserSummaryList?:
1075
+ | TrafficDistributionGroupUserSummary[]
1076
+ | undefined;
710
1077
  }
711
- export interface AttributeAndCondition {
712
- TagConditions?: TagCondition[] | undefined;
713
- HierarchyGroupCondition?: HierarchyGroupCondition | undefined;
1078
+ export interface ListUseCasesRequest {
1079
+ InstanceId: string | undefined;
1080
+ IntegrationAssociationId: string | undefined;
1081
+ NextToken?: string | undefined;
1082
+ MaxResults?: number | undefined;
714
1083
  }
715
- export interface ControlPlaneUserAttributeFilter {
716
- OrConditions?: AttributeAndCondition[] | undefined;
717
- AndCondition?: AttributeAndCondition | undefined;
718
- TagCondition?: TagCondition | undefined;
719
- HierarchyGroupCondition?: HierarchyGroupCondition | undefined;
1084
+ export interface UseCase {
1085
+ UseCaseId?: string | undefined;
1086
+ UseCaseArn?: string | undefined;
1087
+ UseCaseType?: UseCaseType | undefined;
720
1088
  }
721
- export interface UserSearchFilter {
722
- TagFilter?: ControlPlaneTagFilter | undefined;
723
- UserAttributeFilter?: ControlPlaneUserAttributeFilter | undefined;
1089
+ export interface ListUseCasesResponse {
1090
+ UseCaseSummaryList?: UseCase[] | undefined;
1091
+ NextToken?: string | undefined;
724
1092
  }
725
- export interface UserIdentityInfoLite {
726
- FirstName?: string | undefined;
727
- LastName?: string | undefined;
1093
+ export interface ListUserHierarchyGroupsRequest {
1094
+ InstanceId: string | undefined;
1095
+ NextToken?: string | undefined;
1096
+ MaxResults?: number | undefined;
728
1097
  }
729
- export interface UserSearchSummary {
730
- Arn?: string | undefined;
731
- DirectoryUserId?: string | undefined;
732
- HierarchyGroupId?: string | undefined;
733
- Id?: string | undefined;
734
- IdentityInfo?: UserIdentityInfoLite | undefined;
735
- PhoneConfig?: UserPhoneConfig | undefined;
736
- RoutingProfileId?: string | undefined;
737
- SecurityProfileIds?: string[] | undefined;
738
- Tags?: Record<string, string> | undefined;
739
- Username?: string | undefined;
740
- }
741
- export interface SearchUsersResponse {
742
- Users?: UserSearchSummary[] | undefined;
1098
+ export interface ListUserHierarchyGroupsResponse {
1099
+ UserHierarchyGroupSummaryList?: HierarchyGroupSummary[] | undefined;
743
1100
  NextToken?: string | undefined;
744
- ApproximateTotalCount?: number | undefined;
745
1101
  }
746
- export interface SearchVocabulariesRequest {
1102
+ export interface ListUserProficienciesRequest {
747
1103
  InstanceId: string | undefined;
748
- MaxResults?: number | undefined;
1104
+ UserId: string | undefined;
749
1105
  NextToken?: string | undefined;
750
- State?: VocabularyState | undefined;
751
- NameStartsWith?: string | undefined;
752
- LanguageCode?: VocabularyLanguageCode | undefined;
1106
+ MaxResults?: number | undefined;
753
1107
  }
754
- export interface VocabularySummary {
755
- Name: string | undefined;
756
- Id: string | undefined;
757
- Arn: string | undefined;
758
- LanguageCode: VocabularyLanguageCode | undefined;
759
- State: VocabularyState | undefined;
760
- LastModifiedTime: Date | undefined;
761
- FailureReason?: string | undefined;
1108
+ export interface ListUserProficienciesResponse {
1109
+ NextToken?: string | undefined;
1110
+ UserProficiencyList?: UserProficiency[] | undefined;
1111
+ LastModifiedTime?: Date | undefined;
1112
+ LastModifiedRegion?: string | undefined;
762
1113
  }
763
- export interface SearchVocabulariesResponse {
764
- VocabularySummaryList?: VocabularySummary[] | undefined;
1114
+ export interface ListUsersRequest {
1115
+ InstanceId: string | undefined;
765
1116
  NextToken?: string | undefined;
1117
+ MaxResults?: number | undefined;
766
1118
  }
767
- export interface ChatEvent {
768
- Type: ChatEventType | undefined;
769
- ContentType?: string | undefined;
770
- Content?: string | undefined;
1119
+ export interface UserSummary {
1120
+ Id?: string | undefined;
1121
+ Arn?: string | undefined;
1122
+ Username?: string | undefined;
1123
+ LastModifiedTime?: Date | undefined;
1124
+ LastModifiedRegion?: string | undefined;
771
1125
  }
772
- export interface ParticipantDetails {
773
- DisplayName: string | undefined;
1126
+ export interface ListUsersResponse {
1127
+ UserSummaryList?: UserSummary[] | undefined;
1128
+ NextToken?: string | undefined;
774
1129
  }
775
- export interface ChatStreamingConfiguration {
776
- StreamingEndpointArn: string | undefined;
1130
+ export interface ListViewsRequest {
1131
+ InstanceId: string | undefined;
1132
+ Type?: ViewType | undefined;
1133
+ NextToken?: string | undefined;
1134
+ MaxResults?: number | undefined;
777
1135
  }
778
- export interface NewSessionDetails {
779
- SupportedMessagingContentTypes?: string[] | undefined;
780
- ParticipantDetails?: ParticipantDetails | undefined;
781
- Attributes?: Record<string, string> | undefined;
782
- StreamingConfiguration?: ChatStreamingConfiguration | undefined;
1136
+ export interface ViewSummary {
1137
+ Id?: string | undefined;
1138
+ Arn?: string | undefined;
1139
+ Name?: string | undefined;
1140
+ Type?: ViewType | undefined;
1141
+ Status?: ViewStatus | undefined;
1142
+ Description?: string | undefined;
783
1143
  }
784
- export interface SendChatIntegrationEventRequest {
785
- SourceId: string | undefined;
786
- DestinationId: string | undefined;
787
- Subtype?: string | undefined;
788
- Event: ChatEvent | undefined;
789
- NewSessionDetails?: NewSessionDetails | undefined;
1144
+ export interface ListViewsResponse {
1145
+ ViewsSummaryList?: ViewSummary[] | undefined;
1146
+ NextToken?: string | undefined;
790
1147
  }
791
- export interface SendChatIntegrationEventResponse {
792
- InitialContactId?: string | undefined;
793
- NewChatCreated?: boolean | undefined;
1148
+ export interface ListViewVersionsRequest {
1149
+ InstanceId: string | undefined;
1150
+ ViewId: string | undefined;
1151
+ NextToken?: string | undefined;
1152
+ MaxResults?: number | undefined;
794
1153
  }
795
- export interface EmailAddressInfo {
796
- EmailAddress: string | undefined;
797
- DisplayName?: string | undefined;
1154
+ export interface ViewVersionSummary {
1155
+ Id?: string | undefined;
1156
+ Arn?: string | undefined;
1157
+ Description?: string | undefined;
1158
+ Name?: string | undefined;
1159
+ Type?: ViewType | undefined;
1160
+ Version?: number | undefined;
1161
+ VersionDescription?: string | undefined;
798
1162
  }
799
- export interface OutboundAdditionalRecipients {
800
- CcEmailAddresses?: EmailAddressInfo[] | undefined;
1163
+ export interface ListViewVersionsResponse {
1164
+ ViewVersionSummaryList?: ViewVersionSummary[] | undefined;
1165
+ NextToken?: string | undefined;
801
1166
  }
802
- export interface OutboundRawMessage {
803
- Subject: string | undefined;
804
- Body: string | undefined;
805
- ContentType: string | undefined;
1167
+ export interface ListWorkspaceMediaRequest {
1168
+ InstanceId: string | undefined;
1169
+ WorkspaceId: string | undefined;
806
1170
  }
807
- export interface TemplateAttributes {
808
- CustomAttributes?: Record<string, string> | undefined;
809
- CustomerProfileAttributes?: string | undefined;
1171
+ export interface MediaItem {
1172
+ Type?: MediaType | undefined;
1173
+ Source?: string | undefined;
810
1174
  }
811
- export interface TemplatedMessageConfig {
812
- KnowledgeBaseId: string | undefined;
813
- MessageTemplateId: string | undefined;
814
- TemplateAttributes: TemplateAttributes | undefined;
1175
+ export interface ListWorkspaceMediaResponse {
1176
+ Media?: MediaItem[] | undefined;
815
1177
  }
816
- export interface OutboundEmailContent {
817
- MessageSourceType: OutboundMessageSourceType | undefined;
818
- TemplatedMessageConfig?: TemplatedMessageConfig | undefined;
819
- RawMessage?: OutboundRawMessage | undefined;
1178
+ export interface ListWorkspacePagesRequest {
1179
+ InstanceId: string | undefined;
1180
+ WorkspaceId: string | undefined;
1181
+ NextToken?: string | undefined;
1182
+ MaxResults?: number | undefined;
820
1183
  }
821
- export interface SourceCampaign {
822
- CampaignId?: string | undefined;
823
- OutboundRequestId?: string | undefined;
1184
+ export interface WorkspacePage {
1185
+ ResourceArn?: string | undefined;
1186
+ Page?: string | undefined;
1187
+ Slug?: string | undefined;
1188
+ InputData?: string | undefined;
824
1189
  }
825
- export interface SendOutboundEmailRequest {
826
- InstanceId: string | undefined;
827
- FromEmailAddress: EmailAddressInfo | undefined;
828
- DestinationEmailAddress: EmailAddressInfo | undefined;
829
- AdditionalRecipients?: OutboundAdditionalRecipients | undefined;
830
- EmailMessage: OutboundEmailContent | undefined;
831
- TrafficType: TrafficType | undefined;
832
- SourceCampaign?: SourceCampaign | undefined;
833
- ClientToken?: string | undefined;
1190
+ export interface ListWorkspacePagesResponse {
1191
+ NextToken?: string | undefined;
1192
+ WorkspacePageList: WorkspacePage[] | undefined;
834
1193
  }
835
- export interface SendOutboundEmailResponse {}
836
- export interface StartAttachedFileUploadRequest {
837
- ClientToken?: string | undefined;
1194
+ export interface ListWorkspacesRequest {
838
1195
  InstanceId: string | undefined;
839
- FileName: string | undefined;
840
- FileSizeInBytes: number | undefined;
841
- UrlExpiryInSeconds?: number | undefined;
842
- FileUseCaseType: FileUseCaseType | undefined;
843
- AssociatedResourceArn: string | undefined;
844
- CreatedBy?: CreatedByInfo | undefined;
845
- Tags?: Record<string, string> | undefined;
846
- }
847
- export interface UploadUrlMetadata {
848
- Url?: string | undefined;
849
- UrlExpiry?: string | undefined;
850
- HeadersToInclude?: Record<string, string> | undefined;
1196
+ NextToken?: string | undefined;
1197
+ MaxResults?: number | undefined;
851
1198
  }
852
- export interface StartAttachedFileUploadResponse {
853
- FileArn?: string | undefined;
854
- FileId?: string | undefined;
855
- CreationTime?: string | undefined;
856
- FileStatus?: FileStatusType | undefined;
857
- CreatedBy?: CreatedByInfo | undefined;
858
- UploadUrlMetadata?: UploadUrlMetadata | undefined;
1199
+ export interface WorkspaceSummary {
1200
+ Id?: string | undefined;
1201
+ Name?: string | undefined;
1202
+ Arn?: string | undefined;
1203
+ LastModifiedTime?: Date | undefined;
1204
+ LastModifiedRegion?: string | undefined;
859
1205
  }
860
- export interface ChatMessage {
861
- ContentType: string | undefined;
862
- Content: string | undefined;
1206
+ export interface ListWorkspacesResponse {
1207
+ NextToken?: string | undefined;
1208
+ WorkspaceSummaryList: WorkspaceSummary[] | undefined;
863
1209
  }
864
- export interface PersistentChat {
865
- RehydrationType?: RehydrationType | undefined;
866
- SourceContactId?: string | undefined;
1210
+ export interface MonitorContactRequest {
1211
+ InstanceId: string | undefined;
1212
+ ContactId: string | undefined;
1213
+ UserId: string | undefined;
1214
+ AllowedMonitorCapabilities?: MonitorCapability[] | undefined;
1215
+ ClientToken?: string | undefined;
867
1216
  }
868
- export interface StartChatContactResponse {
1217
+ export interface MonitorContactResponse {
869
1218
  ContactId?: string | undefined;
870
- ParticipantId?: string | undefined;
871
- ParticipantToken?: string | undefined;
872
- ContinuedFromContactId?: string | undefined;
1219
+ ContactArn?: string | undefined;
873
1220
  }
874
- export interface AutoEvaluationConfiguration {
875
- Enabled: boolean | undefined;
1221
+ export interface PauseContactRequest {
1222
+ ContactId: string | undefined;
1223
+ InstanceId: string | undefined;
1224
+ ContactFlowId?: string | undefined;
876
1225
  }
877
- export interface StartContactEvaluationRequest {
1226
+ export interface PauseContactResponse {}
1227
+ export interface PutUserStatusRequest {
1228
+ UserId: string | undefined;
878
1229
  InstanceId: string | undefined;
879
- ContactId: string | undefined;
880
- EvaluationFormId: string | undefined;
881
- AutoEvaluationConfiguration?: AutoEvaluationConfiguration | undefined;
1230
+ AgentStatusId: string | undefined;
1231
+ }
1232
+ export interface PutUserStatusResponse {}
1233
+ export interface ReleasePhoneNumberRequest {
1234
+ PhoneNumberId: string | undefined;
882
1235
  ClientToken?: string | undefined;
883
- Tags?: Record<string, string> | undefined;
884
1236
  }
885
- export interface StartContactEvaluationResponse {
886
- EvaluationId: string | undefined;
887
- EvaluationArn: string | undefined;
1237
+ export interface ReplicateInstanceRequest {
1238
+ InstanceId: string | undefined;
1239
+ ReplicaRegion: string | undefined;
1240
+ ClientToken?: string | undefined;
1241
+ ReplicaAlias: string | undefined;
888
1242
  }
889
- export interface VoiceRecordingConfiguration {
890
- VoiceRecordingTrack?: VoiceRecordingTrack | undefined;
891
- IvrRecordingTrack?: IvrRecordingTrack | undefined;
1243
+ export interface ReplicateInstanceResponse {
1244
+ Id?: string | undefined;
1245
+ Arn?: string | undefined;
892
1246
  }
893
- export interface StartContactRecordingRequest {
894
- InstanceId: string | undefined;
1247
+ export interface ResumeContactRequest {
895
1248
  ContactId: string | undefined;
896
- InitialContactId: string | undefined;
897
- VoiceRecordingConfiguration: VoiceRecordingConfiguration | undefined;
1249
+ InstanceId: string | undefined;
1250
+ ContactFlowId?: string | undefined;
898
1251
  }
899
- export interface StartContactRecordingResponse {}
900
- export interface StartContactStreamingRequest {
1252
+ export interface ResumeContactResponse {}
1253
+ export interface ResumeContactRecordingRequest {
901
1254
  InstanceId: string | undefined;
902
1255
  ContactId: string | undefined;
903
- ChatStreamingConfiguration: ChatStreamingConfiguration | undefined;
904
- ClientToken?: string | undefined;
905
- }
906
- export interface StartContactStreamingResponse {
907
- StreamingId: string | undefined;
1256
+ InitialContactId: string | undefined;
1257
+ ContactRecordingType?: ContactRecordingType | undefined;
908
1258
  }
909
- export interface InboundAdditionalRecipients {
910
- ToAddresses?: EmailAddressInfo[] | undefined;
911
- CcAddresses?: EmailAddressInfo[] | undefined;
1259
+ export interface ResumeContactRecordingResponse {}
1260
+ export interface SearchAgentStatusesResponse {
1261
+ AgentStatuses?: AgentStatus[] | undefined;
1262
+ NextToken?: string | undefined;
1263
+ ApproximateTotalCount?: number | undefined;
912
1264
  }
913
- export interface EmailAttachment {
914
- FileName: string | undefined;
915
- S3Url: string | undefined;
1265
+ export interface SearchAvailablePhoneNumbersRequest {
1266
+ TargetArn?: string | undefined;
1267
+ InstanceId?: string | undefined;
1268
+ PhoneNumberCountryCode: PhoneNumberCountryCode | undefined;
1269
+ PhoneNumberType: PhoneNumberType | undefined;
1270
+ PhoneNumberPrefix?: string | undefined;
1271
+ MaxResults?: number | undefined;
1272
+ NextToken?: string | undefined;
916
1273
  }
917
- export interface InboundRawMessage {
918
- Subject: string | undefined;
919
- Body: string | undefined;
920
- ContentType: string | undefined;
921
- Headers?: Partial<Record<EmailHeaderType, string>> | undefined;
1274
+ export interface AvailableNumberSummary {
1275
+ PhoneNumber?: string | undefined;
1276
+ PhoneNumberCountryCode?: PhoneNumberCountryCode | undefined;
1277
+ PhoneNumberType?: PhoneNumberType | undefined;
922
1278
  }
923
- export interface InboundEmailContent {
924
- MessageSourceType: InboundMessageSourceType | undefined;
925
- RawMessage?: InboundRawMessage | undefined;
1279
+ export interface SearchAvailablePhoneNumbersResponse {
1280
+ NextToken?: string | undefined;
1281
+ AvailableNumbersList?: AvailableNumberSummary[] | undefined;
926
1282
  }
927
- export interface StartEmailContactResponse {
928
- ContactId?: string | undefined;
1283
+ export interface BooleanCondition {
1284
+ FieldName?: string | undefined;
1285
+ ComparisonType?: BooleanComparisonType | undefined;
929
1286
  }
930
- export interface StartOutboundChatContactResponse {
931
- ContactId?: string | undefined;
1287
+ export interface DateTimeCondition {
1288
+ FieldName?: string | undefined;
1289
+ MinValue?: string | undefined;
1290
+ MaxValue?: string | undefined;
1291
+ ComparisonType?: DateTimeComparisonType | undefined;
932
1292
  }
933
- export interface StartOutboundEmailContactRequest {
934
- InstanceId: string | undefined;
935
- ContactId: string | undefined;
936
- FromEmailAddress?: EmailAddressInfo | undefined;
937
- DestinationEmailAddress: EmailAddressInfo | undefined;
938
- AdditionalRecipients?: OutboundAdditionalRecipients | undefined;
939
- EmailMessage: OutboundEmailContent | undefined;
940
- ClientToken?: string | undefined;
1293
+ export interface DecimalCondition {
1294
+ FieldName?: string | undefined;
1295
+ MinValue?: number | undefined;
1296
+ MaxValue?: number | undefined;
1297
+ ComparisonType?: DecimalComparisonType | undefined;
941
1298
  }
942
- export interface StartOutboundEmailContactResponse {
943
- ContactId?: string | undefined;
1299
+ export interface NumberCondition {
1300
+ FieldName?: string | undefined;
1301
+ MinValue?: number | undefined;
1302
+ MaxValue?: number | undefined;
1303
+ ComparisonType?: NumberComparisonType | undefined;
944
1304
  }
945
- export interface AnswerMachineDetectionConfig {
946
- EnableAnswerMachineDetection?: boolean | undefined;
947
- AwaitAnswerMachinePrompt?: boolean | undefined;
1305
+ export interface EvaluationSearchFilter {
1306
+ AttributeFilter?: ControlPlaneAttributeFilter | undefined;
948
1307
  }
949
- export interface StartOutboundVoiceContactRequest {
950
- Name?: string | undefined;
951
- Description?: string | undefined;
952
- References?: Record<string, Reference> | undefined;
953
- RelatedContactId?: string | undefined;
954
- DestinationPhoneNumber: string | undefined;
955
- ContactFlowId: string | undefined;
956
- InstanceId: string | undefined;
957
- ClientToken?: string | undefined;
958
- SourcePhoneNumber?: string | undefined;
959
- QueueId?: string | undefined;
960
- Attributes?: Record<string, string> | undefined;
961
- AnswerMachineDetectionConfig?: AnswerMachineDetectionConfig | undefined;
962
- CampaignId?: string | undefined;
963
- TrafficType?: TrafficType | undefined;
964
- OutboundStrategy?: OutboundStrategy | undefined;
965
- RingTimeoutInSeconds?: number | undefined;
1308
+ export interface EvaluationSearchMetadata {
1309
+ ContactId: string | undefined;
1310
+ EvaluatorArn: string | undefined;
1311
+ ContactAgentId?: string | undefined;
1312
+ CalibrationSessionId?: string | undefined;
1313
+ ScorePercentage?: number | undefined;
1314
+ ScoreAutomaticFail?: boolean | undefined;
1315
+ ScoreNotApplicable?: boolean | undefined;
1316
+ AutoEvaluationEnabled?: boolean | undefined;
1317
+ AutoEvaluationStatus?: AutoEvaluationStatus | undefined;
1318
+ AcknowledgedTime?: Date | undefined;
1319
+ AcknowledgedBy?: string | undefined;
1320
+ AcknowledgerComment?: string | undefined;
1321
+ SamplingJobId?: string | undefined;
1322
+ ReviewId?: string | undefined;
1323
+ ContactParticipantRole?: ContactParticipantRole | undefined;
1324
+ ContactParticipantId?: string | undefined;
966
1325
  }
967
- export interface StartOutboundVoiceContactResponse {
968
- ContactId?: string | undefined;
1326
+ export interface EvaluationSearchSummary {
1327
+ EvaluationId: string | undefined;
1328
+ EvaluationArn: string | undefined;
1329
+ EvaluationFormId?: string | undefined;
1330
+ EvaluationFormVersion: number | undefined;
1331
+ EvaluationFormTitle?: string | undefined;
1332
+ Metadata: EvaluationSearchMetadata | undefined;
1333
+ Status: EvaluationStatus | undefined;
1334
+ EvaluationType?: EvaluationType | undefined;
1335
+ CreatedTime: Date | undefined;
1336
+ LastModifiedTime: Date | undefined;
1337
+ Tags?: Record<string, string> | undefined;
969
1338
  }
970
- export interface StartScreenSharingRequest {
971
- ClientToken?: string | undefined;
972
- InstanceId: string | undefined;
973
- ContactId: string | undefined;
1339
+ export interface SearchContactEvaluationsResponse {
1340
+ EvaluationSearchSummaryList?: EvaluationSearchSummary[] | undefined;
1341
+ NextToken?: string | undefined;
1342
+ ApproximateTotalCount?: number | undefined;
974
1343
  }
975
- export interface StartScreenSharingResponse {}
976
- export interface StartTaskContactResponse {
977
- ContactId?: string | undefined;
1344
+ export interface ControlPlaneTagFilter {
1345
+ OrConditions?: TagCondition[][] | undefined;
1346
+ AndConditions?: TagCondition[] | undefined;
1347
+ TagCondition?: TagCondition | undefined;
978
1348
  }
979
- export interface StartWebRTCContactRequest {
980
- Attributes?: Record<string, string> | undefined;
981
- ClientToken?: string | undefined;
982
- ContactFlowId: string | undefined;
983
- InstanceId: string | undefined;
984
- AllowedCapabilities?: AllowedCapabilities | undefined;
985
- ParticipantDetails: ParticipantDetails | undefined;
986
- RelatedContactId?: string | undefined;
987
- References?: Record<string, Reference> | undefined;
988
- Description?: string | undefined;
1349
+ export interface ContactFlowModuleSearchFilter {
1350
+ TagFilter?: ControlPlaneTagFilter | undefined;
989
1351
  }
990
- export interface Attendee {
991
- AttendeeId?: string | undefined;
992
- JoinToken?: string | undefined;
1352
+ export interface SearchContactFlowModulesResponse {
1353
+ ContactFlowModules?: ContactFlowModule[] | undefined;
1354
+ NextToken?: string | undefined;
1355
+ ApproximateTotalCount?: number | undefined;
993
1356
  }
994
- export interface MediaPlacement {
995
- AudioHostUrl?: string | undefined;
996
- AudioFallbackUrl?: string | undefined;
997
- SignalingUrl?: string | undefined;
998
- TurnControlUrl?: string | undefined;
999
- EventIngestionUrl?: string | undefined;
1357
+ export interface ContactFlowTypeCondition {
1358
+ ContactFlowType?: ContactFlowType | undefined;
1000
1359
  }
1001
- export interface AudioFeatures {
1002
- EchoReduction?: MeetingFeatureStatus | undefined;
1360
+ export interface ContactFlowAttributeAndCondition {
1361
+ TagConditions?: TagCondition[] | undefined;
1362
+ ContactFlowTypeCondition?: ContactFlowTypeCondition | undefined;
1003
1363
  }
1004
- export interface MeetingFeaturesConfiguration {
1005
- Audio?: AudioFeatures | undefined;
1364
+ export interface ContactFlowAttributeFilter {
1365
+ OrConditions?: ContactFlowAttributeAndCondition[] | undefined;
1366
+ AndCondition?: ContactFlowAttributeAndCondition | undefined;
1367
+ TagCondition?: TagCondition | undefined;
1368
+ ContactFlowTypeCondition?: ContactFlowTypeCondition | undefined;
1006
1369
  }
1007
- export interface Meeting {
1008
- MediaRegion?: string | undefined;
1009
- MediaPlacement?: MediaPlacement | undefined;
1010
- MeetingFeatures?: MeetingFeaturesConfiguration | undefined;
1011
- MeetingId?: string | undefined;
1370
+ export interface ContactFlowSearchFilter {
1371
+ TagFilter?: ControlPlaneTagFilter | undefined;
1372
+ FlowAttributeFilter?: ContactFlowAttributeFilter | undefined;
1012
1373
  }
1013
- export interface ConnectionData {
1014
- Attendee?: Attendee | undefined;
1015
- Meeting?: Meeting | undefined;
1374
+ export interface SearchContactFlowsResponse {
1375
+ ContactFlows?: ContactFlow[] | undefined;
1376
+ NextToken?: string | undefined;
1377
+ ApproximateTotalCount?: number | undefined;
1016
1378
  }
1017
- export interface StartWebRTCContactResponse {
1018
- ConnectionData?: ConnectionData | undefined;
1019
- ContactId?: string | undefined;
1020
- ParticipantId?: string | undefined;
1021
- ParticipantToken?: string | undefined;
1379
+ export interface SearchContactsTimeRange {
1380
+ Type: SearchContactsTimeRangeType | undefined;
1381
+ StartTime: Date | undefined;
1382
+ EndTime: Date | undefined;
1022
1383
  }
1023
- export interface DisconnectReason {
1024
- Code?: string | undefined;
1384
+ export interface SearchContactsTimestampCondition {
1385
+ Type: SearchContactsTimeRangeType | undefined;
1386
+ ConditionType: SearchContactsTimeRangeConditionType | undefined;
1025
1387
  }
1026
- export interface StopContactRequest {
1027
- ContactId: string | undefined;
1028
- InstanceId: string | undefined;
1029
- DisconnectReason?: DisconnectReason | undefined;
1388
+ export interface SearchContactsAdditionalTimeRangeCriteria {
1389
+ TimeRange?: SearchContactsTimeRange | undefined;
1390
+ TimestampCondition?: SearchContactsTimestampCondition | undefined;
1030
1391
  }
1031
- export interface StopContactResponse {}
1032
- export interface StopContactRecordingRequest {
1033
- InstanceId: string | undefined;
1034
- ContactId: string | undefined;
1035
- InitialContactId: string | undefined;
1036
- ContactRecordingType?: ContactRecordingType | undefined;
1392
+ export interface SearchContactsAdditionalTimeRange {
1393
+ Criteria: SearchContactsAdditionalTimeRangeCriteria[] | undefined;
1394
+ MatchType: SearchContactsMatchType | undefined;
1037
1395
  }
1038
- export interface StopContactRecordingResponse {}
1039
- export interface StopContactStreamingRequest {
1040
- InstanceId: string | undefined;
1041
- ContactId: string | undefined;
1042
- StreamingId: string | undefined;
1396
+ export interface TranscriptCriteria {
1397
+ ParticipantRole: ParticipantRole | undefined;
1398
+ SearchText: string[] | undefined;
1399
+ MatchType: SearchContactsMatchType | undefined;
1043
1400
  }
1044
- export interface StopContactStreamingResponse {}
1045
- export interface EvaluationAnswerInput {
1046
- Value?: EvaluationAnswerData | undefined;
1401
+ export interface Transcript {
1402
+ Criteria: TranscriptCriteria[] | undefined;
1403
+ MatchType?: SearchContactsMatchType | undefined;
1047
1404
  }
1048
- export type EvaluatorUserUnion =
1049
- | EvaluatorUserUnion.ConnectUserArnMember
1050
- | EvaluatorUserUnion.$UnknownMember;
1051
- export declare namespace EvaluatorUserUnion {
1052
- interface ConnectUserArnMember {
1053
- ConnectUserArn: string;
1054
- $unknown?: never;
1055
- }
1056
- interface $UnknownMember {
1057
- ConnectUserArn?: never;
1058
- $unknown: [string, any];
1059
- }
1060
- interface Visitor<T> {
1061
- ConnectUserArn: (value: string) => T;
1062
- _: (name: string, value: any) => T;
1063
- }
1405
+ export interface ContactAnalysis {
1406
+ Transcript?: Transcript | undefined;
1064
1407
  }
1065
- export interface SubmitContactEvaluationRequest {
1066
- InstanceId: string | undefined;
1067
- EvaluationId: string | undefined;
1068
- Answers?: Record<string, EvaluationAnswerInput> | undefined;
1069
- Notes?: Record<string, EvaluationNote> | undefined;
1070
- SubmittedBy?: EvaluatorUserUnion | undefined;
1408
+ export interface NameCriteria {
1409
+ SearchText: string[] | undefined;
1410
+ MatchType: SearchContactsMatchType | undefined;
1071
1411
  }
1072
- export interface SubmitContactEvaluationResponse {
1073
- EvaluationId: string | undefined;
1074
- EvaluationArn: string | undefined;
1412
+ export interface SearchableAgentCriteriaStep {
1413
+ AgentIds?: string[] | undefined;
1414
+ MatchType?: SearchContactsMatchType | undefined;
1075
1415
  }
1076
- export interface SuspendContactRecordingRequest {
1077
- InstanceId: string | undefined;
1078
- ContactId: string | undefined;
1079
- InitialContactId: string | undefined;
1080
- ContactRecordingType?: ContactRecordingType | undefined;
1416
+ export interface SearchableRoutingCriteriaStep {
1417
+ AgentCriteria?: SearchableAgentCriteriaStep | undefined;
1081
1418
  }
1082
- export interface SuspendContactRecordingResponse {}
1083
- export interface TagContactRequest {
1084
- ContactId: string | undefined;
1085
- InstanceId: string | undefined;
1086
- Tags: Record<string, string> | undefined;
1419
+ export interface SearchableRoutingCriteria {
1420
+ Steps?: SearchableRoutingCriteriaStep[] | undefined;
1087
1421
  }
1088
- export interface TagContactResponse {}
1089
- export interface TagResourceRequest {
1090
- resourceArn: string | undefined;
1091
- tags: Record<string, string> | undefined;
1422
+ export interface SearchableContactAttributesCriteria {
1423
+ Key: string | undefined;
1424
+ Values: string[] | undefined;
1092
1425
  }
1093
- export interface TransferContactRequest {
1094
- InstanceId: string | undefined;
1095
- ContactId: string | undefined;
1096
- QueueId?: string | undefined;
1097
- UserId?: string | undefined;
1098
- ContactFlowId: string | undefined;
1099
- ClientToken?: string | undefined;
1426
+ export interface SearchableContactAttributes {
1427
+ Criteria: SearchableContactAttributesCriteria[] | undefined;
1428
+ MatchType?: SearchContactsMatchType | undefined;
1100
1429
  }
1101
- export interface TransferContactResponse {
1102
- ContactId?: string | undefined;
1103
- ContactArn?: string | undefined;
1430
+ export interface SearchableSegmentAttributesCriteria {
1431
+ Key: string | undefined;
1432
+ Values: string[] | undefined;
1104
1433
  }
1105
- export interface UntagContactRequest {
1106
- ContactId: string | undefined;
1107
- InstanceId: string | undefined;
1108
- TagKeys: string[] | undefined;
1434
+ export interface SearchableSegmentAttributes {
1435
+ Criteria: SearchableSegmentAttributesCriteria[] | undefined;
1436
+ MatchType?: SearchContactsMatchType | undefined;
1109
1437
  }
1110
- export interface UntagContactResponse {}
1111
- export interface UntagResourceRequest {
1112
- resourceArn: string | undefined;
1113
- tagKeys: string[] | undefined;
1438
+ export interface SearchCriteria {
1439
+ Name?: NameCriteria | undefined;
1440
+ AgentIds?: string[] | undefined;
1441
+ AgentHierarchyGroups?: AgentHierarchyGroups | undefined;
1442
+ Channels?: Channel[] | undefined;
1443
+ ContactAnalysis?: ContactAnalysis | undefined;
1444
+ InitiationMethods?: ContactInitiationMethod[] | undefined;
1445
+ QueueIds?: string[] | undefined;
1446
+ RoutingCriteria?: SearchableRoutingCriteria | undefined;
1447
+ AdditionalTimeRange?: SearchContactsAdditionalTimeRange | undefined;
1448
+ SearchableContactAttributes?: SearchableContactAttributes | undefined;
1449
+ SearchableSegmentAttributes?: SearchableSegmentAttributes | undefined;
1114
1450
  }
1115
- export interface UpdateAgentStatusRequest {
1116
- InstanceId: string | undefined;
1117
- AgentStatusId: string | undefined;
1118
- Name?: string | undefined;
1119
- Description?: string | undefined;
1120
- State?: AgentStatusState | undefined;
1121
- DisplayOrder?: number | undefined;
1122
- ResetOrderNumber?: boolean | undefined;
1451
+ export interface Sort {
1452
+ FieldName: SortableFieldName | undefined;
1453
+ Order: SortOrder | undefined;
1123
1454
  }
1124
- export interface UpdateAuthenticationProfileRequest {
1125
- AuthenticationProfileId: string | undefined;
1455
+ export interface SearchContactsRequest {
1126
1456
  InstanceId: string | undefined;
1127
- Name?: string | undefined;
1128
- Description?: string | undefined;
1129
- AllowedIps?: string[] | undefined;
1130
- BlockedIps?: string[] | undefined;
1131
- PeriodicSessionDuration?: number | undefined;
1132
- SessionInactivityDuration?: number | undefined;
1133
- SessionInactivityHandlingEnabled?: boolean | undefined;
1457
+ TimeRange: SearchContactsTimeRange | undefined;
1458
+ SearchCriteria?: SearchCriteria | undefined;
1459
+ MaxResults?: number | undefined;
1460
+ NextToken?: string | undefined;
1461
+ Sort?: Sort | undefined;
1134
1462
  }
1135
- export interface QueueInfoInput {
1463
+ export interface ContactSearchSummaryAgentInfo {
1136
1464
  Id?: string | undefined;
1465
+ ConnectedToAgentTimestamp?: Date | undefined;
1137
1466
  }
1138
- export interface UpdateContactResponse {}
1139
- export interface UpdateContactAttributesRequest {
1140
- InitialContactId: string | undefined;
1141
- InstanceId: string | undefined;
1142
- Attributes: Record<string, string> | undefined;
1467
+ export interface ContactSearchSummaryQueueInfo {
1468
+ Id?: string | undefined;
1469
+ EnqueueTimestamp?: Date | undefined;
1143
1470
  }
1144
- export interface UpdateContactAttributesResponse {}
1145
- export interface UpdateContactEvaluationRequest {
1146
- InstanceId: string | undefined;
1147
- EvaluationId: string | undefined;
1148
- Answers?: Record<string, EvaluationAnswerInput> | undefined;
1149
- Notes?: Record<string, EvaluationNote> | undefined;
1150
- UpdatedBy?: EvaluatorUserUnion | undefined;
1471
+ export interface DataTableSearchFilter {
1472
+ AttributeFilter?: ControlPlaneAttributeFilter | undefined;
1151
1473
  }
1152
- export interface UpdateContactEvaluationResponse {
1153
- EvaluationId: string | undefined;
1154
- EvaluationArn: string | undefined;
1474
+ export interface SearchDataTablesResponse {
1475
+ DataTables?: DataTable[] | undefined;
1476
+ NextToken?: string | undefined;
1477
+ ApproximateTotalCount?: number | undefined;
1155
1478
  }
1156
- export interface UpdateContactFlowContentRequest {
1157
- InstanceId: string | undefined;
1158
- ContactFlowId: string | undefined;
1159
- Content: string | undefined;
1479
+ export interface EmailAddressSearchFilter {
1480
+ TagFilter?: ControlPlaneTagFilter | undefined;
1160
1481
  }
1161
- export interface UpdateContactFlowContentResponse {}
1162
- export interface UpdateContactFlowMetadataRequest {
1163
- InstanceId: string | undefined;
1164
- ContactFlowId: string | undefined;
1165
- Name?: string | undefined;
1482
+ export interface EmailAddressMetadata {
1483
+ EmailAddressId?: string | undefined;
1484
+ EmailAddressArn?: string | undefined;
1485
+ EmailAddress?: string | undefined;
1166
1486
  Description?: string | undefined;
1167
- ContactFlowState?: ContactFlowState | undefined;
1487
+ DisplayName?: string | undefined;
1488
+ AliasConfigurations?: AliasConfiguration[] | undefined;
1168
1489
  }
1169
- export interface UpdateContactFlowMetadataResponse {}
1170
- export interface UpdateContactFlowModuleAliasRequest {
1171
- InstanceId: string | undefined;
1172
- ContactFlowModuleId: string | undefined;
1173
- AliasId: string | undefined;
1174
- Name?: string | undefined;
1175
- Description?: string | undefined;
1176
- ContactFlowModuleVersion?: number | undefined;
1490
+ export interface SearchEmailAddressesResponse {
1491
+ NextToken?: string | undefined;
1492
+ EmailAddresses?: EmailAddressMetadata[] | undefined;
1493
+ ApproximateTotalCount?: number | undefined;
1177
1494
  }
1178
- export interface UpdateContactFlowModuleAliasResponse {}
1179
- export interface UpdateContactFlowModuleContentRequest {
1180
- InstanceId: string | undefined;
1181
- ContactFlowModuleId: string | undefined;
1182
- Content?: string | undefined;
1183
- Settings?: string | undefined;
1495
+ export interface EvaluationFormSearchFilter {
1496
+ AttributeFilter?: ControlPlaneAttributeFilter | undefined;
1184
1497
  }
1185
- export interface UpdateContactFlowModuleContentResponse {}
1186
- export interface UpdateContactFlowModuleMetadataRequest {
1187
- InstanceId: string | undefined;
1188
- ContactFlowModuleId: string | undefined;
1189
- Name?: string | undefined;
1498
+ export interface EvaluationFormSearchSummary {
1499
+ EvaluationFormId: string | undefined;
1500
+ EvaluationFormArn: string | undefined;
1501
+ Title: string | undefined;
1502
+ Status: EvaluationFormVersionStatus | undefined;
1190
1503
  Description?: string | undefined;
1191
- State?: ContactFlowModuleState | undefined;
1504
+ CreatedTime: Date | undefined;
1505
+ CreatedBy: string | undefined;
1506
+ LastModifiedTime: Date | undefined;
1507
+ LastModifiedBy: string | undefined;
1508
+ LastActivatedTime?: Date | undefined;
1509
+ LastActivatedBy?: string | undefined;
1510
+ LatestVersion: number | undefined;
1511
+ ActiveVersion?: number | undefined;
1512
+ AutoEvaluationEnabled?: boolean | undefined;
1513
+ EvaluationFormLanguage?: EvaluationFormLanguageCode | undefined;
1514
+ ContactInteractionType?: ContactInteractionType | undefined;
1515
+ Tags?: Record<string, string> | undefined;
1192
1516
  }
1193
- export interface UpdateContactFlowModuleMetadataResponse {}
1194
- export interface UpdateContactFlowNameRequest {
1195
- InstanceId: string | undefined;
1196
- ContactFlowId: string | undefined;
1197
- Name?: string | undefined;
1198
- Description?: string | undefined;
1517
+ export interface SearchEvaluationFormsResponse {
1518
+ EvaluationFormSearchSummaryList?: EvaluationFormSearchSummary[] | undefined;
1519
+ NextToken?: string | undefined;
1520
+ ApproximateTotalCount?: number | undefined;
1199
1521
  }
1200
- export interface UpdateContactFlowNameResponse {}
1201
- export interface RoutingCriteriaInputStepExpiry {
1202
- DurationInSeconds?: number | undefined;
1522
+ export interface DateCondition {
1523
+ FieldName?: string | undefined;
1524
+ Value?: string | undefined;
1525
+ ComparisonType?: DateComparisonType | undefined;
1203
1526
  }
1204
- export interface UpdateContactRoutingDataResponse {}
1205
- export interface UpdateContactScheduleRequest {
1206
- InstanceId: string | undefined;
1207
- ContactId: string | undefined;
1208
- ScheduledTime: Date | undefined;
1527
+ export interface HoursOfOperationSearchFilter {
1528
+ TagFilter?: ControlPlaneTagFilter | undefined;
1209
1529
  }
1210
- export interface UpdateContactScheduleResponse {}
1211
- export interface UpdateEmailAddressMetadataRequest {
1212
- InstanceId: string | undefined;
1213
- EmailAddressId: string | undefined;
1214
- Description?: string | undefined;
1215
- DisplayName?: string | undefined;
1216
- ClientToken?: string | undefined;
1530
+ export interface SearchHoursOfOperationOverridesResponse {
1531
+ HoursOfOperationOverrides?: HoursOfOperationOverride[] | undefined;
1532
+ NextToken?: string | undefined;
1533
+ ApproximateTotalCount?: number | undefined;
1217
1534
  }
1218
- export interface UpdateEmailAddressMetadataResponse {
1219
- EmailAddressId?: string | undefined;
1220
- EmailAddressArn?: string | undefined;
1535
+ export interface SearchHoursOfOperationsResponse {
1536
+ HoursOfOperations?: HoursOfOperation[] | undefined;
1537
+ NextToken?: string | undefined;
1538
+ ApproximateTotalCount?: number | undefined;
1221
1539
  }
1222
- export interface UpdateEvaluationFormResponse {
1223
- EvaluationFormId: string | undefined;
1224
- EvaluationFormArn: string | undefined;
1225
- EvaluationFormVersion: number | undefined;
1540
+ export interface SearchPredefinedAttributesResponse {
1541
+ PredefinedAttributes?: PredefinedAttribute[] | undefined;
1542
+ NextToken?: string | undefined;
1543
+ ApproximateTotalCount?: number | undefined;
1226
1544
  }
1227
- export interface UpdateHoursOfOperationRequest {
1228
- InstanceId: string | undefined;
1229
- HoursOfOperationId: string | undefined;
1230
- Name?: string | undefined;
1231
- Description?: string | undefined;
1232
- TimeZone?: string | undefined;
1233
- Config?: HoursOfOperationConfig[] | undefined;
1545
+ export interface PromptSearchFilter {
1546
+ TagFilter?: ControlPlaneTagFilter | undefined;
1234
1547
  }
1235
- export interface UpdateHoursOfOperationOverrideRequest {
1236
- InstanceId: string | undefined;
1237
- HoursOfOperationId: string | undefined;
1238
- HoursOfOperationOverrideId: string | undefined;
1239
- Name?: string | undefined;
1240
- Description?: string | undefined;
1241
- Config?: HoursOfOperationOverrideConfig[] | undefined;
1242
- EffectiveFrom?: string | undefined;
1243
- EffectiveTill?: string | undefined;
1548
+ export interface SearchPromptsResponse {
1549
+ Prompts?: Prompt[] | undefined;
1550
+ NextToken?: string | undefined;
1551
+ ApproximateTotalCount?: number | undefined;
1244
1552
  }
1245
- export interface UpdateInstanceAttributeRequest {
1246
- InstanceId: string | undefined;
1247
- AttributeType: InstanceAttributeType | undefined;
1248
- Value: string | undefined;
1249
- ClientToken?: string | undefined;
1553
+ export interface QueueSearchFilter {
1554
+ TagFilter?: ControlPlaneTagFilter | undefined;
1250
1555
  }
1251
- export interface UpdateInstanceStorageConfigRequest {
1252
- InstanceId: string | undefined;
1253
- AssociationId: string | undefined;
1254
- ResourceType: InstanceStorageResourceType | undefined;
1255
- StorageConfig: InstanceStorageConfig | undefined;
1256
- ClientToken?: string | undefined;
1556
+ export interface SearchQueuesResponse {
1557
+ Queues?: Queue[] | undefined;
1558
+ NextToken?: string | undefined;
1559
+ ApproximateTotalCount?: number | undefined;
1257
1560
  }
1258
- export interface UpdateParticipantAuthenticationRequest {
1259
- State: string | undefined;
1260
- InstanceId: string | undefined;
1261
- Code?: string | undefined;
1262
- Error?: string | undefined;
1263
- ErrorDescription?: string | undefined;
1264
- }
1265
- export interface UpdateParticipantAuthenticationResponse {}
1266
- export type ParticipantTimerValue =
1267
- | ParticipantTimerValue.ParticipantTimerActionMember
1268
- | ParticipantTimerValue.ParticipantTimerDurationInMinutesMember
1269
- | ParticipantTimerValue.$UnknownMember;
1270
- export declare namespace ParticipantTimerValue {
1271
- interface ParticipantTimerActionMember {
1272
- ParticipantTimerAction: ParticipantTimerAction;
1273
- ParticipantTimerDurationInMinutes?: never;
1274
- $unknown?: never;
1275
- }
1276
- interface ParticipantTimerDurationInMinutesMember {
1277
- ParticipantTimerAction?: never;
1278
- ParticipantTimerDurationInMinutes: number;
1279
- $unknown?: never;
1280
- }
1281
- interface $UnknownMember {
1282
- ParticipantTimerAction?: never;
1283
- ParticipantTimerDurationInMinutes?: never;
1284
- $unknown: [string, any];
1285
- }
1286
- interface Visitor<T> {
1287
- ParticipantTimerAction: (value: ParticipantTimerAction) => T;
1288
- ParticipantTimerDurationInMinutes: (value: number) => T;
1289
- _: (name: string, value: any) => T;
1290
- }
1561
+ export interface QuickConnectSearchFilter {
1562
+ TagFilter?: ControlPlaneTagFilter | undefined;
1291
1563
  }
1292
- export interface ParticipantTimerConfiguration {
1293
- ParticipantRole: TimerEligibleParticipantRoles | undefined;
1294
- TimerType: ParticipantTimerType | undefined;
1295
- TimerValue: ParticipantTimerValue | undefined;
1564
+ export interface SearchQuickConnectsResponse {
1565
+ QuickConnects?: QuickConnect[] | undefined;
1566
+ NextToken?: string | undefined;
1567
+ ApproximateTotalCount?: number | undefined;
1296
1568
  }
1297
- export interface ChatParticipantRoleConfig {
1298
- ParticipantTimerConfigList: ParticipantTimerConfiguration[] | undefined;
1569
+ export interface TagSearchCondition {
1570
+ tagKey?: string | undefined;
1571
+ tagValue?: string | undefined;
1572
+ tagKeyComparisonType?: StringComparisonType | undefined;
1573
+ tagValueComparisonType?: StringComparisonType | undefined;
1299
1574
  }
1300
- export type UpdateParticipantRoleConfigChannelInfo =
1301
- | UpdateParticipantRoleConfigChannelInfo.ChatMember
1302
- | UpdateParticipantRoleConfigChannelInfo.$UnknownMember;
1303
- export declare namespace UpdateParticipantRoleConfigChannelInfo {
1304
- interface ChatMember {
1305
- Chat: ChatParticipantRoleConfig;
1306
- $unknown?: never;
1307
- }
1308
- interface $UnknownMember {
1309
- Chat?: never;
1310
- $unknown: [string, any];
1311
- }
1312
- interface Visitor<T> {
1313
- Chat: (value: ChatParticipantRoleConfig) => T;
1314
- _: (name: string, value: any) => T;
1315
- }
1575
+ export interface ResourceTagsSearchCriteria {
1576
+ TagSearchCondition?: TagSearchCondition | undefined;
1316
1577
  }
1317
- export interface UpdateParticipantRoleConfigRequest {
1578
+ export interface SearchResourceTagsRequest {
1318
1579
  InstanceId: string | undefined;
1319
- ContactId: string | undefined;
1320
- ChannelConfiguration: UpdateParticipantRoleConfigChannelInfo | undefined;
1580
+ ResourceTypes?: string[] | undefined;
1581
+ NextToken?: string | undefined;
1582
+ MaxResults?: number | undefined;
1583
+ SearchCriteria?: ResourceTagsSearchCriteria | undefined;
1321
1584
  }
1322
- export interface UpdateParticipantRoleConfigResponse {}
1323
- export interface UpdatePhoneNumberRequest {
1324
- PhoneNumberId: string | undefined;
1325
- TargetArn?: string | undefined;
1326
- InstanceId?: string | undefined;
1327
- ClientToken?: string | undefined;
1585
+ export interface TagSet {
1586
+ key?: string | undefined;
1587
+ value?: string | undefined;
1328
1588
  }
1329
- export interface UpdatePhoneNumberResponse {
1330
- PhoneNumberId?: string | undefined;
1331
- PhoneNumberArn?: string | undefined;
1589
+ export interface SearchResourceTagsResponse {
1590
+ Tags?: TagSet[] | undefined;
1591
+ NextToken?: string | undefined;
1332
1592
  }
1333
- export interface UpdatePhoneNumberMetadataRequest {
1334
- PhoneNumberId: string | undefined;
1335
- PhoneNumberDescription?: string | undefined;
1336
- ClientToken?: string | undefined;
1593
+ export interface RoutingProfileSearchFilter {
1594
+ TagFilter?: ControlPlaneTagFilter | undefined;
1337
1595
  }
1338
- export interface UpdatePredefinedAttributeRequest {
1339
- InstanceId: string | undefined;
1340
- Name: string | undefined;
1341
- Values?: PredefinedAttributeValues | undefined;
1342
- Purposes?: string[] | undefined;
1343
- AttributeConfiguration?: InputPredefinedAttributeConfiguration | undefined;
1596
+ export interface SearchRoutingProfilesResponse {
1597
+ RoutingProfiles?: RoutingProfile[] | undefined;
1598
+ NextToken?: string | undefined;
1599
+ ApproximateTotalCount?: number | undefined;
1344
1600
  }
1345
- export interface UpdatePromptRequest {
1346
- InstanceId: string | undefined;
1347
- PromptId: string | undefined;
1348
- Name?: string | undefined;
1601
+ export interface SecurityProfilesSearchFilter {
1602
+ TagFilter?: ControlPlaneTagFilter | undefined;
1603
+ }
1604
+ export interface SecurityProfileSearchSummary {
1605
+ Id?: string | undefined;
1606
+ OrganizationResourceId?: string | undefined;
1607
+ Arn?: string | undefined;
1608
+ SecurityProfileName?: string | undefined;
1349
1609
  Description?: string | undefined;
1350
- S3Uri?: string | undefined;
1610
+ Tags?: Record<string, string> | undefined;
1351
1611
  }
1352
- export interface UpdatePromptResponse {
1353
- PromptARN?: string | undefined;
1354
- PromptId?: string | undefined;
1612
+ export interface SearchSecurityProfilesResponse {
1613
+ SecurityProfiles?: SecurityProfileSearchSummary[] | undefined;
1614
+ NextToken?: string | undefined;
1615
+ ApproximateTotalCount?: number | undefined;
1355
1616
  }
1356
- export interface UpdateQueueHoursOfOperationRequest {
1357
- InstanceId: string | undefined;
1358
- QueueId: string | undefined;
1359
- HoursOfOperationId: string | undefined;
1617
+ export interface UserHierarchyGroupSearchFilter {
1618
+ AttributeFilter?: ControlPlaneAttributeFilter | undefined;
1360
1619
  }
1361
- export interface UpdateQueueMaxContactsRequest {
1362
- InstanceId: string | undefined;
1363
- QueueId: string | undefined;
1364
- MaxContacts?: number | undefined;
1620
+ export interface SearchUserHierarchyGroupsResponse {
1621
+ UserHierarchyGroups?: HierarchyGroup[] | undefined;
1622
+ NextToken?: string | undefined;
1623
+ ApproximateTotalCount?: number | undefined;
1365
1624
  }
1366
- export interface UpdateQueueNameRequest {
1367
- InstanceId: string | undefined;
1368
- QueueId: string | undefined;
1369
- Name?: string | undefined;
1370
- Description?: string | undefined;
1625
+ export interface HierarchyGroupCondition {
1626
+ Value?: string | undefined;
1627
+ HierarchyGroupMatchType?: HierarchyGroupMatchType | undefined;
1371
1628
  }
1372
- export interface UpdateQueueOutboundCallerConfigRequest {
1373
- InstanceId: string | undefined;
1374
- QueueId: string | undefined;
1375
- OutboundCallerConfig: OutboundCallerConfig | undefined;
1629
+ export interface Condition {
1630
+ StringCondition?: StringCondition | undefined;
1631
+ NumberCondition?: NumberCondition | undefined;
1376
1632
  }
1377
- export interface UpdateQueueOutboundEmailConfigRequest {
1378
- InstanceId: string | undefined;
1379
- QueueId: string | undefined;
1380
- OutboundEmailConfig: OutboundEmailConfig | undefined;
1633
+ export interface ListCondition {
1634
+ TargetListType?: TargetListType | undefined;
1635
+ Conditions?: Condition[] | undefined;
1381
1636
  }
1382
- export interface UpdateQueueStatusRequest {
1383
- InstanceId: string | undefined;
1384
- QueueId: string | undefined;
1385
- Status: QueueStatus | undefined;
1637
+ export interface AttributeAndCondition {
1638
+ TagConditions?: TagCondition[] | undefined;
1639
+ HierarchyGroupCondition?: HierarchyGroupCondition | undefined;
1386
1640
  }
1387
- export interface UpdateQuickConnectConfigRequest {
1388
- InstanceId: string | undefined;
1389
- QuickConnectId: string | undefined;
1390
- QuickConnectConfig: QuickConnectConfig | undefined;
1641
+ export interface ControlPlaneUserAttributeFilter {
1642
+ OrConditions?: AttributeAndCondition[] | undefined;
1643
+ AndCondition?: AttributeAndCondition | undefined;
1644
+ TagCondition?: TagCondition | undefined;
1645
+ HierarchyGroupCondition?: HierarchyGroupCondition | undefined;
1391
1646
  }
1392
- export interface UpdateQuickConnectNameRequest {
1393
- InstanceId: string | undefined;
1394
- QuickConnectId: string | undefined;
1395
- Name?: string | undefined;
1396
- Description?: string | undefined;
1647
+ export interface UserSearchFilter {
1648
+ TagFilter?: ControlPlaneTagFilter | undefined;
1649
+ UserAttributeFilter?: ControlPlaneUserAttributeFilter | undefined;
1650
+ }
1651
+ export interface UserIdentityInfoLite {
1652
+ FirstName?: string | undefined;
1653
+ LastName?: string | undefined;
1654
+ }
1655
+ export interface UserSearchSummary {
1656
+ Arn?: string | undefined;
1657
+ DirectoryUserId?: string | undefined;
1658
+ HierarchyGroupId?: string | undefined;
1659
+ Id?: string | undefined;
1660
+ IdentityInfo?: UserIdentityInfoLite | undefined;
1661
+ PhoneConfig?: UserPhoneConfig | undefined;
1662
+ RoutingProfileId?: string | undefined;
1663
+ SecurityProfileIds?: string[] | undefined;
1664
+ Tags?: Record<string, string> | undefined;
1665
+ Username?: string | undefined;
1666
+ }
1667
+ export interface SearchUsersResponse {
1668
+ Users?: UserSearchSummary[] | undefined;
1669
+ NextToken?: string | undefined;
1670
+ ApproximateTotalCount?: number | undefined;
1671
+ }
1672
+ export interface ViewSearchFilter {
1673
+ AttributeFilter?: ControlPlaneAttributeFilter | undefined;
1397
1674
  }
1398
- export interface UpdateRoutingProfileAgentAvailabilityTimerRequest {
1399
- InstanceId: string | undefined;
1400
- RoutingProfileId: string | undefined;
1401
- AgentAvailabilityTimer: AgentAvailabilityTimer | undefined;
1675
+ export interface SearchViewsResponse {
1676
+ Views?: View[] | undefined;
1677
+ NextToken?: string | undefined;
1678
+ ApproximateTotalCount?: number | undefined;
1402
1679
  }
1403
- export interface UpdateRoutingProfileConcurrencyRequest {
1680
+ export interface SearchVocabulariesRequest {
1404
1681
  InstanceId: string | undefined;
1405
- RoutingProfileId: string | undefined;
1406
- MediaConcurrencies: MediaConcurrency[] | undefined;
1682
+ MaxResults?: number | undefined;
1683
+ NextToken?: string | undefined;
1684
+ State?: VocabularyState | undefined;
1685
+ NameStartsWith?: string | undefined;
1686
+ LanguageCode?: VocabularyLanguageCode | undefined;
1407
1687
  }
1408
- export interface UpdateRoutingProfileDefaultOutboundQueueRequest {
1409
- InstanceId: string | undefined;
1410
- RoutingProfileId: string | undefined;
1411
- DefaultOutboundQueueId: string | undefined;
1688
+ export interface VocabularySummary {
1689
+ Name: string | undefined;
1690
+ Id: string | undefined;
1691
+ Arn: string | undefined;
1692
+ LanguageCode: VocabularyLanguageCode | undefined;
1693
+ State: VocabularyState | undefined;
1694
+ LastModifiedTime: Date | undefined;
1695
+ FailureReason?: string | undefined;
1412
1696
  }
1413
- export interface UpdateRoutingProfileNameRequest {
1414
- InstanceId: string | undefined;
1415
- RoutingProfileId: string | undefined;
1416
- Name?: string | undefined;
1417
- Description?: string | undefined;
1697
+ export interface SearchVocabulariesResponse {
1698
+ VocabularySummaryList?: VocabularySummary[] | undefined;
1699
+ NextToken?: string | undefined;
1418
1700
  }
1419
- export interface UpdateRoutingProfileQueuesRequest {
1420
- InstanceId: string | undefined;
1421
- RoutingProfileId: string | undefined;
1422
- QueueConfigs: RoutingProfileQueueConfig[] | undefined;
1701
+ export interface WorkspaceAssociationSearchFilter {
1702
+ AttributeFilter?: ControlPlaneAttributeFilter | undefined;
1423
1703
  }
1424
- export interface UpdateRuleRequest {
1425
- RuleId: string | undefined;
1426
- InstanceId: string | undefined;
1427
- Name: string | undefined;
1428
- Function: string | undefined;
1429
- Actions: RuleAction[] | undefined;
1430
- PublishStatus: RulePublishStatus | undefined;
1704
+ export interface WorkspaceAssociationSearchSummary {
1705
+ WorkspaceId?: string | undefined;
1706
+ WorkspaceArn?: string | undefined;
1707
+ ResourceId?: string | undefined;
1708
+ ResourceArn?: string | undefined;
1709
+ ResourceType?: string | undefined;
1710
+ ResourceName?: string | undefined;
1431
1711
  }
1432
- export interface UpdateSecurityProfileRequest {
1433
- Description?: string | undefined;
1434
- Permissions?: string[] | undefined;
1435
- SecurityProfileId: string | undefined;
1436
- InstanceId: string | undefined;
1437
- AllowedAccessControlTags?: Record<string, string> | undefined;
1438
- TagRestrictedResources?: string[] | undefined;
1439
- Applications?: Application[] | undefined;
1440
- HierarchyRestrictedResources?: string[] | undefined;
1441
- AllowedAccessControlHierarchyGroupId?: string | undefined;
1712
+ export interface SearchWorkspaceAssociationsResponse {
1713
+ NextToken?: string | undefined;
1714
+ WorkspaceAssociations?: WorkspaceAssociationSearchSummary[] | undefined;
1715
+ ApproximateTotalCount?: number | undefined;
1442
1716
  }
1443
- export interface UpdateTaskTemplateRequest {
1444
- TaskTemplateId: string | undefined;
1445
- InstanceId: string | undefined;
1446
- Name?: string | undefined;
1447
- Description?: string | undefined;
1448
- ContactFlowId?: string | undefined;
1449
- SelfAssignFlowId?: string | undefined;
1450
- Constraints?: TaskTemplateConstraints | undefined;
1451
- Defaults?: TaskTemplateDefaults | undefined;
1452
- Status?: TaskTemplateStatus | undefined;
1453
- Fields?: TaskTemplateField[] | undefined;
1717
+ export interface WorkspaceSearchFilter {
1718
+ AttributeFilter?: ControlPlaneAttributeFilter | undefined;
1454
1719
  }
1455
- export interface UpdateTaskTemplateResponse {
1456
- InstanceId?: string | undefined;
1720
+ export interface WorkspaceSearchSummary {
1457
1721
  Id?: string | undefined;
1458
- Arn?: string | undefined;
1459
1722
  Name?: string | undefined;
1723
+ Visibility?: Visibility | undefined;
1460
1724
  Description?: string | undefined;
1461
- ContactFlowId?: string | undefined;
1462
- SelfAssignFlowId?: string | undefined;
1463
- Constraints?: TaskTemplateConstraints | undefined;
1464
- Defaults?: TaskTemplateDefaults | undefined;
1465
- Fields?: TaskTemplateField[] | undefined;
1466
- Status?: TaskTemplateStatus | undefined;
1467
- LastModifiedTime?: Date | undefined;
1468
- CreatedTime?: Date | undefined;
1725
+ Title?: string | undefined;
1726
+ Arn?: string | undefined;
1727
+ CreatedAt?: Date | undefined;
1728
+ Tags?: Record<string, string> | undefined;
1469
1729
  }
1470
- export interface UpdateTrafficDistributionRequest {
1471
- Id: string | undefined;
1472
- TelephonyConfig?: TelephonyConfig | undefined;
1473
- SignInConfig?: SignInConfig | undefined;
1474
- AgentConfig?: AgentConfig | undefined;
1730
+ export interface SearchWorkspacesResponse {
1731
+ NextToken?: string | undefined;
1732
+ Workspaces?: WorkspaceSearchSummary[] | undefined;
1733
+ ApproximateTotalCount?: number | undefined;
1475
1734
  }
1476
- export interface UpdateTrafficDistributionResponse {}
1477
- export interface UpdateUserHierarchyRequest {
1478
- HierarchyGroupId?: string | undefined;
1479
- UserId: string | undefined;
1480
- InstanceId: string | undefined;
1735
+ export interface ChatEvent {
1736
+ Type: ChatEventType | undefined;
1737
+ ContentType?: string | undefined;
1738
+ Content?: string | undefined;
1481
1739
  }
1482
- export interface UpdateUserHierarchyGroupNameRequest {
1483
- Name: string | undefined;
1484
- HierarchyGroupId: string | undefined;
1485
- InstanceId: string | undefined;
1740
+ export interface ParticipantDetails {
1741
+ DisplayName: string | undefined;
1486
1742
  }
1487
- export interface HierarchyLevelUpdate {
1488
- Name: string | undefined;
1743
+ export interface ChatStreamingConfiguration {
1744
+ StreamingEndpointArn: string | undefined;
1489
1745
  }
1490
- export interface HierarchyStructureUpdate {
1491
- LevelOne?: HierarchyLevelUpdate | undefined;
1492
- LevelTwo?: HierarchyLevelUpdate | undefined;
1493
- LevelThree?: HierarchyLevelUpdate | undefined;
1494
- LevelFour?: HierarchyLevelUpdate | undefined;
1495
- LevelFive?: HierarchyLevelUpdate | undefined;
1746
+ export interface NewSessionDetails {
1747
+ SupportedMessagingContentTypes?: string[] | undefined;
1748
+ ParticipantDetails?: ParticipantDetails | undefined;
1749
+ Attributes?: Record<string, string> | undefined;
1750
+ StreamingConfiguration?: ChatStreamingConfiguration | undefined;
1496
1751
  }
1497
- export interface UpdateUserHierarchyStructureRequest {
1498
- HierarchyStructure: HierarchyStructureUpdate | undefined;
1499
- InstanceId: string | undefined;
1752
+ export interface SendChatIntegrationEventRequest {
1753
+ SourceId: string | undefined;
1754
+ DestinationId: string | undefined;
1755
+ Subtype?: string | undefined;
1756
+ Event: ChatEvent | undefined;
1757
+ NewSessionDetails?: NewSessionDetails | undefined;
1500
1758
  }
1501
- export interface UpdateUserIdentityInfoRequest {
1502
- IdentityInfo: UserIdentityInfo | undefined;
1503
- UserId: string | undefined;
1504
- InstanceId: string | undefined;
1759
+ export interface SendChatIntegrationEventResponse {
1760
+ InitialContactId?: string | undefined;
1761
+ NewChatCreated?: boolean | undefined;
1505
1762
  }
1506
- export interface UpdateUserPhoneConfigRequest {
1507
- PhoneConfig: UserPhoneConfig | undefined;
1508
- UserId: string | undefined;
1509
- InstanceId: string | undefined;
1763
+ export interface EmailAddressInfo {
1764
+ EmailAddress: string | undefined;
1765
+ DisplayName?: string | undefined;
1510
1766
  }
1511
- export interface UpdateUserProficienciesRequest {
1512
- InstanceId: string | undefined;
1513
- UserId: string | undefined;
1514
- UserProficiencies: UserProficiency[] | undefined;
1767
+ export interface OutboundAdditionalRecipients {
1768
+ CcEmailAddresses?: EmailAddressInfo[] | undefined;
1515
1769
  }
1516
- export interface UpdateUserRoutingProfileRequest {
1517
- RoutingProfileId: string | undefined;
1518
- UserId: string | undefined;
1519
- InstanceId: string | undefined;
1770
+ export interface OutboundRawMessage {
1771
+ Subject: string | undefined;
1772
+ Body: string | undefined;
1773
+ ContentType: string | undefined;
1520
1774
  }
1521
- export interface UpdateUserSecurityProfilesRequest {
1522
- SecurityProfileIds: string[] | undefined;
1523
- UserId: string | undefined;
1775
+ export interface TemplateAttributes {
1776
+ CustomAttributes?: Record<string, string> | undefined;
1777
+ CustomerProfileAttributes?: string | undefined;
1778
+ }
1779
+ export interface TemplatedMessageConfig {
1780
+ KnowledgeBaseId: string | undefined;
1781
+ MessageTemplateId: string | undefined;
1782
+ TemplateAttributes: TemplateAttributes | undefined;
1783
+ }
1784
+ export interface OutboundEmailContent {
1785
+ MessageSourceType: OutboundMessageSourceType | undefined;
1786
+ TemplatedMessageConfig?: TemplatedMessageConfig | undefined;
1787
+ RawMessage?: OutboundRawMessage | undefined;
1788
+ }
1789
+ export interface SourceCampaign {
1790
+ CampaignId?: string | undefined;
1791
+ OutboundRequestId?: string | undefined;
1792
+ }
1793
+ export interface SendOutboundEmailRequest {
1524
1794
  InstanceId: string | undefined;
1795
+ FromEmailAddress: EmailAddressInfo | undefined;
1796
+ DestinationEmailAddress: EmailAddressInfo | undefined;
1797
+ AdditionalRecipients?: OutboundAdditionalRecipients | undefined;
1798
+ EmailMessage: OutboundEmailContent | undefined;
1799
+ TrafficType: TrafficType | undefined;
1800
+ SourceCampaign?: SourceCampaign | undefined;
1801
+ ClientToken?: string | undefined;
1525
1802
  }
1526
- export interface UpdateViewContentRequest {
1803
+ export interface SendOutboundEmailResponse {}
1804
+ export interface StartAttachedFileUploadRequest {
1805
+ ClientToken?: string | undefined;
1527
1806
  InstanceId: string | undefined;
1528
- ViewId: string | undefined;
1529
- Status: ViewStatus | undefined;
1530
- Content: ViewInputContent | undefined;
1807
+ FileName: string | undefined;
1808
+ FileSizeInBytes: number | undefined;
1809
+ UrlExpiryInSeconds?: number | undefined;
1810
+ FileUseCaseType: FileUseCaseType | undefined;
1811
+ AssociatedResourceArn: string | undefined;
1812
+ CreatedBy?: CreatedByInfo | undefined;
1813
+ Tags?: Record<string, string> | undefined;
1531
1814
  }
1532
- export interface UpdateViewContentResponse {
1533
- View?: View | undefined;
1815
+ export interface UploadUrlMetadata {
1816
+ Url?: string | undefined;
1817
+ UrlExpiry?: string | undefined;
1818
+ HeadersToInclude?: Record<string, string> | undefined;
1534
1819
  }
1535
- export interface UpdateViewMetadataRequest {
1536
- InstanceId: string | undefined;
1537
- ViewId: string | undefined;
1538
- Name?: string | undefined;
1539
- Description?: string | undefined;
1820
+ export interface StartAttachedFileUploadResponse {
1821
+ FileArn?: string | undefined;
1822
+ FileId?: string | undefined;
1823
+ CreationTime?: string | undefined;
1824
+ FileStatus?: FileStatusType | undefined;
1825
+ CreatedBy?: CreatedByInfo | undefined;
1826
+ UploadUrlMetadata?: UploadUrlMetadata | undefined;
1540
1827
  }
1541
- export interface UpdateViewMetadataResponse {}
1542
- export interface EvaluationFormItemEnablementCondition {
1543
- Operands: EvaluationFormItemEnablementConditionOperand[] | undefined;
1544
- Operator?: EvaluationFormItemEnablementOperator | undefined;
1545
- }
1546
- export type EvaluationFormItemEnablementConditionOperand =
1547
- | EvaluationFormItemEnablementConditionOperand.ConditionMember
1548
- | EvaluationFormItemEnablementConditionOperand.ExpressionMember
1549
- | EvaluationFormItemEnablementConditionOperand.$UnknownMember;
1550
- export declare namespace EvaluationFormItemEnablementConditionOperand {
1551
- interface ExpressionMember {
1552
- Expression: EvaluationFormItemEnablementExpression;
1553
- Condition?: never;
1554
- $unknown?: never;
1555
- }
1556
- interface ConditionMember {
1557
- Expression?: never;
1558
- Condition: EvaluationFormItemEnablementCondition;
1559
- $unknown?: never;
1560
- }
1561
- interface $UnknownMember {
1562
- Expression?: never;
1563
- Condition?: never;
1564
- $unknown: [string, any];
1565
- }
1566
- interface Visitor<T> {
1567
- Expression: (value: EvaluationFormItemEnablementExpression) => T;
1568
- Condition: (value: EvaluationFormItemEnablementCondition) => T;
1569
- _: (name: string, value: any) => T;
1570
- }
1828
+ export interface ChatMessage {
1829
+ ContentType: string | undefined;
1830
+ Content: string | undefined;
1571
1831
  }
1572
- export interface AgentStatusSearchCriteria {
1573
- OrConditions?: AgentStatusSearchCriteria[] | undefined;
1574
- AndConditions?: AgentStatusSearchCriteria[] | undefined;
1575
- StringCondition?: StringCondition | undefined;
1832
+ export interface ParticipantConfiguration {
1833
+ ResponseMode?: ResponseMode | undefined;
1576
1834
  }
1577
- export interface ContactFlowModuleSearchCriteria {
1578
- OrConditions?: ContactFlowModuleSearchCriteria[] | undefined;
1579
- AndConditions?: ContactFlowModuleSearchCriteria[] | undefined;
1580
- StringCondition?: StringCondition | undefined;
1581
- StateCondition?: ContactFlowModuleState | undefined;
1582
- StatusCondition?: ContactFlowModuleStatus | undefined;
1835
+ export interface PersistentChat {
1836
+ RehydrationType?: RehydrationType | undefined;
1837
+ SourceContactId?: string | undefined;
1583
1838
  }
1584
- export interface ContactFlowSearchCriteria {
1585
- OrConditions?: ContactFlowSearchCriteria[] | undefined;
1586
- AndConditions?: ContactFlowSearchCriteria[] | undefined;
1587
- StringCondition?: StringCondition | undefined;
1588
- TypeCondition?: ContactFlowType | undefined;
1589
- StateCondition?: ContactFlowState | undefined;
1590
- StatusCondition?: ContactFlowStatus | undefined;
1839
+ export interface StartChatContactResponse {
1840
+ ContactId?: string | undefined;
1841
+ ParticipantId?: string | undefined;
1842
+ ParticipantToken?: string | undefined;
1843
+ ContinuedFromContactId?: string | undefined;
1591
1844
  }
1592
- export interface EmailAddressSearchCriteria {
1593
- OrConditions?: EmailAddressSearchCriteria[] | undefined;
1594
- AndConditions?: EmailAddressSearchCriteria[] | undefined;
1595
- StringCondition?: StringCondition | undefined;
1845
+ export interface AutoEvaluationConfiguration {
1846
+ Enabled: boolean | undefined;
1596
1847
  }
1597
- export interface EvaluationFormItemEnablementConfiguration {
1598
- Condition: EvaluationFormItemEnablementCondition | undefined;
1599
- Action: EvaluationFormItemEnablementAction | undefined;
1600
- DefaultAction?: EvaluationFormItemEnablementAction | undefined;
1848
+ export interface StartContactEvaluationRequest {
1849
+ InstanceId: string | undefined;
1850
+ ContactId: string | undefined;
1851
+ EvaluationFormId: string | undefined;
1852
+ AutoEvaluationConfiguration?: AutoEvaluationConfiguration | undefined;
1853
+ ClientToken?: string | undefined;
1854
+ Tags?: Record<string, string> | undefined;
1601
1855
  }
1602
- export interface EvaluationFormSearchCriteria {
1603
- OrConditions?: EvaluationFormSearchCriteria[] | undefined;
1604
- AndConditions?: EvaluationFormSearchCriteria[] | undefined;
1605
- StringCondition?: StringCondition | undefined;
1606
- NumberCondition?: NumberCondition | undefined;
1607
- BooleanCondition?: BooleanCondition | undefined;
1608
- DateTimeCondition?: DateTimeCondition | undefined;
1856
+ export interface StartContactEvaluationResponse {
1857
+ EvaluationId: string | undefined;
1858
+ EvaluationArn: string | undefined;
1609
1859
  }
1610
- export interface EvaluationSearchCriteria {
1611
- OrConditions?: EvaluationSearchCriteria[] | undefined;
1612
- AndConditions?: EvaluationSearchCriteria[] | undefined;
1613
- StringCondition?: StringCondition | undefined;
1614
- NumberCondition?: NumberCondition | undefined;
1615
- BooleanCondition?: BooleanCondition | undefined;
1616
- DateTimeCondition?: DateTimeCondition | undefined;
1617
- DecimalCondition?: DecimalCondition | undefined;
1618
- }
1619
- export interface Expression {
1620
- AttributeCondition?: AttributeCondition | undefined;
1621
- AndExpression?: Expression[] | undefined;
1622
- OrExpression?: Expression[] | undefined;
1623
- NotAttributeCondition?: AttributeCondition | undefined;
1624
- }
1625
- export interface HoursOfOperationOverrideSearchCriteria {
1626
- OrConditions?: HoursOfOperationOverrideSearchCriteria[] | undefined;
1627
- AndConditions?: HoursOfOperationOverrideSearchCriteria[] | undefined;
1628
- StringCondition?: StringCondition | undefined;
1629
- DateCondition?: DateCondition | undefined;
1860
+ export interface StartContactMediaProcessingRequest {
1861
+ InstanceId?: string | undefined;
1862
+ ContactId?: string | undefined;
1863
+ ProcessorArn?: string | undefined;
1864
+ FailureMode?: ContactMediaProcessingFailureMode | undefined;
1630
1865
  }
1631
- export interface HoursOfOperationSearchCriteria {
1632
- OrConditions?: HoursOfOperationSearchCriteria[] | undefined;
1633
- AndConditions?: HoursOfOperationSearchCriteria[] | undefined;
1634
- StringCondition?: StringCondition | undefined;
1866
+ export interface StartContactMediaProcessingResponse {}
1867
+ export interface VoiceRecordingConfiguration {
1868
+ VoiceRecordingTrack?: VoiceRecordingTrack | undefined;
1869
+ IvrRecordingTrack?: IvrRecordingTrack | undefined;
1635
1870
  }
1636
- export interface PredefinedAttributeSearchCriteria {
1637
- OrConditions?: PredefinedAttributeSearchCriteria[] | undefined;
1638
- AndConditions?: PredefinedAttributeSearchCriteria[] | undefined;
1639
- StringCondition?: StringCondition | undefined;
1871
+ export interface StartContactRecordingRequest {
1872
+ InstanceId: string | undefined;
1873
+ ContactId: string | undefined;
1874
+ InitialContactId: string | undefined;
1875
+ VoiceRecordingConfiguration: VoiceRecordingConfiguration | undefined;
1640
1876
  }
1641
- export interface PromptSearchCriteria {
1642
- OrConditions?: PromptSearchCriteria[] | undefined;
1643
- AndConditions?: PromptSearchCriteria[] | undefined;
1644
- StringCondition?: StringCondition | undefined;
1877
+ export interface StartContactRecordingResponse {}
1878
+ export interface StartContactStreamingRequest {
1879
+ InstanceId: string | undefined;
1880
+ ContactId: string | undefined;
1881
+ ChatStreamingConfiguration: ChatStreamingConfiguration | undefined;
1882
+ ClientToken?: string | undefined;
1645
1883
  }
1646
- export interface QueueSearchCriteria {
1647
- OrConditions?: QueueSearchCriteria[] | undefined;
1648
- AndConditions?: QueueSearchCriteria[] | undefined;
1649
- StringCondition?: StringCondition | undefined;
1650
- QueueTypeCondition?: SearchableQueueType | undefined;
1884
+ export interface StartContactStreamingResponse {
1885
+ StreamingId: string | undefined;
1651
1886
  }
1652
- export interface QuickConnectSearchCriteria {
1653
- OrConditions?: QuickConnectSearchCriteria[] | undefined;
1654
- AndConditions?: QuickConnectSearchCriteria[] | undefined;
1655
- StringCondition?: StringCondition | undefined;
1887
+ export interface InboundAdditionalRecipients {
1888
+ ToAddresses?: EmailAddressInfo[] | undefined;
1889
+ CcAddresses?: EmailAddressInfo[] | undefined;
1656
1890
  }
1657
- export interface RoutingProfileSearchCriteria {
1658
- OrConditions?: RoutingProfileSearchCriteria[] | undefined;
1659
- AndConditions?: RoutingProfileSearchCriteria[] | undefined;
1660
- StringCondition?: StringCondition | undefined;
1891
+ export interface EmailAttachment {
1892
+ FileName: string | undefined;
1893
+ S3Url: string | undefined;
1661
1894
  }
1662
- export interface SecurityProfileSearchCriteria {
1663
- OrConditions?: SecurityProfileSearchCriteria[] | undefined;
1664
- AndConditions?: SecurityProfileSearchCriteria[] | undefined;
1665
- StringCondition?: StringCondition | undefined;
1895
+ export interface InboundRawMessage {
1896
+ Subject: string | undefined;
1897
+ Body: string | undefined;
1898
+ ContentType: string | undefined;
1899
+ Headers?: Partial<Record<EmailHeaderType, string>> | undefined;
1666
1900
  }
1667
- export interface SegmentAttributeValue {
1668
- ValueString?: string | undefined;
1669
- ValueMap?: Record<string, SegmentAttributeValue> | undefined;
1670
- ValueInteger?: number | undefined;
1671
- ValueList?: SegmentAttributeValue[] | undefined;
1672
- ValueArn?: string | undefined;
1901
+ export interface InboundEmailContent {
1902
+ MessageSourceType: InboundMessageSourceType | undefined;
1903
+ RawMessage?: InboundRawMessage | undefined;
1673
1904
  }
1674
- export interface UserHierarchyGroupSearchCriteria {
1675
- OrConditions?: UserHierarchyGroupSearchCriteria[] | undefined;
1676
- AndConditions?: UserHierarchyGroupSearchCriteria[] | undefined;
1677
- StringCondition?: StringCondition | undefined;
1905
+ export interface StartEmailContactResponse {
1906
+ ContactId?: string | undefined;
1678
1907
  }
1679
- export interface UserSearchCriteria {
1680
- OrConditions?: UserSearchCriteria[] | undefined;
1681
- AndConditions?: UserSearchCriteria[] | undefined;
1682
- StringCondition?: StringCondition | undefined;
1683
- ListCondition?: ListCondition | undefined;
1684
- HierarchyGroupCondition?: HierarchyGroupCondition | undefined;
1908
+ export interface StartOutboundChatContactResponse {
1909
+ ContactId?: string | undefined;
1685
1910
  }
1686
- export interface EvaluationFormQuestion {
1687
- Title: string | undefined;
1688
- Instructions?: string | undefined;
1689
- RefId: string | undefined;
1690
- NotApplicableEnabled?: boolean | undefined;
1691
- QuestionType: EvaluationFormQuestionType | undefined;
1692
- QuestionTypeProperties?: EvaluationFormQuestionTypeProperties | undefined;
1693
- Enablement?: EvaluationFormItemEnablementConfiguration | undefined;
1694
- Weight?: number | undefined;
1695
- }
1696
- export interface RoutingCriteriaInputStep {
1697
- Expiry?: RoutingCriteriaInputStepExpiry | undefined;
1698
- Expression?: Expression | undefined;
1911
+ export interface StartOutboundEmailContactRequest {
1912
+ InstanceId: string | undefined;
1913
+ ContactId: string | undefined;
1914
+ FromEmailAddress?: EmailAddressInfo | undefined;
1915
+ DestinationEmailAddress: EmailAddressInfo | undefined;
1916
+ AdditionalRecipients?: OutboundAdditionalRecipients | undefined;
1917
+ EmailMessage: OutboundEmailContent | undefined;
1918
+ ClientToken?: string | undefined;
1699
1919
  }