@aws-sdk/client-connect 3.47.1 → 3.50.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 (242) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/README.md +2 -3
  3. package/dist-cjs/Connect.js +90 -0
  4. package/dist-cjs/commands/AssociateDefaultVocabularyCommand.js +36 -0
  5. package/dist-cjs/commands/CreateVocabularyCommand.js +36 -0
  6. package/dist-cjs/commands/DeleteVocabularyCommand.js +36 -0
  7. package/dist-cjs/commands/DescribeVocabularyCommand.js +36 -0
  8. package/dist-cjs/commands/ListDefaultVocabulariesCommand.js +36 -0
  9. package/dist-cjs/commands/SearchVocabulariesCommand.js +36 -0
  10. package/dist-cjs/commands/StartOutboundVoiceContactCommand.js +3 -3
  11. package/dist-cjs/commands/StartTaskContactCommand.js +3 -3
  12. package/dist-cjs/commands/StopContactCommand.js +3 -3
  13. package/dist-cjs/commands/StopContactRecordingCommand.js +3 -3
  14. package/dist-cjs/commands/StopContactStreamingCommand.js +3 -3
  15. package/dist-cjs/commands/SuspendContactRecordingCommand.js +3 -3
  16. package/dist-cjs/commands/index.js +6 -0
  17. package/dist-cjs/models/models_0.js +127 -95
  18. package/dist-cjs/models/models_1.js +91 -1
  19. package/dist-cjs/pagination/ListDefaultVocabulariesPaginator.js +35 -0
  20. package/dist-cjs/pagination/SearchVocabulariesPaginator.js +35 -0
  21. package/dist-cjs/pagination/index.js +2 -0
  22. package/dist-cjs/protocols/Aws_restJson1.js +800 -7
  23. package/dist-es/Connect.js +90 -0
  24. package/dist-es/commands/AssociateDefaultVocabularyCommand.js +39 -0
  25. package/dist-es/commands/CreateVocabularyCommand.js +39 -0
  26. package/dist-es/commands/DeleteVocabularyCommand.js +39 -0
  27. package/dist-es/commands/DescribeVocabularyCommand.js +39 -0
  28. package/dist-es/commands/ListDefaultVocabulariesCommand.js +39 -0
  29. package/dist-es/commands/SearchVocabulariesCommand.js +39 -0
  30. package/dist-es/commands/StartOutboundVoiceContactCommand.js +1 -1
  31. package/dist-es/commands/StartTaskContactCommand.js +1 -1
  32. package/dist-es/commands/StopContactCommand.js +1 -1
  33. package/dist-es/commands/StopContactRecordingCommand.js +1 -1
  34. package/dist-es/commands/StopContactStreamingCommand.js +1 -1
  35. package/dist-es/commands/SuspendContactRecordingCommand.js +1 -1
  36. package/dist-es/commands/index.js +6 -0
  37. package/dist-es/models/models_0.js +91 -61
  38. package/dist-es/models/models_1.js +61 -0
  39. package/dist-es/pagination/ListDefaultVocabulariesPaginator.js +74 -0
  40. package/dist-es/pagination/SearchVocabulariesPaginator.js +74 -0
  41. package/dist-es/pagination/index.js +2 -0
  42. package/dist-es/protocols/Aws_restJson1.js +948 -63
  43. package/dist-types/Connect.d.ts +63 -16
  44. package/dist-types/ConnectClient.d.ts +10 -5
  45. package/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +35 -0
  46. package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateVocabularyCommand.d.ts +37 -0
  48. package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +2 -2
  49. package/dist-types/commands/DeleteVocabularyCommand.d.ts +35 -0
  50. package/dist-types/commands/DescribeVocabularyCommand.d.ts +35 -0
  51. package/dist-types/commands/ListBotsCommand.d.ts +2 -2
  52. package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +35 -0
  53. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +2 -2
  54. package/dist-types/commands/SearchVocabulariesCommand.d.ts +35 -0
  55. package/dist-types/commands/StartChatContactCommand.d.ts +4 -1
  56. package/dist-types/commands/StartContactStreamingCommand.d.ts +1 -1
  57. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +4 -3
  58. package/dist-types/commands/StartTaskContactCommand.d.ts +1 -1
  59. package/dist-types/commands/StopContactCommand.d.ts +1 -1
  60. package/dist-types/commands/StopContactRecordingCommand.d.ts +1 -1
  61. package/dist-types/commands/StopContactStreamingCommand.d.ts +1 -1
  62. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +1 -1
  63. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  64. package/dist-types/commands/index.d.ts +6 -0
  65. package/dist-types/models/models_0.d.ts +445 -347
  66. package/dist-types/models/models_1.d.ts +337 -2
  67. package/dist-types/pagination/ListDefaultVocabulariesPaginator.d.ts +4 -0
  68. package/dist-types/pagination/SearchVocabulariesPaginator.d.ts +4 -0
  69. package/dist-types/pagination/index.d.ts +2 -0
  70. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  71. package/package.json +39 -33
  72. package/dist-types/ts3.4/Connect.d.ts +0 -645
  73. package/dist-types/ts3.4/ConnectClient.d.ts +0 -201
  74. package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +0 -17
  75. package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +0 -17
  76. package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +0 -17
  77. package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +0 -17
  78. package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +0 -17
  79. package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +0 -17
  80. package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +0 -17
  81. package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +0 -17
  82. package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +0 -17
  83. package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +0 -17
  84. package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +0 -17
  85. package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +0 -17
  86. package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +0 -17
  87. package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +0 -17
  88. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +0 -17
  89. package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +0 -17
  90. package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +0 -17
  91. package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +0 -17
  92. package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +0 -17
  93. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +0 -17
  94. package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +0 -17
  95. package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +0 -17
  96. package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +0 -17
  97. package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +0 -17
  98. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +0 -17
  99. package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +0 -17
  100. package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +0 -17
  101. package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +0 -17
  102. package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +0 -17
  103. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +0 -17
  104. package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +0 -17
  105. package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +0 -17
  106. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +0 -17
  107. package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +0 -17
  108. package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +0 -17
  109. package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +0 -17
  110. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +0 -17
  111. package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +0 -17
  112. package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +0 -17
  113. package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +0 -17
  114. package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +0 -17
  115. package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +0 -17
  116. package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +0 -17
  117. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +0 -17
  118. package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +0 -17
  119. package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +0 -17
  120. package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +0 -17
  121. package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +0 -17
  122. package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +0 -17
  123. package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +0 -17
  124. package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +0 -17
  125. package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +0 -17
  126. package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +0 -17
  127. package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +0 -17
  128. package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +0 -17
  129. package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +0 -17
  130. package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -17
  131. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +0 -17
  132. package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +0 -17
  133. package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +0 -17
  134. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +0 -17
  135. package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +0 -17
  136. package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +0 -17
  137. package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +0 -17
  138. package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +0 -17
  139. package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +0 -17
  140. package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +0 -17
  141. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +0 -17
  142. package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +0 -17
  143. package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +0 -17
  144. package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +0 -17
  145. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +0 -17
  146. package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +0 -17
  147. package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +0 -17
  148. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +0 -17
  149. package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +0 -17
  150. package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +0 -17
  151. package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +0 -17
  152. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +0 -17
  153. package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +0 -17
  154. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +0 -17
  155. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  156. package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +0 -17
  157. package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +0 -17
  158. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +0 -17
  159. package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +0 -17
  160. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +0 -17
  161. package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +0 -17
  162. package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +0 -17
  163. package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +0 -17
  164. package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +0 -17
  165. package/dist-types/ts3.4/commands/StopContactCommand.d.ts +0 -17
  166. package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +0 -17
  167. package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +0 -17
  168. package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +0 -17
  169. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  170. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  171. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +0 -17
  172. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +0 -17
  173. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +0 -17
  174. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +0 -17
  175. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +0 -17
  176. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +0 -17
  177. package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +0 -17
  178. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +0 -17
  179. package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +0 -17
  180. package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +0 -17
  181. package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +0 -17
  182. package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +0 -17
  183. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +0 -17
  184. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +0 -17
  185. package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +0 -17
  186. package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +0 -17
  187. package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +0 -17
  188. package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +0 -17
  189. package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +0 -17
  190. package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +0 -17
  191. package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +0 -17
  192. package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +0 -17
  193. package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +0 -17
  194. package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +0 -17
  195. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +0 -17
  196. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +0 -17
  197. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +0 -17
  198. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +0 -17
  199. package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +0 -17
  200. package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +0 -17
  201. package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +0 -17
  202. package/dist-types/ts3.4/commands/index.d.ts +0 -128
  203. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  204. package/dist-types/ts3.4/index.d.ts +0 -5
  205. package/dist-types/ts3.4/models/index.d.ts +0 -2
  206. package/dist-types/ts3.4/models/models_0.d.ts +0 -3648
  207. package/dist-types/ts3.4/models/models_1.d.ts +0 -491
  208. package/dist-types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +0 -4
  209. package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +0 -4
  210. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  211. package/dist-types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +0 -4
  212. package/dist-types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +0 -4
  213. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +0 -4
  214. package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +0 -4
  215. package/dist-types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +0 -4
  216. package/dist-types/ts3.4/pagination/ListContactReferencesPaginator.d.ts +0 -4
  217. package/dist-types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +0 -4
  218. package/dist-types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +0 -4
  219. package/dist-types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +0 -4
  220. package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +0 -4
  221. package/dist-types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +0 -4
  222. package/dist-types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +0 -4
  223. package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +0 -4
  224. package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +0 -4
  225. package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +0 -4
  226. package/dist-types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +0 -4
  227. package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +0 -4
  228. package/dist-types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +0 -4
  229. package/dist-types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +0 -4
  230. package/dist-types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +0 -4
  231. package/dist-types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +0 -4
  232. package/dist-types/ts3.4/pagination/ListSecurityProfilePermissionsPaginator.d.ts +0 -4
  233. package/dist-types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +0 -4
  234. package/dist-types/ts3.4/pagination/ListUseCasesPaginator.d.ts +0 -4
  235. package/dist-types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +0 -4
  236. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +0 -4
  237. package/dist-types/ts3.4/pagination/index.d.ts +0 -29
  238. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -386
  239. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  240. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  241. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  242. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
@@ -1,6 +1,7 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { AssociateApprovedOriginCommandInput, AssociateApprovedOriginCommandOutput } from "./commands/AssociateApprovedOriginCommand";
3
3
  import { AssociateBotCommandInput, AssociateBotCommandOutput } from "./commands/AssociateBotCommand";
4
+ import { AssociateDefaultVocabularyCommandInput, AssociateDefaultVocabularyCommandOutput } from "./commands/AssociateDefaultVocabularyCommand";
4
5
  import { AssociateInstanceStorageConfigCommandInput, AssociateInstanceStorageConfigCommandOutput } from "./commands/AssociateInstanceStorageConfigCommand";
5
6
  import { AssociateLambdaFunctionCommandInput, AssociateLambdaFunctionCommandOutput } from "./commands/AssociateLambdaFunctionCommand";
6
7
  import { AssociateLexBotCommandInput, AssociateLexBotCommandOutput } from "./commands/AssociateLexBotCommand";
@@ -20,6 +21,7 @@ import { CreateSecurityProfileCommandInput, CreateSecurityProfileCommandOutput }
20
21
  import { CreateUseCaseCommandInput, CreateUseCaseCommandOutput } from "./commands/CreateUseCaseCommand";
21
22
  import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
22
23
  import { CreateUserHierarchyGroupCommandInput, CreateUserHierarchyGroupCommandOutput } from "./commands/CreateUserHierarchyGroupCommand";
24
+ import { CreateVocabularyCommandInput, CreateVocabularyCommandOutput } from "./commands/CreateVocabularyCommand";
23
25
  import { DeleteContactFlowCommandInput, DeleteContactFlowCommandOutput } from "./commands/DeleteContactFlowCommand";
24
26
  import { DeleteContactFlowModuleCommandInput, DeleteContactFlowModuleCommandOutput } from "./commands/DeleteContactFlowModuleCommand";
25
27
  import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput } from "./commands/DeleteHoursOfOperationCommand";
@@ -30,6 +32,7 @@ import { DeleteSecurityProfileCommandInput, DeleteSecurityProfileCommandOutput }
30
32
  import { DeleteUseCaseCommandInput, DeleteUseCaseCommandOutput } from "./commands/DeleteUseCaseCommand";
31
33
  import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
32
34
  import { DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOutput } from "./commands/DeleteUserHierarchyGroupCommand";
35
+ import { DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput } from "./commands/DeleteVocabularyCommand";
33
36
  import { DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput } from "./commands/DescribeAgentStatusCommand";
34
37
  import { DescribeContactCommandInput, DescribeContactCommandOutput } from "./commands/DescribeContactCommand";
35
38
  import { DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput } from "./commands/DescribeContactFlowCommand";
@@ -45,6 +48,7 @@ import { DescribeSecurityProfileCommandInput, DescribeSecurityProfileCommandOutp
45
48
  import { DescribeUserCommandInput, DescribeUserCommandOutput } from "./commands/DescribeUserCommand";
46
49
  import { DescribeUserHierarchyGroupCommandInput, DescribeUserHierarchyGroupCommandOutput } from "./commands/DescribeUserHierarchyGroupCommand";
47
50
  import { DescribeUserHierarchyStructureCommandInput, DescribeUserHierarchyStructureCommandOutput } from "./commands/DescribeUserHierarchyStructureCommand";
51
+ import { DescribeVocabularyCommandInput, DescribeVocabularyCommandOutput } from "./commands/DescribeVocabularyCommand";
48
52
  import { DisassociateApprovedOriginCommandInput, DisassociateApprovedOriginCommandOutput } from "./commands/DisassociateApprovedOriginCommand";
49
53
  import { DisassociateBotCommandInput, DisassociateBotCommandOutput } from "./commands/DisassociateBotCommand";
50
54
  import { DisassociateInstanceStorageConfigCommandInput, DisassociateInstanceStorageConfigCommandOutput } from "./commands/DisassociateInstanceStorageConfigCommand";
@@ -63,6 +67,7 @@ import { ListBotsCommandInput, ListBotsCommandOutput } from "./commands/ListBots
63
67
  import { ListContactFlowModulesCommandInput, ListContactFlowModulesCommandOutput } from "./commands/ListContactFlowModulesCommand";
64
68
  import { ListContactFlowsCommandInput, ListContactFlowsCommandOutput } from "./commands/ListContactFlowsCommand";
65
69
  import { ListContactReferencesCommandInput, ListContactReferencesCommandOutput } from "./commands/ListContactReferencesCommand";
70
+ import { ListDefaultVocabulariesCommandInput, ListDefaultVocabulariesCommandOutput } from "./commands/ListDefaultVocabulariesCommand";
66
71
  import { ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput } from "./commands/ListHoursOfOperationsCommand";
67
72
  import { ListInstanceAttributesCommandInput, ListInstanceAttributesCommandOutput } from "./commands/ListInstanceAttributesCommand";
68
73
  import { ListInstancesCommandInput, ListInstancesCommandOutput } from "./commands/ListInstancesCommand";
@@ -85,6 +90,7 @@ import { ListUseCasesCommandInput, ListUseCasesCommandOutput } from "./commands/
85
90
  import { ListUserHierarchyGroupsCommandInput, ListUserHierarchyGroupsCommandOutput } from "./commands/ListUserHierarchyGroupsCommand";
86
91
  import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
87
92
  import { ResumeContactRecordingCommandInput, ResumeContactRecordingCommandOutput } from "./commands/ResumeContactRecordingCommand";
93
+ import { SearchVocabulariesCommandInput, SearchVocabulariesCommandOutput } from "./commands/SearchVocabulariesCommand";
88
94
  import { StartChatContactCommandInput, StartChatContactCommandOutput } from "./commands/StartChatContactCommand";
89
95
  import { StartContactRecordingCommandInput, StartContactRecordingCommandOutput } from "./commands/StartContactRecordingCommand";
90
96
  import { StartContactStreamingCommandInput, StartContactStreamingCommandOutput } from "./commands/StartContactStreamingCommand";
@@ -137,9 +143,8 @@ import { ConnectClient } from "./ConnectClient";
137
143
  * <p>There are limits to the number of Amazon Connect resources that you can create. There are also limits
138
144
  * to the number of requests that you can make per second. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect
139
145
  * Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
140
- * <p>You can connect programmatically to an AWS service by using an endpoint. For a list of Amazon Connect
141
- * endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect
142
- * Endpoints</a>.</p>
146
+ * <p>You can connect programmatically to an Amazon Web Services service by using an endpoint. For
147
+ * a list of Amazon Connect endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect Endpoints</a>.</p>
143
148
  * <note>
144
149
  * <p>Working with contact flows? Check out the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect Flow language</a>.</p>
145
150
  * </note>
@@ -159,6 +164,12 @@ export declare class Connect extends ConnectClient {
159
164
  associateBot(args: AssociateBotCommandInput, options?: __HttpHandlerOptions): Promise<AssociateBotCommandOutput>;
160
165
  associateBot(args: AssociateBotCommandInput, cb: (err: any, data?: AssociateBotCommandOutput) => void): void;
161
166
  associateBot(args: AssociateBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateBotCommandOutput) => void): void;
167
+ /**
168
+ * <p>Associates an existing vocabulary as the default. Contact Lens for Amazon Connect uses the vocabulary in post-call and real-time analysis sessions for the given language.</p>
169
+ */
170
+ associateDefaultVocabulary(args: AssociateDefaultVocabularyCommandInput, options?: __HttpHandlerOptions): Promise<AssociateDefaultVocabularyCommandOutput>;
171
+ associateDefaultVocabulary(args: AssociateDefaultVocabularyCommandInput, cb: (err: any, data?: AssociateDefaultVocabularyCommandOutput) => void): void;
172
+ associateDefaultVocabulary(args: AssociateDefaultVocabularyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateDefaultVocabularyCommandOutput) => void): void;
162
173
  /**
163
174
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
164
175
  * <p>Associates a storage resource type for the first time. You can only associate one type of
@@ -246,7 +257,7 @@ export declare class Connect extends ConnectClient {
246
257
  createInstance(args: CreateInstanceCommandInput, cb: (err: any, data?: CreateInstanceCommandOutput) => void): void;
247
258
  createInstance(args: CreateInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInstanceCommandOutput) => void): void;
248
259
  /**
249
- * <p>Creates an AWS resource association with an Amazon Connect instance.</p>
260
+ * <p>Creates an Amazon Web Services resource association with an Amazon Connect instance.</p>
250
261
  */
251
262
  createIntegrationAssociation(args: CreateIntegrationAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateIntegrationAssociationCommandOutput>;
252
263
  createIntegrationAssociation(args: CreateIntegrationAssociationCommandInput, cb: (err: any, data?: CreateIntegrationAssociationCommandOutput) => void): void;
@@ -297,6 +308,14 @@ export declare class Connect extends ConnectClient {
297
308
  createUserHierarchyGroup(args: CreateUserHierarchyGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserHierarchyGroupCommandOutput>;
298
309
  createUserHierarchyGroup(args: CreateUserHierarchyGroupCommandInput, cb: (err: any, data?: CreateUserHierarchyGroupCommandOutput) => void): void;
299
310
  createUserHierarchyGroup(args: CreateUserHierarchyGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserHierarchyGroupCommandOutput) => void): void;
311
+ /**
312
+ * <p>Creates a custom vocabulary associated with your Amazon Connect instance. You can set a custom
313
+ * vocabulary to be your default vocabulary for a given language. Contact Lens for Amazon Connect uses the default
314
+ * vocabulary in post-call and real-time contact analysis sessions for that language.</p>
315
+ */
316
+ createVocabulary(args: CreateVocabularyCommandInput, options?: __HttpHandlerOptions): Promise<CreateVocabularyCommandOutput>;
317
+ createVocabulary(args: CreateVocabularyCommandInput, cb: (err: any, data?: CreateVocabularyCommandOutput) => void): void;
318
+ createVocabulary(args: CreateVocabularyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVocabularyCommandOutput) => void): void;
300
319
  /**
301
320
  * <p>Deletes a contact flow for the specified Amazon Connect instance.</p>
302
321
  */
@@ -327,8 +346,8 @@ export declare class Connect extends ConnectClient {
327
346
  deleteInstance(args: DeleteInstanceCommandInput, cb: (err: any, data?: DeleteInstanceCommandOutput) => void): void;
328
347
  deleteInstance(args: DeleteInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInstanceCommandOutput) => void): void;
329
348
  /**
330
- * <p>Deletes an AWS resource association from an Amazon Connect instance. The association must not have
331
- * any use cases associated with it.</p>
349
+ * <p>Deletes an Amazon Web Services resource association from an Amazon Connect instance. The association
350
+ * must not have any use cases associated with it.</p>
332
351
  */
333
352
  deleteIntegrationAssociation(args: DeleteIntegrationAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIntegrationAssociationCommandOutput>;
334
353
  deleteIntegrationAssociation(args: DeleteIntegrationAssociationCommandInput, cb: (err: any, data?: DeleteIntegrationAssociationCommandOutput) => void): void;
@@ -368,6 +387,12 @@ export declare class Connect extends ConnectClient {
368
387
  deleteUserHierarchyGroup(args: DeleteUserHierarchyGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserHierarchyGroupCommandOutput>;
369
388
  deleteUserHierarchyGroup(args: DeleteUserHierarchyGroupCommandInput, cb: (err: any, data?: DeleteUserHierarchyGroupCommandOutput) => void): void;
370
389
  deleteUserHierarchyGroup(args: DeleteUserHierarchyGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserHierarchyGroupCommandOutput) => void): void;
390
+ /**
391
+ * <p>Deletes the vocabulary that has the given identifier.</p>
392
+ */
393
+ deleteVocabulary(args: DeleteVocabularyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVocabularyCommandOutput>;
394
+ deleteVocabulary(args: DeleteVocabularyCommandInput, cb: (err: any, data?: DeleteVocabularyCommandOutput) => void): void;
395
+ deleteVocabulary(args: DeleteVocabularyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVocabularyCommandOutput) => void): void;
371
396
  /**
372
397
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
373
398
  * <p>Describes an agent status.</p>
@@ -479,6 +504,12 @@ export declare class Connect extends ConnectClient {
479
504
  describeUserHierarchyStructure(args: DescribeUserHierarchyStructureCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserHierarchyStructureCommandOutput>;
480
505
  describeUserHierarchyStructure(args: DescribeUserHierarchyStructureCommandInput, cb: (err: any, data?: DescribeUserHierarchyStructureCommandOutput) => void): void;
481
506
  describeUserHierarchyStructure(args: DescribeUserHierarchyStructureCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserHierarchyStructureCommandOutput) => void): void;
507
+ /**
508
+ * <p>Describes the specified vocabulary.</p>
509
+ */
510
+ describeVocabulary(args: DescribeVocabularyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVocabularyCommandOutput>;
511
+ describeVocabulary(args: DescribeVocabularyCommandInput, cb: (err: any, data?: DescribeVocabularyCommandOutput) => void): void;
512
+ describeVocabulary(args: DescribeVocabularyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVocabularyCommandOutput) => void): void;
482
513
  /**
483
514
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
484
515
  * <p>Revokes access to integrated applications from Amazon Connect.</p>
@@ -590,8 +621,8 @@ export declare class Connect extends ConnectClient {
590
621
  listApprovedOrigins(args: ListApprovedOriginsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApprovedOriginsCommandOutput) => void): void;
591
622
  /**
592
623
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
593
- * <p>For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the
594
- * instance. </p>
624
+ * <p>For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently
625
+ * associated with the instance. </p>
595
626
  */
596
627
  listBots(args: ListBotsCommandInput, options?: __HttpHandlerOptions): Promise<ListBotsCommandOutput>;
597
628
  listBots(args: ListBotsCommandInput, cb: (err: any, data?: ListBotsCommandOutput) => void): void;
@@ -620,6 +651,12 @@ export declare class Connect extends ConnectClient {
620
651
  listContactReferences(args: ListContactReferencesCommandInput, options?: __HttpHandlerOptions): Promise<ListContactReferencesCommandOutput>;
621
652
  listContactReferences(args: ListContactReferencesCommandInput, cb: (err: any, data?: ListContactReferencesCommandOutput) => void): void;
622
653
  listContactReferences(args: ListContactReferencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContactReferencesCommandOutput) => void): void;
654
+ /**
655
+ * <p>Lists the default vocabularies for the specified Amazon Connect instance.</p>
656
+ */
657
+ listDefaultVocabularies(args: ListDefaultVocabulariesCommandInput, options?: __HttpHandlerOptions): Promise<ListDefaultVocabulariesCommandOutput>;
658
+ listDefaultVocabularies(args: ListDefaultVocabulariesCommandInput, cb: (err: any, data?: ListDefaultVocabulariesCommandOutput) => void): void;
659
+ listDefaultVocabularies(args: ListDefaultVocabulariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDefaultVocabulariesCommandOutput) => void): void;
623
660
  /**
624
661
  * <p>Provides information about the hours of operation for the specified Amazon Connect instance.</p>
625
662
  * <p>For more information about hours of operation, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/set-hours-operation.html">Set the Hours of Operation for a
@@ -654,8 +691,8 @@ export declare class Connect extends ConnectClient {
654
691
  listInstanceStorageConfigs(args: ListInstanceStorageConfigsCommandInput, cb: (err: any, data?: ListInstanceStorageConfigsCommandOutput) => void): void;
655
692
  listInstanceStorageConfigs(args: ListInstanceStorageConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInstanceStorageConfigsCommandOutput) => void): void;
656
693
  /**
657
- * <p>Provides summary information about the AWS resource associations for the specified Amazon Connect
658
- * instance.</p>
694
+ * <p>Provides summary information about the Amazon Web Services resource associations for the
695
+ * specified Amazon Connect instance.</p>
659
696
  */
660
697
  listIntegrationAssociations(args: ListIntegrationAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListIntegrationAssociationsCommandOutput>;
661
698
  listIntegrationAssociations(args: ListIntegrationAssociationsCommandInput, cb: (err: any, data?: ListIntegrationAssociationsCommandOutput) => void): void;
@@ -791,6 +828,12 @@ export declare class Connect extends ConnectClient {
791
828
  resumeContactRecording(args: ResumeContactRecordingCommandInput, options?: __HttpHandlerOptions): Promise<ResumeContactRecordingCommandOutput>;
792
829
  resumeContactRecording(args: ResumeContactRecordingCommandInput, cb: (err: any, data?: ResumeContactRecordingCommandOutput) => void): void;
793
830
  resumeContactRecording(args: ResumeContactRecordingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResumeContactRecordingCommandOutput) => void): void;
831
+ /**
832
+ * <p>Searches for vocabularies within a specific Amazon Connect instance using <code>State</code>, <code>NameStartsWith</code>, and <code>LanguageCode</code>.</p>
833
+ */
834
+ searchVocabularies(args: SearchVocabulariesCommandInput, options?: __HttpHandlerOptions): Promise<SearchVocabulariesCommandOutput>;
835
+ searchVocabularies(args: SearchVocabulariesCommandInput, cb: (err: any, data?: SearchVocabulariesCommandOutput) => void): void;
836
+ searchVocabularies(args: SearchVocabulariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchVocabulariesCommandOutput) => void): void;
794
837
  /**
795
838
  * <p>Initiates a contact flow to start a new chat for the customer. Response of this API provides
796
839
  * a token required to obtain credentials from the <a href="https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html">CreateParticipantConnection</a> API in the Amazon Connect Participant Service.</p>
@@ -798,7 +841,7 @@ export declare class Connect extends ConnectClient {
798
841
  * <p>When a new chat contact is successfully created, clients must subscribe to the participant’s
799
842
  * connection for the created chat within 5 minutes. This is achieved by invoking <a href="https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html">CreateParticipantConnection</a> with WEBSOCKET and CONNECTION_CREDENTIALS. </p>
800
843
  *
801
- * <p>A 429 error occurs in two situations:</p>
844
+ * <p>A 429 error occurs in the following situations:</p>
802
845
  * <ul>
803
846
  * <li>
804
847
  * <p>API rate limit is exceeded. API TPS throttling returns a <code>TooManyRequests</code>
@@ -810,6 +853,9 @@ export declare class Connect extends ConnectClient {
810
853
  * <code>LimitExceededException</code>.</p>
811
854
  * </li>
812
855
  * </ul>
856
+ * <p>If you use the <code>ChatDurationInMinutes</code> parameter and receive a 400 error, your account may
857
+ * not support the ability to configure custom chat durations. For more information, contact Amazon Web Services Support.
858
+ * </p>
813
859
  *
814
860
  * <p>For more information about chat, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/chat.html">Chat</a> in the <i>Amazon Connect Administrator
815
861
  * Guide</i>.</p>
@@ -833,7 +879,7 @@ export declare class Connect extends ConnectClient {
833
879
  /**
834
880
  * <p> Initiates real-time message streaming for a new chat contact.</p>
835
881
  * <p> For more information about message streaming, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/chat-message-streaming.html">Enable real-time chat message
836
- * streaming</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
882
+ * streaming</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
837
883
  */
838
884
  startContactStreaming(args: StartContactStreamingCommandInput, options?: __HttpHandlerOptions): Promise<StartContactStreamingCommandOutput>;
839
885
  startContactStreaming(args: StartContactStreamingCommandInput, cb: (err: any, data?: StartContactStreamingCommandOutput) => void): void;
@@ -855,8 +901,9 @@ export declare class Connect extends ConnectClient {
855
901
  * </note>
856
902
  * <note>
857
903
  * <p>Campaign calls are not allowed by default. Before you can make a call with
858
- * <code>TrafficType</code> = <code>CAMPAIGN</code>, you must submit a service quota increase request. For more information, see
859
- * <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 Guide</i>. </p>
904
+ * <code>TrafficType</code> = <code>CAMPAIGN</code>, you must submit a service quota increase
905
+ * 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>
906
+ * in the <i>Amazon Connect Administrator Guide</i>. </p>
860
907
  * </note>
861
908
  */
862
909
  startOutboundVoiceContact(args: StartOutboundVoiceContactCommandInput, options?: __HttpHandlerOptions): Promise<StartOutboundVoiceContactCommandOutput>;
@@ -907,8 +954,8 @@ export declare class Connect extends ConnectClient {
907
954
  suspendContactRecording(args: SuspendContactRecordingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SuspendContactRecordingCommandOutput) => void): void;
908
955
  /**
909
956
  * <p>Adds the specified tags to the specified resource.</p>
910
- * <p>The supported resource types are users, routing profiles, queues, quick connects,
911
- * contact flows, agent status, and hours of operation.</p>
957
+ * <p>The supported resource types are users, routing profiles, queues, quick connects, contact
958
+ * flows, agent status, and hours of operation.</p>
912
959
  * <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
913
960
  * Policy Examples</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
914
961
  */
@@ -8,6 +8,7 @@ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfig
8
8
  import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { AssociateApprovedOriginCommandInput, AssociateApprovedOriginCommandOutput } from "./commands/AssociateApprovedOriginCommand";
10
10
  import { AssociateBotCommandInput, AssociateBotCommandOutput } from "./commands/AssociateBotCommand";
11
+ import { AssociateDefaultVocabularyCommandInput, AssociateDefaultVocabularyCommandOutput } from "./commands/AssociateDefaultVocabularyCommand";
11
12
  import { AssociateInstanceStorageConfigCommandInput, AssociateInstanceStorageConfigCommandOutput } from "./commands/AssociateInstanceStorageConfigCommand";
12
13
  import { AssociateLambdaFunctionCommandInput, AssociateLambdaFunctionCommandOutput } from "./commands/AssociateLambdaFunctionCommand";
13
14
  import { AssociateLexBotCommandInput, AssociateLexBotCommandOutput } from "./commands/AssociateLexBotCommand";
@@ -27,6 +28,7 @@ import { CreateSecurityProfileCommandInput, CreateSecurityProfileCommandOutput }
27
28
  import { CreateUseCaseCommandInput, CreateUseCaseCommandOutput } from "./commands/CreateUseCaseCommand";
28
29
  import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
29
30
  import { CreateUserHierarchyGroupCommandInput, CreateUserHierarchyGroupCommandOutput } from "./commands/CreateUserHierarchyGroupCommand";
31
+ import { CreateVocabularyCommandInput, CreateVocabularyCommandOutput } from "./commands/CreateVocabularyCommand";
30
32
  import { DeleteContactFlowCommandInput, DeleteContactFlowCommandOutput } from "./commands/DeleteContactFlowCommand";
31
33
  import { DeleteContactFlowModuleCommandInput, DeleteContactFlowModuleCommandOutput } from "./commands/DeleteContactFlowModuleCommand";
32
34
  import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput } from "./commands/DeleteHoursOfOperationCommand";
@@ -37,6 +39,7 @@ import { DeleteSecurityProfileCommandInput, DeleteSecurityProfileCommandOutput }
37
39
  import { DeleteUseCaseCommandInput, DeleteUseCaseCommandOutput } from "./commands/DeleteUseCaseCommand";
38
40
  import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
39
41
  import { DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOutput } from "./commands/DeleteUserHierarchyGroupCommand";
42
+ import { DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput } from "./commands/DeleteVocabularyCommand";
40
43
  import { DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput } from "./commands/DescribeAgentStatusCommand";
41
44
  import { DescribeContactCommandInput, DescribeContactCommandOutput } from "./commands/DescribeContactCommand";
42
45
  import { DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput } from "./commands/DescribeContactFlowCommand";
@@ -52,6 +55,7 @@ import { DescribeSecurityProfileCommandInput, DescribeSecurityProfileCommandOutp
52
55
  import { DescribeUserCommandInput, DescribeUserCommandOutput } from "./commands/DescribeUserCommand";
53
56
  import { DescribeUserHierarchyGroupCommandInput, DescribeUserHierarchyGroupCommandOutput } from "./commands/DescribeUserHierarchyGroupCommand";
54
57
  import { DescribeUserHierarchyStructureCommandInput, DescribeUserHierarchyStructureCommandOutput } from "./commands/DescribeUserHierarchyStructureCommand";
58
+ import { DescribeVocabularyCommandInput, DescribeVocabularyCommandOutput } from "./commands/DescribeVocabularyCommand";
55
59
  import { DisassociateApprovedOriginCommandInput, DisassociateApprovedOriginCommandOutput } from "./commands/DisassociateApprovedOriginCommand";
56
60
  import { DisassociateBotCommandInput, DisassociateBotCommandOutput } from "./commands/DisassociateBotCommand";
57
61
  import { DisassociateInstanceStorageConfigCommandInput, DisassociateInstanceStorageConfigCommandOutput } from "./commands/DisassociateInstanceStorageConfigCommand";
@@ -70,6 +74,7 @@ import { ListBotsCommandInput, ListBotsCommandOutput } from "./commands/ListBots
70
74
  import { ListContactFlowModulesCommandInput, ListContactFlowModulesCommandOutput } from "./commands/ListContactFlowModulesCommand";
71
75
  import { ListContactFlowsCommandInput, ListContactFlowsCommandOutput } from "./commands/ListContactFlowsCommand";
72
76
  import { ListContactReferencesCommandInput, ListContactReferencesCommandOutput } from "./commands/ListContactReferencesCommand";
77
+ import { ListDefaultVocabulariesCommandInput, ListDefaultVocabulariesCommandOutput } from "./commands/ListDefaultVocabulariesCommand";
73
78
  import { ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput } from "./commands/ListHoursOfOperationsCommand";
74
79
  import { ListInstanceAttributesCommandInput, ListInstanceAttributesCommandOutput } from "./commands/ListInstanceAttributesCommand";
75
80
  import { ListInstancesCommandInput, ListInstancesCommandOutput } from "./commands/ListInstancesCommand";
@@ -92,6 +97,7 @@ import { ListUseCasesCommandInput, ListUseCasesCommandOutput } from "./commands/
92
97
  import { ListUserHierarchyGroupsCommandInput, ListUserHierarchyGroupsCommandOutput } from "./commands/ListUserHierarchyGroupsCommand";
93
98
  import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
94
99
  import { ResumeContactRecordingCommandInput, ResumeContactRecordingCommandOutput } from "./commands/ResumeContactRecordingCommand";
100
+ import { SearchVocabulariesCommandInput, SearchVocabulariesCommandOutput } from "./commands/SearchVocabulariesCommand";
95
101
  import { StartChatContactCommandInput, StartChatContactCommandOutput } from "./commands/StartChatContactCommand";
96
102
  import { StartContactRecordingCommandInput, StartContactRecordingCommandOutput } from "./commands/StartContactRecordingCommand";
97
103
  import { StartContactStreamingCommandInput, StartContactStreamingCommandOutput } from "./commands/StartContactStreamingCommand";
@@ -134,8 +140,8 @@ import { UpdateUserIdentityInfoCommandInput, UpdateUserIdentityInfoCommandOutput
134
140
  import { UpdateUserPhoneConfigCommandInput, UpdateUserPhoneConfigCommandOutput } from "./commands/UpdateUserPhoneConfigCommand";
135
141
  import { UpdateUserRoutingProfileCommandInput, UpdateUserRoutingProfileCommandOutput } from "./commands/UpdateUserRoutingProfileCommand";
136
142
  import { UpdateUserSecurityProfilesCommandInput, UpdateUserSecurityProfilesCommandOutput } from "./commands/UpdateUserSecurityProfilesCommand";
137
- export declare type ServiceInputTypes = AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | CreateAgentStatusCommandInput | CreateContactFlowCommandInput | CreateContactFlowModuleCommandInput | CreateHoursOfOperationCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateSecurityProfileCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | DeleteContactFlowCommandInput | DeleteContactFlowModuleCommandInput | DeleteHoursOfOperationCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeleteQuickConnectCommandInput | DeleteSecurityProfileCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DescribeAgentStatusCommandInput | DescribeContactCommandInput | DescribeContactFlowCommandInput | DescribeContactFlowModuleCommandInput | DescribeHoursOfOperationCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeSecurityProfileCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetFederationTokenCommandInput | GetMetricDataCommandInput | ListAgentStatusesCommandInput | ListApprovedOriginsCommandInput | ListBotsCommandInput | ListContactFlowModulesCommandInput | ListContactFlowsCommandInput | ListContactReferencesCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUsersCommandInput | ResumeContactRecordingCommandInput | StartChatContactCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartOutboundVoiceContactCommandInput | StartTaskContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SuspendContactRecordingCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateContactAttributesCommandInput | UpdateContactCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowMetadataCommandInput | UpdateContactFlowModuleContentCommandInput | UpdateContactFlowModuleMetadataCommandInput | UpdateContactFlowNameCommandInput | UpdateContactScheduleCommandInput | UpdateHoursOfOperationCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateSecurityProfileCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput;
138
- export declare type ServiceOutputTypes = AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | CreateAgentStatusCommandOutput | CreateContactFlowCommandOutput | CreateContactFlowModuleCommandOutput | CreateHoursOfOperationCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateSecurityProfileCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | DeleteContactFlowCommandOutput | DeleteContactFlowModuleCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeleteQuickConnectCommandOutput | DeleteSecurityProfileCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DescribeAgentStatusCommandOutput | DescribeContactCommandOutput | DescribeContactFlowCommandOutput | DescribeContactFlowModuleCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeSecurityProfileCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetFederationTokenCommandOutput | GetMetricDataCommandOutput | ListAgentStatusesCommandOutput | ListApprovedOriginsCommandOutput | ListBotsCommandOutput | ListContactFlowModulesCommandOutput | ListContactFlowsCommandOutput | ListContactReferencesCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUsersCommandOutput | ResumeContactRecordingCommandOutput | StartChatContactCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartOutboundVoiceContactCommandOutput | StartTaskContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SuspendContactRecordingCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowMetadataCommandOutput | UpdateContactFlowModuleContentCommandOutput | UpdateContactFlowModuleMetadataCommandOutput | UpdateContactFlowNameCommandOutput | UpdateContactScheduleCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateSecurityProfileCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput;
143
+ export declare type ServiceInputTypes = AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateDefaultVocabularyCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | CreateAgentStatusCommandInput | CreateContactFlowCommandInput | CreateContactFlowModuleCommandInput | CreateHoursOfOperationCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateSecurityProfileCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | CreateVocabularyCommandInput | DeleteContactFlowCommandInput | DeleteContactFlowModuleCommandInput | DeleteHoursOfOperationCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeleteQuickConnectCommandInput | DeleteSecurityProfileCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DeleteVocabularyCommandInput | DescribeAgentStatusCommandInput | DescribeContactCommandInput | DescribeContactFlowCommandInput | DescribeContactFlowModuleCommandInput | DescribeHoursOfOperationCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeSecurityProfileCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DescribeVocabularyCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetFederationTokenCommandInput | GetMetricDataCommandInput | ListAgentStatusesCommandInput | ListApprovedOriginsCommandInput | ListBotsCommandInput | ListContactFlowModulesCommandInput | ListContactFlowsCommandInput | ListContactReferencesCommandInput | ListDefaultVocabulariesCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUsersCommandInput | ResumeContactRecordingCommandInput | SearchVocabulariesCommandInput | StartChatContactCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartOutboundVoiceContactCommandInput | StartTaskContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SuspendContactRecordingCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateContactAttributesCommandInput | UpdateContactCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowMetadataCommandInput | UpdateContactFlowModuleContentCommandInput | UpdateContactFlowModuleMetadataCommandInput | UpdateContactFlowNameCommandInput | UpdateContactScheduleCommandInput | UpdateHoursOfOperationCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateSecurityProfileCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput;
144
+ export declare type ServiceOutputTypes = AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateDefaultVocabularyCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | CreateAgentStatusCommandOutput | CreateContactFlowCommandOutput | CreateContactFlowModuleCommandOutput | CreateHoursOfOperationCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateSecurityProfileCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | CreateVocabularyCommandOutput | DeleteContactFlowCommandOutput | DeleteContactFlowModuleCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeleteQuickConnectCommandOutput | DeleteSecurityProfileCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DeleteVocabularyCommandOutput | DescribeAgentStatusCommandOutput | DescribeContactCommandOutput | DescribeContactFlowCommandOutput | DescribeContactFlowModuleCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeSecurityProfileCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DescribeVocabularyCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetFederationTokenCommandOutput | GetMetricDataCommandOutput | ListAgentStatusesCommandOutput | ListApprovedOriginsCommandOutput | ListBotsCommandOutput | ListContactFlowModulesCommandOutput | ListContactFlowsCommandOutput | ListContactReferencesCommandOutput | ListDefaultVocabulariesCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUsersCommandOutput | ResumeContactRecordingCommandOutput | SearchVocabulariesCommandOutput | StartChatContactCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartOutboundVoiceContactCommandOutput | StartTaskContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SuspendContactRecordingCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowMetadataCommandOutput | UpdateContactFlowModuleContentCommandOutput | UpdateContactFlowModuleMetadataCommandOutput | UpdateContactFlowNameCommandOutput | UpdateContactScheduleCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateSecurityProfileCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput;
139
145
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
140
146
  /**
141
147
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -262,9 +268,8 @@ export interface ConnectClientResolvedConfig extends ConnectClientResolvedConfig
262
268
  * <p>There are limits to the number of Amazon Connect resources that you can create. There are also limits
263
269
  * to the number of requests that you can make per second. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect
264
270
  * Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
265
- * <p>You can connect programmatically to an AWS service by using an endpoint. For a list of Amazon Connect
266
- * endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect
267
- * Endpoints</a>.</p>
271
+ * <p>You can connect programmatically to an Amazon Web Services service by using an endpoint. For
272
+ * a list of Amazon Connect endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect Endpoints</a>.</p>
268
273
  * <note>
269
274
  * <p>Working with contact flows? Check out the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect Flow language</a>.</p>
270
275
  * </note>
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
+ import { AssociateDefaultVocabularyRequest, AssociateDefaultVocabularyResponse } from "../models/models_0";
5
+ export interface AssociateDefaultVocabularyCommandInput extends AssociateDefaultVocabularyRequest {
6
+ }
7
+ export interface AssociateDefaultVocabularyCommandOutput extends AssociateDefaultVocabularyResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Associates an existing vocabulary as the default. Contact Lens for Amazon Connect uses the vocabulary in post-call and real-time analysis sessions for the given language.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ConnectClient, AssociateDefaultVocabularyCommand } from "@aws-sdk/client-connect"; // ES Modules import
15
+ * // const { ConnectClient, AssociateDefaultVocabularyCommand } = require("@aws-sdk/client-connect"); // CommonJS import
16
+ * const client = new ConnectClient(config);
17
+ * const command = new AssociateDefaultVocabularyCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link AssociateDefaultVocabularyCommandInput} for command's `input` shape.
22
+ * @see {@link AssociateDefaultVocabularyCommandOutput} for command's `response` shape.
23
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class AssociateDefaultVocabularyCommand extends $Command<AssociateDefaultVocabularyCommandInput, AssociateDefaultVocabularyCommandOutput, ConnectClientResolvedConfig> {
27
+ readonly input: AssociateDefaultVocabularyCommandInput;
28
+ constructor(input: AssociateDefaultVocabularyCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateDefaultVocabularyCommandInput, AssociateDefaultVocabularyCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -7,7 +7,7 @@ export interface CreateIntegrationAssociationCommandInput extends CreateIntegrat
7
7
  export interface CreateIntegrationAssociationCommandOutput extends CreateIntegrationAssociationResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Creates an AWS resource association with an Amazon Connect instance.</p>
10
+ * <p>Creates an Amazon Web Services resource association with an Amazon Connect instance.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -0,0 +1,37 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
+ import { CreateVocabularyRequest, CreateVocabularyResponse } from "../models/models_0";
5
+ export interface CreateVocabularyCommandInput extends CreateVocabularyRequest {
6
+ }
7
+ export interface CreateVocabularyCommandOutput extends CreateVocabularyResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Creates a custom vocabulary associated with your Amazon Connect instance. You can set a custom
11
+ * vocabulary to be your default vocabulary for a given language. Contact Lens for Amazon Connect uses the default
12
+ * vocabulary in post-call and real-time contact analysis sessions for that language.</p>
13
+ * @example
14
+ * Use a bare-bones client and the command you need to make an API call.
15
+ * ```javascript
16
+ * import { ConnectClient, CreateVocabularyCommand } from "@aws-sdk/client-connect"; // ES Modules import
17
+ * // const { ConnectClient, CreateVocabularyCommand } = require("@aws-sdk/client-connect"); // CommonJS import
18
+ * const client = new ConnectClient(config);
19
+ * const command = new CreateVocabularyCommand(input);
20
+ * const response = await client.send(command);
21
+ * ```
22
+ *
23
+ * @see {@link CreateVocabularyCommandInput} for command's `input` shape.
24
+ * @see {@link CreateVocabularyCommandOutput} for command's `response` shape.
25
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
26
+ *
27
+ */
28
+ export declare class CreateVocabularyCommand extends $Command<CreateVocabularyCommandInput, CreateVocabularyCommandOutput, ConnectClientResolvedConfig> {
29
+ readonly input: CreateVocabularyCommandInput;
30
+ constructor(input: CreateVocabularyCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVocabularyCommandInput, CreateVocabularyCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -7,8 +7,8 @@ export interface DeleteIntegrationAssociationCommandInput extends DeleteIntegrat
7
7
  export interface DeleteIntegrationAssociationCommandOutput extends __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Deletes an AWS resource association from an Amazon Connect instance. The association must not have
11
- * any use cases associated with it.</p>
10
+ * <p>Deletes an Amazon Web Services resource association from an Amazon Connect instance. The association
11
+ * must not have any use cases associated with it.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
14
14
  * ```javascript
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
+ import { DeleteVocabularyRequest, DeleteVocabularyResponse } from "../models/models_0";
5
+ export interface DeleteVocabularyCommandInput extends DeleteVocabularyRequest {
6
+ }
7
+ export interface DeleteVocabularyCommandOutput extends DeleteVocabularyResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Deletes the vocabulary that has the given identifier.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ConnectClient, DeleteVocabularyCommand } from "@aws-sdk/client-connect"; // ES Modules import
15
+ * // const { ConnectClient, DeleteVocabularyCommand } = require("@aws-sdk/client-connect"); // CommonJS import
16
+ * const client = new ConnectClient(config);
17
+ * const command = new DeleteVocabularyCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DeleteVocabularyCommandInput} for command's `input` shape.
22
+ * @see {@link DeleteVocabularyCommandOutput} for command's `response` shape.
23
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DeleteVocabularyCommand extends $Command<DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput, ConnectClientResolvedConfig> {
27
+ readonly input: DeleteVocabularyCommandInput;
28
+ constructor(input: DeleteVocabularyCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
+ import { DescribeVocabularyRequest, DescribeVocabularyResponse } from "../models/models_0";
5
+ export interface DescribeVocabularyCommandInput extends DescribeVocabularyRequest {
6
+ }
7
+ export interface DescribeVocabularyCommandOutput extends DescribeVocabularyResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Describes the specified vocabulary.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ConnectClient, DescribeVocabularyCommand } from "@aws-sdk/client-connect"; // ES Modules import
15
+ * // const { ConnectClient, DescribeVocabularyCommand } = require("@aws-sdk/client-connect"); // CommonJS import
16
+ * const client = new ConnectClient(config);
17
+ * const command = new DescribeVocabularyCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DescribeVocabularyCommandInput} for command's `input` shape.
22
+ * @see {@link DescribeVocabularyCommandOutput} for command's `response` shape.
23
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class DescribeVocabularyCommand extends $Command<DescribeVocabularyCommandInput, DescribeVocabularyCommandOutput, ConnectClientResolvedConfig> {
27
+ readonly input: DescribeVocabularyCommandInput;
28
+ constructor(input: DescribeVocabularyCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeVocabularyCommandInput, DescribeVocabularyCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -8,8 +8,8 @@ export interface ListBotsCommandOutput extends ListBotsResponse, __MetadataBeare
8
8
  }
9
9
  /**
10
10
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
11
- * <p>For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the
12
- * instance. </p>
11
+ * <p>For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently
12
+ * associated with the instance. </p>
13
13
  * @example
14
14
  * Use a bare-bones client and the command you need to make an API call.
15
15
  * ```javascript
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
+ import { ListDefaultVocabulariesRequest, ListDefaultVocabulariesResponse } from "../models/models_0";
5
+ export interface ListDefaultVocabulariesCommandInput extends ListDefaultVocabulariesRequest {
6
+ }
7
+ export interface ListDefaultVocabulariesCommandOutput extends ListDefaultVocabulariesResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Lists the default vocabularies for the specified Amazon Connect instance.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ConnectClient, ListDefaultVocabulariesCommand } from "@aws-sdk/client-connect"; // ES Modules import
15
+ * // const { ConnectClient, ListDefaultVocabulariesCommand } = require("@aws-sdk/client-connect"); // CommonJS import
16
+ * const client = new ConnectClient(config);
17
+ * const command = new ListDefaultVocabulariesCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListDefaultVocabulariesCommandInput} for command's `input` shape.
22
+ * @see {@link ListDefaultVocabulariesCommandOutput} for command's `response` shape.
23
+ * @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class ListDefaultVocabulariesCommand extends $Command<ListDefaultVocabulariesCommandInput, ListDefaultVocabulariesCommandOutput, ConnectClientResolvedConfig> {
27
+ readonly input: ListDefaultVocabulariesCommandInput;
28
+ constructor(input: ListDefaultVocabulariesCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDefaultVocabulariesCommandInput, ListDefaultVocabulariesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -7,8 +7,8 @@ export interface ListIntegrationAssociationsCommandInput extends ListIntegration
7
7
  export interface ListIntegrationAssociationsCommandOutput extends ListIntegrationAssociationsResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Provides summary information about the AWS resource associations for the specified Amazon Connect
11
- * instance.</p>
10
+ * <p>Provides summary information about the Amazon Web Services resource associations for the
11
+ * specified Amazon Connect instance.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
14
14
  * ```javascript