@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
@@ -28,28 +28,28 @@ declare const StartOutboundChatContactCommand_base: {
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
30
  /**
31
- * <p>Initiates a new outbound SMS contact to a customer. Response of this API provides the
32
- * <code>ContactId</code> of the outbound SMS contact created.</p>
31
+ * <p>Initiates a new outbound SMS contact to a customer. Response of this API provides the <code>ContactId</code> of
32
+ * the outbound SMS contact created.</p>
33
33
  * <p>
34
34
  * <b>SourceEndpoint</b> only supports Endpoints with
35
- * <code>CONNECT_PHONENUMBER_ARN</code> as Type and <b>DestinationEndpoint</b> only supports Endpoints with <code>TELEPHONE_NUMBER</code> as
36
- * Type. <b>ContactFlowId</b> initiates the flow to manage the new SMS
37
- * contact created.</p>
38
- * <p>This API can be used to initiate outbound SMS contacts for an agent, or it can also deflect
39
- * an ongoing contact to an outbound SMS contact by using the <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_StartOutboundChatContact.html">StartOutboundChatContact</a> Flow Action.</p>
40
- * <p>For more information about using SMS in Amazon Connect, see the following topics in the
41
- * <i>Amazon Connect Administrator Guide</i>:</p>
35
+ * <code>CONNECT_PHONENUMBER_ARN</code> as Type and <b>DestinationEndpoint</b> only supports
36
+ * Endpoints with <code>TELEPHONE_NUMBER</code> as Type. <b>ContactFlowId</b> initiates the
37
+ * flow to manage the new SMS contact created.</p>
38
+ * <p>This API can be used to initiate outbound SMS contacts for an agent, or it can also deflect an ongoing contact
39
+ * to an outbound SMS contact by using the <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_StartOutboundChatContact.html">StartOutboundChatContact</a> Flow
40
+ * Action.</p>
41
+ * <p>For more information about using SMS in Amazon Connect, see the following topics in the <i>Amazon Connect Administrator Guide</i>:</p>
42
42
  * <ul>
43
43
  * <li>
44
44
  * <p>
45
- * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/setup-sms-messaging.html">Set
46
- * up SMS messaging</a>
45
+ * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/setup-sms-messaging.html">Set up SMS
46
+ * messaging</a>
47
47
  * </p>
48
48
  * </li>
49
49
  * <li>
50
50
  * <p>
51
- * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/sms-number.html">Request an
52
- * SMS-enabled phone number through AWS End User Messaging SMS</a>
51
+ * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/sms-number.html">Request an SMS-enabled phone
52
+ * number through AWS End User Messaging SMS</a>
53
53
  * </p>
54
54
  * </li>
55
55
  * </ul>
@@ -130,8 +130,8 @@ declare const StartOutboundChatContactCommand_base: {
130
130
  * <p>You do not have sufficient permissions to perform this action.</p>
131
131
  *
132
132
  * @throws {@link ConflictException} (client fault)
133
- * <p>Operation cannot be performed at this time as there is a conflict with another operation or
134
- * contact state.</p>
133
+ * <p>Operation cannot be performed at this time as there is a conflict with another operation or contact
134
+ * state.</p>
135
135
  *
136
136
  * @throws {@link InternalServiceException} (server fault)
137
137
  * <p>Request processing failed because of an error or failure with the service.</p>
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { StartOutboundEmailContactRequest, StartOutboundEmailContactResponse } from "../models/models_2";
4
+ import { StartOutboundEmailContactRequest } from "../models/models_2";
5
+ import { StartOutboundEmailContactResponse } from "../models/models_3";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -27,8 +28,8 @@ declare const StartOutboundEmailContactCommand_base: {
27
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
29
  };
29
30
  /**
30
- * <p>Initiates a flow to send an agent reply or outbound email contact (created from the
31
- * CreateContact API) to a customer.</p>
31
+ * <p>Initiates a flow to send an agent reply or outbound email contact (created from the CreateContact API) to a
32
+ * customer.</p>
32
33
  * @example
33
34
  * Use a bare-bones client and the command you need to make an API call.
34
35
  * ```javascript
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { StartOutboundVoiceContactRequest, StartOutboundVoiceContactResponse } from "../models/models_2";
4
+ import { StartOutboundVoiceContactRequest, StartOutboundVoiceContactResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -27,26 +27,26 @@ declare const StartOutboundVoiceContactCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Places an outbound call to a contact, and then initiates the flow. It performs the actions
31
- * in the flow that's specified (in <code>ContactFlowId</code>).</p>
32
- * <p>Agents do not initiate the outbound API, which means that they do not dial the contact. If
33
- * the flow places an outbound call to a contact, and then puts the contact in queue, the call is
34
- * then routed to the agent, like any other inbound case.</p>
35
- * <p>Dialing timeout for this operation can be configured with the “RingTimeoutInSeconds” parameter. If not specified, the default dialing timeout will be 60 seconds which means if the call is not connected within 60 seconds, it fails.</p>
30
+ * <p>Places an outbound call to a contact, and then initiates the flow. It performs the actions in the flow that's
31
+ * specified (in <code>ContactFlowId</code>).</p>
32
+ * <p>Agents do not initiate the outbound API, which means that they do not dial the contact. If the flow places an
33
+ * outbound call to a contact, and then puts the contact in queue, the call is then routed to the agent, like any other
34
+ * inbound case.</p>
35
+ * <p>Dialing timeout for this operation can be configured with the “RingTimeoutInSeconds” parameter. If not
36
+ * specified, the default dialing timeout will be 60 seconds which means if the call is not connected within 60 seconds,
37
+ * it fails.</p>
36
38
  * <note>
37
- * <p>UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK
38
- * mobile numbers, you must submit a service quota increase request. For more information, see
39
- * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect Service Quotas</a> in the <i>Amazon Connect Administrator
40
- * Guide</i>. </p>
39
+ * <p>UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK mobile numbers, you must
40
+ * submit a service quota increase request. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect Service Quotas</a> in the
41
+ * <i>Amazon Connect Administrator Guide</i>. </p>
41
42
  * </note>
42
43
  * <note>
43
- * <p>Campaign calls are not allowed by default. Before you can make a call with
44
- * <code>TrafficType</code> = <code>CAMPAIGN</code>, you must submit a service quota increase
45
- * request to the quota <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#outbound-communications-quotas">Amazon Connect campaigns</a>. </p>
44
+ * <p>Campaign calls are not allowed by default. Before you can make a call with <code>TrafficType</code> =
45
+ * <code>CAMPAIGN</code>, you must submit a service quota increase request to the quota <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#outbound-communications-quotas">Amazon Connect campaigns</a>. </p>
46
46
  * </note>
47
47
  * <note>
48
- * <p>For Preview dialing mode, only the Amazon Connect outbound campaigns service principal is
49
- * allowed to assume a role in your account and call this API with OutboundStrategy. </p>
48
+ * <p>For Preview dialing mode, only the Amazon Connect outbound campaigns service principal is allowed to assume a
49
+ * role in your account and call this API with OutboundStrategy. </p>
50
50
  * </note>
51
51
  * @example
52
52
  * Use a bare-bones client and the command you need to make an API call.
@@ -62,7 +62,7 @@ declare const StartOutboundVoiceContactCommand_base: {
62
62
  * References: { // ContactReferences
63
63
  * "<keys>": { // Reference
64
64
  * Value: "STRING_VALUE",
65
- * Type: "URL" || "ATTACHMENT" || "CONTACT_ANALYSIS" || "NUMBER" || "STRING" || "DATE" || "EMAIL" || "EMAIL_MESSAGE", // required
65
+ * Type: "URL" || "ATTACHMENT" || "CONTACT_ANALYSIS" || "NUMBER" || "STRING" || "DATE" || "EMAIL" || "EMAIL_MESSAGE" || "EMAIL_MESSAGE_PLAIN_TEXT", // required
66
66
  * Status: "AVAILABLE" || "DELETED" || "APPROVED" || "REJECTED" || "PROCESSING" || "FAILED",
67
67
  * Arn: "STRING_VALUE",
68
68
  * StatusReason: "STRING_VALUE",
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { StartScreenSharingRequest, StartScreenSharingResponse } from "../models/models_2";
4
+ import { StartScreenSharingRequest, StartScreenSharingResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -27,9 +27,8 @@ declare const StartScreenSharingCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Starts screen sharing for a contact. For more information about screen sharing, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/inapp-calling.html">Set up in-app, web,
31
- * video calling, and screen sharing capabilities</a> in the <i>Amazon Connect Administrator
32
- * Guide</i>. </p>
30
+ * <p>Starts screen sharing for a contact. For more information about screen sharing, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/inapp-calling.html">Set up in-app, web, video calling, and screen sharing
31
+ * capabilities</a> in the <i>Amazon Connect Administrator Guide</i>. </p>
33
32
  * @example
34
33
  * Use a bare-bones client and the command you need to make an API call.
35
34
  * ```javascript
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { StartTaskContactResponse } from "../models/models_2";
5
- import { StartTaskContactRequest } from "../models/models_3";
4
+ import { StartTaskContactRequest, StartTaskContactResponse } from "../models/models_3";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -28,11 +27,10 @@ declare const StartTaskContactCommand_base: {
28
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
28
  };
30
29
  /**
31
- * <p>Initiates a flow to start a new task contact. For more information about task contacts, see
32
- * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/tasks.html">Concepts: Tasks in
33
- * Amazon Connect</a> in the <i>Amazon Connect Administrator Guide</i>. </p>
34
- * <p>When using <code>PreviousContactId</code> and <code>RelatedContactId</code> input
35
- * parameters, note the following:</p>
30
+ * <p>Initiates a flow to start a new task contact. For more information about task contacts, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/tasks.html">Concepts: Tasks in Amazon Connect</a> in the
31
+ * <i>Amazon Connect Administrator Guide</i>. </p>
32
+ * <p>When using <code>PreviousContactId</code> and <code>RelatedContactId</code> input parameters, note the
33
+ * following:</p>
36
34
  * <ul>
37
35
  * <li>
38
36
  * <p>
@@ -40,12 +38,12 @@ declare const StartTaskContactCommand_base: {
40
38
  * </p>
41
39
  * <ul>
42
40
  * <li>
43
- * <p>Any updates to user-defined task contact attributes on any contact linked through the
44
- * same <code>PreviousContactId</code> will affect every contact in the chain.</p>
41
+ * <p>Any updates to user-defined task contact attributes on any contact linked through the same
42
+ * <code>PreviousContactId</code> will affect every contact in the chain.</p>
45
43
  * </li>
46
44
  * <li>
47
- * <p>There can be a maximum of 12 linked task contacts in a chain. That is, 12 task contacts
48
- * can be created that share the same <code>PreviousContactId</code>.</p>
45
+ * <p>There can be a maximum of 12 linked task contacts in a chain. That is, 12 task contacts can be created that
46
+ * share the same <code>PreviousContactId</code>.</p>
49
47
  * </li>
50
48
  * </ul>
51
49
  * </li>
@@ -58,8 +56,7 @@ declare const StartTaskContactCommand_base: {
58
56
  * <p>Copies contact attributes from the related task contact to the new contact.</p>
59
57
  * </li>
60
58
  * <li>
61
- * <p>Any update on attributes in a new task contact does not update attributes on previous
62
- * contact.</p>
59
+ * <p>Any update on attributes in a new task contact does not update attributes on previous contact.</p>
63
60
  * </li>
64
61
  * <li>
65
62
  * <p>There’s no limit on the number of task contacts that can be created that use the same
@@ -68,17 +65,15 @@ declare const StartTaskContactCommand_base: {
68
65
  * </ul>
69
66
  * </li>
70
67
  * </ul>
71
- * <p>In addition, when calling StartTaskContact include only one of these parameters:
72
- * <code>ContactFlowID</code>, <code>QuickConnectID</code>, or <code>TaskTemplateID</code>. Only
73
- * one parameter is required as long as the task template has a flow configured to run it. If more
74
- * than one parameter is specified, or only the <code>TaskTemplateID</code> is specified but it does
75
- * not have a flow configured, the request returns an error because Amazon Connect cannot
76
- * identify the unique flow to run when the task is created.</p>
77
- * <p>A <code>ServiceQuotaExceededException</code> occurs when the number of open tasks exceeds
78
- * the active tasks quota or there are already 12 tasks referencing the same
79
- * <code>PreviousContactId</code>. For more information about service quotas for task contacts, see
80
- * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect service quotas</a> in the <i>Amazon Connect Administrator
81
- * Guide</i>. </p>
68
+ * <p>In addition, when calling StartTaskContact include only one of these parameters: <code>ContactFlowID</code>,
69
+ * <code>QuickConnectID</code>, or <code>TaskTemplateID</code>. Only one parameter is required as long as the task
70
+ * template has a flow configured to run it. If more than one parameter is specified, or only the
71
+ * <code>TaskTemplateID</code> is specified but it does not have a flow configured, the request returns an error
72
+ * because Amazon Connect cannot identify the unique flow to run when the task is created.</p>
73
+ * <p>A <code>ServiceQuotaExceededException</code> occurs when the number of open tasks exceeds the active tasks quota
74
+ * or there are already 12 tasks referencing the same <code>PreviousContactId</code>. For more information about service
75
+ * quotas for task contacts, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect service quotas</a> in the
76
+ * <i>Amazon Connect Administrator Guide</i>. </p>
82
77
  * @example
83
78
  * Use a bare-bones client and the command you need to make an API call.
84
79
  * ```javascript
@@ -98,7 +93,7 @@ declare const StartTaskContactCommand_base: {
98
93
  * References: { // ContactReferences
99
94
  * "<keys>": { // Reference
100
95
  * Value: "STRING_VALUE",
101
- * Type: "URL" || "ATTACHMENT" || "CONTACT_ANALYSIS" || "NUMBER" || "STRING" || "DATE" || "EMAIL" || "EMAIL_MESSAGE", // required
96
+ * Type: "URL" || "ATTACHMENT" || "CONTACT_ANALYSIS" || "NUMBER" || "STRING" || "DATE" || "EMAIL" || "EMAIL_MESSAGE" || "EMAIL_MESSAGE_PLAIN_TEXT", // required
102
97
  * Status: "AVAILABLE" || "DELETED" || "APPROVED" || "REJECTED" || "PROCESSING" || "FAILED",
103
98
  * Arn: "STRING_VALUE",
104
99
  * StatusReason: "STRING_VALUE",
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { StartWebRTCContactRequest, StartWebRTCContactResponse } from "../models/models_2";
4
+ import { StartWebRTCContactRequest, StartWebRTCContactResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -27,8 +27,9 @@ declare const StartWebRTCContactCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Places an inbound in-app, web, or video call to a contact, and then initiates the flow. It
31
- * performs the actions in the flow that are specified (in ContactFlowId) and present in the Amazon Connect instance (specified as InstanceId).</p>
30
+ * <p>Places an inbound in-app, web, or video call to a contact, and then initiates the flow. It performs the actions
31
+ * in the flow that are specified (in ContactFlowId) and present in the Amazon Connect instance (specified as
32
+ * InstanceId).</p>
32
33
  * @example
33
34
  * Use a bare-bones client and the command you need to make an API call.
34
35
  * ```javascript
@@ -61,7 +62,7 @@ declare const StartWebRTCContactCommand_base: {
61
62
  * References: { // ContactReferences
62
63
  * "<keys>": { // Reference
63
64
  * Value: "STRING_VALUE",
64
- * Type: "URL" || "ATTACHMENT" || "CONTACT_ANALYSIS" || "NUMBER" || "STRING" || "DATE" || "EMAIL" || "EMAIL_MESSAGE", // required
65
+ * Type: "URL" || "ATTACHMENT" || "CONTACT_ANALYSIS" || "NUMBER" || "STRING" || "DATE" || "EMAIL" || "EMAIL_MESSAGE" || "EMAIL_MESSAGE_PLAIN_TEXT", // required
65
66
  * Status: "AVAILABLE" || "DELETED" || "APPROVED" || "REJECTED" || "PROCESSING" || "FAILED",
66
67
  * Arn: "STRING_VALUE",
67
68
  * StatusReason: "STRING_VALUE",
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { StopContactRequest, StopContactResponse } from "../models/models_2";
4
+ import { StopContactRequest, StopContactResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -27,8 +27,8 @@ declare const StopContactCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Ends the specified contact. Use this API to stop queued callbacks. It does not work for
31
- * voice contacts that use the following initiation methods:</p>
30
+ * <p>Ends the specified contact. Use this API to stop queued callbacks. It does not work for voice contacts that use
31
+ * the following initiation methods:</p>
32
32
  * <ul>
33
33
  * <li>
34
34
  * <p>DISCONNECT</p>
@@ -46,8 +46,7 @@ declare const StopContactCommand_base: {
46
46
  * <p>MONITOR</p>
47
47
  * </li>
48
48
  * </ul>
49
- * <p>Chat and task contacts can be terminated in any state, regardless of initiation
50
- * method.</p>
49
+ * <p>Chat and task contacts can be terminated in any state, regardless of initiation method.</p>
51
50
  * @example
52
51
  * Use a bare-bones client and the command you need to make an API call.
53
52
  * ```javascript
@@ -0,0 +1,91 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
+ import { StopContactMediaProcessingRequest, StopContactMediaProcessingResponse } from "../models/models_3";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link StopContactMediaProcessingCommand}.
14
+ */
15
+ export interface StopContactMediaProcessingCommandInput extends StopContactMediaProcessingRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link StopContactMediaProcessingCommand}.
21
+ */
22
+ export interface StopContactMediaProcessingCommandOutput extends StopContactMediaProcessingResponse, __MetadataBearer {
23
+ }
24
+ declare const StopContactMediaProcessingCommand_base: {
25
+ new (input: StopContactMediaProcessingCommandInput): import("@smithy/smithy-client").CommandImpl<StopContactMediaProcessingCommandInput, StopContactMediaProcessingCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [StopContactMediaProcessingCommandInput]): import("@smithy/smithy-client").CommandImpl<StopContactMediaProcessingCommandInput, StopContactMediaProcessingCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p> Stops in-flight message processing for an ongoing chat session. </p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { ConnectClient, StopContactMediaProcessingCommand } from "@aws-sdk/client-connect"; // ES Modules import
35
+ * // const { ConnectClient, StopContactMediaProcessingCommand } = require("@aws-sdk/client-connect"); // CommonJS import
36
+ * // import type { ConnectClientConfig } from "@aws-sdk/client-connect";
37
+ * const config = {}; // type is ConnectClientConfig
38
+ * const client = new ConnectClient(config);
39
+ * const input = { // StopContactMediaProcessingRequest
40
+ * InstanceId: "STRING_VALUE",
41
+ * ContactId: "STRING_VALUE",
42
+ * };
43
+ * const command = new StopContactMediaProcessingCommand(input);
44
+ * const response = await client.send(command);
45
+ * // {};
46
+ *
47
+ * ```
48
+ *
49
+ * @param StopContactMediaProcessingCommandInput - {@link StopContactMediaProcessingCommandInput}
50
+ * @returns {@link StopContactMediaProcessingCommandOutput}
51
+ * @see {@link StopContactMediaProcessingCommandInput} for command's `input` shape.
52
+ * @see {@link StopContactMediaProcessingCommandOutput} for command's `response` shape.
53
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
54
+ *
55
+ * @throws {@link AccessDeniedException} (client fault)
56
+ * <p>You do not have sufficient permissions to perform this action.</p>
57
+ *
58
+ * @throws {@link InternalServiceException} (server fault)
59
+ * <p>Request processing failed because of an error or failure with the service.</p>
60
+ *
61
+ * @throws {@link InvalidParameterException} (client fault)
62
+ * <p>One or more of the specified parameters are not valid.</p>
63
+ *
64
+ * @throws {@link InvalidRequestException} (client fault)
65
+ * <p>The request is not valid.</p>
66
+ *
67
+ * @throws {@link LimitExceededException} (client fault)
68
+ * <p>The allowed limit for the resource has been exceeded.</p>
69
+ *
70
+ * @throws {@link ResourceNotFoundException} (client fault)
71
+ * <p>The specified resource was not found.</p>
72
+ *
73
+ * @throws {@link ConnectServiceException}
74
+ * <p>Base exception class for all service exceptions from Connect service.</p>
75
+ *
76
+ *
77
+ * @public
78
+ */
79
+ export declare class StopContactMediaProcessingCommand extends StopContactMediaProcessingCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: StopContactMediaProcessingRequest;
84
+ output: {};
85
+ };
86
+ sdk: {
87
+ input: StopContactMediaProcessingCommandInput;
88
+ output: StopContactMediaProcessingCommandOutput;
89
+ };
90
+ };
91
+ }
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { StopContactRecordingRequest, StopContactRecordingResponse } from "../models/models_2";
4
+ import { StopContactRecordingRequest, StopContactRecordingResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -27,11 +27,10 @@ declare const StopContactRecordingCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Stops recording a call when a contact is being recorded. StopContactRecording is a one-time
31
- * action. If you use StopContactRecording to stop recording an ongoing call, you can't use
32
- * StartContactRecording to restart it. For scenarios where the recording has started and you want
33
- * to suspend it for sensitive information (for example, to collect a credit card number), and then
34
- * restart it, use SuspendContactRecording and ResumeContactRecording.</p>
30
+ * <p>Stops recording a call when a contact is being recorded. StopContactRecording is a one-time action. If you use
31
+ * StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For
32
+ * scenarios where the recording has started and you want to suspend it for sensitive information (for example, to
33
+ * collect a credit card number), and then restart it, use SuspendContactRecording and ResumeContactRecording.</p>
35
34
  * <p>Only voice recordings are supported at this time.</p>
36
35
  * @example
37
36
  * Use a bare-bones client and the command you need to make an API call.
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { StopContactStreamingRequest, StopContactStreamingResponse } from "../models/models_2";
4
+ import { StopContactStreamingRequest, StopContactStreamingResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -27,8 +27,7 @@ declare const StopContactStreamingCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p> Ends message streaming on a specified contact. To restart message streaming on that
31
- * contact, call the <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_StartContactStreaming.html">StartContactStreaming</a>
30
+ * <p> Ends message streaming on a specified contact. To restart message streaming on that contact, call the <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_StartContactStreaming.html">StartContactStreaming</a>
32
31
  * API. </p>
33
32
  * @example
34
33
  * Use a bare-bones client and the command you need to make an API call.
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { SubmitContactEvaluationRequest, SubmitContactEvaluationResponse } from "../models/models_2";
4
+ import { SubmitContactEvaluationRequest, SubmitContactEvaluationResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -27,12 +27,11 @@ declare const SubmitContactEvaluationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Submits a contact evaluation in the specified Amazon Connect instance. Answers included
31
- * in the request are merged with existing answers for the given evaluation. If no answers or notes
32
- * are passed, the evaluation is submitted with the existing answers and notes. You can delete an
33
- * answer or note by passing an empty object (<code>\{\}</code>) to the question identifier. </p>
34
- * <p>If a contact evaluation is already in submitted state, this operation will trigger a
35
- * resubmission.</p>
30
+ * <p>Submits a contact evaluation in the specified Amazon Connect instance. Answers included in the request are
31
+ * merged with existing answers for the given evaluation. If no answers or notes are passed, the evaluation is submitted
32
+ * with the existing answers and notes. You can delete an answer or note by passing an empty object (<code>\{\}</code>) to
33
+ * the question identifier. </p>
34
+ * <p>If a contact evaluation is already in submitted state, this operation will trigger a resubmission.</p>
36
35
  * @example
37
36
  * Use a bare-bones client and the command you need to make an API call.
38
37
  * ```javascript
@@ -49,6 +48,10 @@ declare const SubmitContactEvaluationCommand_base: {
49
48
  * Value: { // EvaluationAnswerData Union: only one key present
50
49
  * StringValue: "STRING_VALUE",
51
50
  * NumericValue: Number("double"),
51
+ * StringValues: [ // EvaluationAnswerDataStringValueList
52
+ * "STRING_VALUE",
53
+ * ],
54
+ * DateTimeValue: "STRING_VALUE",
52
55
  * NotApplicable: true || false,
53
56
  * },
54
57
  * },
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { SuspendContactRecordingRequest, SuspendContactRecordingResponse } from "../models/models_2";
4
+ import { SuspendContactRecordingRequest, SuspendContactRecordingResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -27,12 +27,12 @@ declare const SuspendContactRecordingCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>When a contact is being recorded, this API suspends recording whatever is selected in the
31
- * flow configuration: call (IVR or agent), screen, or both. If only call recording or only screen
32
- * recording is enabled, then it would be suspended. For example, you might suspend the screen
33
- * recording while collecting sensitive information, such as a credit card number. Then use <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_ResumeContactRecording.html">ResumeContactRecording</a> to restart recording the screen.</p>
34
- * <p>The period of time that the recording is suspended is filled with silence in the final
35
- * recording. </p>
30
+ * <p>When a contact is being recorded, this API suspends recording whatever is selected in the flow configuration:
31
+ * call (IVR or agent), screen, or both. If only call recording or only screen recording is enabled, then it would be
32
+ * suspended. For example, you might suspend the screen recording while collecting sensitive information, such as a
33
+ * credit card number. Then use <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_ResumeContactRecording.html">ResumeContactRecording</a> to restart
34
+ * recording the screen.</p>
35
+ * <p>The period of time that the recording is suspended is filled with silence in the final recording. </p>
36
36
  * <p> Voice (IVR, agent) and screen recordings are supported.</p>
37
37
  * @example
38
38
  * Use a bare-bones client and the command you need to make an API call.
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { TagContactRequest, TagContactResponse } from "../models/models_2";
4
+ import { TagContactRequest, TagContactResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -27,9 +27,8 @@ declare const TagContactCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Adds the specified tags to the contact resource. For more information about this API is
31
- * used, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/granular-billing.html">Set
32
- * up granular billing for a detailed view of your Amazon Connect usage</a>. </p>
30
+ * <p>Adds the specified tags to the contact resource. For more information about this API is used, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/granular-billing.html">Set up granular billing for a detailed
31
+ * view of your Amazon Connect usage</a>. </p>
33
32
  * @example
34
33
  * Use a bare-bones client and the command you need to make an API call.
35
34
  * ```javascript
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { TagResourceRequest } from "../models/models_2";
4
+ import { TagResourceRequest } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -28,12 +28,10 @@ declare const TagResourceCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Adds the specified tags to the specified resource.</p>
31
- * <p>Some of the supported resource types are agents, routing profiles, queues, quick connects,
32
- * flows, agent statuses, hours of operation, phone numbers, security profiles, and task templates.
33
- * For a complete list, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/tagging.html">Tagging resources in Amazon Connect</a>.</p>
34
- * <p>For sample policies that use tags, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security_iam_id-based-policy-examples.html">Amazon Connect
35
- * Identity-Based Policy Examples</a> in the <i>Amazon Connect Administrator
36
- * Guide</i>.</p>
31
+ * <p>Some of the supported resource types are agents, routing profiles, queues, quick connects, flows, agent
32
+ * statuses, hours of operation, phone numbers, security profiles, and task templates. For a complete list, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/tagging.html">Tagging resources in Amazon Connect</a>.</p>
33
+ * <p>For sample policies that use tags, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security_iam_id-based-policy-examples.html">Amazon Connect Identity-Based Policy
34
+ * Examples</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
37
35
  * @example
38
36
  * Use a bare-bones client and the command you need to make an API call.
39
37
  * ```javascript
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { TransferContactRequest, TransferContactResponse } from "../models/models_2";
4
+ import { TransferContactRequest, TransferContactResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -28,11 +28,10 @@ declare const TransferContactCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Transfers <code>TASK</code> or <code>EMAIL</code>
31
- * contacts from one agent or queue to another agent or queue at any point
32
- * after a contact is created. You can transfer a contact to another queue by providing the flow
33
- * which orchestrates the contact to the destination queue. This gives you more control over contact
34
- * handling and helps you adhere to the service level agreement (SLA) guaranteed to your
35
- * customers.</p>
31
+ * contacts from one agent or queue to another agent or queue at any point after a contact is
32
+ * created. You can transfer a contact to another queue by providing the flow which orchestrates the contact to the
33
+ * destination queue. This gives you more control over contact handling and helps you adhere to the service level
34
+ * agreement (SLA) guaranteed to your customers.</p>
36
35
  * <p>Note the following requirements:</p>
37
36
  * <ul>
38
37
  * <li>
@@ -42,8 +41,8 @@ declare const TransferContactCommand_base: {
42
41
  * <p>Do not use both <code>QueueId</code> and <code>UserId</code> in the same call.</p>
43
42
  * </li>
44
43
  * <li>
45
- * <p>The following flow types are supported: Inbound flow, Transfer to agent flow, and Transfer
46
- * to queue flow.</p>
44
+ * <p>The following flow types are supported: Inbound flow, Transfer to agent flow, and Transfer to queue
45
+ * flow.</p>
47
46
  * </li>
48
47
  * <li>
49
48
  * <p>The <code>TransferContact</code> API can be called only on active contacts.</p>