@aws-sdk/client-connect 3.190.0 → 3.192.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 (705) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/README.md +11 -9
  3. package/dist-cjs/Connect.js +105 -0
  4. package/dist-cjs/ConnectClient.js +11 -8
  5. package/dist-cjs/commands/AssociateApprovedOriginCommand.js +10 -0
  6. package/dist-cjs/commands/AssociateBotCommand.js +10 -0
  7. package/dist-cjs/commands/AssociateDefaultVocabularyCommand.js +10 -0
  8. package/dist-cjs/commands/AssociateInstanceStorageConfigCommand.js +10 -0
  9. package/dist-cjs/commands/AssociateLambdaFunctionCommand.js +10 -0
  10. package/dist-cjs/commands/AssociateLexBotCommand.js +10 -0
  11. package/dist-cjs/commands/AssociatePhoneNumberContactFlowCommand.js +10 -0
  12. package/dist-cjs/commands/AssociateQueueQuickConnectsCommand.js +10 -0
  13. package/dist-cjs/commands/AssociateRoutingProfileQueuesCommand.js +10 -0
  14. package/dist-cjs/commands/AssociateSecurityKeyCommand.js +10 -0
  15. package/dist-cjs/commands/ClaimPhoneNumberCommand.js +10 -0
  16. package/dist-cjs/commands/CreateAgentStatusCommand.js +10 -0
  17. package/dist-cjs/commands/CreateContactFlowCommand.js +10 -0
  18. package/dist-cjs/commands/CreateContactFlowModuleCommand.js +10 -0
  19. package/dist-cjs/commands/CreateHoursOfOperationCommand.js +10 -0
  20. package/dist-cjs/commands/CreateInstanceCommand.js +10 -0
  21. package/dist-cjs/commands/CreateIntegrationAssociationCommand.js +10 -0
  22. package/dist-cjs/commands/CreateQueueCommand.js +10 -0
  23. package/dist-cjs/commands/CreateQuickConnectCommand.js +10 -0
  24. package/dist-cjs/commands/CreateRoutingProfileCommand.js +10 -0
  25. package/dist-cjs/commands/CreateSecurityProfileCommand.js +10 -0
  26. package/dist-cjs/commands/CreateTaskTemplateCommand.js +10 -0
  27. package/dist-cjs/commands/CreateTrafficDistributionGroupCommand.js +46 -0
  28. package/dist-cjs/commands/CreateUseCaseCommand.js +10 -0
  29. package/dist-cjs/commands/CreateUserCommand.js +10 -0
  30. package/dist-cjs/commands/CreateUserHierarchyGroupCommand.js +10 -0
  31. package/dist-cjs/commands/CreateVocabularyCommand.js +10 -0
  32. package/dist-cjs/commands/DeleteContactFlowCommand.js +10 -0
  33. package/dist-cjs/commands/DeleteContactFlowModuleCommand.js +10 -0
  34. package/dist-cjs/commands/DeleteHoursOfOperationCommand.js +10 -0
  35. package/dist-cjs/commands/DeleteInstanceCommand.js +10 -0
  36. package/dist-cjs/commands/DeleteIntegrationAssociationCommand.js +10 -0
  37. package/dist-cjs/commands/DeleteQuickConnectCommand.js +10 -0
  38. package/dist-cjs/commands/DeleteSecurityProfileCommand.js +10 -0
  39. package/dist-cjs/commands/DeleteTaskTemplateCommand.js +10 -0
  40. package/dist-cjs/commands/DeleteTrafficDistributionGroupCommand.js +46 -0
  41. package/dist-cjs/commands/DeleteUseCaseCommand.js +10 -0
  42. package/dist-cjs/commands/DeleteUserCommand.js +10 -0
  43. package/dist-cjs/commands/DeleteUserHierarchyGroupCommand.js +10 -0
  44. package/dist-cjs/commands/DeleteVocabularyCommand.js +10 -0
  45. package/dist-cjs/commands/DescribeAgentStatusCommand.js +10 -0
  46. package/dist-cjs/commands/DescribeContactCommand.js +10 -0
  47. package/dist-cjs/commands/DescribeContactFlowCommand.js +10 -0
  48. package/dist-cjs/commands/DescribeContactFlowModuleCommand.js +10 -0
  49. package/dist-cjs/commands/DescribeHoursOfOperationCommand.js +10 -0
  50. package/dist-cjs/commands/DescribeInstanceAttributeCommand.js +10 -0
  51. package/dist-cjs/commands/DescribeInstanceCommand.js +10 -0
  52. package/dist-cjs/commands/DescribeInstanceStorageConfigCommand.js +10 -0
  53. package/dist-cjs/commands/DescribePhoneNumberCommand.js +10 -0
  54. package/dist-cjs/commands/DescribeQueueCommand.js +10 -0
  55. package/dist-cjs/commands/DescribeQuickConnectCommand.js +10 -0
  56. package/dist-cjs/commands/DescribeRoutingProfileCommand.js +10 -0
  57. package/dist-cjs/commands/DescribeSecurityProfileCommand.js +10 -0
  58. package/dist-cjs/commands/DescribeTrafficDistributionGroupCommand.js +46 -0
  59. package/dist-cjs/commands/DescribeUserCommand.js +10 -0
  60. package/dist-cjs/commands/DescribeUserHierarchyGroupCommand.js +10 -0
  61. package/dist-cjs/commands/DescribeUserHierarchyStructureCommand.js +10 -0
  62. package/dist-cjs/commands/DescribeVocabularyCommand.js +10 -0
  63. package/dist-cjs/commands/DisassociateApprovedOriginCommand.js +10 -0
  64. package/dist-cjs/commands/DisassociateBotCommand.js +10 -0
  65. package/dist-cjs/commands/DisassociateInstanceStorageConfigCommand.js +10 -0
  66. package/dist-cjs/commands/DisassociateLambdaFunctionCommand.js +10 -0
  67. package/dist-cjs/commands/DisassociateLexBotCommand.js +10 -0
  68. package/dist-cjs/commands/DisassociatePhoneNumberContactFlowCommand.js +10 -0
  69. package/dist-cjs/commands/DisassociateQueueQuickConnectsCommand.js +10 -0
  70. package/dist-cjs/commands/DisassociateRoutingProfileQueuesCommand.js +10 -0
  71. package/dist-cjs/commands/DisassociateSecurityKeyCommand.js +10 -0
  72. package/dist-cjs/commands/GetContactAttributesCommand.js +10 -0
  73. package/dist-cjs/commands/GetCurrentMetricDataCommand.js +10 -0
  74. package/dist-cjs/commands/GetCurrentUserDataCommand.js +10 -0
  75. package/dist-cjs/commands/GetFederationTokenCommand.js +10 -0
  76. package/dist-cjs/commands/GetMetricDataCommand.js +10 -0
  77. package/dist-cjs/commands/GetTaskTemplateCommand.js +10 -0
  78. package/dist-cjs/commands/GetTrafficDistributionCommand.js +46 -0
  79. package/dist-cjs/commands/ListAgentStatusesCommand.js +10 -0
  80. package/dist-cjs/commands/ListApprovedOriginsCommand.js +10 -0
  81. package/dist-cjs/commands/ListBotsCommand.js +10 -0
  82. package/dist-cjs/commands/ListContactFlowModulesCommand.js +10 -0
  83. package/dist-cjs/commands/ListContactFlowsCommand.js +10 -0
  84. package/dist-cjs/commands/ListContactReferencesCommand.js +10 -0
  85. package/dist-cjs/commands/ListDefaultVocabulariesCommand.js +10 -0
  86. package/dist-cjs/commands/ListHoursOfOperationsCommand.js +10 -0
  87. package/dist-cjs/commands/ListInstanceAttributesCommand.js +10 -0
  88. package/dist-cjs/commands/ListInstanceStorageConfigsCommand.js +10 -0
  89. package/dist-cjs/commands/ListInstancesCommand.js +10 -0
  90. package/dist-cjs/commands/ListIntegrationAssociationsCommand.js +10 -0
  91. package/dist-cjs/commands/ListLambdaFunctionsCommand.js +10 -0
  92. package/dist-cjs/commands/ListLexBotsCommand.js +12 -1
  93. package/dist-cjs/commands/ListPhoneNumbersCommand.js +13 -3
  94. package/dist-cjs/commands/ListPhoneNumbersV2Command.js +13 -3
  95. package/dist-cjs/commands/ListPromptsCommand.js +13 -3
  96. package/dist-cjs/commands/ListQueueQuickConnectsCommand.js +13 -3
  97. package/dist-cjs/commands/ListQueuesCommand.js +10 -0
  98. package/dist-cjs/commands/ListQuickConnectsCommand.js +10 -0
  99. package/dist-cjs/commands/ListRoutingProfileQueuesCommand.js +10 -0
  100. package/dist-cjs/commands/ListRoutingProfilesCommand.js +10 -0
  101. package/dist-cjs/commands/ListSecurityKeysCommand.js +10 -0
  102. package/dist-cjs/commands/ListSecurityProfilePermissionsCommand.js +10 -0
  103. package/dist-cjs/commands/ListSecurityProfilesCommand.js +10 -0
  104. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  105. package/dist-cjs/commands/ListTaskTemplatesCommand.js +10 -0
  106. package/dist-cjs/commands/ListTrafficDistributionGroupsCommand.js +46 -0
  107. package/dist-cjs/commands/ListUseCasesCommand.js +10 -0
  108. package/dist-cjs/commands/ListUserHierarchyGroupsCommand.js +10 -0
  109. package/dist-cjs/commands/ListUsersCommand.js +10 -0
  110. package/dist-cjs/commands/PutUserStatusCommand.js +10 -0
  111. package/dist-cjs/commands/ReleasePhoneNumberCommand.js +10 -0
  112. package/dist-cjs/commands/ReplicateInstanceCommand.js +46 -0
  113. package/dist-cjs/commands/ResumeContactRecordingCommand.js +10 -0
  114. package/dist-cjs/commands/SearchAvailablePhoneNumbersCommand.js +10 -0
  115. package/dist-cjs/commands/SearchQueuesCommand.js +10 -0
  116. package/dist-cjs/commands/SearchRoutingProfilesCommand.js +10 -0
  117. package/dist-cjs/commands/SearchSecurityProfilesCommand.js +10 -0
  118. package/dist-cjs/commands/SearchUsersCommand.js +10 -0
  119. package/dist-cjs/commands/SearchVocabulariesCommand.js +10 -0
  120. package/dist-cjs/commands/StartChatContactCommand.js +10 -0
  121. package/dist-cjs/commands/StartContactRecordingCommand.js +10 -0
  122. package/dist-cjs/commands/StartContactStreamingCommand.js +10 -0
  123. package/dist-cjs/commands/StartOutboundVoiceContactCommand.js +10 -0
  124. package/dist-cjs/commands/StartTaskContactCommand.js +10 -0
  125. package/dist-cjs/commands/StopContactCommand.js +10 -0
  126. package/dist-cjs/commands/StopContactRecordingCommand.js +10 -0
  127. package/dist-cjs/commands/StopContactStreamingCommand.js +10 -0
  128. package/dist-cjs/commands/SuspendContactRecordingCommand.js +10 -0
  129. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  130. package/dist-cjs/commands/TransferContactCommand.js +10 -0
  131. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  132. package/dist-cjs/commands/UpdateAgentStatusCommand.js +10 -0
  133. package/dist-cjs/commands/UpdateContactAttributesCommand.js +10 -0
  134. package/dist-cjs/commands/UpdateContactCommand.js +10 -0
  135. package/dist-cjs/commands/UpdateContactFlowContentCommand.js +10 -0
  136. package/dist-cjs/commands/UpdateContactFlowMetadataCommand.js +10 -0
  137. package/dist-cjs/commands/UpdateContactFlowModuleContentCommand.js +10 -0
  138. package/dist-cjs/commands/UpdateContactFlowModuleMetadataCommand.js +10 -0
  139. package/dist-cjs/commands/UpdateContactFlowNameCommand.js +10 -0
  140. package/dist-cjs/commands/UpdateContactScheduleCommand.js +10 -0
  141. package/dist-cjs/commands/UpdateHoursOfOperationCommand.js +10 -0
  142. package/dist-cjs/commands/UpdateInstanceAttributeCommand.js +10 -0
  143. package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js +10 -0
  144. package/dist-cjs/commands/UpdatePhoneNumberCommand.js +10 -0
  145. package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js +10 -0
  146. package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js +10 -0
  147. package/dist-cjs/commands/UpdateQueueNameCommand.js +10 -0
  148. package/dist-cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +10 -0
  149. package/dist-cjs/commands/UpdateQueueStatusCommand.js +10 -0
  150. package/dist-cjs/commands/UpdateQuickConnectConfigCommand.js +10 -0
  151. package/dist-cjs/commands/UpdateQuickConnectNameCommand.js +10 -0
  152. package/dist-cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +10 -0
  153. package/dist-cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +10 -0
  154. package/dist-cjs/commands/UpdateRoutingProfileNameCommand.js +10 -0
  155. package/dist-cjs/commands/UpdateRoutingProfileQueuesCommand.js +10 -0
  156. package/dist-cjs/commands/UpdateSecurityProfileCommand.js +10 -0
  157. package/dist-cjs/commands/UpdateTaskTemplateCommand.js +10 -0
  158. package/dist-cjs/commands/UpdateTrafficDistributionCommand.js +46 -0
  159. package/dist-cjs/commands/UpdateUserHierarchyCommand.js +10 -0
  160. package/dist-cjs/commands/UpdateUserHierarchyGroupNameCommand.js +10 -0
  161. package/dist-cjs/commands/UpdateUserHierarchyStructureCommand.js +10 -0
  162. package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js +10 -0
  163. package/dist-cjs/commands/UpdateUserPhoneConfigCommand.js +10 -0
  164. package/dist-cjs/commands/UpdateUserRoutingProfileCommand.js +10 -0
  165. package/dist-cjs/commands/UpdateUserSecurityProfilesCommand.js +10 -0
  166. package/dist-cjs/commands/index.js +7 -0
  167. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  168. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  169. package/dist-cjs/endpoint/ruleset.js +318 -0
  170. package/dist-cjs/models/models_0.js +74 -59
  171. package/dist-cjs/models/models_1.js +86 -3
  172. package/dist-cjs/pagination/ListTrafficDistributionGroupsPaginator.js +36 -0
  173. package/dist-cjs/pagination/index.js +1 -0
  174. package/dist-cjs/protocols/Aws_restJson1.js +593 -7
  175. package/dist-cjs/runtimeConfig.shared.js +3 -3
  176. package/dist-es/Connect.js +105 -0
  177. package/dist-es/ConnectClient.js +12 -9
  178. package/dist-es/commands/AssociateApprovedOriginCommand.js +10 -0
  179. package/dist-es/commands/AssociateBotCommand.js +10 -0
  180. package/dist-es/commands/AssociateDefaultVocabularyCommand.js +10 -0
  181. package/dist-es/commands/AssociateInstanceStorageConfigCommand.js +10 -0
  182. package/dist-es/commands/AssociateLambdaFunctionCommand.js +10 -0
  183. package/dist-es/commands/AssociateLexBotCommand.js +10 -0
  184. package/dist-es/commands/AssociatePhoneNumberContactFlowCommand.js +10 -0
  185. package/dist-es/commands/AssociateQueueQuickConnectsCommand.js +10 -0
  186. package/dist-es/commands/AssociateRoutingProfileQueuesCommand.js +10 -0
  187. package/dist-es/commands/AssociateSecurityKeyCommand.js +10 -0
  188. package/dist-es/commands/ClaimPhoneNumberCommand.js +10 -0
  189. package/dist-es/commands/CreateAgentStatusCommand.js +10 -0
  190. package/dist-es/commands/CreateContactFlowCommand.js +10 -0
  191. package/dist-es/commands/CreateContactFlowModuleCommand.js +10 -0
  192. package/dist-es/commands/CreateHoursOfOperationCommand.js +10 -0
  193. package/dist-es/commands/CreateInstanceCommand.js +10 -0
  194. package/dist-es/commands/CreateIntegrationAssociationCommand.js +10 -0
  195. package/dist-es/commands/CreateQueueCommand.js +10 -0
  196. package/dist-es/commands/CreateQuickConnectCommand.js +10 -0
  197. package/dist-es/commands/CreateRoutingProfileCommand.js +10 -0
  198. package/dist-es/commands/CreateSecurityProfileCommand.js +10 -0
  199. package/dist-es/commands/CreateTaskTemplateCommand.js +10 -0
  200. package/dist-es/commands/CreateTrafficDistributionGroupCommand.js +42 -0
  201. package/dist-es/commands/CreateUseCaseCommand.js +10 -0
  202. package/dist-es/commands/CreateUserCommand.js +10 -0
  203. package/dist-es/commands/CreateUserHierarchyGroupCommand.js +10 -0
  204. package/dist-es/commands/CreateVocabularyCommand.js +10 -0
  205. package/dist-es/commands/DeleteContactFlowCommand.js +10 -0
  206. package/dist-es/commands/DeleteContactFlowModuleCommand.js +10 -0
  207. package/dist-es/commands/DeleteHoursOfOperationCommand.js +10 -0
  208. package/dist-es/commands/DeleteInstanceCommand.js +10 -0
  209. package/dist-es/commands/DeleteIntegrationAssociationCommand.js +10 -0
  210. package/dist-es/commands/DeleteQuickConnectCommand.js +10 -0
  211. package/dist-es/commands/DeleteSecurityProfileCommand.js +10 -0
  212. package/dist-es/commands/DeleteTaskTemplateCommand.js +10 -0
  213. package/dist-es/commands/DeleteTrafficDistributionGroupCommand.js +42 -0
  214. package/dist-es/commands/DeleteUseCaseCommand.js +10 -0
  215. package/dist-es/commands/DeleteUserCommand.js +10 -0
  216. package/dist-es/commands/DeleteUserHierarchyGroupCommand.js +10 -0
  217. package/dist-es/commands/DeleteVocabularyCommand.js +10 -0
  218. package/dist-es/commands/DescribeAgentStatusCommand.js +10 -0
  219. package/dist-es/commands/DescribeContactCommand.js +10 -0
  220. package/dist-es/commands/DescribeContactFlowCommand.js +10 -0
  221. package/dist-es/commands/DescribeContactFlowModuleCommand.js +10 -0
  222. package/dist-es/commands/DescribeHoursOfOperationCommand.js +10 -0
  223. package/dist-es/commands/DescribeInstanceAttributeCommand.js +10 -0
  224. package/dist-es/commands/DescribeInstanceCommand.js +10 -0
  225. package/dist-es/commands/DescribeInstanceStorageConfigCommand.js +10 -0
  226. package/dist-es/commands/DescribePhoneNumberCommand.js +10 -0
  227. package/dist-es/commands/DescribeQueueCommand.js +10 -0
  228. package/dist-es/commands/DescribeQuickConnectCommand.js +10 -0
  229. package/dist-es/commands/DescribeRoutingProfileCommand.js +10 -0
  230. package/dist-es/commands/DescribeSecurityProfileCommand.js +10 -0
  231. package/dist-es/commands/DescribeTrafficDistributionGroupCommand.js +42 -0
  232. package/dist-es/commands/DescribeUserCommand.js +10 -0
  233. package/dist-es/commands/DescribeUserHierarchyGroupCommand.js +10 -0
  234. package/dist-es/commands/DescribeUserHierarchyStructureCommand.js +10 -0
  235. package/dist-es/commands/DescribeVocabularyCommand.js +10 -0
  236. package/dist-es/commands/DisassociateApprovedOriginCommand.js +10 -0
  237. package/dist-es/commands/DisassociateBotCommand.js +10 -0
  238. package/dist-es/commands/DisassociateInstanceStorageConfigCommand.js +10 -0
  239. package/dist-es/commands/DisassociateLambdaFunctionCommand.js +10 -0
  240. package/dist-es/commands/DisassociateLexBotCommand.js +10 -0
  241. package/dist-es/commands/DisassociatePhoneNumberContactFlowCommand.js +10 -0
  242. package/dist-es/commands/DisassociateQueueQuickConnectsCommand.js +10 -0
  243. package/dist-es/commands/DisassociateRoutingProfileQueuesCommand.js +10 -0
  244. package/dist-es/commands/DisassociateSecurityKeyCommand.js +10 -0
  245. package/dist-es/commands/GetContactAttributesCommand.js +10 -0
  246. package/dist-es/commands/GetCurrentMetricDataCommand.js +10 -0
  247. package/dist-es/commands/GetCurrentUserDataCommand.js +10 -0
  248. package/dist-es/commands/GetFederationTokenCommand.js +10 -0
  249. package/dist-es/commands/GetMetricDataCommand.js +10 -0
  250. package/dist-es/commands/GetTaskTemplateCommand.js +10 -0
  251. package/dist-es/commands/GetTrafficDistributionCommand.js +42 -0
  252. package/dist-es/commands/ListAgentStatusesCommand.js +10 -0
  253. package/dist-es/commands/ListApprovedOriginsCommand.js +10 -0
  254. package/dist-es/commands/ListBotsCommand.js +10 -0
  255. package/dist-es/commands/ListContactFlowModulesCommand.js +10 -0
  256. package/dist-es/commands/ListContactFlowsCommand.js +10 -0
  257. package/dist-es/commands/ListContactReferencesCommand.js +10 -0
  258. package/dist-es/commands/ListDefaultVocabulariesCommand.js +10 -0
  259. package/dist-es/commands/ListHoursOfOperationsCommand.js +10 -0
  260. package/dist-es/commands/ListInstanceAttributesCommand.js +10 -0
  261. package/dist-es/commands/ListInstanceStorageConfigsCommand.js +10 -0
  262. package/dist-es/commands/ListInstancesCommand.js +10 -0
  263. package/dist-es/commands/ListIntegrationAssociationsCommand.js +10 -0
  264. package/dist-es/commands/ListLambdaFunctionsCommand.js +10 -0
  265. package/dist-es/commands/ListLexBotsCommand.js +12 -1
  266. package/dist-es/commands/ListPhoneNumbersCommand.js +11 -1
  267. package/dist-es/commands/ListPhoneNumbersV2Command.js +11 -1
  268. package/dist-es/commands/ListPromptsCommand.js +11 -1
  269. package/dist-es/commands/ListQueueQuickConnectsCommand.js +11 -1
  270. package/dist-es/commands/ListQueuesCommand.js +10 -0
  271. package/dist-es/commands/ListQuickConnectsCommand.js +10 -0
  272. package/dist-es/commands/ListRoutingProfileQueuesCommand.js +10 -0
  273. package/dist-es/commands/ListRoutingProfilesCommand.js +10 -0
  274. package/dist-es/commands/ListSecurityKeysCommand.js +10 -0
  275. package/dist-es/commands/ListSecurityProfilePermissionsCommand.js +10 -0
  276. package/dist-es/commands/ListSecurityProfilesCommand.js +10 -0
  277. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  278. package/dist-es/commands/ListTaskTemplatesCommand.js +10 -0
  279. package/dist-es/commands/ListTrafficDistributionGroupsCommand.js +42 -0
  280. package/dist-es/commands/ListUseCasesCommand.js +10 -0
  281. package/dist-es/commands/ListUserHierarchyGroupsCommand.js +10 -0
  282. package/dist-es/commands/ListUsersCommand.js +10 -0
  283. package/dist-es/commands/PutUserStatusCommand.js +10 -0
  284. package/dist-es/commands/ReleasePhoneNumberCommand.js +10 -0
  285. package/dist-es/commands/ReplicateInstanceCommand.js +42 -0
  286. package/dist-es/commands/ResumeContactRecordingCommand.js +10 -0
  287. package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +10 -0
  288. package/dist-es/commands/SearchQueuesCommand.js +10 -0
  289. package/dist-es/commands/SearchRoutingProfilesCommand.js +10 -0
  290. package/dist-es/commands/SearchSecurityProfilesCommand.js +10 -0
  291. package/dist-es/commands/SearchUsersCommand.js +10 -0
  292. package/dist-es/commands/SearchVocabulariesCommand.js +10 -0
  293. package/dist-es/commands/StartChatContactCommand.js +10 -0
  294. package/dist-es/commands/StartContactRecordingCommand.js +10 -0
  295. package/dist-es/commands/StartContactStreamingCommand.js +10 -0
  296. package/dist-es/commands/StartOutboundVoiceContactCommand.js +10 -0
  297. package/dist-es/commands/StartTaskContactCommand.js +10 -0
  298. package/dist-es/commands/StopContactCommand.js +10 -0
  299. package/dist-es/commands/StopContactRecordingCommand.js +10 -0
  300. package/dist-es/commands/StopContactStreamingCommand.js +10 -0
  301. package/dist-es/commands/SuspendContactRecordingCommand.js +10 -0
  302. package/dist-es/commands/TagResourceCommand.js +10 -0
  303. package/dist-es/commands/TransferContactCommand.js +10 -0
  304. package/dist-es/commands/UntagResourceCommand.js +10 -0
  305. package/dist-es/commands/UpdateAgentStatusCommand.js +10 -0
  306. package/dist-es/commands/UpdateContactAttributesCommand.js +10 -0
  307. package/dist-es/commands/UpdateContactCommand.js +10 -0
  308. package/dist-es/commands/UpdateContactFlowContentCommand.js +10 -0
  309. package/dist-es/commands/UpdateContactFlowMetadataCommand.js +10 -0
  310. package/dist-es/commands/UpdateContactFlowModuleContentCommand.js +10 -0
  311. package/dist-es/commands/UpdateContactFlowModuleMetadataCommand.js +10 -0
  312. package/dist-es/commands/UpdateContactFlowNameCommand.js +10 -0
  313. package/dist-es/commands/UpdateContactScheduleCommand.js +10 -0
  314. package/dist-es/commands/UpdateHoursOfOperationCommand.js +10 -0
  315. package/dist-es/commands/UpdateInstanceAttributeCommand.js +10 -0
  316. package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +10 -0
  317. package/dist-es/commands/UpdatePhoneNumberCommand.js +10 -0
  318. package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +10 -0
  319. package/dist-es/commands/UpdateQueueMaxContactsCommand.js +10 -0
  320. package/dist-es/commands/UpdateQueueNameCommand.js +10 -0
  321. package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +10 -0
  322. package/dist-es/commands/UpdateQueueStatusCommand.js +10 -0
  323. package/dist-es/commands/UpdateQuickConnectConfigCommand.js +10 -0
  324. package/dist-es/commands/UpdateQuickConnectNameCommand.js +10 -0
  325. package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +10 -0
  326. package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +10 -0
  327. package/dist-es/commands/UpdateRoutingProfileNameCommand.js +10 -0
  328. package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +10 -0
  329. package/dist-es/commands/UpdateSecurityProfileCommand.js +10 -0
  330. package/dist-es/commands/UpdateTaskTemplateCommand.js +10 -0
  331. package/dist-es/commands/UpdateTrafficDistributionCommand.js +42 -0
  332. package/dist-es/commands/UpdateUserHierarchyCommand.js +10 -0
  333. package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +10 -0
  334. package/dist-es/commands/UpdateUserHierarchyStructureCommand.js +10 -0
  335. package/dist-es/commands/UpdateUserIdentityInfoCommand.js +10 -0
  336. package/dist-es/commands/UpdateUserPhoneConfigCommand.js +10 -0
  337. package/dist-es/commands/UpdateUserRoutingProfileCommand.js +10 -0
  338. package/dist-es/commands/UpdateUserSecurityProfilesCommand.js +10 -0
  339. package/dist-es/commands/index.js +7 -0
  340. package/dist-es/endpoint/EndpointParameters.js +8 -0
  341. package/dist-es/endpoint/endpointResolver.js +8 -0
  342. package/dist-es/endpoint/ruleset.js +315 -0
  343. package/dist-es/models/models_0.js +55 -39
  344. package/dist-es/models/models_1.js +62 -0
  345. package/dist-es/pagination/ListTrafficDistributionGroupsPaginator.js +32 -0
  346. package/dist-es/pagination/index.js +1 -0
  347. package/dist-es/protocols/Aws_restJson1.js +571 -1
  348. package/dist-es/runtimeConfig.shared.js +2 -2
  349. package/dist-types/Connect.d.ts +234 -65
  350. package/dist-types/ConnectClient.d.ts +26 -20
  351. package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +2 -0
  352. package/dist-types/commands/AssociateBotCommand.d.ts +4 -1
  353. package/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +2 -0
  354. package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +2 -0
  355. package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +4 -1
  356. package/dist-types/commands/AssociateLexBotCommand.d.ts +2 -0
  357. package/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +13 -0
  358. package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +2 -0
  359. package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +2 -0
  360. package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +2 -0
  361. package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +9 -1
  362. package/dist-types/commands/CreateAgentStatusCommand.d.ts +2 -0
  363. package/dist-types/commands/CreateContactFlowCommand.d.ts +2 -0
  364. package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +2 -0
  365. package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +2 -0
  366. package/dist-types/commands/CreateInstanceCommand.d.ts +5 -3
  367. package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +4 -1
  368. package/dist-types/commands/CreateQueueCommand.d.ts +13 -0
  369. package/dist-types/commands/CreateQuickConnectCommand.d.ts +2 -0
  370. package/dist-types/commands/CreateRoutingProfileCommand.d.ts +2 -0
  371. package/dist-types/commands/CreateSecurityProfileCommand.d.ts +2 -0
  372. package/dist-types/commands/CreateTaskTemplateCommand.d.ts +2 -0
  373. package/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +40 -0
  374. package/dist-types/commands/CreateUseCaseCommand.d.ts +2 -0
  375. package/dist-types/commands/CreateUserCommand.d.ts +5 -2
  376. package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +2 -0
  377. package/dist-types/commands/CreateVocabularyCommand.d.ts +4 -2
  378. package/dist-types/commands/DeleteContactFlowCommand.d.ts +2 -0
  379. package/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +2 -0
  380. package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +2 -0
  381. package/dist-types/commands/DeleteInstanceCommand.d.ts +2 -0
  382. package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +4 -2
  383. package/dist-types/commands/DeleteQuickConnectCommand.d.ts +2 -0
  384. package/dist-types/commands/DeleteSecurityProfileCommand.d.ts +2 -0
  385. package/dist-types/commands/DeleteTaskTemplateCommand.d.ts +2 -0
  386. package/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +41 -0
  387. package/dist-types/commands/DeleteUseCaseCommand.d.ts +2 -0
  388. package/dist-types/commands/DeleteUserCommand.d.ts +4 -1
  389. package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +2 -0
  390. package/dist-types/commands/DeleteVocabularyCommand.d.ts +2 -0
  391. package/dist-types/commands/DescribeAgentStatusCommand.d.ts +2 -0
  392. package/dist-types/commands/DescribeContactCommand.d.ts +2 -0
  393. package/dist-types/commands/DescribeContactFlowCommand.d.ts +2 -0
  394. package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +2 -0
  395. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +2 -0
  396. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +2 -0
  397. package/dist-types/commands/DescribeInstanceCommand.d.ts +2 -0
  398. package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +2 -0
  399. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +14 -1
  400. package/dist-types/commands/DescribeQueueCommand.d.ts +2 -0
  401. package/dist-types/commands/DescribeQuickConnectCommand.d.ts +2 -0
  402. package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +2 -0
  403. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +2 -0
  404. package/dist-types/commands/DescribeTrafficDistributionGroupCommand.d.ts +37 -0
  405. package/dist-types/commands/DescribeUserCommand.d.ts +2 -0
  406. package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +2 -0
  407. package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +2 -0
  408. package/dist-types/commands/DescribeVocabularyCommand.d.ts +2 -0
  409. package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +2 -0
  410. package/dist-types/commands/DisassociateBotCommand.d.ts +2 -0
  411. package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +2 -0
  412. package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +2 -0
  413. package/dist-types/commands/DisassociateLexBotCommand.d.ts +2 -0
  414. package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +13 -2
  415. package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +2 -0
  416. package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +2 -0
  417. package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +2 -0
  418. package/dist-types/commands/GetContactAttributesCommand.d.ts +2 -0
  419. package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +2 -0
  420. package/dist-types/commands/GetCurrentUserDataCommand.d.ts +2 -0
  421. package/dist-types/commands/GetFederationTokenCommand.d.ts +3 -1
  422. package/dist-types/commands/GetMetricDataCommand.d.ts +2 -0
  423. package/dist-types/commands/GetTaskTemplateCommand.d.ts +4 -1
  424. package/dist-types/commands/GetTrafficDistributionCommand.d.ts +37 -0
  425. package/dist-types/commands/ListAgentStatusesCommand.d.ts +2 -0
  426. package/dist-types/commands/ListApprovedOriginsCommand.d.ts +2 -0
  427. package/dist-types/commands/ListBotsCommand.d.ts +2 -0
  428. package/dist-types/commands/ListContactFlowModulesCommand.d.ts +4 -1
  429. package/dist-types/commands/ListContactFlowsCommand.d.ts +4 -2
  430. package/dist-types/commands/ListContactReferencesCommand.d.ts +2 -0
  431. package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +2 -0
  432. package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +4 -1
  433. package/dist-types/commands/ListInstanceAttributesCommand.d.ts +2 -0
  434. package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +2 -0
  435. package/dist-types/commands/ListInstancesCommand.d.ts +2 -0
  436. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +2 -0
  437. package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +2 -0
  438. package/dist-types/commands/ListLexBotsCommand.d.ts +4 -1
  439. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +12 -2
  440. package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +8 -3
  441. package/dist-types/commands/ListPromptsCommand.d.ts +3 -1
  442. package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +3 -1
  443. package/dist-types/commands/ListQueuesCommand.d.ts +2 -0
  444. package/dist-types/commands/ListQuickConnectsCommand.d.ts +4 -1
  445. package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +2 -0
  446. package/dist-types/commands/ListRoutingProfilesCommand.d.ts +2 -0
  447. package/dist-types/commands/ListSecurityKeysCommand.d.ts +2 -0
  448. package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +2 -0
  449. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +4 -3
  450. package/dist-types/commands/ListTagsForResourceCommand.d.ts +5 -2
  451. package/dist-types/commands/ListTaskTemplatesCommand.d.ts +2 -0
  452. package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +37 -0
  453. package/dist-types/commands/ListUseCasesCommand.d.ts +2 -0
  454. package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +3 -1
  455. package/dist-types/commands/ListUsersCommand.d.ts +4 -1
  456. package/dist-types/commands/PutUserStatusCommand.d.ts +4 -2
  457. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +10 -1
  458. package/dist-types/commands/ReplicateInstanceCommand.d.ts +40 -0
  459. package/dist-types/commands/ResumeContactRecordingCommand.d.ts +2 -0
  460. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +5 -1
  461. package/dist-types/commands/SearchQueuesCommand.d.ts +2 -0
  462. package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +2 -0
  463. package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +4 -1
  464. package/dist-types/commands/SearchUsersCommand.d.ts +7 -0
  465. package/dist-types/commands/SearchVocabulariesCommand.d.ts +4 -2
  466. package/dist-types/commands/StartChatContactCommand.d.ts +4 -2
  467. package/dist-types/commands/StartContactRecordingCommand.d.ts +2 -0
  468. package/dist-types/commands/StartContactStreamingCommand.d.ts +2 -0
  469. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +4 -1
  470. package/dist-types/commands/StartTaskContactCommand.d.ts +2 -0
  471. package/dist-types/commands/StopContactCommand.d.ts +2 -0
  472. package/dist-types/commands/StopContactRecordingCommand.d.ts +2 -0
  473. package/dist-types/commands/StopContactStreamingCommand.d.ts +2 -0
  474. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +2 -0
  475. package/dist-types/commands/TagResourceCommand.d.ts +5 -2
  476. package/dist-types/commands/TransferContactCommand.d.ts +2 -0
  477. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  478. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +2 -0
  479. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +8 -5
  480. package/dist-types/commands/UpdateContactCommand.d.ts +2 -0
  481. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +2 -0
  482. package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +2 -0
  483. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +2 -0
  484. package/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +2 -0
  485. package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +2 -0
  486. package/dist-types/commands/UpdateContactScheduleCommand.d.ts +2 -0
  487. package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +2 -0
  488. package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +2 -0
  489. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +2 -0
  490. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +9 -2
  491. package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +2 -0
  492. package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +2 -0
  493. package/dist-types/commands/UpdateQueueNameCommand.d.ts +2 -0
  494. package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +13 -0
  495. package/dist-types/commands/UpdateQueueStatusCommand.d.ts +2 -0
  496. package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +2 -0
  497. package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +2 -0
  498. package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +2 -0
  499. package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +2 -0
  500. package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +2 -0
  501. package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +2 -0
  502. package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +2 -0
  503. package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +4 -2
  504. package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +41 -0
  505. package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +2 -0
  506. package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +2 -0
  507. package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +2 -0
  508. package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +4 -1
  509. package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +2 -0
  510. package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +2 -0
  511. package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +2 -0
  512. package/dist-types/commands/index.d.ts +7 -0
  513. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  514. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  515. package/dist-types/endpoint/ruleset.d.ts +2 -0
  516. package/dist-types/models/models_0.d.ts +336 -314
  517. package/dist-types/models/models_1.d.ts +522 -50
  518. package/dist-types/pagination/ListTrafficDistributionGroupsPaginator.d.ts +4 -0
  519. package/dist-types/pagination/index.d.ts +1 -0
  520. package/dist-types/protocols/Aws_restJson1.d.ts +21 -0
  521. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  522. package/dist-types/runtimeConfig.d.ts +4 -2
  523. package/dist-types/runtimeConfig.native.d.ts +4 -2
  524. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  525. package/dist-types/ts3.4/Connect.d.ts +119 -0
  526. package/dist-types/ts3.4/ConnectClient.d.ts +57 -8
  527. package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +2 -0
  528. package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +2 -0
  529. package/dist-types/ts3.4/commands/AssociateDefaultVocabularyCommand.d.ts +2 -0
  530. package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +2 -0
  531. package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +2 -0
  532. package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +2 -0
  533. package/dist-types/ts3.4/commands/AssociatePhoneNumberContactFlowCommand.d.ts +2 -0
  534. package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +2 -0
  535. package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +2 -0
  536. package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +2 -0
  537. package/dist-types/ts3.4/commands/ClaimPhoneNumberCommand.d.ts +2 -0
  538. package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +2 -0
  539. package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +2 -0
  540. package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +2 -0
  541. package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +2 -0
  542. package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +2 -0
  543. package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +2 -0
  544. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +2 -0
  545. package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +2 -0
  546. package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +2 -0
  547. package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +2 -0
  548. package/dist-types/ts3.4/commands/CreateTaskTemplateCommand.d.ts +2 -0
  549. package/dist-types/ts3.4/commands/CreateTrafficDistributionGroupCommand.d.ts +41 -0
  550. package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +2 -0
  551. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +2 -0
  552. package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +2 -0
  553. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +2 -0
  554. package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +2 -0
  555. package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +2 -0
  556. package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +2 -0
  557. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +2 -0
  558. package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +2 -0
  559. package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +2 -0
  560. package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +2 -0
  561. package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +2 -0
  562. package/dist-types/ts3.4/commands/DeleteTrafficDistributionGroupCommand.d.ts +41 -0
  563. package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +2 -0
  564. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -0
  565. package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +2 -0
  566. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +2 -0
  567. package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +2 -0
  568. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +2 -0
  569. package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +2 -0
  570. package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +2 -0
  571. package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +2 -0
  572. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +2 -0
  573. package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +2 -0
  574. package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +2 -0
  575. package/dist-types/ts3.4/commands/DescribePhoneNumberCommand.d.ts +2 -0
  576. package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +2 -0
  577. package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +2 -0
  578. package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +2 -0
  579. package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +2 -0
  580. package/dist-types/ts3.4/commands/DescribeTrafficDistributionGroupCommand.d.ts +41 -0
  581. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +2 -0
  582. package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +2 -0
  583. package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +2 -0
  584. package/dist-types/ts3.4/commands/DescribeVocabularyCommand.d.ts +2 -0
  585. package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +2 -0
  586. package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +2 -0
  587. package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +2 -0
  588. package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +2 -0
  589. package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +2 -0
  590. package/dist-types/ts3.4/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +2 -0
  591. package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +2 -0
  592. package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +2 -0
  593. package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +2 -0
  594. package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +2 -0
  595. package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +2 -0
  596. package/dist-types/ts3.4/commands/GetCurrentUserDataCommand.d.ts +2 -0
  597. package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +2 -0
  598. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +2 -0
  599. package/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +2 -0
  600. package/dist-types/ts3.4/commands/GetTrafficDistributionCommand.d.ts +41 -0
  601. package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +2 -0
  602. package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +2 -0
  603. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +2 -0
  604. package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +2 -0
  605. package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +2 -0
  606. package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +2 -0
  607. package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +2 -0
  608. package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +2 -0
  609. package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +2 -0
  610. package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +2 -0
  611. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +2 -0
  612. package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +2 -0
  613. package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +2 -0
  614. package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +4 -1
  615. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +3 -1
  616. package/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +3 -1
  617. package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +3 -1
  618. package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +3 -1
  619. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +2 -0
  620. package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +2 -0
  621. package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +2 -0
  622. package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +2 -0
  623. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +2 -0
  624. package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +2 -0
  625. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +2 -0
  626. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  627. package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +2 -0
  628. package/dist-types/ts3.4/commands/ListTrafficDistributionGroupsCommand.d.ts +41 -0
  629. package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +2 -0
  630. package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +2 -0
  631. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +2 -0
  632. package/dist-types/ts3.4/commands/PutUserStatusCommand.d.ts +2 -0
  633. package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +2 -0
  634. package/dist-types/ts3.4/commands/ReplicateInstanceCommand.d.ts +38 -0
  635. package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +2 -0
  636. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +2 -0
  637. package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +2 -0
  638. package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +2 -0
  639. package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +2 -0
  640. package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +2 -0
  641. package/dist-types/ts3.4/commands/SearchVocabulariesCommand.d.ts +2 -0
  642. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +2 -0
  643. package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +2 -0
  644. package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +2 -0
  645. package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +2 -0
  646. package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +2 -0
  647. package/dist-types/ts3.4/commands/StopContactCommand.d.ts +2 -0
  648. package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +2 -0
  649. package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +2 -0
  650. package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +2 -0
  651. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  652. package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +2 -0
  653. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  654. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +2 -0
  655. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +2 -0
  656. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +2 -0
  657. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +2 -0
  658. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +2 -0
  659. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +2 -0
  660. package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +2 -0
  661. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +2 -0
  662. package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +2 -0
  663. package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +2 -0
  664. package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +2 -0
  665. package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +2 -0
  666. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +2 -0
  667. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +2 -0
  668. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +2 -0
  669. package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +2 -0
  670. package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +2 -0
  671. package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +2 -0
  672. package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +2 -0
  673. package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +2 -0
  674. package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +2 -0
  675. package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +2 -0
  676. package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +2 -0
  677. package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +2 -0
  678. package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +2 -0
  679. package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +2 -0
  680. package/dist-types/ts3.4/commands/UpdateTrafficDistributionCommand.d.ts +41 -0
  681. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +2 -0
  682. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +2 -0
  683. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +2 -0
  684. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +2 -0
  685. package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +2 -0
  686. package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +2 -0
  687. package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +2 -0
  688. package/dist-types/ts3.4/commands/index.d.ts +7 -0
  689. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  690. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  691. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  692. package/dist-types/ts3.4/models/models_0.d.ts +92 -111
  693. package/dist-types/ts3.4/models/models_1.d.ts +166 -1
  694. package/dist-types/ts3.4/pagination/ListTrafficDistributionGroupsPaginator.d.ts +11 -0
  695. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  696. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +84 -0
  697. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  698. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  699. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  700. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  701. package/package.json +4 -3
  702. package/dist-cjs/endpoints.js +0 -132
  703. package/dist-es/endpoints.js +0 -128
  704. package/dist-types/endpoints.d.ts +0 -2
  705. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -21,6 +21,7 @@ import { CreateQuickConnectCommandInput, CreateQuickConnectCommandOutput } from
21
21
  import { CreateRoutingProfileCommandInput, CreateRoutingProfileCommandOutput } from "./commands/CreateRoutingProfileCommand";
22
22
  import { CreateSecurityProfileCommandInput, CreateSecurityProfileCommandOutput } from "./commands/CreateSecurityProfileCommand";
23
23
  import { CreateTaskTemplateCommandInput, CreateTaskTemplateCommandOutput } from "./commands/CreateTaskTemplateCommand";
24
+ import { CreateTrafficDistributionGroupCommandInput, CreateTrafficDistributionGroupCommandOutput } from "./commands/CreateTrafficDistributionGroupCommand";
24
25
  import { CreateUseCaseCommandInput, CreateUseCaseCommandOutput } from "./commands/CreateUseCaseCommand";
25
26
  import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
26
27
  import { CreateUserHierarchyGroupCommandInput, CreateUserHierarchyGroupCommandOutput } from "./commands/CreateUserHierarchyGroupCommand";
@@ -33,6 +34,7 @@ import { DeleteIntegrationAssociationCommandInput, DeleteIntegrationAssociationC
33
34
  import { DeleteQuickConnectCommandInput, DeleteQuickConnectCommandOutput } from "./commands/DeleteQuickConnectCommand";
34
35
  import { DeleteSecurityProfileCommandInput, DeleteSecurityProfileCommandOutput } from "./commands/DeleteSecurityProfileCommand";
35
36
  import { DeleteTaskTemplateCommandInput, DeleteTaskTemplateCommandOutput } from "./commands/DeleteTaskTemplateCommand";
37
+ import { DeleteTrafficDistributionGroupCommandInput, DeleteTrafficDistributionGroupCommandOutput } from "./commands/DeleteTrafficDistributionGroupCommand";
36
38
  import { DeleteUseCaseCommandInput, DeleteUseCaseCommandOutput } from "./commands/DeleteUseCaseCommand";
37
39
  import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
38
40
  import { DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOutput } from "./commands/DeleteUserHierarchyGroupCommand";
@@ -50,6 +52,7 @@ import { DescribeQueueCommandInput, DescribeQueueCommandOutput } from "./command
50
52
  import { DescribeQuickConnectCommandInput, DescribeQuickConnectCommandOutput } from "./commands/DescribeQuickConnectCommand";
51
53
  import { DescribeRoutingProfileCommandInput, DescribeRoutingProfileCommandOutput } from "./commands/DescribeRoutingProfileCommand";
52
54
  import { DescribeSecurityProfileCommandInput, DescribeSecurityProfileCommandOutput } from "./commands/DescribeSecurityProfileCommand";
55
+ import { DescribeTrafficDistributionGroupCommandInput, DescribeTrafficDistributionGroupCommandOutput } from "./commands/DescribeTrafficDistributionGroupCommand";
53
56
  import { DescribeUserCommandInput, DescribeUserCommandOutput } from "./commands/DescribeUserCommand";
54
57
  import { DescribeUserHierarchyGroupCommandInput, DescribeUserHierarchyGroupCommandOutput } from "./commands/DescribeUserHierarchyGroupCommand";
55
58
  import { DescribeUserHierarchyStructureCommandInput, DescribeUserHierarchyStructureCommandOutput } from "./commands/DescribeUserHierarchyStructureCommand";
@@ -69,6 +72,7 @@ import { GetCurrentUserDataCommandInput, GetCurrentUserDataCommandOutput } from
69
72
  import { GetFederationTokenCommandInput, GetFederationTokenCommandOutput } from "./commands/GetFederationTokenCommand";
70
73
  import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "./commands/GetMetricDataCommand";
71
74
  import { GetTaskTemplateCommandInput, GetTaskTemplateCommandOutput } from "./commands/GetTaskTemplateCommand";
75
+ import { GetTrafficDistributionCommandInput, GetTrafficDistributionCommandOutput } from "./commands/GetTrafficDistributionCommand";
72
76
  import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "./commands/ListAgentStatusesCommand";
73
77
  import { ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput } from "./commands/ListApprovedOriginsCommand";
74
78
  import { ListBotsCommandInput, ListBotsCommandOutput } from "./commands/ListBotsCommand";
@@ -96,11 +100,13 @@ import { ListSecurityProfilePermissionsCommandInput, ListSecurityProfilePermissi
96
100
  import { ListSecurityProfilesCommandInput, ListSecurityProfilesCommandOutput } from "./commands/ListSecurityProfilesCommand";
97
101
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
98
102
  import { ListTaskTemplatesCommandInput, ListTaskTemplatesCommandOutput } from "./commands/ListTaskTemplatesCommand";
103
+ import { ListTrafficDistributionGroupsCommandInput, ListTrafficDistributionGroupsCommandOutput } from "./commands/ListTrafficDistributionGroupsCommand";
99
104
  import { ListUseCasesCommandInput, ListUseCasesCommandOutput } from "./commands/ListUseCasesCommand";
100
105
  import { ListUserHierarchyGroupsCommandInput, ListUserHierarchyGroupsCommandOutput } from "./commands/ListUserHierarchyGroupsCommand";
101
106
  import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
102
107
  import { PutUserStatusCommandInput, PutUserStatusCommandOutput } from "./commands/PutUserStatusCommand";
103
108
  import { ReleasePhoneNumberCommandInput, ReleasePhoneNumberCommandOutput } from "./commands/ReleasePhoneNumberCommand";
109
+ import { ReplicateInstanceCommandInput, ReplicateInstanceCommandOutput } from "./commands/ReplicateInstanceCommand";
104
110
  import { ResumeContactRecordingCommandInput, ResumeContactRecordingCommandOutput } from "./commands/ResumeContactRecordingCommand";
105
111
  import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "./commands/SearchAvailablePhoneNumbersCommand";
106
112
  import { SearchQueuesCommandInput, SearchQueuesCommandOutput } from "./commands/SearchQueuesCommand";
@@ -146,6 +152,7 @@ import { UpdateRoutingProfileNameCommandInput, UpdateRoutingProfileNameCommandOu
146
152
  import { UpdateRoutingProfileQueuesCommandInput, UpdateRoutingProfileQueuesCommandOutput } from "./commands/UpdateRoutingProfileQueuesCommand";
147
153
  import { UpdateSecurityProfileCommandInput, UpdateSecurityProfileCommandOutput } from "./commands/UpdateSecurityProfileCommand";
148
154
  import { UpdateTaskTemplateCommandInput, UpdateTaskTemplateCommandOutput } from "./commands/UpdateTaskTemplateCommand";
155
+ import { UpdateTrafficDistributionCommandInput, UpdateTrafficDistributionCommandOutput } from "./commands/UpdateTrafficDistributionCommand";
149
156
  import { UpdateUserHierarchyCommandInput, UpdateUserHierarchyCommandOutput } from "./commands/UpdateUserHierarchyCommand";
150
157
  import { UpdateUserHierarchyGroupNameCommandInput, UpdateUserHierarchyGroupNameCommandOutput } from "./commands/UpdateUserHierarchyGroupNameCommand";
151
158
  import { UpdateUserHierarchyStructureCommandInput, UpdateUserHierarchyStructureCommandOutput } from "./commands/UpdateUserHierarchyStructureCommand";
@@ -155,18 +162,20 @@ import { UpdateUserRoutingProfileCommandInput, UpdateUserRoutingProfileCommandOu
155
162
  import { UpdateUserSecurityProfilesCommandInput, UpdateUserSecurityProfilesCommandOutput } from "./commands/UpdateUserSecurityProfilesCommand";
156
163
  import { ConnectClient } from "./ConnectClient";
157
164
  /**
158
- * <p>Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer
159
- * contact center and provide reliable customer engagement at any scale.</p>
160
- * <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize contact routing.
161
- * You can also resolve customer issues more efficiently by getting customers in touch with the
162
- * appropriate agents.</p>
163
- * <p>There are limits to the number of Amazon Connect resources that you can create. There are also limits
164
- * 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
165
- * Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
165
+ * <p>Amazon Connect is a cloud-based contact center solution that you use to set up and
166
+ * manage a customer contact center and provide reliable customer engagement at any scale.</p>
167
+ * <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize
168
+ * contact routing. You can also resolve customer issues more efficiently by getting customers in
169
+ * touch with the appropriate agents.</p>
170
+ * <p>There are limits to the number of Amazon Connect resources that you can create. There
171
+ * are also limits to the number of requests that you can make per second. For more information, see
172
+ * <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
173
+ * Guide</i>.</p>
166
174
  * <p>You can connect programmatically to an Amazon Web Services service by using an endpoint. For
167
175
  * 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>
168
176
  * <note>
169
- * <p>Working with flows? Check out the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect Flow language</a>.</p>
177
+ * <p>Working with flows? Check out the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect Flow
178
+ * language</a>.</p>
170
179
  * </note>
171
180
  */
172
181
  export declare class Connect extends ConnectClient {
@@ -179,7 +188,8 @@ export declare class Connect extends ConnectClient {
179
188
  associateApprovedOrigin(args: AssociateApprovedOriginCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateApprovedOriginCommandOutput) => void): void;
180
189
  /**
181
190
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
182
- * <p>Allows the specified Amazon Connect instance to access the specified Amazon Lex or Amazon Lex V2 bot.</p>
191
+ * <p>Allows the specified Amazon Connect instance to access the specified Amazon Lex or Amazon Lex V2
192
+ * bot.</p>
183
193
  */
184
194
  associateBot(args: AssociateBotCommandInput, options?: __HttpHandlerOptions): Promise<AssociateBotCommandOutput>;
185
195
  associateBot(args: AssociateBotCommandInput, cb: (err: any, data?: AssociateBotCommandOutput) => void): void;
@@ -205,7 +215,8 @@ export declare class Connect extends ConnectClient {
205
215
  associateInstanceStorageConfig(args: AssociateInstanceStorageConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateInstanceStorageConfigCommandOutput) => void): void;
206
216
  /**
207
217
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
208
- * <p>Allows the specified Amazon Connect instance to access the specified Lambda function.</p>
218
+ * <p>Allows the specified Amazon Connect instance to access the specified Lambda
219
+ * function.</p>
209
220
  */
210
221
  associateLambdaFunction(args: AssociateLambdaFunctionCommandInput, options?: __HttpHandlerOptions): Promise<AssociateLambdaFunctionCommandOutput>;
211
222
  associateLambdaFunction(args: AssociateLambdaFunctionCommandInput, cb: (err: any, data?: AssociateLambdaFunctionCommandOutput) => void): void;
@@ -219,6 +230,17 @@ export declare class Connect extends ConnectClient {
219
230
  associateLexBot(args: AssociateLexBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateLexBotCommandOutput) => void): void;
220
231
  /**
221
232
  * <p>Associates a flow with a phone number claimed to your Amazon Connect instance.</p>
233
+ * <important>
234
+ * <p>If the number is claimed to a traffic distribution group, and you are calling this API using an instance in the
235
+ * Amazon Web Services Region where the traffic distribution group was created, you can use either a full phone number
236
+ * ARN or UUID value for the <code>PhoneNumberId</code> URI request parameter. However, if the
237
+ * number is claimed to a traffic distribution group and you are calling this API using an instance in the alternate
238
+ * Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN.
239
+ * If a UUID is provided
240
+ * in
241
+ * this scenario, you will receive a
242
+ * <code>ResourceNotFoundException</code>.</p>
243
+ * </important>
222
244
  */
223
245
  associatePhoneNumberContactFlow(args: AssociatePhoneNumberContactFlowCommandInput, options?: __HttpHandlerOptions): Promise<AssociatePhoneNumberContactFlowCommandOutput>;
224
246
  associatePhoneNumberContactFlow(args: AssociatePhoneNumberContactFlowCommandInput, cb: (err: any, data?: AssociatePhoneNumberContactFlowCommandOutput) => void): void;
@@ -244,7 +266,13 @@ export declare class Connect extends ConnectClient {
244
266
  associateSecurityKey(args: AssociateSecurityKeyCommandInput, cb: (err: any, data?: AssociateSecurityKeyCommandOutput) => void): void;
245
267
  associateSecurityKey(args: AssociateSecurityKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateSecurityKeyCommandOutput) => void): void;
246
268
  /**
247
- * <p>Claims an available phone number to your Amazon Connect instance.</p>
269
+ * <p>Claims an available phone number to your Amazon Connect instance or traffic distribution
270
+ * group. You can call this API only in the same Amazon Web Services Region where the Amazon Connect instance or traffic distribution group was created.</p>
271
+ * <important>
272
+ * <p>You can call the <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribePhoneNumber.html">DescribePhoneNumber</a> API
273
+ * to verify the status of a previous <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_ClaimPhoneNumber.html">ClaimPhoneNumber</a>
274
+ * operation.</p>
275
+ * </important>
248
276
  */
249
277
  claimPhoneNumber(args: ClaimPhoneNumberCommandInput, options?: __HttpHandlerOptions): Promise<ClaimPhoneNumberCommandOutput>;
250
278
  claimPhoneNumber(args: ClaimPhoneNumberCommandInput, cb: (err: any, data?: ClaimPhoneNumberCommandOutput) => void): void;
@@ -279,9 +307,9 @@ export declare class Connect extends ConnectClient {
279
307
  createHoursOfOperation(args: CreateHoursOfOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHoursOfOperationCommandOutput) => void): void;
280
308
  /**
281
309
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
282
- * <p>Initiates an Amazon Connect instance with all the supported channels enabled. It does not attach any
283
- * storage, such as Amazon Simple Storage Service (Amazon S3) or Amazon Kinesis. It also does not
284
- * allow for any configurations on features, such as Contact Lens for Amazon Connect. </p>
310
+ * <p>Initiates an Amazon Connect instance with all the supported channels enabled. It does
311
+ * not attach any storage, such as Amazon Simple Storage Service (Amazon S3) or Amazon Kinesis. It
312
+ * also does not allow for any configurations on features, such as Contact Lens for Amazon Connect. </p>
285
313
  * <p>Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days.
286
314
  * If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances.
287
315
  * You must wait 30 days before you can restart creating and deleting instances in your account.</p>
@@ -290,7 +318,8 @@ export declare class Connect extends ConnectClient {
290
318
  createInstance(args: CreateInstanceCommandInput, cb: (err: any, data?: CreateInstanceCommandOutput) => void): void;
291
319
  createInstance(args: CreateInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInstanceCommandOutput) => void): void;
292
320
  /**
293
- * <p>Creates an Amazon Web Services resource association with an Amazon Connect instance.</p>
321
+ * <p>Creates an Amazon Web Services resource association with an Amazon Connect
322
+ * instance.</p>
294
323
  */
295
324
  createIntegrationAssociation(args: CreateIntegrationAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateIntegrationAssociationCommandOutput>;
296
325
  createIntegrationAssociation(args: CreateIntegrationAssociationCommandInput, cb: (err: any, data?: CreateIntegrationAssociationCommandOutput) => void): void;
@@ -298,6 +327,17 @@ export declare class Connect extends ConnectClient {
298
327
  /**
299
328
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
300
329
  * <p>Creates a new queue for the specified Amazon Connect instance.</p>
330
+ * <important>
331
+ * <p>If the number being used in the input is claimed to a traffic distribution group, and you are calling this API
332
+ * using an instance in the Amazon Web Services Region where the traffic distribution group was created, you can use
333
+ * either a full phone number ARN or UUID value for the <code>OutboundCallerIdNumberId</code> value
334
+ * of the <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_OutboundCallerConfig">OutboundCallerConfig</a> request body parameter. However, if the number is claimed to a
335
+ * traffic distribution group and you are calling this API using an instance in the alternate Amazon Web Services Region
336
+ * associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided
337
+ * in
338
+ * this scenario, you will receive a
339
+ * <code>ResourceNotFoundException</code>.</p>
340
+ * </important>
301
341
  */
302
342
  createQueue(args: CreateQueueCommandInput, options?: __HttpHandlerOptions): Promise<CreateQueueCommandOutput>;
303
343
  createQueue(args: CreateQueueCommandInput, cb: (err: any, data?: CreateQueueCommandOutput) => void): void;
@@ -327,6 +367,15 @@ export declare class Connect extends ConnectClient {
327
367
  createTaskTemplate(args: CreateTaskTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateTaskTemplateCommandOutput>;
328
368
  createTaskTemplate(args: CreateTaskTemplateCommandInput, cb: (err: any, data?: CreateTaskTemplateCommandOutput) => void): void;
329
369
  createTaskTemplate(args: CreateTaskTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTaskTemplateCommandOutput) => void): void;
370
+ /**
371
+ * <p>Creates
372
+ * a traffic distribution group given an Amazon Connect instance that has been replicated. </p>
373
+ * <p>For more information about creating traffic distribution groups, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/setup-traffic-distribution-groups.html">Set up traffic distribution groups</a> in
374
+ * the <i>Amazon Connect Administrator Guide</i>. </p>
375
+ */
376
+ createTrafficDistributionGroup(args: CreateTrafficDistributionGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateTrafficDistributionGroupCommandOutput>;
377
+ createTrafficDistributionGroup(args: CreateTrafficDistributionGroupCommandInput, cb: (err: any, data?: CreateTrafficDistributionGroupCommandOutput) => void): void;
378
+ createTrafficDistributionGroup(args: CreateTrafficDistributionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTrafficDistributionGroupCommandOutput) => void): void;
330
379
  /**
331
380
  * <p>Creates a use case for an integration association.</p>
332
381
  */
@@ -335,8 +384,9 @@ export declare class Connect extends ConnectClient {
335
384
  createUseCase(args: CreateUseCaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUseCaseCommandOutput) => void): void;
336
385
  /**
337
386
  * <p>Creates a user account for the specified Amazon Connect instance.</p>
338
- * <p>For information about how to create user accounts using the Amazon Connect console, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/user-management.html">Add Users</a> in
339
- * the <i>Amazon Connect Administrator Guide</i>.</p>
387
+ * <p>For information about how to create user accounts using the Amazon Connect console, see
388
+ * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/user-management.html">Add
389
+ * Users</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
340
390
  */
341
391
  createUser(args: CreateUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserCommandOutput>;
342
392
  createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
@@ -348,8 +398,8 @@ export declare class Connect extends ConnectClient {
348
398
  createUserHierarchyGroup(args: CreateUserHierarchyGroupCommandInput, cb: (err: any, data?: CreateUserHierarchyGroupCommandOutput) => void): void;
349
399
  createUserHierarchyGroup(args: CreateUserHierarchyGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserHierarchyGroupCommandOutput) => void): void;
350
400
  /**
351
- * <p>Creates a custom vocabulary associated with your Amazon Connect instance. You can set a custom
352
- * vocabulary to be your default vocabulary for a given language. Contact Lens for Amazon Connect uses the default
401
+ * <p>Creates a custom vocabulary associated with your Amazon Connect instance. You can set a
402
+ * custom vocabulary to be your default vocabulary for a given language. Contact Lens for Amazon Connect uses the default
353
403
  * vocabulary in post-call and real-time contact analysis sessions for that language.</p>
354
404
  */
355
405
  createVocabulary(args: CreateVocabularyCommandInput, options?: __HttpHandlerOptions): Promise<CreateVocabularyCommandOutput>;
@@ -385,8 +435,8 @@ export declare class Connect extends ConnectClient {
385
435
  deleteInstance(args: DeleteInstanceCommandInput, cb: (err: any, data?: DeleteInstanceCommandOutput) => void): void;
386
436
  deleteInstance(args: DeleteInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInstanceCommandOutput) => void): void;
387
437
  /**
388
- * <p>Deletes an Amazon Web Services resource association from an Amazon Connect instance. The association
389
- * must not have any use cases associated with it.</p>
438
+ * <p>Deletes an Amazon Web Services resource association from an Amazon Connect instance. The
439
+ * association must not have any use cases associated with it.</p>
390
440
  */
391
441
  deleteIntegrationAssociation(args: DeleteIntegrationAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIntegrationAssociationCommandOutput>;
392
442
  deleteIntegrationAssociation(args: DeleteIntegrationAssociationCommandInput, cb: (err: any, data?: DeleteIntegrationAssociationCommandOutput) => void): void;
@@ -410,6 +460,16 @@ export declare class Connect extends ConnectClient {
410
460
  deleteTaskTemplate(args: DeleteTaskTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTaskTemplateCommandOutput>;
411
461
  deleteTaskTemplate(args: DeleteTaskTemplateCommandInput, cb: (err: any, data?: DeleteTaskTemplateCommandOutput) => void): void;
412
462
  deleteTaskTemplate(args: DeleteTaskTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTaskTemplateCommandOutput) => void): void;
463
+ /**
464
+ * <p>Deletes a traffic distribution group. This API can be called only in the Region where the traffic distribution group is
465
+ * created.</p>
466
+ *
467
+ * <p>For more information about deleting traffic distribution groups, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/delete-traffic-distribution-groups.html">Delete traffic distribution groups</a> in
468
+ * the <i>Amazon Connect Administrator Guide</i>.</p>
469
+ */
470
+ deleteTrafficDistributionGroup(args: DeleteTrafficDistributionGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTrafficDistributionGroupCommandOutput>;
471
+ deleteTrafficDistributionGroup(args: DeleteTrafficDistributionGroupCommandInput, cb: (err: any, data?: DeleteTrafficDistributionGroupCommandOutput) => void): void;
472
+ deleteTrafficDistributionGroup(args: DeleteTrafficDistributionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTrafficDistributionGroupCommandOutput) => void): void;
413
473
  /**
414
474
  * <p>Deletes a use case from an integration association.</p>
415
475
  */
@@ -420,7 +480,8 @@ export declare class Connect extends ConnectClient {
420
480
  * <p>Deletes a user account from the specified Amazon Connect instance.</p>
421
481
  * <p>For information about what happens to a user's data when their account is deleted, see
422
482
  * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/delete-users.html">Delete Users from
423
- * Your Amazon Connect Instance</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
483
+ * Your Amazon Connect Instance</a> in the <i>Amazon Connect Administrator
484
+ * Guide</i>.</p>
424
485
  */
425
486
  deleteUser(args: DeleteUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserCommandOutput>;
426
487
  deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
@@ -506,7 +567,18 @@ export declare class Connect extends ConnectClient {
506
567
  describeInstanceStorageConfig(args: DescribeInstanceStorageConfigCommandInput, cb: (err: any, data?: DescribeInstanceStorageConfigCommandOutput) => void): void;
507
568
  describeInstanceStorageConfig(args: DescribeInstanceStorageConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceStorageConfigCommandOutput) => void): void;
508
569
  /**
509
- * <p>Gets details and status of a phone number that’s claimed to your Amazon Connect instance</p>
570
+ * <p>Gets details and status of a phone number that’s claimed to your Amazon Connect instance
571
+ * or traffic distribution group.</p>
572
+ * <important>
573
+ * <p>If the number is claimed to a traffic distribution group, and you are calling in the Amazon Web Services Region
574
+ * where the traffic distribution group was created, you can use either a phone number ARN or UUID value for the
575
+ * <code>PhoneNumberId</code> URI request parameter. However, if the number is claimed to a traffic distribution group
576
+ * and you are calling this API in the alternate Amazon Web Services Region associated with the
577
+ * traffic distribution group, you must provide a full phone number ARN. If a UUID is provided
578
+ * in
579
+ * this scenario, you will receive a
580
+ * <code>ResourceNotFoundException</code>.</p>
581
+ * </important>
510
582
  */
511
583
  describePhoneNumber(args: DescribePhoneNumberCommandInput, options?: __HttpHandlerOptions): Promise<DescribePhoneNumberCommandOutput>;
512
584
  describePhoneNumber(args: DescribePhoneNumberCommandInput, cb: (err: any, data?: DescribePhoneNumberCommandOutput) => void): void;
@@ -537,6 +609,12 @@ export declare class Connect extends ConnectClient {
537
609
  describeSecurityProfile(args: DescribeSecurityProfileCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSecurityProfileCommandOutput>;
538
610
  describeSecurityProfile(args: DescribeSecurityProfileCommandInput, cb: (err: any, data?: DescribeSecurityProfileCommandOutput) => void): void;
539
611
  describeSecurityProfile(args: DescribeSecurityProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSecurityProfileCommandOutput) => void): void;
612
+ /**
613
+ * <p>Gets details and status of a traffic distribution group.</p>
614
+ */
615
+ describeTrafficDistributionGroup(args: DescribeTrafficDistributionGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTrafficDistributionGroupCommandOutput>;
616
+ describeTrafficDistributionGroup(args: DescribeTrafficDistributionGroupCommandInput, cb: (err: any, data?: DescribeTrafficDistributionGroupCommandOutput) => void): void;
617
+ describeTrafficDistributionGroup(args: DescribeTrafficDistributionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrafficDistributionGroupCommandOutput) => void): void;
540
618
  /**
541
619
  * <p>Describes the specified user account. You can find the instance ID in the console (it’s the
542
620
  * final part of the ARN). The console does not display the user IDs. Instead, list the users and
@@ -602,8 +680,17 @@ export declare class Connect extends ConnectClient {
602
680
  disassociateLexBot(args: DisassociateLexBotCommandInput, cb: (err: any, data?: DisassociateLexBotCommandOutput) => void): void;
603
681
  disassociateLexBot(args: DisassociateLexBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateLexBotCommandOutput) => void): void;
604
682
  /**
605
- * <p>Removes the flow association from a phone number claimed to your Amazon Connect instance, if a flow
606
- * association exists.</p>
683
+ * <p>Removes the flow association from a phone number claimed to your Amazon Connect
684
+ * instance.</p>
685
+ * <important>
686
+ * <p>If the number is claimed to a traffic distribution group, and you are calling this API using an instance in the
687
+ * Amazon Web Services Region where the traffic distribution group was created, you can use either a full phone number
688
+ * ARN or UUID value for the <code>PhoneNumberId</code> URI request parameter. However, if the
689
+ * number is claimed to a traffic distribution group and you are calling this API using an instance in the alternate
690
+ * Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN.
691
+ * If a UUID is provided in this scenario, you will receive a
692
+ * <code>ResourceNotFoundException</code>.</p>
693
+ * </important>
607
694
  */
608
695
  disassociatePhoneNumberContactFlow(args: DisassociatePhoneNumberContactFlowCommandInput, options?: __HttpHandlerOptions): Promise<DisassociatePhoneNumberContactFlowCommandOutput>;
609
696
  disassociatePhoneNumberContactFlow(args: DisassociatePhoneNumberContactFlowCommandInput, cb: (err: any, data?: DisassociatePhoneNumberContactFlowCommandOutput) => void): void;
@@ -655,7 +742,7 @@ export declare class Connect extends ConnectClient {
655
742
  * credentials, an error message similar to the following one appears: </p>
656
743
  * <p>
657
744
  * <code>Provided identity: Principal: .... User: .... cannot be used for federation with
658
- * Amazon Connect</code>
745
+ * Amazon Connect</code>
659
746
  * </p>
660
747
  * </note>
661
748
  */
@@ -672,11 +759,18 @@ export declare class Connect extends ConnectClient {
672
759
  getMetricData(args: GetMetricDataCommandInput, cb: (err: any, data?: GetMetricDataCommandOutput) => void): void;
673
760
  getMetricData(args: GetMetricDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMetricDataCommandOutput) => void): void;
674
761
  /**
675
- * <p>Gets details about a specific task template in the specified Amazon Connect instance.</p>
762
+ * <p>Gets details about a specific task template in the specified Amazon Connect
763
+ * instance.</p>
676
764
  */
677
765
  getTaskTemplate(args: GetTaskTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetTaskTemplateCommandOutput>;
678
766
  getTaskTemplate(args: GetTaskTemplateCommandInput, cb: (err: any, data?: GetTaskTemplateCommandOutput) => void): void;
679
767
  getTaskTemplate(args: GetTaskTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTaskTemplateCommandOutput) => void): void;
768
+ /**
769
+ * <p>Retrieves the current traffic distribution for a given traffic distribution group.</p>
770
+ */
771
+ getTrafficDistribution(args: GetTrafficDistributionCommandInput, options?: __HttpHandlerOptions): Promise<GetTrafficDistributionCommandOutput>;
772
+ getTrafficDistribution(args: GetTrafficDistributionCommandInput, cb: (err: any, data?: GetTrafficDistributionCommandOutput) => void): void;
773
+ getTrafficDistribution(args: GetTrafficDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTrafficDistributionCommandOutput) => void): void;
680
774
  /**
681
775
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
682
776
  * <p>Lists agent statuses.</p>
@@ -701,7 +795,8 @@ export declare class Connect extends ConnectClient {
701
795
  listBots(args: ListBotsCommandInput, cb: (err: any, data?: ListBotsCommandOutput) => void): void;
702
796
  listBots(args: ListBotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBotsCommandOutput) => void): void;
703
797
  /**
704
- * <p>Provides information about the flow modules for the specified Amazon Connect instance.</p>
798
+ * <p>Provides information about the flow modules for the specified Amazon Connect
799
+ * instance.</p>
705
800
  */
706
801
  listContactFlowModules(args: ListContactFlowModulesCommandInput, options?: __HttpHandlerOptions): Promise<ListContactFlowModulesCommandOutput>;
707
802
  listContactFlowModules(args: ListContactFlowModulesCommandInput, cb: (err: any, data?: ListContactFlowModulesCommandOutput) => void): void;
@@ -710,8 +805,8 @@ export declare class Connect extends ConnectClient {
710
805
  * <p>Provides information about the flows for the specified Amazon Connect instance.</p>
711
806
  * <p>You can also create and update flows using the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect
712
807
  * Flow language</a>.</p>
713
- * <p>For more information about flows, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/concepts-contact-flows.html">Flows</a> in the <i>Amazon Connect
714
- * Administrator Guide</i>.</p>
808
+ * <p>For more information about flows, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/concepts-contact-flows.html">Flows</a> in the
809
+ * <i>Amazon Connect Administrator Guide</i>.</p>
715
810
  */
716
811
  listContactFlows(args: ListContactFlowsCommandInput, options?: __HttpHandlerOptions): Promise<ListContactFlowsCommandOutput>;
717
812
  listContactFlows(args: ListContactFlowsCommandInput, cb: (err: any, data?: ListContactFlowsCommandOutput) => void): void;
@@ -731,7 +826,8 @@ export declare class Connect extends ConnectClient {
731
826
  listDefaultVocabularies(args: ListDefaultVocabulariesCommandInput, cb: (err: any, data?: ListDefaultVocabulariesCommandOutput) => void): void;
732
827
  listDefaultVocabularies(args: ListDefaultVocabulariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDefaultVocabulariesCommandOutput) => void): void;
733
828
  /**
734
- * <p>Provides information about the hours of operation for the specified Amazon Connect instance.</p>
829
+ * <p>Provides information about the hours of operation for the specified Amazon Connect
830
+ * instance.</p>
735
831
  * <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
736
832
  * Queue</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
737
833
  */
@@ -790,15 +886,26 @@ export declare class Connect extends ConnectClient {
790
886
  /**
791
887
  * <p>Provides information about the phone numbers for the specified Amazon Connect instance. </p>
792
888
  * <p>For more information about phone numbers, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/contact-center-phone-number.html">Set Up Phone Numbers for Your
793
- * Contact Center</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
889
+ * Contact Center</a> in the <i>Amazon Connect Administrator
890
+ * Guide</i>.</p>
891
+ *
892
+ * <important>
893
+ * <p>The phone number <code>Arn</code> value that is returned from each of the items in the
894
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPhoneNumbers.html#connect-ListPhoneNumbers-response-PhoneNumberSummaryList">PhoneNumberSummaryList</a> cannot be used to tag phone number resources. It will fail with
895
+ * a <code>ResourceNotFoundException</code>. Instead, use the <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_ListPhoneNumbersV2.html">ListPhoneNumbersV2</a> API.
896
+ * It returns the new phone number ARN that can be used to tag phone number resources.</p>
897
+ * </important>
794
898
  */
795
899
  listPhoneNumbers(args: ListPhoneNumbersCommandInput, options?: __HttpHandlerOptions): Promise<ListPhoneNumbersCommandOutput>;
796
900
  listPhoneNumbers(args: ListPhoneNumbersCommandInput, cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void): void;
797
901
  listPhoneNumbers(args: ListPhoneNumbersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void): void;
798
902
  /**
799
- * <p>Lists phone numbers claimed to your Amazon Connect instance. </p>
903
+ * <p>Lists phone numbers claimed to your Amazon Connect instance or traffic distribution group. If the provided
904
+ * <code>TargetArn</code> is a traffic distribution group, you can call this API in both Amazon Web Services Regions
905
+ * associated with traffic distribution group.</p>
800
906
  * <p>For more information about phone numbers, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/contact-center-phone-number.html">Set Up Phone Numbers for Your
801
- * Contact Center</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
907
+ * Contact Center</a> in the <i>Amazon Connect Administrator
908
+ * Guide</i>.</p>
802
909
  */
803
910
  listPhoneNumbersV2(args: ListPhoneNumbersV2CommandInput, options?: __HttpHandlerOptions): Promise<ListPhoneNumbersV2CommandOutput>;
804
911
  listPhoneNumbersV2(args: ListPhoneNumbersV2CommandInput, cb: (err: any, data?: ListPhoneNumbersV2CommandOutput) => void): void;
@@ -829,7 +936,8 @@ export declare class Connect extends ConnectClient {
829
936
  listQueues(args: ListQueuesCommandInput, cb: (err: any, data?: ListQueuesCommandOutput) => void): void;
830
937
  listQueues(args: ListQueuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQueuesCommandOutput) => void): void;
831
938
  /**
832
- * <p>Provides information about the quick connects for the specified Amazon Connect instance. </p>
939
+ * <p>Provides information about the quick connects for the specified Amazon Connect instance.
940
+ * </p>
833
941
  */
834
942
  listQuickConnects(args: ListQuickConnectsCommandInput, options?: __HttpHandlerOptions): Promise<ListQuickConnectsCommandOutput>;
835
943
  listQuickConnects(args: ListQuickConnectsCommandInput, cb: (err: any, data?: ListQuickConnectsCommandOutput) => void): void;
@@ -864,18 +972,18 @@ export declare class Connect extends ConnectClient {
864
972
  listSecurityProfilePermissions(args: ListSecurityProfilePermissionsCommandInput, cb: (err: any, data?: ListSecurityProfilePermissionsCommandOutput) => void): void;
865
973
  listSecurityProfilePermissions(args: ListSecurityProfilePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityProfilePermissionsCommandOutput) => void): void;
866
974
  /**
867
- * <p>Provides summary information about the security profiles for the specified Amazon Connect
868
- * instance.</p>
975
+ * <p>Provides summary information about the security profiles for the specified Amazon Connect instance.</p>
869
976
  * <p>For more information about security profiles, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html">Security Profiles</a> in the
870
- * <i>Amazon Connect Administrator Guide</i>.</p>
977
+ * <i>Amazon Connect Administrator Guide</i>.</p>
871
978
  */
872
979
  listSecurityProfiles(args: ListSecurityProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListSecurityProfilesCommandOutput>;
873
980
  listSecurityProfiles(args: ListSecurityProfilesCommandInput, cb: (err: any, data?: ListSecurityProfilesCommandOutput) => void): void;
874
981
  listSecurityProfiles(args: ListSecurityProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityProfilesCommandOutput) => void): void;
875
982
  /**
876
983
  * <p>Lists the tags for the specified resource.</p>
877
- * <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
878
- * Policy Examples</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
984
+ * <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
985
+ * Identity-Based Policy Examples</a> in the <i>Amazon Connect Administrator
986
+ * Guide</i>.</p>
879
987
  */
880
988
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
881
989
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
@@ -886,6 +994,12 @@ export declare class Connect extends ConnectClient {
886
994
  listTaskTemplates(args: ListTaskTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListTaskTemplatesCommandOutput>;
887
995
  listTaskTemplates(args: ListTaskTemplatesCommandInput, cb: (err: any, data?: ListTaskTemplatesCommandOutput) => void): void;
888
996
  listTaskTemplates(args: ListTaskTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTaskTemplatesCommandOutput) => void): void;
997
+ /**
998
+ * <p>Lists traffic distribution groups.</p>
999
+ */
1000
+ listTrafficDistributionGroups(args: ListTrafficDistributionGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListTrafficDistributionGroupsCommandOutput>;
1001
+ listTrafficDistributionGroups(args: ListTrafficDistributionGroupsCommandInput, cb: (err: any, data?: ListTrafficDistributionGroupsCommandOutput) => void): void;
1002
+ listTrafficDistributionGroups(args: ListTrafficDistributionGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrafficDistributionGroupsCommandOutput) => void): void;
889
1003
  /**
890
1004
  * <p>Lists the use cases for the integration association. </p>
891
1005
  */
@@ -896,20 +1010,21 @@ export declare class Connect extends ConnectClient {
896
1010
  * <p>Provides summary information about the hierarchy groups for the specified Amazon Connect
897
1011
  * instance.</p>
898
1012
  * <p>For more information about agent hierarchies, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/agent-hierarchy.html">Set Up Agent Hierarchies</a> in the
899
- * <i>Amazon Connect Administrator Guide</i>.</p>
1013
+ * <i>Amazon Connect Administrator Guide</i>.</p>
900
1014
  */
901
1015
  listUserHierarchyGroups(args: ListUserHierarchyGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListUserHierarchyGroupsCommandOutput>;
902
1016
  listUserHierarchyGroups(args: ListUserHierarchyGroupsCommandInput, cb: (err: any, data?: ListUserHierarchyGroupsCommandOutput) => void): void;
903
1017
  listUserHierarchyGroups(args: ListUserHierarchyGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUserHierarchyGroupsCommandOutput) => void): void;
904
1018
  /**
905
- * <p>Provides summary information about the users for the specified Amazon Connect instance.</p>
1019
+ * <p>Provides summary information about the users for the specified Amazon Connect
1020
+ * instance.</p>
906
1021
  */
907
1022
  listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
908
1023
  listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
909
1024
  listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
910
1025
  /**
911
- * <p>Changes the current status of a user or agent in Amazon Connect. If the agent is currently handling a
912
- * contact, this sets the agent's next status.</p>
1026
+ * <p>Changes the current status of a user or agent in Amazon Connect. If the agent is
1027
+ * currently handling a contact, this sets the agent's next status.</p>
913
1028
  * <p>For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-agent-status.html">Agent status</a> and <a href="https://docs.aws.amazon.com/connect/latest/adminguide/set-next-status.html">Set your next
914
1029
  * status</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
915
1030
  */
@@ -917,11 +1032,27 @@ export declare class Connect extends ConnectClient {
917
1032
  putUserStatus(args: PutUserStatusCommandInput, cb: (err: any, data?: PutUserStatusCommandOutput) => void): void;
918
1033
  putUserStatus(args: PutUserStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutUserStatusCommandOutput) => void): void;
919
1034
  /**
920
- * <p>Releases a phone number previously claimed to an Amazon Connect instance.</p>
1035
+ * <p>Releases a phone number previously claimed to an Amazon Connect instance or traffic distribution group. You
1036
+ * can call this API only in the Amazon Web Services Region where the number was claimed.</p>
1037
+ * <important>
1038
+ * <p>To release phone numbers from a traffic distribution group, use the <code>ReleasePhoneNumber</code> API, not the Amazon Connect console.</p>
1039
+ * <p>After releasing a phone number, the phone number enters into a cooldown period of 30 days.
1040
+ * It cannot be searched for or claimed again until the period has ended. If you accidentally
1041
+ * release a phone number, contact Amazon Web Services Support.</p>
1042
+ * </important>
921
1043
  */
922
1044
  releasePhoneNumber(args: ReleasePhoneNumberCommandInput, options?: __HttpHandlerOptions): Promise<ReleasePhoneNumberCommandOutput>;
923
1045
  releasePhoneNumber(args: ReleasePhoneNumberCommandInput, cb: (err: any, data?: ReleasePhoneNumberCommandOutput) => void): void;
924
1046
  releasePhoneNumber(args: ReleasePhoneNumberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReleasePhoneNumberCommandOutput) => void): void;
1047
+ /**
1048
+ * <p>Replicates an Amazon Connect instance in the specified Amazon Web Services Region.</p>
1049
+ * <p>For more information about replicating an Amazon Connect instance, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/create-replica-connect-instance.html">Create
1050
+ * a replica of your existing Amazon Connect instance</a> in the <i>Amazon Connect
1051
+ * Administrator Guide</i>.</p>
1052
+ */
1053
+ replicateInstance(args: ReplicateInstanceCommandInput, options?: __HttpHandlerOptions): Promise<ReplicateInstanceCommandOutput>;
1054
+ replicateInstance(args: ReplicateInstanceCommandInput, cb: (err: any, data?: ReplicateInstanceCommandOutput) => void): void;
1055
+ replicateInstance(args: ReplicateInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReplicateInstanceCommandOutput) => void): void;
925
1056
  /**
926
1057
  * <p>When a contact is being recorded, and the recording has been suspended using
927
1058
  * SuspendContactRecording, this API resumes recording the call.</p>
@@ -932,7 +1063,9 @@ export declare class Connect extends ConnectClient {
932
1063
  resumeContactRecording(args: ResumeContactRecordingCommandInput, cb: (err: any, data?: ResumeContactRecordingCommandOutput) => void): void;
933
1064
  resumeContactRecording(args: ResumeContactRecordingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResumeContactRecordingCommandOutput) => void): void;
934
1065
  /**
935
- * <p>Searches for available phone numbers that you can claim to your Amazon Connect instance.</p>
1066
+ * <p>Searches for available phone numbers that you can claim to your Amazon Connect instance
1067
+ * or traffic distribution group. If the provided <code>TargetArn</code> is a traffic distribution group, you can call this API in both
1068
+ * Amazon Web Services Regions associated with the traffic distribution group.</p>
936
1069
  */
937
1070
  searchAvailablePhoneNumbers(args: SearchAvailablePhoneNumbersCommandInput, options?: __HttpHandlerOptions): Promise<SearchAvailablePhoneNumbersCommandOutput>;
938
1071
  searchAvailablePhoneNumbers(args: SearchAvailablePhoneNumbersCommandInput, cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void): void;
@@ -953,20 +1086,26 @@ export declare class Connect extends ConnectClient {
953
1086
  searchRoutingProfiles(args: SearchRoutingProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchRoutingProfilesCommandOutput) => void): void;
954
1087
  /**
955
1088
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
956
- * <p>Searches security profiles in an Amazon Connect instance, with optional filtering.</p>
1089
+ * <p>Searches security profiles in an Amazon Connect instance, with optional
1090
+ * filtering.</p>
957
1091
  */
958
1092
  searchSecurityProfiles(args: SearchSecurityProfilesCommandInput, options?: __HttpHandlerOptions): Promise<SearchSecurityProfilesCommandOutput>;
959
1093
  searchSecurityProfiles(args: SearchSecurityProfilesCommandInput, cb: (err: any, data?: SearchSecurityProfilesCommandOutput) => void): void;
960
1094
  searchSecurityProfiles(args: SearchSecurityProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchSecurityProfilesCommandOutput) => void): void;
961
1095
  /**
962
1096
  * <p>Searches users in an Amazon Connect instance, with optional filtering.</p>
1097
+ *
1098
+ * <note>
1099
+ * <p>
1100
+ * <code>AfterContactWorkTimeLimit</code> is returned in milliseconds. </p>
1101
+ * </note>
963
1102
  */
964
1103
  searchUsers(args: SearchUsersCommandInput, options?: __HttpHandlerOptions): Promise<SearchUsersCommandOutput>;
965
1104
  searchUsers(args: SearchUsersCommandInput, cb: (err: any, data?: SearchUsersCommandOutput) => void): void;
966
1105
  searchUsers(args: SearchUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchUsersCommandOutput) => void): void;
967
1106
  /**
968
- * <p>Searches for vocabularies within a specific Amazon Connect instance using <code>State</code>,
969
- * <code>NameStartsWith</code>, and <code>LanguageCode</code>.</p>
1107
+ * <p>Searches for vocabularies within a specific Amazon Connect instance using
1108
+ * <code>State</code>, <code>NameStartsWith</code>, and <code>LanguageCode</code>.</p>
970
1109
  */
971
1110
  searchVocabularies(args: SearchVocabulariesCommandInput, options?: __HttpHandlerOptions): Promise<SearchVocabulariesCommandOutput>;
972
1111
  searchVocabularies(args: SearchVocabulariesCommandInput, cb: (err: any, data?: SearchVocabulariesCommandOutput) => void): void;
@@ -994,8 +1133,8 @@ export declare class Connect extends ConnectClient {
994
1133
  * account may not support the ability to configure custom chat durations. For more information,
995
1134
  * contact Amazon Web Services Support. </p>
996
1135
  *
997
- * <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
998
- * Guide</i>.</p>
1136
+ * <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
1137
+ * Administrator Guide</i>.</p>
999
1138
  */
1000
1139
  startChatContact(args: StartChatContactCommandInput, options?: __HttpHandlerOptions): Promise<StartChatContactCommandOutput>;
1001
1140
  startChatContact(args: StartChatContactCommandInput, cb: (err: any, data?: StartChatContactCommandOutput) => void): void;
@@ -1046,7 +1185,8 @@ export declare class Connect extends ConnectClient {
1046
1185
  * <note>
1047
1186
  * <p>UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK
1048
1187
  * mobile numbers, you must submit a service quota increase request. For more information, see
1049
- * <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>
1188
+ * <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
1189
+ * Guide</i>. </p>
1050
1190
  * </note>
1051
1191
  * <note>
1052
1192
  * <p>Campaign calls are not allowed by default. Before you can make a call with
@@ -1118,8 +1258,9 @@ export declare class Connect extends ConnectClient {
1118
1258
  * <p>Some of the supported resource types are agents, routing profiles, queues, quick connects,
1119
1259
  * contact flows, agent statuses, hours of operation, phone numbers, security profiles, and task
1120
1260
  * 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>
1121
- * <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
1122
- * Policy Examples</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
1261
+ * <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
1262
+ * Identity-Based Policy Examples</a> in the <i>Amazon Connect Administrator
1263
+ * Guide</i>.</p>
1123
1264
  */
1124
1265
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
1125
1266
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
@@ -1186,11 +1327,12 @@ export declare class Connect extends ConnectClient {
1186
1327
  * For example, while the call is active, you can update the customer's name or the reason the
1187
1328
  * customer called. You can add notes about steps that the agent took during the call that display
1188
1329
  * to the next agent that takes the call. You can also update attributes for a contact using data
1189
- * from your CRM application and save the data with the contact in Amazon Connect. You could also flag calls
1190
- * for additional analysis, such as legal review or to identify abusive callers.</p>
1191
- * <p>Contact attributes are available in Amazon Connect for 24 months, and are then deleted. For
1192
- * information about contact record retention and the maximum size of the contact record attributes
1193
- * section, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#feature-limits">Feature
1330
+ * from your CRM application and save the data with the contact in Amazon Connect. You could
1331
+ * also flag calls for additional analysis, such as legal review or to identify abusive
1332
+ * callers.</p>
1333
+ * <p>Contact attributes are available in Amazon Connect for 24 months, and are then deleted.
1334
+ * For information about contact record retention and the maximum size of the contact record
1335
+ * attributes section, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#feature-limits">Feature
1194
1336
  * specifications</a> in the <i>Amazon Connect Administrator Guide</i>. </p>
1195
1337
  */
1196
1338
  updateContactAttributes(args: UpdateContactAttributesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactAttributesCommandOutput>;
@@ -1258,8 +1400,13 @@ export declare class Connect extends ConnectClient {
1258
1400
  updateInstanceStorageConfig(args: UpdateInstanceStorageConfigCommandInput, cb: (err: any, data?: UpdateInstanceStorageConfigCommandOutput) => void): void;
1259
1401
  updateInstanceStorageConfig(args: UpdateInstanceStorageConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateInstanceStorageConfigCommandOutput) => void): void;
1260
1402
  /**
1261
- * <p>Updates your claimed phone number from its current Amazon Connect instance to another Amazon Connect instance
1262
- * in the same Region.</p>
1403
+ * <p>Updates your claimed phone number from its current Amazon Connect instance or traffic distribution group to
1404
+ * another Amazon Connect instance or traffic distribution group in the same Amazon Web Services Region.</p>
1405
+ * <important>
1406
+ * <p>You can call <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribePhoneNumber.html">DescribePhoneNumber</a> API
1407
+ * to verify the status of a previous <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdatePhoneNumber.html">UpdatePhoneNumber</a>
1408
+ * operation.</p>
1409
+ * </important>
1263
1410
  */
1264
1411
  updatePhoneNumber(args: UpdatePhoneNumberCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePhoneNumberCommandOutput>;
1265
1412
  updatePhoneNumber(args: UpdatePhoneNumberCommandInput, cb: (err: any, data?: UpdatePhoneNumberCommandOutput) => void): void;
@@ -1290,6 +1437,17 @@ export declare class Connect extends ConnectClient {
1290
1437
  * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
1291
1438
  * <p>Updates the outbound caller ID name, number, and outbound whisper flow for a specified
1292
1439
  * queue.</p>
1440
+ * <important>
1441
+ * <p>If the number being used in the input is claimed to a traffic distribution group, and you are calling this API
1442
+ * using an instance in the Amazon Web Services Region where the traffic distribution group was created, you can use
1443
+ * either a full phone number ARN or UUID value for the <code>OutboundCallerIdNumberId</code> value
1444
+ * of the <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_OutboundCallerConfig">OutboundCallerConfig</a> request body parameter. However, if the number is claimed to a
1445
+ * traffic distribution group and you are calling this API using an instance in the alternate Amazon Web Services Region
1446
+ * associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided
1447
+ * in
1448
+ * this scenario, you will receive a
1449
+ * <code>ResourceNotFoundException</code>.</p>
1450
+ * </important>
1293
1451
  */
1294
1452
  updateQueueOutboundCallerConfig(args: UpdateQueueOutboundCallerConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateQueueOutboundCallerConfigCommandOutput>;
1295
1453
  updateQueueOutboundCallerConfig(args: UpdateQueueOutboundCallerConfigCommandInput, cb: (err: any, data?: UpdateQueueOutboundCallerConfigCommandOutput) => void): void;
@@ -1347,13 +1505,23 @@ export declare class Connect extends ConnectClient {
1347
1505
  updateSecurityProfile(args: UpdateSecurityProfileCommandInput, cb: (err: any, data?: UpdateSecurityProfileCommandOutput) => void): void;
1348
1506
  updateSecurityProfile(args: UpdateSecurityProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSecurityProfileCommandOutput) => void): void;
1349
1507
  /**
1350
- * <p>Updates details about a specific task template in the specified Amazon Connect instance. This
1351
- * operation does not support partial updates. Instead it does a full update of template
1508
+ * <p>Updates details about a specific task template in the specified Amazon Connect instance.
1509
+ * This operation does not support partial updates. Instead it does a full update of template
1352
1510
  * content.</p>
1353
1511
  */
1354
1512
  updateTaskTemplate(args: UpdateTaskTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTaskTemplateCommandOutput>;
1355
1513
  updateTaskTemplate(args: UpdateTaskTemplateCommandInput, cb: (err: any, data?: UpdateTaskTemplateCommandOutput) => void): void;
1356
1514
  updateTaskTemplate(args: UpdateTaskTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTaskTemplateCommandOutput) => void): void;
1515
+ /**
1516
+ * <p>Updates the traffic distribution for a given traffic distribution group.
1517
+ *
1518
+ *
1519
+ * For more information about updating a traffic distribution group see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/update-telephony-traffic-distribution.html">Update telephony traffic distribution across Amazon Web Services Regions
1520
+ * </a> in the <i>Amazon Connect Administrator Guide</i>. </p>
1521
+ */
1522
+ updateTrafficDistribution(args: UpdateTrafficDistributionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTrafficDistributionCommandOutput>;
1523
+ updateTrafficDistribution(args: UpdateTrafficDistributionCommandInput, cb: (err: any, data?: UpdateTrafficDistributionCommandOutput) => void): void;
1524
+ updateTrafficDistribution(args: UpdateTrafficDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTrafficDistributionCommandOutput) => void): void;
1357
1525
  /**
1358
1526
  * <p>Assigns the specified hierarchy group to the specified user.</p>
1359
1527
  */
@@ -1380,7 +1548,8 @@ export declare class Connect extends ConnectClient {
1380
1548
  * of other users by changing their email address. This poses a security risk to your organization.
1381
1549
  * They can change the email address of a user to the attacker's email address, and then reset the
1382
1550
  * password through email. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-best-practices.html">Best Practices for
1383
- * Security Profiles</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
1551
+ * Security Profiles</a> in the <i>Amazon Connect Administrator
1552
+ * Guide</i>.</p>
1384
1553
  * </important>
1385
1554
  */
1386
1555
  updateUserIdentityInfo(args: UpdateUserIdentityInfoCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserIdentityInfoCommandOutput>;