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