@aws-sdk/client-connect 3.31.0 → 3.35.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 (2037) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/dist-cjs/Connect.js +1661 -0
  3. package/dist-cjs/Connect.js.map +1 -0
  4. package/dist-cjs/ConnectClient.js +59 -0
  5. package/dist-cjs/ConnectClient.js.map +1 -0
  6. package/dist-cjs/commands/AssociateApprovedOriginCommand.js +62 -0
  7. package/dist-cjs/commands/AssociateApprovedOriginCommand.js.map +1 -0
  8. package/dist-cjs/commands/AssociateBotCommand.js +62 -0
  9. package/dist-cjs/commands/AssociateBotCommand.js.map +1 -0
  10. package/dist-cjs/commands/AssociateInstanceStorageConfigCommand.js +67 -0
  11. package/dist-cjs/commands/AssociateInstanceStorageConfigCommand.js.map +1 -0
  12. package/dist-cjs/commands/AssociateLambdaFunctionCommand.js +62 -0
  13. package/dist-cjs/commands/AssociateLambdaFunctionCommand.js.map +1 -0
  14. package/dist-cjs/commands/AssociateLexBotCommand.js +62 -0
  15. package/dist-cjs/commands/AssociateLexBotCommand.js.map +1 -0
  16. package/dist-cjs/commands/AssociateQueueQuickConnectsCommand.js +62 -0
  17. package/dist-cjs/commands/AssociateQueueQuickConnectsCommand.js.map +1 -0
  18. package/dist-cjs/commands/AssociateRoutingProfileQueuesCommand.js +61 -0
  19. package/dist-cjs/commands/AssociateRoutingProfileQueuesCommand.js.map +1 -0
  20. package/dist-cjs/commands/AssociateSecurityKeyCommand.js +62 -0
  21. package/dist-cjs/commands/AssociateSecurityKeyCommand.js.map +1 -0
  22. package/dist-cjs/commands/CreateAgentStatusCommand.js +62 -0
  23. package/dist-cjs/commands/CreateAgentStatusCommand.js.map +1 -0
  24. package/dist-cjs/commands/CreateContactFlowCommand.js +63 -0
  25. package/dist-cjs/commands/CreateContactFlowCommand.js.map +1 -0
  26. package/dist-cjs/commands/CreateHoursOfOperationCommand.js +62 -0
  27. package/dist-cjs/commands/CreateHoursOfOperationCommand.js.map +1 -0
  28. package/dist-cjs/commands/CreateInstanceCommand.js +67 -0
  29. package/dist-cjs/commands/CreateInstanceCommand.js.map +1 -0
  30. package/dist-cjs/commands/CreateIntegrationAssociationCommand.js +61 -0
  31. package/dist-cjs/commands/CreateIntegrationAssociationCommand.js.map +1 -0
  32. package/dist-cjs/commands/CreateQueueCommand.js +62 -0
  33. package/dist-cjs/commands/CreateQueueCommand.js.map +1 -0
  34. package/dist-cjs/commands/CreateQuickConnectCommand.js +61 -0
  35. package/dist-cjs/commands/CreateQuickConnectCommand.js.map +1 -0
  36. package/dist-cjs/commands/CreateRoutingProfileCommand.js +61 -0
  37. package/dist-cjs/commands/CreateRoutingProfileCommand.js.map +1 -0
  38. package/dist-cjs/commands/CreateUseCaseCommand.js +61 -0
  39. package/dist-cjs/commands/CreateUseCaseCommand.js.map +1 -0
  40. package/dist-cjs/commands/CreateUserCommand.js +63 -0
  41. package/dist-cjs/commands/CreateUserCommand.js.map +1 -0
  42. package/dist-cjs/commands/CreateUserHierarchyGroupCommand.js +61 -0
  43. package/dist-cjs/commands/CreateUserHierarchyGroupCommand.js.map +1 -0
  44. package/dist-cjs/commands/DeleteHoursOfOperationCommand.js +62 -0
  45. package/dist-cjs/commands/DeleteHoursOfOperationCommand.js.map +1 -0
  46. package/dist-cjs/commands/DeleteInstanceCommand.js +65 -0
  47. package/dist-cjs/commands/DeleteInstanceCommand.js.map +1 -0
  48. package/dist-cjs/commands/DeleteIntegrationAssociationCommand.js +62 -0
  49. package/dist-cjs/commands/DeleteIntegrationAssociationCommand.js.map +1 -0
  50. package/dist-cjs/commands/DeleteQuickConnectCommand.js +61 -0
  51. package/dist-cjs/commands/DeleteQuickConnectCommand.js.map +1 -0
  52. package/dist-cjs/commands/DeleteUseCaseCommand.js +61 -0
  53. package/dist-cjs/commands/DeleteUseCaseCommand.js.map +1 -0
  54. package/dist-cjs/commands/DeleteUserCommand.js +64 -0
  55. package/dist-cjs/commands/DeleteUserCommand.js.map +1 -0
  56. package/dist-cjs/commands/DeleteUserHierarchyGroupCommand.js +62 -0
  57. package/dist-cjs/commands/DeleteUserHierarchyGroupCommand.js.map +1 -0
  58. package/dist-cjs/commands/DescribeAgentStatusCommand.js +62 -0
  59. package/dist-cjs/commands/DescribeAgentStatusCommand.js.map +1 -0
  60. package/dist-cjs/commands/DescribeContactFlowCommand.js +63 -0
  61. package/dist-cjs/commands/DescribeContactFlowCommand.js.map +1 -0
  62. package/dist-cjs/commands/DescribeHoursOfOperationCommand.js +62 -0
  63. package/dist-cjs/commands/DescribeHoursOfOperationCommand.js.map +1 -0
  64. package/dist-cjs/commands/DescribeInstanceAttributeCommand.js +62 -0
  65. package/dist-cjs/commands/DescribeInstanceAttributeCommand.js.map +1 -0
  66. package/dist-cjs/commands/DescribeInstanceCommand.js +66 -0
  67. package/dist-cjs/commands/DescribeInstanceCommand.js.map +1 -0
  68. package/dist-cjs/commands/DescribeInstanceStorageConfigCommand.js +63 -0
  69. package/dist-cjs/commands/DescribeInstanceStorageConfigCommand.js.map +1 -0
  70. package/dist-cjs/commands/DescribeQueueCommand.js +62 -0
  71. package/dist-cjs/commands/DescribeQueueCommand.js.map +1 -0
  72. package/dist-cjs/commands/DescribeQuickConnectCommand.js +61 -0
  73. package/dist-cjs/commands/DescribeQuickConnectCommand.js.map +1 -0
  74. package/dist-cjs/commands/DescribeRoutingProfileCommand.js +61 -0
  75. package/dist-cjs/commands/DescribeRoutingProfileCommand.js.map +1 -0
  76. package/dist-cjs/commands/DescribeUserCommand.js +63 -0
  77. package/dist-cjs/commands/DescribeUserCommand.js.map +1 -0
  78. package/dist-cjs/commands/DescribeUserHierarchyGroupCommand.js +61 -0
  79. package/dist-cjs/commands/DescribeUserHierarchyGroupCommand.js.map +1 -0
  80. package/dist-cjs/commands/DescribeUserHierarchyStructureCommand.js +61 -0
  81. package/dist-cjs/commands/DescribeUserHierarchyStructureCommand.js.map +1 -0
  82. package/dist-cjs/commands/DisassociateApprovedOriginCommand.js +62 -0
  83. package/dist-cjs/commands/DisassociateApprovedOriginCommand.js.map +1 -0
  84. package/dist-cjs/commands/DisassociateBotCommand.js +63 -0
  85. package/dist-cjs/commands/DisassociateBotCommand.js.map +1 -0
  86. package/dist-cjs/commands/DisassociateInstanceStorageConfigCommand.js +63 -0
  87. package/dist-cjs/commands/DisassociateInstanceStorageConfigCommand.js.map +1 -0
  88. package/dist-cjs/commands/DisassociateLambdaFunctionCommand.js +63 -0
  89. package/dist-cjs/commands/DisassociateLambdaFunctionCommand.js.map +1 -0
  90. package/dist-cjs/commands/DisassociateLexBotCommand.js +62 -0
  91. package/dist-cjs/commands/DisassociateLexBotCommand.js.map +1 -0
  92. package/dist-cjs/commands/DisassociateQueueQuickConnectsCommand.js +62 -0
  93. package/dist-cjs/commands/DisassociateQueueQuickConnectsCommand.js.map +1 -0
  94. package/dist-cjs/commands/DisassociateRoutingProfileQueuesCommand.js +61 -0
  95. package/dist-cjs/commands/DisassociateRoutingProfileQueuesCommand.js.map +1 -0
  96. package/dist-cjs/commands/DisassociateSecurityKeyCommand.js +62 -0
  97. package/dist-cjs/commands/DisassociateSecurityKeyCommand.js.map +1 -0
  98. package/dist-cjs/commands/GetContactAttributesCommand.js +61 -0
  99. package/dist-cjs/commands/GetContactAttributesCommand.js.map +1 -0
  100. package/dist-cjs/commands/GetCurrentMetricDataCommand.js +63 -0
  101. package/dist-cjs/commands/GetCurrentMetricDataCommand.js.map +1 -0
  102. package/dist-cjs/commands/GetFederationTokenCommand.js +69 -0
  103. package/dist-cjs/commands/GetFederationTokenCommand.js.map +1 -0
  104. package/dist-cjs/commands/GetMetricDataCommand.js +64 -0
  105. package/dist-cjs/commands/GetMetricDataCommand.js.map +1 -0
  106. package/dist-cjs/commands/ListAgentStatusesCommand.js +62 -0
  107. package/dist-cjs/commands/ListAgentStatusesCommand.js.map +1 -0
  108. package/dist-cjs/commands/ListApprovedOriginsCommand.js +62 -0
  109. package/dist-cjs/commands/ListApprovedOriginsCommand.js.map +1 -0
  110. package/dist-cjs/commands/ListBotsCommand.js +63 -0
  111. package/dist-cjs/commands/ListBotsCommand.js.map +1 -0
  112. package/dist-cjs/commands/ListContactFlowsCommand.js +65 -0
  113. package/dist-cjs/commands/ListContactFlowsCommand.js.map +1 -0
  114. package/dist-cjs/commands/ListHoursOfOperationsCommand.js +63 -0
  115. package/dist-cjs/commands/ListHoursOfOperationsCommand.js.map +1 -0
  116. package/dist-cjs/commands/ListInstanceAttributesCommand.js +62 -0
  117. package/dist-cjs/commands/ListInstanceAttributesCommand.js.map +1 -0
  118. package/dist-cjs/commands/ListInstanceStorageConfigsCommand.js +64 -0
  119. package/dist-cjs/commands/ListInstanceStorageConfigsCommand.js.map +1 -0
  120. package/dist-cjs/commands/ListInstancesCommand.js +64 -0
  121. package/dist-cjs/commands/ListInstancesCommand.js.map +1 -0
  122. package/dist-cjs/commands/ListIntegrationAssociationsCommand.js +62 -0
  123. package/dist-cjs/commands/ListIntegrationAssociationsCommand.js.map +1 -0
  124. package/dist-cjs/commands/ListLambdaFunctionsCommand.js +63 -0
  125. package/dist-cjs/commands/ListLambdaFunctionsCommand.js.map +1 -0
  126. package/dist-cjs/commands/ListLexBotsCommand.js +63 -0
  127. package/dist-cjs/commands/ListLexBotsCommand.js.map +1 -0
  128. package/dist-cjs/commands/ListPhoneNumbersCommand.js +63 -0
  129. package/dist-cjs/commands/ListPhoneNumbersCommand.js.map +1 -0
  130. package/dist-cjs/commands/ListPromptsCommand.js +61 -0
  131. package/dist-cjs/commands/ListPromptsCommand.js.map +1 -0
  132. package/dist-cjs/commands/ListQueueQuickConnectsCommand.js +62 -0
  133. package/dist-cjs/commands/ListQueueQuickConnectsCommand.js.map +1 -0
  134. package/dist-cjs/commands/ListQueuesCommand.js +67 -0
  135. package/dist-cjs/commands/ListQueuesCommand.js.map +1 -0
  136. package/dist-cjs/commands/ListQuickConnectsCommand.js +61 -0
  137. package/dist-cjs/commands/ListQuickConnectsCommand.js.map +1 -0
  138. package/dist-cjs/commands/ListRoutingProfileQueuesCommand.js +61 -0
  139. package/dist-cjs/commands/ListRoutingProfileQueuesCommand.js.map +1 -0
  140. package/dist-cjs/commands/ListRoutingProfilesCommand.js +64 -0
  141. package/dist-cjs/commands/ListRoutingProfilesCommand.js.map +1 -0
  142. package/dist-cjs/commands/ListSecurityKeysCommand.js +62 -0
  143. package/dist-cjs/commands/ListSecurityKeysCommand.js.map +1 -0
  144. package/dist-cjs/commands/ListSecurityProfilesCommand.js +64 -0
  145. package/dist-cjs/commands/ListSecurityProfilesCommand.js.map +1 -0
  146. package/dist-cjs/commands/ListTagsForResourceCommand.js +63 -0
  147. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
  148. package/dist-cjs/commands/ListUseCasesCommand.js +61 -0
  149. package/dist-cjs/commands/ListUseCasesCommand.js.map +1 -0
  150. package/dist-cjs/commands/ListUserHierarchyGroupsCommand.js +64 -0
  151. package/dist-cjs/commands/ListUserHierarchyGroupsCommand.js.map +1 -0
  152. package/dist-cjs/commands/ListUsersCommand.js +61 -0
  153. package/dist-cjs/commands/ListUsersCommand.js.map +1 -0
  154. package/dist-cjs/commands/ResumeContactRecordingCommand.js +64 -0
  155. package/dist-cjs/commands/ResumeContactRecordingCommand.js.map +1 -0
  156. package/dist-cjs/commands/StartChatContactCommand.js +81 -0
  157. package/dist-cjs/commands/StartChatContactCommand.js.map +1 -0
  158. package/dist-cjs/commands/StartContactRecordingCommand.js +68 -0
  159. package/dist-cjs/commands/StartContactRecordingCommand.js.map +1 -0
  160. package/dist-cjs/commands/StartOutboundVoiceContactCommand.js +79 -0
  161. package/dist-cjs/commands/StartOutboundVoiceContactCommand.js.map +1 -0
  162. package/dist-cjs/commands/StartTaskContactCommand.js +61 -0
  163. package/dist-cjs/commands/StartTaskContactCommand.js.map +1 -0
  164. package/dist-cjs/commands/StopContactCommand.js +61 -0
  165. package/dist-cjs/commands/StopContactCommand.js.map +1 -0
  166. package/dist-cjs/commands/StopContactRecordingCommand.js +67 -0
  167. package/dist-cjs/commands/StopContactRecordingCommand.js.map +1 -0
  168. package/dist-cjs/commands/SuspendContactRecordingCommand.js +66 -0
  169. package/dist-cjs/commands/SuspendContactRecordingCommand.js.map +1 -0
  170. package/dist-cjs/commands/TagResourceCommand.js +65 -0
  171. package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
  172. package/dist-cjs/commands/UntagResourceCommand.js +61 -0
  173. package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
  174. package/dist-cjs/commands/UpdateAgentStatusCommand.js +62 -0
  175. package/dist-cjs/commands/UpdateAgentStatusCommand.js.map +1 -0
  176. package/dist-cjs/commands/UpdateContactAttributesCommand.js +80 -0
  177. package/dist-cjs/commands/UpdateContactAttributesCommand.js.map +1 -0
  178. package/dist-cjs/commands/UpdateContactFlowContentCommand.js +63 -0
  179. package/dist-cjs/commands/UpdateContactFlowContentCommand.js.map +1 -0
  180. package/dist-cjs/commands/UpdateContactFlowNameCommand.js +63 -0
  181. package/dist-cjs/commands/UpdateContactFlowNameCommand.js.map +1 -0
  182. package/dist-cjs/commands/UpdateHoursOfOperationCommand.js +62 -0
  183. package/dist-cjs/commands/UpdateHoursOfOperationCommand.js.map +1 -0
  184. package/dist-cjs/commands/UpdateInstanceAttributeCommand.js +62 -0
  185. package/dist-cjs/commands/UpdateInstanceAttributeCommand.js.map +1 -0
  186. package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js +62 -0
  187. package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js.map +1 -0
  188. package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js +62 -0
  189. package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js.map +1 -0
  190. package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js +63 -0
  191. package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js.map +1 -0
  192. package/dist-cjs/commands/UpdateQueueNameCommand.js +62 -0
  193. package/dist-cjs/commands/UpdateQueueNameCommand.js.map +1 -0
  194. package/dist-cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +63 -0
  195. package/dist-cjs/commands/UpdateQueueOutboundCallerConfigCommand.js.map +1 -0
  196. package/dist-cjs/commands/UpdateQueueStatusCommand.js +62 -0
  197. package/dist-cjs/commands/UpdateQueueStatusCommand.js.map +1 -0
  198. package/dist-cjs/commands/UpdateQuickConnectConfigCommand.js +61 -0
  199. package/dist-cjs/commands/UpdateQuickConnectConfigCommand.js.map +1 -0
  200. package/dist-cjs/commands/UpdateQuickConnectNameCommand.js +61 -0
  201. package/dist-cjs/commands/UpdateQuickConnectNameCommand.js.map +1 -0
  202. package/dist-cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +62 -0
  203. package/dist-cjs/commands/UpdateRoutingProfileConcurrencyCommand.js.map +1 -0
  204. package/dist-cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +61 -0
  205. package/dist-cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js.map +1 -0
  206. package/dist-cjs/commands/UpdateRoutingProfileNameCommand.js +62 -0
  207. package/dist-cjs/commands/UpdateRoutingProfileNameCommand.js.map +1 -0
  208. package/dist-cjs/commands/UpdateRoutingProfileQueuesCommand.js +61 -0
  209. package/dist-cjs/commands/UpdateRoutingProfileQueuesCommand.js.map +1 -0
  210. package/dist-cjs/commands/UpdateUserHierarchyCommand.js +61 -0
  211. package/dist-cjs/commands/UpdateUserHierarchyCommand.js.map +1 -0
  212. package/dist-cjs/commands/UpdateUserHierarchyGroupNameCommand.js +61 -0
  213. package/dist-cjs/commands/UpdateUserHierarchyGroupNameCommand.js.map +1 -0
  214. package/dist-cjs/commands/UpdateUserHierarchyStructureCommand.js +61 -0
  215. package/dist-cjs/commands/UpdateUserHierarchyStructureCommand.js.map +1 -0
  216. package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js +69 -0
  217. package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js.map +1 -0
  218. package/dist-cjs/commands/UpdateUserPhoneConfigCommand.js +61 -0
  219. package/dist-cjs/commands/UpdateUserPhoneConfigCommand.js.map +1 -0
  220. package/dist-cjs/commands/UpdateUserRoutingProfileCommand.js +61 -0
  221. package/dist-cjs/commands/UpdateUserRoutingProfileCommand.js.map +1 -0
  222. package/dist-cjs/commands/UpdateUserSecurityProfilesCommand.js +61 -0
  223. package/dist-cjs/commands/UpdateUserSecurityProfilesCommand.js.map +1 -0
  224. package/dist-cjs/endpoints.js +57 -0
  225. package/dist-cjs/endpoints.js.map +1 -0
  226. package/dist-cjs/index.js +142 -0
  227. package/dist-cjs/index.js.map +1 -0
  228. package/dist-cjs/models/index.js +5 -0
  229. package/dist-cjs/models/index.js.map +1 -0
  230. package/dist-cjs/models/models_0.js +2793 -0
  231. package/dist-cjs/models/models_0.js.map +1 -0
  232. package/dist-cjs/pagination/GetCurrentMetricDataPaginator.js +46 -0
  233. package/dist-cjs/pagination/GetCurrentMetricDataPaginator.js.map +1 -0
  234. package/dist-cjs/pagination/GetMetricDataPaginator.js +46 -0
  235. package/dist-cjs/pagination/GetMetricDataPaginator.js.map +1 -0
  236. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  237. package/dist-cjs/pagination/Interfaces.js.map +1 -0
  238. package/dist-cjs/pagination/ListAgentStatusesPaginator.js +46 -0
  239. package/dist-cjs/pagination/ListAgentStatusesPaginator.js.map +1 -0
  240. package/dist-cjs/pagination/ListApprovedOriginsPaginator.js +46 -0
  241. package/dist-cjs/pagination/ListApprovedOriginsPaginator.js.map +1 -0
  242. package/dist-cjs/pagination/ListBotsPaginator.js +46 -0
  243. package/dist-cjs/pagination/ListBotsPaginator.js.map +1 -0
  244. package/dist-cjs/pagination/ListContactFlowsPaginator.js +46 -0
  245. package/dist-cjs/pagination/ListContactFlowsPaginator.js.map +1 -0
  246. package/dist-cjs/pagination/ListHoursOfOperationsPaginator.js +46 -0
  247. package/dist-cjs/pagination/ListHoursOfOperationsPaginator.js.map +1 -0
  248. package/dist-cjs/pagination/ListInstanceAttributesPaginator.js +46 -0
  249. package/dist-cjs/pagination/ListInstanceAttributesPaginator.js.map +1 -0
  250. package/dist-cjs/pagination/ListInstanceStorageConfigsPaginator.js +46 -0
  251. package/dist-cjs/pagination/ListInstanceStorageConfigsPaginator.js.map +1 -0
  252. package/dist-cjs/pagination/ListInstancesPaginator.js +46 -0
  253. package/dist-cjs/pagination/ListInstancesPaginator.js.map +1 -0
  254. package/dist-cjs/pagination/ListIntegrationAssociationsPaginator.js +46 -0
  255. package/dist-cjs/pagination/ListIntegrationAssociationsPaginator.js.map +1 -0
  256. package/dist-cjs/pagination/ListLambdaFunctionsPaginator.js +46 -0
  257. package/dist-cjs/pagination/ListLambdaFunctionsPaginator.js.map +1 -0
  258. package/dist-cjs/pagination/ListLexBotsPaginator.js +46 -0
  259. package/dist-cjs/pagination/ListLexBotsPaginator.js.map +1 -0
  260. package/dist-cjs/pagination/ListPhoneNumbersPaginator.js +46 -0
  261. package/dist-cjs/pagination/ListPhoneNumbersPaginator.js.map +1 -0
  262. package/dist-cjs/pagination/ListPromptsPaginator.js +46 -0
  263. package/dist-cjs/pagination/ListPromptsPaginator.js.map +1 -0
  264. package/dist-cjs/pagination/ListQueueQuickConnectsPaginator.js +46 -0
  265. package/dist-cjs/pagination/ListQueueQuickConnectsPaginator.js.map +1 -0
  266. package/dist-cjs/pagination/ListQueuesPaginator.js +46 -0
  267. package/dist-cjs/pagination/ListQueuesPaginator.js.map +1 -0
  268. package/dist-cjs/pagination/ListQuickConnectsPaginator.js +46 -0
  269. package/dist-cjs/pagination/ListQuickConnectsPaginator.js.map +1 -0
  270. package/dist-cjs/pagination/ListRoutingProfileQueuesPaginator.js +46 -0
  271. package/dist-cjs/pagination/ListRoutingProfileQueuesPaginator.js.map +1 -0
  272. package/dist-cjs/pagination/ListRoutingProfilesPaginator.js +46 -0
  273. package/dist-cjs/pagination/ListRoutingProfilesPaginator.js.map +1 -0
  274. package/dist-cjs/pagination/ListSecurityKeysPaginator.js +46 -0
  275. package/dist-cjs/pagination/ListSecurityKeysPaginator.js.map +1 -0
  276. package/dist-cjs/pagination/ListSecurityProfilesPaginator.js +46 -0
  277. package/dist-cjs/pagination/ListSecurityProfilesPaginator.js.map +1 -0
  278. package/dist-cjs/pagination/ListUseCasesPaginator.js +46 -0
  279. package/dist-cjs/pagination/ListUseCasesPaginator.js.map +1 -0
  280. package/dist-cjs/pagination/ListUserHierarchyGroupsPaginator.js +46 -0
  281. package/dist-cjs/pagination/ListUserHierarchyGroupsPaginator.js.map +1 -0
  282. package/dist-cjs/pagination/ListUsersPaginator.js +46 -0
  283. package/dist-cjs/pagination/ListUsersPaginator.js.map +1 -0
  284. package/dist-cjs/protocols/Aws_restJson1.js +14366 -0
  285. package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
  286. package/dist-cjs/runtimeConfig.browser.js +42 -0
  287. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  288. package/dist-cjs/runtimeConfig.js +47 -0
  289. package/dist-cjs/runtimeConfig.js.map +1 -0
  290. package/dist-cjs/runtimeConfig.native.js +20 -0
  291. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  292. package/dist-cjs/runtimeConfig.shared.js +21 -0
  293. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  294. package/dist-es/Connect.js +1646 -0
  295. package/dist-es/Connect.js.map +1 -0
  296. package/dist-es/ConnectClient.js +38 -0
  297. package/dist-es/ConnectClient.js.map +1 -0
  298. package/dist-es/commands/AssociateApprovedOriginCommand.js +40 -0
  299. package/dist-es/commands/AssociateApprovedOriginCommand.js.map +1 -0
  300. package/dist-es/commands/AssociateBotCommand.js +40 -0
  301. package/dist-es/commands/AssociateBotCommand.js.map +1 -0
  302. package/dist-es/commands/AssociateInstanceStorageConfigCommand.js +40 -0
  303. package/dist-es/commands/AssociateInstanceStorageConfigCommand.js.map +1 -0
  304. package/dist-es/commands/AssociateLambdaFunctionCommand.js +40 -0
  305. package/dist-es/commands/AssociateLambdaFunctionCommand.js.map +1 -0
  306. package/dist-es/commands/AssociateLexBotCommand.js +40 -0
  307. package/dist-es/commands/AssociateLexBotCommand.js.map +1 -0
  308. package/dist-es/commands/AssociateQueueQuickConnectsCommand.js +40 -0
  309. package/dist-es/commands/AssociateQueueQuickConnectsCommand.js.map +1 -0
  310. package/dist-es/commands/AssociateRoutingProfileQueuesCommand.js +40 -0
  311. package/dist-es/commands/AssociateRoutingProfileQueuesCommand.js.map +1 -0
  312. package/dist-es/commands/AssociateSecurityKeyCommand.js +40 -0
  313. package/dist-es/commands/AssociateSecurityKeyCommand.js.map +1 -0
  314. package/dist-es/commands/CreateAgentStatusCommand.js +40 -0
  315. package/dist-es/commands/CreateAgentStatusCommand.js.map +1 -0
  316. package/dist-es/commands/CreateContactFlowCommand.js +40 -0
  317. package/dist-es/commands/CreateContactFlowCommand.js.map +1 -0
  318. package/dist-es/commands/CreateHoursOfOperationCommand.js +40 -0
  319. package/dist-es/commands/CreateHoursOfOperationCommand.js.map +1 -0
  320. package/dist-es/commands/CreateInstanceCommand.js +40 -0
  321. package/dist-es/commands/CreateInstanceCommand.js.map +1 -0
  322. package/dist-es/commands/CreateIntegrationAssociationCommand.js +40 -0
  323. package/dist-es/commands/CreateIntegrationAssociationCommand.js.map +1 -0
  324. package/dist-es/commands/CreateQueueCommand.js +40 -0
  325. package/dist-es/commands/CreateQueueCommand.js.map +1 -0
  326. package/dist-es/commands/CreateQuickConnectCommand.js +40 -0
  327. package/dist-es/commands/CreateQuickConnectCommand.js.map +1 -0
  328. package/dist-es/commands/CreateRoutingProfileCommand.js +40 -0
  329. package/dist-es/commands/CreateRoutingProfileCommand.js.map +1 -0
  330. package/dist-es/commands/CreateUseCaseCommand.js +40 -0
  331. package/dist-es/commands/CreateUseCaseCommand.js.map +1 -0
  332. package/dist-es/commands/CreateUserCommand.js +40 -0
  333. package/dist-es/commands/CreateUserCommand.js.map +1 -0
  334. package/dist-es/commands/CreateUserHierarchyGroupCommand.js +40 -0
  335. package/dist-es/commands/CreateUserHierarchyGroupCommand.js.map +1 -0
  336. package/dist-es/commands/DeleteHoursOfOperationCommand.js +40 -0
  337. package/dist-es/commands/DeleteHoursOfOperationCommand.js.map +1 -0
  338. package/dist-es/commands/DeleteInstanceCommand.js +40 -0
  339. package/dist-es/commands/DeleteInstanceCommand.js.map +1 -0
  340. package/dist-es/commands/DeleteIntegrationAssociationCommand.js +40 -0
  341. package/dist-es/commands/DeleteIntegrationAssociationCommand.js.map +1 -0
  342. package/dist-es/commands/DeleteQuickConnectCommand.js +40 -0
  343. package/dist-es/commands/DeleteQuickConnectCommand.js.map +1 -0
  344. package/dist-es/commands/DeleteUseCaseCommand.js +40 -0
  345. package/dist-es/commands/DeleteUseCaseCommand.js.map +1 -0
  346. package/dist-es/commands/DeleteUserCommand.js +40 -0
  347. package/dist-es/commands/DeleteUserCommand.js.map +1 -0
  348. package/dist-es/commands/DeleteUserHierarchyGroupCommand.js +40 -0
  349. package/dist-es/commands/DeleteUserHierarchyGroupCommand.js.map +1 -0
  350. package/dist-es/commands/DescribeAgentStatusCommand.js +40 -0
  351. package/dist-es/commands/DescribeAgentStatusCommand.js.map +1 -0
  352. package/dist-es/commands/DescribeContactFlowCommand.js +40 -0
  353. package/dist-es/commands/DescribeContactFlowCommand.js.map +1 -0
  354. package/dist-es/commands/DescribeHoursOfOperationCommand.js +40 -0
  355. package/dist-es/commands/DescribeHoursOfOperationCommand.js.map +1 -0
  356. package/dist-es/commands/DescribeInstanceAttributeCommand.js +40 -0
  357. package/dist-es/commands/DescribeInstanceAttributeCommand.js.map +1 -0
  358. package/dist-es/commands/DescribeInstanceCommand.js +40 -0
  359. package/dist-es/commands/DescribeInstanceCommand.js.map +1 -0
  360. package/dist-es/commands/DescribeInstanceStorageConfigCommand.js +40 -0
  361. package/dist-es/commands/DescribeInstanceStorageConfigCommand.js.map +1 -0
  362. package/dist-es/commands/DescribeQueueCommand.js +40 -0
  363. package/dist-es/commands/DescribeQueueCommand.js.map +1 -0
  364. package/dist-es/commands/DescribeQuickConnectCommand.js +40 -0
  365. package/dist-es/commands/DescribeQuickConnectCommand.js.map +1 -0
  366. package/dist-es/commands/DescribeRoutingProfileCommand.js +40 -0
  367. package/dist-es/commands/DescribeRoutingProfileCommand.js.map +1 -0
  368. package/dist-es/commands/DescribeUserCommand.js +40 -0
  369. package/dist-es/commands/DescribeUserCommand.js.map +1 -0
  370. package/dist-es/commands/DescribeUserHierarchyGroupCommand.js +40 -0
  371. package/dist-es/commands/DescribeUserHierarchyGroupCommand.js.map +1 -0
  372. package/dist-es/commands/DescribeUserHierarchyStructureCommand.js +40 -0
  373. package/dist-es/commands/DescribeUserHierarchyStructureCommand.js.map +1 -0
  374. package/dist-es/commands/DisassociateApprovedOriginCommand.js +40 -0
  375. package/dist-es/commands/DisassociateApprovedOriginCommand.js.map +1 -0
  376. package/dist-es/commands/DisassociateBotCommand.js +40 -0
  377. package/dist-es/commands/DisassociateBotCommand.js.map +1 -0
  378. package/dist-es/commands/DisassociateInstanceStorageConfigCommand.js +40 -0
  379. package/dist-es/commands/DisassociateInstanceStorageConfigCommand.js.map +1 -0
  380. package/dist-es/commands/DisassociateLambdaFunctionCommand.js +40 -0
  381. package/dist-es/commands/DisassociateLambdaFunctionCommand.js.map +1 -0
  382. package/dist-es/commands/DisassociateLexBotCommand.js +40 -0
  383. package/dist-es/commands/DisassociateLexBotCommand.js.map +1 -0
  384. package/dist-es/commands/DisassociateQueueQuickConnectsCommand.js +40 -0
  385. package/dist-es/commands/DisassociateQueueQuickConnectsCommand.js.map +1 -0
  386. package/dist-es/commands/DisassociateRoutingProfileQueuesCommand.js +40 -0
  387. package/dist-es/commands/DisassociateRoutingProfileQueuesCommand.js.map +1 -0
  388. package/dist-es/commands/DisassociateSecurityKeyCommand.js +40 -0
  389. package/dist-es/commands/DisassociateSecurityKeyCommand.js.map +1 -0
  390. package/dist-es/commands/GetContactAttributesCommand.js +40 -0
  391. package/dist-es/commands/GetContactAttributesCommand.js.map +1 -0
  392. package/dist-es/commands/GetCurrentMetricDataCommand.js +40 -0
  393. package/dist-es/commands/GetCurrentMetricDataCommand.js.map +1 -0
  394. package/dist-es/commands/GetFederationTokenCommand.js +40 -0
  395. package/dist-es/commands/GetFederationTokenCommand.js.map +1 -0
  396. package/dist-es/commands/GetMetricDataCommand.js +40 -0
  397. package/dist-es/commands/GetMetricDataCommand.js.map +1 -0
  398. package/dist-es/commands/ListAgentStatusesCommand.js +40 -0
  399. package/dist-es/commands/ListAgentStatusesCommand.js.map +1 -0
  400. package/dist-es/commands/ListApprovedOriginsCommand.js +40 -0
  401. package/dist-es/commands/ListApprovedOriginsCommand.js.map +1 -0
  402. package/dist-es/commands/ListBotsCommand.js +40 -0
  403. package/dist-es/commands/ListBotsCommand.js.map +1 -0
  404. package/dist-es/commands/ListContactFlowsCommand.js +40 -0
  405. package/dist-es/commands/ListContactFlowsCommand.js.map +1 -0
  406. package/dist-es/commands/ListHoursOfOperationsCommand.js +40 -0
  407. package/dist-es/commands/ListHoursOfOperationsCommand.js.map +1 -0
  408. package/dist-es/commands/ListInstanceAttributesCommand.js +40 -0
  409. package/dist-es/commands/ListInstanceAttributesCommand.js.map +1 -0
  410. package/dist-es/commands/ListInstanceStorageConfigsCommand.js +40 -0
  411. package/dist-es/commands/ListInstanceStorageConfigsCommand.js.map +1 -0
  412. package/dist-es/commands/ListInstancesCommand.js +40 -0
  413. package/dist-es/commands/ListInstancesCommand.js.map +1 -0
  414. package/dist-es/commands/ListIntegrationAssociationsCommand.js +40 -0
  415. package/dist-es/commands/ListIntegrationAssociationsCommand.js.map +1 -0
  416. package/dist-es/commands/ListLambdaFunctionsCommand.js +40 -0
  417. package/dist-es/commands/ListLambdaFunctionsCommand.js.map +1 -0
  418. package/dist-es/commands/ListLexBotsCommand.js +40 -0
  419. package/dist-es/commands/ListLexBotsCommand.js.map +1 -0
  420. package/dist-es/commands/ListPhoneNumbersCommand.js +40 -0
  421. package/dist-es/commands/ListPhoneNumbersCommand.js.map +1 -0
  422. package/dist-es/commands/ListPromptsCommand.js +40 -0
  423. package/dist-es/commands/ListPromptsCommand.js.map +1 -0
  424. package/dist-es/commands/ListQueueQuickConnectsCommand.js +40 -0
  425. package/dist-es/commands/ListQueueQuickConnectsCommand.js.map +1 -0
  426. package/dist-es/commands/ListQueuesCommand.js +40 -0
  427. package/dist-es/commands/ListQueuesCommand.js.map +1 -0
  428. package/dist-es/commands/ListQuickConnectsCommand.js +40 -0
  429. package/dist-es/commands/ListQuickConnectsCommand.js.map +1 -0
  430. package/dist-es/commands/ListRoutingProfileQueuesCommand.js +40 -0
  431. package/dist-es/commands/ListRoutingProfileQueuesCommand.js.map +1 -0
  432. package/dist-es/commands/ListRoutingProfilesCommand.js +40 -0
  433. package/dist-es/commands/ListRoutingProfilesCommand.js.map +1 -0
  434. package/dist-es/commands/ListSecurityKeysCommand.js +40 -0
  435. package/dist-es/commands/ListSecurityKeysCommand.js.map +1 -0
  436. package/dist-es/commands/ListSecurityProfilesCommand.js +40 -0
  437. package/dist-es/commands/ListSecurityProfilesCommand.js.map +1 -0
  438. package/dist-es/commands/ListTagsForResourceCommand.js +40 -0
  439. package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
  440. package/dist-es/commands/ListUseCasesCommand.js +40 -0
  441. package/dist-es/commands/ListUseCasesCommand.js.map +1 -0
  442. package/dist-es/commands/ListUserHierarchyGroupsCommand.js +40 -0
  443. package/dist-es/commands/ListUserHierarchyGroupsCommand.js.map +1 -0
  444. package/dist-es/commands/ListUsersCommand.js +40 -0
  445. package/dist-es/commands/ListUsersCommand.js.map +1 -0
  446. package/dist-es/commands/ResumeContactRecordingCommand.js +40 -0
  447. package/dist-es/commands/ResumeContactRecordingCommand.js.map +1 -0
  448. package/dist-es/commands/StartChatContactCommand.js +40 -0
  449. package/dist-es/commands/StartChatContactCommand.js.map +1 -0
  450. package/dist-es/commands/StartContactRecordingCommand.js +40 -0
  451. package/dist-es/commands/StartContactRecordingCommand.js.map +1 -0
  452. package/dist-es/commands/StartOutboundVoiceContactCommand.js +40 -0
  453. package/dist-es/commands/StartOutboundVoiceContactCommand.js.map +1 -0
  454. package/dist-es/commands/StartTaskContactCommand.js +40 -0
  455. package/dist-es/commands/StartTaskContactCommand.js.map +1 -0
  456. package/dist-es/commands/StopContactCommand.js +40 -0
  457. package/dist-es/commands/StopContactCommand.js.map +1 -0
  458. package/dist-es/commands/StopContactRecordingCommand.js +40 -0
  459. package/dist-es/commands/StopContactRecordingCommand.js.map +1 -0
  460. package/dist-es/commands/SuspendContactRecordingCommand.js +40 -0
  461. package/dist-es/commands/SuspendContactRecordingCommand.js.map +1 -0
  462. package/dist-es/commands/TagResourceCommand.js +40 -0
  463. package/dist-es/commands/TagResourceCommand.js.map +1 -0
  464. package/dist-es/commands/UntagResourceCommand.js +40 -0
  465. package/dist-es/commands/UntagResourceCommand.js.map +1 -0
  466. package/dist-es/commands/UpdateAgentStatusCommand.js +40 -0
  467. package/dist-es/commands/UpdateAgentStatusCommand.js.map +1 -0
  468. package/dist-es/commands/UpdateContactAttributesCommand.js +40 -0
  469. package/dist-es/commands/UpdateContactAttributesCommand.js.map +1 -0
  470. package/dist-es/commands/UpdateContactFlowContentCommand.js +40 -0
  471. package/dist-es/commands/UpdateContactFlowContentCommand.js.map +1 -0
  472. package/dist-es/commands/UpdateContactFlowNameCommand.js +40 -0
  473. package/dist-es/commands/UpdateContactFlowNameCommand.js.map +1 -0
  474. package/dist-es/commands/UpdateHoursOfOperationCommand.js +40 -0
  475. package/dist-es/commands/UpdateHoursOfOperationCommand.js.map +1 -0
  476. package/dist-es/commands/UpdateInstanceAttributeCommand.js +40 -0
  477. package/dist-es/commands/UpdateInstanceAttributeCommand.js.map +1 -0
  478. package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +40 -0
  479. package/dist-es/commands/UpdateInstanceStorageConfigCommand.js.map +1 -0
  480. package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +40 -0
  481. package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js.map +1 -0
  482. package/dist-es/commands/UpdateQueueMaxContactsCommand.js +40 -0
  483. package/dist-es/commands/UpdateQueueMaxContactsCommand.js.map +1 -0
  484. package/dist-es/commands/UpdateQueueNameCommand.js +40 -0
  485. package/dist-es/commands/UpdateQueueNameCommand.js.map +1 -0
  486. package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +40 -0
  487. package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js.map +1 -0
  488. package/dist-es/commands/UpdateQueueStatusCommand.js +40 -0
  489. package/dist-es/commands/UpdateQueueStatusCommand.js.map +1 -0
  490. package/dist-es/commands/UpdateQuickConnectConfigCommand.js +40 -0
  491. package/dist-es/commands/UpdateQuickConnectConfigCommand.js.map +1 -0
  492. package/dist-es/commands/UpdateQuickConnectNameCommand.js +40 -0
  493. package/dist-es/commands/UpdateQuickConnectNameCommand.js.map +1 -0
  494. package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +40 -0
  495. package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js.map +1 -0
  496. package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +40 -0
  497. package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js.map +1 -0
  498. package/dist-es/commands/UpdateRoutingProfileNameCommand.js +40 -0
  499. package/dist-es/commands/UpdateRoutingProfileNameCommand.js.map +1 -0
  500. package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +40 -0
  501. package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js.map +1 -0
  502. package/dist-es/commands/UpdateUserHierarchyCommand.js +40 -0
  503. package/dist-es/commands/UpdateUserHierarchyCommand.js.map +1 -0
  504. package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +40 -0
  505. package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js.map +1 -0
  506. package/dist-es/commands/UpdateUserHierarchyStructureCommand.js +40 -0
  507. package/dist-es/commands/UpdateUserHierarchyStructureCommand.js.map +1 -0
  508. package/dist-es/commands/UpdateUserIdentityInfoCommand.js +40 -0
  509. package/dist-es/commands/UpdateUserIdentityInfoCommand.js.map +1 -0
  510. package/dist-es/commands/UpdateUserPhoneConfigCommand.js +40 -0
  511. package/dist-es/commands/UpdateUserPhoneConfigCommand.js.map +1 -0
  512. package/dist-es/commands/UpdateUserRoutingProfileCommand.js +40 -0
  513. package/dist-es/commands/UpdateUserRoutingProfileCommand.js.map +1 -0
  514. package/dist-es/commands/UpdateUserSecurityProfilesCommand.js +40 -0
  515. package/dist-es/commands/UpdateUserSecurityProfilesCommand.js.map +1 -0
  516. package/dist-es/endpoints.js +53 -0
  517. package/dist-es/endpoints.js.map +1 -0
  518. package/{dist/es → dist-es}/index.js +0 -0
  519. package/dist-es/index.js.map +1 -0
  520. package/{dist/es → dist-es}/models/index.js +0 -0
  521. package/dist-es/models/index.js.map +1 -0
  522. package/dist-es/models/models_0.js +1493 -0
  523. package/dist-es/models/models_0.js.map +1 -0
  524. package/dist-es/pagination/GetCurrentMetricDataPaginator.js +75 -0
  525. package/dist-es/pagination/GetCurrentMetricDataPaginator.js.map +1 -0
  526. package/dist-es/pagination/GetMetricDataPaginator.js +75 -0
  527. package/dist-es/pagination/GetMetricDataPaginator.js.map +1 -0
  528. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  529. package/dist-es/pagination/Interfaces.js.map +1 -0
  530. package/dist-es/pagination/ListAgentStatusesPaginator.js +75 -0
  531. package/dist-es/pagination/ListAgentStatusesPaginator.js.map +1 -0
  532. package/dist-es/pagination/ListApprovedOriginsPaginator.js +75 -0
  533. package/dist-es/pagination/ListApprovedOriginsPaginator.js.map +1 -0
  534. package/dist-es/pagination/ListBotsPaginator.js +75 -0
  535. package/dist-es/pagination/ListBotsPaginator.js.map +1 -0
  536. package/dist-es/pagination/ListContactFlowsPaginator.js +75 -0
  537. package/dist-es/pagination/ListContactFlowsPaginator.js.map +1 -0
  538. package/dist-es/pagination/ListHoursOfOperationsPaginator.js +75 -0
  539. package/dist-es/pagination/ListHoursOfOperationsPaginator.js.map +1 -0
  540. package/dist-es/pagination/ListInstanceAttributesPaginator.js +75 -0
  541. package/dist-es/pagination/ListInstanceAttributesPaginator.js.map +1 -0
  542. package/dist-es/pagination/ListInstanceStorageConfigsPaginator.js +75 -0
  543. package/dist-es/pagination/ListInstanceStorageConfigsPaginator.js.map +1 -0
  544. package/dist-es/pagination/ListInstancesPaginator.js +75 -0
  545. package/dist-es/pagination/ListInstancesPaginator.js.map +1 -0
  546. package/dist-es/pagination/ListIntegrationAssociationsPaginator.js +75 -0
  547. package/dist-es/pagination/ListIntegrationAssociationsPaginator.js.map +1 -0
  548. package/dist-es/pagination/ListLambdaFunctionsPaginator.js +75 -0
  549. package/dist-es/pagination/ListLambdaFunctionsPaginator.js.map +1 -0
  550. package/dist-es/pagination/ListLexBotsPaginator.js +75 -0
  551. package/dist-es/pagination/ListLexBotsPaginator.js.map +1 -0
  552. package/dist-es/pagination/ListPhoneNumbersPaginator.js +75 -0
  553. package/dist-es/pagination/ListPhoneNumbersPaginator.js.map +1 -0
  554. package/dist-es/pagination/ListPromptsPaginator.js +75 -0
  555. package/dist-es/pagination/ListPromptsPaginator.js.map +1 -0
  556. package/dist-es/pagination/ListQueueQuickConnectsPaginator.js +75 -0
  557. package/dist-es/pagination/ListQueueQuickConnectsPaginator.js.map +1 -0
  558. package/dist-es/pagination/ListQueuesPaginator.js +75 -0
  559. package/dist-es/pagination/ListQueuesPaginator.js.map +1 -0
  560. package/dist-es/pagination/ListQuickConnectsPaginator.js +75 -0
  561. package/dist-es/pagination/ListQuickConnectsPaginator.js.map +1 -0
  562. package/dist-es/pagination/ListRoutingProfileQueuesPaginator.js +75 -0
  563. package/dist-es/pagination/ListRoutingProfileQueuesPaginator.js.map +1 -0
  564. package/dist-es/pagination/ListRoutingProfilesPaginator.js +75 -0
  565. package/dist-es/pagination/ListRoutingProfilesPaginator.js.map +1 -0
  566. package/dist-es/pagination/ListSecurityKeysPaginator.js +75 -0
  567. package/dist-es/pagination/ListSecurityKeysPaginator.js.map +1 -0
  568. package/dist-es/pagination/ListSecurityProfilesPaginator.js +75 -0
  569. package/dist-es/pagination/ListSecurityProfilesPaginator.js.map +1 -0
  570. package/dist-es/pagination/ListUseCasesPaginator.js +75 -0
  571. package/dist-es/pagination/ListUseCasesPaginator.js.map +1 -0
  572. package/dist-es/pagination/ListUserHierarchyGroupsPaginator.js +75 -0
  573. package/dist-es/pagination/ListUserHierarchyGroupsPaginator.js.map +1 -0
  574. package/dist-es/pagination/ListUsersPaginator.js +75 -0
  575. package/dist-es/pagination/ListUsersPaginator.js.map +1 -0
  576. package/dist-es/protocols/Aws_restJson1.js +15953 -0
  577. package/dist-es/protocols/Aws_restJson1.js.map +1 -0
  578. package/dist-es/runtimeConfig.browser.js +17 -0
  579. package/dist-es/runtimeConfig.browser.js.map +1 -0
  580. package/dist-es/runtimeConfig.js +22 -0
  581. package/dist-es/runtimeConfig.js.map +1 -0
  582. package/dist-es/runtimeConfig.native.js +9 -0
  583. package/dist-es/runtimeConfig.native.js.map +1 -0
  584. package/dist-es/runtimeConfig.shared.js +14 -0
  585. package/dist-es/runtimeConfig.shared.js.map +1 -0
  586. package/dist-types/Connect.d.ts +1008 -0
  587. package/dist-types/ConnectClient.d.ts +256 -0
  588. package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +36 -0
  589. package/dist-types/commands/AssociateBotCommand.d.ts +36 -0
  590. package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +41 -0
  591. package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +36 -0
  592. package/dist-types/commands/AssociateLexBotCommand.d.ts +36 -0
  593. package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +36 -0
  594. package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +35 -0
  595. package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +36 -0
  596. package/dist-types/commands/CreateAgentStatusCommand.d.ts +36 -0
  597. package/dist-types/commands/CreateContactFlowCommand.d.ts +37 -0
  598. package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +36 -0
  599. package/dist-types/commands/CreateInstanceCommand.d.ts +41 -0
  600. package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +35 -0
  601. package/dist-types/commands/CreateQueueCommand.d.ts +36 -0
  602. package/dist-types/commands/CreateQuickConnectCommand.d.ts +35 -0
  603. package/dist-types/commands/CreateRoutingProfileCommand.d.ts +35 -0
  604. package/dist-types/commands/CreateUseCaseCommand.d.ts +35 -0
  605. package/dist-types/commands/CreateUserCommand.d.ts +37 -0
  606. package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +35 -0
  607. package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +36 -0
  608. package/dist-types/commands/DeleteInstanceCommand.d.ts +39 -0
  609. package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +36 -0
  610. package/dist-types/commands/DeleteQuickConnectCommand.d.ts +35 -0
  611. package/dist-types/commands/DeleteUseCaseCommand.d.ts +35 -0
  612. package/dist-types/commands/DeleteUserCommand.d.ts +38 -0
  613. package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +36 -0
  614. package/dist-types/commands/DescribeAgentStatusCommand.d.ts +36 -0
  615. package/dist-types/commands/DescribeContactFlowCommand.d.ts +37 -0
  616. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +36 -0
  617. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +36 -0
  618. package/dist-types/commands/DescribeInstanceCommand.d.ts +40 -0
  619. package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +37 -0
  620. package/dist-types/commands/DescribeQueueCommand.d.ts +36 -0
  621. package/dist-types/commands/DescribeQuickConnectCommand.d.ts +35 -0
  622. package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +35 -0
  623. package/dist-types/commands/DescribeUserCommand.d.ts +37 -0
  624. package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +35 -0
  625. package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +35 -0
  626. package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +36 -0
  627. package/dist-types/commands/DisassociateBotCommand.d.ts +37 -0
  628. package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +37 -0
  629. package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +37 -0
  630. package/dist-types/commands/DisassociateLexBotCommand.d.ts +36 -0
  631. package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +36 -0
  632. package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +35 -0
  633. package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +36 -0
  634. package/dist-types/commands/GetContactAttributesCommand.d.ts +35 -0
  635. package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +37 -0
  636. package/dist-types/commands/GetFederationTokenCommand.d.ts +43 -0
  637. package/dist-types/commands/GetMetricDataCommand.d.ts +38 -0
  638. package/dist-types/commands/ListAgentStatusesCommand.d.ts +36 -0
  639. package/dist-types/commands/ListApprovedOriginsCommand.d.ts +36 -0
  640. package/dist-types/commands/ListBotsCommand.d.ts +37 -0
  641. package/dist-types/commands/ListContactFlowsCommand.d.ts +39 -0
  642. package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +37 -0
  643. package/dist-types/commands/ListInstanceAttributesCommand.d.ts +36 -0
  644. package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +38 -0
  645. package/dist-types/commands/ListInstancesCommand.d.ts +38 -0
  646. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +36 -0
  647. package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +37 -0
  648. package/dist-types/commands/ListLexBotsCommand.d.ts +37 -0
  649. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +37 -0
  650. package/dist-types/commands/ListPromptsCommand.d.ts +35 -0
  651. package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +36 -0
  652. package/dist-types/commands/ListQueuesCommand.d.ts +41 -0
  653. package/dist-types/commands/ListQuickConnectsCommand.d.ts +35 -0
  654. package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +35 -0
  655. package/dist-types/commands/ListRoutingProfilesCommand.d.ts +38 -0
  656. package/dist-types/commands/ListSecurityKeysCommand.d.ts +36 -0
  657. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +38 -0
  658. package/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
  659. package/dist-types/commands/ListUseCasesCommand.d.ts +35 -0
  660. package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +38 -0
  661. package/dist-types/commands/ListUsersCommand.d.ts +35 -0
  662. package/dist-types/commands/ResumeContactRecordingCommand.d.ts +38 -0
  663. package/dist-types/commands/StartChatContactCommand.d.ts +55 -0
  664. package/dist-types/commands/StartContactRecordingCommand.d.ts +42 -0
  665. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +53 -0
  666. package/dist-types/commands/StartTaskContactCommand.d.ts +35 -0
  667. package/dist-types/commands/StopContactCommand.d.ts +35 -0
  668. package/dist-types/commands/StopContactRecordingCommand.d.ts +41 -0
  669. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +40 -0
  670. package/dist-types/commands/TagResourceCommand.d.ts +39 -0
  671. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  672. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +36 -0
  673. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +54 -0
  674. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +37 -0
  675. package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +37 -0
  676. package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +36 -0
  677. package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +36 -0
  678. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +36 -0
  679. package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +36 -0
  680. package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +37 -0
  681. package/dist-types/commands/UpdateQueueNameCommand.d.ts +36 -0
  682. package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +37 -0
  683. package/dist-types/commands/UpdateQueueStatusCommand.d.ts +36 -0
  684. package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +35 -0
  685. package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +35 -0
  686. package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +36 -0
  687. package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +35 -0
  688. package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +36 -0
  689. package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +35 -0
  690. package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +35 -0
  691. package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +35 -0
  692. package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +35 -0
  693. package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +43 -0
  694. package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +35 -0
  695. package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +35 -0
  696. package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +35 -0
  697. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  698. package/{dist/types → dist-types}/index.d.ts +0 -0
  699. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  700. package/dist-types/models/models_0.d.ts +6152 -0
  701. package/dist-types/pagination/GetCurrentMetricDataPaginator.d.ts +4 -0
  702. package/dist-types/pagination/GetMetricDataPaginator.d.ts +4 -0
  703. package/dist-types/pagination/Interfaces.d.ts +6 -0
  704. package/dist-types/pagination/ListAgentStatusesPaginator.d.ts +4 -0
  705. package/dist-types/pagination/ListApprovedOriginsPaginator.d.ts +4 -0
  706. package/dist-types/pagination/ListBotsPaginator.d.ts +4 -0
  707. package/dist-types/pagination/ListContactFlowsPaginator.d.ts +4 -0
  708. package/dist-types/pagination/ListHoursOfOperationsPaginator.d.ts +4 -0
  709. package/dist-types/pagination/ListInstanceAttributesPaginator.d.ts +4 -0
  710. package/dist-types/pagination/ListInstanceStorageConfigsPaginator.d.ts +4 -0
  711. package/dist-types/pagination/ListInstancesPaginator.d.ts +4 -0
  712. package/dist-types/pagination/ListIntegrationAssociationsPaginator.d.ts +4 -0
  713. package/dist-types/pagination/ListLambdaFunctionsPaginator.d.ts +4 -0
  714. package/dist-types/pagination/ListLexBotsPaginator.d.ts +4 -0
  715. package/dist-types/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
  716. package/dist-types/pagination/ListPromptsPaginator.d.ts +4 -0
  717. package/dist-types/pagination/ListQueueQuickConnectsPaginator.d.ts +4 -0
  718. package/dist-types/pagination/ListQueuesPaginator.d.ts +4 -0
  719. package/dist-types/pagination/ListQuickConnectsPaginator.d.ts +4 -0
  720. package/dist-types/pagination/ListRoutingProfileQueuesPaginator.d.ts +4 -0
  721. package/dist-types/pagination/ListRoutingProfilesPaginator.d.ts +4 -0
  722. package/dist-types/pagination/ListSecurityKeysPaginator.d.ts +4 -0
  723. package/dist-types/pagination/ListSecurityProfilesPaginator.d.ts +4 -0
  724. package/dist-types/pagination/ListUseCasesPaginator.d.ts +4 -0
  725. package/dist-types/pagination/ListUserHierarchyGroupsPaginator.d.ts +4 -0
  726. package/dist-types/pagination/ListUsersPaginator.d.ts +4 -0
  727. package/dist-types/protocols/Aws_restJson1.d.ts +329 -0
  728. package/dist-types/runtimeConfig.browser.d.ts +37 -0
  729. package/dist-types/runtimeConfig.d.ts +37 -0
  730. package/dist-types/runtimeConfig.native.d.ts +36 -0
  731. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  732. package/dist-types/ts3.4/Connect.d.ts +1008 -0
  733. package/dist-types/ts3.4/ConnectClient.d.ts +256 -0
  734. package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +36 -0
  735. package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +36 -0
  736. package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +41 -0
  737. package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +36 -0
  738. package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +36 -0
  739. package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +36 -0
  740. package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +35 -0
  741. package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +36 -0
  742. package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +36 -0
  743. package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +37 -0
  744. package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +36 -0
  745. package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +41 -0
  746. package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +35 -0
  747. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +36 -0
  748. package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +35 -0
  749. package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +35 -0
  750. package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +35 -0
  751. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +37 -0
  752. package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +35 -0
  753. package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +36 -0
  754. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +39 -0
  755. package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +36 -0
  756. package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +35 -0
  757. package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +35 -0
  758. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +38 -0
  759. package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +36 -0
  760. package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +36 -0
  761. package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +37 -0
  762. package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +36 -0
  763. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +36 -0
  764. package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +40 -0
  765. package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +37 -0
  766. package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +36 -0
  767. package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +35 -0
  768. package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +35 -0
  769. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +37 -0
  770. package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +35 -0
  771. package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +35 -0
  772. package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +36 -0
  773. package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +37 -0
  774. package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +37 -0
  775. package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +37 -0
  776. package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +36 -0
  777. package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +36 -0
  778. package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +35 -0
  779. package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +36 -0
  780. package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +35 -0
  781. package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +37 -0
  782. package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +43 -0
  783. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +38 -0
  784. package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +36 -0
  785. package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +36 -0
  786. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +37 -0
  787. package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +39 -0
  788. package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +37 -0
  789. package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +36 -0
  790. package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +38 -0
  791. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +38 -0
  792. package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +36 -0
  793. package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +37 -0
  794. package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +37 -0
  795. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +37 -0
  796. package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +35 -0
  797. package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +36 -0
  798. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +41 -0
  799. package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +35 -0
  800. package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +35 -0
  801. package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +38 -0
  802. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +36 -0
  803. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +38 -0
  804. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +37 -0
  805. package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +35 -0
  806. package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +38 -0
  807. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +35 -0
  808. package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +38 -0
  809. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +55 -0
  810. package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +42 -0
  811. package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +53 -0
  812. package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +35 -0
  813. package/dist-types/ts3.4/commands/StopContactCommand.d.ts +35 -0
  814. package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +41 -0
  815. package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +40 -0
  816. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +39 -0
  817. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
  818. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +36 -0
  819. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +54 -0
  820. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +37 -0
  821. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +37 -0
  822. package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +36 -0
  823. package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +36 -0
  824. package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +36 -0
  825. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +36 -0
  826. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +37 -0
  827. package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +36 -0
  828. package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +37 -0
  829. package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +36 -0
  830. package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +35 -0
  831. package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +35 -0
  832. package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +36 -0
  833. package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +35 -0
  834. package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +36 -0
  835. package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +35 -0
  836. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +35 -0
  837. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +35 -0
  838. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +35 -0
  839. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +43 -0
  840. package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +35 -0
  841. package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +35 -0
  842. package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +35 -0
  843. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  844. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  845. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  846. package/dist-types/ts3.4/models/models_0.d.ts +6152 -0
  847. package/dist-types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +4 -0
  848. package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +4 -0
  849. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  850. package/dist-types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +4 -0
  851. package/dist-types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +4 -0
  852. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +4 -0
  853. package/dist-types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +4 -0
  854. package/dist-types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +4 -0
  855. package/dist-types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +4 -0
  856. package/dist-types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +4 -0
  857. package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +4 -0
  858. package/dist-types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +4 -0
  859. package/dist-types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +4 -0
  860. package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +4 -0
  861. package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
  862. package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +4 -0
  863. package/dist-types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +4 -0
  864. package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +4 -0
  865. package/dist-types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +4 -0
  866. package/dist-types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +4 -0
  867. package/dist-types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +4 -0
  868. package/dist-types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +4 -0
  869. package/dist-types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +4 -0
  870. package/dist-types/ts3.4/pagination/ListUseCasesPaginator.d.ts +4 -0
  871. package/dist-types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +4 -0
  872. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +4 -0
  873. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +329 -0
  874. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
  875. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  876. package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
  877. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  878. package/package.json +50 -50
  879. package/src/Connect.ts +4172 -0
  880. package/src/ConnectClient.ts +785 -0
  881. package/src/commands/AssociateApprovedOriginCommand.ts +96 -0
  882. package/src/commands/AssociateBotCommand.ts +96 -0
  883. package/src/commands/AssociateInstanceStorageConfigCommand.ts +109 -0
  884. package/src/commands/AssociateLambdaFunctionCommand.ts +96 -0
  885. package/src/commands/AssociateLexBotCommand.ts +96 -0
  886. package/src/commands/AssociateQueueQuickConnectsCommand.ts +99 -0
  887. package/src/commands/AssociateRoutingProfileQueuesCommand.ts +98 -0
  888. package/src/commands/AssociateSecurityKeyCommand.ts +96 -0
  889. package/src/commands/CreateAgentStatusCommand.ts +96 -0
  890. package/src/commands/CreateContactFlowCommand.ts +97 -0
  891. package/src/commands/CreateHoursOfOperationCommand.ts +96 -0
  892. package/src/commands/CreateInstanceCommand.ts +101 -0
  893. package/src/commands/CreateIntegrationAssociationCommand.ts +100 -0
  894. package/src/commands/CreateQueueCommand.ts +96 -0
  895. package/src/commands/CreateQuickConnectCommand.ts +95 -0
  896. package/src/commands/CreateRoutingProfileCommand.ts +95 -0
  897. package/src/commands/CreateUseCaseCommand.ts +95 -0
  898. package/src/commands/CreateUserCommand.ts +97 -0
  899. package/src/commands/CreateUserHierarchyGroupCommand.ts +95 -0
  900. package/src/commands/DeleteHoursOfOperationCommand.ts +96 -0
  901. package/src/commands/DeleteInstanceCommand.ts +99 -0
  902. package/src/commands/DeleteIntegrationAssociationCommand.ts +99 -0
  903. package/src/commands/DeleteQuickConnectCommand.ts +95 -0
  904. package/src/commands/DeleteUseCaseCommand.ts +95 -0
  905. package/src/commands/DeleteUserCommand.ts +98 -0
  906. package/src/commands/DeleteUserHierarchyGroupCommand.ts +96 -0
  907. package/src/commands/DescribeAgentStatusCommand.ts +96 -0
  908. package/src/commands/DescribeContactFlowCommand.ts +97 -0
  909. package/src/commands/DescribeHoursOfOperationCommand.ts +96 -0
  910. package/src/commands/DescribeInstanceAttributeCommand.ts +99 -0
  911. package/src/commands/DescribeInstanceCommand.ts +100 -0
  912. package/src/commands/DescribeInstanceStorageConfigCommand.ts +102 -0
  913. package/src/commands/DescribeQueueCommand.ts +96 -0
  914. package/src/commands/DescribeQuickConnectCommand.ts +95 -0
  915. package/src/commands/DescribeRoutingProfileCommand.ts +95 -0
  916. package/src/commands/DescribeUserCommand.ts +97 -0
  917. package/src/commands/DescribeUserHierarchyGroupCommand.ts +98 -0
  918. package/src/commands/DescribeUserHierarchyStructureCommand.ts +103 -0
  919. package/src/commands/DisassociateApprovedOriginCommand.ts +99 -0
  920. package/src/commands/DisassociateBotCommand.ts +97 -0
  921. package/src/commands/DisassociateInstanceStorageConfigCommand.ts +103 -0
  922. package/src/commands/DisassociateLambdaFunctionCommand.ts +100 -0
  923. package/src/commands/DisassociateLexBotCommand.ts +96 -0
  924. package/src/commands/DisassociateQueueQuickConnectsCommand.ts +102 -0
  925. package/src/commands/DisassociateRoutingProfileQueuesCommand.ts +101 -0
  926. package/src/commands/DisassociateSecurityKeyCommand.ts +96 -0
  927. package/src/commands/GetContactAttributesCommand.ts +95 -0
  928. package/src/commands/GetCurrentMetricDataCommand.ts +97 -0
  929. package/src/commands/GetFederationTokenCommand.ts +103 -0
  930. package/src/commands/GetMetricDataCommand.ts +98 -0
  931. package/src/commands/ListAgentStatusesCommand.ts +96 -0
  932. package/src/commands/ListApprovedOriginsCommand.ts +96 -0
  933. package/src/commands/ListBotsCommand.ts +97 -0
  934. package/src/commands/ListContactFlowsCommand.ts +99 -0
  935. package/src/commands/ListHoursOfOperationsCommand.ts +97 -0
  936. package/src/commands/ListInstanceAttributesCommand.ts +96 -0
  937. package/src/commands/ListInstanceStorageConfigsCommand.ts +101 -0
  938. package/src/commands/ListInstancesCommand.ts +98 -0
  939. package/src/commands/ListIntegrationAssociationsCommand.ts +101 -0
  940. package/src/commands/ListLambdaFunctionsCommand.ts +97 -0
  941. package/src/commands/ListLexBotsCommand.ts +97 -0
  942. package/src/commands/ListPhoneNumbersCommand.ts +97 -0
  943. package/src/commands/ListPromptsCommand.ts +95 -0
  944. package/src/commands/ListQueueQuickConnectsCommand.ts +96 -0
  945. package/src/commands/ListQueuesCommand.ts +101 -0
  946. package/src/commands/ListQuickConnectsCommand.ts +95 -0
  947. package/src/commands/ListRoutingProfileQueuesCommand.ts +95 -0
  948. package/src/commands/ListRoutingProfilesCommand.ts +98 -0
  949. package/src/commands/ListSecurityKeysCommand.ts +96 -0
  950. package/src/commands/ListSecurityProfilesCommand.ts +98 -0
  951. package/src/commands/ListTagsForResourceCommand.ts +97 -0
  952. package/src/commands/ListUseCasesCommand.ts +95 -0
  953. package/src/commands/ListUserHierarchyGroupsCommand.ts +98 -0
  954. package/src/commands/ListUsersCommand.ts +95 -0
  955. package/src/commands/ResumeContactRecordingCommand.ts +98 -0
  956. package/src/commands/StartChatContactCommand.ts +115 -0
  957. package/src/commands/StartContactRecordingCommand.ts +102 -0
  958. package/src/commands/StartOutboundVoiceContactCommand.ts +116 -0
  959. package/src/commands/StartTaskContactCommand.ts +95 -0
  960. package/src/commands/StopContactCommand.ts +95 -0
  961. package/src/commands/StopContactRecordingCommand.ts +101 -0
  962. package/src/commands/SuspendContactRecordingCommand.ts +100 -0
  963. package/src/commands/TagResourceCommand.ts +99 -0
  964. package/src/commands/UntagResourceCommand.ts +95 -0
  965. package/src/commands/UpdateAgentStatusCommand.ts +96 -0
  966. package/src/commands/UpdateContactAttributesCommand.ts +114 -0
  967. package/src/commands/UpdateContactFlowContentCommand.ts +97 -0
  968. package/src/commands/UpdateContactFlowNameCommand.ts +97 -0
  969. package/src/commands/UpdateHoursOfOperationCommand.ts +96 -0
  970. package/src/commands/UpdateInstanceAttributeCommand.ts +96 -0
  971. package/src/commands/UpdateInstanceStorageConfigCommand.ts +99 -0
  972. package/src/commands/UpdateQueueHoursOfOperationCommand.ts +99 -0
  973. package/src/commands/UpdateQueueMaxContactsCommand.ts +97 -0
  974. package/src/commands/UpdateQueueNameCommand.ts +96 -0
  975. package/src/commands/UpdateQueueOutboundCallerConfigCommand.ts +103 -0
  976. package/src/commands/UpdateQueueStatusCommand.ts +96 -0
  977. package/src/commands/UpdateQuickConnectConfigCommand.ts +95 -0
  978. package/src/commands/UpdateQuickConnectNameCommand.ts +95 -0
  979. package/src/commands/UpdateRoutingProfileConcurrencyCommand.ts +102 -0
  980. package/src/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts +105 -0
  981. package/src/commands/UpdateRoutingProfileNameCommand.ts +96 -0
  982. package/src/commands/UpdateRoutingProfileQueuesCommand.ts +98 -0
  983. package/src/commands/UpdateUserHierarchyCommand.ts +95 -0
  984. package/src/commands/UpdateUserHierarchyGroupNameCommand.ts +98 -0
  985. package/src/commands/UpdateUserHierarchyStructureCommand.ts +98 -0
  986. package/src/commands/UpdateUserIdentityInfoCommand.ts +103 -0
  987. package/src/commands/UpdateUserPhoneConfigCommand.ts +95 -0
  988. package/src/commands/UpdateUserRoutingProfileCommand.ts +95 -0
  989. package/src/commands/UpdateUserSecurityProfilesCommand.ts +98 -0
  990. package/src/endpoints.ts +57 -0
  991. package/{index.ts → src/index.ts} +0 -0
  992. package/{models → src/models}/index.ts +0 -0
  993. package/src/models/models_0.ts +7649 -0
  994. package/src/pagination/GetCurrentMetricDataPaginator.ts +59 -0
  995. package/src/pagination/GetMetricDataPaginator.ts +59 -0
  996. package/src/pagination/Interfaces.ts +8 -0
  997. package/src/pagination/ListAgentStatusesPaginator.ts +59 -0
  998. package/src/pagination/ListApprovedOriginsPaginator.ts +59 -0
  999. package/src/pagination/ListBotsPaginator.ts +55 -0
  1000. package/src/pagination/ListContactFlowsPaginator.ts +59 -0
  1001. package/src/pagination/ListHoursOfOperationsPaginator.ts +59 -0
  1002. package/src/pagination/ListInstanceAttributesPaginator.ts +59 -0
  1003. package/src/pagination/ListInstanceStorageConfigsPaginator.ts +59 -0
  1004. package/src/pagination/ListInstancesPaginator.ts +59 -0
  1005. package/src/pagination/ListIntegrationAssociationsPaginator.ts +59 -0
  1006. package/src/pagination/ListLambdaFunctionsPaginator.ts +59 -0
  1007. package/src/pagination/ListLexBotsPaginator.ts +55 -0
  1008. package/src/pagination/ListPhoneNumbersPaginator.ts +59 -0
  1009. package/src/pagination/ListPromptsPaginator.ts +55 -0
  1010. package/src/pagination/ListQueueQuickConnectsPaginator.ts +59 -0
  1011. package/src/pagination/ListQueuesPaginator.ts +55 -0
  1012. package/src/pagination/ListQuickConnectsPaginator.ts +59 -0
  1013. package/src/pagination/ListRoutingProfileQueuesPaginator.ts +59 -0
  1014. package/src/pagination/ListRoutingProfilesPaginator.ts +59 -0
  1015. package/src/pagination/ListSecurityKeysPaginator.ts +59 -0
  1016. package/src/pagination/ListSecurityProfilesPaginator.ts +59 -0
  1017. package/src/pagination/ListUseCasesPaginator.ts +59 -0
  1018. package/src/pagination/ListUserHierarchyGroupsPaginator.ts +59 -0
  1019. package/src/pagination/ListUsersPaginator.ts +55 -0
  1020. package/src/protocols/Aws_restJson1.ts +16228 -0
  1021. package/src/runtimeConfig.browser.ts +41 -0
  1022. package/src/runtimeConfig.native.ts +17 -0
  1023. package/src/runtimeConfig.shared.ts +17 -0
  1024. package/src/runtimeConfig.ts +46 -0
  1025. package/tsconfig.es.json +1 -3
  1026. package/tsconfig.json +7 -7
  1027. package/tsconfig.types.json +9 -0
  1028. package/Connect.ts +0 -4166
  1029. package/ConnectClient.ts +0 -784
  1030. package/commands/AssociateApprovedOriginCommand.ts +0 -95
  1031. package/commands/AssociateBotCommand.ts +0 -95
  1032. package/commands/AssociateInstanceStorageConfigCommand.ts +0 -108
  1033. package/commands/AssociateLambdaFunctionCommand.ts +0 -95
  1034. package/commands/AssociateLexBotCommand.ts +0 -95
  1035. package/commands/AssociateQueueQuickConnectsCommand.ts +0 -98
  1036. package/commands/AssociateRoutingProfileQueuesCommand.ts +0 -97
  1037. package/commands/AssociateSecurityKeyCommand.ts +0 -95
  1038. package/commands/CreateAgentStatusCommand.ts +0 -95
  1039. package/commands/CreateContactFlowCommand.ts +0 -96
  1040. package/commands/CreateHoursOfOperationCommand.ts +0 -95
  1041. package/commands/CreateInstanceCommand.ts +0 -100
  1042. package/commands/CreateIntegrationAssociationCommand.ts +0 -99
  1043. package/commands/CreateQueueCommand.ts +0 -95
  1044. package/commands/CreateQuickConnectCommand.ts +0 -94
  1045. package/commands/CreateRoutingProfileCommand.ts +0 -94
  1046. package/commands/CreateUseCaseCommand.ts +0 -94
  1047. package/commands/CreateUserCommand.ts +0 -96
  1048. package/commands/CreateUserHierarchyGroupCommand.ts +0 -94
  1049. package/commands/DeleteHoursOfOperationCommand.ts +0 -95
  1050. package/commands/DeleteInstanceCommand.ts +0 -98
  1051. package/commands/DeleteIntegrationAssociationCommand.ts +0 -98
  1052. package/commands/DeleteQuickConnectCommand.ts +0 -94
  1053. package/commands/DeleteUseCaseCommand.ts +0 -94
  1054. package/commands/DeleteUserCommand.ts +0 -97
  1055. package/commands/DeleteUserHierarchyGroupCommand.ts +0 -95
  1056. package/commands/DescribeAgentStatusCommand.ts +0 -95
  1057. package/commands/DescribeContactFlowCommand.ts +0 -96
  1058. package/commands/DescribeHoursOfOperationCommand.ts +0 -95
  1059. package/commands/DescribeInstanceAttributeCommand.ts +0 -98
  1060. package/commands/DescribeInstanceCommand.ts +0 -99
  1061. package/commands/DescribeInstanceStorageConfigCommand.ts +0 -101
  1062. package/commands/DescribeQueueCommand.ts +0 -95
  1063. package/commands/DescribeQuickConnectCommand.ts +0 -94
  1064. package/commands/DescribeRoutingProfileCommand.ts +0 -94
  1065. package/commands/DescribeUserCommand.ts +0 -96
  1066. package/commands/DescribeUserHierarchyGroupCommand.ts +0 -97
  1067. package/commands/DescribeUserHierarchyStructureCommand.ts +0 -102
  1068. package/commands/DisassociateApprovedOriginCommand.ts +0 -98
  1069. package/commands/DisassociateBotCommand.ts +0 -96
  1070. package/commands/DisassociateInstanceStorageConfigCommand.ts +0 -102
  1071. package/commands/DisassociateLambdaFunctionCommand.ts +0 -99
  1072. package/commands/DisassociateLexBotCommand.ts +0 -95
  1073. package/commands/DisassociateQueueQuickConnectsCommand.ts +0 -101
  1074. package/commands/DisassociateRoutingProfileQueuesCommand.ts +0 -100
  1075. package/commands/DisassociateSecurityKeyCommand.ts +0 -95
  1076. package/commands/GetContactAttributesCommand.ts +0 -94
  1077. package/commands/GetCurrentMetricDataCommand.ts +0 -96
  1078. package/commands/GetFederationTokenCommand.ts +0 -102
  1079. package/commands/GetMetricDataCommand.ts +0 -97
  1080. package/commands/ListAgentStatusesCommand.ts +0 -95
  1081. package/commands/ListApprovedOriginsCommand.ts +0 -95
  1082. package/commands/ListBotsCommand.ts +0 -96
  1083. package/commands/ListContactFlowsCommand.ts +0 -98
  1084. package/commands/ListHoursOfOperationsCommand.ts +0 -96
  1085. package/commands/ListInstanceAttributesCommand.ts +0 -95
  1086. package/commands/ListInstanceStorageConfigsCommand.ts +0 -100
  1087. package/commands/ListInstancesCommand.ts +0 -97
  1088. package/commands/ListIntegrationAssociationsCommand.ts +0 -100
  1089. package/commands/ListLambdaFunctionsCommand.ts +0 -96
  1090. package/commands/ListLexBotsCommand.ts +0 -96
  1091. package/commands/ListPhoneNumbersCommand.ts +0 -96
  1092. package/commands/ListPromptsCommand.ts +0 -94
  1093. package/commands/ListQueueQuickConnectsCommand.ts +0 -95
  1094. package/commands/ListQueuesCommand.ts +0 -100
  1095. package/commands/ListQuickConnectsCommand.ts +0 -94
  1096. package/commands/ListRoutingProfileQueuesCommand.ts +0 -94
  1097. package/commands/ListRoutingProfilesCommand.ts +0 -97
  1098. package/commands/ListSecurityKeysCommand.ts +0 -95
  1099. package/commands/ListSecurityProfilesCommand.ts +0 -97
  1100. package/commands/ListTagsForResourceCommand.ts +0 -96
  1101. package/commands/ListUseCasesCommand.ts +0 -94
  1102. package/commands/ListUserHierarchyGroupsCommand.ts +0 -97
  1103. package/commands/ListUsersCommand.ts +0 -94
  1104. package/commands/ResumeContactRecordingCommand.ts +0 -97
  1105. package/commands/StartChatContactCommand.ts +0 -114
  1106. package/commands/StartContactRecordingCommand.ts +0 -101
  1107. package/commands/StartOutboundVoiceContactCommand.ts +0 -110
  1108. package/commands/StartTaskContactCommand.ts +0 -94
  1109. package/commands/StopContactCommand.ts +0 -94
  1110. package/commands/StopContactRecordingCommand.ts +0 -100
  1111. package/commands/SuspendContactRecordingCommand.ts +0 -99
  1112. package/commands/TagResourceCommand.ts +0 -98
  1113. package/commands/UntagResourceCommand.ts +0 -94
  1114. package/commands/UpdateAgentStatusCommand.ts +0 -95
  1115. package/commands/UpdateContactAttributesCommand.ts +0 -113
  1116. package/commands/UpdateContactFlowContentCommand.ts +0 -96
  1117. package/commands/UpdateContactFlowNameCommand.ts +0 -96
  1118. package/commands/UpdateHoursOfOperationCommand.ts +0 -95
  1119. package/commands/UpdateInstanceAttributeCommand.ts +0 -95
  1120. package/commands/UpdateInstanceStorageConfigCommand.ts +0 -98
  1121. package/commands/UpdateQueueHoursOfOperationCommand.ts +0 -98
  1122. package/commands/UpdateQueueMaxContactsCommand.ts +0 -96
  1123. package/commands/UpdateQueueNameCommand.ts +0 -95
  1124. package/commands/UpdateQueueOutboundCallerConfigCommand.ts +0 -102
  1125. package/commands/UpdateQueueStatusCommand.ts +0 -95
  1126. package/commands/UpdateQuickConnectConfigCommand.ts +0 -94
  1127. package/commands/UpdateQuickConnectNameCommand.ts +0 -94
  1128. package/commands/UpdateRoutingProfileConcurrencyCommand.ts +0 -101
  1129. package/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts +0 -104
  1130. package/commands/UpdateRoutingProfileNameCommand.ts +0 -95
  1131. package/commands/UpdateRoutingProfileQueuesCommand.ts +0 -97
  1132. package/commands/UpdateUserHierarchyCommand.ts +0 -94
  1133. package/commands/UpdateUserHierarchyGroupNameCommand.ts +0 -97
  1134. package/commands/UpdateUserHierarchyStructureCommand.ts +0 -97
  1135. package/commands/UpdateUserIdentityInfoCommand.ts +0 -102
  1136. package/commands/UpdateUserPhoneConfigCommand.ts +0 -94
  1137. package/commands/UpdateUserRoutingProfileCommand.ts +0 -94
  1138. package/commands/UpdateUserSecurityProfilesCommand.ts +0 -97
  1139. package/dist/cjs/Connect.js +0 -1661
  1140. package/dist/cjs/Connect.js.map +0 -1
  1141. package/dist/cjs/ConnectClient.js +0 -59
  1142. package/dist/cjs/ConnectClient.js.map +0 -1
  1143. package/dist/cjs/commands/AssociateApprovedOriginCommand.js +0 -62
  1144. package/dist/cjs/commands/AssociateApprovedOriginCommand.js.map +0 -1
  1145. package/dist/cjs/commands/AssociateBotCommand.js +0 -62
  1146. package/dist/cjs/commands/AssociateBotCommand.js.map +0 -1
  1147. package/dist/cjs/commands/AssociateInstanceStorageConfigCommand.js +0 -67
  1148. package/dist/cjs/commands/AssociateInstanceStorageConfigCommand.js.map +0 -1
  1149. package/dist/cjs/commands/AssociateLambdaFunctionCommand.js +0 -62
  1150. package/dist/cjs/commands/AssociateLambdaFunctionCommand.js.map +0 -1
  1151. package/dist/cjs/commands/AssociateLexBotCommand.js +0 -62
  1152. package/dist/cjs/commands/AssociateLexBotCommand.js.map +0 -1
  1153. package/dist/cjs/commands/AssociateQueueQuickConnectsCommand.js +0 -62
  1154. package/dist/cjs/commands/AssociateQueueQuickConnectsCommand.js.map +0 -1
  1155. package/dist/cjs/commands/AssociateRoutingProfileQueuesCommand.js +0 -61
  1156. package/dist/cjs/commands/AssociateRoutingProfileQueuesCommand.js.map +0 -1
  1157. package/dist/cjs/commands/AssociateSecurityKeyCommand.js +0 -62
  1158. package/dist/cjs/commands/AssociateSecurityKeyCommand.js.map +0 -1
  1159. package/dist/cjs/commands/CreateAgentStatusCommand.js +0 -62
  1160. package/dist/cjs/commands/CreateAgentStatusCommand.js.map +0 -1
  1161. package/dist/cjs/commands/CreateContactFlowCommand.js +0 -63
  1162. package/dist/cjs/commands/CreateContactFlowCommand.js.map +0 -1
  1163. package/dist/cjs/commands/CreateHoursOfOperationCommand.js +0 -62
  1164. package/dist/cjs/commands/CreateHoursOfOperationCommand.js.map +0 -1
  1165. package/dist/cjs/commands/CreateInstanceCommand.js +0 -67
  1166. package/dist/cjs/commands/CreateInstanceCommand.js.map +0 -1
  1167. package/dist/cjs/commands/CreateIntegrationAssociationCommand.js +0 -61
  1168. package/dist/cjs/commands/CreateIntegrationAssociationCommand.js.map +0 -1
  1169. package/dist/cjs/commands/CreateQueueCommand.js +0 -62
  1170. package/dist/cjs/commands/CreateQueueCommand.js.map +0 -1
  1171. package/dist/cjs/commands/CreateQuickConnectCommand.js +0 -61
  1172. package/dist/cjs/commands/CreateQuickConnectCommand.js.map +0 -1
  1173. package/dist/cjs/commands/CreateRoutingProfileCommand.js +0 -61
  1174. package/dist/cjs/commands/CreateRoutingProfileCommand.js.map +0 -1
  1175. package/dist/cjs/commands/CreateUseCaseCommand.js +0 -61
  1176. package/dist/cjs/commands/CreateUseCaseCommand.js.map +0 -1
  1177. package/dist/cjs/commands/CreateUserCommand.js +0 -63
  1178. package/dist/cjs/commands/CreateUserCommand.js.map +0 -1
  1179. package/dist/cjs/commands/CreateUserHierarchyGroupCommand.js +0 -61
  1180. package/dist/cjs/commands/CreateUserHierarchyGroupCommand.js.map +0 -1
  1181. package/dist/cjs/commands/DeleteHoursOfOperationCommand.js +0 -62
  1182. package/dist/cjs/commands/DeleteHoursOfOperationCommand.js.map +0 -1
  1183. package/dist/cjs/commands/DeleteInstanceCommand.js +0 -65
  1184. package/dist/cjs/commands/DeleteInstanceCommand.js.map +0 -1
  1185. package/dist/cjs/commands/DeleteIntegrationAssociationCommand.js +0 -62
  1186. package/dist/cjs/commands/DeleteIntegrationAssociationCommand.js.map +0 -1
  1187. package/dist/cjs/commands/DeleteQuickConnectCommand.js +0 -61
  1188. package/dist/cjs/commands/DeleteQuickConnectCommand.js.map +0 -1
  1189. package/dist/cjs/commands/DeleteUseCaseCommand.js +0 -61
  1190. package/dist/cjs/commands/DeleteUseCaseCommand.js.map +0 -1
  1191. package/dist/cjs/commands/DeleteUserCommand.js +0 -64
  1192. package/dist/cjs/commands/DeleteUserCommand.js.map +0 -1
  1193. package/dist/cjs/commands/DeleteUserHierarchyGroupCommand.js +0 -62
  1194. package/dist/cjs/commands/DeleteUserHierarchyGroupCommand.js.map +0 -1
  1195. package/dist/cjs/commands/DescribeAgentStatusCommand.js +0 -62
  1196. package/dist/cjs/commands/DescribeAgentStatusCommand.js.map +0 -1
  1197. package/dist/cjs/commands/DescribeContactFlowCommand.js +0 -63
  1198. package/dist/cjs/commands/DescribeContactFlowCommand.js.map +0 -1
  1199. package/dist/cjs/commands/DescribeHoursOfOperationCommand.js +0 -62
  1200. package/dist/cjs/commands/DescribeHoursOfOperationCommand.js.map +0 -1
  1201. package/dist/cjs/commands/DescribeInstanceAttributeCommand.js +0 -62
  1202. package/dist/cjs/commands/DescribeInstanceAttributeCommand.js.map +0 -1
  1203. package/dist/cjs/commands/DescribeInstanceCommand.js +0 -66
  1204. package/dist/cjs/commands/DescribeInstanceCommand.js.map +0 -1
  1205. package/dist/cjs/commands/DescribeInstanceStorageConfigCommand.js +0 -63
  1206. package/dist/cjs/commands/DescribeInstanceStorageConfigCommand.js.map +0 -1
  1207. package/dist/cjs/commands/DescribeQueueCommand.js +0 -62
  1208. package/dist/cjs/commands/DescribeQueueCommand.js.map +0 -1
  1209. package/dist/cjs/commands/DescribeQuickConnectCommand.js +0 -61
  1210. package/dist/cjs/commands/DescribeQuickConnectCommand.js.map +0 -1
  1211. package/dist/cjs/commands/DescribeRoutingProfileCommand.js +0 -61
  1212. package/dist/cjs/commands/DescribeRoutingProfileCommand.js.map +0 -1
  1213. package/dist/cjs/commands/DescribeUserCommand.js +0 -63
  1214. package/dist/cjs/commands/DescribeUserCommand.js.map +0 -1
  1215. package/dist/cjs/commands/DescribeUserHierarchyGroupCommand.js +0 -61
  1216. package/dist/cjs/commands/DescribeUserHierarchyGroupCommand.js.map +0 -1
  1217. package/dist/cjs/commands/DescribeUserHierarchyStructureCommand.js +0 -61
  1218. package/dist/cjs/commands/DescribeUserHierarchyStructureCommand.js.map +0 -1
  1219. package/dist/cjs/commands/DisassociateApprovedOriginCommand.js +0 -62
  1220. package/dist/cjs/commands/DisassociateApprovedOriginCommand.js.map +0 -1
  1221. package/dist/cjs/commands/DisassociateBotCommand.js +0 -63
  1222. package/dist/cjs/commands/DisassociateBotCommand.js.map +0 -1
  1223. package/dist/cjs/commands/DisassociateInstanceStorageConfigCommand.js +0 -63
  1224. package/dist/cjs/commands/DisassociateInstanceStorageConfigCommand.js.map +0 -1
  1225. package/dist/cjs/commands/DisassociateLambdaFunctionCommand.js +0 -63
  1226. package/dist/cjs/commands/DisassociateLambdaFunctionCommand.js.map +0 -1
  1227. package/dist/cjs/commands/DisassociateLexBotCommand.js +0 -62
  1228. package/dist/cjs/commands/DisassociateLexBotCommand.js.map +0 -1
  1229. package/dist/cjs/commands/DisassociateQueueQuickConnectsCommand.js +0 -62
  1230. package/dist/cjs/commands/DisassociateQueueQuickConnectsCommand.js.map +0 -1
  1231. package/dist/cjs/commands/DisassociateRoutingProfileQueuesCommand.js +0 -61
  1232. package/dist/cjs/commands/DisassociateRoutingProfileQueuesCommand.js.map +0 -1
  1233. package/dist/cjs/commands/DisassociateSecurityKeyCommand.js +0 -62
  1234. package/dist/cjs/commands/DisassociateSecurityKeyCommand.js.map +0 -1
  1235. package/dist/cjs/commands/GetContactAttributesCommand.js +0 -61
  1236. package/dist/cjs/commands/GetContactAttributesCommand.js.map +0 -1
  1237. package/dist/cjs/commands/GetCurrentMetricDataCommand.js +0 -63
  1238. package/dist/cjs/commands/GetCurrentMetricDataCommand.js.map +0 -1
  1239. package/dist/cjs/commands/GetFederationTokenCommand.js +0 -69
  1240. package/dist/cjs/commands/GetFederationTokenCommand.js.map +0 -1
  1241. package/dist/cjs/commands/GetMetricDataCommand.js +0 -64
  1242. package/dist/cjs/commands/GetMetricDataCommand.js.map +0 -1
  1243. package/dist/cjs/commands/ListAgentStatusesCommand.js +0 -62
  1244. package/dist/cjs/commands/ListAgentStatusesCommand.js.map +0 -1
  1245. package/dist/cjs/commands/ListApprovedOriginsCommand.js +0 -62
  1246. package/dist/cjs/commands/ListApprovedOriginsCommand.js.map +0 -1
  1247. package/dist/cjs/commands/ListBotsCommand.js +0 -63
  1248. package/dist/cjs/commands/ListBotsCommand.js.map +0 -1
  1249. package/dist/cjs/commands/ListContactFlowsCommand.js +0 -65
  1250. package/dist/cjs/commands/ListContactFlowsCommand.js.map +0 -1
  1251. package/dist/cjs/commands/ListHoursOfOperationsCommand.js +0 -63
  1252. package/dist/cjs/commands/ListHoursOfOperationsCommand.js.map +0 -1
  1253. package/dist/cjs/commands/ListInstanceAttributesCommand.js +0 -62
  1254. package/dist/cjs/commands/ListInstanceAttributesCommand.js.map +0 -1
  1255. package/dist/cjs/commands/ListInstanceStorageConfigsCommand.js +0 -64
  1256. package/dist/cjs/commands/ListInstanceStorageConfigsCommand.js.map +0 -1
  1257. package/dist/cjs/commands/ListInstancesCommand.js +0 -64
  1258. package/dist/cjs/commands/ListInstancesCommand.js.map +0 -1
  1259. package/dist/cjs/commands/ListIntegrationAssociationsCommand.js +0 -62
  1260. package/dist/cjs/commands/ListIntegrationAssociationsCommand.js.map +0 -1
  1261. package/dist/cjs/commands/ListLambdaFunctionsCommand.js +0 -63
  1262. package/dist/cjs/commands/ListLambdaFunctionsCommand.js.map +0 -1
  1263. package/dist/cjs/commands/ListLexBotsCommand.js +0 -63
  1264. package/dist/cjs/commands/ListLexBotsCommand.js.map +0 -1
  1265. package/dist/cjs/commands/ListPhoneNumbersCommand.js +0 -63
  1266. package/dist/cjs/commands/ListPhoneNumbersCommand.js.map +0 -1
  1267. package/dist/cjs/commands/ListPromptsCommand.js +0 -61
  1268. package/dist/cjs/commands/ListPromptsCommand.js.map +0 -1
  1269. package/dist/cjs/commands/ListQueueQuickConnectsCommand.js +0 -62
  1270. package/dist/cjs/commands/ListQueueQuickConnectsCommand.js.map +0 -1
  1271. package/dist/cjs/commands/ListQueuesCommand.js +0 -67
  1272. package/dist/cjs/commands/ListQueuesCommand.js.map +0 -1
  1273. package/dist/cjs/commands/ListQuickConnectsCommand.js +0 -61
  1274. package/dist/cjs/commands/ListQuickConnectsCommand.js.map +0 -1
  1275. package/dist/cjs/commands/ListRoutingProfileQueuesCommand.js +0 -61
  1276. package/dist/cjs/commands/ListRoutingProfileQueuesCommand.js.map +0 -1
  1277. package/dist/cjs/commands/ListRoutingProfilesCommand.js +0 -64
  1278. package/dist/cjs/commands/ListRoutingProfilesCommand.js.map +0 -1
  1279. package/dist/cjs/commands/ListSecurityKeysCommand.js +0 -62
  1280. package/dist/cjs/commands/ListSecurityKeysCommand.js.map +0 -1
  1281. package/dist/cjs/commands/ListSecurityProfilesCommand.js +0 -64
  1282. package/dist/cjs/commands/ListSecurityProfilesCommand.js.map +0 -1
  1283. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -63
  1284. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  1285. package/dist/cjs/commands/ListUseCasesCommand.js +0 -61
  1286. package/dist/cjs/commands/ListUseCasesCommand.js.map +0 -1
  1287. package/dist/cjs/commands/ListUserHierarchyGroupsCommand.js +0 -64
  1288. package/dist/cjs/commands/ListUserHierarchyGroupsCommand.js.map +0 -1
  1289. package/dist/cjs/commands/ListUsersCommand.js +0 -61
  1290. package/dist/cjs/commands/ListUsersCommand.js.map +0 -1
  1291. package/dist/cjs/commands/ResumeContactRecordingCommand.js +0 -64
  1292. package/dist/cjs/commands/ResumeContactRecordingCommand.js.map +0 -1
  1293. package/dist/cjs/commands/StartChatContactCommand.js +0 -81
  1294. package/dist/cjs/commands/StartChatContactCommand.js.map +0 -1
  1295. package/dist/cjs/commands/StartContactRecordingCommand.js +0 -68
  1296. package/dist/cjs/commands/StartContactRecordingCommand.js.map +0 -1
  1297. package/dist/cjs/commands/StartOutboundVoiceContactCommand.js +0 -74
  1298. package/dist/cjs/commands/StartOutboundVoiceContactCommand.js.map +0 -1
  1299. package/dist/cjs/commands/StartTaskContactCommand.js +0 -61
  1300. package/dist/cjs/commands/StartTaskContactCommand.js.map +0 -1
  1301. package/dist/cjs/commands/StopContactCommand.js +0 -61
  1302. package/dist/cjs/commands/StopContactCommand.js.map +0 -1
  1303. package/dist/cjs/commands/StopContactRecordingCommand.js +0 -67
  1304. package/dist/cjs/commands/StopContactRecordingCommand.js.map +0 -1
  1305. package/dist/cjs/commands/SuspendContactRecordingCommand.js +0 -66
  1306. package/dist/cjs/commands/SuspendContactRecordingCommand.js.map +0 -1
  1307. package/dist/cjs/commands/TagResourceCommand.js +0 -65
  1308. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  1309. package/dist/cjs/commands/UntagResourceCommand.js +0 -61
  1310. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  1311. package/dist/cjs/commands/UpdateAgentStatusCommand.js +0 -62
  1312. package/dist/cjs/commands/UpdateAgentStatusCommand.js.map +0 -1
  1313. package/dist/cjs/commands/UpdateContactAttributesCommand.js +0 -80
  1314. package/dist/cjs/commands/UpdateContactAttributesCommand.js.map +0 -1
  1315. package/dist/cjs/commands/UpdateContactFlowContentCommand.js +0 -63
  1316. package/dist/cjs/commands/UpdateContactFlowContentCommand.js.map +0 -1
  1317. package/dist/cjs/commands/UpdateContactFlowNameCommand.js +0 -63
  1318. package/dist/cjs/commands/UpdateContactFlowNameCommand.js.map +0 -1
  1319. package/dist/cjs/commands/UpdateHoursOfOperationCommand.js +0 -62
  1320. package/dist/cjs/commands/UpdateHoursOfOperationCommand.js.map +0 -1
  1321. package/dist/cjs/commands/UpdateInstanceAttributeCommand.js +0 -62
  1322. package/dist/cjs/commands/UpdateInstanceAttributeCommand.js.map +0 -1
  1323. package/dist/cjs/commands/UpdateInstanceStorageConfigCommand.js +0 -62
  1324. package/dist/cjs/commands/UpdateInstanceStorageConfigCommand.js.map +0 -1
  1325. package/dist/cjs/commands/UpdateQueueHoursOfOperationCommand.js +0 -62
  1326. package/dist/cjs/commands/UpdateQueueHoursOfOperationCommand.js.map +0 -1
  1327. package/dist/cjs/commands/UpdateQueueMaxContactsCommand.js +0 -63
  1328. package/dist/cjs/commands/UpdateQueueMaxContactsCommand.js.map +0 -1
  1329. package/dist/cjs/commands/UpdateQueueNameCommand.js +0 -62
  1330. package/dist/cjs/commands/UpdateQueueNameCommand.js.map +0 -1
  1331. package/dist/cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +0 -63
  1332. package/dist/cjs/commands/UpdateQueueOutboundCallerConfigCommand.js.map +0 -1
  1333. package/dist/cjs/commands/UpdateQueueStatusCommand.js +0 -62
  1334. package/dist/cjs/commands/UpdateQueueStatusCommand.js.map +0 -1
  1335. package/dist/cjs/commands/UpdateQuickConnectConfigCommand.js +0 -61
  1336. package/dist/cjs/commands/UpdateQuickConnectConfigCommand.js.map +0 -1
  1337. package/dist/cjs/commands/UpdateQuickConnectNameCommand.js +0 -61
  1338. package/dist/cjs/commands/UpdateQuickConnectNameCommand.js.map +0 -1
  1339. package/dist/cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +0 -62
  1340. package/dist/cjs/commands/UpdateRoutingProfileConcurrencyCommand.js.map +0 -1
  1341. package/dist/cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +0 -61
  1342. package/dist/cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js.map +0 -1
  1343. package/dist/cjs/commands/UpdateRoutingProfileNameCommand.js +0 -62
  1344. package/dist/cjs/commands/UpdateRoutingProfileNameCommand.js.map +0 -1
  1345. package/dist/cjs/commands/UpdateRoutingProfileQueuesCommand.js +0 -61
  1346. package/dist/cjs/commands/UpdateRoutingProfileQueuesCommand.js.map +0 -1
  1347. package/dist/cjs/commands/UpdateUserHierarchyCommand.js +0 -61
  1348. package/dist/cjs/commands/UpdateUserHierarchyCommand.js.map +0 -1
  1349. package/dist/cjs/commands/UpdateUserHierarchyGroupNameCommand.js +0 -61
  1350. package/dist/cjs/commands/UpdateUserHierarchyGroupNameCommand.js.map +0 -1
  1351. package/dist/cjs/commands/UpdateUserHierarchyStructureCommand.js +0 -61
  1352. package/dist/cjs/commands/UpdateUserHierarchyStructureCommand.js.map +0 -1
  1353. package/dist/cjs/commands/UpdateUserIdentityInfoCommand.js +0 -69
  1354. package/dist/cjs/commands/UpdateUserIdentityInfoCommand.js.map +0 -1
  1355. package/dist/cjs/commands/UpdateUserPhoneConfigCommand.js +0 -61
  1356. package/dist/cjs/commands/UpdateUserPhoneConfigCommand.js.map +0 -1
  1357. package/dist/cjs/commands/UpdateUserRoutingProfileCommand.js +0 -61
  1358. package/dist/cjs/commands/UpdateUserRoutingProfileCommand.js.map +0 -1
  1359. package/dist/cjs/commands/UpdateUserSecurityProfilesCommand.js +0 -61
  1360. package/dist/cjs/commands/UpdateUserSecurityProfilesCommand.js.map +0 -1
  1361. package/dist/cjs/endpoints.js +0 -57
  1362. package/dist/cjs/endpoints.js.map +0 -1
  1363. package/dist/cjs/index.js +0 -142
  1364. package/dist/cjs/index.js.map +0 -1
  1365. package/dist/cjs/models/index.js +0 -5
  1366. package/dist/cjs/models/index.js.map +0 -1
  1367. package/dist/cjs/models/models_0.js +0 -2774
  1368. package/dist/cjs/models/models_0.js.map +0 -1
  1369. package/dist/cjs/package.json +0 -93
  1370. package/dist/cjs/pagination/GetCurrentMetricDataPaginator.js +0 -46
  1371. package/dist/cjs/pagination/GetCurrentMetricDataPaginator.js.map +0 -1
  1372. package/dist/cjs/pagination/GetMetricDataPaginator.js +0 -46
  1373. package/dist/cjs/pagination/GetMetricDataPaginator.js.map +0 -1
  1374. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  1375. package/dist/cjs/pagination/ListAgentStatusesPaginator.js +0 -46
  1376. package/dist/cjs/pagination/ListAgentStatusesPaginator.js.map +0 -1
  1377. package/dist/cjs/pagination/ListApprovedOriginsPaginator.js +0 -46
  1378. package/dist/cjs/pagination/ListApprovedOriginsPaginator.js.map +0 -1
  1379. package/dist/cjs/pagination/ListBotsPaginator.js +0 -46
  1380. package/dist/cjs/pagination/ListBotsPaginator.js.map +0 -1
  1381. package/dist/cjs/pagination/ListContactFlowsPaginator.js +0 -46
  1382. package/dist/cjs/pagination/ListContactFlowsPaginator.js.map +0 -1
  1383. package/dist/cjs/pagination/ListHoursOfOperationsPaginator.js +0 -46
  1384. package/dist/cjs/pagination/ListHoursOfOperationsPaginator.js.map +0 -1
  1385. package/dist/cjs/pagination/ListInstanceAttributesPaginator.js +0 -46
  1386. package/dist/cjs/pagination/ListInstanceAttributesPaginator.js.map +0 -1
  1387. package/dist/cjs/pagination/ListInstanceStorageConfigsPaginator.js +0 -46
  1388. package/dist/cjs/pagination/ListInstanceStorageConfigsPaginator.js.map +0 -1
  1389. package/dist/cjs/pagination/ListInstancesPaginator.js +0 -46
  1390. package/dist/cjs/pagination/ListInstancesPaginator.js.map +0 -1
  1391. package/dist/cjs/pagination/ListIntegrationAssociationsPaginator.js +0 -46
  1392. package/dist/cjs/pagination/ListIntegrationAssociationsPaginator.js.map +0 -1
  1393. package/dist/cjs/pagination/ListLambdaFunctionsPaginator.js +0 -46
  1394. package/dist/cjs/pagination/ListLambdaFunctionsPaginator.js.map +0 -1
  1395. package/dist/cjs/pagination/ListLexBotsPaginator.js +0 -46
  1396. package/dist/cjs/pagination/ListLexBotsPaginator.js.map +0 -1
  1397. package/dist/cjs/pagination/ListPhoneNumbersPaginator.js +0 -46
  1398. package/dist/cjs/pagination/ListPhoneNumbersPaginator.js.map +0 -1
  1399. package/dist/cjs/pagination/ListPromptsPaginator.js +0 -46
  1400. package/dist/cjs/pagination/ListPromptsPaginator.js.map +0 -1
  1401. package/dist/cjs/pagination/ListQueueQuickConnectsPaginator.js +0 -46
  1402. package/dist/cjs/pagination/ListQueueQuickConnectsPaginator.js.map +0 -1
  1403. package/dist/cjs/pagination/ListQueuesPaginator.js +0 -46
  1404. package/dist/cjs/pagination/ListQueuesPaginator.js.map +0 -1
  1405. package/dist/cjs/pagination/ListQuickConnectsPaginator.js +0 -46
  1406. package/dist/cjs/pagination/ListQuickConnectsPaginator.js.map +0 -1
  1407. package/dist/cjs/pagination/ListRoutingProfileQueuesPaginator.js +0 -46
  1408. package/dist/cjs/pagination/ListRoutingProfileQueuesPaginator.js.map +0 -1
  1409. package/dist/cjs/pagination/ListRoutingProfilesPaginator.js +0 -46
  1410. package/dist/cjs/pagination/ListRoutingProfilesPaginator.js.map +0 -1
  1411. package/dist/cjs/pagination/ListSecurityKeysPaginator.js +0 -46
  1412. package/dist/cjs/pagination/ListSecurityKeysPaginator.js.map +0 -1
  1413. package/dist/cjs/pagination/ListSecurityProfilesPaginator.js +0 -46
  1414. package/dist/cjs/pagination/ListSecurityProfilesPaginator.js.map +0 -1
  1415. package/dist/cjs/pagination/ListUseCasesPaginator.js +0 -46
  1416. package/dist/cjs/pagination/ListUseCasesPaginator.js.map +0 -1
  1417. package/dist/cjs/pagination/ListUserHierarchyGroupsPaginator.js +0 -46
  1418. package/dist/cjs/pagination/ListUserHierarchyGroupsPaginator.js.map +0 -1
  1419. package/dist/cjs/pagination/ListUsersPaginator.js +0 -46
  1420. package/dist/cjs/pagination/ListUsersPaginator.js.map +0 -1
  1421. package/dist/cjs/protocols/Aws_restJson1.js +0 -14349
  1422. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  1423. package/dist/cjs/runtimeConfig.browser.js +0 -41
  1424. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  1425. package/dist/cjs/runtimeConfig.js +0 -46
  1426. package/dist/cjs/runtimeConfig.js.map +0 -1
  1427. package/dist/cjs/runtimeConfig.native.js +0 -20
  1428. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  1429. package/dist/cjs/runtimeConfig.shared.js +0 -21
  1430. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  1431. package/dist/es/Connect.js +0 -1664
  1432. package/dist/es/Connect.js.map +0 -1
  1433. package/dist/es/ConnectClient.js +0 -61
  1434. package/dist/es/ConnectClient.js.map +0 -1
  1435. package/dist/es/commands/AssociateApprovedOriginCommand.js +0 -66
  1436. package/dist/es/commands/AssociateApprovedOriginCommand.js.map +0 -1
  1437. package/dist/es/commands/AssociateBotCommand.js +0 -66
  1438. package/dist/es/commands/AssociateBotCommand.js.map +0 -1
  1439. package/dist/es/commands/AssociateInstanceStorageConfigCommand.js +0 -71
  1440. package/dist/es/commands/AssociateInstanceStorageConfigCommand.js.map +0 -1
  1441. package/dist/es/commands/AssociateLambdaFunctionCommand.js +0 -66
  1442. package/dist/es/commands/AssociateLambdaFunctionCommand.js.map +0 -1
  1443. package/dist/es/commands/AssociateLexBotCommand.js +0 -66
  1444. package/dist/es/commands/AssociateLexBotCommand.js.map +0 -1
  1445. package/dist/es/commands/AssociateQueueQuickConnectsCommand.js +0 -66
  1446. package/dist/es/commands/AssociateQueueQuickConnectsCommand.js.map +0 -1
  1447. package/dist/es/commands/AssociateRoutingProfileQueuesCommand.js +0 -65
  1448. package/dist/es/commands/AssociateRoutingProfileQueuesCommand.js.map +0 -1
  1449. package/dist/es/commands/AssociateSecurityKeyCommand.js +0 -66
  1450. package/dist/es/commands/AssociateSecurityKeyCommand.js.map +0 -1
  1451. package/dist/es/commands/CreateAgentStatusCommand.js +0 -66
  1452. package/dist/es/commands/CreateAgentStatusCommand.js.map +0 -1
  1453. package/dist/es/commands/CreateContactFlowCommand.js +0 -67
  1454. package/dist/es/commands/CreateContactFlowCommand.js.map +0 -1
  1455. package/dist/es/commands/CreateHoursOfOperationCommand.js +0 -66
  1456. package/dist/es/commands/CreateHoursOfOperationCommand.js.map +0 -1
  1457. package/dist/es/commands/CreateInstanceCommand.js +0 -71
  1458. package/dist/es/commands/CreateInstanceCommand.js.map +0 -1
  1459. package/dist/es/commands/CreateIntegrationAssociationCommand.js +0 -65
  1460. package/dist/es/commands/CreateIntegrationAssociationCommand.js.map +0 -1
  1461. package/dist/es/commands/CreateQueueCommand.js +0 -66
  1462. package/dist/es/commands/CreateQueueCommand.js.map +0 -1
  1463. package/dist/es/commands/CreateQuickConnectCommand.js +0 -65
  1464. package/dist/es/commands/CreateQuickConnectCommand.js.map +0 -1
  1465. package/dist/es/commands/CreateRoutingProfileCommand.js +0 -65
  1466. package/dist/es/commands/CreateRoutingProfileCommand.js.map +0 -1
  1467. package/dist/es/commands/CreateUseCaseCommand.js +0 -65
  1468. package/dist/es/commands/CreateUseCaseCommand.js.map +0 -1
  1469. package/dist/es/commands/CreateUserCommand.js +0 -67
  1470. package/dist/es/commands/CreateUserCommand.js.map +0 -1
  1471. package/dist/es/commands/CreateUserHierarchyGroupCommand.js +0 -65
  1472. package/dist/es/commands/CreateUserHierarchyGroupCommand.js.map +0 -1
  1473. package/dist/es/commands/DeleteHoursOfOperationCommand.js +0 -66
  1474. package/dist/es/commands/DeleteHoursOfOperationCommand.js.map +0 -1
  1475. package/dist/es/commands/DeleteInstanceCommand.js +0 -69
  1476. package/dist/es/commands/DeleteInstanceCommand.js.map +0 -1
  1477. package/dist/es/commands/DeleteIntegrationAssociationCommand.js +0 -66
  1478. package/dist/es/commands/DeleteIntegrationAssociationCommand.js.map +0 -1
  1479. package/dist/es/commands/DeleteQuickConnectCommand.js +0 -65
  1480. package/dist/es/commands/DeleteQuickConnectCommand.js.map +0 -1
  1481. package/dist/es/commands/DeleteUseCaseCommand.js +0 -65
  1482. package/dist/es/commands/DeleteUseCaseCommand.js.map +0 -1
  1483. package/dist/es/commands/DeleteUserCommand.js +0 -68
  1484. package/dist/es/commands/DeleteUserCommand.js.map +0 -1
  1485. package/dist/es/commands/DeleteUserHierarchyGroupCommand.js +0 -66
  1486. package/dist/es/commands/DeleteUserHierarchyGroupCommand.js.map +0 -1
  1487. package/dist/es/commands/DescribeAgentStatusCommand.js +0 -66
  1488. package/dist/es/commands/DescribeAgentStatusCommand.js.map +0 -1
  1489. package/dist/es/commands/DescribeContactFlowCommand.js +0 -67
  1490. package/dist/es/commands/DescribeContactFlowCommand.js.map +0 -1
  1491. package/dist/es/commands/DescribeHoursOfOperationCommand.js +0 -66
  1492. package/dist/es/commands/DescribeHoursOfOperationCommand.js.map +0 -1
  1493. package/dist/es/commands/DescribeInstanceAttributeCommand.js +0 -66
  1494. package/dist/es/commands/DescribeInstanceAttributeCommand.js.map +0 -1
  1495. package/dist/es/commands/DescribeInstanceCommand.js +0 -70
  1496. package/dist/es/commands/DescribeInstanceCommand.js.map +0 -1
  1497. package/dist/es/commands/DescribeInstanceStorageConfigCommand.js +0 -67
  1498. package/dist/es/commands/DescribeInstanceStorageConfigCommand.js.map +0 -1
  1499. package/dist/es/commands/DescribeQueueCommand.js +0 -66
  1500. package/dist/es/commands/DescribeQueueCommand.js.map +0 -1
  1501. package/dist/es/commands/DescribeQuickConnectCommand.js +0 -65
  1502. package/dist/es/commands/DescribeQuickConnectCommand.js.map +0 -1
  1503. package/dist/es/commands/DescribeRoutingProfileCommand.js +0 -65
  1504. package/dist/es/commands/DescribeRoutingProfileCommand.js.map +0 -1
  1505. package/dist/es/commands/DescribeUserCommand.js +0 -67
  1506. package/dist/es/commands/DescribeUserCommand.js.map +0 -1
  1507. package/dist/es/commands/DescribeUserHierarchyGroupCommand.js +0 -65
  1508. package/dist/es/commands/DescribeUserHierarchyGroupCommand.js.map +0 -1
  1509. package/dist/es/commands/DescribeUserHierarchyStructureCommand.js +0 -65
  1510. package/dist/es/commands/DescribeUserHierarchyStructureCommand.js.map +0 -1
  1511. package/dist/es/commands/DisassociateApprovedOriginCommand.js +0 -66
  1512. package/dist/es/commands/DisassociateApprovedOriginCommand.js.map +0 -1
  1513. package/dist/es/commands/DisassociateBotCommand.js +0 -67
  1514. package/dist/es/commands/DisassociateBotCommand.js.map +0 -1
  1515. package/dist/es/commands/DisassociateInstanceStorageConfigCommand.js +0 -67
  1516. package/dist/es/commands/DisassociateInstanceStorageConfigCommand.js.map +0 -1
  1517. package/dist/es/commands/DisassociateLambdaFunctionCommand.js +0 -67
  1518. package/dist/es/commands/DisassociateLambdaFunctionCommand.js.map +0 -1
  1519. package/dist/es/commands/DisassociateLexBotCommand.js +0 -66
  1520. package/dist/es/commands/DisassociateLexBotCommand.js.map +0 -1
  1521. package/dist/es/commands/DisassociateQueueQuickConnectsCommand.js +0 -66
  1522. package/dist/es/commands/DisassociateQueueQuickConnectsCommand.js.map +0 -1
  1523. package/dist/es/commands/DisassociateRoutingProfileQueuesCommand.js +0 -65
  1524. package/dist/es/commands/DisassociateRoutingProfileQueuesCommand.js.map +0 -1
  1525. package/dist/es/commands/DisassociateSecurityKeyCommand.js +0 -66
  1526. package/dist/es/commands/DisassociateSecurityKeyCommand.js.map +0 -1
  1527. package/dist/es/commands/GetContactAttributesCommand.js +0 -65
  1528. package/dist/es/commands/GetContactAttributesCommand.js.map +0 -1
  1529. package/dist/es/commands/GetCurrentMetricDataCommand.js +0 -67
  1530. package/dist/es/commands/GetCurrentMetricDataCommand.js.map +0 -1
  1531. package/dist/es/commands/GetFederationTokenCommand.js +0 -73
  1532. package/dist/es/commands/GetFederationTokenCommand.js.map +0 -1
  1533. package/dist/es/commands/GetMetricDataCommand.js +0 -68
  1534. package/dist/es/commands/GetMetricDataCommand.js.map +0 -1
  1535. package/dist/es/commands/ListAgentStatusesCommand.js +0 -66
  1536. package/dist/es/commands/ListAgentStatusesCommand.js.map +0 -1
  1537. package/dist/es/commands/ListApprovedOriginsCommand.js +0 -66
  1538. package/dist/es/commands/ListApprovedOriginsCommand.js.map +0 -1
  1539. package/dist/es/commands/ListBotsCommand.js +0 -67
  1540. package/dist/es/commands/ListBotsCommand.js.map +0 -1
  1541. package/dist/es/commands/ListContactFlowsCommand.js +0 -69
  1542. package/dist/es/commands/ListContactFlowsCommand.js.map +0 -1
  1543. package/dist/es/commands/ListHoursOfOperationsCommand.js +0 -67
  1544. package/dist/es/commands/ListHoursOfOperationsCommand.js.map +0 -1
  1545. package/dist/es/commands/ListInstanceAttributesCommand.js +0 -66
  1546. package/dist/es/commands/ListInstanceAttributesCommand.js.map +0 -1
  1547. package/dist/es/commands/ListInstanceStorageConfigsCommand.js +0 -68
  1548. package/dist/es/commands/ListInstanceStorageConfigsCommand.js.map +0 -1
  1549. package/dist/es/commands/ListInstancesCommand.js +0 -68
  1550. package/dist/es/commands/ListInstancesCommand.js.map +0 -1
  1551. package/dist/es/commands/ListIntegrationAssociationsCommand.js +0 -66
  1552. package/dist/es/commands/ListIntegrationAssociationsCommand.js.map +0 -1
  1553. package/dist/es/commands/ListLambdaFunctionsCommand.js +0 -67
  1554. package/dist/es/commands/ListLambdaFunctionsCommand.js.map +0 -1
  1555. package/dist/es/commands/ListLexBotsCommand.js +0 -67
  1556. package/dist/es/commands/ListLexBotsCommand.js.map +0 -1
  1557. package/dist/es/commands/ListPhoneNumbersCommand.js +0 -67
  1558. package/dist/es/commands/ListPhoneNumbersCommand.js.map +0 -1
  1559. package/dist/es/commands/ListPromptsCommand.js +0 -65
  1560. package/dist/es/commands/ListPromptsCommand.js.map +0 -1
  1561. package/dist/es/commands/ListQueueQuickConnectsCommand.js +0 -66
  1562. package/dist/es/commands/ListQueueQuickConnectsCommand.js.map +0 -1
  1563. package/dist/es/commands/ListQueuesCommand.js +0 -71
  1564. package/dist/es/commands/ListQueuesCommand.js.map +0 -1
  1565. package/dist/es/commands/ListQuickConnectsCommand.js +0 -65
  1566. package/dist/es/commands/ListQuickConnectsCommand.js.map +0 -1
  1567. package/dist/es/commands/ListRoutingProfileQueuesCommand.js +0 -65
  1568. package/dist/es/commands/ListRoutingProfileQueuesCommand.js.map +0 -1
  1569. package/dist/es/commands/ListRoutingProfilesCommand.js +0 -68
  1570. package/dist/es/commands/ListRoutingProfilesCommand.js.map +0 -1
  1571. package/dist/es/commands/ListSecurityKeysCommand.js +0 -66
  1572. package/dist/es/commands/ListSecurityKeysCommand.js.map +0 -1
  1573. package/dist/es/commands/ListSecurityProfilesCommand.js +0 -68
  1574. package/dist/es/commands/ListSecurityProfilesCommand.js.map +0 -1
  1575. package/dist/es/commands/ListTagsForResourceCommand.js +0 -67
  1576. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  1577. package/dist/es/commands/ListUseCasesCommand.js +0 -65
  1578. package/dist/es/commands/ListUseCasesCommand.js.map +0 -1
  1579. package/dist/es/commands/ListUserHierarchyGroupsCommand.js +0 -68
  1580. package/dist/es/commands/ListUserHierarchyGroupsCommand.js.map +0 -1
  1581. package/dist/es/commands/ListUsersCommand.js +0 -65
  1582. package/dist/es/commands/ListUsersCommand.js.map +0 -1
  1583. package/dist/es/commands/ResumeContactRecordingCommand.js +0 -68
  1584. package/dist/es/commands/ResumeContactRecordingCommand.js.map +0 -1
  1585. package/dist/es/commands/StartChatContactCommand.js +0 -85
  1586. package/dist/es/commands/StartChatContactCommand.js.map +0 -1
  1587. package/dist/es/commands/StartContactRecordingCommand.js +0 -72
  1588. package/dist/es/commands/StartContactRecordingCommand.js.map +0 -1
  1589. package/dist/es/commands/StartOutboundVoiceContactCommand.js +0 -78
  1590. package/dist/es/commands/StartOutboundVoiceContactCommand.js.map +0 -1
  1591. package/dist/es/commands/StartTaskContactCommand.js +0 -65
  1592. package/dist/es/commands/StartTaskContactCommand.js.map +0 -1
  1593. package/dist/es/commands/StopContactCommand.js +0 -65
  1594. package/dist/es/commands/StopContactCommand.js.map +0 -1
  1595. package/dist/es/commands/StopContactRecordingCommand.js +0 -71
  1596. package/dist/es/commands/StopContactRecordingCommand.js.map +0 -1
  1597. package/dist/es/commands/SuspendContactRecordingCommand.js +0 -70
  1598. package/dist/es/commands/SuspendContactRecordingCommand.js.map +0 -1
  1599. package/dist/es/commands/TagResourceCommand.js +0 -69
  1600. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  1601. package/dist/es/commands/UntagResourceCommand.js +0 -65
  1602. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  1603. package/dist/es/commands/UpdateAgentStatusCommand.js +0 -66
  1604. package/dist/es/commands/UpdateAgentStatusCommand.js.map +0 -1
  1605. package/dist/es/commands/UpdateContactAttributesCommand.js +0 -84
  1606. package/dist/es/commands/UpdateContactAttributesCommand.js.map +0 -1
  1607. package/dist/es/commands/UpdateContactFlowContentCommand.js +0 -67
  1608. package/dist/es/commands/UpdateContactFlowContentCommand.js.map +0 -1
  1609. package/dist/es/commands/UpdateContactFlowNameCommand.js +0 -67
  1610. package/dist/es/commands/UpdateContactFlowNameCommand.js.map +0 -1
  1611. package/dist/es/commands/UpdateHoursOfOperationCommand.js +0 -66
  1612. package/dist/es/commands/UpdateHoursOfOperationCommand.js.map +0 -1
  1613. package/dist/es/commands/UpdateInstanceAttributeCommand.js +0 -66
  1614. package/dist/es/commands/UpdateInstanceAttributeCommand.js.map +0 -1
  1615. package/dist/es/commands/UpdateInstanceStorageConfigCommand.js +0 -66
  1616. package/dist/es/commands/UpdateInstanceStorageConfigCommand.js.map +0 -1
  1617. package/dist/es/commands/UpdateQueueHoursOfOperationCommand.js +0 -66
  1618. package/dist/es/commands/UpdateQueueHoursOfOperationCommand.js.map +0 -1
  1619. package/dist/es/commands/UpdateQueueMaxContactsCommand.js +0 -67
  1620. package/dist/es/commands/UpdateQueueMaxContactsCommand.js.map +0 -1
  1621. package/dist/es/commands/UpdateQueueNameCommand.js +0 -66
  1622. package/dist/es/commands/UpdateQueueNameCommand.js.map +0 -1
  1623. package/dist/es/commands/UpdateQueueOutboundCallerConfigCommand.js +0 -67
  1624. package/dist/es/commands/UpdateQueueOutboundCallerConfigCommand.js.map +0 -1
  1625. package/dist/es/commands/UpdateQueueStatusCommand.js +0 -66
  1626. package/dist/es/commands/UpdateQueueStatusCommand.js.map +0 -1
  1627. package/dist/es/commands/UpdateQuickConnectConfigCommand.js +0 -65
  1628. package/dist/es/commands/UpdateQuickConnectConfigCommand.js.map +0 -1
  1629. package/dist/es/commands/UpdateQuickConnectNameCommand.js +0 -65
  1630. package/dist/es/commands/UpdateQuickConnectNameCommand.js.map +0 -1
  1631. package/dist/es/commands/UpdateRoutingProfileConcurrencyCommand.js +0 -66
  1632. package/dist/es/commands/UpdateRoutingProfileConcurrencyCommand.js.map +0 -1
  1633. package/dist/es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +0 -65
  1634. package/dist/es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js.map +0 -1
  1635. package/dist/es/commands/UpdateRoutingProfileNameCommand.js +0 -66
  1636. package/dist/es/commands/UpdateRoutingProfileNameCommand.js.map +0 -1
  1637. package/dist/es/commands/UpdateRoutingProfileQueuesCommand.js +0 -65
  1638. package/dist/es/commands/UpdateRoutingProfileQueuesCommand.js.map +0 -1
  1639. package/dist/es/commands/UpdateUserHierarchyCommand.js +0 -65
  1640. package/dist/es/commands/UpdateUserHierarchyCommand.js.map +0 -1
  1641. package/dist/es/commands/UpdateUserHierarchyGroupNameCommand.js +0 -65
  1642. package/dist/es/commands/UpdateUserHierarchyGroupNameCommand.js.map +0 -1
  1643. package/dist/es/commands/UpdateUserHierarchyStructureCommand.js +0 -65
  1644. package/dist/es/commands/UpdateUserHierarchyStructureCommand.js.map +0 -1
  1645. package/dist/es/commands/UpdateUserIdentityInfoCommand.js +0 -73
  1646. package/dist/es/commands/UpdateUserIdentityInfoCommand.js.map +0 -1
  1647. package/dist/es/commands/UpdateUserPhoneConfigCommand.js +0 -65
  1648. package/dist/es/commands/UpdateUserPhoneConfigCommand.js.map +0 -1
  1649. package/dist/es/commands/UpdateUserRoutingProfileCommand.js +0 -65
  1650. package/dist/es/commands/UpdateUserRoutingProfileCommand.js.map +0 -1
  1651. package/dist/es/commands/UpdateUserSecurityProfilesCommand.js +0 -65
  1652. package/dist/es/commands/UpdateUserSecurityProfilesCommand.js.map +0 -1
  1653. package/dist/es/endpoints.js +0 -53
  1654. package/dist/es/endpoints.js.map +0 -1
  1655. package/dist/es/index.js.map +0 -1
  1656. package/dist/es/models/index.js.map +0 -1
  1657. package/dist/es/models/models_0.js +0 -2247
  1658. package/dist/es/models/models_0.js.map +0 -1
  1659. package/dist/es/package.json +0 -93
  1660. package/dist/es/pagination/GetCurrentMetricDataPaginator.js +0 -87
  1661. package/dist/es/pagination/GetCurrentMetricDataPaginator.js.map +0 -1
  1662. package/dist/es/pagination/GetMetricDataPaginator.js +0 -87
  1663. package/dist/es/pagination/GetMetricDataPaginator.js.map +0 -1
  1664. package/dist/es/pagination/Interfaces.js.map +0 -1
  1665. package/dist/es/pagination/ListAgentStatusesPaginator.js +0 -87
  1666. package/dist/es/pagination/ListAgentStatusesPaginator.js.map +0 -1
  1667. package/dist/es/pagination/ListApprovedOriginsPaginator.js +0 -87
  1668. package/dist/es/pagination/ListApprovedOriginsPaginator.js.map +0 -1
  1669. package/dist/es/pagination/ListBotsPaginator.js +0 -87
  1670. package/dist/es/pagination/ListBotsPaginator.js.map +0 -1
  1671. package/dist/es/pagination/ListContactFlowsPaginator.js +0 -87
  1672. package/dist/es/pagination/ListContactFlowsPaginator.js.map +0 -1
  1673. package/dist/es/pagination/ListHoursOfOperationsPaginator.js +0 -87
  1674. package/dist/es/pagination/ListHoursOfOperationsPaginator.js.map +0 -1
  1675. package/dist/es/pagination/ListInstanceAttributesPaginator.js +0 -87
  1676. package/dist/es/pagination/ListInstanceAttributesPaginator.js.map +0 -1
  1677. package/dist/es/pagination/ListInstanceStorageConfigsPaginator.js +0 -87
  1678. package/dist/es/pagination/ListInstanceStorageConfigsPaginator.js.map +0 -1
  1679. package/dist/es/pagination/ListInstancesPaginator.js +0 -87
  1680. package/dist/es/pagination/ListInstancesPaginator.js.map +0 -1
  1681. package/dist/es/pagination/ListIntegrationAssociationsPaginator.js +0 -87
  1682. package/dist/es/pagination/ListIntegrationAssociationsPaginator.js.map +0 -1
  1683. package/dist/es/pagination/ListLambdaFunctionsPaginator.js +0 -87
  1684. package/dist/es/pagination/ListLambdaFunctionsPaginator.js.map +0 -1
  1685. package/dist/es/pagination/ListLexBotsPaginator.js +0 -87
  1686. package/dist/es/pagination/ListLexBotsPaginator.js.map +0 -1
  1687. package/dist/es/pagination/ListPhoneNumbersPaginator.js +0 -87
  1688. package/dist/es/pagination/ListPhoneNumbersPaginator.js.map +0 -1
  1689. package/dist/es/pagination/ListPromptsPaginator.js +0 -87
  1690. package/dist/es/pagination/ListPromptsPaginator.js.map +0 -1
  1691. package/dist/es/pagination/ListQueueQuickConnectsPaginator.js +0 -87
  1692. package/dist/es/pagination/ListQueueQuickConnectsPaginator.js.map +0 -1
  1693. package/dist/es/pagination/ListQueuesPaginator.js +0 -87
  1694. package/dist/es/pagination/ListQueuesPaginator.js.map +0 -1
  1695. package/dist/es/pagination/ListQuickConnectsPaginator.js +0 -87
  1696. package/dist/es/pagination/ListQuickConnectsPaginator.js.map +0 -1
  1697. package/dist/es/pagination/ListRoutingProfileQueuesPaginator.js +0 -87
  1698. package/dist/es/pagination/ListRoutingProfileQueuesPaginator.js.map +0 -1
  1699. package/dist/es/pagination/ListRoutingProfilesPaginator.js +0 -87
  1700. package/dist/es/pagination/ListRoutingProfilesPaginator.js.map +0 -1
  1701. package/dist/es/pagination/ListSecurityKeysPaginator.js +0 -87
  1702. package/dist/es/pagination/ListSecurityKeysPaginator.js.map +0 -1
  1703. package/dist/es/pagination/ListSecurityProfilesPaginator.js +0 -87
  1704. package/dist/es/pagination/ListSecurityProfilesPaginator.js.map +0 -1
  1705. package/dist/es/pagination/ListUseCasesPaginator.js +0 -87
  1706. package/dist/es/pagination/ListUseCasesPaginator.js.map +0 -1
  1707. package/dist/es/pagination/ListUserHierarchyGroupsPaginator.js +0 -87
  1708. package/dist/es/pagination/ListUserHierarchyGroupsPaginator.js.map +0 -1
  1709. package/dist/es/pagination/ListUsersPaginator.js +0 -87
  1710. package/dist/es/pagination/ListUsersPaginator.js.map +0 -1
  1711. package/dist/es/protocols/Aws_restJson1.js +0 -15948
  1712. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  1713. package/dist/es/runtimeConfig.browser.js +0 -20
  1714. package/dist/es/runtimeConfig.browser.js.map +0 -1
  1715. package/dist/es/runtimeConfig.js +0 -25
  1716. package/dist/es/runtimeConfig.js.map +0 -1
  1717. package/dist/es/runtimeConfig.native.js +0 -12
  1718. package/dist/es/runtimeConfig.native.js.map +0 -1
  1719. package/dist/es/runtimeConfig.shared.js +0 -17
  1720. package/dist/es/runtimeConfig.shared.js.map +0 -1
  1721. package/dist/types/Connect.d.ts +0 -1003
  1722. package/dist/types/ConnectClient.d.ts +0 -256
  1723. package/dist/types/commands/AssociateApprovedOriginCommand.d.ts +0 -36
  1724. package/dist/types/commands/AssociateBotCommand.d.ts +0 -36
  1725. package/dist/types/commands/AssociateInstanceStorageConfigCommand.d.ts +0 -41
  1726. package/dist/types/commands/AssociateLambdaFunctionCommand.d.ts +0 -36
  1727. package/dist/types/commands/AssociateLexBotCommand.d.ts +0 -36
  1728. package/dist/types/commands/AssociateQueueQuickConnectsCommand.d.ts +0 -36
  1729. package/dist/types/commands/AssociateRoutingProfileQueuesCommand.d.ts +0 -35
  1730. package/dist/types/commands/AssociateSecurityKeyCommand.d.ts +0 -36
  1731. package/dist/types/commands/CreateAgentStatusCommand.d.ts +0 -36
  1732. package/dist/types/commands/CreateContactFlowCommand.d.ts +0 -37
  1733. package/dist/types/commands/CreateHoursOfOperationCommand.d.ts +0 -36
  1734. package/dist/types/commands/CreateInstanceCommand.d.ts +0 -41
  1735. package/dist/types/commands/CreateIntegrationAssociationCommand.d.ts +0 -35
  1736. package/dist/types/commands/CreateQueueCommand.d.ts +0 -36
  1737. package/dist/types/commands/CreateQuickConnectCommand.d.ts +0 -35
  1738. package/dist/types/commands/CreateRoutingProfileCommand.d.ts +0 -35
  1739. package/dist/types/commands/CreateUseCaseCommand.d.ts +0 -35
  1740. package/dist/types/commands/CreateUserCommand.d.ts +0 -37
  1741. package/dist/types/commands/CreateUserHierarchyGroupCommand.d.ts +0 -35
  1742. package/dist/types/commands/DeleteHoursOfOperationCommand.d.ts +0 -36
  1743. package/dist/types/commands/DeleteInstanceCommand.d.ts +0 -39
  1744. package/dist/types/commands/DeleteIntegrationAssociationCommand.d.ts +0 -36
  1745. package/dist/types/commands/DeleteQuickConnectCommand.d.ts +0 -35
  1746. package/dist/types/commands/DeleteUseCaseCommand.d.ts +0 -35
  1747. package/dist/types/commands/DeleteUserCommand.d.ts +0 -38
  1748. package/dist/types/commands/DeleteUserHierarchyGroupCommand.d.ts +0 -36
  1749. package/dist/types/commands/DescribeAgentStatusCommand.d.ts +0 -36
  1750. package/dist/types/commands/DescribeContactFlowCommand.d.ts +0 -37
  1751. package/dist/types/commands/DescribeHoursOfOperationCommand.d.ts +0 -36
  1752. package/dist/types/commands/DescribeInstanceAttributeCommand.d.ts +0 -36
  1753. package/dist/types/commands/DescribeInstanceCommand.d.ts +0 -40
  1754. package/dist/types/commands/DescribeInstanceStorageConfigCommand.d.ts +0 -37
  1755. package/dist/types/commands/DescribeQueueCommand.d.ts +0 -36
  1756. package/dist/types/commands/DescribeQuickConnectCommand.d.ts +0 -35
  1757. package/dist/types/commands/DescribeRoutingProfileCommand.d.ts +0 -35
  1758. package/dist/types/commands/DescribeUserCommand.d.ts +0 -37
  1759. package/dist/types/commands/DescribeUserHierarchyGroupCommand.d.ts +0 -35
  1760. package/dist/types/commands/DescribeUserHierarchyStructureCommand.d.ts +0 -35
  1761. package/dist/types/commands/DisassociateApprovedOriginCommand.d.ts +0 -36
  1762. package/dist/types/commands/DisassociateBotCommand.d.ts +0 -37
  1763. package/dist/types/commands/DisassociateInstanceStorageConfigCommand.d.ts +0 -37
  1764. package/dist/types/commands/DisassociateLambdaFunctionCommand.d.ts +0 -37
  1765. package/dist/types/commands/DisassociateLexBotCommand.d.ts +0 -36
  1766. package/dist/types/commands/DisassociateQueueQuickConnectsCommand.d.ts +0 -36
  1767. package/dist/types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +0 -35
  1768. package/dist/types/commands/DisassociateSecurityKeyCommand.d.ts +0 -36
  1769. package/dist/types/commands/GetContactAttributesCommand.d.ts +0 -35
  1770. package/dist/types/commands/GetCurrentMetricDataCommand.d.ts +0 -37
  1771. package/dist/types/commands/GetFederationTokenCommand.d.ts +0 -43
  1772. package/dist/types/commands/GetMetricDataCommand.d.ts +0 -38
  1773. package/dist/types/commands/ListAgentStatusesCommand.d.ts +0 -36
  1774. package/dist/types/commands/ListApprovedOriginsCommand.d.ts +0 -36
  1775. package/dist/types/commands/ListBotsCommand.d.ts +0 -37
  1776. package/dist/types/commands/ListContactFlowsCommand.d.ts +0 -39
  1777. package/dist/types/commands/ListHoursOfOperationsCommand.d.ts +0 -37
  1778. package/dist/types/commands/ListInstanceAttributesCommand.d.ts +0 -36
  1779. package/dist/types/commands/ListInstanceStorageConfigsCommand.d.ts +0 -38
  1780. package/dist/types/commands/ListInstancesCommand.d.ts +0 -38
  1781. package/dist/types/commands/ListIntegrationAssociationsCommand.d.ts +0 -36
  1782. package/dist/types/commands/ListLambdaFunctionsCommand.d.ts +0 -37
  1783. package/dist/types/commands/ListLexBotsCommand.d.ts +0 -37
  1784. package/dist/types/commands/ListPhoneNumbersCommand.d.ts +0 -37
  1785. package/dist/types/commands/ListPromptsCommand.d.ts +0 -35
  1786. package/dist/types/commands/ListQueueQuickConnectsCommand.d.ts +0 -36
  1787. package/dist/types/commands/ListQueuesCommand.d.ts +0 -41
  1788. package/dist/types/commands/ListQuickConnectsCommand.d.ts +0 -35
  1789. package/dist/types/commands/ListRoutingProfileQueuesCommand.d.ts +0 -35
  1790. package/dist/types/commands/ListRoutingProfilesCommand.d.ts +0 -38
  1791. package/dist/types/commands/ListSecurityKeysCommand.d.ts +0 -36
  1792. package/dist/types/commands/ListSecurityProfilesCommand.d.ts +0 -38
  1793. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -37
  1794. package/dist/types/commands/ListUseCasesCommand.d.ts +0 -35
  1795. package/dist/types/commands/ListUserHierarchyGroupsCommand.d.ts +0 -38
  1796. package/dist/types/commands/ListUsersCommand.d.ts +0 -35
  1797. package/dist/types/commands/ResumeContactRecordingCommand.d.ts +0 -38
  1798. package/dist/types/commands/StartChatContactCommand.d.ts +0 -55
  1799. package/dist/types/commands/StartContactRecordingCommand.d.ts +0 -42
  1800. package/dist/types/commands/StartOutboundVoiceContactCommand.d.ts +0 -48
  1801. package/dist/types/commands/StartTaskContactCommand.d.ts +0 -35
  1802. package/dist/types/commands/StopContactCommand.d.ts +0 -35
  1803. package/dist/types/commands/StopContactRecordingCommand.d.ts +0 -41
  1804. package/dist/types/commands/SuspendContactRecordingCommand.d.ts +0 -40
  1805. package/dist/types/commands/TagResourceCommand.d.ts +0 -39
  1806. package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
  1807. package/dist/types/commands/UpdateAgentStatusCommand.d.ts +0 -36
  1808. package/dist/types/commands/UpdateContactAttributesCommand.d.ts +0 -54
  1809. package/dist/types/commands/UpdateContactFlowContentCommand.d.ts +0 -37
  1810. package/dist/types/commands/UpdateContactFlowNameCommand.d.ts +0 -37
  1811. package/dist/types/commands/UpdateHoursOfOperationCommand.d.ts +0 -36
  1812. package/dist/types/commands/UpdateInstanceAttributeCommand.d.ts +0 -36
  1813. package/dist/types/commands/UpdateInstanceStorageConfigCommand.d.ts +0 -36
  1814. package/dist/types/commands/UpdateQueueHoursOfOperationCommand.d.ts +0 -36
  1815. package/dist/types/commands/UpdateQueueMaxContactsCommand.d.ts +0 -37
  1816. package/dist/types/commands/UpdateQueueNameCommand.d.ts +0 -36
  1817. package/dist/types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +0 -37
  1818. package/dist/types/commands/UpdateQueueStatusCommand.d.ts +0 -36
  1819. package/dist/types/commands/UpdateQuickConnectConfigCommand.d.ts +0 -35
  1820. package/dist/types/commands/UpdateQuickConnectNameCommand.d.ts +0 -35
  1821. package/dist/types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +0 -36
  1822. package/dist/types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +0 -35
  1823. package/dist/types/commands/UpdateRoutingProfileNameCommand.d.ts +0 -36
  1824. package/dist/types/commands/UpdateRoutingProfileQueuesCommand.d.ts +0 -35
  1825. package/dist/types/commands/UpdateUserHierarchyCommand.d.ts +0 -35
  1826. package/dist/types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +0 -35
  1827. package/dist/types/commands/UpdateUserHierarchyStructureCommand.d.ts +0 -35
  1828. package/dist/types/commands/UpdateUserIdentityInfoCommand.d.ts +0 -43
  1829. package/dist/types/commands/UpdateUserPhoneConfigCommand.d.ts +0 -35
  1830. package/dist/types/commands/UpdateUserRoutingProfileCommand.d.ts +0 -35
  1831. package/dist/types/commands/UpdateUserSecurityProfilesCommand.d.ts +0 -35
  1832. package/dist/types/models/models_0.d.ts +0 -6096
  1833. package/dist/types/pagination/GetCurrentMetricDataPaginator.d.ts +0 -4
  1834. package/dist/types/pagination/GetMetricDataPaginator.d.ts +0 -4
  1835. package/dist/types/pagination/Interfaces.d.ts +0 -6
  1836. package/dist/types/pagination/ListAgentStatusesPaginator.d.ts +0 -4
  1837. package/dist/types/pagination/ListApprovedOriginsPaginator.d.ts +0 -4
  1838. package/dist/types/pagination/ListBotsPaginator.d.ts +0 -4
  1839. package/dist/types/pagination/ListContactFlowsPaginator.d.ts +0 -4
  1840. package/dist/types/pagination/ListHoursOfOperationsPaginator.d.ts +0 -4
  1841. package/dist/types/pagination/ListInstanceAttributesPaginator.d.ts +0 -4
  1842. package/dist/types/pagination/ListInstanceStorageConfigsPaginator.d.ts +0 -4
  1843. package/dist/types/pagination/ListInstancesPaginator.d.ts +0 -4
  1844. package/dist/types/pagination/ListIntegrationAssociationsPaginator.d.ts +0 -4
  1845. package/dist/types/pagination/ListLambdaFunctionsPaginator.d.ts +0 -4
  1846. package/dist/types/pagination/ListLexBotsPaginator.d.ts +0 -4
  1847. package/dist/types/pagination/ListPhoneNumbersPaginator.d.ts +0 -4
  1848. package/dist/types/pagination/ListPromptsPaginator.d.ts +0 -4
  1849. package/dist/types/pagination/ListQueueQuickConnectsPaginator.d.ts +0 -4
  1850. package/dist/types/pagination/ListQueuesPaginator.d.ts +0 -4
  1851. package/dist/types/pagination/ListQuickConnectsPaginator.d.ts +0 -4
  1852. package/dist/types/pagination/ListRoutingProfileQueuesPaginator.d.ts +0 -4
  1853. package/dist/types/pagination/ListRoutingProfilesPaginator.d.ts +0 -4
  1854. package/dist/types/pagination/ListSecurityKeysPaginator.d.ts +0 -4
  1855. package/dist/types/pagination/ListSecurityProfilesPaginator.d.ts +0 -4
  1856. package/dist/types/pagination/ListUseCasesPaginator.d.ts +0 -4
  1857. package/dist/types/pagination/ListUserHierarchyGroupsPaginator.d.ts +0 -4
  1858. package/dist/types/pagination/ListUsersPaginator.d.ts +0 -4
  1859. package/dist/types/protocols/Aws_restJson1.d.ts +0 -329
  1860. package/dist/types/runtimeConfig.browser.d.ts +0 -36
  1861. package/dist/types/runtimeConfig.d.ts +0 -36
  1862. package/dist/types/runtimeConfig.native.d.ts +0 -35
  1863. package/dist/types/ts3.4/Connect.d.ts +0 -1003
  1864. package/dist/types/ts3.4/ConnectClient.d.ts +0 -256
  1865. package/dist/types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +0 -36
  1866. package/dist/types/ts3.4/commands/AssociateBotCommand.d.ts +0 -36
  1867. package/dist/types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +0 -41
  1868. package/dist/types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +0 -36
  1869. package/dist/types/ts3.4/commands/AssociateLexBotCommand.d.ts +0 -36
  1870. package/dist/types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +0 -36
  1871. package/dist/types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +0 -35
  1872. package/dist/types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +0 -36
  1873. package/dist/types/ts3.4/commands/CreateAgentStatusCommand.d.ts +0 -36
  1874. package/dist/types/ts3.4/commands/CreateContactFlowCommand.d.ts +0 -37
  1875. package/dist/types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +0 -36
  1876. package/dist/types/ts3.4/commands/CreateInstanceCommand.d.ts +0 -41
  1877. package/dist/types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +0 -35
  1878. package/dist/types/ts3.4/commands/CreateQueueCommand.d.ts +0 -36
  1879. package/dist/types/ts3.4/commands/CreateQuickConnectCommand.d.ts +0 -35
  1880. package/dist/types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +0 -35
  1881. package/dist/types/ts3.4/commands/CreateUseCaseCommand.d.ts +0 -35
  1882. package/dist/types/ts3.4/commands/CreateUserCommand.d.ts +0 -37
  1883. package/dist/types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +0 -35
  1884. package/dist/types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +0 -36
  1885. package/dist/types/ts3.4/commands/DeleteInstanceCommand.d.ts +0 -39
  1886. package/dist/types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +0 -36
  1887. package/dist/types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +0 -35
  1888. package/dist/types/ts3.4/commands/DeleteUseCaseCommand.d.ts +0 -35
  1889. package/dist/types/ts3.4/commands/DeleteUserCommand.d.ts +0 -38
  1890. package/dist/types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +0 -36
  1891. package/dist/types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +0 -36
  1892. package/dist/types/ts3.4/commands/DescribeContactFlowCommand.d.ts +0 -37
  1893. package/dist/types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +0 -36
  1894. package/dist/types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +0 -36
  1895. package/dist/types/ts3.4/commands/DescribeInstanceCommand.d.ts +0 -40
  1896. package/dist/types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +0 -37
  1897. package/dist/types/ts3.4/commands/DescribeQueueCommand.d.ts +0 -36
  1898. package/dist/types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +0 -35
  1899. package/dist/types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +0 -35
  1900. package/dist/types/ts3.4/commands/DescribeUserCommand.d.ts +0 -37
  1901. package/dist/types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +0 -35
  1902. package/dist/types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +0 -35
  1903. package/dist/types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +0 -36
  1904. package/dist/types/ts3.4/commands/DisassociateBotCommand.d.ts +0 -37
  1905. package/dist/types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +0 -37
  1906. package/dist/types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +0 -37
  1907. package/dist/types/ts3.4/commands/DisassociateLexBotCommand.d.ts +0 -36
  1908. package/dist/types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +0 -36
  1909. package/dist/types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +0 -35
  1910. package/dist/types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +0 -36
  1911. package/dist/types/ts3.4/commands/GetContactAttributesCommand.d.ts +0 -35
  1912. package/dist/types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +0 -37
  1913. package/dist/types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -43
  1914. package/dist/types/ts3.4/commands/GetMetricDataCommand.d.ts +0 -38
  1915. package/dist/types/ts3.4/commands/ListAgentStatusesCommand.d.ts +0 -36
  1916. package/dist/types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +0 -36
  1917. package/dist/types/ts3.4/commands/ListBotsCommand.d.ts +0 -37
  1918. package/dist/types/ts3.4/commands/ListContactFlowsCommand.d.ts +0 -39
  1919. package/dist/types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +0 -37
  1920. package/dist/types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +0 -36
  1921. package/dist/types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +0 -38
  1922. package/dist/types/ts3.4/commands/ListInstancesCommand.d.ts +0 -38
  1923. package/dist/types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +0 -36
  1924. package/dist/types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +0 -37
  1925. package/dist/types/ts3.4/commands/ListLexBotsCommand.d.ts +0 -37
  1926. package/dist/types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +0 -37
  1927. package/dist/types/ts3.4/commands/ListPromptsCommand.d.ts +0 -35
  1928. package/dist/types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +0 -36
  1929. package/dist/types/ts3.4/commands/ListQueuesCommand.d.ts +0 -41
  1930. package/dist/types/ts3.4/commands/ListQuickConnectsCommand.d.ts +0 -35
  1931. package/dist/types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +0 -35
  1932. package/dist/types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +0 -38
  1933. package/dist/types/ts3.4/commands/ListSecurityKeysCommand.d.ts +0 -36
  1934. package/dist/types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +0 -38
  1935. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -37
  1936. package/dist/types/ts3.4/commands/ListUseCasesCommand.d.ts +0 -35
  1937. package/dist/types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +0 -38
  1938. package/dist/types/ts3.4/commands/ListUsersCommand.d.ts +0 -35
  1939. package/dist/types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +0 -38
  1940. package/dist/types/ts3.4/commands/StartChatContactCommand.d.ts +0 -55
  1941. package/dist/types/ts3.4/commands/StartContactRecordingCommand.d.ts +0 -42
  1942. package/dist/types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +0 -48
  1943. package/dist/types/ts3.4/commands/StartTaskContactCommand.d.ts +0 -35
  1944. package/dist/types/ts3.4/commands/StopContactCommand.d.ts +0 -35
  1945. package/dist/types/ts3.4/commands/StopContactRecordingCommand.d.ts +0 -41
  1946. package/dist/types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +0 -40
  1947. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -39
  1948. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  1949. package/dist/types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +0 -36
  1950. package/dist/types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +0 -54
  1951. package/dist/types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +0 -37
  1952. package/dist/types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +0 -37
  1953. package/dist/types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +0 -36
  1954. package/dist/types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +0 -36
  1955. package/dist/types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +0 -36
  1956. package/dist/types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +0 -36
  1957. package/dist/types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +0 -37
  1958. package/dist/types/ts3.4/commands/UpdateQueueNameCommand.d.ts +0 -36
  1959. package/dist/types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +0 -37
  1960. package/dist/types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +0 -36
  1961. package/dist/types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +0 -35
  1962. package/dist/types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +0 -35
  1963. package/dist/types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +0 -36
  1964. package/dist/types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +0 -35
  1965. package/dist/types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +0 -36
  1966. package/dist/types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +0 -35
  1967. package/dist/types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +0 -35
  1968. package/dist/types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +0 -35
  1969. package/dist/types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +0 -35
  1970. package/dist/types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +0 -43
  1971. package/dist/types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +0 -35
  1972. package/dist/types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +0 -35
  1973. package/dist/types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +0 -35
  1974. package/dist/types/ts3.4/models/models_0.d.ts +0 -6096
  1975. package/dist/types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +0 -4
  1976. package/dist/types/ts3.4/pagination/GetMetricDataPaginator.d.ts +0 -4
  1977. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1978. package/dist/types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +0 -4
  1979. package/dist/types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +0 -4
  1980. package/dist/types/ts3.4/pagination/ListBotsPaginator.d.ts +0 -4
  1981. package/dist/types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +0 -4
  1982. package/dist/types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +0 -4
  1983. package/dist/types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +0 -4
  1984. package/dist/types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +0 -4
  1985. package/dist/types/ts3.4/pagination/ListInstancesPaginator.d.ts +0 -4
  1986. package/dist/types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +0 -4
  1987. package/dist/types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +0 -4
  1988. package/dist/types/ts3.4/pagination/ListLexBotsPaginator.d.ts +0 -4
  1989. package/dist/types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +0 -4
  1990. package/dist/types/ts3.4/pagination/ListPromptsPaginator.d.ts +0 -4
  1991. package/dist/types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +0 -4
  1992. package/dist/types/ts3.4/pagination/ListQueuesPaginator.d.ts +0 -4
  1993. package/dist/types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +0 -4
  1994. package/dist/types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +0 -4
  1995. package/dist/types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +0 -4
  1996. package/dist/types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +0 -4
  1997. package/dist/types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +0 -4
  1998. package/dist/types/ts3.4/pagination/ListUseCasesPaginator.d.ts +0 -4
  1999. package/dist/types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +0 -4
  2000. package/dist/types/ts3.4/pagination/ListUsersPaginator.d.ts +0 -4
  2001. package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -329
  2002. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
  2003. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
  2004. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
  2005. package/endpoints.ts +0 -57
  2006. package/models/models_0.ts +0 -7583
  2007. package/pagination/GetCurrentMetricDataPaginator.ts +0 -58
  2008. package/pagination/GetMetricDataPaginator.ts +0 -58
  2009. package/pagination/Interfaces.ts +0 -7
  2010. package/pagination/ListAgentStatusesPaginator.ts +0 -58
  2011. package/pagination/ListApprovedOriginsPaginator.ts +0 -58
  2012. package/pagination/ListBotsPaginator.ts +0 -54
  2013. package/pagination/ListContactFlowsPaginator.ts +0 -58
  2014. package/pagination/ListHoursOfOperationsPaginator.ts +0 -58
  2015. package/pagination/ListInstanceAttributesPaginator.ts +0 -58
  2016. package/pagination/ListInstanceStorageConfigsPaginator.ts +0 -58
  2017. package/pagination/ListInstancesPaginator.ts +0 -58
  2018. package/pagination/ListIntegrationAssociationsPaginator.ts +0 -58
  2019. package/pagination/ListLambdaFunctionsPaginator.ts +0 -58
  2020. package/pagination/ListLexBotsPaginator.ts +0 -54
  2021. package/pagination/ListPhoneNumbersPaginator.ts +0 -58
  2022. package/pagination/ListPromptsPaginator.ts +0 -54
  2023. package/pagination/ListQueueQuickConnectsPaginator.ts +0 -58
  2024. package/pagination/ListQueuesPaginator.ts +0 -54
  2025. package/pagination/ListQuickConnectsPaginator.ts +0 -58
  2026. package/pagination/ListRoutingProfileQueuesPaginator.ts +0 -58
  2027. package/pagination/ListRoutingProfilesPaginator.ts +0 -58
  2028. package/pagination/ListSecurityKeysPaginator.ts +0 -58
  2029. package/pagination/ListSecurityProfilesPaginator.ts +0 -58
  2030. package/pagination/ListUseCasesPaginator.ts +0 -58
  2031. package/pagination/ListUserHierarchyGroupsPaginator.ts +0 -58
  2032. package/pagination/ListUsersPaginator.ts +0 -54
  2033. package/protocols/Aws_restJson1.ts +0 -16199
  2034. package/runtimeConfig.browser.ts +0 -40
  2035. package/runtimeConfig.native.ts +0 -16
  2036. package/runtimeConfig.shared.ts +0 -16
  2037. package/runtimeConfig.ts +0 -45
package/src/Connect.ts ADDED
@@ -0,0 +1,4172 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+
3
+ import {
4
+ AssociateApprovedOriginCommand,
5
+ AssociateApprovedOriginCommandInput,
6
+ AssociateApprovedOriginCommandOutput,
7
+ } from "./commands/AssociateApprovedOriginCommand";
8
+ import {
9
+ AssociateBotCommand,
10
+ AssociateBotCommandInput,
11
+ AssociateBotCommandOutput,
12
+ } from "./commands/AssociateBotCommand";
13
+ import {
14
+ AssociateInstanceStorageConfigCommand,
15
+ AssociateInstanceStorageConfigCommandInput,
16
+ AssociateInstanceStorageConfigCommandOutput,
17
+ } from "./commands/AssociateInstanceStorageConfigCommand";
18
+ import {
19
+ AssociateLambdaFunctionCommand,
20
+ AssociateLambdaFunctionCommandInput,
21
+ AssociateLambdaFunctionCommandOutput,
22
+ } from "./commands/AssociateLambdaFunctionCommand";
23
+ import {
24
+ AssociateLexBotCommand,
25
+ AssociateLexBotCommandInput,
26
+ AssociateLexBotCommandOutput,
27
+ } from "./commands/AssociateLexBotCommand";
28
+ import {
29
+ AssociateQueueQuickConnectsCommand,
30
+ AssociateQueueQuickConnectsCommandInput,
31
+ AssociateQueueQuickConnectsCommandOutput,
32
+ } from "./commands/AssociateQueueQuickConnectsCommand";
33
+ import {
34
+ AssociateRoutingProfileQueuesCommand,
35
+ AssociateRoutingProfileQueuesCommandInput,
36
+ AssociateRoutingProfileQueuesCommandOutput,
37
+ } from "./commands/AssociateRoutingProfileQueuesCommand";
38
+ import {
39
+ AssociateSecurityKeyCommand,
40
+ AssociateSecurityKeyCommandInput,
41
+ AssociateSecurityKeyCommandOutput,
42
+ } from "./commands/AssociateSecurityKeyCommand";
43
+ import {
44
+ CreateAgentStatusCommand,
45
+ CreateAgentStatusCommandInput,
46
+ CreateAgentStatusCommandOutput,
47
+ } from "./commands/CreateAgentStatusCommand";
48
+ import {
49
+ CreateContactFlowCommand,
50
+ CreateContactFlowCommandInput,
51
+ CreateContactFlowCommandOutput,
52
+ } from "./commands/CreateContactFlowCommand";
53
+ import {
54
+ CreateHoursOfOperationCommand,
55
+ CreateHoursOfOperationCommandInput,
56
+ CreateHoursOfOperationCommandOutput,
57
+ } from "./commands/CreateHoursOfOperationCommand";
58
+ import {
59
+ CreateInstanceCommand,
60
+ CreateInstanceCommandInput,
61
+ CreateInstanceCommandOutput,
62
+ } from "./commands/CreateInstanceCommand";
63
+ import {
64
+ CreateIntegrationAssociationCommand,
65
+ CreateIntegrationAssociationCommandInput,
66
+ CreateIntegrationAssociationCommandOutput,
67
+ } from "./commands/CreateIntegrationAssociationCommand";
68
+ import { CreateQueueCommand, CreateQueueCommandInput, CreateQueueCommandOutput } from "./commands/CreateQueueCommand";
69
+ import {
70
+ CreateQuickConnectCommand,
71
+ CreateQuickConnectCommandInput,
72
+ CreateQuickConnectCommandOutput,
73
+ } from "./commands/CreateQuickConnectCommand";
74
+ import {
75
+ CreateRoutingProfileCommand,
76
+ CreateRoutingProfileCommandInput,
77
+ CreateRoutingProfileCommandOutput,
78
+ } from "./commands/CreateRoutingProfileCommand";
79
+ import {
80
+ CreateUseCaseCommand,
81
+ CreateUseCaseCommandInput,
82
+ CreateUseCaseCommandOutput,
83
+ } from "./commands/CreateUseCaseCommand";
84
+ import { CreateUserCommand, CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
85
+ import {
86
+ CreateUserHierarchyGroupCommand,
87
+ CreateUserHierarchyGroupCommandInput,
88
+ CreateUserHierarchyGroupCommandOutput,
89
+ } from "./commands/CreateUserHierarchyGroupCommand";
90
+ import {
91
+ DeleteHoursOfOperationCommand,
92
+ DeleteHoursOfOperationCommandInput,
93
+ DeleteHoursOfOperationCommandOutput,
94
+ } from "./commands/DeleteHoursOfOperationCommand";
95
+ import {
96
+ DeleteInstanceCommand,
97
+ DeleteInstanceCommandInput,
98
+ DeleteInstanceCommandOutput,
99
+ } from "./commands/DeleteInstanceCommand";
100
+ import {
101
+ DeleteIntegrationAssociationCommand,
102
+ DeleteIntegrationAssociationCommandInput,
103
+ DeleteIntegrationAssociationCommandOutput,
104
+ } from "./commands/DeleteIntegrationAssociationCommand";
105
+ import {
106
+ DeleteQuickConnectCommand,
107
+ DeleteQuickConnectCommandInput,
108
+ DeleteQuickConnectCommandOutput,
109
+ } from "./commands/DeleteQuickConnectCommand";
110
+ import {
111
+ DeleteUseCaseCommand,
112
+ DeleteUseCaseCommandInput,
113
+ DeleteUseCaseCommandOutput,
114
+ } from "./commands/DeleteUseCaseCommand";
115
+ import { DeleteUserCommand, DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
116
+ import {
117
+ DeleteUserHierarchyGroupCommand,
118
+ DeleteUserHierarchyGroupCommandInput,
119
+ DeleteUserHierarchyGroupCommandOutput,
120
+ } from "./commands/DeleteUserHierarchyGroupCommand";
121
+ import {
122
+ DescribeAgentStatusCommand,
123
+ DescribeAgentStatusCommandInput,
124
+ DescribeAgentStatusCommandOutput,
125
+ } from "./commands/DescribeAgentStatusCommand";
126
+ import {
127
+ DescribeContactFlowCommand,
128
+ DescribeContactFlowCommandInput,
129
+ DescribeContactFlowCommandOutput,
130
+ } from "./commands/DescribeContactFlowCommand";
131
+ import {
132
+ DescribeHoursOfOperationCommand,
133
+ DescribeHoursOfOperationCommandInput,
134
+ DescribeHoursOfOperationCommandOutput,
135
+ } from "./commands/DescribeHoursOfOperationCommand";
136
+ import {
137
+ DescribeInstanceAttributeCommand,
138
+ DescribeInstanceAttributeCommandInput,
139
+ DescribeInstanceAttributeCommandOutput,
140
+ } from "./commands/DescribeInstanceAttributeCommand";
141
+ import {
142
+ DescribeInstanceCommand,
143
+ DescribeInstanceCommandInput,
144
+ DescribeInstanceCommandOutput,
145
+ } from "./commands/DescribeInstanceCommand";
146
+ import {
147
+ DescribeInstanceStorageConfigCommand,
148
+ DescribeInstanceStorageConfigCommandInput,
149
+ DescribeInstanceStorageConfigCommandOutput,
150
+ } from "./commands/DescribeInstanceStorageConfigCommand";
151
+ import {
152
+ DescribeQueueCommand,
153
+ DescribeQueueCommandInput,
154
+ DescribeQueueCommandOutput,
155
+ } from "./commands/DescribeQueueCommand";
156
+ import {
157
+ DescribeQuickConnectCommand,
158
+ DescribeQuickConnectCommandInput,
159
+ DescribeQuickConnectCommandOutput,
160
+ } from "./commands/DescribeQuickConnectCommand";
161
+ import {
162
+ DescribeRoutingProfileCommand,
163
+ DescribeRoutingProfileCommandInput,
164
+ DescribeRoutingProfileCommandOutput,
165
+ } from "./commands/DescribeRoutingProfileCommand";
166
+ import {
167
+ DescribeUserCommand,
168
+ DescribeUserCommandInput,
169
+ DescribeUserCommandOutput,
170
+ } from "./commands/DescribeUserCommand";
171
+ import {
172
+ DescribeUserHierarchyGroupCommand,
173
+ DescribeUserHierarchyGroupCommandInput,
174
+ DescribeUserHierarchyGroupCommandOutput,
175
+ } from "./commands/DescribeUserHierarchyGroupCommand";
176
+ import {
177
+ DescribeUserHierarchyStructureCommand,
178
+ DescribeUserHierarchyStructureCommandInput,
179
+ DescribeUserHierarchyStructureCommandOutput,
180
+ } from "./commands/DescribeUserHierarchyStructureCommand";
181
+ import {
182
+ DisassociateApprovedOriginCommand,
183
+ DisassociateApprovedOriginCommandInput,
184
+ DisassociateApprovedOriginCommandOutput,
185
+ } from "./commands/DisassociateApprovedOriginCommand";
186
+ import {
187
+ DisassociateBotCommand,
188
+ DisassociateBotCommandInput,
189
+ DisassociateBotCommandOutput,
190
+ } from "./commands/DisassociateBotCommand";
191
+ import {
192
+ DisassociateInstanceStorageConfigCommand,
193
+ DisassociateInstanceStorageConfigCommandInput,
194
+ DisassociateInstanceStorageConfigCommandOutput,
195
+ } from "./commands/DisassociateInstanceStorageConfigCommand";
196
+ import {
197
+ DisassociateLambdaFunctionCommand,
198
+ DisassociateLambdaFunctionCommandInput,
199
+ DisassociateLambdaFunctionCommandOutput,
200
+ } from "./commands/DisassociateLambdaFunctionCommand";
201
+ import {
202
+ DisassociateLexBotCommand,
203
+ DisassociateLexBotCommandInput,
204
+ DisassociateLexBotCommandOutput,
205
+ } from "./commands/DisassociateLexBotCommand";
206
+ import {
207
+ DisassociateQueueQuickConnectsCommand,
208
+ DisassociateQueueQuickConnectsCommandInput,
209
+ DisassociateQueueQuickConnectsCommandOutput,
210
+ } from "./commands/DisassociateQueueQuickConnectsCommand";
211
+ import {
212
+ DisassociateRoutingProfileQueuesCommand,
213
+ DisassociateRoutingProfileQueuesCommandInput,
214
+ DisassociateRoutingProfileQueuesCommandOutput,
215
+ } from "./commands/DisassociateRoutingProfileQueuesCommand";
216
+ import {
217
+ DisassociateSecurityKeyCommand,
218
+ DisassociateSecurityKeyCommandInput,
219
+ DisassociateSecurityKeyCommandOutput,
220
+ } from "./commands/DisassociateSecurityKeyCommand";
221
+ import {
222
+ GetContactAttributesCommand,
223
+ GetContactAttributesCommandInput,
224
+ GetContactAttributesCommandOutput,
225
+ } from "./commands/GetContactAttributesCommand";
226
+ import {
227
+ GetCurrentMetricDataCommand,
228
+ GetCurrentMetricDataCommandInput,
229
+ GetCurrentMetricDataCommandOutput,
230
+ } from "./commands/GetCurrentMetricDataCommand";
231
+ import {
232
+ GetFederationTokenCommand,
233
+ GetFederationTokenCommandInput,
234
+ GetFederationTokenCommandOutput,
235
+ } from "./commands/GetFederationTokenCommand";
236
+ import {
237
+ GetMetricDataCommand,
238
+ GetMetricDataCommandInput,
239
+ GetMetricDataCommandOutput,
240
+ } from "./commands/GetMetricDataCommand";
241
+ import {
242
+ ListAgentStatusesCommand,
243
+ ListAgentStatusesCommandInput,
244
+ ListAgentStatusesCommandOutput,
245
+ } from "./commands/ListAgentStatusesCommand";
246
+ import {
247
+ ListApprovedOriginsCommand,
248
+ ListApprovedOriginsCommandInput,
249
+ ListApprovedOriginsCommandOutput,
250
+ } from "./commands/ListApprovedOriginsCommand";
251
+ import { ListBotsCommand, ListBotsCommandInput, ListBotsCommandOutput } from "./commands/ListBotsCommand";
252
+ import {
253
+ ListContactFlowsCommand,
254
+ ListContactFlowsCommandInput,
255
+ ListContactFlowsCommandOutput,
256
+ } from "./commands/ListContactFlowsCommand";
257
+ import {
258
+ ListHoursOfOperationsCommand,
259
+ ListHoursOfOperationsCommandInput,
260
+ ListHoursOfOperationsCommandOutput,
261
+ } from "./commands/ListHoursOfOperationsCommand";
262
+ import {
263
+ ListInstanceAttributesCommand,
264
+ ListInstanceAttributesCommandInput,
265
+ ListInstanceAttributesCommandOutput,
266
+ } from "./commands/ListInstanceAttributesCommand";
267
+ import {
268
+ ListInstancesCommand,
269
+ ListInstancesCommandInput,
270
+ ListInstancesCommandOutput,
271
+ } from "./commands/ListInstancesCommand";
272
+ import {
273
+ ListInstanceStorageConfigsCommand,
274
+ ListInstanceStorageConfigsCommandInput,
275
+ ListInstanceStorageConfigsCommandOutput,
276
+ } from "./commands/ListInstanceStorageConfigsCommand";
277
+ import {
278
+ ListIntegrationAssociationsCommand,
279
+ ListIntegrationAssociationsCommandInput,
280
+ ListIntegrationAssociationsCommandOutput,
281
+ } from "./commands/ListIntegrationAssociationsCommand";
282
+ import {
283
+ ListLambdaFunctionsCommand,
284
+ ListLambdaFunctionsCommandInput,
285
+ ListLambdaFunctionsCommandOutput,
286
+ } from "./commands/ListLambdaFunctionsCommand";
287
+ import { ListLexBotsCommand, ListLexBotsCommandInput, ListLexBotsCommandOutput } from "./commands/ListLexBotsCommand";
288
+ import {
289
+ ListPhoneNumbersCommand,
290
+ ListPhoneNumbersCommandInput,
291
+ ListPhoneNumbersCommandOutput,
292
+ } from "./commands/ListPhoneNumbersCommand";
293
+ import { ListPromptsCommand, ListPromptsCommandInput, ListPromptsCommandOutput } from "./commands/ListPromptsCommand";
294
+ import {
295
+ ListQueueQuickConnectsCommand,
296
+ ListQueueQuickConnectsCommandInput,
297
+ ListQueueQuickConnectsCommandOutput,
298
+ } from "./commands/ListQueueQuickConnectsCommand";
299
+ import { ListQueuesCommand, ListQueuesCommandInput, ListQueuesCommandOutput } from "./commands/ListQueuesCommand";
300
+ import {
301
+ ListQuickConnectsCommand,
302
+ ListQuickConnectsCommandInput,
303
+ ListQuickConnectsCommandOutput,
304
+ } from "./commands/ListQuickConnectsCommand";
305
+ import {
306
+ ListRoutingProfileQueuesCommand,
307
+ ListRoutingProfileQueuesCommandInput,
308
+ ListRoutingProfileQueuesCommandOutput,
309
+ } from "./commands/ListRoutingProfileQueuesCommand";
310
+ import {
311
+ ListRoutingProfilesCommand,
312
+ ListRoutingProfilesCommandInput,
313
+ ListRoutingProfilesCommandOutput,
314
+ } from "./commands/ListRoutingProfilesCommand";
315
+ import {
316
+ ListSecurityKeysCommand,
317
+ ListSecurityKeysCommandInput,
318
+ ListSecurityKeysCommandOutput,
319
+ } from "./commands/ListSecurityKeysCommand";
320
+ import {
321
+ ListSecurityProfilesCommand,
322
+ ListSecurityProfilesCommandInput,
323
+ ListSecurityProfilesCommandOutput,
324
+ } from "./commands/ListSecurityProfilesCommand";
325
+ import {
326
+ ListTagsForResourceCommand,
327
+ ListTagsForResourceCommandInput,
328
+ ListTagsForResourceCommandOutput,
329
+ } from "./commands/ListTagsForResourceCommand";
330
+ import {
331
+ ListUseCasesCommand,
332
+ ListUseCasesCommandInput,
333
+ ListUseCasesCommandOutput,
334
+ } from "./commands/ListUseCasesCommand";
335
+ import {
336
+ ListUserHierarchyGroupsCommand,
337
+ ListUserHierarchyGroupsCommandInput,
338
+ ListUserHierarchyGroupsCommandOutput,
339
+ } from "./commands/ListUserHierarchyGroupsCommand";
340
+ import { ListUsersCommand, ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
341
+ import {
342
+ ResumeContactRecordingCommand,
343
+ ResumeContactRecordingCommandInput,
344
+ ResumeContactRecordingCommandOutput,
345
+ } from "./commands/ResumeContactRecordingCommand";
346
+ import {
347
+ StartChatContactCommand,
348
+ StartChatContactCommandInput,
349
+ StartChatContactCommandOutput,
350
+ } from "./commands/StartChatContactCommand";
351
+ import {
352
+ StartContactRecordingCommand,
353
+ StartContactRecordingCommandInput,
354
+ StartContactRecordingCommandOutput,
355
+ } from "./commands/StartContactRecordingCommand";
356
+ import {
357
+ StartOutboundVoiceContactCommand,
358
+ StartOutboundVoiceContactCommandInput,
359
+ StartOutboundVoiceContactCommandOutput,
360
+ } from "./commands/StartOutboundVoiceContactCommand";
361
+ import {
362
+ StartTaskContactCommand,
363
+ StartTaskContactCommandInput,
364
+ StartTaskContactCommandOutput,
365
+ } from "./commands/StartTaskContactCommand";
366
+ import { StopContactCommand, StopContactCommandInput, StopContactCommandOutput } from "./commands/StopContactCommand";
367
+ import {
368
+ StopContactRecordingCommand,
369
+ StopContactRecordingCommandInput,
370
+ StopContactRecordingCommandOutput,
371
+ } from "./commands/StopContactRecordingCommand";
372
+ import {
373
+ SuspendContactRecordingCommand,
374
+ SuspendContactRecordingCommandInput,
375
+ SuspendContactRecordingCommandOutput,
376
+ } from "./commands/SuspendContactRecordingCommand";
377
+ import { TagResourceCommand, TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
378
+ import {
379
+ UntagResourceCommand,
380
+ UntagResourceCommandInput,
381
+ UntagResourceCommandOutput,
382
+ } from "./commands/UntagResourceCommand";
383
+ import {
384
+ UpdateAgentStatusCommand,
385
+ UpdateAgentStatusCommandInput,
386
+ UpdateAgentStatusCommandOutput,
387
+ } from "./commands/UpdateAgentStatusCommand";
388
+ import {
389
+ UpdateContactAttributesCommand,
390
+ UpdateContactAttributesCommandInput,
391
+ UpdateContactAttributesCommandOutput,
392
+ } from "./commands/UpdateContactAttributesCommand";
393
+ import {
394
+ UpdateContactFlowContentCommand,
395
+ UpdateContactFlowContentCommandInput,
396
+ UpdateContactFlowContentCommandOutput,
397
+ } from "./commands/UpdateContactFlowContentCommand";
398
+ import {
399
+ UpdateContactFlowNameCommand,
400
+ UpdateContactFlowNameCommandInput,
401
+ UpdateContactFlowNameCommandOutput,
402
+ } from "./commands/UpdateContactFlowNameCommand";
403
+ import {
404
+ UpdateHoursOfOperationCommand,
405
+ UpdateHoursOfOperationCommandInput,
406
+ UpdateHoursOfOperationCommandOutput,
407
+ } from "./commands/UpdateHoursOfOperationCommand";
408
+ import {
409
+ UpdateInstanceAttributeCommand,
410
+ UpdateInstanceAttributeCommandInput,
411
+ UpdateInstanceAttributeCommandOutput,
412
+ } from "./commands/UpdateInstanceAttributeCommand";
413
+ import {
414
+ UpdateInstanceStorageConfigCommand,
415
+ UpdateInstanceStorageConfigCommandInput,
416
+ UpdateInstanceStorageConfigCommandOutput,
417
+ } from "./commands/UpdateInstanceStorageConfigCommand";
418
+ import {
419
+ UpdateQueueHoursOfOperationCommand,
420
+ UpdateQueueHoursOfOperationCommandInput,
421
+ UpdateQueueHoursOfOperationCommandOutput,
422
+ } from "./commands/UpdateQueueHoursOfOperationCommand";
423
+ import {
424
+ UpdateQueueMaxContactsCommand,
425
+ UpdateQueueMaxContactsCommandInput,
426
+ UpdateQueueMaxContactsCommandOutput,
427
+ } from "./commands/UpdateQueueMaxContactsCommand";
428
+ import {
429
+ UpdateQueueNameCommand,
430
+ UpdateQueueNameCommandInput,
431
+ UpdateQueueNameCommandOutput,
432
+ } from "./commands/UpdateQueueNameCommand";
433
+ import {
434
+ UpdateQueueOutboundCallerConfigCommand,
435
+ UpdateQueueOutboundCallerConfigCommandInput,
436
+ UpdateQueueOutboundCallerConfigCommandOutput,
437
+ } from "./commands/UpdateQueueOutboundCallerConfigCommand";
438
+ import {
439
+ UpdateQueueStatusCommand,
440
+ UpdateQueueStatusCommandInput,
441
+ UpdateQueueStatusCommandOutput,
442
+ } from "./commands/UpdateQueueStatusCommand";
443
+ import {
444
+ UpdateQuickConnectConfigCommand,
445
+ UpdateQuickConnectConfigCommandInput,
446
+ UpdateQuickConnectConfigCommandOutput,
447
+ } from "./commands/UpdateQuickConnectConfigCommand";
448
+ import {
449
+ UpdateQuickConnectNameCommand,
450
+ UpdateQuickConnectNameCommandInput,
451
+ UpdateQuickConnectNameCommandOutput,
452
+ } from "./commands/UpdateQuickConnectNameCommand";
453
+ import {
454
+ UpdateRoutingProfileConcurrencyCommand,
455
+ UpdateRoutingProfileConcurrencyCommandInput,
456
+ UpdateRoutingProfileConcurrencyCommandOutput,
457
+ } from "./commands/UpdateRoutingProfileConcurrencyCommand";
458
+ import {
459
+ UpdateRoutingProfileDefaultOutboundQueueCommand,
460
+ UpdateRoutingProfileDefaultOutboundQueueCommandInput,
461
+ UpdateRoutingProfileDefaultOutboundQueueCommandOutput,
462
+ } from "./commands/UpdateRoutingProfileDefaultOutboundQueueCommand";
463
+ import {
464
+ UpdateRoutingProfileNameCommand,
465
+ UpdateRoutingProfileNameCommandInput,
466
+ UpdateRoutingProfileNameCommandOutput,
467
+ } from "./commands/UpdateRoutingProfileNameCommand";
468
+ import {
469
+ UpdateRoutingProfileQueuesCommand,
470
+ UpdateRoutingProfileQueuesCommandInput,
471
+ UpdateRoutingProfileQueuesCommandOutput,
472
+ } from "./commands/UpdateRoutingProfileQueuesCommand";
473
+ import {
474
+ UpdateUserHierarchyCommand,
475
+ UpdateUserHierarchyCommandInput,
476
+ UpdateUserHierarchyCommandOutput,
477
+ } from "./commands/UpdateUserHierarchyCommand";
478
+ import {
479
+ UpdateUserHierarchyGroupNameCommand,
480
+ UpdateUserHierarchyGroupNameCommandInput,
481
+ UpdateUserHierarchyGroupNameCommandOutput,
482
+ } from "./commands/UpdateUserHierarchyGroupNameCommand";
483
+ import {
484
+ UpdateUserHierarchyStructureCommand,
485
+ UpdateUserHierarchyStructureCommandInput,
486
+ UpdateUserHierarchyStructureCommandOutput,
487
+ } from "./commands/UpdateUserHierarchyStructureCommand";
488
+ import {
489
+ UpdateUserIdentityInfoCommand,
490
+ UpdateUserIdentityInfoCommandInput,
491
+ UpdateUserIdentityInfoCommandOutput,
492
+ } from "./commands/UpdateUserIdentityInfoCommand";
493
+ import {
494
+ UpdateUserPhoneConfigCommand,
495
+ UpdateUserPhoneConfigCommandInput,
496
+ UpdateUserPhoneConfigCommandOutput,
497
+ } from "./commands/UpdateUserPhoneConfigCommand";
498
+ import {
499
+ UpdateUserRoutingProfileCommand,
500
+ UpdateUserRoutingProfileCommandInput,
501
+ UpdateUserRoutingProfileCommandOutput,
502
+ } from "./commands/UpdateUserRoutingProfileCommand";
503
+ import {
504
+ UpdateUserSecurityProfilesCommand,
505
+ UpdateUserSecurityProfilesCommandInput,
506
+ UpdateUserSecurityProfilesCommandOutput,
507
+ } from "./commands/UpdateUserSecurityProfilesCommand";
508
+ import { ConnectClient } from "./ConnectClient";
509
+
510
+ /**
511
+ * <p>Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer
512
+ * contact center and provide reliable customer engagement at any scale.</p>
513
+ * <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize contact routing.
514
+ * You can also resolve customer issues more efficiently by getting customers in touch with the
515
+ * appropriate agents.</p>
516
+ * <p>There are limits to the number of Amazon Connect resources that you can create. There are also limits
517
+ * 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
518
+ * Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
519
+ * <p>You can
520
+ * connect
521
+ * programmatically to an AWS service by using an endpoint. For a list of Amazon Connect endpoints, see
522
+ * <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect
523
+ * Endpoints</a>.</p>
524
+ * <note>
525
+ * <p>Working with contact flows? Check out the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect Flow language</a>.</p>
526
+ * </note>
527
+ */
528
+ export class Connect extends ConnectClient {
529
+ /**
530
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
531
+ * <p>Associates an approved origin to an Amazon Connect instance.</p>
532
+ */
533
+ public associateApprovedOrigin(
534
+ args: AssociateApprovedOriginCommandInput,
535
+ options?: __HttpHandlerOptions
536
+ ): Promise<AssociateApprovedOriginCommandOutput>;
537
+ public associateApprovedOrigin(
538
+ args: AssociateApprovedOriginCommandInput,
539
+ cb: (err: any, data?: AssociateApprovedOriginCommandOutput) => void
540
+ ): void;
541
+ public associateApprovedOrigin(
542
+ args: AssociateApprovedOriginCommandInput,
543
+ options: __HttpHandlerOptions,
544
+ cb: (err: any, data?: AssociateApprovedOriginCommandOutput) => void
545
+ ): void;
546
+ public associateApprovedOrigin(
547
+ args: AssociateApprovedOriginCommandInput,
548
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateApprovedOriginCommandOutput) => void),
549
+ cb?: (err: any, data?: AssociateApprovedOriginCommandOutput) => void
550
+ ): Promise<AssociateApprovedOriginCommandOutput> | void {
551
+ const command = new AssociateApprovedOriginCommand(args);
552
+ if (typeof optionsOrCb === "function") {
553
+ this.send(command, optionsOrCb);
554
+ } else if (typeof cb === "function") {
555
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
556
+ this.send(command, optionsOrCb || {}, cb);
557
+ } else {
558
+ return this.send(command, optionsOrCb);
559
+ }
560
+ }
561
+
562
+ /**
563
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
564
+ * <p>Allows the specified Amazon Connect instance to access the specified Amazon Lex or Amazon Lex V2 bot.</p>
565
+ */
566
+ public associateBot(
567
+ args: AssociateBotCommandInput,
568
+ options?: __HttpHandlerOptions
569
+ ): Promise<AssociateBotCommandOutput>;
570
+ public associateBot(args: AssociateBotCommandInput, cb: (err: any, data?: AssociateBotCommandOutput) => void): void;
571
+ public associateBot(
572
+ args: AssociateBotCommandInput,
573
+ options: __HttpHandlerOptions,
574
+ cb: (err: any, data?: AssociateBotCommandOutput) => void
575
+ ): void;
576
+ public associateBot(
577
+ args: AssociateBotCommandInput,
578
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateBotCommandOutput) => void),
579
+ cb?: (err: any, data?: AssociateBotCommandOutput) => void
580
+ ): Promise<AssociateBotCommandOutput> | void {
581
+ const command = new AssociateBotCommand(args);
582
+ if (typeof optionsOrCb === "function") {
583
+ this.send(command, optionsOrCb);
584
+ } else if (typeof cb === "function") {
585
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
586
+ this.send(command, optionsOrCb || {}, cb);
587
+ } else {
588
+ return this.send(command, optionsOrCb);
589
+ }
590
+ }
591
+
592
+ /**
593
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
594
+ * <p>Associates a storage resource type for the first time. You can only associate one type of
595
+ * storage configuration in a single call. This means, for example, that you can't define an
596
+ * instance with multiple S3 buckets for storing chat transcripts.</p>
597
+ * <p>This API does not create a resource that doesn't exist. It only associates it to the
598
+ * instance. Ensure that the resource being specified in the storage configuration, like an S3
599
+ * bucket, exists when being used for association.</p>
600
+ */
601
+ public associateInstanceStorageConfig(
602
+ args: AssociateInstanceStorageConfigCommandInput,
603
+ options?: __HttpHandlerOptions
604
+ ): Promise<AssociateInstanceStorageConfigCommandOutput>;
605
+ public associateInstanceStorageConfig(
606
+ args: AssociateInstanceStorageConfigCommandInput,
607
+ cb: (err: any, data?: AssociateInstanceStorageConfigCommandOutput) => void
608
+ ): void;
609
+ public associateInstanceStorageConfig(
610
+ args: AssociateInstanceStorageConfigCommandInput,
611
+ options: __HttpHandlerOptions,
612
+ cb: (err: any, data?: AssociateInstanceStorageConfigCommandOutput) => void
613
+ ): void;
614
+ public associateInstanceStorageConfig(
615
+ args: AssociateInstanceStorageConfigCommandInput,
616
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateInstanceStorageConfigCommandOutput) => void),
617
+ cb?: (err: any, data?: AssociateInstanceStorageConfigCommandOutput) => void
618
+ ): Promise<AssociateInstanceStorageConfigCommandOutput> | void {
619
+ const command = new AssociateInstanceStorageConfigCommand(args);
620
+ if (typeof optionsOrCb === "function") {
621
+ this.send(command, optionsOrCb);
622
+ } else if (typeof cb === "function") {
623
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
624
+ this.send(command, optionsOrCb || {}, cb);
625
+ } else {
626
+ return this.send(command, optionsOrCb);
627
+ }
628
+ }
629
+
630
+ /**
631
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
632
+ * <p>Allows the specified Amazon Connect instance to access the specified Lambda function.</p>
633
+ */
634
+ public associateLambdaFunction(
635
+ args: AssociateLambdaFunctionCommandInput,
636
+ options?: __HttpHandlerOptions
637
+ ): Promise<AssociateLambdaFunctionCommandOutput>;
638
+ public associateLambdaFunction(
639
+ args: AssociateLambdaFunctionCommandInput,
640
+ cb: (err: any, data?: AssociateLambdaFunctionCommandOutput) => void
641
+ ): void;
642
+ public associateLambdaFunction(
643
+ args: AssociateLambdaFunctionCommandInput,
644
+ options: __HttpHandlerOptions,
645
+ cb: (err: any, data?: AssociateLambdaFunctionCommandOutput) => void
646
+ ): void;
647
+ public associateLambdaFunction(
648
+ args: AssociateLambdaFunctionCommandInput,
649
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateLambdaFunctionCommandOutput) => void),
650
+ cb?: (err: any, data?: AssociateLambdaFunctionCommandOutput) => void
651
+ ): Promise<AssociateLambdaFunctionCommandOutput> | void {
652
+ const command = new AssociateLambdaFunctionCommand(args);
653
+ if (typeof optionsOrCb === "function") {
654
+ this.send(command, optionsOrCb);
655
+ } else if (typeof cb === "function") {
656
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
657
+ this.send(command, optionsOrCb || {}, cb);
658
+ } else {
659
+ return this.send(command, optionsOrCb);
660
+ }
661
+ }
662
+
663
+ /**
664
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
665
+ * <p>Allows the specified Amazon Connect instance to access the specified Amazon Lex bot.</p>
666
+ */
667
+ public associateLexBot(
668
+ args: AssociateLexBotCommandInput,
669
+ options?: __HttpHandlerOptions
670
+ ): Promise<AssociateLexBotCommandOutput>;
671
+ public associateLexBot(
672
+ args: AssociateLexBotCommandInput,
673
+ cb: (err: any, data?: AssociateLexBotCommandOutput) => void
674
+ ): void;
675
+ public associateLexBot(
676
+ args: AssociateLexBotCommandInput,
677
+ options: __HttpHandlerOptions,
678
+ cb: (err: any, data?: AssociateLexBotCommandOutput) => void
679
+ ): void;
680
+ public associateLexBot(
681
+ args: AssociateLexBotCommandInput,
682
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateLexBotCommandOutput) => void),
683
+ cb?: (err: any, data?: AssociateLexBotCommandOutput) => void
684
+ ): Promise<AssociateLexBotCommandOutput> | void {
685
+ const command = new AssociateLexBotCommand(args);
686
+ if (typeof optionsOrCb === "function") {
687
+ this.send(command, optionsOrCb);
688
+ } else if (typeof cb === "function") {
689
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
690
+ this.send(command, optionsOrCb || {}, cb);
691
+ } else {
692
+ return this.send(command, optionsOrCb);
693
+ }
694
+ }
695
+
696
+ /**
697
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
698
+ * <p>Associates a set of quick connects with a queue.</p>
699
+ */
700
+ public associateQueueQuickConnects(
701
+ args: AssociateQueueQuickConnectsCommandInput,
702
+ options?: __HttpHandlerOptions
703
+ ): Promise<AssociateQueueQuickConnectsCommandOutput>;
704
+ public associateQueueQuickConnects(
705
+ args: AssociateQueueQuickConnectsCommandInput,
706
+ cb: (err: any, data?: AssociateQueueQuickConnectsCommandOutput) => void
707
+ ): void;
708
+ public associateQueueQuickConnects(
709
+ args: AssociateQueueQuickConnectsCommandInput,
710
+ options: __HttpHandlerOptions,
711
+ cb: (err: any, data?: AssociateQueueQuickConnectsCommandOutput) => void
712
+ ): void;
713
+ public associateQueueQuickConnects(
714
+ args: AssociateQueueQuickConnectsCommandInput,
715
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateQueueQuickConnectsCommandOutput) => void),
716
+ cb?: (err: any, data?: AssociateQueueQuickConnectsCommandOutput) => void
717
+ ): Promise<AssociateQueueQuickConnectsCommandOutput> | void {
718
+ const command = new AssociateQueueQuickConnectsCommand(args);
719
+ if (typeof optionsOrCb === "function") {
720
+ this.send(command, optionsOrCb);
721
+ } else if (typeof cb === "function") {
722
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
723
+ this.send(command, optionsOrCb || {}, cb);
724
+ } else {
725
+ return this.send(command, optionsOrCb);
726
+ }
727
+ }
728
+
729
+ /**
730
+ * <p>Associates a set of queues with a routing profile.</p>
731
+ */
732
+ public associateRoutingProfileQueues(
733
+ args: AssociateRoutingProfileQueuesCommandInput,
734
+ options?: __HttpHandlerOptions
735
+ ): Promise<AssociateRoutingProfileQueuesCommandOutput>;
736
+ public associateRoutingProfileQueues(
737
+ args: AssociateRoutingProfileQueuesCommandInput,
738
+ cb: (err: any, data?: AssociateRoutingProfileQueuesCommandOutput) => void
739
+ ): void;
740
+ public associateRoutingProfileQueues(
741
+ args: AssociateRoutingProfileQueuesCommandInput,
742
+ options: __HttpHandlerOptions,
743
+ cb: (err: any, data?: AssociateRoutingProfileQueuesCommandOutput) => void
744
+ ): void;
745
+ public associateRoutingProfileQueues(
746
+ args: AssociateRoutingProfileQueuesCommandInput,
747
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateRoutingProfileQueuesCommandOutput) => void),
748
+ cb?: (err: any, data?: AssociateRoutingProfileQueuesCommandOutput) => void
749
+ ): Promise<AssociateRoutingProfileQueuesCommandOutput> | void {
750
+ const command = new AssociateRoutingProfileQueuesCommand(args);
751
+ if (typeof optionsOrCb === "function") {
752
+ this.send(command, optionsOrCb);
753
+ } else if (typeof cb === "function") {
754
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
755
+ this.send(command, optionsOrCb || {}, cb);
756
+ } else {
757
+ return this.send(command, optionsOrCb);
758
+ }
759
+ }
760
+
761
+ /**
762
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
763
+ * <p>Associates a security key to the instance.</p>
764
+ */
765
+ public associateSecurityKey(
766
+ args: AssociateSecurityKeyCommandInput,
767
+ options?: __HttpHandlerOptions
768
+ ): Promise<AssociateSecurityKeyCommandOutput>;
769
+ public associateSecurityKey(
770
+ args: AssociateSecurityKeyCommandInput,
771
+ cb: (err: any, data?: AssociateSecurityKeyCommandOutput) => void
772
+ ): void;
773
+ public associateSecurityKey(
774
+ args: AssociateSecurityKeyCommandInput,
775
+ options: __HttpHandlerOptions,
776
+ cb: (err: any, data?: AssociateSecurityKeyCommandOutput) => void
777
+ ): void;
778
+ public associateSecurityKey(
779
+ args: AssociateSecurityKeyCommandInput,
780
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateSecurityKeyCommandOutput) => void),
781
+ cb?: (err: any, data?: AssociateSecurityKeyCommandOutput) => void
782
+ ): Promise<AssociateSecurityKeyCommandOutput> | void {
783
+ const command = new AssociateSecurityKeyCommand(args);
784
+ if (typeof optionsOrCb === "function") {
785
+ this.send(command, optionsOrCb);
786
+ } else if (typeof cb === "function") {
787
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
788
+ this.send(command, optionsOrCb || {}, cb);
789
+ } else {
790
+ return this.send(command, optionsOrCb);
791
+ }
792
+ }
793
+
794
+ /**
795
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
796
+ * <p>Creates an agent status for the specified Amazon Connect instance.</p>
797
+ */
798
+ public createAgentStatus(
799
+ args: CreateAgentStatusCommandInput,
800
+ options?: __HttpHandlerOptions
801
+ ): Promise<CreateAgentStatusCommandOutput>;
802
+ public createAgentStatus(
803
+ args: CreateAgentStatusCommandInput,
804
+ cb: (err: any, data?: CreateAgentStatusCommandOutput) => void
805
+ ): void;
806
+ public createAgentStatus(
807
+ args: CreateAgentStatusCommandInput,
808
+ options: __HttpHandlerOptions,
809
+ cb: (err: any, data?: CreateAgentStatusCommandOutput) => void
810
+ ): void;
811
+ public createAgentStatus(
812
+ args: CreateAgentStatusCommandInput,
813
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateAgentStatusCommandOutput) => void),
814
+ cb?: (err: any, data?: CreateAgentStatusCommandOutput) => void
815
+ ): Promise<CreateAgentStatusCommandOutput> | void {
816
+ const command = new CreateAgentStatusCommand(args);
817
+ if (typeof optionsOrCb === "function") {
818
+ this.send(command, optionsOrCb);
819
+ } else if (typeof cb === "function") {
820
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
821
+ this.send(command, optionsOrCb || {}, cb);
822
+ } else {
823
+ return this.send(command, optionsOrCb);
824
+ }
825
+ }
826
+
827
+ /**
828
+ * <p>Creates a contact flow for the specified Amazon Connect instance.</p>
829
+ * <p>You can also create and update contact flows using the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect
830
+ * Flow language</a>.</p>
831
+ */
832
+ public createContactFlow(
833
+ args: CreateContactFlowCommandInput,
834
+ options?: __HttpHandlerOptions
835
+ ): Promise<CreateContactFlowCommandOutput>;
836
+ public createContactFlow(
837
+ args: CreateContactFlowCommandInput,
838
+ cb: (err: any, data?: CreateContactFlowCommandOutput) => void
839
+ ): void;
840
+ public createContactFlow(
841
+ args: CreateContactFlowCommandInput,
842
+ options: __HttpHandlerOptions,
843
+ cb: (err: any, data?: CreateContactFlowCommandOutput) => void
844
+ ): void;
845
+ public createContactFlow(
846
+ args: CreateContactFlowCommandInput,
847
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateContactFlowCommandOutput) => void),
848
+ cb?: (err: any, data?: CreateContactFlowCommandOutput) => void
849
+ ): Promise<CreateContactFlowCommandOutput> | void {
850
+ const command = new CreateContactFlowCommand(args);
851
+ if (typeof optionsOrCb === "function") {
852
+ this.send(command, optionsOrCb);
853
+ } else if (typeof cb === "function") {
854
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
855
+ this.send(command, optionsOrCb || {}, cb);
856
+ } else {
857
+ return this.send(command, optionsOrCb);
858
+ }
859
+ }
860
+
861
+ /**
862
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
863
+ * <p>Creates hours of operation. </p>
864
+ */
865
+ public createHoursOfOperation(
866
+ args: CreateHoursOfOperationCommandInput,
867
+ options?: __HttpHandlerOptions
868
+ ): Promise<CreateHoursOfOperationCommandOutput>;
869
+ public createHoursOfOperation(
870
+ args: CreateHoursOfOperationCommandInput,
871
+ cb: (err: any, data?: CreateHoursOfOperationCommandOutput) => void
872
+ ): void;
873
+ public createHoursOfOperation(
874
+ args: CreateHoursOfOperationCommandInput,
875
+ options: __HttpHandlerOptions,
876
+ cb: (err: any, data?: CreateHoursOfOperationCommandOutput) => void
877
+ ): void;
878
+ public createHoursOfOperation(
879
+ args: CreateHoursOfOperationCommandInput,
880
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateHoursOfOperationCommandOutput) => void),
881
+ cb?: (err: any, data?: CreateHoursOfOperationCommandOutput) => void
882
+ ): Promise<CreateHoursOfOperationCommandOutput> | void {
883
+ const command = new CreateHoursOfOperationCommand(args);
884
+ if (typeof optionsOrCb === "function") {
885
+ this.send(command, optionsOrCb);
886
+ } else if (typeof cb === "function") {
887
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
888
+ this.send(command, optionsOrCb || {}, cb);
889
+ } else {
890
+ return this.send(command, optionsOrCb);
891
+ }
892
+ }
893
+
894
+ /**
895
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
896
+ * <p>Initiates an Amazon Connect instance with all the supported channels enabled. It does not attach any
897
+ * storage, such as Amazon Simple Storage Service (Amazon S3) or Amazon Kinesis. It also does not
898
+ * allow for any configurations on features, such as Contact Lens for Amazon Connect. </p>
899
+ * <p>Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days.
900
+ * 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.
901
+ * You must wait 30 days before you can restart creating and deleting instances in your account.</p>
902
+ */
903
+ public createInstance(
904
+ args: CreateInstanceCommandInput,
905
+ options?: __HttpHandlerOptions
906
+ ): Promise<CreateInstanceCommandOutput>;
907
+ public createInstance(
908
+ args: CreateInstanceCommandInput,
909
+ cb: (err: any, data?: CreateInstanceCommandOutput) => void
910
+ ): void;
911
+ public createInstance(
912
+ args: CreateInstanceCommandInput,
913
+ options: __HttpHandlerOptions,
914
+ cb: (err: any, data?: CreateInstanceCommandOutput) => void
915
+ ): void;
916
+ public createInstance(
917
+ args: CreateInstanceCommandInput,
918
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateInstanceCommandOutput) => void),
919
+ cb?: (err: any, data?: CreateInstanceCommandOutput) => void
920
+ ): Promise<CreateInstanceCommandOutput> | void {
921
+ const command = new CreateInstanceCommand(args);
922
+ if (typeof optionsOrCb === "function") {
923
+ this.send(command, optionsOrCb);
924
+ } else if (typeof cb === "function") {
925
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
926
+ this.send(command, optionsOrCb || {}, cb);
927
+ } else {
928
+ return this.send(command, optionsOrCb);
929
+ }
930
+ }
931
+
932
+ /**
933
+ * <p>Creates an AWS resource association with an Amazon Connect instance.</p>
934
+ */
935
+ public createIntegrationAssociation(
936
+ args: CreateIntegrationAssociationCommandInput,
937
+ options?: __HttpHandlerOptions
938
+ ): Promise<CreateIntegrationAssociationCommandOutput>;
939
+ public createIntegrationAssociation(
940
+ args: CreateIntegrationAssociationCommandInput,
941
+ cb: (err: any, data?: CreateIntegrationAssociationCommandOutput) => void
942
+ ): void;
943
+ public createIntegrationAssociation(
944
+ args: CreateIntegrationAssociationCommandInput,
945
+ options: __HttpHandlerOptions,
946
+ cb: (err: any, data?: CreateIntegrationAssociationCommandOutput) => void
947
+ ): void;
948
+ public createIntegrationAssociation(
949
+ args: CreateIntegrationAssociationCommandInput,
950
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateIntegrationAssociationCommandOutput) => void),
951
+ cb?: (err: any, data?: CreateIntegrationAssociationCommandOutput) => void
952
+ ): Promise<CreateIntegrationAssociationCommandOutput> | void {
953
+ const command = new CreateIntegrationAssociationCommand(args);
954
+ if (typeof optionsOrCb === "function") {
955
+ this.send(command, optionsOrCb);
956
+ } else if (typeof cb === "function") {
957
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
958
+ this.send(command, optionsOrCb || {}, cb);
959
+ } else {
960
+ return this.send(command, optionsOrCb);
961
+ }
962
+ }
963
+
964
+ /**
965
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
966
+ * <p>Creates a new queue for the specified Amazon Connect instance.</p>
967
+ */
968
+ public createQueue(args: CreateQueueCommandInput, options?: __HttpHandlerOptions): Promise<CreateQueueCommandOutput>;
969
+ public createQueue(args: CreateQueueCommandInput, cb: (err: any, data?: CreateQueueCommandOutput) => void): void;
970
+ public createQueue(
971
+ args: CreateQueueCommandInput,
972
+ options: __HttpHandlerOptions,
973
+ cb: (err: any, data?: CreateQueueCommandOutput) => void
974
+ ): void;
975
+ public createQueue(
976
+ args: CreateQueueCommandInput,
977
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateQueueCommandOutput) => void),
978
+ cb?: (err: any, data?: CreateQueueCommandOutput) => void
979
+ ): Promise<CreateQueueCommandOutput> | void {
980
+ const command = new CreateQueueCommand(args);
981
+ if (typeof optionsOrCb === "function") {
982
+ this.send(command, optionsOrCb);
983
+ } else if (typeof cb === "function") {
984
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
985
+ this.send(command, optionsOrCb || {}, cb);
986
+ } else {
987
+ return this.send(command, optionsOrCb);
988
+ }
989
+ }
990
+
991
+ /**
992
+ * <p>Creates a quick connect for the specified Amazon Connect instance.</p>
993
+ */
994
+ public createQuickConnect(
995
+ args: CreateQuickConnectCommandInput,
996
+ options?: __HttpHandlerOptions
997
+ ): Promise<CreateQuickConnectCommandOutput>;
998
+ public createQuickConnect(
999
+ args: CreateQuickConnectCommandInput,
1000
+ cb: (err: any, data?: CreateQuickConnectCommandOutput) => void
1001
+ ): void;
1002
+ public createQuickConnect(
1003
+ args: CreateQuickConnectCommandInput,
1004
+ options: __HttpHandlerOptions,
1005
+ cb: (err: any, data?: CreateQuickConnectCommandOutput) => void
1006
+ ): void;
1007
+ public createQuickConnect(
1008
+ args: CreateQuickConnectCommandInput,
1009
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateQuickConnectCommandOutput) => void),
1010
+ cb?: (err: any, data?: CreateQuickConnectCommandOutput) => void
1011
+ ): Promise<CreateQuickConnectCommandOutput> | void {
1012
+ const command = new CreateQuickConnectCommand(args);
1013
+ if (typeof optionsOrCb === "function") {
1014
+ this.send(command, optionsOrCb);
1015
+ } else if (typeof cb === "function") {
1016
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1017
+ this.send(command, optionsOrCb || {}, cb);
1018
+ } else {
1019
+ return this.send(command, optionsOrCb);
1020
+ }
1021
+ }
1022
+
1023
+ /**
1024
+ * <p>Creates a new routing profile.</p>
1025
+ */
1026
+ public createRoutingProfile(
1027
+ args: CreateRoutingProfileCommandInput,
1028
+ options?: __HttpHandlerOptions
1029
+ ): Promise<CreateRoutingProfileCommandOutput>;
1030
+ public createRoutingProfile(
1031
+ args: CreateRoutingProfileCommandInput,
1032
+ cb: (err: any, data?: CreateRoutingProfileCommandOutput) => void
1033
+ ): void;
1034
+ public createRoutingProfile(
1035
+ args: CreateRoutingProfileCommandInput,
1036
+ options: __HttpHandlerOptions,
1037
+ cb: (err: any, data?: CreateRoutingProfileCommandOutput) => void
1038
+ ): void;
1039
+ public createRoutingProfile(
1040
+ args: CreateRoutingProfileCommandInput,
1041
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateRoutingProfileCommandOutput) => void),
1042
+ cb?: (err: any, data?: CreateRoutingProfileCommandOutput) => void
1043
+ ): Promise<CreateRoutingProfileCommandOutput> | void {
1044
+ const command = new CreateRoutingProfileCommand(args);
1045
+ if (typeof optionsOrCb === "function") {
1046
+ this.send(command, optionsOrCb);
1047
+ } else if (typeof cb === "function") {
1048
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1049
+ this.send(command, optionsOrCb || {}, cb);
1050
+ } else {
1051
+ return this.send(command, optionsOrCb);
1052
+ }
1053
+ }
1054
+
1055
+ /**
1056
+ * <p>Creates a use case for an integration association.</p>
1057
+ */
1058
+ public createUseCase(
1059
+ args: CreateUseCaseCommandInput,
1060
+ options?: __HttpHandlerOptions
1061
+ ): Promise<CreateUseCaseCommandOutput>;
1062
+ public createUseCase(
1063
+ args: CreateUseCaseCommandInput,
1064
+ cb: (err: any, data?: CreateUseCaseCommandOutput) => void
1065
+ ): void;
1066
+ public createUseCase(
1067
+ args: CreateUseCaseCommandInput,
1068
+ options: __HttpHandlerOptions,
1069
+ cb: (err: any, data?: CreateUseCaseCommandOutput) => void
1070
+ ): void;
1071
+ public createUseCase(
1072
+ args: CreateUseCaseCommandInput,
1073
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateUseCaseCommandOutput) => void),
1074
+ cb?: (err: any, data?: CreateUseCaseCommandOutput) => void
1075
+ ): Promise<CreateUseCaseCommandOutput> | void {
1076
+ const command = new CreateUseCaseCommand(args);
1077
+ if (typeof optionsOrCb === "function") {
1078
+ this.send(command, optionsOrCb);
1079
+ } else if (typeof cb === "function") {
1080
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1081
+ this.send(command, optionsOrCb || {}, cb);
1082
+ } else {
1083
+ return this.send(command, optionsOrCb);
1084
+ }
1085
+ }
1086
+
1087
+ /**
1088
+ * <p>Creates a user account for the specified Amazon Connect instance.</p>
1089
+ * <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
1090
+ * the <i>Amazon Connect Administrator Guide</i>.</p>
1091
+ */
1092
+ public createUser(args: CreateUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserCommandOutput>;
1093
+ public createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
1094
+ public createUser(
1095
+ args: CreateUserCommandInput,
1096
+ options: __HttpHandlerOptions,
1097
+ cb: (err: any, data?: CreateUserCommandOutput) => void
1098
+ ): void;
1099
+ public createUser(
1100
+ args: CreateUserCommandInput,
1101
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateUserCommandOutput) => void),
1102
+ cb?: (err: any, data?: CreateUserCommandOutput) => void
1103
+ ): Promise<CreateUserCommandOutput> | void {
1104
+ const command = new CreateUserCommand(args);
1105
+ if (typeof optionsOrCb === "function") {
1106
+ this.send(command, optionsOrCb);
1107
+ } else if (typeof cb === "function") {
1108
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1109
+ this.send(command, optionsOrCb || {}, cb);
1110
+ } else {
1111
+ return this.send(command, optionsOrCb);
1112
+ }
1113
+ }
1114
+
1115
+ /**
1116
+ * <p>Creates a new user hierarchy group.</p>
1117
+ */
1118
+ public createUserHierarchyGroup(
1119
+ args: CreateUserHierarchyGroupCommandInput,
1120
+ options?: __HttpHandlerOptions
1121
+ ): Promise<CreateUserHierarchyGroupCommandOutput>;
1122
+ public createUserHierarchyGroup(
1123
+ args: CreateUserHierarchyGroupCommandInput,
1124
+ cb: (err: any, data?: CreateUserHierarchyGroupCommandOutput) => void
1125
+ ): void;
1126
+ public createUserHierarchyGroup(
1127
+ args: CreateUserHierarchyGroupCommandInput,
1128
+ options: __HttpHandlerOptions,
1129
+ cb: (err: any, data?: CreateUserHierarchyGroupCommandOutput) => void
1130
+ ): void;
1131
+ public createUserHierarchyGroup(
1132
+ args: CreateUserHierarchyGroupCommandInput,
1133
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateUserHierarchyGroupCommandOutput) => void),
1134
+ cb?: (err: any, data?: CreateUserHierarchyGroupCommandOutput) => void
1135
+ ): Promise<CreateUserHierarchyGroupCommandOutput> | void {
1136
+ const command = new CreateUserHierarchyGroupCommand(args);
1137
+ if (typeof optionsOrCb === "function") {
1138
+ this.send(command, optionsOrCb);
1139
+ } else if (typeof cb === "function") {
1140
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1141
+ this.send(command, optionsOrCb || {}, cb);
1142
+ } else {
1143
+ return this.send(command, optionsOrCb);
1144
+ }
1145
+ }
1146
+
1147
+ /**
1148
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
1149
+ * <p>Deletes an hours of operation.</p>
1150
+ */
1151
+ public deleteHoursOfOperation(
1152
+ args: DeleteHoursOfOperationCommandInput,
1153
+ options?: __HttpHandlerOptions
1154
+ ): Promise<DeleteHoursOfOperationCommandOutput>;
1155
+ public deleteHoursOfOperation(
1156
+ args: DeleteHoursOfOperationCommandInput,
1157
+ cb: (err: any, data?: DeleteHoursOfOperationCommandOutput) => void
1158
+ ): void;
1159
+ public deleteHoursOfOperation(
1160
+ args: DeleteHoursOfOperationCommandInput,
1161
+ options: __HttpHandlerOptions,
1162
+ cb: (err: any, data?: DeleteHoursOfOperationCommandOutput) => void
1163
+ ): void;
1164
+ public deleteHoursOfOperation(
1165
+ args: DeleteHoursOfOperationCommandInput,
1166
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteHoursOfOperationCommandOutput) => void),
1167
+ cb?: (err: any, data?: DeleteHoursOfOperationCommandOutput) => void
1168
+ ): Promise<DeleteHoursOfOperationCommandOutput> | void {
1169
+ const command = new DeleteHoursOfOperationCommand(args);
1170
+ if (typeof optionsOrCb === "function") {
1171
+ this.send(command, optionsOrCb);
1172
+ } else if (typeof cb === "function") {
1173
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1174
+ this.send(command, optionsOrCb || {}, cb);
1175
+ } else {
1176
+ return this.send(command, optionsOrCb);
1177
+ }
1178
+ }
1179
+
1180
+ /**
1181
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
1182
+ * <p>Deletes the Amazon Connect instance.</p>
1183
+ * <p>Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days.
1184
+ * 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.
1185
+ * You must wait 30 days before you can restart creating and deleting instances in your account.</p>
1186
+ */
1187
+ public deleteInstance(
1188
+ args: DeleteInstanceCommandInput,
1189
+ options?: __HttpHandlerOptions
1190
+ ): Promise<DeleteInstanceCommandOutput>;
1191
+ public deleteInstance(
1192
+ args: DeleteInstanceCommandInput,
1193
+ cb: (err: any, data?: DeleteInstanceCommandOutput) => void
1194
+ ): void;
1195
+ public deleteInstance(
1196
+ args: DeleteInstanceCommandInput,
1197
+ options: __HttpHandlerOptions,
1198
+ cb: (err: any, data?: DeleteInstanceCommandOutput) => void
1199
+ ): void;
1200
+ public deleteInstance(
1201
+ args: DeleteInstanceCommandInput,
1202
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteInstanceCommandOutput) => void),
1203
+ cb?: (err: any, data?: DeleteInstanceCommandOutput) => void
1204
+ ): Promise<DeleteInstanceCommandOutput> | void {
1205
+ const command = new DeleteInstanceCommand(args);
1206
+ if (typeof optionsOrCb === "function") {
1207
+ this.send(command, optionsOrCb);
1208
+ } else if (typeof cb === "function") {
1209
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1210
+ this.send(command, optionsOrCb || {}, cb);
1211
+ } else {
1212
+ return this.send(command, optionsOrCb);
1213
+ }
1214
+ }
1215
+
1216
+ /**
1217
+ * <p>Deletes an AWS resource association from an Amazon Connect instance. The association must not have
1218
+ * any use cases associated with it.</p>
1219
+ */
1220
+ public deleteIntegrationAssociation(
1221
+ args: DeleteIntegrationAssociationCommandInput,
1222
+ options?: __HttpHandlerOptions
1223
+ ): Promise<DeleteIntegrationAssociationCommandOutput>;
1224
+ public deleteIntegrationAssociation(
1225
+ args: DeleteIntegrationAssociationCommandInput,
1226
+ cb: (err: any, data?: DeleteIntegrationAssociationCommandOutput) => void
1227
+ ): void;
1228
+ public deleteIntegrationAssociation(
1229
+ args: DeleteIntegrationAssociationCommandInput,
1230
+ options: __HttpHandlerOptions,
1231
+ cb: (err: any, data?: DeleteIntegrationAssociationCommandOutput) => void
1232
+ ): void;
1233
+ public deleteIntegrationAssociation(
1234
+ args: DeleteIntegrationAssociationCommandInput,
1235
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteIntegrationAssociationCommandOutput) => void),
1236
+ cb?: (err: any, data?: DeleteIntegrationAssociationCommandOutput) => void
1237
+ ): Promise<DeleteIntegrationAssociationCommandOutput> | void {
1238
+ const command = new DeleteIntegrationAssociationCommand(args);
1239
+ if (typeof optionsOrCb === "function") {
1240
+ this.send(command, optionsOrCb);
1241
+ } else if (typeof cb === "function") {
1242
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1243
+ this.send(command, optionsOrCb || {}, cb);
1244
+ } else {
1245
+ return this.send(command, optionsOrCb);
1246
+ }
1247
+ }
1248
+
1249
+ /**
1250
+ * <p>Deletes a quick connect.</p>
1251
+ */
1252
+ public deleteQuickConnect(
1253
+ args: DeleteQuickConnectCommandInput,
1254
+ options?: __HttpHandlerOptions
1255
+ ): Promise<DeleteQuickConnectCommandOutput>;
1256
+ public deleteQuickConnect(
1257
+ args: DeleteQuickConnectCommandInput,
1258
+ cb: (err: any, data?: DeleteQuickConnectCommandOutput) => void
1259
+ ): void;
1260
+ public deleteQuickConnect(
1261
+ args: DeleteQuickConnectCommandInput,
1262
+ options: __HttpHandlerOptions,
1263
+ cb: (err: any, data?: DeleteQuickConnectCommandOutput) => void
1264
+ ): void;
1265
+ public deleteQuickConnect(
1266
+ args: DeleteQuickConnectCommandInput,
1267
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteQuickConnectCommandOutput) => void),
1268
+ cb?: (err: any, data?: DeleteQuickConnectCommandOutput) => void
1269
+ ): Promise<DeleteQuickConnectCommandOutput> | void {
1270
+ const command = new DeleteQuickConnectCommand(args);
1271
+ if (typeof optionsOrCb === "function") {
1272
+ this.send(command, optionsOrCb);
1273
+ } else if (typeof cb === "function") {
1274
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1275
+ this.send(command, optionsOrCb || {}, cb);
1276
+ } else {
1277
+ return this.send(command, optionsOrCb);
1278
+ }
1279
+ }
1280
+
1281
+ /**
1282
+ * <p>Deletes a use case from an integration association.</p>
1283
+ */
1284
+ public deleteUseCase(
1285
+ args: DeleteUseCaseCommandInput,
1286
+ options?: __HttpHandlerOptions
1287
+ ): Promise<DeleteUseCaseCommandOutput>;
1288
+ public deleteUseCase(
1289
+ args: DeleteUseCaseCommandInput,
1290
+ cb: (err: any, data?: DeleteUseCaseCommandOutput) => void
1291
+ ): void;
1292
+ public deleteUseCase(
1293
+ args: DeleteUseCaseCommandInput,
1294
+ options: __HttpHandlerOptions,
1295
+ cb: (err: any, data?: DeleteUseCaseCommandOutput) => void
1296
+ ): void;
1297
+ public deleteUseCase(
1298
+ args: DeleteUseCaseCommandInput,
1299
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteUseCaseCommandOutput) => void),
1300
+ cb?: (err: any, data?: DeleteUseCaseCommandOutput) => void
1301
+ ): Promise<DeleteUseCaseCommandOutput> | void {
1302
+ const command = new DeleteUseCaseCommand(args);
1303
+ if (typeof optionsOrCb === "function") {
1304
+ this.send(command, optionsOrCb);
1305
+ } else if (typeof cb === "function") {
1306
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1307
+ this.send(command, optionsOrCb || {}, cb);
1308
+ } else {
1309
+ return this.send(command, optionsOrCb);
1310
+ }
1311
+ }
1312
+
1313
+ /**
1314
+ * <p>Deletes a user account from the specified Amazon Connect instance.</p>
1315
+ * <p>For information about what happens to a user's data when their account is deleted, see
1316
+ * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/delete-users.html">Delete Users from
1317
+ * Your Amazon Connect Instance</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
1318
+ */
1319
+ public deleteUser(args: DeleteUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserCommandOutput>;
1320
+ public deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
1321
+ public deleteUser(
1322
+ args: DeleteUserCommandInput,
1323
+ options: __HttpHandlerOptions,
1324
+ cb: (err: any, data?: DeleteUserCommandOutput) => void
1325
+ ): void;
1326
+ public deleteUser(
1327
+ args: DeleteUserCommandInput,
1328
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteUserCommandOutput) => void),
1329
+ cb?: (err: any, data?: DeleteUserCommandOutput) => void
1330
+ ): Promise<DeleteUserCommandOutput> | void {
1331
+ const command = new DeleteUserCommand(args);
1332
+ if (typeof optionsOrCb === "function") {
1333
+ this.send(command, optionsOrCb);
1334
+ } else if (typeof cb === "function") {
1335
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1336
+ this.send(command, optionsOrCb || {}, cb);
1337
+ } else {
1338
+ return this.send(command, optionsOrCb);
1339
+ }
1340
+ }
1341
+
1342
+ /**
1343
+ * <p>Deletes an existing user hierarchy group. It must not be associated with any agents or have
1344
+ * any active child groups.</p>
1345
+ */
1346
+ public deleteUserHierarchyGroup(
1347
+ args: DeleteUserHierarchyGroupCommandInput,
1348
+ options?: __HttpHandlerOptions
1349
+ ): Promise<DeleteUserHierarchyGroupCommandOutput>;
1350
+ public deleteUserHierarchyGroup(
1351
+ args: DeleteUserHierarchyGroupCommandInput,
1352
+ cb: (err: any, data?: DeleteUserHierarchyGroupCommandOutput) => void
1353
+ ): void;
1354
+ public deleteUserHierarchyGroup(
1355
+ args: DeleteUserHierarchyGroupCommandInput,
1356
+ options: __HttpHandlerOptions,
1357
+ cb: (err: any, data?: DeleteUserHierarchyGroupCommandOutput) => void
1358
+ ): void;
1359
+ public deleteUserHierarchyGroup(
1360
+ args: DeleteUserHierarchyGroupCommandInput,
1361
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteUserHierarchyGroupCommandOutput) => void),
1362
+ cb?: (err: any, data?: DeleteUserHierarchyGroupCommandOutput) => void
1363
+ ): Promise<DeleteUserHierarchyGroupCommandOutput> | void {
1364
+ const command = new DeleteUserHierarchyGroupCommand(args);
1365
+ if (typeof optionsOrCb === "function") {
1366
+ this.send(command, optionsOrCb);
1367
+ } else if (typeof cb === "function") {
1368
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1369
+ this.send(command, optionsOrCb || {}, cb);
1370
+ } else {
1371
+ return this.send(command, optionsOrCb);
1372
+ }
1373
+ }
1374
+
1375
+ /**
1376
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
1377
+ * <p>Describes an agent status.</p>
1378
+ */
1379
+ public describeAgentStatus(
1380
+ args: DescribeAgentStatusCommandInput,
1381
+ options?: __HttpHandlerOptions
1382
+ ): Promise<DescribeAgentStatusCommandOutput>;
1383
+ public describeAgentStatus(
1384
+ args: DescribeAgentStatusCommandInput,
1385
+ cb: (err: any, data?: DescribeAgentStatusCommandOutput) => void
1386
+ ): void;
1387
+ public describeAgentStatus(
1388
+ args: DescribeAgentStatusCommandInput,
1389
+ options: __HttpHandlerOptions,
1390
+ cb: (err: any, data?: DescribeAgentStatusCommandOutput) => void
1391
+ ): void;
1392
+ public describeAgentStatus(
1393
+ args: DescribeAgentStatusCommandInput,
1394
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeAgentStatusCommandOutput) => void),
1395
+ cb?: (err: any, data?: DescribeAgentStatusCommandOutput) => void
1396
+ ): Promise<DescribeAgentStatusCommandOutput> | void {
1397
+ const command = new DescribeAgentStatusCommand(args);
1398
+ if (typeof optionsOrCb === "function") {
1399
+ this.send(command, optionsOrCb);
1400
+ } else if (typeof cb === "function") {
1401
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1402
+ this.send(command, optionsOrCb || {}, cb);
1403
+ } else {
1404
+ return this.send(command, optionsOrCb);
1405
+ }
1406
+ }
1407
+
1408
+ /**
1409
+ * <p>Describes the specified contact flow.</p>
1410
+ * <p>You can also create and update contact flows using the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect
1411
+ * Flow language</a>.</p>
1412
+ */
1413
+ public describeContactFlow(
1414
+ args: DescribeContactFlowCommandInput,
1415
+ options?: __HttpHandlerOptions
1416
+ ): Promise<DescribeContactFlowCommandOutput>;
1417
+ public describeContactFlow(
1418
+ args: DescribeContactFlowCommandInput,
1419
+ cb: (err: any, data?: DescribeContactFlowCommandOutput) => void
1420
+ ): void;
1421
+ public describeContactFlow(
1422
+ args: DescribeContactFlowCommandInput,
1423
+ options: __HttpHandlerOptions,
1424
+ cb: (err: any, data?: DescribeContactFlowCommandOutput) => void
1425
+ ): void;
1426
+ public describeContactFlow(
1427
+ args: DescribeContactFlowCommandInput,
1428
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeContactFlowCommandOutput) => void),
1429
+ cb?: (err: any, data?: DescribeContactFlowCommandOutput) => void
1430
+ ): Promise<DescribeContactFlowCommandOutput> | void {
1431
+ const command = new DescribeContactFlowCommand(args);
1432
+ if (typeof optionsOrCb === "function") {
1433
+ this.send(command, optionsOrCb);
1434
+ } else if (typeof cb === "function") {
1435
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1436
+ this.send(command, optionsOrCb || {}, cb);
1437
+ } else {
1438
+ return this.send(command, optionsOrCb);
1439
+ }
1440
+ }
1441
+
1442
+ /**
1443
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
1444
+ * <p>Describes the hours of operation.</p>
1445
+ */
1446
+ public describeHoursOfOperation(
1447
+ args: DescribeHoursOfOperationCommandInput,
1448
+ options?: __HttpHandlerOptions
1449
+ ): Promise<DescribeHoursOfOperationCommandOutput>;
1450
+ public describeHoursOfOperation(
1451
+ args: DescribeHoursOfOperationCommandInput,
1452
+ cb: (err: any, data?: DescribeHoursOfOperationCommandOutput) => void
1453
+ ): void;
1454
+ public describeHoursOfOperation(
1455
+ args: DescribeHoursOfOperationCommandInput,
1456
+ options: __HttpHandlerOptions,
1457
+ cb: (err: any, data?: DescribeHoursOfOperationCommandOutput) => void
1458
+ ): void;
1459
+ public describeHoursOfOperation(
1460
+ args: DescribeHoursOfOperationCommandInput,
1461
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeHoursOfOperationCommandOutput) => void),
1462
+ cb?: (err: any, data?: DescribeHoursOfOperationCommandOutput) => void
1463
+ ): Promise<DescribeHoursOfOperationCommandOutput> | void {
1464
+ const command = new DescribeHoursOfOperationCommand(args);
1465
+ if (typeof optionsOrCb === "function") {
1466
+ this.send(command, optionsOrCb);
1467
+ } else if (typeof cb === "function") {
1468
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1469
+ this.send(command, optionsOrCb || {}, cb);
1470
+ } else {
1471
+ return this.send(command, optionsOrCb);
1472
+ }
1473
+ }
1474
+
1475
+ /**
1476
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
1477
+ * <p>Returns the current state of the specified instance identifier. It tracks the instance while
1478
+ * it is being created and returns an error status, if applicable. </p>
1479
+ * <p>If an instance is not created successfully, the instance status reason field returns details
1480
+ * relevant to the reason. The instance in a failed state is returned only for 24 hours after the
1481
+ * CreateInstance API was invoked.</p>
1482
+ */
1483
+ public describeInstance(
1484
+ args: DescribeInstanceCommandInput,
1485
+ options?: __HttpHandlerOptions
1486
+ ): Promise<DescribeInstanceCommandOutput>;
1487
+ public describeInstance(
1488
+ args: DescribeInstanceCommandInput,
1489
+ cb: (err: any, data?: DescribeInstanceCommandOutput) => void
1490
+ ): void;
1491
+ public describeInstance(
1492
+ args: DescribeInstanceCommandInput,
1493
+ options: __HttpHandlerOptions,
1494
+ cb: (err: any, data?: DescribeInstanceCommandOutput) => void
1495
+ ): void;
1496
+ public describeInstance(
1497
+ args: DescribeInstanceCommandInput,
1498
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeInstanceCommandOutput) => void),
1499
+ cb?: (err: any, data?: DescribeInstanceCommandOutput) => void
1500
+ ): Promise<DescribeInstanceCommandOutput> | void {
1501
+ const command = new DescribeInstanceCommand(args);
1502
+ if (typeof optionsOrCb === "function") {
1503
+ this.send(command, optionsOrCb);
1504
+ } else if (typeof cb === "function") {
1505
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1506
+ this.send(command, optionsOrCb || {}, cb);
1507
+ } else {
1508
+ return this.send(command, optionsOrCb);
1509
+ }
1510
+ }
1511
+
1512
+ /**
1513
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
1514
+ * <p>Describes the specified instance attribute.</p>
1515
+ */
1516
+ public describeInstanceAttribute(
1517
+ args: DescribeInstanceAttributeCommandInput,
1518
+ options?: __HttpHandlerOptions
1519
+ ): Promise<DescribeInstanceAttributeCommandOutput>;
1520
+ public describeInstanceAttribute(
1521
+ args: DescribeInstanceAttributeCommandInput,
1522
+ cb: (err: any, data?: DescribeInstanceAttributeCommandOutput) => void
1523
+ ): void;
1524
+ public describeInstanceAttribute(
1525
+ args: DescribeInstanceAttributeCommandInput,
1526
+ options: __HttpHandlerOptions,
1527
+ cb: (err: any, data?: DescribeInstanceAttributeCommandOutput) => void
1528
+ ): void;
1529
+ public describeInstanceAttribute(
1530
+ args: DescribeInstanceAttributeCommandInput,
1531
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeInstanceAttributeCommandOutput) => void),
1532
+ cb?: (err: any, data?: DescribeInstanceAttributeCommandOutput) => void
1533
+ ): Promise<DescribeInstanceAttributeCommandOutput> | void {
1534
+ const command = new DescribeInstanceAttributeCommand(args);
1535
+ if (typeof optionsOrCb === "function") {
1536
+ this.send(command, optionsOrCb);
1537
+ } else if (typeof cb === "function") {
1538
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1539
+ this.send(command, optionsOrCb || {}, cb);
1540
+ } else {
1541
+ return this.send(command, optionsOrCb);
1542
+ }
1543
+ }
1544
+
1545
+ /**
1546
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
1547
+ * <p>Retrieves the current storage configurations for the specified resource type, association
1548
+ * ID, and instance ID.</p>
1549
+ */
1550
+ public describeInstanceStorageConfig(
1551
+ args: DescribeInstanceStorageConfigCommandInput,
1552
+ options?: __HttpHandlerOptions
1553
+ ): Promise<DescribeInstanceStorageConfigCommandOutput>;
1554
+ public describeInstanceStorageConfig(
1555
+ args: DescribeInstanceStorageConfigCommandInput,
1556
+ cb: (err: any, data?: DescribeInstanceStorageConfigCommandOutput) => void
1557
+ ): void;
1558
+ public describeInstanceStorageConfig(
1559
+ args: DescribeInstanceStorageConfigCommandInput,
1560
+ options: __HttpHandlerOptions,
1561
+ cb: (err: any, data?: DescribeInstanceStorageConfigCommandOutput) => void
1562
+ ): void;
1563
+ public describeInstanceStorageConfig(
1564
+ args: DescribeInstanceStorageConfigCommandInput,
1565
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeInstanceStorageConfigCommandOutput) => void),
1566
+ cb?: (err: any, data?: DescribeInstanceStorageConfigCommandOutput) => void
1567
+ ): Promise<DescribeInstanceStorageConfigCommandOutput> | void {
1568
+ const command = new DescribeInstanceStorageConfigCommand(args);
1569
+ if (typeof optionsOrCb === "function") {
1570
+ this.send(command, optionsOrCb);
1571
+ } else if (typeof cb === "function") {
1572
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1573
+ this.send(command, optionsOrCb || {}, cb);
1574
+ } else {
1575
+ return this.send(command, optionsOrCb);
1576
+ }
1577
+ }
1578
+
1579
+ /**
1580
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
1581
+ * <p>Describes the specified queue.</p>
1582
+ */
1583
+ public describeQueue(
1584
+ args: DescribeQueueCommandInput,
1585
+ options?: __HttpHandlerOptions
1586
+ ): Promise<DescribeQueueCommandOutput>;
1587
+ public describeQueue(
1588
+ args: DescribeQueueCommandInput,
1589
+ cb: (err: any, data?: DescribeQueueCommandOutput) => void
1590
+ ): void;
1591
+ public describeQueue(
1592
+ args: DescribeQueueCommandInput,
1593
+ options: __HttpHandlerOptions,
1594
+ cb: (err: any, data?: DescribeQueueCommandOutput) => void
1595
+ ): void;
1596
+ public describeQueue(
1597
+ args: DescribeQueueCommandInput,
1598
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeQueueCommandOutput) => void),
1599
+ cb?: (err: any, data?: DescribeQueueCommandOutput) => void
1600
+ ): Promise<DescribeQueueCommandOutput> | void {
1601
+ const command = new DescribeQueueCommand(args);
1602
+ if (typeof optionsOrCb === "function") {
1603
+ this.send(command, optionsOrCb);
1604
+ } else if (typeof cb === "function") {
1605
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1606
+ this.send(command, optionsOrCb || {}, cb);
1607
+ } else {
1608
+ return this.send(command, optionsOrCb);
1609
+ }
1610
+ }
1611
+
1612
+ /**
1613
+ * <p>Describes the quick connect.</p>
1614
+ */
1615
+ public describeQuickConnect(
1616
+ args: DescribeQuickConnectCommandInput,
1617
+ options?: __HttpHandlerOptions
1618
+ ): Promise<DescribeQuickConnectCommandOutput>;
1619
+ public describeQuickConnect(
1620
+ args: DescribeQuickConnectCommandInput,
1621
+ cb: (err: any, data?: DescribeQuickConnectCommandOutput) => void
1622
+ ): void;
1623
+ public describeQuickConnect(
1624
+ args: DescribeQuickConnectCommandInput,
1625
+ options: __HttpHandlerOptions,
1626
+ cb: (err: any, data?: DescribeQuickConnectCommandOutput) => void
1627
+ ): void;
1628
+ public describeQuickConnect(
1629
+ args: DescribeQuickConnectCommandInput,
1630
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeQuickConnectCommandOutput) => void),
1631
+ cb?: (err: any, data?: DescribeQuickConnectCommandOutput) => void
1632
+ ): Promise<DescribeQuickConnectCommandOutput> | void {
1633
+ const command = new DescribeQuickConnectCommand(args);
1634
+ if (typeof optionsOrCb === "function") {
1635
+ this.send(command, optionsOrCb);
1636
+ } else if (typeof cb === "function") {
1637
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1638
+ this.send(command, optionsOrCb || {}, cb);
1639
+ } else {
1640
+ return this.send(command, optionsOrCb);
1641
+ }
1642
+ }
1643
+
1644
+ /**
1645
+ * <p>Describes the specified routing profile.</p>
1646
+ */
1647
+ public describeRoutingProfile(
1648
+ args: DescribeRoutingProfileCommandInput,
1649
+ options?: __HttpHandlerOptions
1650
+ ): Promise<DescribeRoutingProfileCommandOutput>;
1651
+ public describeRoutingProfile(
1652
+ args: DescribeRoutingProfileCommandInput,
1653
+ cb: (err: any, data?: DescribeRoutingProfileCommandOutput) => void
1654
+ ): void;
1655
+ public describeRoutingProfile(
1656
+ args: DescribeRoutingProfileCommandInput,
1657
+ options: __HttpHandlerOptions,
1658
+ cb: (err: any, data?: DescribeRoutingProfileCommandOutput) => void
1659
+ ): void;
1660
+ public describeRoutingProfile(
1661
+ args: DescribeRoutingProfileCommandInput,
1662
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeRoutingProfileCommandOutput) => void),
1663
+ cb?: (err: any, data?: DescribeRoutingProfileCommandOutput) => void
1664
+ ): Promise<DescribeRoutingProfileCommandOutput> | void {
1665
+ const command = new DescribeRoutingProfileCommand(args);
1666
+ if (typeof optionsOrCb === "function") {
1667
+ this.send(command, optionsOrCb);
1668
+ } else if (typeof cb === "function") {
1669
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1670
+ this.send(command, optionsOrCb || {}, cb);
1671
+ } else {
1672
+ return this.send(command, optionsOrCb);
1673
+ }
1674
+ }
1675
+
1676
+ /**
1677
+ * <p>Describes the specified user account. You can find the instance ID in the console (it’s the
1678
+ * final part of the ARN). The console does not display the user IDs. Instead, list the users and
1679
+ * note the IDs provided in the output.</p>
1680
+ */
1681
+ public describeUser(
1682
+ args: DescribeUserCommandInput,
1683
+ options?: __HttpHandlerOptions
1684
+ ): Promise<DescribeUserCommandOutput>;
1685
+ public describeUser(args: DescribeUserCommandInput, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
1686
+ public describeUser(
1687
+ args: DescribeUserCommandInput,
1688
+ options: __HttpHandlerOptions,
1689
+ cb: (err: any, data?: DescribeUserCommandOutput) => void
1690
+ ): void;
1691
+ public describeUser(
1692
+ args: DescribeUserCommandInput,
1693
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeUserCommandOutput) => void),
1694
+ cb?: (err: any, data?: DescribeUserCommandOutput) => void
1695
+ ): Promise<DescribeUserCommandOutput> | void {
1696
+ const command = new DescribeUserCommand(args);
1697
+ if (typeof optionsOrCb === "function") {
1698
+ this.send(command, optionsOrCb);
1699
+ } else if (typeof cb === "function") {
1700
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1701
+ this.send(command, optionsOrCb || {}, cb);
1702
+ } else {
1703
+ return this.send(command, optionsOrCb);
1704
+ }
1705
+ }
1706
+
1707
+ /**
1708
+ * <p>Describes the specified hierarchy group.</p>
1709
+ */
1710
+ public describeUserHierarchyGroup(
1711
+ args: DescribeUserHierarchyGroupCommandInput,
1712
+ options?: __HttpHandlerOptions
1713
+ ): Promise<DescribeUserHierarchyGroupCommandOutput>;
1714
+ public describeUserHierarchyGroup(
1715
+ args: DescribeUserHierarchyGroupCommandInput,
1716
+ cb: (err: any, data?: DescribeUserHierarchyGroupCommandOutput) => void
1717
+ ): void;
1718
+ public describeUserHierarchyGroup(
1719
+ args: DescribeUserHierarchyGroupCommandInput,
1720
+ options: __HttpHandlerOptions,
1721
+ cb: (err: any, data?: DescribeUserHierarchyGroupCommandOutput) => void
1722
+ ): void;
1723
+ public describeUserHierarchyGroup(
1724
+ args: DescribeUserHierarchyGroupCommandInput,
1725
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeUserHierarchyGroupCommandOutput) => void),
1726
+ cb?: (err: any, data?: DescribeUserHierarchyGroupCommandOutput) => void
1727
+ ): Promise<DescribeUserHierarchyGroupCommandOutput> | void {
1728
+ const command = new DescribeUserHierarchyGroupCommand(args);
1729
+ if (typeof optionsOrCb === "function") {
1730
+ this.send(command, optionsOrCb);
1731
+ } else if (typeof cb === "function") {
1732
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1733
+ this.send(command, optionsOrCb || {}, cb);
1734
+ } else {
1735
+ return this.send(command, optionsOrCb);
1736
+ }
1737
+ }
1738
+
1739
+ /**
1740
+ * <p>Describes the hierarchy structure of the specified Amazon Connect instance.</p>
1741
+ */
1742
+ public describeUserHierarchyStructure(
1743
+ args: DescribeUserHierarchyStructureCommandInput,
1744
+ options?: __HttpHandlerOptions
1745
+ ): Promise<DescribeUserHierarchyStructureCommandOutput>;
1746
+ public describeUserHierarchyStructure(
1747
+ args: DescribeUserHierarchyStructureCommandInput,
1748
+ cb: (err: any, data?: DescribeUserHierarchyStructureCommandOutput) => void
1749
+ ): void;
1750
+ public describeUserHierarchyStructure(
1751
+ args: DescribeUserHierarchyStructureCommandInput,
1752
+ options: __HttpHandlerOptions,
1753
+ cb: (err: any, data?: DescribeUserHierarchyStructureCommandOutput) => void
1754
+ ): void;
1755
+ public describeUserHierarchyStructure(
1756
+ args: DescribeUserHierarchyStructureCommandInput,
1757
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeUserHierarchyStructureCommandOutput) => void),
1758
+ cb?: (err: any, data?: DescribeUserHierarchyStructureCommandOutput) => void
1759
+ ): Promise<DescribeUserHierarchyStructureCommandOutput> | void {
1760
+ const command = new DescribeUserHierarchyStructureCommand(args);
1761
+ if (typeof optionsOrCb === "function") {
1762
+ this.send(command, optionsOrCb);
1763
+ } else if (typeof cb === "function") {
1764
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1765
+ this.send(command, optionsOrCb || {}, cb);
1766
+ } else {
1767
+ return this.send(command, optionsOrCb);
1768
+ }
1769
+ }
1770
+
1771
+ /**
1772
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
1773
+ * <p>Revokes access to integrated applications from Amazon Connect.</p>
1774
+ */
1775
+ public disassociateApprovedOrigin(
1776
+ args: DisassociateApprovedOriginCommandInput,
1777
+ options?: __HttpHandlerOptions
1778
+ ): Promise<DisassociateApprovedOriginCommandOutput>;
1779
+ public disassociateApprovedOrigin(
1780
+ args: DisassociateApprovedOriginCommandInput,
1781
+ cb: (err: any, data?: DisassociateApprovedOriginCommandOutput) => void
1782
+ ): void;
1783
+ public disassociateApprovedOrigin(
1784
+ args: DisassociateApprovedOriginCommandInput,
1785
+ options: __HttpHandlerOptions,
1786
+ cb: (err: any, data?: DisassociateApprovedOriginCommandOutput) => void
1787
+ ): void;
1788
+ public disassociateApprovedOrigin(
1789
+ args: DisassociateApprovedOriginCommandInput,
1790
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateApprovedOriginCommandOutput) => void),
1791
+ cb?: (err: any, data?: DisassociateApprovedOriginCommandOutput) => void
1792
+ ): Promise<DisassociateApprovedOriginCommandOutput> | void {
1793
+ const command = new DisassociateApprovedOriginCommand(args);
1794
+ if (typeof optionsOrCb === "function") {
1795
+ this.send(command, optionsOrCb);
1796
+ } else if (typeof cb === "function") {
1797
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1798
+ this.send(command, optionsOrCb || {}, cb);
1799
+ } else {
1800
+ return this.send(command, optionsOrCb);
1801
+ }
1802
+ }
1803
+
1804
+ /**
1805
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
1806
+ * <p>Revokes authorization from the specified instance to access the specified Amazon Lex or Amazon Lex V2
1807
+ * bot. </p>
1808
+ */
1809
+ public disassociateBot(
1810
+ args: DisassociateBotCommandInput,
1811
+ options?: __HttpHandlerOptions
1812
+ ): Promise<DisassociateBotCommandOutput>;
1813
+ public disassociateBot(
1814
+ args: DisassociateBotCommandInput,
1815
+ cb: (err: any, data?: DisassociateBotCommandOutput) => void
1816
+ ): void;
1817
+ public disassociateBot(
1818
+ args: DisassociateBotCommandInput,
1819
+ options: __HttpHandlerOptions,
1820
+ cb: (err: any, data?: DisassociateBotCommandOutput) => void
1821
+ ): void;
1822
+ public disassociateBot(
1823
+ args: DisassociateBotCommandInput,
1824
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateBotCommandOutput) => void),
1825
+ cb?: (err: any, data?: DisassociateBotCommandOutput) => void
1826
+ ): Promise<DisassociateBotCommandOutput> | void {
1827
+ const command = new DisassociateBotCommand(args);
1828
+ if (typeof optionsOrCb === "function") {
1829
+ this.send(command, optionsOrCb);
1830
+ } else if (typeof cb === "function") {
1831
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1832
+ this.send(command, optionsOrCb || {}, cb);
1833
+ } else {
1834
+ return this.send(command, optionsOrCb);
1835
+ }
1836
+ }
1837
+
1838
+ /**
1839
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
1840
+ * <p>Removes the storage type configurations for the specified resource type and association
1841
+ * ID.</p>
1842
+ */
1843
+ public disassociateInstanceStorageConfig(
1844
+ args: DisassociateInstanceStorageConfigCommandInput,
1845
+ options?: __HttpHandlerOptions
1846
+ ): Promise<DisassociateInstanceStorageConfigCommandOutput>;
1847
+ public disassociateInstanceStorageConfig(
1848
+ args: DisassociateInstanceStorageConfigCommandInput,
1849
+ cb: (err: any, data?: DisassociateInstanceStorageConfigCommandOutput) => void
1850
+ ): void;
1851
+ public disassociateInstanceStorageConfig(
1852
+ args: DisassociateInstanceStorageConfigCommandInput,
1853
+ options: __HttpHandlerOptions,
1854
+ cb: (err: any, data?: DisassociateInstanceStorageConfigCommandOutput) => void
1855
+ ): void;
1856
+ public disassociateInstanceStorageConfig(
1857
+ args: DisassociateInstanceStorageConfigCommandInput,
1858
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateInstanceStorageConfigCommandOutput) => void),
1859
+ cb?: (err: any, data?: DisassociateInstanceStorageConfigCommandOutput) => void
1860
+ ): Promise<DisassociateInstanceStorageConfigCommandOutput> | void {
1861
+ const command = new DisassociateInstanceStorageConfigCommand(args);
1862
+ if (typeof optionsOrCb === "function") {
1863
+ this.send(command, optionsOrCb);
1864
+ } else if (typeof cb === "function") {
1865
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1866
+ this.send(command, optionsOrCb || {}, cb);
1867
+ } else {
1868
+ return this.send(command, optionsOrCb);
1869
+ }
1870
+ }
1871
+
1872
+ /**
1873
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
1874
+ * <p>Remove the Lambda function from the dropdown options available in the relevant contact flow
1875
+ * blocks.</p>
1876
+ */
1877
+ public disassociateLambdaFunction(
1878
+ args: DisassociateLambdaFunctionCommandInput,
1879
+ options?: __HttpHandlerOptions
1880
+ ): Promise<DisassociateLambdaFunctionCommandOutput>;
1881
+ public disassociateLambdaFunction(
1882
+ args: DisassociateLambdaFunctionCommandInput,
1883
+ cb: (err: any, data?: DisassociateLambdaFunctionCommandOutput) => void
1884
+ ): void;
1885
+ public disassociateLambdaFunction(
1886
+ args: DisassociateLambdaFunctionCommandInput,
1887
+ options: __HttpHandlerOptions,
1888
+ cb: (err: any, data?: DisassociateLambdaFunctionCommandOutput) => void
1889
+ ): void;
1890
+ public disassociateLambdaFunction(
1891
+ args: DisassociateLambdaFunctionCommandInput,
1892
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateLambdaFunctionCommandOutput) => void),
1893
+ cb?: (err: any, data?: DisassociateLambdaFunctionCommandOutput) => void
1894
+ ): Promise<DisassociateLambdaFunctionCommandOutput> | void {
1895
+ const command = new DisassociateLambdaFunctionCommand(args);
1896
+ if (typeof optionsOrCb === "function") {
1897
+ this.send(command, optionsOrCb);
1898
+ } else if (typeof cb === "function") {
1899
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1900
+ this.send(command, optionsOrCb || {}, cb);
1901
+ } else {
1902
+ return this.send(command, optionsOrCb);
1903
+ }
1904
+ }
1905
+
1906
+ /**
1907
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
1908
+ * <p>Revokes authorization from the specified instance to access the specified Amazon Lex bot.</p>
1909
+ */
1910
+ public disassociateLexBot(
1911
+ args: DisassociateLexBotCommandInput,
1912
+ options?: __HttpHandlerOptions
1913
+ ): Promise<DisassociateLexBotCommandOutput>;
1914
+ public disassociateLexBot(
1915
+ args: DisassociateLexBotCommandInput,
1916
+ cb: (err: any, data?: DisassociateLexBotCommandOutput) => void
1917
+ ): void;
1918
+ public disassociateLexBot(
1919
+ args: DisassociateLexBotCommandInput,
1920
+ options: __HttpHandlerOptions,
1921
+ cb: (err: any, data?: DisassociateLexBotCommandOutput) => void
1922
+ ): void;
1923
+ public disassociateLexBot(
1924
+ args: DisassociateLexBotCommandInput,
1925
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateLexBotCommandOutput) => void),
1926
+ cb?: (err: any, data?: DisassociateLexBotCommandOutput) => void
1927
+ ): Promise<DisassociateLexBotCommandOutput> | void {
1928
+ const command = new DisassociateLexBotCommand(args);
1929
+ if (typeof optionsOrCb === "function") {
1930
+ this.send(command, optionsOrCb);
1931
+ } else if (typeof cb === "function") {
1932
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1933
+ this.send(command, optionsOrCb || {}, cb);
1934
+ } else {
1935
+ return this.send(command, optionsOrCb);
1936
+ }
1937
+ }
1938
+
1939
+ /**
1940
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
1941
+ * <p>Disassociates a set of quick connects from a queue.</p>
1942
+ */
1943
+ public disassociateQueueQuickConnects(
1944
+ args: DisassociateQueueQuickConnectsCommandInput,
1945
+ options?: __HttpHandlerOptions
1946
+ ): Promise<DisassociateQueueQuickConnectsCommandOutput>;
1947
+ public disassociateQueueQuickConnects(
1948
+ args: DisassociateQueueQuickConnectsCommandInput,
1949
+ cb: (err: any, data?: DisassociateQueueQuickConnectsCommandOutput) => void
1950
+ ): void;
1951
+ public disassociateQueueQuickConnects(
1952
+ args: DisassociateQueueQuickConnectsCommandInput,
1953
+ options: __HttpHandlerOptions,
1954
+ cb: (err: any, data?: DisassociateQueueQuickConnectsCommandOutput) => void
1955
+ ): void;
1956
+ public disassociateQueueQuickConnects(
1957
+ args: DisassociateQueueQuickConnectsCommandInput,
1958
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateQueueQuickConnectsCommandOutput) => void),
1959
+ cb?: (err: any, data?: DisassociateQueueQuickConnectsCommandOutput) => void
1960
+ ): Promise<DisassociateQueueQuickConnectsCommandOutput> | void {
1961
+ const command = new DisassociateQueueQuickConnectsCommand(args);
1962
+ if (typeof optionsOrCb === "function") {
1963
+ this.send(command, optionsOrCb);
1964
+ } else if (typeof cb === "function") {
1965
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1966
+ this.send(command, optionsOrCb || {}, cb);
1967
+ } else {
1968
+ return this.send(command, optionsOrCb);
1969
+ }
1970
+ }
1971
+
1972
+ /**
1973
+ * <p>Disassociates a set of queues from a routing profile.</p>
1974
+ */
1975
+ public disassociateRoutingProfileQueues(
1976
+ args: DisassociateRoutingProfileQueuesCommandInput,
1977
+ options?: __HttpHandlerOptions
1978
+ ): Promise<DisassociateRoutingProfileQueuesCommandOutput>;
1979
+ public disassociateRoutingProfileQueues(
1980
+ args: DisassociateRoutingProfileQueuesCommandInput,
1981
+ cb: (err: any, data?: DisassociateRoutingProfileQueuesCommandOutput) => void
1982
+ ): void;
1983
+ public disassociateRoutingProfileQueues(
1984
+ args: DisassociateRoutingProfileQueuesCommandInput,
1985
+ options: __HttpHandlerOptions,
1986
+ cb: (err: any, data?: DisassociateRoutingProfileQueuesCommandOutput) => void
1987
+ ): void;
1988
+ public disassociateRoutingProfileQueues(
1989
+ args: DisassociateRoutingProfileQueuesCommandInput,
1990
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateRoutingProfileQueuesCommandOutput) => void),
1991
+ cb?: (err: any, data?: DisassociateRoutingProfileQueuesCommandOutput) => void
1992
+ ): Promise<DisassociateRoutingProfileQueuesCommandOutput> | void {
1993
+ const command = new DisassociateRoutingProfileQueuesCommand(args);
1994
+ if (typeof optionsOrCb === "function") {
1995
+ this.send(command, optionsOrCb);
1996
+ } else if (typeof cb === "function") {
1997
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1998
+ this.send(command, optionsOrCb || {}, cb);
1999
+ } else {
2000
+ return this.send(command, optionsOrCb);
2001
+ }
2002
+ }
2003
+
2004
+ /**
2005
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
2006
+ * <p>Deletes the specified security key.</p>
2007
+ */
2008
+ public disassociateSecurityKey(
2009
+ args: DisassociateSecurityKeyCommandInput,
2010
+ options?: __HttpHandlerOptions
2011
+ ): Promise<DisassociateSecurityKeyCommandOutput>;
2012
+ public disassociateSecurityKey(
2013
+ args: DisassociateSecurityKeyCommandInput,
2014
+ cb: (err: any, data?: DisassociateSecurityKeyCommandOutput) => void
2015
+ ): void;
2016
+ public disassociateSecurityKey(
2017
+ args: DisassociateSecurityKeyCommandInput,
2018
+ options: __HttpHandlerOptions,
2019
+ cb: (err: any, data?: DisassociateSecurityKeyCommandOutput) => void
2020
+ ): void;
2021
+ public disassociateSecurityKey(
2022
+ args: DisassociateSecurityKeyCommandInput,
2023
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateSecurityKeyCommandOutput) => void),
2024
+ cb?: (err: any, data?: DisassociateSecurityKeyCommandOutput) => void
2025
+ ): Promise<DisassociateSecurityKeyCommandOutput> | void {
2026
+ const command = new DisassociateSecurityKeyCommand(args);
2027
+ if (typeof optionsOrCb === "function") {
2028
+ this.send(command, optionsOrCb);
2029
+ } else if (typeof cb === "function") {
2030
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2031
+ this.send(command, optionsOrCb || {}, cb);
2032
+ } else {
2033
+ return this.send(command, optionsOrCb);
2034
+ }
2035
+ }
2036
+
2037
+ /**
2038
+ * <p>Retrieves the contact attributes for the specified contact.</p>
2039
+ */
2040
+ public getContactAttributes(
2041
+ args: GetContactAttributesCommandInput,
2042
+ options?: __HttpHandlerOptions
2043
+ ): Promise<GetContactAttributesCommandOutput>;
2044
+ public getContactAttributes(
2045
+ args: GetContactAttributesCommandInput,
2046
+ cb: (err: any, data?: GetContactAttributesCommandOutput) => void
2047
+ ): void;
2048
+ public getContactAttributes(
2049
+ args: GetContactAttributesCommandInput,
2050
+ options: __HttpHandlerOptions,
2051
+ cb: (err: any, data?: GetContactAttributesCommandOutput) => void
2052
+ ): void;
2053
+ public getContactAttributes(
2054
+ args: GetContactAttributesCommandInput,
2055
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetContactAttributesCommandOutput) => void),
2056
+ cb?: (err: any, data?: GetContactAttributesCommandOutput) => void
2057
+ ): Promise<GetContactAttributesCommandOutput> | void {
2058
+ const command = new GetContactAttributesCommand(args);
2059
+ if (typeof optionsOrCb === "function") {
2060
+ this.send(command, optionsOrCb);
2061
+ } else if (typeof cb === "function") {
2062
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2063
+ this.send(command, optionsOrCb || {}, cb);
2064
+ } else {
2065
+ return this.send(command, optionsOrCb);
2066
+ }
2067
+ }
2068
+
2069
+ /**
2070
+ * <p>Gets the real-time metric data from the specified Amazon Connect instance.</p>
2071
+ * <p>For a description of each metric, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html">Real-time Metrics
2072
+ * Definitions</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
2073
+ */
2074
+ public getCurrentMetricData(
2075
+ args: GetCurrentMetricDataCommandInput,
2076
+ options?: __HttpHandlerOptions
2077
+ ): Promise<GetCurrentMetricDataCommandOutput>;
2078
+ public getCurrentMetricData(
2079
+ args: GetCurrentMetricDataCommandInput,
2080
+ cb: (err: any, data?: GetCurrentMetricDataCommandOutput) => void
2081
+ ): void;
2082
+ public getCurrentMetricData(
2083
+ args: GetCurrentMetricDataCommandInput,
2084
+ options: __HttpHandlerOptions,
2085
+ cb: (err: any, data?: GetCurrentMetricDataCommandOutput) => void
2086
+ ): void;
2087
+ public getCurrentMetricData(
2088
+ args: GetCurrentMetricDataCommandInput,
2089
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetCurrentMetricDataCommandOutput) => void),
2090
+ cb?: (err: any, data?: GetCurrentMetricDataCommandOutput) => void
2091
+ ): Promise<GetCurrentMetricDataCommandOutput> | void {
2092
+ const command = new GetCurrentMetricDataCommand(args);
2093
+ if (typeof optionsOrCb === "function") {
2094
+ this.send(command, optionsOrCb);
2095
+ } else if (typeof cb === "function") {
2096
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2097
+ this.send(command, optionsOrCb || {}, cb);
2098
+ } else {
2099
+ return this.send(command, optionsOrCb);
2100
+ }
2101
+ }
2102
+
2103
+ /**
2104
+ * <p>Retrieves a token for federation.</p>
2105
+ * <note>
2106
+ * <p>This API doesn't support root users. If you try to invoke GetFederationToken with root
2107
+ * credentials, an error message similar to the following one appears: </p>
2108
+ * <p>
2109
+ * <code>Provided identity: Principal: .... User: .... cannot be used for federation with
2110
+ * Amazon Connect</code>
2111
+ * </p>
2112
+ * </note>
2113
+ */
2114
+ public getFederationToken(
2115
+ args: GetFederationTokenCommandInput,
2116
+ options?: __HttpHandlerOptions
2117
+ ): Promise<GetFederationTokenCommandOutput>;
2118
+ public getFederationToken(
2119
+ args: GetFederationTokenCommandInput,
2120
+ cb: (err: any, data?: GetFederationTokenCommandOutput) => void
2121
+ ): void;
2122
+ public getFederationToken(
2123
+ args: GetFederationTokenCommandInput,
2124
+ options: __HttpHandlerOptions,
2125
+ cb: (err: any, data?: GetFederationTokenCommandOutput) => void
2126
+ ): void;
2127
+ public getFederationToken(
2128
+ args: GetFederationTokenCommandInput,
2129
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetFederationTokenCommandOutput) => void),
2130
+ cb?: (err: any, data?: GetFederationTokenCommandOutput) => void
2131
+ ): Promise<GetFederationTokenCommandOutput> | void {
2132
+ const command = new GetFederationTokenCommand(args);
2133
+ if (typeof optionsOrCb === "function") {
2134
+ this.send(command, optionsOrCb);
2135
+ } else if (typeof cb === "function") {
2136
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2137
+ this.send(command, optionsOrCb || {}, cb);
2138
+ } else {
2139
+ return this.send(command, optionsOrCb);
2140
+ }
2141
+ }
2142
+
2143
+ /**
2144
+ * <p>Gets historical metric data from the specified Amazon Connect instance.</p>
2145
+ *
2146
+ * <p>For a description of each historical metric, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html">Historical Metrics
2147
+ * Definitions</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
2148
+ */
2149
+ public getMetricData(
2150
+ args: GetMetricDataCommandInput,
2151
+ options?: __HttpHandlerOptions
2152
+ ): Promise<GetMetricDataCommandOutput>;
2153
+ public getMetricData(
2154
+ args: GetMetricDataCommandInput,
2155
+ cb: (err: any, data?: GetMetricDataCommandOutput) => void
2156
+ ): void;
2157
+ public getMetricData(
2158
+ args: GetMetricDataCommandInput,
2159
+ options: __HttpHandlerOptions,
2160
+ cb: (err: any, data?: GetMetricDataCommandOutput) => void
2161
+ ): void;
2162
+ public getMetricData(
2163
+ args: GetMetricDataCommandInput,
2164
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetMetricDataCommandOutput) => void),
2165
+ cb?: (err: any, data?: GetMetricDataCommandOutput) => void
2166
+ ): Promise<GetMetricDataCommandOutput> | void {
2167
+ const command = new GetMetricDataCommand(args);
2168
+ if (typeof optionsOrCb === "function") {
2169
+ this.send(command, optionsOrCb);
2170
+ } else if (typeof cb === "function") {
2171
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2172
+ this.send(command, optionsOrCb || {}, cb);
2173
+ } else {
2174
+ return this.send(command, optionsOrCb);
2175
+ }
2176
+ }
2177
+
2178
+ /**
2179
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
2180
+ * <p>Lists agent statuses.</p>
2181
+ */
2182
+ public listAgentStatuses(
2183
+ args: ListAgentStatusesCommandInput,
2184
+ options?: __HttpHandlerOptions
2185
+ ): Promise<ListAgentStatusesCommandOutput>;
2186
+ public listAgentStatuses(
2187
+ args: ListAgentStatusesCommandInput,
2188
+ cb: (err: any, data?: ListAgentStatusesCommandOutput) => void
2189
+ ): void;
2190
+ public listAgentStatuses(
2191
+ args: ListAgentStatusesCommandInput,
2192
+ options: __HttpHandlerOptions,
2193
+ cb: (err: any, data?: ListAgentStatusesCommandOutput) => void
2194
+ ): void;
2195
+ public listAgentStatuses(
2196
+ args: ListAgentStatusesCommandInput,
2197
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListAgentStatusesCommandOutput) => void),
2198
+ cb?: (err: any, data?: ListAgentStatusesCommandOutput) => void
2199
+ ): Promise<ListAgentStatusesCommandOutput> | void {
2200
+ const command = new ListAgentStatusesCommand(args);
2201
+ if (typeof optionsOrCb === "function") {
2202
+ this.send(command, optionsOrCb);
2203
+ } else if (typeof cb === "function") {
2204
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2205
+ this.send(command, optionsOrCb || {}, cb);
2206
+ } else {
2207
+ return this.send(command, optionsOrCb);
2208
+ }
2209
+ }
2210
+
2211
+ /**
2212
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
2213
+ * <p>Returns a paginated list of all approved origins associated with the instance.</p>
2214
+ */
2215
+ public listApprovedOrigins(
2216
+ args: ListApprovedOriginsCommandInput,
2217
+ options?: __HttpHandlerOptions
2218
+ ): Promise<ListApprovedOriginsCommandOutput>;
2219
+ public listApprovedOrigins(
2220
+ args: ListApprovedOriginsCommandInput,
2221
+ cb: (err: any, data?: ListApprovedOriginsCommandOutput) => void
2222
+ ): void;
2223
+ public listApprovedOrigins(
2224
+ args: ListApprovedOriginsCommandInput,
2225
+ options: __HttpHandlerOptions,
2226
+ cb: (err: any, data?: ListApprovedOriginsCommandOutput) => void
2227
+ ): void;
2228
+ public listApprovedOrigins(
2229
+ args: ListApprovedOriginsCommandInput,
2230
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListApprovedOriginsCommandOutput) => void),
2231
+ cb?: (err: any, data?: ListApprovedOriginsCommandOutput) => void
2232
+ ): Promise<ListApprovedOriginsCommandOutput> | void {
2233
+ const command = new ListApprovedOriginsCommand(args);
2234
+ if (typeof optionsOrCb === "function") {
2235
+ this.send(command, optionsOrCb);
2236
+ } else if (typeof cb === "function") {
2237
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2238
+ this.send(command, optionsOrCb || {}, cb);
2239
+ } else {
2240
+ return this.send(command, optionsOrCb);
2241
+ }
2242
+ }
2243
+
2244
+ /**
2245
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
2246
+ * <p>For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the
2247
+ * instance. </p>
2248
+ */
2249
+ public listBots(args: ListBotsCommandInput, options?: __HttpHandlerOptions): Promise<ListBotsCommandOutput>;
2250
+ public listBots(args: ListBotsCommandInput, cb: (err: any, data?: ListBotsCommandOutput) => void): void;
2251
+ public listBots(
2252
+ args: ListBotsCommandInput,
2253
+ options: __HttpHandlerOptions,
2254
+ cb: (err: any, data?: ListBotsCommandOutput) => void
2255
+ ): void;
2256
+ public listBots(
2257
+ args: ListBotsCommandInput,
2258
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListBotsCommandOutput) => void),
2259
+ cb?: (err: any, data?: ListBotsCommandOutput) => void
2260
+ ): Promise<ListBotsCommandOutput> | void {
2261
+ const command = new ListBotsCommand(args);
2262
+ if (typeof optionsOrCb === "function") {
2263
+ this.send(command, optionsOrCb);
2264
+ } else if (typeof cb === "function") {
2265
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2266
+ this.send(command, optionsOrCb || {}, cb);
2267
+ } else {
2268
+ return this.send(command, optionsOrCb);
2269
+ }
2270
+ }
2271
+
2272
+ /**
2273
+ * <p>Provides information about the contact flows for the specified Amazon Connect instance.</p>
2274
+ * <p>You can also create and update contact flows using the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect
2275
+ * Flow language</a>.</p>
2276
+ * <p>For more information about contact flows, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/concepts-contact-flows.html">Contact Flows</a> in the
2277
+ * <i>Amazon Connect Administrator Guide</i>.</p>
2278
+ */
2279
+ public listContactFlows(
2280
+ args: ListContactFlowsCommandInput,
2281
+ options?: __HttpHandlerOptions
2282
+ ): Promise<ListContactFlowsCommandOutput>;
2283
+ public listContactFlows(
2284
+ args: ListContactFlowsCommandInput,
2285
+ cb: (err: any, data?: ListContactFlowsCommandOutput) => void
2286
+ ): void;
2287
+ public listContactFlows(
2288
+ args: ListContactFlowsCommandInput,
2289
+ options: __HttpHandlerOptions,
2290
+ cb: (err: any, data?: ListContactFlowsCommandOutput) => void
2291
+ ): void;
2292
+ public listContactFlows(
2293
+ args: ListContactFlowsCommandInput,
2294
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListContactFlowsCommandOutput) => void),
2295
+ cb?: (err: any, data?: ListContactFlowsCommandOutput) => void
2296
+ ): Promise<ListContactFlowsCommandOutput> | void {
2297
+ const command = new ListContactFlowsCommand(args);
2298
+ if (typeof optionsOrCb === "function") {
2299
+ this.send(command, optionsOrCb);
2300
+ } else if (typeof cb === "function") {
2301
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2302
+ this.send(command, optionsOrCb || {}, cb);
2303
+ } else {
2304
+ return this.send(command, optionsOrCb);
2305
+ }
2306
+ }
2307
+
2308
+ /**
2309
+ * <p>Provides information about the hours of operation for the specified Amazon Connect instance.</p>
2310
+ * <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
2311
+ * Queue</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
2312
+ */
2313
+ public listHoursOfOperations(
2314
+ args: ListHoursOfOperationsCommandInput,
2315
+ options?: __HttpHandlerOptions
2316
+ ): Promise<ListHoursOfOperationsCommandOutput>;
2317
+ public listHoursOfOperations(
2318
+ args: ListHoursOfOperationsCommandInput,
2319
+ cb: (err: any, data?: ListHoursOfOperationsCommandOutput) => void
2320
+ ): void;
2321
+ public listHoursOfOperations(
2322
+ args: ListHoursOfOperationsCommandInput,
2323
+ options: __HttpHandlerOptions,
2324
+ cb: (err: any, data?: ListHoursOfOperationsCommandOutput) => void
2325
+ ): void;
2326
+ public listHoursOfOperations(
2327
+ args: ListHoursOfOperationsCommandInput,
2328
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListHoursOfOperationsCommandOutput) => void),
2329
+ cb?: (err: any, data?: ListHoursOfOperationsCommandOutput) => void
2330
+ ): Promise<ListHoursOfOperationsCommandOutput> | void {
2331
+ const command = new ListHoursOfOperationsCommand(args);
2332
+ if (typeof optionsOrCb === "function") {
2333
+ this.send(command, optionsOrCb);
2334
+ } else if (typeof cb === "function") {
2335
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2336
+ this.send(command, optionsOrCb || {}, cb);
2337
+ } else {
2338
+ return this.send(command, optionsOrCb);
2339
+ }
2340
+ }
2341
+
2342
+ /**
2343
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
2344
+ * <p>Returns a paginated list of all attribute types for the given instance.</p>
2345
+ */
2346
+ public listInstanceAttributes(
2347
+ args: ListInstanceAttributesCommandInput,
2348
+ options?: __HttpHandlerOptions
2349
+ ): Promise<ListInstanceAttributesCommandOutput>;
2350
+ public listInstanceAttributes(
2351
+ args: ListInstanceAttributesCommandInput,
2352
+ cb: (err: any, data?: ListInstanceAttributesCommandOutput) => void
2353
+ ): void;
2354
+ public listInstanceAttributes(
2355
+ args: ListInstanceAttributesCommandInput,
2356
+ options: __HttpHandlerOptions,
2357
+ cb: (err: any, data?: ListInstanceAttributesCommandOutput) => void
2358
+ ): void;
2359
+ public listInstanceAttributes(
2360
+ args: ListInstanceAttributesCommandInput,
2361
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListInstanceAttributesCommandOutput) => void),
2362
+ cb?: (err: any, data?: ListInstanceAttributesCommandOutput) => void
2363
+ ): Promise<ListInstanceAttributesCommandOutput> | void {
2364
+ const command = new ListInstanceAttributesCommand(args);
2365
+ if (typeof optionsOrCb === "function") {
2366
+ this.send(command, optionsOrCb);
2367
+ } else if (typeof cb === "function") {
2368
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2369
+ this.send(command, optionsOrCb || {}, cb);
2370
+ } else {
2371
+ return this.send(command, optionsOrCb);
2372
+ }
2373
+ }
2374
+
2375
+ /**
2376
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
2377
+ * <p>Return a list of instances which are in active state, creation-in-progress state, and failed
2378
+ * state. Instances that aren't successfully created (they are in a failed state) are returned only
2379
+ * for 24 hours after the CreateInstance API was invoked.</p>
2380
+ */
2381
+ public listInstances(
2382
+ args: ListInstancesCommandInput,
2383
+ options?: __HttpHandlerOptions
2384
+ ): Promise<ListInstancesCommandOutput>;
2385
+ public listInstances(
2386
+ args: ListInstancesCommandInput,
2387
+ cb: (err: any, data?: ListInstancesCommandOutput) => void
2388
+ ): void;
2389
+ public listInstances(
2390
+ args: ListInstancesCommandInput,
2391
+ options: __HttpHandlerOptions,
2392
+ cb: (err: any, data?: ListInstancesCommandOutput) => void
2393
+ ): void;
2394
+ public listInstances(
2395
+ args: ListInstancesCommandInput,
2396
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListInstancesCommandOutput) => void),
2397
+ cb?: (err: any, data?: ListInstancesCommandOutput) => void
2398
+ ): Promise<ListInstancesCommandOutput> | void {
2399
+ const command = new ListInstancesCommand(args);
2400
+ if (typeof optionsOrCb === "function") {
2401
+ this.send(command, optionsOrCb);
2402
+ } else if (typeof cb === "function") {
2403
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2404
+ this.send(command, optionsOrCb || {}, cb);
2405
+ } else {
2406
+ return this.send(command, optionsOrCb);
2407
+ }
2408
+ }
2409
+
2410
+ /**
2411
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
2412
+ *
2413
+ * <p>Returns a paginated list of storage configs for the identified instance and resource
2414
+ * type.</p>
2415
+ */
2416
+ public listInstanceStorageConfigs(
2417
+ args: ListInstanceStorageConfigsCommandInput,
2418
+ options?: __HttpHandlerOptions
2419
+ ): Promise<ListInstanceStorageConfigsCommandOutput>;
2420
+ public listInstanceStorageConfigs(
2421
+ args: ListInstanceStorageConfigsCommandInput,
2422
+ cb: (err: any, data?: ListInstanceStorageConfigsCommandOutput) => void
2423
+ ): void;
2424
+ public listInstanceStorageConfigs(
2425
+ args: ListInstanceStorageConfigsCommandInput,
2426
+ options: __HttpHandlerOptions,
2427
+ cb: (err: any, data?: ListInstanceStorageConfigsCommandOutput) => void
2428
+ ): void;
2429
+ public listInstanceStorageConfigs(
2430
+ args: ListInstanceStorageConfigsCommandInput,
2431
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListInstanceStorageConfigsCommandOutput) => void),
2432
+ cb?: (err: any, data?: ListInstanceStorageConfigsCommandOutput) => void
2433
+ ): Promise<ListInstanceStorageConfigsCommandOutput> | void {
2434
+ const command = new ListInstanceStorageConfigsCommand(args);
2435
+ if (typeof optionsOrCb === "function") {
2436
+ this.send(command, optionsOrCb);
2437
+ } else if (typeof cb === "function") {
2438
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2439
+ this.send(command, optionsOrCb || {}, cb);
2440
+ } else {
2441
+ return this.send(command, optionsOrCb);
2442
+ }
2443
+ }
2444
+
2445
+ /**
2446
+ * <p>Provides summary information about the AWS resource associations for the specified Amazon Connect
2447
+ * instance.</p>
2448
+ */
2449
+ public listIntegrationAssociations(
2450
+ args: ListIntegrationAssociationsCommandInput,
2451
+ options?: __HttpHandlerOptions
2452
+ ): Promise<ListIntegrationAssociationsCommandOutput>;
2453
+ public listIntegrationAssociations(
2454
+ args: ListIntegrationAssociationsCommandInput,
2455
+ cb: (err: any, data?: ListIntegrationAssociationsCommandOutput) => void
2456
+ ): void;
2457
+ public listIntegrationAssociations(
2458
+ args: ListIntegrationAssociationsCommandInput,
2459
+ options: __HttpHandlerOptions,
2460
+ cb: (err: any, data?: ListIntegrationAssociationsCommandOutput) => void
2461
+ ): void;
2462
+ public listIntegrationAssociations(
2463
+ args: ListIntegrationAssociationsCommandInput,
2464
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListIntegrationAssociationsCommandOutput) => void),
2465
+ cb?: (err: any, data?: ListIntegrationAssociationsCommandOutput) => void
2466
+ ): Promise<ListIntegrationAssociationsCommandOutput> | void {
2467
+ const command = new ListIntegrationAssociationsCommand(args);
2468
+ if (typeof optionsOrCb === "function") {
2469
+ this.send(command, optionsOrCb);
2470
+ } else if (typeof cb === "function") {
2471
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2472
+ this.send(command, optionsOrCb || {}, cb);
2473
+ } else {
2474
+ return this.send(command, optionsOrCb);
2475
+ }
2476
+ }
2477
+
2478
+ /**
2479
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
2480
+ * <p>Returns a paginated list of all Lambda functions that display in the dropdown options in the
2481
+ * relevant contact flow blocks.</p>
2482
+ */
2483
+ public listLambdaFunctions(
2484
+ args: ListLambdaFunctionsCommandInput,
2485
+ options?: __HttpHandlerOptions
2486
+ ): Promise<ListLambdaFunctionsCommandOutput>;
2487
+ public listLambdaFunctions(
2488
+ args: ListLambdaFunctionsCommandInput,
2489
+ cb: (err: any, data?: ListLambdaFunctionsCommandOutput) => void
2490
+ ): void;
2491
+ public listLambdaFunctions(
2492
+ args: ListLambdaFunctionsCommandInput,
2493
+ options: __HttpHandlerOptions,
2494
+ cb: (err: any, data?: ListLambdaFunctionsCommandOutput) => void
2495
+ ): void;
2496
+ public listLambdaFunctions(
2497
+ args: ListLambdaFunctionsCommandInput,
2498
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListLambdaFunctionsCommandOutput) => void),
2499
+ cb?: (err: any, data?: ListLambdaFunctionsCommandOutput) => void
2500
+ ): Promise<ListLambdaFunctionsCommandOutput> | void {
2501
+ const command = new ListLambdaFunctionsCommand(args);
2502
+ if (typeof optionsOrCb === "function") {
2503
+ this.send(command, optionsOrCb);
2504
+ } else if (typeof cb === "function") {
2505
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2506
+ this.send(command, optionsOrCb || {}, cb);
2507
+ } else {
2508
+ return this.send(command, optionsOrCb);
2509
+ }
2510
+ }
2511
+
2512
+ /**
2513
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
2514
+ * <p>Returns a paginated list of all the Amazon Lex bots currently associated with the
2515
+ * instance.</p>
2516
+ */
2517
+ public listLexBots(args: ListLexBotsCommandInput, options?: __HttpHandlerOptions): Promise<ListLexBotsCommandOutput>;
2518
+ public listLexBots(args: ListLexBotsCommandInput, cb: (err: any, data?: ListLexBotsCommandOutput) => void): void;
2519
+ public listLexBots(
2520
+ args: ListLexBotsCommandInput,
2521
+ options: __HttpHandlerOptions,
2522
+ cb: (err: any, data?: ListLexBotsCommandOutput) => void
2523
+ ): void;
2524
+ public listLexBots(
2525
+ args: ListLexBotsCommandInput,
2526
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListLexBotsCommandOutput) => void),
2527
+ cb?: (err: any, data?: ListLexBotsCommandOutput) => void
2528
+ ): Promise<ListLexBotsCommandOutput> | void {
2529
+ const command = new ListLexBotsCommand(args);
2530
+ if (typeof optionsOrCb === "function") {
2531
+ this.send(command, optionsOrCb);
2532
+ } else if (typeof cb === "function") {
2533
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2534
+ this.send(command, optionsOrCb || {}, cb);
2535
+ } else {
2536
+ return this.send(command, optionsOrCb);
2537
+ }
2538
+ }
2539
+
2540
+ /**
2541
+ * <p>Provides information about the phone numbers for the specified Amazon Connect instance. </p>
2542
+ * <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
2543
+ * Contact Center</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
2544
+ */
2545
+ public listPhoneNumbers(
2546
+ args: ListPhoneNumbersCommandInput,
2547
+ options?: __HttpHandlerOptions
2548
+ ): Promise<ListPhoneNumbersCommandOutput>;
2549
+ public listPhoneNumbers(
2550
+ args: ListPhoneNumbersCommandInput,
2551
+ cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void
2552
+ ): void;
2553
+ public listPhoneNumbers(
2554
+ args: ListPhoneNumbersCommandInput,
2555
+ options: __HttpHandlerOptions,
2556
+ cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void
2557
+ ): void;
2558
+ public listPhoneNumbers(
2559
+ args: ListPhoneNumbersCommandInput,
2560
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListPhoneNumbersCommandOutput) => void),
2561
+ cb?: (err: any, data?: ListPhoneNumbersCommandOutput) => void
2562
+ ): Promise<ListPhoneNumbersCommandOutput> | void {
2563
+ const command = new ListPhoneNumbersCommand(args);
2564
+ if (typeof optionsOrCb === "function") {
2565
+ this.send(command, optionsOrCb);
2566
+ } else if (typeof cb === "function") {
2567
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2568
+ this.send(command, optionsOrCb || {}, cb);
2569
+ } else {
2570
+ return this.send(command, optionsOrCb);
2571
+ }
2572
+ }
2573
+
2574
+ /**
2575
+ * <p>Provides information about the prompts for the specified Amazon Connect instance.</p>
2576
+ */
2577
+ public listPrompts(args: ListPromptsCommandInput, options?: __HttpHandlerOptions): Promise<ListPromptsCommandOutput>;
2578
+ public listPrompts(args: ListPromptsCommandInput, cb: (err: any, data?: ListPromptsCommandOutput) => void): void;
2579
+ public listPrompts(
2580
+ args: ListPromptsCommandInput,
2581
+ options: __HttpHandlerOptions,
2582
+ cb: (err: any, data?: ListPromptsCommandOutput) => void
2583
+ ): void;
2584
+ public listPrompts(
2585
+ args: ListPromptsCommandInput,
2586
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListPromptsCommandOutput) => void),
2587
+ cb?: (err: any, data?: ListPromptsCommandOutput) => void
2588
+ ): Promise<ListPromptsCommandOutput> | void {
2589
+ const command = new ListPromptsCommand(args);
2590
+ if (typeof optionsOrCb === "function") {
2591
+ this.send(command, optionsOrCb);
2592
+ } else if (typeof cb === "function") {
2593
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2594
+ this.send(command, optionsOrCb || {}, cb);
2595
+ } else {
2596
+ return this.send(command, optionsOrCb);
2597
+ }
2598
+ }
2599
+
2600
+ /**
2601
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
2602
+ * <p>Lists the quick connects associated with a queue.</p>
2603
+ */
2604
+ public listQueueQuickConnects(
2605
+ args: ListQueueQuickConnectsCommandInput,
2606
+ options?: __HttpHandlerOptions
2607
+ ): Promise<ListQueueQuickConnectsCommandOutput>;
2608
+ public listQueueQuickConnects(
2609
+ args: ListQueueQuickConnectsCommandInput,
2610
+ cb: (err: any, data?: ListQueueQuickConnectsCommandOutput) => void
2611
+ ): void;
2612
+ public listQueueQuickConnects(
2613
+ args: ListQueueQuickConnectsCommandInput,
2614
+ options: __HttpHandlerOptions,
2615
+ cb: (err: any, data?: ListQueueQuickConnectsCommandOutput) => void
2616
+ ): void;
2617
+ public listQueueQuickConnects(
2618
+ args: ListQueueQuickConnectsCommandInput,
2619
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListQueueQuickConnectsCommandOutput) => void),
2620
+ cb?: (err: any, data?: ListQueueQuickConnectsCommandOutput) => void
2621
+ ): Promise<ListQueueQuickConnectsCommandOutput> | void {
2622
+ const command = new ListQueueQuickConnectsCommand(args);
2623
+ if (typeof optionsOrCb === "function") {
2624
+ this.send(command, optionsOrCb);
2625
+ } else if (typeof cb === "function") {
2626
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2627
+ this.send(command, optionsOrCb || {}, cb);
2628
+ } else {
2629
+ return this.send(command, optionsOrCb);
2630
+ }
2631
+ }
2632
+
2633
+ /**
2634
+ * <p>Provides information about the queues for the specified Amazon Connect instance.</p>
2635
+ * <p>If you do not specify a <code>QueueTypes</code>
2636
+ * parameter, both standard and agent queues are returned. This might cause an unexpected truncation
2637
+ * of results if you have more than 1000 agents and you limit the number of results of the API call
2638
+ * in code.</p>
2639
+ * <p>For more information about queues, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/concepts-queues-standard-and-agent.html">Queues: Standard and
2640
+ * Agent</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
2641
+ */
2642
+ public listQueues(args: ListQueuesCommandInput, options?: __HttpHandlerOptions): Promise<ListQueuesCommandOutput>;
2643
+ public listQueues(args: ListQueuesCommandInput, cb: (err: any, data?: ListQueuesCommandOutput) => void): void;
2644
+ public listQueues(
2645
+ args: ListQueuesCommandInput,
2646
+ options: __HttpHandlerOptions,
2647
+ cb: (err: any, data?: ListQueuesCommandOutput) => void
2648
+ ): void;
2649
+ public listQueues(
2650
+ args: ListQueuesCommandInput,
2651
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListQueuesCommandOutput) => void),
2652
+ cb?: (err: any, data?: ListQueuesCommandOutput) => void
2653
+ ): Promise<ListQueuesCommandOutput> | void {
2654
+ const command = new ListQueuesCommand(args);
2655
+ if (typeof optionsOrCb === "function") {
2656
+ this.send(command, optionsOrCb);
2657
+ } else if (typeof cb === "function") {
2658
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2659
+ this.send(command, optionsOrCb || {}, cb);
2660
+ } else {
2661
+ return this.send(command, optionsOrCb);
2662
+ }
2663
+ }
2664
+
2665
+ /**
2666
+ * <p>Provides information about the quick connects for the specified Amazon Connect instance. </p>
2667
+ */
2668
+ public listQuickConnects(
2669
+ args: ListQuickConnectsCommandInput,
2670
+ options?: __HttpHandlerOptions
2671
+ ): Promise<ListQuickConnectsCommandOutput>;
2672
+ public listQuickConnects(
2673
+ args: ListQuickConnectsCommandInput,
2674
+ cb: (err: any, data?: ListQuickConnectsCommandOutput) => void
2675
+ ): void;
2676
+ public listQuickConnects(
2677
+ args: ListQuickConnectsCommandInput,
2678
+ options: __HttpHandlerOptions,
2679
+ cb: (err: any, data?: ListQuickConnectsCommandOutput) => void
2680
+ ): void;
2681
+ public listQuickConnects(
2682
+ args: ListQuickConnectsCommandInput,
2683
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListQuickConnectsCommandOutput) => void),
2684
+ cb?: (err: any, data?: ListQuickConnectsCommandOutput) => void
2685
+ ): Promise<ListQuickConnectsCommandOutput> | void {
2686
+ const command = new ListQuickConnectsCommand(args);
2687
+ if (typeof optionsOrCb === "function") {
2688
+ this.send(command, optionsOrCb);
2689
+ } else if (typeof cb === "function") {
2690
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2691
+ this.send(command, optionsOrCb || {}, cb);
2692
+ } else {
2693
+ return this.send(command, optionsOrCb);
2694
+ }
2695
+ }
2696
+
2697
+ /**
2698
+ * <p>Lists the queues associated with a routing profile.</p>
2699
+ */
2700
+ public listRoutingProfileQueues(
2701
+ args: ListRoutingProfileQueuesCommandInput,
2702
+ options?: __HttpHandlerOptions
2703
+ ): Promise<ListRoutingProfileQueuesCommandOutput>;
2704
+ public listRoutingProfileQueues(
2705
+ args: ListRoutingProfileQueuesCommandInput,
2706
+ cb: (err: any, data?: ListRoutingProfileQueuesCommandOutput) => void
2707
+ ): void;
2708
+ public listRoutingProfileQueues(
2709
+ args: ListRoutingProfileQueuesCommandInput,
2710
+ options: __HttpHandlerOptions,
2711
+ cb: (err: any, data?: ListRoutingProfileQueuesCommandOutput) => void
2712
+ ): void;
2713
+ public listRoutingProfileQueues(
2714
+ args: ListRoutingProfileQueuesCommandInput,
2715
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListRoutingProfileQueuesCommandOutput) => void),
2716
+ cb?: (err: any, data?: ListRoutingProfileQueuesCommandOutput) => void
2717
+ ): Promise<ListRoutingProfileQueuesCommandOutput> | void {
2718
+ const command = new ListRoutingProfileQueuesCommand(args);
2719
+ if (typeof optionsOrCb === "function") {
2720
+ this.send(command, optionsOrCb);
2721
+ } else if (typeof cb === "function") {
2722
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2723
+ this.send(command, optionsOrCb || {}, cb);
2724
+ } else {
2725
+ return this.send(command, optionsOrCb);
2726
+ }
2727
+ }
2728
+
2729
+ /**
2730
+ * <p>Provides summary information about the routing profiles for the specified Amazon Connect
2731
+ * instance.</p>
2732
+ * <p>For more information about routing profiles, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/concepts-routing.html">Routing Profiles</a> and <a href="https://docs.aws.amazon.com/connect/latest/adminguide/routing-profiles.html">Create a Routing
2733
+ * Profile</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
2734
+ */
2735
+ public listRoutingProfiles(
2736
+ args: ListRoutingProfilesCommandInput,
2737
+ options?: __HttpHandlerOptions
2738
+ ): Promise<ListRoutingProfilesCommandOutput>;
2739
+ public listRoutingProfiles(
2740
+ args: ListRoutingProfilesCommandInput,
2741
+ cb: (err: any, data?: ListRoutingProfilesCommandOutput) => void
2742
+ ): void;
2743
+ public listRoutingProfiles(
2744
+ args: ListRoutingProfilesCommandInput,
2745
+ options: __HttpHandlerOptions,
2746
+ cb: (err: any, data?: ListRoutingProfilesCommandOutput) => void
2747
+ ): void;
2748
+ public listRoutingProfiles(
2749
+ args: ListRoutingProfilesCommandInput,
2750
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListRoutingProfilesCommandOutput) => void),
2751
+ cb?: (err: any, data?: ListRoutingProfilesCommandOutput) => void
2752
+ ): Promise<ListRoutingProfilesCommandOutput> | void {
2753
+ const command = new ListRoutingProfilesCommand(args);
2754
+ if (typeof optionsOrCb === "function") {
2755
+ this.send(command, optionsOrCb);
2756
+ } else if (typeof cb === "function") {
2757
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2758
+ this.send(command, optionsOrCb || {}, cb);
2759
+ } else {
2760
+ return this.send(command, optionsOrCb);
2761
+ }
2762
+ }
2763
+
2764
+ /**
2765
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
2766
+ * <p>Returns a paginated list of all security keys associated with the instance.</p>
2767
+ */
2768
+ public listSecurityKeys(
2769
+ args: ListSecurityKeysCommandInput,
2770
+ options?: __HttpHandlerOptions
2771
+ ): Promise<ListSecurityKeysCommandOutput>;
2772
+ public listSecurityKeys(
2773
+ args: ListSecurityKeysCommandInput,
2774
+ cb: (err: any, data?: ListSecurityKeysCommandOutput) => void
2775
+ ): void;
2776
+ public listSecurityKeys(
2777
+ args: ListSecurityKeysCommandInput,
2778
+ options: __HttpHandlerOptions,
2779
+ cb: (err: any, data?: ListSecurityKeysCommandOutput) => void
2780
+ ): void;
2781
+ public listSecurityKeys(
2782
+ args: ListSecurityKeysCommandInput,
2783
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListSecurityKeysCommandOutput) => void),
2784
+ cb?: (err: any, data?: ListSecurityKeysCommandOutput) => void
2785
+ ): Promise<ListSecurityKeysCommandOutput> | void {
2786
+ const command = new ListSecurityKeysCommand(args);
2787
+ if (typeof optionsOrCb === "function") {
2788
+ this.send(command, optionsOrCb);
2789
+ } else if (typeof cb === "function") {
2790
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2791
+ this.send(command, optionsOrCb || {}, cb);
2792
+ } else {
2793
+ return this.send(command, optionsOrCb);
2794
+ }
2795
+ }
2796
+
2797
+ /**
2798
+ * <p>Provides summary information about the security profiles for the specified Amazon Connect
2799
+ * instance.</p>
2800
+ * <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
2801
+ * <i>Amazon Connect Administrator Guide</i>.</p>
2802
+ */
2803
+ public listSecurityProfiles(
2804
+ args: ListSecurityProfilesCommandInput,
2805
+ options?: __HttpHandlerOptions
2806
+ ): Promise<ListSecurityProfilesCommandOutput>;
2807
+ public listSecurityProfiles(
2808
+ args: ListSecurityProfilesCommandInput,
2809
+ cb: (err: any, data?: ListSecurityProfilesCommandOutput) => void
2810
+ ): void;
2811
+ public listSecurityProfiles(
2812
+ args: ListSecurityProfilesCommandInput,
2813
+ options: __HttpHandlerOptions,
2814
+ cb: (err: any, data?: ListSecurityProfilesCommandOutput) => void
2815
+ ): void;
2816
+ public listSecurityProfiles(
2817
+ args: ListSecurityProfilesCommandInput,
2818
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListSecurityProfilesCommandOutput) => void),
2819
+ cb?: (err: any, data?: ListSecurityProfilesCommandOutput) => void
2820
+ ): Promise<ListSecurityProfilesCommandOutput> | void {
2821
+ const command = new ListSecurityProfilesCommand(args);
2822
+ if (typeof optionsOrCb === "function") {
2823
+ this.send(command, optionsOrCb);
2824
+ } else if (typeof cb === "function") {
2825
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2826
+ this.send(command, optionsOrCb || {}, cb);
2827
+ } else {
2828
+ return this.send(command, optionsOrCb);
2829
+ }
2830
+ }
2831
+
2832
+ /**
2833
+ * <p>Lists the tags for the specified resource.</p>
2834
+ * <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
2835
+ * Policy Examples</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
2836
+ */
2837
+ public listTagsForResource(
2838
+ args: ListTagsForResourceCommandInput,
2839
+ options?: __HttpHandlerOptions
2840
+ ): Promise<ListTagsForResourceCommandOutput>;
2841
+ public listTagsForResource(
2842
+ args: ListTagsForResourceCommandInput,
2843
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
2844
+ ): void;
2845
+ public listTagsForResource(
2846
+ args: ListTagsForResourceCommandInput,
2847
+ options: __HttpHandlerOptions,
2848
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
2849
+ ): void;
2850
+ public listTagsForResource(
2851
+ args: ListTagsForResourceCommandInput,
2852
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTagsForResourceCommandOutput) => void),
2853
+ cb?: (err: any, data?: ListTagsForResourceCommandOutput) => void
2854
+ ): Promise<ListTagsForResourceCommandOutput> | void {
2855
+ const command = new ListTagsForResourceCommand(args);
2856
+ if (typeof optionsOrCb === "function") {
2857
+ this.send(command, optionsOrCb);
2858
+ } else if (typeof cb === "function") {
2859
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2860
+ this.send(command, optionsOrCb || {}, cb);
2861
+ } else {
2862
+ return this.send(command, optionsOrCb);
2863
+ }
2864
+ }
2865
+
2866
+ /**
2867
+ * <p>Lists the use cases for the integration association. </p>
2868
+ */
2869
+ public listUseCases(
2870
+ args: ListUseCasesCommandInput,
2871
+ options?: __HttpHandlerOptions
2872
+ ): Promise<ListUseCasesCommandOutput>;
2873
+ public listUseCases(args: ListUseCasesCommandInput, cb: (err: any, data?: ListUseCasesCommandOutput) => void): void;
2874
+ public listUseCases(
2875
+ args: ListUseCasesCommandInput,
2876
+ options: __HttpHandlerOptions,
2877
+ cb: (err: any, data?: ListUseCasesCommandOutput) => void
2878
+ ): void;
2879
+ public listUseCases(
2880
+ args: ListUseCasesCommandInput,
2881
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListUseCasesCommandOutput) => void),
2882
+ cb?: (err: any, data?: ListUseCasesCommandOutput) => void
2883
+ ): Promise<ListUseCasesCommandOutput> | void {
2884
+ const command = new ListUseCasesCommand(args);
2885
+ if (typeof optionsOrCb === "function") {
2886
+ this.send(command, optionsOrCb);
2887
+ } else if (typeof cb === "function") {
2888
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2889
+ this.send(command, optionsOrCb || {}, cb);
2890
+ } else {
2891
+ return this.send(command, optionsOrCb);
2892
+ }
2893
+ }
2894
+
2895
+ /**
2896
+ * <p>Provides summary information about the hierarchy groups for the specified Amazon Connect
2897
+ * instance.</p>
2898
+ * <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
2899
+ * <i>Amazon Connect Administrator Guide</i>.</p>
2900
+ */
2901
+ public listUserHierarchyGroups(
2902
+ args: ListUserHierarchyGroupsCommandInput,
2903
+ options?: __HttpHandlerOptions
2904
+ ): Promise<ListUserHierarchyGroupsCommandOutput>;
2905
+ public listUserHierarchyGroups(
2906
+ args: ListUserHierarchyGroupsCommandInput,
2907
+ cb: (err: any, data?: ListUserHierarchyGroupsCommandOutput) => void
2908
+ ): void;
2909
+ public listUserHierarchyGroups(
2910
+ args: ListUserHierarchyGroupsCommandInput,
2911
+ options: __HttpHandlerOptions,
2912
+ cb: (err: any, data?: ListUserHierarchyGroupsCommandOutput) => void
2913
+ ): void;
2914
+ public listUserHierarchyGroups(
2915
+ args: ListUserHierarchyGroupsCommandInput,
2916
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListUserHierarchyGroupsCommandOutput) => void),
2917
+ cb?: (err: any, data?: ListUserHierarchyGroupsCommandOutput) => void
2918
+ ): Promise<ListUserHierarchyGroupsCommandOutput> | void {
2919
+ const command = new ListUserHierarchyGroupsCommand(args);
2920
+ if (typeof optionsOrCb === "function") {
2921
+ this.send(command, optionsOrCb);
2922
+ } else if (typeof cb === "function") {
2923
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2924
+ this.send(command, optionsOrCb || {}, cb);
2925
+ } else {
2926
+ return this.send(command, optionsOrCb);
2927
+ }
2928
+ }
2929
+
2930
+ /**
2931
+ * <p>Provides summary information about the users for the specified Amazon Connect instance.</p>
2932
+ */
2933
+ public listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
2934
+ public listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
2935
+ public listUsers(
2936
+ args: ListUsersCommandInput,
2937
+ options: __HttpHandlerOptions,
2938
+ cb: (err: any, data?: ListUsersCommandOutput) => void
2939
+ ): void;
2940
+ public listUsers(
2941
+ args: ListUsersCommandInput,
2942
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListUsersCommandOutput) => void),
2943
+ cb?: (err: any, data?: ListUsersCommandOutput) => void
2944
+ ): Promise<ListUsersCommandOutput> | void {
2945
+ const command = new ListUsersCommand(args);
2946
+ if (typeof optionsOrCb === "function") {
2947
+ this.send(command, optionsOrCb);
2948
+ } else if (typeof cb === "function") {
2949
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2950
+ this.send(command, optionsOrCb || {}, cb);
2951
+ } else {
2952
+ return this.send(command, optionsOrCb);
2953
+ }
2954
+ }
2955
+
2956
+ /**
2957
+ * <p>When a contact is being recorded, and the recording has been suspended using
2958
+ * SuspendContactRecording, this API resumes recording the call.</p>
2959
+ *
2960
+ * <p>Only voice recordings are supported at this time.</p>
2961
+ */
2962
+ public resumeContactRecording(
2963
+ args: ResumeContactRecordingCommandInput,
2964
+ options?: __HttpHandlerOptions
2965
+ ): Promise<ResumeContactRecordingCommandOutput>;
2966
+ public resumeContactRecording(
2967
+ args: ResumeContactRecordingCommandInput,
2968
+ cb: (err: any, data?: ResumeContactRecordingCommandOutput) => void
2969
+ ): void;
2970
+ public resumeContactRecording(
2971
+ args: ResumeContactRecordingCommandInput,
2972
+ options: __HttpHandlerOptions,
2973
+ cb: (err: any, data?: ResumeContactRecordingCommandOutput) => void
2974
+ ): void;
2975
+ public resumeContactRecording(
2976
+ args: ResumeContactRecordingCommandInput,
2977
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ResumeContactRecordingCommandOutput) => void),
2978
+ cb?: (err: any, data?: ResumeContactRecordingCommandOutput) => void
2979
+ ): Promise<ResumeContactRecordingCommandOutput> | void {
2980
+ const command = new ResumeContactRecordingCommand(args);
2981
+ if (typeof optionsOrCb === "function") {
2982
+ this.send(command, optionsOrCb);
2983
+ } else if (typeof cb === "function") {
2984
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2985
+ this.send(command, optionsOrCb || {}, cb);
2986
+ } else {
2987
+ return this.send(command, optionsOrCb);
2988
+ }
2989
+ }
2990
+
2991
+ /**
2992
+ * <p>Initiates a contact flow to start a new chat for the customer. Response of this API provides
2993
+ * a token required to obtain credentials from the <a href="https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html">CreateParticipantConnection</a> API in the Amazon Connect Participant Service.</p>
2994
+ *
2995
+ * <p>When a new chat contact is successfully created, clients must subscribe to the participant’s
2996
+ * connection for the created chat within 5 minutes. This is achieved by invoking <a href="https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html">CreateParticipantConnection</a> with WEBSOCKET and CONNECTION_CREDENTIALS. </p>
2997
+ *
2998
+ * <p>A 429 error occurs in two situations:</p>
2999
+ * <ul>
3000
+ * <li>
3001
+ * <p>API rate limit is exceeded. API TPS throttling returns a <code>TooManyRequests</code>
3002
+ * exception.</p>
3003
+ * </li>
3004
+ * <li>
3005
+ * <p>The <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">quota for concurrent active
3006
+ * chats</a> is exceeded. Active chat throttling returns a
3007
+ * <code>LimitExceededException</code>.</p>
3008
+ * </li>
3009
+ * </ul>
3010
+ *
3011
+ * <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
3012
+ * Guide</i>.</p>
3013
+ */
3014
+ public startChatContact(
3015
+ args: StartChatContactCommandInput,
3016
+ options?: __HttpHandlerOptions
3017
+ ): Promise<StartChatContactCommandOutput>;
3018
+ public startChatContact(
3019
+ args: StartChatContactCommandInput,
3020
+ cb: (err: any, data?: StartChatContactCommandOutput) => void
3021
+ ): void;
3022
+ public startChatContact(
3023
+ args: StartChatContactCommandInput,
3024
+ options: __HttpHandlerOptions,
3025
+ cb: (err: any, data?: StartChatContactCommandOutput) => void
3026
+ ): void;
3027
+ public startChatContact(
3028
+ args: StartChatContactCommandInput,
3029
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartChatContactCommandOutput) => void),
3030
+ cb?: (err: any, data?: StartChatContactCommandOutput) => void
3031
+ ): Promise<StartChatContactCommandOutput> | void {
3032
+ const command = new StartChatContactCommand(args);
3033
+ if (typeof optionsOrCb === "function") {
3034
+ this.send(command, optionsOrCb);
3035
+ } else if (typeof cb === "function") {
3036
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3037
+ this.send(command, optionsOrCb || {}, cb);
3038
+ } else {
3039
+ return this.send(command, optionsOrCb);
3040
+ }
3041
+ }
3042
+
3043
+ /**
3044
+ * <p>Starts recording the contact when the agent joins the call. StartContactRecording is a
3045
+ * one-time action. For example, if you use StopContactRecording to stop recording an ongoing call,
3046
+ * you can't use StartContactRecording to restart it. For scenarios where the recording has started
3047
+ * and you want to suspend and resume it, such as when collecting sensitive information (for
3048
+ * example, a credit card number), use SuspendContactRecording and ResumeContactRecording.</p>
3049
+ * <p>You can use this API to override the recording behavior configured in the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/set-recording-behavior.html">Set recording
3050
+ * behavior</a> block.</p>
3051
+ * <p>Only voice recordings are supported at this time.</p>
3052
+ */
3053
+ public startContactRecording(
3054
+ args: StartContactRecordingCommandInput,
3055
+ options?: __HttpHandlerOptions
3056
+ ): Promise<StartContactRecordingCommandOutput>;
3057
+ public startContactRecording(
3058
+ args: StartContactRecordingCommandInput,
3059
+ cb: (err: any, data?: StartContactRecordingCommandOutput) => void
3060
+ ): void;
3061
+ public startContactRecording(
3062
+ args: StartContactRecordingCommandInput,
3063
+ options: __HttpHandlerOptions,
3064
+ cb: (err: any, data?: StartContactRecordingCommandOutput) => void
3065
+ ): void;
3066
+ public startContactRecording(
3067
+ args: StartContactRecordingCommandInput,
3068
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartContactRecordingCommandOutput) => void),
3069
+ cb?: (err: any, data?: StartContactRecordingCommandOutput) => void
3070
+ ): Promise<StartContactRecordingCommandOutput> | void {
3071
+ const command = new StartContactRecordingCommand(args);
3072
+ if (typeof optionsOrCb === "function") {
3073
+ this.send(command, optionsOrCb);
3074
+ } else if (typeof cb === "function") {
3075
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3076
+ this.send(command, optionsOrCb || {}, cb);
3077
+ } else {
3078
+ return this.send(command, optionsOrCb);
3079
+ }
3080
+ }
3081
+
3082
+ /**
3083
+ * <p>Places an outbound call to a contact, and then initiates the contact flow. It performs the
3084
+ * actions in the contact flow that's specified (in <code>ContactFlowId</code>).</p>
3085
+ *
3086
+ * <p>Agents do not initiate the outbound API, which means that they do not dial the contact. If
3087
+ * the contact flow places an outbound call to a contact, and then puts the contact in queue, the
3088
+ * call is then routed to the agent, like any other inbound case.</p>
3089
+ *
3090
+ * <p>There is a 60-second dialing timeout for this operation. If the call is not connected after
3091
+ * 60 seconds, it fails.</p>
3092
+ * <note>
3093
+ * <p>UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK
3094
+ * mobile numbers, you must submit a service quota increase request. For more information, see
3095
+ * <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>
3096
+ * </note>
3097
+ * <note>
3098
+ * <p>Campaign calls are not allowed by default. Before you can make a call with
3099
+ * <code>TrafficType</code> = <code>CAMPAIGN</code>, you must submit a service quota increase request. For more information, see
3100
+ * <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>
3101
+ * </note>
3102
+ */
3103
+ public startOutboundVoiceContact(
3104
+ args: StartOutboundVoiceContactCommandInput,
3105
+ options?: __HttpHandlerOptions
3106
+ ): Promise<StartOutboundVoiceContactCommandOutput>;
3107
+ public startOutboundVoiceContact(
3108
+ args: StartOutboundVoiceContactCommandInput,
3109
+ cb: (err: any, data?: StartOutboundVoiceContactCommandOutput) => void
3110
+ ): void;
3111
+ public startOutboundVoiceContact(
3112
+ args: StartOutboundVoiceContactCommandInput,
3113
+ options: __HttpHandlerOptions,
3114
+ cb: (err: any, data?: StartOutboundVoiceContactCommandOutput) => void
3115
+ ): void;
3116
+ public startOutboundVoiceContact(
3117
+ args: StartOutboundVoiceContactCommandInput,
3118
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartOutboundVoiceContactCommandOutput) => void),
3119
+ cb?: (err: any, data?: StartOutboundVoiceContactCommandOutput) => void
3120
+ ): Promise<StartOutboundVoiceContactCommandOutput> | void {
3121
+ const command = new StartOutboundVoiceContactCommand(args);
3122
+ if (typeof optionsOrCb === "function") {
3123
+ this.send(command, optionsOrCb);
3124
+ } else if (typeof cb === "function") {
3125
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3126
+ this.send(command, optionsOrCb || {}, cb);
3127
+ } else {
3128
+ return this.send(command, optionsOrCb);
3129
+ }
3130
+ }
3131
+
3132
+ /**
3133
+ * <p>Initiates a contact flow to start a new task.</p>
3134
+ */
3135
+ public startTaskContact(
3136
+ args: StartTaskContactCommandInput,
3137
+ options?: __HttpHandlerOptions
3138
+ ): Promise<StartTaskContactCommandOutput>;
3139
+ public startTaskContact(
3140
+ args: StartTaskContactCommandInput,
3141
+ cb: (err: any, data?: StartTaskContactCommandOutput) => void
3142
+ ): void;
3143
+ public startTaskContact(
3144
+ args: StartTaskContactCommandInput,
3145
+ options: __HttpHandlerOptions,
3146
+ cb: (err: any, data?: StartTaskContactCommandOutput) => void
3147
+ ): void;
3148
+ public startTaskContact(
3149
+ args: StartTaskContactCommandInput,
3150
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartTaskContactCommandOutput) => void),
3151
+ cb?: (err: any, data?: StartTaskContactCommandOutput) => void
3152
+ ): Promise<StartTaskContactCommandOutput> | void {
3153
+ const command = new StartTaskContactCommand(args);
3154
+ if (typeof optionsOrCb === "function") {
3155
+ this.send(command, optionsOrCb);
3156
+ } else if (typeof cb === "function") {
3157
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3158
+ this.send(command, optionsOrCb || {}, cb);
3159
+ } else {
3160
+ return this.send(command, optionsOrCb);
3161
+ }
3162
+ }
3163
+
3164
+ /**
3165
+ * <p>Ends the specified contact.</p>
3166
+ */
3167
+ public stopContact(args: StopContactCommandInput, options?: __HttpHandlerOptions): Promise<StopContactCommandOutput>;
3168
+ public stopContact(args: StopContactCommandInput, cb: (err: any, data?: StopContactCommandOutput) => void): void;
3169
+ public stopContact(
3170
+ args: StopContactCommandInput,
3171
+ options: __HttpHandlerOptions,
3172
+ cb: (err: any, data?: StopContactCommandOutput) => void
3173
+ ): void;
3174
+ public stopContact(
3175
+ args: StopContactCommandInput,
3176
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StopContactCommandOutput) => void),
3177
+ cb?: (err: any, data?: StopContactCommandOutput) => void
3178
+ ): Promise<StopContactCommandOutput> | void {
3179
+ const command = new StopContactCommand(args);
3180
+ if (typeof optionsOrCb === "function") {
3181
+ this.send(command, optionsOrCb);
3182
+ } else if (typeof cb === "function") {
3183
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3184
+ this.send(command, optionsOrCb || {}, cb);
3185
+ } else {
3186
+ return this.send(command, optionsOrCb);
3187
+ }
3188
+ }
3189
+
3190
+ /**
3191
+ * <p>Stops recording a call when a contact is being recorded. StopContactRecording is a one-time
3192
+ * action. If you use StopContactRecording to stop recording an ongoing call, you can't use
3193
+ * StartContactRecording to restart it. For scenarios where the recording has started and you want
3194
+ * to suspend it for sensitive information (for example, to collect a credit card number), and then
3195
+ * restart it, use SuspendContactRecording and ResumeContactRecording.</p>
3196
+ *
3197
+ * <p>Only voice recordings are supported at this time.</p>
3198
+ */
3199
+ public stopContactRecording(
3200
+ args: StopContactRecordingCommandInput,
3201
+ options?: __HttpHandlerOptions
3202
+ ): Promise<StopContactRecordingCommandOutput>;
3203
+ public stopContactRecording(
3204
+ args: StopContactRecordingCommandInput,
3205
+ cb: (err: any, data?: StopContactRecordingCommandOutput) => void
3206
+ ): void;
3207
+ public stopContactRecording(
3208
+ args: StopContactRecordingCommandInput,
3209
+ options: __HttpHandlerOptions,
3210
+ cb: (err: any, data?: StopContactRecordingCommandOutput) => void
3211
+ ): void;
3212
+ public stopContactRecording(
3213
+ args: StopContactRecordingCommandInput,
3214
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StopContactRecordingCommandOutput) => void),
3215
+ cb?: (err: any, data?: StopContactRecordingCommandOutput) => void
3216
+ ): Promise<StopContactRecordingCommandOutput> | void {
3217
+ const command = new StopContactRecordingCommand(args);
3218
+ if (typeof optionsOrCb === "function") {
3219
+ this.send(command, optionsOrCb);
3220
+ } else if (typeof cb === "function") {
3221
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3222
+ this.send(command, optionsOrCb || {}, cb);
3223
+ } else {
3224
+ return this.send(command, optionsOrCb);
3225
+ }
3226
+ }
3227
+
3228
+ /**
3229
+ * <p>When a contact is being recorded, this API suspends recording the call. For example, you
3230
+ * might suspend the call recording while collecting sensitive information, such as a credit card
3231
+ * number. Then use ResumeContactRecording to restart recording. </p>
3232
+ * <p>The period of time that the recording is suspended is filled with silence in the final
3233
+ * recording. </p>
3234
+ * <p>Only voice recordings are supported at this time.</p>
3235
+ */
3236
+ public suspendContactRecording(
3237
+ args: SuspendContactRecordingCommandInput,
3238
+ options?: __HttpHandlerOptions
3239
+ ): Promise<SuspendContactRecordingCommandOutput>;
3240
+ public suspendContactRecording(
3241
+ args: SuspendContactRecordingCommandInput,
3242
+ cb: (err: any, data?: SuspendContactRecordingCommandOutput) => void
3243
+ ): void;
3244
+ public suspendContactRecording(
3245
+ args: SuspendContactRecordingCommandInput,
3246
+ options: __HttpHandlerOptions,
3247
+ cb: (err: any, data?: SuspendContactRecordingCommandOutput) => void
3248
+ ): void;
3249
+ public suspendContactRecording(
3250
+ args: SuspendContactRecordingCommandInput,
3251
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: SuspendContactRecordingCommandOutput) => void),
3252
+ cb?: (err: any, data?: SuspendContactRecordingCommandOutput) => void
3253
+ ): Promise<SuspendContactRecordingCommandOutput> | void {
3254
+ const command = new SuspendContactRecordingCommand(args);
3255
+ if (typeof optionsOrCb === "function") {
3256
+ this.send(command, optionsOrCb);
3257
+ } else if (typeof cb === "function") {
3258
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3259
+ this.send(command, optionsOrCb || {}, cb);
3260
+ } else {
3261
+ return this.send(command, optionsOrCb);
3262
+ }
3263
+ }
3264
+
3265
+ /**
3266
+ * <p>Adds the specified tags to the specified resource.</p>
3267
+ * <p>The supported resource types are users, routing profiles, queues, quick connects,
3268
+ * contact flows, agent status, and hours of operation.</p>
3269
+ * <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
3270
+ * Policy Examples</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
3271
+ */
3272
+ public tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
3273
+ public tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
3274
+ public tagResource(
3275
+ args: TagResourceCommandInput,
3276
+ options: __HttpHandlerOptions,
3277
+ cb: (err: any, data?: TagResourceCommandOutput) => void
3278
+ ): void;
3279
+ public tagResource(
3280
+ args: TagResourceCommandInput,
3281
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TagResourceCommandOutput) => void),
3282
+ cb?: (err: any, data?: TagResourceCommandOutput) => void
3283
+ ): Promise<TagResourceCommandOutput> | void {
3284
+ const command = new TagResourceCommand(args);
3285
+ if (typeof optionsOrCb === "function") {
3286
+ this.send(command, optionsOrCb);
3287
+ } else if (typeof cb === "function") {
3288
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3289
+ this.send(command, optionsOrCb || {}, cb);
3290
+ } else {
3291
+ return this.send(command, optionsOrCb);
3292
+ }
3293
+ }
3294
+
3295
+ /**
3296
+ * <p>Removes the specified tags from the specified resource.</p>
3297
+ */
3298
+ public untagResource(
3299
+ args: UntagResourceCommandInput,
3300
+ options?: __HttpHandlerOptions
3301
+ ): Promise<UntagResourceCommandOutput>;
3302
+ public untagResource(
3303
+ args: UntagResourceCommandInput,
3304
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
3305
+ ): void;
3306
+ public untagResource(
3307
+ args: UntagResourceCommandInput,
3308
+ options: __HttpHandlerOptions,
3309
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
3310
+ ): void;
3311
+ public untagResource(
3312
+ args: UntagResourceCommandInput,
3313
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UntagResourceCommandOutput) => void),
3314
+ cb?: (err: any, data?: UntagResourceCommandOutput) => void
3315
+ ): Promise<UntagResourceCommandOutput> | void {
3316
+ const command = new UntagResourceCommand(args);
3317
+ if (typeof optionsOrCb === "function") {
3318
+ this.send(command, optionsOrCb);
3319
+ } else if (typeof cb === "function") {
3320
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3321
+ this.send(command, optionsOrCb || {}, cb);
3322
+ } else {
3323
+ return this.send(command, optionsOrCb);
3324
+ }
3325
+ }
3326
+
3327
+ /**
3328
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
3329
+ * <p>Updates agent status.</p>
3330
+ */
3331
+ public updateAgentStatus(
3332
+ args: UpdateAgentStatusCommandInput,
3333
+ options?: __HttpHandlerOptions
3334
+ ): Promise<UpdateAgentStatusCommandOutput>;
3335
+ public updateAgentStatus(
3336
+ args: UpdateAgentStatusCommandInput,
3337
+ cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void
3338
+ ): void;
3339
+ public updateAgentStatus(
3340
+ args: UpdateAgentStatusCommandInput,
3341
+ options: __HttpHandlerOptions,
3342
+ cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void
3343
+ ): void;
3344
+ public updateAgentStatus(
3345
+ args: UpdateAgentStatusCommandInput,
3346
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateAgentStatusCommandOutput) => void),
3347
+ cb?: (err: any, data?: UpdateAgentStatusCommandOutput) => void
3348
+ ): Promise<UpdateAgentStatusCommandOutput> | void {
3349
+ const command = new UpdateAgentStatusCommand(args);
3350
+ if (typeof optionsOrCb === "function") {
3351
+ this.send(command, optionsOrCb);
3352
+ } else if (typeof cb === "function") {
3353
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3354
+ this.send(command, optionsOrCb || {}, cb);
3355
+ } else {
3356
+ return this.send(command, optionsOrCb);
3357
+ }
3358
+ }
3359
+
3360
+ /**
3361
+ * <p>Creates or updates
3362
+ * user-defined contact attributes
3363
+ * associated with the specified contact.</p>
3364
+ * <p>You can create or update user-defined attributes for both ongoing and completed contacts.
3365
+ * For example, while the call is active, you can update the customer's name or the reason the
3366
+ * customer called. You can add notes about steps that the agent took during the call that display
3367
+ * to the next agent that takes the call. You can also update attributes for a contact using data
3368
+ * from your CRM application and save the data with the contact in Amazon Connect. You could also flag calls
3369
+ * for additional analysis, such as legal review or to identify abusive callers.</p>
3370
+ * <p>Contact attributes are available in Amazon Connect for 24 months, and are then deleted. For
3371
+ * information about CTR retention and the maximum size of the CTR attributes section, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#feature-limits">Feature
3372
+ * specifications</a> in the <i>Amazon Connect Administrator Guide</i>. </p>
3373
+ *
3374
+ * <p>
3375
+ * <b>Important:</b> You cannot use the operation to update
3376
+ * attributes for contacts that occurred prior to the release of the API, which was September 12,
3377
+ * 2018. You can update attributes only for contacts that started after the release of the API. If
3378
+ * you attempt to update attributes for a contact that occurred prior to the release of the API, a
3379
+ * 400 error is returned. This applies also to queued callbacks that were initiated prior to the
3380
+ * release of the API but are still active in your instance.</p>
3381
+ */
3382
+ public updateContactAttributes(
3383
+ args: UpdateContactAttributesCommandInput,
3384
+ options?: __HttpHandlerOptions
3385
+ ): Promise<UpdateContactAttributesCommandOutput>;
3386
+ public updateContactAttributes(
3387
+ args: UpdateContactAttributesCommandInput,
3388
+ cb: (err: any, data?: UpdateContactAttributesCommandOutput) => void
3389
+ ): void;
3390
+ public updateContactAttributes(
3391
+ args: UpdateContactAttributesCommandInput,
3392
+ options: __HttpHandlerOptions,
3393
+ cb: (err: any, data?: UpdateContactAttributesCommandOutput) => void
3394
+ ): void;
3395
+ public updateContactAttributes(
3396
+ args: UpdateContactAttributesCommandInput,
3397
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateContactAttributesCommandOutput) => void),
3398
+ cb?: (err: any, data?: UpdateContactAttributesCommandOutput) => void
3399
+ ): Promise<UpdateContactAttributesCommandOutput> | void {
3400
+ const command = new UpdateContactAttributesCommand(args);
3401
+ if (typeof optionsOrCb === "function") {
3402
+ this.send(command, optionsOrCb);
3403
+ } else if (typeof cb === "function") {
3404
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3405
+ this.send(command, optionsOrCb || {}, cb);
3406
+ } else {
3407
+ return this.send(command, optionsOrCb);
3408
+ }
3409
+ }
3410
+
3411
+ /**
3412
+ * <p>Updates the specified contact flow.</p>
3413
+ * <p>You can also create and update contact flows using the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect
3414
+ * Flow language</a>.</p>
3415
+ */
3416
+ public updateContactFlowContent(
3417
+ args: UpdateContactFlowContentCommandInput,
3418
+ options?: __HttpHandlerOptions
3419
+ ): Promise<UpdateContactFlowContentCommandOutput>;
3420
+ public updateContactFlowContent(
3421
+ args: UpdateContactFlowContentCommandInput,
3422
+ cb: (err: any, data?: UpdateContactFlowContentCommandOutput) => void
3423
+ ): void;
3424
+ public updateContactFlowContent(
3425
+ args: UpdateContactFlowContentCommandInput,
3426
+ options: __HttpHandlerOptions,
3427
+ cb: (err: any, data?: UpdateContactFlowContentCommandOutput) => void
3428
+ ): void;
3429
+ public updateContactFlowContent(
3430
+ args: UpdateContactFlowContentCommandInput,
3431
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateContactFlowContentCommandOutput) => void),
3432
+ cb?: (err: any, data?: UpdateContactFlowContentCommandOutput) => void
3433
+ ): Promise<UpdateContactFlowContentCommandOutput> | void {
3434
+ const command = new UpdateContactFlowContentCommand(args);
3435
+ if (typeof optionsOrCb === "function") {
3436
+ this.send(command, optionsOrCb);
3437
+ } else if (typeof cb === "function") {
3438
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3439
+ this.send(command, optionsOrCb || {}, cb);
3440
+ } else {
3441
+ return this.send(command, optionsOrCb);
3442
+ }
3443
+ }
3444
+
3445
+ /**
3446
+ * <p>The name of the contact flow.</p>
3447
+ * <p>You can also create and update contact flows using the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html">Amazon Connect
3448
+ * Flow language</a>.</p>
3449
+ */
3450
+ public updateContactFlowName(
3451
+ args: UpdateContactFlowNameCommandInput,
3452
+ options?: __HttpHandlerOptions
3453
+ ): Promise<UpdateContactFlowNameCommandOutput>;
3454
+ public updateContactFlowName(
3455
+ args: UpdateContactFlowNameCommandInput,
3456
+ cb: (err: any, data?: UpdateContactFlowNameCommandOutput) => void
3457
+ ): void;
3458
+ public updateContactFlowName(
3459
+ args: UpdateContactFlowNameCommandInput,
3460
+ options: __HttpHandlerOptions,
3461
+ cb: (err: any, data?: UpdateContactFlowNameCommandOutput) => void
3462
+ ): void;
3463
+ public updateContactFlowName(
3464
+ args: UpdateContactFlowNameCommandInput,
3465
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateContactFlowNameCommandOutput) => void),
3466
+ cb?: (err: any, data?: UpdateContactFlowNameCommandOutput) => void
3467
+ ): Promise<UpdateContactFlowNameCommandOutput> | void {
3468
+ const command = new UpdateContactFlowNameCommand(args);
3469
+ if (typeof optionsOrCb === "function") {
3470
+ this.send(command, optionsOrCb);
3471
+ } else if (typeof cb === "function") {
3472
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3473
+ this.send(command, optionsOrCb || {}, cb);
3474
+ } else {
3475
+ return this.send(command, optionsOrCb);
3476
+ }
3477
+ }
3478
+
3479
+ /**
3480
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
3481
+ * <p>Updates the hours of operation.</p>
3482
+ */
3483
+ public updateHoursOfOperation(
3484
+ args: UpdateHoursOfOperationCommandInput,
3485
+ options?: __HttpHandlerOptions
3486
+ ): Promise<UpdateHoursOfOperationCommandOutput>;
3487
+ public updateHoursOfOperation(
3488
+ args: UpdateHoursOfOperationCommandInput,
3489
+ cb: (err: any, data?: UpdateHoursOfOperationCommandOutput) => void
3490
+ ): void;
3491
+ public updateHoursOfOperation(
3492
+ args: UpdateHoursOfOperationCommandInput,
3493
+ options: __HttpHandlerOptions,
3494
+ cb: (err: any, data?: UpdateHoursOfOperationCommandOutput) => void
3495
+ ): void;
3496
+ public updateHoursOfOperation(
3497
+ args: UpdateHoursOfOperationCommandInput,
3498
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateHoursOfOperationCommandOutput) => void),
3499
+ cb?: (err: any, data?: UpdateHoursOfOperationCommandOutput) => void
3500
+ ): Promise<UpdateHoursOfOperationCommandOutput> | void {
3501
+ const command = new UpdateHoursOfOperationCommand(args);
3502
+ if (typeof optionsOrCb === "function") {
3503
+ this.send(command, optionsOrCb);
3504
+ } else if (typeof cb === "function") {
3505
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3506
+ this.send(command, optionsOrCb || {}, cb);
3507
+ } else {
3508
+ return this.send(command, optionsOrCb);
3509
+ }
3510
+ }
3511
+
3512
+ /**
3513
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
3514
+ * <p>Updates the value for the specified attribute type.</p>
3515
+ */
3516
+ public updateInstanceAttribute(
3517
+ args: UpdateInstanceAttributeCommandInput,
3518
+ options?: __HttpHandlerOptions
3519
+ ): Promise<UpdateInstanceAttributeCommandOutput>;
3520
+ public updateInstanceAttribute(
3521
+ args: UpdateInstanceAttributeCommandInput,
3522
+ cb: (err: any, data?: UpdateInstanceAttributeCommandOutput) => void
3523
+ ): void;
3524
+ public updateInstanceAttribute(
3525
+ args: UpdateInstanceAttributeCommandInput,
3526
+ options: __HttpHandlerOptions,
3527
+ cb: (err: any, data?: UpdateInstanceAttributeCommandOutput) => void
3528
+ ): void;
3529
+ public updateInstanceAttribute(
3530
+ args: UpdateInstanceAttributeCommandInput,
3531
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateInstanceAttributeCommandOutput) => void),
3532
+ cb?: (err: any, data?: UpdateInstanceAttributeCommandOutput) => void
3533
+ ): Promise<UpdateInstanceAttributeCommandOutput> | void {
3534
+ const command = new UpdateInstanceAttributeCommand(args);
3535
+ if (typeof optionsOrCb === "function") {
3536
+ this.send(command, optionsOrCb);
3537
+ } else if (typeof cb === "function") {
3538
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3539
+ this.send(command, optionsOrCb || {}, cb);
3540
+ } else {
3541
+ return this.send(command, optionsOrCb);
3542
+ }
3543
+ }
3544
+
3545
+ /**
3546
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
3547
+ * <p>Updates an existing configuration for a resource type. This API is idempotent.</p>
3548
+ */
3549
+ public updateInstanceStorageConfig(
3550
+ args: UpdateInstanceStorageConfigCommandInput,
3551
+ options?: __HttpHandlerOptions
3552
+ ): Promise<UpdateInstanceStorageConfigCommandOutput>;
3553
+ public updateInstanceStorageConfig(
3554
+ args: UpdateInstanceStorageConfigCommandInput,
3555
+ cb: (err: any, data?: UpdateInstanceStorageConfigCommandOutput) => void
3556
+ ): void;
3557
+ public updateInstanceStorageConfig(
3558
+ args: UpdateInstanceStorageConfigCommandInput,
3559
+ options: __HttpHandlerOptions,
3560
+ cb: (err: any, data?: UpdateInstanceStorageConfigCommandOutput) => void
3561
+ ): void;
3562
+ public updateInstanceStorageConfig(
3563
+ args: UpdateInstanceStorageConfigCommandInput,
3564
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateInstanceStorageConfigCommandOutput) => void),
3565
+ cb?: (err: any, data?: UpdateInstanceStorageConfigCommandOutput) => void
3566
+ ): Promise<UpdateInstanceStorageConfigCommandOutput> | void {
3567
+ const command = new UpdateInstanceStorageConfigCommand(args);
3568
+ if (typeof optionsOrCb === "function") {
3569
+ this.send(command, optionsOrCb);
3570
+ } else if (typeof cb === "function") {
3571
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3572
+ this.send(command, optionsOrCb || {}, cb);
3573
+ } else {
3574
+ return this.send(command, optionsOrCb);
3575
+ }
3576
+ }
3577
+
3578
+ /**
3579
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
3580
+ * <p>Updates the hours of operation for the specified queue.</p>
3581
+ */
3582
+ public updateQueueHoursOfOperation(
3583
+ args: UpdateQueueHoursOfOperationCommandInput,
3584
+ options?: __HttpHandlerOptions
3585
+ ): Promise<UpdateQueueHoursOfOperationCommandOutput>;
3586
+ public updateQueueHoursOfOperation(
3587
+ args: UpdateQueueHoursOfOperationCommandInput,
3588
+ cb: (err: any, data?: UpdateQueueHoursOfOperationCommandOutput) => void
3589
+ ): void;
3590
+ public updateQueueHoursOfOperation(
3591
+ args: UpdateQueueHoursOfOperationCommandInput,
3592
+ options: __HttpHandlerOptions,
3593
+ cb: (err: any, data?: UpdateQueueHoursOfOperationCommandOutput) => void
3594
+ ): void;
3595
+ public updateQueueHoursOfOperation(
3596
+ args: UpdateQueueHoursOfOperationCommandInput,
3597
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateQueueHoursOfOperationCommandOutput) => void),
3598
+ cb?: (err: any, data?: UpdateQueueHoursOfOperationCommandOutput) => void
3599
+ ): Promise<UpdateQueueHoursOfOperationCommandOutput> | void {
3600
+ const command = new UpdateQueueHoursOfOperationCommand(args);
3601
+ if (typeof optionsOrCb === "function") {
3602
+ this.send(command, optionsOrCb);
3603
+ } else if (typeof cb === "function") {
3604
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3605
+ this.send(command, optionsOrCb || {}, cb);
3606
+ } else {
3607
+ return this.send(command, optionsOrCb);
3608
+ }
3609
+ }
3610
+
3611
+ /**
3612
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
3613
+ * <p>Updates the maximum number of contacts allowed in a queue before it is considered
3614
+ * full.</p>
3615
+ */
3616
+ public updateQueueMaxContacts(
3617
+ args: UpdateQueueMaxContactsCommandInput,
3618
+ options?: __HttpHandlerOptions
3619
+ ): Promise<UpdateQueueMaxContactsCommandOutput>;
3620
+ public updateQueueMaxContacts(
3621
+ args: UpdateQueueMaxContactsCommandInput,
3622
+ cb: (err: any, data?: UpdateQueueMaxContactsCommandOutput) => void
3623
+ ): void;
3624
+ public updateQueueMaxContacts(
3625
+ args: UpdateQueueMaxContactsCommandInput,
3626
+ options: __HttpHandlerOptions,
3627
+ cb: (err: any, data?: UpdateQueueMaxContactsCommandOutput) => void
3628
+ ): void;
3629
+ public updateQueueMaxContacts(
3630
+ args: UpdateQueueMaxContactsCommandInput,
3631
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateQueueMaxContactsCommandOutput) => void),
3632
+ cb?: (err: any, data?: UpdateQueueMaxContactsCommandOutput) => void
3633
+ ): Promise<UpdateQueueMaxContactsCommandOutput> | void {
3634
+ const command = new UpdateQueueMaxContactsCommand(args);
3635
+ if (typeof optionsOrCb === "function") {
3636
+ this.send(command, optionsOrCb);
3637
+ } else if (typeof cb === "function") {
3638
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3639
+ this.send(command, optionsOrCb || {}, cb);
3640
+ } else {
3641
+ return this.send(command, optionsOrCb);
3642
+ }
3643
+ }
3644
+
3645
+ /**
3646
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
3647
+ * <p>Updates the name and description of a queue. At least <code>Name</code> or <code>Description</code> must be provided.</p>
3648
+ */
3649
+ public updateQueueName(
3650
+ args: UpdateQueueNameCommandInput,
3651
+ options?: __HttpHandlerOptions
3652
+ ): Promise<UpdateQueueNameCommandOutput>;
3653
+ public updateQueueName(
3654
+ args: UpdateQueueNameCommandInput,
3655
+ cb: (err: any, data?: UpdateQueueNameCommandOutput) => void
3656
+ ): void;
3657
+ public updateQueueName(
3658
+ args: UpdateQueueNameCommandInput,
3659
+ options: __HttpHandlerOptions,
3660
+ cb: (err: any, data?: UpdateQueueNameCommandOutput) => void
3661
+ ): void;
3662
+ public updateQueueName(
3663
+ args: UpdateQueueNameCommandInput,
3664
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateQueueNameCommandOutput) => void),
3665
+ cb?: (err: any, data?: UpdateQueueNameCommandOutput) => void
3666
+ ): Promise<UpdateQueueNameCommandOutput> | void {
3667
+ const command = new UpdateQueueNameCommand(args);
3668
+ if (typeof optionsOrCb === "function") {
3669
+ this.send(command, optionsOrCb);
3670
+ } else if (typeof cb === "function") {
3671
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3672
+ this.send(command, optionsOrCb || {}, cb);
3673
+ } else {
3674
+ return this.send(command, optionsOrCb);
3675
+ }
3676
+ }
3677
+
3678
+ /**
3679
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
3680
+ * <p>Updates the outbound caller ID name, number, and outbound whisper flow for a specified
3681
+ * queue.</p>
3682
+ */
3683
+ public updateQueueOutboundCallerConfig(
3684
+ args: UpdateQueueOutboundCallerConfigCommandInput,
3685
+ options?: __HttpHandlerOptions
3686
+ ): Promise<UpdateQueueOutboundCallerConfigCommandOutput>;
3687
+ public updateQueueOutboundCallerConfig(
3688
+ args: UpdateQueueOutboundCallerConfigCommandInput,
3689
+ cb: (err: any, data?: UpdateQueueOutboundCallerConfigCommandOutput) => void
3690
+ ): void;
3691
+ public updateQueueOutboundCallerConfig(
3692
+ args: UpdateQueueOutboundCallerConfigCommandInput,
3693
+ options: __HttpHandlerOptions,
3694
+ cb: (err: any, data?: UpdateQueueOutboundCallerConfigCommandOutput) => void
3695
+ ): void;
3696
+ public updateQueueOutboundCallerConfig(
3697
+ args: UpdateQueueOutboundCallerConfigCommandInput,
3698
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateQueueOutboundCallerConfigCommandOutput) => void),
3699
+ cb?: (err: any, data?: UpdateQueueOutboundCallerConfigCommandOutput) => void
3700
+ ): Promise<UpdateQueueOutboundCallerConfigCommandOutput> | void {
3701
+ const command = new UpdateQueueOutboundCallerConfigCommand(args);
3702
+ if (typeof optionsOrCb === "function") {
3703
+ this.send(command, optionsOrCb);
3704
+ } else if (typeof cb === "function") {
3705
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3706
+ this.send(command, optionsOrCb || {}, cb);
3707
+ } else {
3708
+ return this.send(command, optionsOrCb);
3709
+ }
3710
+ }
3711
+
3712
+ /**
3713
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
3714
+ * <p>Updates the status of the queue.</p>
3715
+ */
3716
+ public updateQueueStatus(
3717
+ args: UpdateQueueStatusCommandInput,
3718
+ options?: __HttpHandlerOptions
3719
+ ): Promise<UpdateQueueStatusCommandOutput>;
3720
+ public updateQueueStatus(
3721
+ args: UpdateQueueStatusCommandInput,
3722
+ cb: (err: any, data?: UpdateQueueStatusCommandOutput) => void
3723
+ ): void;
3724
+ public updateQueueStatus(
3725
+ args: UpdateQueueStatusCommandInput,
3726
+ options: __HttpHandlerOptions,
3727
+ cb: (err: any, data?: UpdateQueueStatusCommandOutput) => void
3728
+ ): void;
3729
+ public updateQueueStatus(
3730
+ args: UpdateQueueStatusCommandInput,
3731
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateQueueStatusCommandOutput) => void),
3732
+ cb?: (err: any, data?: UpdateQueueStatusCommandOutput) => void
3733
+ ): Promise<UpdateQueueStatusCommandOutput> | void {
3734
+ const command = new UpdateQueueStatusCommand(args);
3735
+ if (typeof optionsOrCb === "function") {
3736
+ this.send(command, optionsOrCb);
3737
+ } else if (typeof cb === "function") {
3738
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3739
+ this.send(command, optionsOrCb || {}, cb);
3740
+ } else {
3741
+ return this.send(command, optionsOrCb);
3742
+ }
3743
+ }
3744
+
3745
+ /**
3746
+ * <p>Updates the configuration settings for the specified quick connect.</p>
3747
+ */
3748
+ public updateQuickConnectConfig(
3749
+ args: UpdateQuickConnectConfigCommandInput,
3750
+ options?: __HttpHandlerOptions
3751
+ ): Promise<UpdateQuickConnectConfigCommandOutput>;
3752
+ public updateQuickConnectConfig(
3753
+ args: UpdateQuickConnectConfigCommandInput,
3754
+ cb: (err: any, data?: UpdateQuickConnectConfigCommandOutput) => void
3755
+ ): void;
3756
+ public updateQuickConnectConfig(
3757
+ args: UpdateQuickConnectConfigCommandInput,
3758
+ options: __HttpHandlerOptions,
3759
+ cb: (err: any, data?: UpdateQuickConnectConfigCommandOutput) => void
3760
+ ): void;
3761
+ public updateQuickConnectConfig(
3762
+ args: UpdateQuickConnectConfigCommandInput,
3763
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateQuickConnectConfigCommandOutput) => void),
3764
+ cb?: (err: any, data?: UpdateQuickConnectConfigCommandOutput) => void
3765
+ ): Promise<UpdateQuickConnectConfigCommandOutput> | void {
3766
+ const command = new UpdateQuickConnectConfigCommand(args);
3767
+ if (typeof optionsOrCb === "function") {
3768
+ this.send(command, optionsOrCb);
3769
+ } else if (typeof cb === "function") {
3770
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3771
+ this.send(command, optionsOrCb || {}, cb);
3772
+ } else {
3773
+ return this.send(command, optionsOrCb);
3774
+ }
3775
+ }
3776
+
3777
+ /**
3778
+ * <p>Updates the name and description of a quick connect. The request accepts the following data in JSON format. At least <code>Name</code> or <code>Description</code> must be provided.</p>
3779
+ */
3780
+ public updateQuickConnectName(
3781
+ args: UpdateQuickConnectNameCommandInput,
3782
+ options?: __HttpHandlerOptions
3783
+ ): Promise<UpdateQuickConnectNameCommandOutput>;
3784
+ public updateQuickConnectName(
3785
+ args: UpdateQuickConnectNameCommandInput,
3786
+ cb: (err: any, data?: UpdateQuickConnectNameCommandOutput) => void
3787
+ ): void;
3788
+ public updateQuickConnectName(
3789
+ args: UpdateQuickConnectNameCommandInput,
3790
+ options: __HttpHandlerOptions,
3791
+ cb: (err: any, data?: UpdateQuickConnectNameCommandOutput) => void
3792
+ ): void;
3793
+ public updateQuickConnectName(
3794
+ args: UpdateQuickConnectNameCommandInput,
3795
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateQuickConnectNameCommandOutput) => void),
3796
+ cb?: (err: any, data?: UpdateQuickConnectNameCommandOutput) => void
3797
+ ): Promise<UpdateQuickConnectNameCommandOutput> | void {
3798
+ const command = new UpdateQuickConnectNameCommand(args);
3799
+ if (typeof optionsOrCb === "function") {
3800
+ this.send(command, optionsOrCb);
3801
+ } else if (typeof cb === "function") {
3802
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3803
+ this.send(command, optionsOrCb || {}, cb);
3804
+ } else {
3805
+ return this.send(command, optionsOrCb);
3806
+ }
3807
+ }
3808
+
3809
+ /**
3810
+ * <p>Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing
3811
+ * profile.</p>
3812
+ */
3813
+ public updateRoutingProfileConcurrency(
3814
+ args: UpdateRoutingProfileConcurrencyCommandInput,
3815
+ options?: __HttpHandlerOptions
3816
+ ): Promise<UpdateRoutingProfileConcurrencyCommandOutput>;
3817
+ public updateRoutingProfileConcurrency(
3818
+ args: UpdateRoutingProfileConcurrencyCommandInput,
3819
+ cb: (err: any, data?: UpdateRoutingProfileConcurrencyCommandOutput) => void
3820
+ ): void;
3821
+ public updateRoutingProfileConcurrency(
3822
+ args: UpdateRoutingProfileConcurrencyCommandInput,
3823
+ options: __HttpHandlerOptions,
3824
+ cb: (err: any, data?: UpdateRoutingProfileConcurrencyCommandOutput) => void
3825
+ ): void;
3826
+ public updateRoutingProfileConcurrency(
3827
+ args: UpdateRoutingProfileConcurrencyCommandInput,
3828
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateRoutingProfileConcurrencyCommandOutput) => void),
3829
+ cb?: (err: any, data?: UpdateRoutingProfileConcurrencyCommandOutput) => void
3830
+ ): Promise<UpdateRoutingProfileConcurrencyCommandOutput> | void {
3831
+ const command = new UpdateRoutingProfileConcurrencyCommand(args);
3832
+ if (typeof optionsOrCb === "function") {
3833
+ this.send(command, optionsOrCb);
3834
+ } else if (typeof cb === "function") {
3835
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3836
+ this.send(command, optionsOrCb || {}, cb);
3837
+ } else {
3838
+ return this.send(command, optionsOrCb);
3839
+ }
3840
+ }
3841
+
3842
+ /**
3843
+ * <p>Updates the default outbound queue of a routing profile.</p>
3844
+ */
3845
+ public updateRoutingProfileDefaultOutboundQueue(
3846
+ args: UpdateRoutingProfileDefaultOutboundQueueCommandInput,
3847
+ options?: __HttpHandlerOptions
3848
+ ): Promise<UpdateRoutingProfileDefaultOutboundQueueCommandOutput>;
3849
+ public updateRoutingProfileDefaultOutboundQueue(
3850
+ args: UpdateRoutingProfileDefaultOutboundQueueCommandInput,
3851
+ cb: (err: any, data?: UpdateRoutingProfileDefaultOutboundQueueCommandOutput) => void
3852
+ ): void;
3853
+ public updateRoutingProfileDefaultOutboundQueue(
3854
+ args: UpdateRoutingProfileDefaultOutboundQueueCommandInput,
3855
+ options: __HttpHandlerOptions,
3856
+ cb: (err: any, data?: UpdateRoutingProfileDefaultOutboundQueueCommandOutput) => void
3857
+ ): void;
3858
+ public updateRoutingProfileDefaultOutboundQueue(
3859
+ args: UpdateRoutingProfileDefaultOutboundQueueCommandInput,
3860
+ optionsOrCb?:
3861
+ | __HttpHandlerOptions
3862
+ | ((err: any, data?: UpdateRoutingProfileDefaultOutboundQueueCommandOutput) => void),
3863
+ cb?: (err: any, data?: UpdateRoutingProfileDefaultOutboundQueueCommandOutput) => void
3864
+ ): Promise<UpdateRoutingProfileDefaultOutboundQueueCommandOutput> | void {
3865
+ const command = new UpdateRoutingProfileDefaultOutboundQueueCommand(args);
3866
+ if (typeof optionsOrCb === "function") {
3867
+ this.send(command, optionsOrCb);
3868
+ } else if (typeof cb === "function") {
3869
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3870
+ this.send(command, optionsOrCb || {}, cb);
3871
+ } else {
3872
+ return this.send(command, optionsOrCb);
3873
+ }
3874
+ }
3875
+
3876
+ /**
3877
+ * <p>Updates the name and description of a routing profile. The request accepts the following data in JSON format.
3878
+ * At least <code>Name</code> or <code>Description</code> must be provided.</p>
3879
+ */
3880
+ public updateRoutingProfileName(
3881
+ args: UpdateRoutingProfileNameCommandInput,
3882
+ options?: __HttpHandlerOptions
3883
+ ): Promise<UpdateRoutingProfileNameCommandOutput>;
3884
+ public updateRoutingProfileName(
3885
+ args: UpdateRoutingProfileNameCommandInput,
3886
+ cb: (err: any, data?: UpdateRoutingProfileNameCommandOutput) => void
3887
+ ): void;
3888
+ public updateRoutingProfileName(
3889
+ args: UpdateRoutingProfileNameCommandInput,
3890
+ options: __HttpHandlerOptions,
3891
+ cb: (err: any, data?: UpdateRoutingProfileNameCommandOutput) => void
3892
+ ): void;
3893
+ public updateRoutingProfileName(
3894
+ args: UpdateRoutingProfileNameCommandInput,
3895
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateRoutingProfileNameCommandOutput) => void),
3896
+ cb?: (err: any, data?: UpdateRoutingProfileNameCommandOutput) => void
3897
+ ): Promise<UpdateRoutingProfileNameCommandOutput> | void {
3898
+ const command = new UpdateRoutingProfileNameCommand(args);
3899
+ if (typeof optionsOrCb === "function") {
3900
+ this.send(command, optionsOrCb);
3901
+ } else if (typeof cb === "function") {
3902
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3903
+ this.send(command, optionsOrCb || {}, cb);
3904
+ } else {
3905
+ return this.send(command, optionsOrCb);
3906
+ }
3907
+ }
3908
+
3909
+ /**
3910
+ * <p>Updates the properties associated with a set of queues for a routing profile.</p>
3911
+ */
3912
+ public updateRoutingProfileQueues(
3913
+ args: UpdateRoutingProfileQueuesCommandInput,
3914
+ options?: __HttpHandlerOptions
3915
+ ): Promise<UpdateRoutingProfileQueuesCommandOutput>;
3916
+ public updateRoutingProfileQueues(
3917
+ args: UpdateRoutingProfileQueuesCommandInput,
3918
+ cb: (err: any, data?: UpdateRoutingProfileQueuesCommandOutput) => void
3919
+ ): void;
3920
+ public updateRoutingProfileQueues(
3921
+ args: UpdateRoutingProfileQueuesCommandInput,
3922
+ options: __HttpHandlerOptions,
3923
+ cb: (err: any, data?: UpdateRoutingProfileQueuesCommandOutput) => void
3924
+ ): void;
3925
+ public updateRoutingProfileQueues(
3926
+ args: UpdateRoutingProfileQueuesCommandInput,
3927
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateRoutingProfileQueuesCommandOutput) => void),
3928
+ cb?: (err: any, data?: UpdateRoutingProfileQueuesCommandOutput) => void
3929
+ ): Promise<UpdateRoutingProfileQueuesCommandOutput> | void {
3930
+ const command = new UpdateRoutingProfileQueuesCommand(args);
3931
+ if (typeof optionsOrCb === "function") {
3932
+ this.send(command, optionsOrCb);
3933
+ } else if (typeof cb === "function") {
3934
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3935
+ this.send(command, optionsOrCb || {}, cb);
3936
+ } else {
3937
+ return this.send(command, optionsOrCb);
3938
+ }
3939
+ }
3940
+
3941
+ /**
3942
+ * <p>Assigns the specified hierarchy group to the specified user.</p>
3943
+ */
3944
+ public updateUserHierarchy(
3945
+ args: UpdateUserHierarchyCommandInput,
3946
+ options?: __HttpHandlerOptions
3947
+ ): Promise<UpdateUserHierarchyCommandOutput>;
3948
+ public updateUserHierarchy(
3949
+ args: UpdateUserHierarchyCommandInput,
3950
+ cb: (err: any, data?: UpdateUserHierarchyCommandOutput) => void
3951
+ ): void;
3952
+ public updateUserHierarchy(
3953
+ args: UpdateUserHierarchyCommandInput,
3954
+ options: __HttpHandlerOptions,
3955
+ cb: (err: any, data?: UpdateUserHierarchyCommandOutput) => void
3956
+ ): void;
3957
+ public updateUserHierarchy(
3958
+ args: UpdateUserHierarchyCommandInput,
3959
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateUserHierarchyCommandOutput) => void),
3960
+ cb?: (err: any, data?: UpdateUserHierarchyCommandOutput) => void
3961
+ ): Promise<UpdateUserHierarchyCommandOutput> | void {
3962
+ const command = new UpdateUserHierarchyCommand(args);
3963
+ if (typeof optionsOrCb === "function") {
3964
+ this.send(command, optionsOrCb);
3965
+ } else if (typeof cb === "function") {
3966
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3967
+ this.send(command, optionsOrCb || {}, cb);
3968
+ } else {
3969
+ return this.send(command, optionsOrCb);
3970
+ }
3971
+ }
3972
+
3973
+ /**
3974
+ * <p>Updates the name of the user hierarchy group. </p>
3975
+ */
3976
+ public updateUserHierarchyGroupName(
3977
+ args: UpdateUserHierarchyGroupNameCommandInput,
3978
+ options?: __HttpHandlerOptions
3979
+ ): Promise<UpdateUserHierarchyGroupNameCommandOutput>;
3980
+ public updateUserHierarchyGroupName(
3981
+ args: UpdateUserHierarchyGroupNameCommandInput,
3982
+ cb: (err: any, data?: UpdateUserHierarchyGroupNameCommandOutput) => void
3983
+ ): void;
3984
+ public updateUserHierarchyGroupName(
3985
+ args: UpdateUserHierarchyGroupNameCommandInput,
3986
+ options: __HttpHandlerOptions,
3987
+ cb: (err: any, data?: UpdateUserHierarchyGroupNameCommandOutput) => void
3988
+ ): void;
3989
+ public updateUserHierarchyGroupName(
3990
+ args: UpdateUserHierarchyGroupNameCommandInput,
3991
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateUserHierarchyGroupNameCommandOutput) => void),
3992
+ cb?: (err: any, data?: UpdateUserHierarchyGroupNameCommandOutput) => void
3993
+ ): Promise<UpdateUserHierarchyGroupNameCommandOutput> | void {
3994
+ const command = new UpdateUserHierarchyGroupNameCommand(args);
3995
+ if (typeof optionsOrCb === "function") {
3996
+ this.send(command, optionsOrCb);
3997
+ } else if (typeof cb === "function") {
3998
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3999
+ this.send(command, optionsOrCb || {}, cb);
4000
+ } else {
4001
+ return this.send(command, optionsOrCb);
4002
+ }
4003
+ }
4004
+
4005
+ /**
4006
+ * <p>Updates the user hierarchy structure: add, remove, and rename user hierarchy levels.</p>
4007
+ */
4008
+ public updateUserHierarchyStructure(
4009
+ args: UpdateUserHierarchyStructureCommandInput,
4010
+ options?: __HttpHandlerOptions
4011
+ ): Promise<UpdateUserHierarchyStructureCommandOutput>;
4012
+ public updateUserHierarchyStructure(
4013
+ args: UpdateUserHierarchyStructureCommandInput,
4014
+ cb: (err: any, data?: UpdateUserHierarchyStructureCommandOutput) => void
4015
+ ): void;
4016
+ public updateUserHierarchyStructure(
4017
+ args: UpdateUserHierarchyStructureCommandInput,
4018
+ options: __HttpHandlerOptions,
4019
+ cb: (err: any, data?: UpdateUserHierarchyStructureCommandOutput) => void
4020
+ ): void;
4021
+ public updateUserHierarchyStructure(
4022
+ args: UpdateUserHierarchyStructureCommandInput,
4023
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateUserHierarchyStructureCommandOutput) => void),
4024
+ cb?: (err: any, data?: UpdateUserHierarchyStructureCommandOutput) => void
4025
+ ): Promise<UpdateUserHierarchyStructureCommandOutput> | void {
4026
+ const command = new UpdateUserHierarchyStructureCommand(args);
4027
+ if (typeof optionsOrCb === "function") {
4028
+ this.send(command, optionsOrCb);
4029
+ } else if (typeof cb === "function") {
4030
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4031
+ this.send(command, optionsOrCb || {}, cb);
4032
+ } else {
4033
+ return this.send(command, optionsOrCb);
4034
+ }
4035
+ }
4036
+
4037
+ /**
4038
+ * <p>Updates the identity information for the specified user.</p>
4039
+ * <important>
4040
+ * <p>We strongly recommend limiting who has the ability to invoke
4041
+ * <code>UpdateUserIdentityInfo</code>. Someone with that ability can change the login credentials
4042
+ * of other users by changing their email address. This poses a security risk to your organization.
4043
+ * They can change the email address of a user to the attacker's email address, and then reset the
4044
+ * 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
4045
+ * Security Profiles</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
4046
+ * </important>
4047
+ */
4048
+ public updateUserIdentityInfo(
4049
+ args: UpdateUserIdentityInfoCommandInput,
4050
+ options?: __HttpHandlerOptions
4051
+ ): Promise<UpdateUserIdentityInfoCommandOutput>;
4052
+ public updateUserIdentityInfo(
4053
+ args: UpdateUserIdentityInfoCommandInput,
4054
+ cb: (err: any, data?: UpdateUserIdentityInfoCommandOutput) => void
4055
+ ): void;
4056
+ public updateUserIdentityInfo(
4057
+ args: UpdateUserIdentityInfoCommandInput,
4058
+ options: __HttpHandlerOptions,
4059
+ cb: (err: any, data?: UpdateUserIdentityInfoCommandOutput) => void
4060
+ ): void;
4061
+ public updateUserIdentityInfo(
4062
+ args: UpdateUserIdentityInfoCommandInput,
4063
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateUserIdentityInfoCommandOutput) => void),
4064
+ cb?: (err: any, data?: UpdateUserIdentityInfoCommandOutput) => void
4065
+ ): Promise<UpdateUserIdentityInfoCommandOutput> | void {
4066
+ const command = new UpdateUserIdentityInfoCommand(args);
4067
+ if (typeof optionsOrCb === "function") {
4068
+ this.send(command, optionsOrCb);
4069
+ } else if (typeof cb === "function") {
4070
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4071
+ this.send(command, optionsOrCb || {}, cb);
4072
+ } else {
4073
+ return this.send(command, optionsOrCb);
4074
+ }
4075
+ }
4076
+
4077
+ /**
4078
+ * <p>Updates the phone configuration settings for the specified user.</p>
4079
+ */
4080
+ public updateUserPhoneConfig(
4081
+ args: UpdateUserPhoneConfigCommandInput,
4082
+ options?: __HttpHandlerOptions
4083
+ ): Promise<UpdateUserPhoneConfigCommandOutput>;
4084
+ public updateUserPhoneConfig(
4085
+ args: UpdateUserPhoneConfigCommandInput,
4086
+ cb: (err: any, data?: UpdateUserPhoneConfigCommandOutput) => void
4087
+ ): void;
4088
+ public updateUserPhoneConfig(
4089
+ args: UpdateUserPhoneConfigCommandInput,
4090
+ options: __HttpHandlerOptions,
4091
+ cb: (err: any, data?: UpdateUserPhoneConfigCommandOutput) => void
4092
+ ): void;
4093
+ public updateUserPhoneConfig(
4094
+ args: UpdateUserPhoneConfigCommandInput,
4095
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateUserPhoneConfigCommandOutput) => void),
4096
+ cb?: (err: any, data?: UpdateUserPhoneConfigCommandOutput) => void
4097
+ ): Promise<UpdateUserPhoneConfigCommandOutput> | void {
4098
+ const command = new UpdateUserPhoneConfigCommand(args);
4099
+ if (typeof optionsOrCb === "function") {
4100
+ this.send(command, optionsOrCb);
4101
+ } else if (typeof cb === "function") {
4102
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4103
+ this.send(command, optionsOrCb || {}, cb);
4104
+ } else {
4105
+ return this.send(command, optionsOrCb);
4106
+ }
4107
+ }
4108
+
4109
+ /**
4110
+ * <p>Assigns the specified routing profile to the specified user.</p>
4111
+ */
4112
+ public updateUserRoutingProfile(
4113
+ args: UpdateUserRoutingProfileCommandInput,
4114
+ options?: __HttpHandlerOptions
4115
+ ): Promise<UpdateUserRoutingProfileCommandOutput>;
4116
+ public updateUserRoutingProfile(
4117
+ args: UpdateUserRoutingProfileCommandInput,
4118
+ cb: (err: any, data?: UpdateUserRoutingProfileCommandOutput) => void
4119
+ ): void;
4120
+ public updateUserRoutingProfile(
4121
+ args: UpdateUserRoutingProfileCommandInput,
4122
+ options: __HttpHandlerOptions,
4123
+ cb: (err: any, data?: UpdateUserRoutingProfileCommandOutput) => void
4124
+ ): void;
4125
+ public updateUserRoutingProfile(
4126
+ args: UpdateUserRoutingProfileCommandInput,
4127
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateUserRoutingProfileCommandOutput) => void),
4128
+ cb?: (err: any, data?: UpdateUserRoutingProfileCommandOutput) => void
4129
+ ): Promise<UpdateUserRoutingProfileCommandOutput> | void {
4130
+ const command = new UpdateUserRoutingProfileCommand(args);
4131
+ if (typeof optionsOrCb === "function") {
4132
+ this.send(command, optionsOrCb);
4133
+ } else if (typeof cb === "function") {
4134
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4135
+ this.send(command, optionsOrCb || {}, cb);
4136
+ } else {
4137
+ return this.send(command, optionsOrCb);
4138
+ }
4139
+ }
4140
+
4141
+ /**
4142
+ * <p>Assigns the specified security profiles to the specified user.</p>
4143
+ */
4144
+ public updateUserSecurityProfiles(
4145
+ args: UpdateUserSecurityProfilesCommandInput,
4146
+ options?: __HttpHandlerOptions
4147
+ ): Promise<UpdateUserSecurityProfilesCommandOutput>;
4148
+ public updateUserSecurityProfiles(
4149
+ args: UpdateUserSecurityProfilesCommandInput,
4150
+ cb: (err: any, data?: UpdateUserSecurityProfilesCommandOutput) => void
4151
+ ): void;
4152
+ public updateUserSecurityProfiles(
4153
+ args: UpdateUserSecurityProfilesCommandInput,
4154
+ options: __HttpHandlerOptions,
4155
+ cb: (err: any, data?: UpdateUserSecurityProfilesCommandOutput) => void
4156
+ ): void;
4157
+ public updateUserSecurityProfiles(
4158
+ args: UpdateUserSecurityProfilesCommandInput,
4159
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateUserSecurityProfilesCommandOutput) => void),
4160
+ cb?: (err: any, data?: UpdateUserSecurityProfilesCommandOutput) => void
4161
+ ): Promise<UpdateUserSecurityProfilesCommandOutput> | void {
4162
+ const command = new UpdateUserSecurityProfilesCommand(args);
4163
+ if (typeof optionsOrCb === "function") {
4164
+ this.send(command, optionsOrCb);
4165
+ } else if (typeof cb === "function") {
4166
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
4167
+ this.send(command, optionsOrCb || {}, cb);
4168
+ } else {
4169
+ return this.send(command, optionsOrCb);
4170
+ }
4171
+ }
4172
+ }