@aws-sdk/client-connect 3.31.0 → 3.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2037) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/dist-cjs/Connect.js +1661 -0
  3. package/dist-cjs/Connect.js.map +1 -0
  4. package/dist-cjs/ConnectClient.js +59 -0
  5. package/dist-cjs/ConnectClient.js.map +1 -0
  6. package/dist-cjs/commands/AssociateApprovedOriginCommand.js +62 -0
  7. package/dist-cjs/commands/AssociateApprovedOriginCommand.js.map +1 -0
  8. package/dist-cjs/commands/AssociateBotCommand.js +62 -0
  9. package/dist-cjs/commands/AssociateBotCommand.js.map +1 -0
  10. package/dist-cjs/commands/AssociateInstanceStorageConfigCommand.js +67 -0
  11. package/dist-cjs/commands/AssociateInstanceStorageConfigCommand.js.map +1 -0
  12. package/dist-cjs/commands/AssociateLambdaFunctionCommand.js +62 -0
  13. package/dist-cjs/commands/AssociateLambdaFunctionCommand.js.map +1 -0
  14. package/dist-cjs/commands/AssociateLexBotCommand.js +62 -0
  15. package/dist-cjs/commands/AssociateLexBotCommand.js.map +1 -0
  16. package/dist-cjs/commands/AssociateQueueQuickConnectsCommand.js +62 -0
  17. package/dist-cjs/commands/AssociateQueueQuickConnectsCommand.js.map +1 -0
  18. package/dist-cjs/commands/AssociateRoutingProfileQueuesCommand.js +61 -0
  19. package/dist-cjs/commands/AssociateRoutingProfileQueuesCommand.js.map +1 -0
  20. package/dist-cjs/commands/AssociateSecurityKeyCommand.js +62 -0
  21. package/dist-cjs/commands/AssociateSecurityKeyCommand.js.map +1 -0
  22. package/dist-cjs/commands/CreateAgentStatusCommand.js +62 -0
  23. package/dist-cjs/commands/CreateAgentStatusCommand.js.map +1 -0
  24. package/dist-cjs/commands/CreateContactFlowCommand.js +63 -0
  25. package/dist-cjs/commands/CreateContactFlowCommand.js.map +1 -0
  26. package/dist-cjs/commands/CreateHoursOfOperationCommand.js +62 -0
  27. package/dist-cjs/commands/CreateHoursOfOperationCommand.js.map +1 -0
  28. package/dist-cjs/commands/CreateInstanceCommand.js +67 -0
  29. package/dist-cjs/commands/CreateInstanceCommand.js.map +1 -0
  30. package/dist-cjs/commands/CreateIntegrationAssociationCommand.js +61 -0
  31. package/dist-cjs/commands/CreateIntegrationAssociationCommand.js.map +1 -0
  32. package/dist-cjs/commands/CreateQueueCommand.js +62 -0
  33. package/dist-cjs/commands/CreateQueueCommand.js.map +1 -0
  34. package/dist-cjs/commands/CreateQuickConnectCommand.js +61 -0
  35. package/dist-cjs/commands/CreateQuickConnectCommand.js.map +1 -0
  36. package/dist-cjs/commands/CreateRoutingProfileCommand.js +61 -0
  37. package/dist-cjs/commands/CreateRoutingProfileCommand.js.map +1 -0
  38. package/dist-cjs/commands/CreateUseCaseCommand.js +61 -0
  39. package/dist-cjs/commands/CreateUseCaseCommand.js.map +1 -0
  40. package/dist-cjs/commands/CreateUserCommand.js +63 -0
  41. package/dist-cjs/commands/CreateUserCommand.js.map +1 -0
  42. package/dist-cjs/commands/CreateUserHierarchyGroupCommand.js +61 -0
  43. package/dist-cjs/commands/CreateUserHierarchyGroupCommand.js.map +1 -0
  44. package/dist-cjs/commands/DeleteHoursOfOperationCommand.js +62 -0
  45. package/dist-cjs/commands/DeleteHoursOfOperationCommand.js.map +1 -0
  46. package/dist-cjs/commands/DeleteInstanceCommand.js +65 -0
  47. package/dist-cjs/commands/DeleteInstanceCommand.js.map +1 -0
  48. package/dist-cjs/commands/DeleteIntegrationAssociationCommand.js +62 -0
  49. package/dist-cjs/commands/DeleteIntegrationAssociationCommand.js.map +1 -0
  50. package/dist-cjs/commands/DeleteQuickConnectCommand.js +61 -0
  51. package/dist-cjs/commands/DeleteQuickConnectCommand.js.map +1 -0
  52. package/dist-cjs/commands/DeleteUseCaseCommand.js +61 -0
  53. package/dist-cjs/commands/DeleteUseCaseCommand.js.map +1 -0
  54. package/dist-cjs/commands/DeleteUserCommand.js +64 -0
  55. package/dist-cjs/commands/DeleteUserCommand.js.map +1 -0
  56. package/dist-cjs/commands/DeleteUserHierarchyGroupCommand.js +62 -0
  57. package/dist-cjs/commands/DeleteUserHierarchyGroupCommand.js.map +1 -0
  58. package/dist-cjs/commands/DescribeAgentStatusCommand.js +62 -0
  59. package/dist-cjs/commands/DescribeAgentStatusCommand.js.map +1 -0
  60. package/dist-cjs/commands/DescribeContactFlowCommand.js +63 -0
  61. package/dist-cjs/commands/DescribeContactFlowCommand.js.map +1 -0
  62. package/dist-cjs/commands/DescribeHoursOfOperationCommand.js +62 -0
  63. package/dist-cjs/commands/DescribeHoursOfOperationCommand.js.map +1 -0
  64. package/dist-cjs/commands/DescribeInstanceAttributeCommand.js +62 -0
  65. package/dist-cjs/commands/DescribeInstanceAttributeCommand.js.map +1 -0
  66. package/dist-cjs/commands/DescribeInstanceCommand.js +66 -0
  67. package/dist-cjs/commands/DescribeInstanceCommand.js.map +1 -0
  68. package/dist-cjs/commands/DescribeInstanceStorageConfigCommand.js +63 -0
  69. package/dist-cjs/commands/DescribeInstanceStorageConfigCommand.js.map +1 -0
  70. package/dist-cjs/commands/DescribeQueueCommand.js +62 -0
  71. package/dist-cjs/commands/DescribeQueueCommand.js.map +1 -0
  72. package/dist-cjs/commands/DescribeQuickConnectCommand.js +61 -0
  73. package/dist-cjs/commands/DescribeQuickConnectCommand.js.map +1 -0
  74. package/dist-cjs/commands/DescribeRoutingProfileCommand.js +61 -0
  75. package/dist-cjs/commands/DescribeRoutingProfileCommand.js.map +1 -0
  76. package/dist-cjs/commands/DescribeUserCommand.js +63 -0
  77. package/dist-cjs/commands/DescribeUserCommand.js.map +1 -0
  78. package/dist-cjs/commands/DescribeUserHierarchyGroupCommand.js +61 -0
  79. package/dist-cjs/commands/DescribeUserHierarchyGroupCommand.js.map +1 -0
  80. package/dist-cjs/commands/DescribeUserHierarchyStructureCommand.js +61 -0
  81. package/dist-cjs/commands/DescribeUserHierarchyStructureCommand.js.map +1 -0
  82. package/dist-cjs/commands/DisassociateApprovedOriginCommand.js +62 -0
  83. package/dist-cjs/commands/DisassociateApprovedOriginCommand.js.map +1 -0
  84. package/dist-cjs/commands/DisassociateBotCommand.js +63 -0
  85. package/dist-cjs/commands/DisassociateBotCommand.js.map +1 -0
  86. package/dist-cjs/commands/DisassociateInstanceStorageConfigCommand.js +63 -0
  87. package/dist-cjs/commands/DisassociateInstanceStorageConfigCommand.js.map +1 -0
  88. package/dist-cjs/commands/DisassociateLambdaFunctionCommand.js +63 -0
  89. package/dist-cjs/commands/DisassociateLambdaFunctionCommand.js.map +1 -0
  90. package/dist-cjs/commands/DisassociateLexBotCommand.js +62 -0
  91. package/dist-cjs/commands/DisassociateLexBotCommand.js.map +1 -0
  92. package/dist-cjs/commands/DisassociateQueueQuickConnectsCommand.js +62 -0
  93. package/dist-cjs/commands/DisassociateQueueQuickConnectsCommand.js.map +1 -0
  94. package/dist-cjs/commands/DisassociateRoutingProfileQueuesCommand.js +61 -0
  95. package/dist-cjs/commands/DisassociateRoutingProfileQueuesCommand.js.map +1 -0
  96. package/dist-cjs/commands/DisassociateSecurityKeyCommand.js +62 -0
  97. package/dist-cjs/commands/DisassociateSecurityKeyCommand.js.map +1 -0
  98. package/dist-cjs/commands/GetContactAttributesCommand.js +61 -0
  99. package/dist-cjs/commands/GetContactAttributesCommand.js.map +1 -0
  100. package/dist-cjs/commands/GetCurrentMetricDataCommand.js +63 -0
  101. package/dist-cjs/commands/GetCurrentMetricDataCommand.js.map +1 -0
  102. package/dist-cjs/commands/GetFederationTokenCommand.js +69 -0
  103. package/dist-cjs/commands/GetFederationTokenCommand.js.map +1 -0
  104. package/dist-cjs/commands/GetMetricDataCommand.js +64 -0
  105. package/dist-cjs/commands/GetMetricDataCommand.js.map +1 -0
  106. package/dist-cjs/commands/ListAgentStatusesCommand.js +62 -0
  107. package/dist-cjs/commands/ListAgentStatusesCommand.js.map +1 -0
  108. package/dist-cjs/commands/ListApprovedOriginsCommand.js +62 -0
  109. package/dist-cjs/commands/ListApprovedOriginsCommand.js.map +1 -0
  110. package/dist-cjs/commands/ListBotsCommand.js +63 -0
  111. package/dist-cjs/commands/ListBotsCommand.js.map +1 -0
  112. package/dist-cjs/commands/ListContactFlowsCommand.js +65 -0
  113. package/dist-cjs/commands/ListContactFlowsCommand.js.map +1 -0
  114. package/dist-cjs/commands/ListHoursOfOperationsCommand.js +63 -0
  115. package/dist-cjs/commands/ListHoursOfOperationsCommand.js.map +1 -0
  116. package/dist-cjs/commands/ListInstanceAttributesCommand.js +62 -0
  117. package/dist-cjs/commands/ListInstanceAttributesCommand.js.map +1 -0
  118. package/dist-cjs/commands/ListInstanceStorageConfigsCommand.js +64 -0
  119. package/dist-cjs/commands/ListInstanceStorageConfigsCommand.js.map +1 -0
  120. package/dist-cjs/commands/ListInstancesCommand.js +64 -0
  121. package/dist-cjs/commands/ListInstancesCommand.js.map +1 -0
  122. package/dist-cjs/commands/ListIntegrationAssociationsCommand.js +62 -0
  123. package/dist-cjs/commands/ListIntegrationAssociationsCommand.js.map +1 -0
  124. package/dist-cjs/commands/ListLambdaFunctionsCommand.js +63 -0
  125. package/dist-cjs/commands/ListLambdaFunctionsCommand.js.map +1 -0
  126. package/dist-cjs/commands/ListLexBotsCommand.js +63 -0
  127. package/dist-cjs/commands/ListLexBotsCommand.js.map +1 -0
  128. package/dist-cjs/commands/ListPhoneNumbersCommand.js +63 -0
  129. package/dist-cjs/commands/ListPhoneNumbersCommand.js.map +1 -0
  130. package/dist-cjs/commands/ListPromptsCommand.js +61 -0
  131. package/dist-cjs/commands/ListPromptsCommand.js.map +1 -0
  132. package/dist-cjs/commands/ListQueueQuickConnectsCommand.js +62 -0
  133. package/dist-cjs/commands/ListQueueQuickConnectsCommand.js.map +1 -0
  134. package/dist-cjs/commands/ListQueuesCommand.js +67 -0
  135. package/dist-cjs/commands/ListQueuesCommand.js.map +1 -0
  136. package/dist-cjs/commands/ListQuickConnectsCommand.js +61 -0
  137. package/dist-cjs/commands/ListQuickConnectsCommand.js.map +1 -0
  138. package/dist-cjs/commands/ListRoutingProfileQueuesCommand.js +61 -0
  139. package/dist-cjs/commands/ListRoutingProfileQueuesCommand.js.map +1 -0
  140. package/dist-cjs/commands/ListRoutingProfilesCommand.js +64 -0
  141. package/dist-cjs/commands/ListRoutingProfilesCommand.js.map +1 -0
  142. package/dist-cjs/commands/ListSecurityKeysCommand.js +62 -0
  143. package/dist-cjs/commands/ListSecurityKeysCommand.js.map +1 -0
  144. package/dist-cjs/commands/ListSecurityProfilesCommand.js +64 -0
  145. package/dist-cjs/commands/ListSecurityProfilesCommand.js.map +1 -0
  146. package/dist-cjs/commands/ListTagsForResourceCommand.js +63 -0
  147. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
  148. package/dist-cjs/commands/ListUseCasesCommand.js +61 -0
  149. package/dist-cjs/commands/ListUseCasesCommand.js.map +1 -0
  150. package/dist-cjs/commands/ListUserHierarchyGroupsCommand.js +64 -0
  151. package/dist-cjs/commands/ListUserHierarchyGroupsCommand.js.map +1 -0
  152. package/dist-cjs/commands/ListUsersCommand.js +61 -0
  153. package/dist-cjs/commands/ListUsersCommand.js.map +1 -0
  154. package/dist-cjs/commands/ResumeContactRecordingCommand.js +64 -0
  155. package/dist-cjs/commands/ResumeContactRecordingCommand.js.map +1 -0
  156. package/dist-cjs/commands/StartChatContactCommand.js +81 -0
  157. package/dist-cjs/commands/StartChatContactCommand.js.map +1 -0
  158. package/dist-cjs/commands/StartContactRecordingCommand.js +68 -0
  159. package/dist-cjs/commands/StartContactRecordingCommand.js.map +1 -0
  160. package/dist-cjs/commands/StartOutboundVoiceContactCommand.js +79 -0
  161. package/dist-cjs/commands/StartOutboundVoiceContactCommand.js.map +1 -0
  162. package/dist-cjs/commands/StartTaskContactCommand.js +61 -0
  163. package/dist-cjs/commands/StartTaskContactCommand.js.map +1 -0
  164. package/dist-cjs/commands/StopContactCommand.js +61 -0
  165. package/dist-cjs/commands/StopContactCommand.js.map +1 -0
  166. package/dist-cjs/commands/StopContactRecordingCommand.js +67 -0
  167. package/dist-cjs/commands/StopContactRecordingCommand.js.map +1 -0
  168. package/dist-cjs/commands/SuspendContactRecordingCommand.js +66 -0
  169. package/dist-cjs/commands/SuspendContactRecordingCommand.js.map +1 -0
  170. package/dist-cjs/commands/TagResourceCommand.js +65 -0
  171. package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
  172. package/dist-cjs/commands/UntagResourceCommand.js +61 -0
  173. package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
  174. package/dist-cjs/commands/UpdateAgentStatusCommand.js +62 -0
  175. package/dist-cjs/commands/UpdateAgentStatusCommand.js.map +1 -0
  176. package/dist-cjs/commands/UpdateContactAttributesCommand.js +80 -0
  177. package/dist-cjs/commands/UpdateContactAttributesCommand.js.map +1 -0
  178. package/dist-cjs/commands/UpdateContactFlowContentCommand.js +63 -0
  179. package/dist-cjs/commands/UpdateContactFlowContentCommand.js.map +1 -0
  180. package/dist-cjs/commands/UpdateContactFlowNameCommand.js +63 -0
  181. package/dist-cjs/commands/UpdateContactFlowNameCommand.js.map +1 -0
  182. package/dist-cjs/commands/UpdateHoursOfOperationCommand.js +62 -0
  183. package/dist-cjs/commands/UpdateHoursOfOperationCommand.js.map +1 -0
  184. package/dist-cjs/commands/UpdateInstanceAttributeCommand.js +62 -0
  185. package/dist-cjs/commands/UpdateInstanceAttributeCommand.js.map +1 -0
  186. package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js +62 -0
  187. package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js.map +1 -0
  188. package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js +62 -0
  189. package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js.map +1 -0
  190. package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js +63 -0
  191. package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js.map +1 -0
  192. package/dist-cjs/commands/UpdateQueueNameCommand.js +62 -0
  193. package/dist-cjs/commands/UpdateQueueNameCommand.js.map +1 -0
  194. package/dist-cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +63 -0
  195. package/dist-cjs/commands/UpdateQueueOutboundCallerConfigCommand.js.map +1 -0
  196. package/dist-cjs/commands/UpdateQueueStatusCommand.js +62 -0
  197. package/dist-cjs/commands/UpdateQueueStatusCommand.js.map +1 -0
  198. package/dist-cjs/commands/UpdateQuickConnectConfigCommand.js +61 -0
  199. package/dist-cjs/commands/UpdateQuickConnectConfigCommand.js.map +1 -0
  200. package/dist-cjs/commands/UpdateQuickConnectNameCommand.js +61 -0
  201. package/dist-cjs/commands/UpdateQuickConnectNameCommand.js.map +1 -0
  202. package/dist-cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +62 -0
  203. package/dist-cjs/commands/UpdateRoutingProfileConcurrencyCommand.js.map +1 -0
  204. package/dist-cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +61 -0
  205. package/dist-cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js.map +1 -0
  206. package/dist-cjs/commands/UpdateRoutingProfileNameCommand.js +62 -0
  207. package/dist-cjs/commands/UpdateRoutingProfileNameCommand.js.map +1 -0
  208. package/dist-cjs/commands/UpdateRoutingProfileQueuesCommand.js +61 -0
  209. package/dist-cjs/commands/UpdateRoutingProfileQueuesCommand.js.map +1 -0
  210. package/dist-cjs/commands/UpdateUserHierarchyCommand.js +61 -0
  211. package/dist-cjs/commands/UpdateUserHierarchyCommand.js.map +1 -0
  212. package/dist-cjs/commands/UpdateUserHierarchyGroupNameCommand.js +61 -0
  213. package/dist-cjs/commands/UpdateUserHierarchyGroupNameCommand.js.map +1 -0
  214. package/dist-cjs/commands/UpdateUserHierarchyStructureCommand.js +61 -0
  215. package/dist-cjs/commands/UpdateUserHierarchyStructureCommand.js.map +1 -0
  216. package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js +69 -0
  217. package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js.map +1 -0
  218. package/dist-cjs/commands/UpdateUserPhoneConfigCommand.js +61 -0
  219. package/dist-cjs/commands/UpdateUserPhoneConfigCommand.js.map +1 -0
  220. package/dist-cjs/commands/UpdateUserRoutingProfileCommand.js +61 -0
  221. package/dist-cjs/commands/UpdateUserRoutingProfileCommand.js.map +1 -0
  222. package/dist-cjs/commands/UpdateUserSecurityProfilesCommand.js +61 -0
  223. package/dist-cjs/commands/UpdateUserSecurityProfilesCommand.js.map +1 -0
  224. package/dist-cjs/endpoints.js +57 -0
  225. package/dist-cjs/endpoints.js.map +1 -0
  226. package/dist-cjs/index.js +142 -0
  227. package/dist-cjs/index.js.map +1 -0
  228. package/dist-cjs/models/index.js +5 -0
  229. package/dist-cjs/models/index.js.map +1 -0
  230. package/dist-cjs/models/models_0.js +2793 -0
  231. package/dist-cjs/models/models_0.js.map +1 -0
  232. package/dist-cjs/pagination/GetCurrentMetricDataPaginator.js +46 -0
  233. package/dist-cjs/pagination/GetCurrentMetricDataPaginator.js.map +1 -0
  234. package/dist-cjs/pagination/GetMetricDataPaginator.js +46 -0
  235. package/dist-cjs/pagination/GetMetricDataPaginator.js.map +1 -0
  236. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  237. package/dist-cjs/pagination/Interfaces.js.map +1 -0
  238. package/dist-cjs/pagination/ListAgentStatusesPaginator.js +46 -0
  239. package/dist-cjs/pagination/ListAgentStatusesPaginator.js.map +1 -0
  240. package/dist-cjs/pagination/ListApprovedOriginsPaginator.js +46 -0
  241. package/dist-cjs/pagination/ListApprovedOriginsPaginator.js.map +1 -0
  242. package/dist-cjs/pagination/ListBotsPaginator.js +46 -0
  243. package/dist-cjs/pagination/ListBotsPaginator.js.map +1 -0
  244. package/dist-cjs/pagination/ListContactFlowsPaginator.js +46 -0
  245. package/dist-cjs/pagination/ListContactFlowsPaginator.js.map +1 -0
  246. package/dist-cjs/pagination/ListHoursOfOperationsPaginator.js +46 -0
  247. package/dist-cjs/pagination/ListHoursOfOperationsPaginator.js.map +1 -0
  248. package/dist-cjs/pagination/ListInstanceAttributesPaginator.js +46 -0
  249. package/dist-cjs/pagination/ListInstanceAttributesPaginator.js.map +1 -0
  250. package/dist-cjs/pagination/ListInstanceStorageConfigsPaginator.js +46 -0
  251. package/dist-cjs/pagination/ListInstanceStorageConfigsPaginator.js.map +1 -0
  252. package/dist-cjs/pagination/ListInstancesPaginator.js +46 -0
  253. package/dist-cjs/pagination/ListInstancesPaginator.js.map +1 -0
  254. package/dist-cjs/pagination/ListIntegrationAssociationsPaginator.js +46 -0
  255. package/dist-cjs/pagination/ListIntegrationAssociationsPaginator.js.map +1 -0
  256. package/dist-cjs/pagination/ListLambdaFunctionsPaginator.js +46 -0
  257. package/dist-cjs/pagination/ListLambdaFunctionsPaginator.js.map +1 -0
  258. package/dist-cjs/pagination/ListLexBotsPaginator.js +46 -0
  259. package/dist-cjs/pagination/ListLexBotsPaginator.js.map +1 -0
  260. package/dist-cjs/pagination/ListPhoneNumbersPaginator.js +46 -0
  261. package/dist-cjs/pagination/ListPhoneNumbersPaginator.js.map +1 -0
  262. package/dist-cjs/pagination/ListPromptsPaginator.js +46 -0
  263. package/dist-cjs/pagination/ListPromptsPaginator.js.map +1 -0
  264. package/dist-cjs/pagination/ListQueueQuickConnectsPaginator.js +46 -0
  265. package/dist-cjs/pagination/ListQueueQuickConnectsPaginator.js.map +1 -0
  266. package/dist-cjs/pagination/ListQueuesPaginator.js +46 -0
  267. package/dist-cjs/pagination/ListQueuesPaginator.js.map +1 -0
  268. package/dist-cjs/pagination/ListQuickConnectsPaginator.js +46 -0
  269. package/dist-cjs/pagination/ListQuickConnectsPaginator.js.map +1 -0
  270. package/dist-cjs/pagination/ListRoutingProfileQueuesPaginator.js +46 -0
  271. package/dist-cjs/pagination/ListRoutingProfileQueuesPaginator.js.map +1 -0
  272. package/dist-cjs/pagination/ListRoutingProfilesPaginator.js +46 -0
  273. package/dist-cjs/pagination/ListRoutingProfilesPaginator.js.map +1 -0
  274. package/dist-cjs/pagination/ListSecurityKeysPaginator.js +46 -0
  275. package/dist-cjs/pagination/ListSecurityKeysPaginator.js.map +1 -0
  276. package/dist-cjs/pagination/ListSecurityProfilesPaginator.js +46 -0
  277. package/dist-cjs/pagination/ListSecurityProfilesPaginator.js.map +1 -0
  278. package/dist-cjs/pagination/ListUseCasesPaginator.js +46 -0
  279. package/dist-cjs/pagination/ListUseCasesPaginator.js.map +1 -0
  280. package/dist-cjs/pagination/ListUserHierarchyGroupsPaginator.js +46 -0
  281. package/dist-cjs/pagination/ListUserHierarchyGroupsPaginator.js.map +1 -0
  282. package/dist-cjs/pagination/ListUsersPaginator.js +46 -0
  283. package/dist-cjs/pagination/ListUsersPaginator.js.map +1 -0
  284. package/dist-cjs/protocols/Aws_restJson1.js +14366 -0
  285. package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
  286. package/dist-cjs/runtimeConfig.browser.js +42 -0
  287. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  288. package/dist-cjs/runtimeConfig.js +47 -0
  289. package/dist-cjs/runtimeConfig.js.map +1 -0
  290. package/dist-cjs/runtimeConfig.native.js +20 -0
  291. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  292. package/dist-cjs/runtimeConfig.shared.js +21 -0
  293. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  294. package/dist-es/Connect.js +1646 -0
  295. package/dist-es/Connect.js.map +1 -0
  296. package/dist-es/ConnectClient.js +38 -0
  297. package/dist-es/ConnectClient.js.map +1 -0
  298. package/dist-es/commands/AssociateApprovedOriginCommand.js +40 -0
  299. package/dist-es/commands/AssociateApprovedOriginCommand.js.map +1 -0
  300. package/dist-es/commands/AssociateBotCommand.js +40 -0
  301. package/dist-es/commands/AssociateBotCommand.js.map +1 -0
  302. package/dist-es/commands/AssociateInstanceStorageConfigCommand.js +40 -0
  303. package/dist-es/commands/AssociateInstanceStorageConfigCommand.js.map +1 -0
  304. package/dist-es/commands/AssociateLambdaFunctionCommand.js +40 -0
  305. package/dist-es/commands/AssociateLambdaFunctionCommand.js.map +1 -0
  306. package/dist-es/commands/AssociateLexBotCommand.js +40 -0
  307. package/dist-es/commands/AssociateLexBotCommand.js.map +1 -0
  308. package/dist-es/commands/AssociateQueueQuickConnectsCommand.js +40 -0
  309. package/dist-es/commands/AssociateQueueQuickConnectsCommand.js.map +1 -0
  310. package/dist-es/commands/AssociateRoutingProfileQueuesCommand.js +40 -0
  311. package/dist-es/commands/AssociateRoutingProfileQueuesCommand.js.map +1 -0
  312. package/dist-es/commands/AssociateSecurityKeyCommand.js +40 -0
  313. package/dist-es/commands/AssociateSecurityKeyCommand.js.map +1 -0
  314. package/dist-es/commands/CreateAgentStatusCommand.js +40 -0
  315. package/dist-es/commands/CreateAgentStatusCommand.js.map +1 -0
  316. package/dist-es/commands/CreateContactFlowCommand.js +40 -0
  317. package/dist-es/commands/CreateContactFlowCommand.js.map +1 -0
  318. package/dist-es/commands/CreateHoursOfOperationCommand.js +40 -0
  319. package/dist-es/commands/CreateHoursOfOperationCommand.js.map +1 -0
  320. package/dist-es/commands/CreateInstanceCommand.js +40 -0
  321. package/dist-es/commands/CreateInstanceCommand.js.map +1 -0
  322. package/dist-es/commands/CreateIntegrationAssociationCommand.js +40 -0
  323. package/dist-es/commands/CreateIntegrationAssociationCommand.js.map +1 -0
  324. package/dist-es/commands/CreateQueueCommand.js +40 -0
  325. package/dist-es/commands/CreateQueueCommand.js.map +1 -0
  326. package/dist-es/commands/CreateQuickConnectCommand.js +40 -0
  327. package/dist-es/commands/CreateQuickConnectCommand.js.map +1 -0
  328. package/dist-es/commands/CreateRoutingProfileCommand.js +40 -0
  329. package/dist-es/commands/CreateRoutingProfileCommand.js.map +1 -0
  330. package/dist-es/commands/CreateUseCaseCommand.js +40 -0
  331. package/dist-es/commands/CreateUseCaseCommand.js.map +1 -0
  332. package/dist-es/commands/CreateUserCommand.js +40 -0
  333. package/dist-es/commands/CreateUserCommand.js.map +1 -0
  334. package/dist-es/commands/CreateUserHierarchyGroupCommand.js +40 -0
  335. package/dist-es/commands/CreateUserHierarchyGroupCommand.js.map +1 -0
  336. package/dist-es/commands/DeleteHoursOfOperationCommand.js +40 -0
  337. package/dist-es/commands/DeleteHoursOfOperationCommand.js.map +1 -0
  338. package/dist-es/commands/DeleteInstanceCommand.js +40 -0
  339. package/dist-es/commands/DeleteInstanceCommand.js.map +1 -0
  340. package/dist-es/commands/DeleteIntegrationAssociationCommand.js +40 -0
  341. package/dist-es/commands/DeleteIntegrationAssociationCommand.js.map +1 -0
  342. package/dist-es/commands/DeleteQuickConnectCommand.js +40 -0
  343. package/dist-es/commands/DeleteQuickConnectCommand.js.map +1 -0
  344. package/dist-es/commands/DeleteUseCaseCommand.js +40 -0
  345. package/dist-es/commands/DeleteUseCaseCommand.js.map +1 -0
  346. package/dist-es/commands/DeleteUserCommand.js +40 -0
  347. package/dist-es/commands/DeleteUserCommand.js.map +1 -0
  348. package/dist-es/commands/DeleteUserHierarchyGroupCommand.js +40 -0
  349. package/dist-es/commands/DeleteUserHierarchyGroupCommand.js.map +1 -0
  350. package/dist-es/commands/DescribeAgentStatusCommand.js +40 -0
  351. package/dist-es/commands/DescribeAgentStatusCommand.js.map +1 -0
  352. package/dist-es/commands/DescribeContactFlowCommand.js +40 -0
  353. package/dist-es/commands/DescribeContactFlowCommand.js.map +1 -0
  354. package/dist-es/commands/DescribeHoursOfOperationCommand.js +40 -0
  355. package/dist-es/commands/DescribeHoursOfOperationCommand.js.map +1 -0
  356. package/dist-es/commands/DescribeInstanceAttributeCommand.js +40 -0
  357. package/dist-es/commands/DescribeInstanceAttributeCommand.js.map +1 -0
  358. package/dist-es/commands/DescribeInstanceCommand.js +40 -0
  359. package/dist-es/commands/DescribeInstanceCommand.js.map +1 -0
  360. package/dist-es/commands/DescribeInstanceStorageConfigCommand.js +40 -0
  361. package/dist-es/commands/DescribeInstanceStorageConfigCommand.js.map +1 -0
  362. package/dist-es/commands/DescribeQueueCommand.js +40 -0
  363. package/dist-es/commands/DescribeQueueCommand.js.map +1 -0
  364. package/dist-es/commands/DescribeQuickConnectCommand.js +40 -0
  365. package/dist-es/commands/DescribeQuickConnectCommand.js.map +1 -0
  366. package/dist-es/commands/DescribeRoutingProfileCommand.js +40 -0
  367. package/dist-es/commands/DescribeRoutingProfileCommand.js.map +1 -0
  368. package/dist-es/commands/DescribeUserCommand.js +40 -0
  369. package/dist-es/commands/DescribeUserCommand.js.map +1 -0
  370. package/dist-es/commands/DescribeUserHierarchyGroupCommand.js +40 -0
  371. package/dist-es/commands/DescribeUserHierarchyGroupCommand.js.map +1 -0
  372. package/dist-es/commands/DescribeUserHierarchyStructureCommand.js +40 -0
  373. package/dist-es/commands/DescribeUserHierarchyStructureCommand.js.map +1 -0
  374. package/dist-es/commands/DisassociateApprovedOriginCommand.js +40 -0
  375. package/dist-es/commands/DisassociateApprovedOriginCommand.js.map +1 -0
  376. package/dist-es/commands/DisassociateBotCommand.js +40 -0
  377. package/dist-es/commands/DisassociateBotCommand.js.map +1 -0
  378. package/dist-es/commands/DisassociateInstanceStorageConfigCommand.js +40 -0
  379. package/dist-es/commands/DisassociateInstanceStorageConfigCommand.js.map +1 -0
  380. package/dist-es/commands/DisassociateLambdaFunctionCommand.js +40 -0
  381. package/dist-es/commands/DisassociateLambdaFunctionCommand.js.map +1 -0
  382. package/dist-es/commands/DisassociateLexBotCommand.js +40 -0
  383. package/dist-es/commands/DisassociateLexBotCommand.js.map +1 -0
  384. package/dist-es/commands/DisassociateQueueQuickConnectsCommand.js +40 -0
  385. package/dist-es/commands/DisassociateQueueQuickConnectsCommand.js.map +1 -0
  386. package/dist-es/commands/DisassociateRoutingProfileQueuesCommand.js +40 -0
  387. package/dist-es/commands/DisassociateRoutingProfileQueuesCommand.js.map +1 -0
  388. package/dist-es/commands/DisassociateSecurityKeyCommand.js +40 -0
  389. package/dist-es/commands/DisassociateSecurityKeyCommand.js.map +1 -0
  390. package/dist-es/commands/GetContactAttributesCommand.js +40 -0
  391. package/dist-es/commands/GetContactAttributesCommand.js.map +1 -0
  392. package/dist-es/commands/GetCurrentMetricDataCommand.js +40 -0
  393. package/dist-es/commands/GetCurrentMetricDataCommand.js.map +1 -0
  394. package/dist-es/commands/GetFederationTokenCommand.js +40 -0
  395. package/dist-es/commands/GetFederationTokenCommand.js.map +1 -0
  396. package/dist-es/commands/GetMetricDataCommand.js +40 -0
  397. package/dist-es/commands/GetMetricDataCommand.js.map +1 -0
  398. package/dist-es/commands/ListAgentStatusesCommand.js +40 -0
  399. package/dist-es/commands/ListAgentStatusesCommand.js.map +1 -0
  400. package/dist-es/commands/ListApprovedOriginsCommand.js +40 -0
  401. package/dist-es/commands/ListApprovedOriginsCommand.js.map +1 -0
  402. package/dist-es/commands/ListBotsCommand.js +40 -0
  403. package/dist-es/commands/ListBotsCommand.js.map +1 -0
  404. package/dist-es/commands/ListContactFlowsCommand.js +40 -0
  405. package/dist-es/commands/ListContactFlowsCommand.js.map +1 -0
  406. package/dist-es/commands/ListHoursOfOperationsCommand.js +40 -0
  407. package/dist-es/commands/ListHoursOfOperationsCommand.js.map +1 -0
  408. package/dist-es/commands/ListInstanceAttributesCommand.js +40 -0
  409. package/dist-es/commands/ListInstanceAttributesCommand.js.map +1 -0
  410. package/dist-es/commands/ListInstanceStorageConfigsCommand.js +40 -0
  411. package/dist-es/commands/ListInstanceStorageConfigsCommand.js.map +1 -0
  412. package/dist-es/commands/ListInstancesCommand.js +40 -0
  413. package/dist-es/commands/ListInstancesCommand.js.map +1 -0
  414. package/dist-es/commands/ListIntegrationAssociationsCommand.js +40 -0
  415. package/dist-es/commands/ListIntegrationAssociationsCommand.js.map +1 -0
  416. package/dist-es/commands/ListLambdaFunctionsCommand.js +40 -0
  417. package/dist-es/commands/ListLambdaFunctionsCommand.js.map +1 -0
  418. package/dist-es/commands/ListLexBotsCommand.js +40 -0
  419. package/dist-es/commands/ListLexBotsCommand.js.map +1 -0
  420. package/dist-es/commands/ListPhoneNumbersCommand.js +40 -0
  421. package/dist-es/commands/ListPhoneNumbersCommand.js.map +1 -0
  422. package/dist-es/commands/ListPromptsCommand.js +40 -0
  423. package/dist-es/commands/ListPromptsCommand.js.map +1 -0
  424. package/dist-es/commands/ListQueueQuickConnectsCommand.js +40 -0
  425. package/dist-es/commands/ListQueueQuickConnectsCommand.js.map +1 -0
  426. package/dist-es/commands/ListQueuesCommand.js +40 -0
  427. package/dist-es/commands/ListQueuesCommand.js.map +1 -0
  428. package/dist-es/commands/ListQuickConnectsCommand.js +40 -0
  429. package/dist-es/commands/ListQuickConnectsCommand.js.map +1 -0
  430. package/dist-es/commands/ListRoutingProfileQueuesCommand.js +40 -0
  431. package/dist-es/commands/ListRoutingProfileQueuesCommand.js.map +1 -0
  432. package/dist-es/commands/ListRoutingProfilesCommand.js +40 -0
  433. package/dist-es/commands/ListRoutingProfilesCommand.js.map +1 -0
  434. package/dist-es/commands/ListSecurityKeysCommand.js +40 -0
  435. package/dist-es/commands/ListSecurityKeysCommand.js.map +1 -0
  436. package/dist-es/commands/ListSecurityProfilesCommand.js +40 -0
  437. package/dist-es/commands/ListSecurityProfilesCommand.js.map +1 -0
  438. package/dist-es/commands/ListTagsForResourceCommand.js +40 -0
  439. package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
  440. package/dist-es/commands/ListUseCasesCommand.js +40 -0
  441. package/dist-es/commands/ListUseCasesCommand.js.map +1 -0
  442. package/dist-es/commands/ListUserHierarchyGroupsCommand.js +40 -0
  443. package/dist-es/commands/ListUserHierarchyGroupsCommand.js.map +1 -0
  444. package/dist-es/commands/ListUsersCommand.js +40 -0
  445. package/dist-es/commands/ListUsersCommand.js.map +1 -0
  446. package/dist-es/commands/ResumeContactRecordingCommand.js +40 -0
  447. package/dist-es/commands/ResumeContactRecordingCommand.js.map +1 -0
  448. package/dist-es/commands/StartChatContactCommand.js +40 -0
  449. package/dist-es/commands/StartChatContactCommand.js.map +1 -0
  450. package/dist-es/commands/StartContactRecordingCommand.js +40 -0
  451. package/dist-es/commands/StartContactRecordingCommand.js.map +1 -0
  452. package/dist-es/commands/StartOutboundVoiceContactCommand.js +40 -0
  453. package/dist-es/commands/StartOutboundVoiceContactCommand.js.map +1 -0
  454. package/dist-es/commands/StartTaskContactCommand.js +40 -0
  455. package/dist-es/commands/StartTaskContactCommand.js.map +1 -0
  456. package/dist-es/commands/StopContactCommand.js +40 -0
  457. package/dist-es/commands/StopContactCommand.js.map +1 -0
  458. package/dist-es/commands/StopContactRecordingCommand.js +40 -0
  459. package/dist-es/commands/StopContactRecordingCommand.js.map +1 -0
  460. package/dist-es/commands/SuspendContactRecordingCommand.js +40 -0
  461. package/dist-es/commands/SuspendContactRecordingCommand.js.map +1 -0
  462. package/dist-es/commands/TagResourceCommand.js +40 -0
  463. package/dist-es/commands/TagResourceCommand.js.map +1 -0
  464. package/dist-es/commands/UntagResourceCommand.js +40 -0
  465. package/dist-es/commands/UntagResourceCommand.js.map +1 -0
  466. package/dist-es/commands/UpdateAgentStatusCommand.js +40 -0
  467. package/dist-es/commands/UpdateAgentStatusCommand.js.map +1 -0
  468. package/dist-es/commands/UpdateContactAttributesCommand.js +40 -0
  469. package/dist-es/commands/UpdateContactAttributesCommand.js.map +1 -0
  470. package/dist-es/commands/UpdateContactFlowContentCommand.js +40 -0
  471. package/dist-es/commands/UpdateContactFlowContentCommand.js.map +1 -0
  472. package/dist-es/commands/UpdateContactFlowNameCommand.js +40 -0
  473. package/dist-es/commands/UpdateContactFlowNameCommand.js.map +1 -0
  474. package/dist-es/commands/UpdateHoursOfOperationCommand.js +40 -0
  475. package/dist-es/commands/UpdateHoursOfOperationCommand.js.map +1 -0
  476. package/dist-es/commands/UpdateInstanceAttributeCommand.js +40 -0
  477. package/dist-es/commands/UpdateInstanceAttributeCommand.js.map +1 -0
  478. package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +40 -0
  479. package/dist-es/commands/UpdateInstanceStorageConfigCommand.js.map +1 -0
  480. package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +40 -0
  481. package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js.map +1 -0
  482. package/dist-es/commands/UpdateQueueMaxContactsCommand.js +40 -0
  483. package/dist-es/commands/UpdateQueueMaxContactsCommand.js.map +1 -0
  484. package/dist-es/commands/UpdateQueueNameCommand.js +40 -0
  485. package/dist-es/commands/UpdateQueueNameCommand.js.map +1 -0
  486. package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +40 -0
  487. package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js.map +1 -0
  488. package/dist-es/commands/UpdateQueueStatusCommand.js +40 -0
  489. package/dist-es/commands/UpdateQueueStatusCommand.js.map +1 -0
  490. package/dist-es/commands/UpdateQuickConnectConfigCommand.js +40 -0
  491. package/dist-es/commands/UpdateQuickConnectConfigCommand.js.map +1 -0
  492. package/dist-es/commands/UpdateQuickConnectNameCommand.js +40 -0
  493. package/dist-es/commands/UpdateQuickConnectNameCommand.js.map +1 -0
  494. package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +40 -0
  495. package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js.map +1 -0
  496. package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +40 -0
  497. package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js.map +1 -0
  498. package/dist-es/commands/UpdateRoutingProfileNameCommand.js +40 -0
  499. package/dist-es/commands/UpdateRoutingProfileNameCommand.js.map +1 -0
  500. package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +40 -0
  501. package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js.map +1 -0
  502. package/dist-es/commands/UpdateUserHierarchyCommand.js +40 -0
  503. package/dist-es/commands/UpdateUserHierarchyCommand.js.map +1 -0
  504. package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +40 -0
  505. package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js.map +1 -0
  506. package/dist-es/commands/UpdateUserHierarchyStructureCommand.js +40 -0
  507. package/dist-es/commands/UpdateUserHierarchyStructureCommand.js.map +1 -0
  508. package/dist-es/commands/UpdateUserIdentityInfoCommand.js +40 -0
  509. package/dist-es/commands/UpdateUserIdentityInfoCommand.js.map +1 -0
  510. package/dist-es/commands/UpdateUserPhoneConfigCommand.js +40 -0
  511. package/dist-es/commands/UpdateUserPhoneConfigCommand.js.map +1 -0
  512. package/dist-es/commands/UpdateUserRoutingProfileCommand.js +40 -0
  513. package/dist-es/commands/UpdateUserRoutingProfileCommand.js.map +1 -0
  514. package/dist-es/commands/UpdateUserSecurityProfilesCommand.js +40 -0
  515. package/dist-es/commands/UpdateUserSecurityProfilesCommand.js.map +1 -0
  516. package/dist-es/endpoints.js +53 -0
  517. package/dist-es/endpoints.js.map +1 -0
  518. package/{dist/es → dist-es}/index.js +0 -0
  519. package/dist-es/index.js.map +1 -0
  520. package/{dist/es → dist-es}/models/index.js +0 -0
  521. package/dist-es/models/index.js.map +1 -0
  522. package/dist-es/models/models_0.js +1493 -0
  523. package/dist-es/models/models_0.js.map +1 -0
  524. package/dist-es/pagination/GetCurrentMetricDataPaginator.js +75 -0
  525. package/dist-es/pagination/GetCurrentMetricDataPaginator.js.map +1 -0
  526. package/dist-es/pagination/GetMetricDataPaginator.js +75 -0
  527. package/dist-es/pagination/GetMetricDataPaginator.js.map +1 -0
  528. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  529. package/dist-es/pagination/Interfaces.js.map +1 -0
  530. package/dist-es/pagination/ListAgentStatusesPaginator.js +75 -0
  531. package/dist-es/pagination/ListAgentStatusesPaginator.js.map +1 -0
  532. package/dist-es/pagination/ListApprovedOriginsPaginator.js +75 -0
  533. package/dist-es/pagination/ListApprovedOriginsPaginator.js.map +1 -0
  534. package/dist-es/pagination/ListBotsPaginator.js +75 -0
  535. package/dist-es/pagination/ListBotsPaginator.js.map +1 -0
  536. package/dist-es/pagination/ListContactFlowsPaginator.js +75 -0
  537. package/dist-es/pagination/ListContactFlowsPaginator.js.map +1 -0
  538. package/dist-es/pagination/ListHoursOfOperationsPaginator.js +75 -0
  539. package/dist-es/pagination/ListHoursOfOperationsPaginator.js.map +1 -0
  540. package/dist-es/pagination/ListInstanceAttributesPaginator.js +75 -0
  541. package/dist-es/pagination/ListInstanceAttributesPaginator.js.map +1 -0
  542. package/dist-es/pagination/ListInstanceStorageConfigsPaginator.js +75 -0
  543. package/dist-es/pagination/ListInstanceStorageConfigsPaginator.js.map +1 -0
  544. package/dist-es/pagination/ListInstancesPaginator.js +75 -0
  545. package/dist-es/pagination/ListInstancesPaginator.js.map +1 -0
  546. package/dist-es/pagination/ListIntegrationAssociationsPaginator.js +75 -0
  547. package/dist-es/pagination/ListIntegrationAssociationsPaginator.js.map +1 -0
  548. package/dist-es/pagination/ListLambdaFunctionsPaginator.js +75 -0
  549. package/dist-es/pagination/ListLambdaFunctionsPaginator.js.map +1 -0
  550. package/dist-es/pagination/ListLexBotsPaginator.js +75 -0
  551. package/dist-es/pagination/ListLexBotsPaginator.js.map +1 -0
  552. package/dist-es/pagination/ListPhoneNumbersPaginator.js +75 -0
  553. package/dist-es/pagination/ListPhoneNumbersPaginator.js.map +1 -0
  554. package/dist-es/pagination/ListPromptsPaginator.js +75 -0
  555. package/dist-es/pagination/ListPromptsPaginator.js.map +1 -0
  556. package/dist-es/pagination/ListQueueQuickConnectsPaginator.js +75 -0
  557. package/dist-es/pagination/ListQueueQuickConnectsPaginator.js.map +1 -0
  558. package/dist-es/pagination/ListQueuesPaginator.js +75 -0
  559. package/dist-es/pagination/ListQueuesPaginator.js.map +1 -0
  560. package/dist-es/pagination/ListQuickConnectsPaginator.js +75 -0
  561. package/dist-es/pagination/ListQuickConnectsPaginator.js.map +1 -0
  562. package/dist-es/pagination/ListRoutingProfileQueuesPaginator.js +75 -0
  563. package/dist-es/pagination/ListRoutingProfileQueuesPaginator.js.map +1 -0
  564. package/dist-es/pagination/ListRoutingProfilesPaginator.js +75 -0
  565. package/dist-es/pagination/ListRoutingProfilesPaginator.js.map +1 -0
  566. package/dist-es/pagination/ListSecurityKeysPaginator.js +75 -0
  567. package/dist-es/pagination/ListSecurityKeysPaginator.js.map +1 -0
  568. package/dist-es/pagination/ListSecurityProfilesPaginator.js +75 -0
  569. package/dist-es/pagination/ListSecurityProfilesPaginator.js.map +1 -0
  570. package/dist-es/pagination/ListUseCasesPaginator.js +75 -0
  571. package/dist-es/pagination/ListUseCasesPaginator.js.map +1 -0
  572. package/dist-es/pagination/ListUserHierarchyGroupsPaginator.js +75 -0
  573. package/dist-es/pagination/ListUserHierarchyGroupsPaginator.js.map +1 -0
  574. package/dist-es/pagination/ListUsersPaginator.js +75 -0
  575. package/dist-es/pagination/ListUsersPaginator.js.map +1 -0
  576. package/dist-es/protocols/Aws_restJson1.js +15953 -0
  577. package/dist-es/protocols/Aws_restJson1.js.map +1 -0
  578. package/dist-es/runtimeConfig.browser.js +17 -0
  579. package/dist-es/runtimeConfig.browser.js.map +1 -0
  580. package/dist-es/runtimeConfig.js +22 -0
  581. package/dist-es/runtimeConfig.js.map +1 -0
  582. package/dist-es/runtimeConfig.native.js +9 -0
  583. package/dist-es/runtimeConfig.native.js.map +1 -0
  584. package/dist-es/runtimeConfig.shared.js +14 -0
  585. package/dist-es/runtimeConfig.shared.js.map +1 -0
  586. package/dist-types/Connect.d.ts +1008 -0
  587. package/dist-types/ConnectClient.d.ts +256 -0
  588. package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +36 -0
  589. package/dist-types/commands/AssociateBotCommand.d.ts +36 -0
  590. package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +41 -0
  591. package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +36 -0
  592. package/dist-types/commands/AssociateLexBotCommand.d.ts +36 -0
  593. package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +36 -0
  594. package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +35 -0
  595. package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +36 -0
  596. package/dist-types/commands/CreateAgentStatusCommand.d.ts +36 -0
  597. package/dist-types/commands/CreateContactFlowCommand.d.ts +37 -0
  598. package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +36 -0
  599. package/dist-types/commands/CreateInstanceCommand.d.ts +41 -0
  600. package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +35 -0
  601. package/dist-types/commands/CreateQueueCommand.d.ts +36 -0
  602. package/dist-types/commands/CreateQuickConnectCommand.d.ts +35 -0
  603. package/dist-types/commands/CreateRoutingProfileCommand.d.ts +35 -0
  604. package/dist-types/commands/CreateUseCaseCommand.d.ts +35 -0
  605. package/dist-types/commands/CreateUserCommand.d.ts +37 -0
  606. package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +35 -0
  607. package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +36 -0
  608. package/dist-types/commands/DeleteInstanceCommand.d.ts +39 -0
  609. package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +36 -0
  610. package/dist-types/commands/DeleteQuickConnectCommand.d.ts +35 -0
  611. package/dist-types/commands/DeleteUseCaseCommand.d.ts +35 -0
  612. package/dist-types/commands/DeleteUserCommand.d.ts +38 -0
  613. package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +36 -0
  614. package/dist-types/commands/DescribeAgentStatusCommand.d.ts +36 -0
  615. package/dist-types/commands/DescribeContactFlowCommand.d.ts +37 -0
  616. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +36 -0
  617. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +36 -0
  618. package/dist-types/commands/DescribeInstanceCommand.d.ts +40 -0
  619. package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +37 -0
  620. package/dist-types/commands/DescribeQueueCommand.d.ts +36 -0
  621. package/dist-types/commands/DescribeQuickConnectCommand.d.ts +35 -0
  622. package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +35 -0
  623. package/dist-types/commands/DescribeUserCommand.d.ts +37 -0
  624. package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +35 -0
  625. package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +35 -0
  626. package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +36 -0
  627. package/dist-types/commands/DisassociateBotCommand.d.ts +37 -0
  628. package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +37 -0
  629. package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +37 -0
  630. package/dist-types/commands/DisassociateLexBotCommand.d.ts +36 -0
  631. package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +36 -0
  632. package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +35 -0
  633. package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +36 -0
  634. package/dist-types/commands/GetContactAttributesCommand.d.ts +35 -0
  635. package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +37 -0
  636. package/dist-types/commands/GetFederationTokenCommand.d.ts +43 -0
  637. package/dist-types/commands/GetMetricDataCommand.d.ts +38 -0
  638. package/dist-types/commands/ListAgentStatusesCommand.d.ts +36 -0
  639. package/dist-types/commands/ListApprovedOriginsCommand.d.ts +36 -0
  640. package/dist-types/commands/ListBotsCommand.d.ts +37 -0
  641. package/dist-types/commands/ListContactFlowsCommand.d.ts +39 -0
  642. package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +37 -0
  643. package/dist-types/commands/ListInstanceAttributesCommand.d.ts +36 -0
  644. package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +38 -0
  645. package/dist-types/commands/ListInstancesCommand.d.ts +38 -0
  646. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +36 -0
  647. package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +37 -0
  648. package/dist-types/commands/ListLexBotsCommand.d.ts +37 -0
  649. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +37 -0
  650. package/dist-types/commands/ListPromptsCommand.d.ts +35 -0
  651. package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +36 -0
  652. package/dist-types/commands/ListQueuesCommand.d.ts +41 -0
  653. package/dist-types/commands/ListQuickConnectsCommand.d.ts +35 -0
  654. package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +35 -0
  655. package/dist-types/commands/ListRoutingProfilesCommand.d.ts +38 -0
  656. package/dist-types/commands/ListSecurityKeysCommand.d.ts +36 -0
  657. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +38 -0
  658. package/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
  659. package/dist-types/commands/ListUseCasesCommand.d.ts +35 -0
  660. package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +38 -0
  661. package/dist-types/commands/ListUsersCommand.d.ts +35 -0
  662. package/dist-types/commands/ResumeContactRecordingCommand.d.ts +38 -0
  663. package/dist-types/commands/StartChatContactCommand.d.ts +55 -0
  664. package/dist-types/commands/StartContactRecordingCommand.d.ts +42 -0
  665. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +53 -0
  666. package/dist-types/commands/StartTaskContactCommand.d.ts +35 -0
  667. package/dist-types/commands/StopContactCommand.d.ts +35 -0
  668. package/dist-types/commands/StopContactRecordingCommand.d.ts +41 -0
  669. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +40 -0
  670. package/dist-types/commands/TagResourceCommand.d.ts +39 -0
  671. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  672. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +36 -0
  673. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +54 -0
  674. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +37 -0
  675. package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +37 -0
  676. package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +36 -0
  677. package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +36 -0
  678. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +36 -0
  679. package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +36 -0
  680. package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +37 -0
  681. package/dist-types/commands/UpdateQueueNameCommand.d.ts +36 -0
  682. package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +37 -0
  683. package/dist-types/commands/UpdateQueueStatusCommand.d.ts +36 -0
  684. package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +35 -0
  685. package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +35 -0
  686. package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +36 -0
  687. package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +35 -0
  688. package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +36 -0
  689. package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +35 -0
  690. package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +35 -0
  691. package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +35 -0
  692. package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +35 -0
  693. package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +43 -0
  694. package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +35 -0
  695. package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +35 -0
  696. package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +35 -0
  697. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  698. package/{dist/types → dist-types}/index.d.ts +0 -0
  699. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  700. package/dist-types/models/models_0.d.ts +6152 -0
  701. package/dist-types/pagination/GetCurrentMetricDataPaginator.d.ts +4 -0
  702. package/dist-types/pagination/GetMetricDataPaginator.d.ts +4 -0
  703. package/dist-types/pagination/Interfaces.d.ts +6 -0
  704. package/dist-types/pagination/ListAgentStatusesPaginator.d.ts +4 -0
  705. package/dist-types/pagination/ListApprovedOriginsPaginator.d.ts +4 -0
  706. package/dist-types/pagination/ListBotsPaginator.d.ts +4 -0
  707. package/dist-types/pagination/ListContactFlowsPaginator.d.ts +4 -0
  708. package/dist-types/pagination/ListHoursOfOperationsPaginator.d.ts +4 -0
  709. package/dist-types/pagination/ListInstanceAttributesPaginator.d.ts +4 -0
  710. package/dist-types/pagination/ListInstanceStorageConfigsPaginator.d.ts +4 -0
  711. package/dist-types/pagination/ListInstancesPaginator.d.ts +4 -0
  712. package/dist-types/pagination/ListIntegrationAssociationsPaginator.d.ts +4 -0
  713. package/dist-types/pagination/ListLambdaFunctionsPaginator.d.ts +4 -0
  714. package/dist-types/pagination/ListLexBotsPaginator.d.ts +4 -0
  715. package/dist-types/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
  716. package/dist-types/pagination/ListPromptsPaginator.d.ts +4 -0
  717. package/dist-types/pagination/ListQueueQuickConnectsPaginator.d.ts +4 -0
  718. package/dist-types/pagination/ListQueuesPaginator.d.ts +4 -0
  719. package/dist-types/pagination/ListQuickConnectsPaginator.d.ts +4 -0
  720. package/dist-types/pagination/ListRoutingProfileQueuesPaginator.d.ts +4 -0
  721. package/dist-types/pagination/ListRoutingProfilesPaginator.d.ts +4 -0
  722. package/dist-types/pagination/ListSecurityKeysPaginator.d.ts +4 -0
  723. package/dist-types/pagination/ListSecurityProfilesPaginator.d.ts +4 -0
  724. package/dist-types/pagination/ListUseCasesPaginator.d.ts +4 -0
  725. package/dist-types/pagination/ListUserHierarchyGroupsPaginator.d.ts +4 -0
  726. package/dist-types/pagination/ListUsersPaginator.d.ts +4 -0
  727. package/dist-types/protocols/Aws_restJson1.d.ts +329 -0
  728. package/dist-types/runtimeConfig.browser.d.ts +37 -0
  729. package/dist-types/runtimeConfig.d.ts +37 -0
  730. package/dist-types/runtimeConfig.native.d.ts +36 -0
  731. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  732. package/dist-types/ts3.4/Connect.d.ts +1008 -0
  733. package/dist-types/ts3.4/ConnectClient.d.ts +256 -0
  734. package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +36 -0
  735. package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +36 -0
  736. package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +41 -0
  737. package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +36 -0
  738. package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +36 -0
  739. package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +36 -0
  740. package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +35 -0
  741. package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +36 -0
  742. package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +36 -0
  743. package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +37 -0
  744. package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +36 -0
  745. package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +41 -0
  746. package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +35 -0
  747. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +36 -0
  748. package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +35 -0
  749. package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +35 -0
  750. package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +35 -0
  751. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +37 -0
  752. package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +35 -0
  753. package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +36 -0
  754. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +39 -0
  755. package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +36 -0
  756. package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +35 -0
  757. package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +35 -0
  758. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +38 -0
  759. package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +36 -0
  760. package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +36 -0
  761. package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +37 -0
  762. package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +36 -0
  763. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +36 -0
  764. package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +40 -0
  765. package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +37 -0
  766. package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +36 -0
  767. package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +35 -0
  768. package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +35 -0
  769. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +37 -0
  770. package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +35 -0
  771. package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +35 -0
  772. package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +36 -0
  773. package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +37 -0
  774. package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +37 -0
  775. package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +37 -0
  776. package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +36 -0
  777. package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +36 -0
  778. package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +35 -0
  779. package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +36 -0
  780. package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +35 -0
  781. package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +37 -0
  782. package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +43 -0
  783. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +38 -0
  784. package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +36 -0
  785. package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +36 -0
  786. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +37 -0
  787. package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +39 -0
  788. package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +37 -0
  789. package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +36 -0
  790. package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +38 -0
  791. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +38 -0
  792. package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +36 -0
  793. package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +37 -0
  794. package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +37 -0
  795. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +37 -0
  796. package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +35 -0
  797. package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +36 -0
  798. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +41 -0
  799. package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +35 -0
  800. package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +35 -0
  801. package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +38 -0
  802. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +36 -0
  803. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +38 -0
  804. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +37 -0
  805. package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +35 -0
  806. package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +38 -0
  807. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +35 -0
  808. package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +38 -0
  809. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +55 -0
  810. package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +42 -0
  811. package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +53 -0
  812. package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +35 -0
  813. package/dist-types/ts3.4/commands/StopContactCommand.d.ts +35 -0
  814. package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +41 -0
  815. package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +40 -0
  816. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +39 -0
  817. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
  818. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +36 -0
  819. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +54 -0
  820. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +37 -0
  821. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +37 -0
  822. package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +36 -0
  823. package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +36 -0
  824. package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +36 -0
  825. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +36 -0
  826. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +37 -0
  827. package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +36 -0
  828. package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +37 -0
  829. package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +36 -0
  830. package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +35 -0
  831. package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +35 -0
  832. package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +36 -0
  833. package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +35 -0
  834. package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +36 -0
  835. package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +35 -0
  836. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +35 -0
  837. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +35 -0
  838. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +35 -0
  839. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +43 -0
  840. package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +35 -0
  841. package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +35 -0
  842. package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +35 -0
  843. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  844. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  845. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  846. package/dist-types/ts3.4/models/models_0.d.ts +6152 -0
  847. package/dist-types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +4 -0
  848. package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +4 -0
  849. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  850. package/dist-types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +4 -0
  851. package/dist-types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +4 -0
  852. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +4 -0
  853. package/dist-types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +4 -0
  854. package/dist-types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +4 -0
  855. package/dist-types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +4 -0
  856. package/dist-types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +4 -0
  857. package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +4 -0
  858. package/dist-types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +4 -0
  859. package/dist-types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +4 -0
  860. package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +4 -0
  861. package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
  862. package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +4 -0
  863. package/dist-types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +4 -0
  864. package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +4 -0
  865. package/dist-types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +4 -0
  866. package/dist-types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +4 -0
  867. package/dist-types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +4 -0
  868. package/dist-types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +4 -0
  869. package/dist-types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +4 -0
  870. package/dist-types/ts3.4/pagination/ListUseCasesPaginator.d.ts +4 -0
  871. package/dist-types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +4 -0
  872. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +4 -0
  873. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +329 -0
  874. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
  875. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  876. package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
  877. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  878. package/package.json +50 -50
  879. package/src/Connect.ts +4172 -0
  880. package/src/ConnectClient.ts +785 -0
  881. package/src/commands/AssociateApprovedOriginCommand.ts +96 -0
  882. package/src/commands/AssociateBotCommand.ts +96 -0
  883. package/src/commands/AssociateInstanceStorageConfigCommand.ts +109 -0
  884. package/src/commands/AssociateLambdaFunctionCommand.ts +96 -0
  885. package/src/commands/AssociateLexBotCommand.ts +96 -0
  886. package/src/commands/AssociateQueueQuickConnectsCommand.ts +99 -0
  887. package/src/commands/AssociateRoutingProfileQueuesCommand.ts +98 -0
  888. package/src/commands/AssociateSecurityKeyCommand.ts +96 -0
  889. package/src/commands/CreateAgentStatusCommand.ts +96 -0
  890. package/src/commands/CreateContactFlowCommand.ts +97 -0
  891. package/src/commands/CreateHoursOfOperationCommand.ts +96 -0
  892. package/src/commands/CreateInstanceCommand.ts +101 -0
  893. package/src/commands/CreateIntegrationAssociationCommand.ts +100 -0
  894. package/src/commands/CreateQueueCommand.ts +96 -0
  895. package/src/commands/CreateQuickConnectCommand.ts +95 -0
  896. package/src/commands/CreateRoutingProfileCommand.ts +95 -0
  897. package/src/commands/CreateUseCaseCommand.ts +95 -0
  898. package/src/commands/CreateUserCommand.ts +97 -0
  899. package/src/commands/CreateUserHierarchyGroupCommand.ts +95 -0
  900. package/src/commands/DeleteHoursOfOperationCommand.ts +96 -0
  901. package/src/commands/DeleteInstanceCommand.ts +99 -0
  902. package/src/commands/DeleteIntegrationAssociationCommand.ts +99 -0
  903. package/src/commands/DeleteQuickConnectCommand.ts +95 -0
  904. package/src/commands/DeleteUseCaseCommand.ts +95 -0
  905. package/src/commands/DeleteUserCommand.ts +98 -0
  906. package/src/commands/DeleteUserHierarchyGroupCommand.ts +96 -0
  907. package/src/commands/DescribeAgentStatusCommand.ts +96 -0
  908. package/src/commands/DescribeContactFlowCommand.ts +97 -0
  909. package/src/commands/DescribeHoursOfOperationCommand.ts +96 -0
  910. package/src/commands/DescribeInstanceAttributeCommand.ts +99 -0
  911. package/src/commands/DescribeInstanceCommand.ts +100 -0
  912. package/src/commands/DescribeInstanceStorageConfigCommand.ts +102 -0
  913. package/src/commands/DescribeQueueCommand.ts +96 -0
  914. package/src/commands/DescribeQuickConnectCommand.ts +95 -0
  915. package/src/commands/DescribeRoutingProfileCommand.ts +95 -0
  916. package/src/commands/DescribeUserCommand.ts +97 -0
  917. package/src/commands/DescribeUserHierarchyGroupCommand.ts +98 -0
  918. package/src/commands/DescribeUserHierarchyStructureCommand.ts +103 -0
  919. package/src/commands/DisassociateApprovedOriginCommand.ts +99 -0
  920. package/src/commands/DisassociateBotCommand.ts +97 -0
  921. package/src/commands/DisassociateInstanceStorageConfigCommand.ts +103 -0
  922. package/src/commands/DisassociateLambdaFunctionCommand.ts +100 -0
  923. package/src/commands/DisassociateLexBotCommand.ts +96 -0
  924. package/src/commands/DisassociateQueueQuickConnectsCommand.ts +102 -0
  925. package/src/commands/DisassociateRoutingProfileQueuesCommand.ts +101 -0
  926. package/src/commands/DisassociateSecurityKeyCommand.ts +96 -0
  927. package/src/commands/GetContactAttributesCommand.ts +95 -0
  928. package/src/commands/GetCurrentMetricDataCommand.ts +97 -0
  929. package/src/commands/GetFederationTokenCommand.ts +103 -0
  930. package/src/commands/GetMetricDataCommand.ts +98 -0
  931. package/src/commands/ListAgentStatusesCommand.ts +96 -0
  932. package/src/commands/ListApprovedOriginsCommand.ts +96 -0
  933. package/src/commands/ListBotsCommand.ts +97 -0
  934. package/src/commands/ListContactFlowsCommand.ts +99 -0
  935. package/src/commands/ListHoursOfOperationsCommand.ts +97 -0
  936. package/src/commands/ListInstanceAttributesCommand.ts +96 -0
  937. package/src/commands/ListInstanceStorageConfigsCommand.ts +101 -0
  938. package/src/commands/ListInstancesCommand.ts +98 -0
  939. package/src/commands/ListIntegrationAssociationsCommand.ts +101 -0
  940. package/src/commands/ListLambdaFunctionsCommand.ts +97 -0
  941. package/src/commands/ListLexBotsCommand.ts +97 -0
  942. package/src/commands/ListPhoneNumbersCommand.ts +97 -0
  943. package/src/commands/ListPromptsCommand.ts +95 -0
  944. package/src/commands/ListQueueQuickConnectsCommand.ts +96 -0
  945. package/src/commands/ListQueuesCommand.ts +101 -0
  946. package/src/commands/ListQuickConnectsCommand.ts +95 -0
  947. package/src/commands/ListRoutingProfileQueuesCommand.ts +95 -0
  948. package/src/commands/ListRoutingProfilesCommand.ts +98 -0
  949. package/src/commands/ListSecurityKeysCommand.ts +96 -0
  950. package/src/commands/ListSecurityProfilesCommand.ts +98 -0
  951. package/src/commands/ListTagsForResourceCommand.ts +97 -0
  952. package/src/commands/ListUseCasesCommand.ts +95 -0
  953. package/src/commands/ListUserHierarchyGroupsCommand.ts +98 -0
  954. package/src/commands/ListUsersCommand.ts +95 -0
  955. package/src/commands/ResumeContactRecordingCommand.ts +98 -0
  956. package/src/commands/StartChatContactCommand.ts +115 -0
  957. package/src/commands/StartContactRecordingCommand.ts +102 -0
  958. package/src/commands/StartOutboundVoiceContactCommand.ts +116 -0
  959. package/src/commands/StartTaskContactCommand.ts +95 -0
  960. package/src/commands/StopContactCommand.ts +95 -0
  961. package/src/commands/StopContactRecordingCommand.ts +101 -0
  962. package/src/commands/SuspendContactRecordingCommand.ts +100 -0
  963. package/src/commands/TagResourceCommand.ts +99 -0
  964. package/src/commands/UntagResourceCommand.ts +95 -0
  965. package/src/commands/UpdateAgentStatusCommand.ts +96 -0
  966. package/src/commands/UpdateContactAttributesCommand.ts +114 -0
  967. package/src/commands/UpdateContactFlowContentCommand.ts +97 -0
  968. package/src/commands/UpdateContactFlowNameCommand.ts +97 -0
  969. package/src/commands/UpdateHoursOfOperationCommand.ts +96 -0
  970. package/src/commands/UpdateInstanceAttributeCommand.ts +96 -0
  971. package/src/commands/UpdateInstanceStorageConfigCommand.ts +99 -0
  972. package/src/commands/UpdateQueueHoursOfOperationCommand.ts +99 -0
  973. package/src/commands/UpdateQueueMaxContactsCommand.ts +97 -0
  974. package/src/commands/UpdateQueueNameCommand.ts +96 -0
  975. package/src/commands/UpdateQueueOutboundCallerConfigCommand.ts +103 -0
  976. package/src/commands/UpdateQueueStatusCommand.ts +96 -0
  977. package/src/commands/UpdateQuickConnectConfigCommand.ts +95 -0
  978. package/src/commands/UpdateQuickConnectNameCommand.ts +95 -0
  979. package/src/commands/UpdateRoutingProfileConcurrencyCommand.ts +102 -0
  980. package/src/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts +105 -0
  981. package/src/commands/UpdateRoutingProfileNameCommand.ts +96 -0
  982. package/src/commands/UpdateRoutingProfileQueuesCommand.ts +98 -0
  983. package/src/commands/UpdateUserHierarchyCommand.ts +95 -0
  984. package/src/commands/UpdateUserHierarchyGroupNameCommand.ts +98 -0
  985. package/src/commands/UpdateUserHierarchyStructureCommand.ts +98 -0
  986. package/src/commands/UpdateUserIdentityInfoCommand.ts +103 -0
  987. package/src/commands/UpdateUserPhoneConfigCommand.ts +95 -0
  988. package/src/commands/UpdateUserRoutingProfileCommand.ts +95 -0
  989. package/src/commands/UpdateUserSecurityProfilesCommand.ts +98 -0
  990. package/src/endpoints.ts +57 -0
  991. package/{index.ts → src/index.ts} +0 -0
  992. package/{models → src/models}/index.ts +0 -0
  993. package/src/models/models_0.ts +7649 -0
  994. package/src/pagination/GetCurrentMetricDataPaginator.ts +59 -0
  995. package/src/pagination/GetMetricDataPaginator.ts +59 -0
  996. package/src/pagination/Interfaces.ts +8 -0
  997. package/src/pagination/ListAgentStatusesPaginator.ts +59 -0
  998. package/src/pagination/ListApprovedOriginsPaginator.ts +59 -0
  999. package/src/pagination/ListBotsPaginator.ts +55 -0
  1000. package/src/pagination/ListContactFlowsPaginator.ts +59 -0
  1001. package/src/pagination/ListHoursOfOperationsPaginator.ts +59 -0
  1002. package/src/pagination/ListInstanceAttributesPaginator.ts +59 -0
  1003. package/src/pagination/ListInstanceStorageConfigsPaginator.ts +59 -0
  1004. package/src/pagination/ListInstancesPaginator.ts +59 -0
  1005. package/src/pagination/ListIntegrationAssociationsPaginator.ts +59 -0
  1006. package/src/pagination/ListLambdaFunctionsPaginator.ts +59 -0
  1007. package/src/pagination/ListLexBotsPaginator.ts +55 -0
  1008. package/src/pagination/ListPhoneNumbersPaginator.ts +59 -0
  1009. package/src/pagination/ListPromptsPaginator.ts +55 -0
  1010. package/src/pagination/ListQueueQuickConnectsPaginator.ts +59 -0
  1011. package/src/pagination/ListQueuesPaginator.ts +55 -0
  1012. package/src/pagination/ListQuickConnectsPaginator.ts +59 -0
  1013. package/src/pagination/ListRoutingProfileQueuesPaginator.ts +59 -0
  1014. package/src/pagination/ListRoutingProfilesPaginator.ts +59 -0
  1015. package/src/pagination/ListSecurityKeysPaginator.ts +59 -0
  1016. package/src/pagination/ListSecurityProfilesPaginator.ts +59 -0
  1017. package/src/pagination/ListUseCasesPaginator.ts +59 -0
  1018. package/src/pagination/ListUserHierarchyGroupsPaginator.ts +59 -0
  1019. package/src/pagination/ListUsersPaginator.ts +55 -0
  1020. package/src/protocols/Aws_restJson1.ts +16228 -0
  1021. package/src/runtimeConfig.browser.ts +41 -0
  1022. package/src/runtimeConfig.native.ts +17 -0
  1023. package/src/runtimeConfig.shared.ts +17 -0
  1024. package/src/runtimeConfig.ts +46 -0
  1025. package/tsconfig.es.json +1 -3
  1026. package/tsconfig.json +7 -7
  1027. package/tsconfig.types.json +9 -0
  1028. package/Connect.ts +0 -4166
  1029. package/ConnectClient.ts +0 -784
  1030. package/commands/AssociateApprovedOriginCommand.ts +0 -95
  1031. package/commands/AssociateBotCommand.ts +0 -95
  1032. package/commands/AssociateInstanceStorageConfigCommand.ts +0 -108
  1033. package/commands/AssociateLambdaFunctionCommand.ts +0 -95
  1034. package/commands/AssociateLexBotCommand.ts +0 -95
  1035. package/commands/AssociateQueueQuickConnectsCommand.ts +0 -98
  1036. package/commands/AssociateRoutingProfileQueuesCommand.ts +0 -97
  1037. package/commands/AssociateSecurityKeyCommand.ts +0 -95
  1038. package/commands/CreateAgentStatusCommand.ts +0 -95
  1039. package/commands/CreateContactFlowCommand.ts +0 -96
  1040. package/commands/CreateHoursOfOperationCommand.ts +0 -95
  1041. package/commands/CreateInstanceCommand.ts +0 -100
  1042. package/commands/CreateIntegrationAssociationCommand.ts +0 -99
  1043. package/commands/CreateQueueCommand.ts +0 -95
  1044. package/commands/CreateQuickConnectCommand.ts +0 -94
  1045. package/commands/CreateRoutingProfileCommand.ts +0 -94
  1046. package/commands/CreateUseCaseCommand.ts +0 -94
  1047. package/commands/CreateUserCommand.ts +0 -96
  1048. package/commands/CreateUserHierarchyGroupCommand.ts +0 -94
  1049. package/commands/DeleteHoursOfOperationCommand.ts +0 -95
  1050. package/commands/DeleteInstanceCommand.ts +0 -98
  1051. package/commands/DeleteIntegrationAssociationCommand.ts +0 -98
  1052. package/commands/DeleteQuickConnectCommand.ts +0 -94
  1053. package/commands/DeleteUseCaseCommand.ts +0 -94
  1054. package/commands/DeleteUserCommand.ts +0 -97
  1055. package/commands/DeleteUserHierarchyGroupCommand.ts +0 -95
  1056. package/commands/DescribeAgentStatusCommand.ts +0 -95
  1057. package/commands/DescribeContactFlowCommand.ts +0 -96
  1058. package/commands/DescribeHoursOfOperationCommand.ts +0 -95
  1059. package/commands/DescribeInstanceAttributeCommand.ts +0 -98
  1060. package/commands/DescribeInstanceCommand.ts +0 -99
  1061. package/commands/DescribeInstanceStorageConfigCommand.ts +0 -101
  1062. package/commands/DescribeQueueCommand.ts +0 -95
  1063. package/commands/DescribeQuickConnectCommand.ts +0 -94
  1064. package/commands/DescribeRoutingProfileCommand.ts +0 -94
  1065. package/commands/DescribeUserCommand.ts +0 -96
  1066. package/commands/DescribeUserHierarchyGroupCommand.ts +0 -97
  1067. package/commands/DescribeUserHierarchyStructureCommand.ts +0 -102
  1068. package/commands/DisassociateApprovedOriginCommand.ts +0 -98
  1069. package/commands/DisassociateBotCommand.ts +0 -96
  1070. package/commands/DisassociateInstanceStorageConfigCommand.ts +0 -102
  1071. package/commands/DisassociateLambdaFunctionCommand.ts +0 -99
  1072. package/commands/DisassociateLexBotCommand.ts +0 -95
  1073. package/commands/DisassociateQueueQuickConnectsCommand.ts +0 -101
  1074. package/commands/DisassociateRoutingProfileQueuesCommand.ts +0 -100
  1075. package/commands/DisassociateSecurityKeyCommand.ts +0 -95
  1076. package/commands/GetContactAttributesCommand.ts +0 -94
  1077. package/commands/GetCurrentMetricDataCommand.ts +0 -96
  1078. package/commands/GetFederationTokenCommand.ts +0 -102
  1079. package/commands/GetMetricDataCommand.ts +0 -97
  1080. package/commands/ListAgentStatusesCommand.ts +0 -95
  1081. package/commands/ListApprovedOriginsCommand.ts +0 -95
  1082. package/commands/ListBotsCommand.ts +0 -96
  1083. package/commands/ListContactFlowsCommand.ts +0 -98
  1084. package/commands/ListHoursOfOperationsCommand.ts +0 -96
  1085. package/commands/ListInstanceAttributesCommand.ts +0 -95
  1086. package/commands/ListInstanceStorageConfigsCommand.ts +0 -100
  1087. package/commands/ListInstancesCommand.ts +0 -97
  1088. package/commands/ListIntegrationAssociationsCommand.ts +0 -100
  1089. package/commands/ListLambdaFunctionsCommand.ts +0 -96
  1090. package/commands/ListLexBotsCommand.ts +0 -96
  1091. package/commands/ListPhoneNumbersCommand.ts +0 -96
  1092. package/commands/ListPromptsCommand.ts +0 -94
  1093. package/commands/ListQueueQuickConnectsCommand.ts +0 -95
  1094. package/commands/ListQueuesCommand.ts +0 -100
  1095. package/commands/ListQuickConnectsCommand.ts +0 -94
  1096. package/commands/ListRoutingProfileQueuesCommand.ts +0 -94
  1097. package/commands/ListRoutingProfilesCommand.ts +0 -97
  1098. package/commands/ListSecurityKeysCommand.ts +0 -95
  1099. package/commands/ListSecurityProfilesCommand.ts +0 -97
  1100. package/commands/ListTagsForResourceCommand.ts +0 -96
  1101. package/commands/ListUseCasesCommand.ts +0 -94
  1102. package/commands/ListUserHierarchyGroupsCommand.ts +0 -97
  1103. package/commands/ListUsersCommand.ts +0 -94
  1104. package/commands/ResumeContactRecordingCommand.ts +0 -97
  1105. package/commands/StartChatContactCommand.ts +0 -114
  1106. package/commands/StartContactRecordingCommand.ts +0 -101
  1107. package/commands/StartOutboundVoiceContactCommand.ts +0 -110
  1108. package/commands/StartTaskContactCommand.ts +0 -94
  1109. package/commands/StopContactCommand.ts +0 -94
  1110. package/commands/StopContactRecordingCommand.ts +0 -100
  1111. package/commands/SuspendContactRecordingCommand.ts +0 -99
  1112. package/commands/TagResourceCommand.ts +0 -98
  1113. package/commands/UntagResourceCommand.ts +0 -94
  1114. package/commands/UpdateAgentStatusCommand.ts +0 -95
  1115. package/commands/UpdateContactAttributesCommand.ts +0 -113
  1116. package/commands/UpdateContactFlowContentCommand.ts +0 -96
  1117. package/commands/UpdateContactFlowNameCommand.ts +0 -96
  1118. package/commands/UpdateHoursOfOperationCommand.ts +0 -95
  1119. package/commands/UpdateInstanceAttributeCommand.ts +0 -95
  1120. package/commands/UpdateInstanceStorageConfigCommand.ts +0 -98
  1121. package/commands/UpdateQueueHoursOfOperationCommand.ts +0 -98
  1122. package/commands/UpdateQueueMaxContactsCommand.ts +0 -96
  1123. package/commands/UpdateQueueNameCommand.ts +0 -95
  1124. package/commands/UpdateQueueOutboundCallerConfigCommand.ts +0 -102
  1125. package/commands/UpdateQueueStatusCommand.ts +0 -95
  1126. package/commands/UpdateQuickConnectConfigCommand.ts +0 -94
  1127. package/commands/UpdateQuickConnectNameCommand.ts +0 -94
  1128. package/commands/UpdateRoutingProfileConcurrencyCommand.ts +0 -101
  1129. package/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts +0 -104
  1130. package/commands/UpdateRoutingProfileNameCommand.ts +0 -95
  1131. package/commands/UpdateRoutingProfileQueuesCommand.ts +0 -97
  1132. package/commands/UpdateUserHierarchyCommand.ts +0 -94
  1133. package/commands/UpdateUserHierarchyGroupNameCommand.ts +0 -97
  1134. package/commands/UpdateUserHierarchyStructureCommand.ts +0 -97
  1135. package/commands/UpdateUserIdentityInfoCommand.ts +0 -102
  1136. package/commands/UpdateUserPhoneConfigCommand.ts +0 -94
  1137. package/commands/UpdateUserRoutingProfileCommand.ts +0 -94
  1138. package/commands/UpdateUserSecurityProfilesCommand.ts +0 -97
  1139. package/dist/cjs/Connect.js +0 -1661
  1140. package/dist/cjs/Connect.js.map +0 -1
  1141. package/dist/cjs/ConnectClient.js +0 -59
  1142. package/dist/cjs/ConnectClient.js.map +0 -1
  1143. package/dist/cjs/commands/AssociateApprovedOriginCommand.js +0 -62
  1144. package/dist/cjs/commands/AssociateApprovedOriginCommand.js.map +0 -1
  1145. package/dist/cjs/commands/AssociateBotCommand.js +0 -62
  1146. package/dist/cjs/commands/AssociateBotCommand.js.map +0 -1
  1147. package/dist/cjs/commands/AssociateInstanceStorageConfigCommand.js +0 -67
  1148. package/dist/cjs/commands/AssociateInstanceStorageConfigCommand.js.map +0 -1
  1149. package/dist/cjs/commands/AssociateLambdaFunctionCommand.js +0 -62
  1150. package/dist/cjs/commands/AssociateLambdaFunctionCommand.js.map +0 -1
  1151. package/dist/cjs/commands/AssociateLexBotCommand.js +0 -62
  1152. package/dist/cjs/commands/AssociateLexBotCommand.js.map +0 -1
  1153. package/dist/cjs/commands/AssociateQueueQuickConnectsCommand.js +0 -62
  1154. package/dist/cjs/commands/AssociateQueueQuickConnectsCommand.js.map +0 -1
  1155. package/dist/cjs/commands/AssociateRoutingProfileQueuesCommand.js +0 -61
  1156. package/dist/cjs/commands/AssociateRoutingProfileQueuesCommand.js.map +0 -1
  1157. package/dist/cjs/commands/AssociateSecurityKeyCommand.js +0 -62
  1158. package/dist/cjs/commands/AssociateSecurityKeyCommand.js.map +0 -1
  1159. package/dist/cjs/commands/CreateAgentStatusCommand.js +0 -62
  1160. package/dist/cjs/commands/CreateAgentStatusCommand.js.map +0 -1
  1161. package/dist/cjs/commands/CreateContactFlowCommand.js +0 -63
  1162. package/dist/cjs/commands/CreateContactFlowCommand.js.map +0 -1
  1163. package/dist/cjs/commands/CreateHoursOfOperationCommand.js +0 -62
  1164. package/dist/cjs/commands/CreateHoursOfOperationCommand.js.map +0 -1
  1165. package/dist/cjs/commands/CreateInstanceCommand.js +0 -67
  1166. package/dist/cjs/commands/CreateInstanceCommand.js.map +0 -1
  1167. package/dist/cjs/commands/CreateIntegrationAssociationCommand.js +0 -61
  1168. package/dist/cjs/commands/CreateIntegrationAssociationCommand.js.map +0 -1
  1169. package/dist/cjs/commands/CreateQueueCommand.js +0 -62
  1170. package/dist/cjs/commands/CreateQueueCommand.js.map +0 -1
  1171. package/dist/cjs/commands/CreateQuickConnectCommand.js +0 -61
  1172. package/dist/cjs/commands/CreateQuickConnectCommand.js.map +0 -1
  1173. package/dist/cjs/commands/CreateRoutingProfileCommand.js +0 -61
  1174. package/dist/cjs/commands/CreateRoutingProfileCommand.js.map +0 -1
  1175. package/dist/cjs/commands/CreateUseCaseCommand.js +0 -61
  1176. package/dist/cjs/commands/CreateUseCaseCommand.js.map +0 -1
  1177. package/dist/cjs/commands/CreateUserCommand.js +0 -63
  1178. package/dist/cjs/commands/CreateUserCommand.js.map +0 -1
  1179. package/dist/cjs/commands/CreateUserHierarchyGroupCommand.js +0 -61
  1180. package/dist/cjs/commands/CreateUserHierarchyGroupCommand.js.map +0 -1
  1181. package/dist/cjs/commands/DeleteHoursOfOperationCommand.js +0 -62
  1182. package/dist/cjs/commands/DeleteHoursOfOperationCommand.js.map +0 -1
  1183. package/dist/cjs/commands/DeleteInstanceCommand.js +0 -65
  1184. package/dist/cjs/commands/DeleteInstanceCommand.js.map +0 -1
  1185. package/dist/cjs/commands/DeleteIntegrationAssociationCommand.js +0 -62
  1186. package/dist/cjs/commands/DeleteIntegrationAssociationCommand.js.map +0 -1
  1187. package/dist/cjs/commands/DeleteQuickConnectCommand.js +0 -61
  1188. package/dist/cjs/commands/DeleteQuickConnectCommand.js.map +0 -1
  1189. package/dist/cjs/commands/DeleteUseCaseCommand.js +0 -61
  1190. package/dist/cjs/commands/DeleteUseCaseCommand.js.map +0 -1
  1191. package/dist/cjs/commands/DeleteUserCommand.js +0 -64
  1192. package/dist/cjs/commands/DeleteUserCommand.js.map +0 -1
  1193. package/dist/cjs/commands/DeleteUserHierarchyGroupCommand.js +0 -62
  1194. package/dist/cjs/commands/DeleteUserHierarchyGroupCommand.js.map +0 -1
  1195. package/dist/cjs/commands/DescribeAgentStatusCommand.js +0 -62
  1196. package/dist/cjs/commands/DescribeAgentStatusCommand.js.map +0 -1
  1197. package/dist/cjs/commands/DescribeContactFlowCommand.js +0 -63
  1198. package/dist/cjs/commands/DescribeContactFlowCommand.js.map +0 -1
  1199. package/dist/cjs/commands/DescribeHoursOfOperationCommand.js +0 -62
  1200. package/dist/cjs/commands/DescribeHoursOfOperationCommand.js.map +0 -1
  1201. package/dist/cjs/commands/DescribeInstanceAttributeCommand.js +0 -62
  1202. package/dist/cjs/commands/DescribeInstanceAttributeCommand.js.map +0 -1
  1203. package/dist/cjs/commands/DescribeInstanceCommand.js +0 -66
  1204. package/dist/cjs/commands/DescribeInstanceCommand.js.map +0 -1
  1205. package/dist/cjs/commands/DescribeInstanceStorageConfigCommand.js +0 -63
  1206. package/dist/cjs/commands/DescribeInstanceStorageConfigCommand.js.map +0 -1
  1207. package/dist/cjs/commands/DescribeQueueCommand.js +0 -62
  1208. package/dist/cjs/commands/DescribeQueueCommand.js.map +0 -1
  1209. package/dist/cjs/commands/DescribeQuickConnectCommand.js +0 -61
  1210. package/dist/cjs/commands/DescribeQuickConnectCommand.js.map +0 -1
  1211. package/dist/cjs/commands/DescribeRoutingProfileCommand.js +0 -61
  1212. package/dist/cjs/commands/DescribeRoutingProfileCommand.js.map +0 -1
  1213. package/dist/cjs/commands/DescribeUserCommand.js +0 -63
  1214. package/dist/cjs/commands/DescribeUserCommand.js.map +0 -1
  1215. package/dist/cjs/commands/DescribeUserHierarchyGroupCommand.js +0 -61
  1216. package/dist/cjs/commands/DescribeUserHierarchyGroupCommand.js.map +0 -1
  1217. package/dist/cjs/commands/DescribeUserHierarchyStructureCommand.js +0 -61
  1218. package/dist/cjs/commands/DescribeUserHierarchyStructureCommand.js.map +0 -1
  1219. package/dist/cjs/commands/DisassociateApprovedOriginCommand.js +0 -62
  1220. package/dist/cjs/commands/DisassociateApprovedOriginCommand.js.map +0 -1
  1221. package/dist/cjs/commands/DisassociateBotCommand.js +0 -63
  1222. package/dist/cjs/commands/DisassociateBotCommand.js.map +0 -1
  1223. package/dist/cjs/commands/DisassociateInstanceStorageConfigCommand.js +0 -63
  1224. package/dist/cjs/commands/DisassociateInstanceStorageConfigCommand.js.map +0 -1
  1225. package/dist/cjs/commands/DisassociateLambdaFunctionCommand.js +0 -63
  1226. package/dist/cjs/commands/DisassociateLambdaFunctionCommand.js.map +0 -1
  1227. package/dist/cjs/commands/DisassociateLexBotCommand.js +0 -62
  1228. package/dist/cjs/commands/DisassociateLexBotCommand.js.map +0 -1
  1229. package/dist/cjs/commands/DisassociateQueueQuickConnectsCommand.js +0 -62
  1230. package/dist/cjs/commands/DisassociateQueueQuickConnectsCommand.js.map +0 -1
  1231. package/dist/cjs/commands/DisassociateRoutingProfileQueuesCommand.js +0 -61
  1232. package/dist/cjs/commands/DisassociateRoutingProfileQueuesCommand.js.map +0 -1
  1233. package/dist/cjs/commands/DisassociateSecurityKeyCommand.js +0 -62
  1234. package/dist/cjs/commands/DisassociateSecurityKeyCommand.js.map +0 -1
  1235. package/dist/cjs/commands/GetContactAttributesCommand.js +0 -61
  1236. package/dist/cjs/commands/GetContactAttributesCommand.js.map +0 -1
  1237. package/dist/cjs/commands/GetCurrentMetricDataCommand.js +0 -63
  1238. package/dist/cjs/commands/GetCurrentMetricDataCommand.js.map +0 -1
  1239. package/dist/cjs/commands/GetFederationTokenCommand.js +0 -69
  1240. package/dist/cjs/commands/GetFederationTokenCommand.js.map +0 -1
  1241. package/dist/cjs/commands/GetMetricDataCommand.js +0 -64
  1242. package/dist/cjs/commands/GetMetricDataCommand.js.map +0 -1
  1243. package/dist/cjs/commands/ListAgentStatusesCommand.js +0 -62
  1244. package/dist/cjs/commands/ListAgentStatusesCommand.js.map +0 -1
  1245. package/dist/cjs/commands/ListApprovedOriginsCommand.js +0 -62
  1246. package/dist/cjs/commands/ListApprovedOriginsCommand.js.map +0 -1
  1247. package/dist/cjs/commands/ListBotsCommand.js +0 -63
  1248. package/dist/cjs/commands/ListBotsCommand.js.map +0 -1
  1249. package/dist/cjs/commands/ListContactFlowsCommand.js +0 -65
  1250. package/dist/cjs/commands/ListContactFlowsCommand.js.map +0 -1
  1251. package/dist/cjs/commands/ListHoursOfOperationsCommand.js +0 -63
  1252. package/dist/cjs/commands/ListHoursOfOperationsCommand.js.map +0 -1
  1253. package/dist/cjs/commands/ListInstanceAttributesCommand.js +0 -62
  1254. package/dist/cjs/commands/ListInstanceAttributesCommand.js.map +0 -1
  1255. package/dist/cjs/commands/ListInstanceStorageConfigsCommand.js +0 -64
  1256. package/dist/cjs/commands/ListInstanceStorageConfigsCommand.js.map +0 -1
  1257. package/dist/cjs/commands/ListInstancesCommand.js +0 -64
  1258. package/dist/cjs/commands/ListInstancesCommand.js.map +0 -1
  1259. package/dist/cjs/commands/ListIntegrationAssociationsCommand.js +0 -62
  1260. package/dist/cjs/commands/ListIntegrationAssociationsCommand.js.map +0 -1
  1261. package/dist/cjs/commands/ListLambdaFunctionsCommand.js +0 -63
  1262. package/dist/cjs/commands/ListLambdaFunctionsCommand.js.map +0 -1
  1263. package/dist/cjs/commands/ListLexBotsCommand.js +0 -63
  1264. package/dist/cjs/commands/ListLexBotsCommand.js.map +0 -1
  1265. package/dist/cjs/commands/ListPhoneNumbersCommand.js +0 -63
  1266. package/dist/cjs/commands/ListPhoneNumbersCommand.js.map +0 -1
  1267. package/dist/cjs/commands/ListPromptsCommand.js +0 -61
  1268. package/dist/cjs/commands/ListPromptsCommand.js.map +0 -1
  1269. package/dist/cjs/commands/ListQueueQuickConnectsCommand.js +0 -62
  1270. package/dist/cjs/commands/ListQueueQuickConnectsCommand.js.map +0 -1
  1271. package/dist/cjs/commands/ListQueuesCommand.js +0 -67
  1272. package/dist/cjs/commands/ListQueuesCommand.js.map +0 -1
  1273. package/dist/cjs/commands/ListQuickConnectsCommand.js +0 -61
  1274. package/dist/cjs/commands/ListQuickConnectsCommand.js.map +0 -1
  1275. package/dist/cjs/commands/ListRoutingProfileQueuesCommand.js +0 -61
  1276. package/dist/cjs/commands/ListRoutingProfileQueuesCommand.js.map +0 -1
  1277. package/dist/cjs/commands/ListRoutingProfilesCommand.js +0 -64
  1278. package/dist/cjs/commands/ListRoutingProfilesCommand.js.map +0 -1
  1279. package/dist/cjs/commands/ListSecurityKeysCommand.js +0 -62
  1280. package/dist/cjs/commands/ListSecurityKeysCommand.js.map +0 -1
  1281. package/dist/cjs/commands/ListSecurityProfilesCommand.js +0 -64
  1282. package/dist/cjs/commands/ListSecurityProfilesCommand.js.map +0 -1
  1283. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -63
  1284. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  1285. package/dist/cjs/commands/ListUseCasesCommand.js +0 -61
  1286. package/dist/cjs/commands/ListUseCasesCommand.js.map +0 -1
  1287. package/dist/cjs/commands/ListUserHierarchyGroupsCommand.js +0 -64
  1288. package/dist/cjs/commands/ListUserHierarchyGroupsCommand.js.map +0 -1
  1289. package/dist/cjs/commands/ListUsersCommand.js +0 -61
  1290. package/dist/cjs/commands/ListUsersCommand.js.map +0 -1
  1291. package/dist/cjs/commands/ResumeContactRecordingCommand.js +0 -64
  1292. package/dist/cjs/commands/ResumeContactRecordingCommand.js.map +0 -1
  1293. package/dist/cjs/commands/StartChatContactCommand.js +0 -81
  1294. package/dist/cjs/commands/StartChatContactCommand.js.map +0 -1
  1295. package/dist/cjs/commands/StartContactRecordingCommand.js +0 -68
  1296. package/dist/cjs/commands/StartContactRecordingCommand.js.map +0 -1
  1297. package/dist/cjs/commands/StartOutboundVoiceContactCommand.js +0 -74
  1298. package/dist/cjs/commands/StartOutboundVoiceContactCommand.js.map +0 -1
  1299. package/dist/cjs/commands/StartTaskContactCommand.js +0 -61
  1300. package/dist/cjs/commands/StartTaskContactCommand.js.map +0 -1
  1301. package/dist/cjs/commands/StopContactCommand.js +0 -61
  1302. package/dist/cjs/commands/StopContactCommand.js.map +0 -1
  1303. package/dist/cjs/commands/StopContactRecordingCommand.js +0 -67
  1304. package/dist/cjs/commands/StopContactRecordingCommand.js.map +0 -1
  1305. package/dist/cjs/commands/SuspendContactRecordingCommand.js +0 -66
  1306. package/dist/cjs/commands/SuspendContactRecordingCommand.js.map +0 -1
  1307. package/dist/cjs/commands/TagResourceCommand.js +0 -65
  1308. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  1309. package/dist/cjs/commands/UntagResourceCommand.js +0 -61
  1310. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  1311. package/dist/cjs/commands/UpdateAgentStatusCommand.js +0 -62
  1312. package/dist/cjs/commands/UpdateAgentStatusCommand.js.map +0 -1
  1313. package/dist/cjs/commands/UpdateContactAttributesCommand.js +0 -80
  1314. package/dist/cjs/commands/UpdateContactAttributesCommand.js.map +0 -1
  1315. package/dist/cjs/commands/UpdateContactFlowContentCommand.js +0 -63
  1316. package/dist/cjs/commands/UpdateContactFlowContentCommand.js.map +0 -1
  1317. package/dist/cjs/commands/UpdateContactFlowNameCommand.js +0 -63
  1318. package/dist/cjs/commands/UpdateContactFlowNameCommand.js.map +0 -1
  1319. package/dist/cjs/commands/UpdateHoursOfOperationCommand.js +0 -62
  1320. package/dist/cjs/commands/UpdateHoursOfOperationCommand.js.map +0 -1
  1321. package/dist/cjs/commands/UpdateInstanceAttributeCommand.js +0 -62
  1322. package/dist/cjs/commands/UpdateInstanceAttributeCommand.js.map +0 -1
  1323. package/dist/cjs/commands/UpdateInstanceStorageConfigCommand.js +0 -62
  1324. package/dist/cjs/commands/UpdateInstanceStorageConfigCommand.js.map +0 -1
  1325. package/dist/cjs/commands/UpdateQueueHoursOfOperationCommand.js +0 -62
  1326. package/dist/cjs/commands/UpdateQueueHoursOfOperationCommand.js.map +0 -1
  1327. package/dist/cjs/commands/UpdateQueueMaxContactsCommand.js +0 -63
  1328. package/dist/cjs/commands/UpdateQueueMaxContactsCommand.js.map +0 -1
  1329. package/dist/cjs/commands/UpdateQueueNameCommand.js +0 -62
  1330. package/dist/cjs/commands/UpdateQueueNameCommand.js.map +0 -1
  1331. package/dist/cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +0 -63
  1332. package/dist/cjs/commands/UpdateQueueOutboundCallerConfigCommand.js.map +0 -1
  1333. package/dist/cjs/commands/UpdateQueueStatusCommand.js +0 -62
  1334. package/dist/cjs/commands/UpdateQueueStatusCommand.js.map +0 -1
  1335. package/dist/cjs/commands/UpdateQuickConnectConfigCommand.js +0 -61
  1336. package/dist/cjs/commands/UpdateQuickConnectConfigCommand.js.map +0 -1
  1337. package/dist/cjs/commands/UpdateQuickConnectNameCommand.js +0 -61
  1338. package/dist/cjs/commands/UpdateQuickConnectNameCommand.js.map +0 -1
  1339. package/dist/cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +0 -62
  1340. package/dist/cjs/commands/UpdateRoutingProfileConcurrencyCommand.js.map +0 -1
  1341. package/dist/cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +0 -61
  1342. package/dist/cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js.map +0 -1
  1343. package/dist/cjs/commands/UpdateRoutingProfileNameCommand.js +0 -62
  1344. package/dist/cjs/commands/UpdateRoutingProfileNameCommand.js.map +0 -1
  1345. package/dist/cjs/commands/UpdateRoutingProfileQueuesCommand.js +0 -61
  1346. package/dist/cjs/commands/UpdateRoutingProfileQueuesCommand.js.map +0 -1
  1347. package/dist/cjs/commands/UpdateUserHierarchyCommand.js +0 -61
  1348. package/dist/cjs/commands/UpdateUserHierarchyCommand.js.map +0 -1
  1349. package/dist/cjs/commands/UpdateUserHierarchyGroupNameCommand.js +0 -61
  1350. package/dist/cjs/commands/UpdateUserHierarchyGroupNameCommand.js.map +0 -1
  1351. package/dist/cjs/commands/UpdateUserHierarchyStructureCommand.js +0 -61
  1352. package/dist/cjs/commands/UpdateUserHierarchyStructureCommand.js.map +0 -1
  1353. package/dist/cjs/commands/UpdateUserIdentityInfoCommand.js +0 -69
  1354. package/dist/cjs/commands/UpdateUserIdentityInfoCommand.js.map +0 -1
  1355. package/dist/cjs/commands/UpdateUserPhoneConfigCommand.js +0 -61
  1356. package/dist/cjs/commands/UpdateUserPhoneConfigCommand.js.map +0 -1
  1357. package/dist/cjs/commands/UpdateUserRoutingProfileCommand.js +0 -61
  1358. package/dist/cjs/commands/UpdateUserRoutingProfileCommand.js.map +0 -1
  1359. package/dist/cjs/commands/UpdateUserSecurityProfilesCommand.js +0 -61
  1360. package/dist/cjs/commands/UpdateUserSecurityProfilesCommand.js.map +0 -1
  1361. package/dist/cjs/endpoints.js +0 -57
  1362. package/dist/cjs/endpoints.js.map +0 -1
  1363. package/dist/cjs/index.js +0 -142
  1364. package/dist/cjs/index.js.map +0 -1
  1365. package/dist/cjs/models/index.js +0 -5
  1366. package/dist/cjs/models/index.js.map +0 -1
  1367. package/dist/cjs/models/models_0.js +0 -2774
  1368. package/dist/cjs/models/models_0.js.map +0 -1
  1369. package/dist/cjs/package.json +0 -93
  1370. package/dist/cjs/pagination/GetCurrentMetricDataPaginator.js +0 -46
  1371. package/dist/cjs/pagination/GetCurrentMetricDataPaginator.js.map +0 -1
  1372. package/dist/cjs/pagination/GetMetricDataPaginator.js +0 -46
  1373. package/dist/cjs/pagination/GetMetricDataPaginator.js.map +0 -1
  1374. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  1375. package/dist/cjs/pagination/ListAgentStatusesPaginator.js +0 -46
  1376. package/dist/cjs/pagination/ListAgentStatusesPaginator.js.map +0 -1
  1377. package/dist/cjs/pagination/ListApprovedOriginsPaginator.js +0 -46
  1378. package/dist/cjs/pagination/ListApprovedOriginsPaginator.js.map +0 -1
  1379. package/dist/cjs/pagination/ListBotsPaginator.js +0 -46
  1380. package/dist/cjs/pagination/ListBotsPaginator.js.map +0 -1
  1381. package/dist/cjs/pagination/ListContactFlowsPaginator.js +0 -46
  1382. package/dist/cjs/pagination/ListContactFlowsPaginator.js.map +0 -1
  1383. package/dist/cjs/pagination/ListHoursOfOperationsPaginator.js +0 -46
  1384. package/dist/cjs/pagination/ListHoursOfOperationsPaginator.js.map +0 -1
  1385. package/dist/cjs/pagination/ListInstanceAttributesPaginator.js +0 -46
  1386. package/dist/cjs/pagination/ListInstanceAttributesPaginator.js.map +0 -1
  1387. package/dist/cjs/pagination/ListInstanceStorageConfigsPaginator.js +0 -46
  1388. package/dist/cjs/pagination/ListInstanceStorageConfigsPaginator.js.map +0 -1
  1389. package/dist/cjs/pagination/ListInstancesPaginator.js +0 -46
  1390. package/dist/cjs/pagination/ListInstancesPaginator.js.map +0 -1
  1391. package/dist/cjs/pagination/ListIntegrationAssociationsPaginator.js +0 -46
  1392. package/dist/cjs/pagination/ListIntegrationAssociationsPaginator.js.map +0 -1
  1393. package/dist/cjs/pagination/ListLambdaFunctionsPaginator.js +0 -46
  1394. package/dist/cjs/pagination/ListLambdaFunctionsPaginator.js.map +0 -1
  1395. package/dist/cjs/pagination/ListLexBotsPaginator.js +0 -46
  1396. package/dist/cjs/pagination/ListLexBotsPaginator.js.map +0 -1
  1397. package/dist/cjs/pagination/ListPhoneNumbersPaginator.js +0 -46
  1398. package/dist/cjs/pagination/ListPhoneNumbersPaginator.js.map +0 -1
  1399. package/dist/cjs/pagination/ListPromptsPaginator.js +0 -46
  1400. package/dist/cjs/pagination/ListPromptsPaginator.js.map +0 -1
  1401. package/dist/cjs/pagination/ListQueueQuickConnectsPaginator.js +0 -46
  1402. package/dist/cjs/pagination/ListQueueQuickConnectsPaginator.js.map +0 -1
  1403. package/dist/cjs/pagination/ListQueuesPaginator.js +0 -46
  1404. package/dist/cjs/pagination/ListQueuesPaginator.js.map +0 -1
  1405. package/dist/cjs/pagination/ListQuickConnectsPaginator.js +0 -46
  1406. package/dist/cjs/pagination/ListQuickConnectsPaginator.js.map +0 -1
  1407. package/dist/cjs/pagination/ListRoutingProfileQueuesPaginator.js +0 -46
  1408. package/dist/cjs/pagination/ListRoutingProfileQueuesPaginator.js.map +0 -1
  1409. package/dist/cjs/pagination/ListRoutingProfilesPaginator.js +0 -46
  1410. package/dist/cjs/pagination/ListRoutingProfilesPaginator.js.map +0 -1
  1411. package/dist/cjs/pagination/ListSecurityKeysPaginator.js +0 -46
  1412. package/dist/cjs/pagination/ListSecurityKeysPaginator.js.map +0 -1
  1413. package/dist/cjs/pagination/ListSecurityProfilesPaginator.js +0 -46
  1414. package/dist/cjs/pagination/ListSecurityProfilesPaginator.js.map +0 -1
  1415. package/dist/cjs/pagination/ListUseCasesPaginator.js +0 -46
  1416. package/dist/cjs/pagination/ListUseCasesPaginator.js.map +0 -1
  1417. package/dist/cjs/pagination/ListUserHierarchyGroupsPaginator.js +0 -46
  1418. package/dist/cjs/pagination/ListUserHierarchyGroupsPaginator.js.map +0 -1
  1419. package/dist/cjs/pagination/ListUsersPaginator.js +0 -46
  1420. package/dist/cjs/pagination/ListUsersPaginator.js.map +0 -1
  1421. package/dist/cjs/protocols/Aws_restJson1.js +0 -14349
  1422. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  1423. package/dist/cjs/runtimeConfig.browser.js +0 -41
  1424. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  1425. package/dist/cjs/runtimeConfig.js +0 -46
  1426. package/dist/cjs/runtimeConfig.js.map +0 -1
  1427. package/dist/cjs/runtimeConfig.native.js +0 -20
  1428. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  1429. package/dist/cjs/runtimeConfig.shared.js +0 -21
  1430. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  1431. package/dist/es/Connect.js +0 -1664
  1432. package/dist/es/Connect.js.map +0 -1
  1433. package/dist/es/ConnectClient.js +0 -61
  1434. package/dist/es/ConnectClient.js.map +0 -1
  1435. package/dist/es/commands/AssociateApprovedOriginCommand.js +0 -66
  1436. package/dist/es/commands/AssociateApprovedOriginCommand.js.map +0 -1
  1437. package/dist/es/commands/AssociateBotCommand.js +0 -66
  1438. package/dist/es/commands/AssociateBotCommand.js.map +0 -1
  1439. package/dist/es/commands/AssociateInstanceStorageConfigCommand.js +0 -71
  1440. package/dist/es/commands/AssociateInstanceStorageConfigCommand.js.map +0 -1
  1441. package/dist/es/commands/AssociateLambdaFunctionCommand.js +0 -66
  1442. package/dist/es/commands/AssociateLambdaFunctionCommand.js.map +0 -1
  1443. package/dist/es/commands/AssociateLexBotCommand.js +0 -66
  1444. package/dist/es/commands/AssociateLexBotCommand.js.map +0 -1
  1445. package/dist/es/commands/AssociateQueueQuickConnectsCommand.js +0 -66
  1446. package/dist/es/commands/AssociateQueueQuickConnectsCommand.js.map +0 -1
  1447. package/dist/es/commands/AssociateRoutingProfileQueuesCommand.js +0 -65
  1448. package/dist/es/commands/AssociateRoutingProfileQueuesCommand.js.map +0 -1
  1449. package/dist/es/commands/AssociateSecurityKeyCommand.js +0 -66
  1450. package/dist/es/commands/AssociateSecurityKeyCommand.js.map +0 -1
  1451. package/dist/es/commands/CreateAgentStatusCommand.js +0 -66
  1452. package/dist/es/commands/CreateAgentStatusCommand.js.map +0 -1
  1453. package/dist/es/commands/CreateContactFlowCommand.js +0 -67
  1454. package/dist/es/commands/CreateContactFlowCommand.js.map +0 -1
  1455. package/dist/es/commands/CreateHoursOfOperationCommand.js +0 -66
  1456. package/dist/es/commands/CreateHoursOfOperationCommand.js.map +0 -1
  1457. package/dist/es/commands/CreateInstanceCommand.js +0 -71
  1458. package/dist/es/commands/CreateInstanceCommand.js.map +0 -1
  1459. package/dist/es/commands/CreateIntegrationAssociationCommand.js +0 -65
  1460. package/dist/es/commands/CreateIntegrationAssociationCommand.js.map +0 -1
  1461. package/dist/es/commands/CreateQueueCommand.js +0 -66
  1462. package/dist/es/commands/CreateQueueCommand.js.map +0 -1
  1463. package/dist/es/commands/CreateQuickConnectCommand.js +0 -65
  1464. package/dist/es/commands/CreateQuickConnectCommand.js.map +0 -1
  1465. package/dist/es/commands/CreateRoutingProfileCommand.js +0 -65
  1466. package/dist/es/commands/CreateRoutingProfileCommand.js.map +0 -1
  1467. package/dist/es/commands/CreateUseCaseCommand.js +0 -65
  1468. package/dist/es/commands/CreateUseCaseCommand.js.map +0 -1
  1469. package/dist/es/commands/CreateUserCommand.js +0 -67
  1470. package/dist/es/commands/CreateUserCommand.js.map +0 -1
  1471. package/dist/es/commands/CreateUserHierarchyGroupCommand.js +0 -65
  1472. package/dist/es/commands/CreateUserHierarchyGroupCommand.js.map +0 -1
  1473. package/dist/es/commands/DeleteHoursOfOperationCommand.js +0 -66
  1474. package/dist/es/commands/DeleteHoursOfOperationCommand.js.map +0 -1
  1475. package/dist/es/commands/DeleteInstanceCommand.js +0 -69
  1476. package/dist/es/commands/DeleteInstanceCommand.js.map +0 -1
  1477. package/dist/es/commands/DeleteIntegrationAssociationCommand.js +0 -66
  1478. package/dist/es/commands/DeleteIntegrationAssociationCommand.js.map +0 -1
  1479. package/dist/es/commands/DeleteQuickConnectCommand.js +0 -65
  1480. package/dist/es/commands/DeleteQuickConnectCommand.js.map +0 -1
  1481. package/dist/es/commands/DeleteUseCaseCommand.js +0 -65
  1482. package/dist/es/commands/DeleteUseCaseCommand.js.map +0 -1
  1483. package/dist/es/commands/DeleteUserCommand.js +0 -68
  1484. package/dist/es/commands/DeleteUserCommand.js.map +0 -1
  1485. package/dist/es/commands/DeleteUserHierarchyGroupCommand.js +0 -66
  1486. package/dist/es/commands/DeleteUserHierarchyGroupCommand.js.map +0 -1
  1487. package/dist/es/commands/DescribeAgentStatusCommand.js +0 -66
  1488. package/dist/es/commands/DescribeAgentStatusCommand.js.map +0 -1
  1489. package/dist/es/commands/DescribeContactFlowCommand.js +0 -67
  1490. package/dist/es/commands/DescribeContactFlowCommand.js.map +0 -1
  1491. package/dist/es/commands/DescribeHoursOfOperationCommand.js +0 -66
  1492. package/dist/es/commands/DescribeHoursOfOperationCommand.js.map +0 -1
  1493. package/dist/es/commands/DescribeInstanceAttributeCommand.js +0 -66
  1494. package/dist/es/commands/DescribeInstanceAttributeCommand.js.map +0 -1
  1495. package/dist/es/commands/DescribeInstanceCommand.js +0 -70
  1496. package/dist/es/commands/DescribeInstanceCommand.js.map +0 -1
  1497. package/dist/es/commands/DescribeInstanceStorageConfigCommand.js +0 -67
  1498. package/dist/es/commands/DescribeInstanceStorageConfigCommand.js.map +0 -1
  1499. package/dist/es/commands/DescribeQueueCommand.js +0 -66
  1500. package/dist/es/commands/DescribeQueueCommand.js.map +0 -1
  1501. package/dist/es/commands/DescribeQuickConnectCommand.js +0 -65
  1502. package/dist/es/commands/DescribeQuickConnectCommand.js.map +0 -1
  1503. package/dist/es/commands/DescribeRoutingProfileCommand.js +0 -65
  1504. package/dist/es/commands/DescribeRoutingProfileCommand.js.map +0 -1
  1505. package/dist/es/commands/DescribeUserCommand.js +0 -67
  1506. package/dist/es/commands/DescribeUserCommand.js.map +0 -1
  1507. package/dist/es/commands/DescribeUserHierarchyGroupCommand.js +0 -65
  1508. package/dist/es/commands/DescribeUserHierarchyGroupCommand.js.map +0 -1
  1509. package/dist/es/commands/DescribeUserHierarchyStructureCommand.js +0 -65
  1510. package/dist/es/commands/DescribeUserHierarchyStructureCommand.js.map +0 -1
  1511. package/dist/es/commands/DisassociateApprovedOriginCommand.js +0 -66
  1512. package/dist/es/commands/DisassociateApprovedOriginCommand.js.map +0 -1
  1513. package/dist/es/commands/DisassociateBotCommand.js +0 -67
  1514. package/dist/es/commands/DisassociateBotCommand.js.map +0 -1
  1515. package/dist/es/commands/DisassociateInstanceStorageConfigCommand.js +0 -67
  1516. package/dist/es/commands/DisassociateInstanceStorageConfigCommand.js.map +0 -1
  1517. package/dist/es/commands/DisassociateLambdaFunctionCommand.js +0 -67
  1518. package/dist/es/commands/DisassociateLambdaFunctionCommand.js.map +0 -1
  1519. package/dist/es/commands/DisassociateLexBotCommand.js +0 -66
  1520. package/dist/es/commands/DisassociateLexBotCommand.js.map +0 -1
  1521. package/dist/es/commands/DisassociateQueueQuickConnectsCommand.js +0 -66
  1522. package/dist/es/commands/DisassociateQueueQuickConnectsCommand.js.map +0 -1
  1523. package/dist/es/commands/DisassociateRoutingProfileQueuesCommand.js +0 -65
  1524. package/dist/es/commands/DisassociateRoutingProfileQueuesCommand.js.map +0 -1
  1525. package/dist/es/commands/DisassociateSecurityKeyCommand.js +0 -66
  1526. package/dist/es/commands/DisassociateSecurityKeyCommand.js.map +0 -1
  1527. package/dist/es/commands/GetContactAttributesCommand.js +0 -65
  1528. package/dist/es/commands/GetContactAttributesCommand.js.map +0 -1
  1529. package/dist/es/commands/GetCurrentMetricDataCommand.js +0 -67
  1530. package/dist/es/commands/GetCurrentMetricDataCommand.js.map +0 -1
  1531. package/dist/es/commands/GetFederationTokenCommand.js +0 -73
  1532. package/dist/es/commands/GetFederationTokenCommand.js.map +0 -1
  1533. package/dist/es/commands/GetMetricDataCommand.js +0 -68
  1534. package/dist/es/commands/GetMetricDataCommand.js.map +0 -1
  1535. package/dist/es/commands/ListAgentStatusesCommand.js +0 -66
  1536. package/dist/es/commands/ListAgentStatusesCommand.js.map +0 -1
  1537. package/dist/es/commands/ListApprovedOriginsCommand.js +0 -66
  1538. package/dist/es/commands/ListApprovedOriginsCommand.js.map +0 -1
  1539. package/dist/es/commands/ListBotsCommand.js +0 -67
  1540. package/dist/es/commands/ListBotsCommand.js.map +0 -1
  1541. package/dist/es/commands/ListContactFlowsCommand.js +0 -69
  1542. package/dist/es/commands/ListContactFlowsCommand.js.map +0 -1
  1543. package/dist/es/commands/ListHoursOfOperationsCommand.js +0 -67
  1544. package/dist/es/commands/ListHoursOfOperationsCommand.js.map +0 -1
  1545. package/dist/es/commands/ListInstanceAttributesCommand.js +0 -66
  1546. package/dist/es/commands/ListInstanceAttributesCommand.js.map +0 -1
  1547. package/dist/es/commands/ListInstanceStorageConfigsCommand.js +0 -68
  1548. package/dist/es/commands/ListInstanceStorageConfigsCommand.js.map +0 -1
  1549. package/dist/es/commands/ListInstancesCommand.js +0 -68
  1550. package/dist/es/commands/ListInstancesCommand.js.map +0 -1
  1551. package/dist/es/commands/ListIntegrationAssociationsCommand.js +0 -66
  1552. package/dist/es/commands/ListIntegrationAssociationsCommand.js.map +0 -1
  1553. package/dist/es/commands/ListLambdaFunctionsCommand.js +0 -67
  1554. package/dist/es/commands/ListLambdaFunctionsCommand.js.map +0 -1
  1555. package/dist/es/commands/ListLexBotsCommand.js +0 -67
  1556. package/dist/es/commands/ListLexBotsCommand.js.map +0 -1
  1557. package/dist/es/commands/ListPhoneNumbersCommand.js +0 -67
  1558. package/dist/es/commands/ListPhoneNumbersCommand.js.map +0 -1
  1559. package/dist/es/commands/ListPromptsCommand.js +0 -65
  1560. package/dist/es/commands/ListPromptsCommand.js.map +0 -1
  1561. package/dist/es/commands/ListQueueQuickConnectsCommand.js +0 -66
  1562. package/dist/es/commands/ListQueueQuickConnectsCommand.js.map +0 -1
  1563. package/dist/es/commands/ListQueuesCommand.js +0 -71
  1564. package/dist/es/commands/ListQueuesCommand.js.map +0 -1
  1565. package/dist/es/commands/ListQuickConnectsCommand.js +0 -65
  1566. package/dist/es/commands/ListQuickConnectsCommand.js.map +0 -1
  1567. package/dist/es/commands/ListRoutingProfileQueuesCommand.js +0 -65
  1568. package/dist/es/commands/ListRoutingProfileQueuesCommand.js.map +0 -1
  1569. package/dist/es/commands/ListRoutingProfilesCommand.js +0 -68
  1570. package/dist/es/commands/ListRoutingProfilesCommand.js.map +0 -1
  1571. package/dist/es/commands/ListSecurityKeysCommand.js +0 -66
  1572. package/dist/es/commands/ListSecurityKeysCommand.js.map +0 -1
  1573. package/dist/es/commands/ListSecurityProfilesCommand.js +0 -68
  1574. package/dist/es/commands/ListSecurityProfilesCommand.js.map +0 -1
  1575. package/dist/es/commands/ListTagsForResourceCommand.js +0 -67
  1576. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  1577. package/dist/es/commands/ListUseCasesCommand.js +0 -65
  1578. package/dist/es/commands/ListUseCasesCommand.js.map +0 -1
  1579. package/dist/es/commands/ListUserHierarchyGroupsCommand.js +0 -68
  1580. package/dist/es/commands/ListUserHierarchyGroupsCommand.js.map +0 -1
  1581. package/dist/es/commands/ListUsersCommand.js +0 -65
  1582. package/dist/es/commands/ListUsersCommand.js.map +0 -1
  1583. package/dist/es/commands/ResumeContactRecordingCommand.js +0 -68
  1584. package/dist/es/commands/ResumeContactRecordingCommand.js.map +0 -1
  1585. package/dist/es/commands/StartChatContactCommand.js +0 -85
  1586. package/dist/es/commands/StartChatContactCommand.js.map +0 -1
  1587. package/dist/es/commands/StartContactRecordingCommand.js +0 -72
  1588. package/dist/es/commands/StartContactRecordingCommand.js.map +0 -1
  1589. package/dist/es/commands/StartOutboundVoiceContactCommand.js +0 -78
  1590. package/dist/es/commands/StartOutboundVoiceContactCommand.js.map +0 -1
  1591. package/dist/es/commands/StartTaskContactCommand.js +0 -65
  1592. package/dist/es/commands/StartTaskContactCommand.js.map +0 -1
  1593. package/dist/es/commands/StopContactCommand.js +0 -65
  1594. package/dist/es/commands/StopContactCommand.js.map +0 -1
  1595. package/dist/es/commands/StopContactRecordingCommand.js +0 -71
  1596. package/dist/es/commands/StopContactRecordingCommand.js.map +0 -1
  1597. package/dist/es/commands/SuspendContactRecordingCommand.js +0 -70
  1598. package/dist/es/commands/SuspendContactRecordingCommand.js.map +0 -1
  1599. package/dist/es/commands/TagResourceCommand.js +0 -69
  1600. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  1601. package/dist/es/commands/UntagResourceCommand.js +0 -65
  1602. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  1603. package/dist/es/commands/UpdateAgentStatusCommand.js +0 -66
  1604. package/dist/es/commands/UpdateAgentStatusCommand.js.map +0 -1
  1605. package/dist/es/commands/UpdateContactAttributesCommand.js +0 -84
  1606. package/dist/es/commands/UpdateContactAttributesCommand.js.map +0 -1
  1607. package/dist/es/commands/UpdateContactFlowContentCommand.js +0 -67
  1608. package/dist/es/commands/UpdateContactFlowContentCommand.js.map +0 -1
  1609. package/dist/es/commands/UpdateContactFlowNameCommand.js +0 -67
  1610. package/dist/es/commands/UpdateContactFlowNameCommand.js.map +0 -1
  1611. package/dist/es/commands/UpdateHoursOfOperationCommand.js +0 -66
  1612. package/dist/es/commands/UpdateHoursOfOperationCommand.js.map +0 -1
  1613. package/dist/es/commands/UpdateInstanceAttributeCommand.js +0 -66
  1614. package/dist/es/commands/UpdateInstanceAttributeCommand.js.map +0 -1
  1615. package/dist/es/commands/UpdateInstanceStorageConfigCommand.js +0 -66
  1616. package/dist/es/commands/UpdateInstanceStorageConfigCommand.js.map +0 -1
  1617. package/dist/es/commands/UpdateQueueHoursOfOperationCommand.js +0 -66
  1618. package/dist/es/commands/UpdateQueueHoursOfOperationCommand.js.map +0 -1
  1619. package/dist/es/commands/UpdateQueueMaxContactsCommand.js +0 -67
  1620. package/dist/es/commands/UpdateQueueMaxContactsCommand.js.map +0 -1
  1621. package/dist/es/commands/UpdateQueueNameCommand.js +0 -66
  1622. package/dist/es/commands/UpdateQueueNameCommand.js.map +0 -1
  1623. package/dist/es/commands/UpdateQueueOutboundCallerConfigCommand.js +0 -67
  1624. package/dist/es/commands/UpdateQueueOutboundCallerConfigCommand.js.map +0 -1
  1625. package/dist/es/commands/UpdateQueueStatusCommand.js +0 -66
  1626. package/dist/es/commands/UpdateQueueStatusCommand.js.map +0 -1
  1627. package/dist/es/commands/UpdateQuickConnectConfigCommand.js +0 -65
  1628. package/dist/es/commands/UpdateQuickConnectConfigCommand.js.map +0 -1
  1629. package/dist/es/commands/UpdateQuickConnectNameCommand.js +0 -65
  1630. package/dist/es/commands/UpdateQuickConnectNameCommand.js.map +0 -1
  1631. package/dist/es/commands/UpdateRoutingProfileConcurrencyCommand.js +0 -66
  1632. package/dist/es/commands/UpdateRoutingProfileConcurrencyCommand.js.map +0 -1
  1633. package/dist/es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +0 -65
  1634. package/dist/es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js.map +0 -1
  1635. package/dist/es/commands/UpdateRoutingProfileNameCommand.js +0 -66
  1636. package/dist/es/commands/UpdateRoutingProfileNameCommand.js.map +0 -1
  1637. package/dist/es/commands/UpdateRoutingProfileQueuesCommand.js +0 -65
  1638. package/dist/es/commands/UpdateRoutingProfileQueuesCommand.js.map +0 -1
  1639. package/dist/es/commands/UpdateUserHierarchyCommand.js +0 -65
  1640. package/dist/es/commands/UpdateUserHierarchyCommand.js.map +0 -1
  1641. package/dist/es/commands/UpdateUserHierarchyGroupNameCommand.js +0 -65
  1642. package/dist/es/commands/UpdateUserHierarchyGroupNameCommand.js.map +0 -1
  1643. package/dist/es/commands/UpdateUserHierarchyStructureCommand.js +0 -65
  1644. package/dist/es/commands/UpdateUserHierarchyStructureCommand.js.map +0 -1
  1645. package/dist/es/commands/UpdateUserIdentityInfoCommand.js +0 -73
  1646. package/dist/es/commands/UpdateUserIdentityInfoCommand.js.map +0 -1
  1647. package/dist/es/commands/UpdateUserPhoneConfigCommand.js +0 -65
  1648. package/dist/es/commands/UpdateUserPhoneConfigCommand.js.map +0 -1
  1649. package/dist/es/commands/UpdateUserRoutingProfileCommand.js +0 -65
  1650. package/dist/es/commands/UpdateUserRoutingProfileCommand.js.map +0 -1
  1651. package/dist/es/commands/UpdateUserSecurityProfilesCommand.js +0 -65
  1652. package/dist/es/commands/UpdateUserSecurityProfilesCommand.js.map +0 -1
  1653. package/dist/es/endpoints.js +0 -53
  1654. package/dist/es/endpoints.js.map +0 -1
  1655. package/dist/es/index.js.map +0 -1
  1656. package/dist/es/models/index.js.map +0 -1
  1657. package/dist/es/models/models_0.js +0 -2247
  1658. package/dist/es/models/models_0.js.map +0 -1
  1659. package/dist/es/package.json +0 -93
  1660. package/dist/es/pagination/GetCurrentMetricDataPaginator.js +0 -87
  1661. package/dist/es/pagination/GetCurrentMetricDataPaginator.js.map +0 -1
  1662. package/dist/es/pagination/GetMetricDataPaginator.js +0 -87
  1663. package/dist/es/pagination/GetMetricDataPaginator.js.map +0 -1
  1664. package/dist/es/pagination/Interfaces.js.map +0 -1
  1665. package/dist/es/pagination/ListAgentStatusesPaginator.js +0 -87
  1666. package/dist/es/pagination/ListAgentStatusesPaginator.js.map +0 -1
  1667. package/dist/es/pagination/ListApprovedOriginsPaginator.js +0 -87
  1668. package/dist/es/pagination/ListApprovedOriginsPaginator.js.map +0 -1
  1669. package/dist/es/pagination/ListBotsPaginator.js +0 -87
  1670. package/dist/es/pagination/ListBotsPaginator.js.map +0 -1
  1671. package/dist/es/pagination/ListContactFlowsPaginator.js +0 -87
  1672. package/dist/es/pagination/ListContactFlowsPaginator.js.map +0 -1
  1673. package/dist/es/pagination/ListHoursOfOperationsPaginator.js +0 -87
  1674. package/dist/es/pagination/ListHoursOfOperationsPaginator.js.map +0 -1
  1675. package/dist/es/pagination/ListInstanceAttributesPaginator.js +0 -87
  1676. package/dist/es/pagination/ListInstanceAttributesPaginator.js.map +0 -1
  1677. package/dist/es/pagination/ListInstanceStorageConfigsPaginator.js +0 -87
  1678. package/dist/es/pagination/ListInstanceStorageConfigsPaginator.js.map +0 -1
  1679. package/dist/es/pagination/ListInstancesPaginator.js +0 -87
  1680. package/dist/es/pagination/ListInstancesPaginator.js.map +0 -1
  1681. package/dist/es/pagination/ListIntegrationAssociationsPaginator.js +0 -87
  1682. package/dist/es/pagination/ListIntegrationAssociationsPaginator.js.map +0 -1
  1683. package/dist/es/pagination/ListLambdaFunctionsPaginator.js +0 -87
  1684. package/dist/es/pagination/ListLambdaFunctionsPaginator.js.map +0 -1
  1685. package/dist/es/pagination/ListLexBotsPaginator.js +0 -87
  1686. package/dist/es/pagination/ListLexBotsPaginator.js.map +0 -1
  1687. package/dist/es/pagination/ListPhoneNumbersPaginator.js +0 -87
  1688. package/dist/es/pagination/ListPhoneNumbersPaginator.js.map +0 -1
  1689. package/dist/es/pagination/ListPromptsPaginator.js +0 -87
  1690. package/dist/es/pagination/ListPromptsPaginator.js.map +0 -1
  1691. package/dist/es/pagination/ListQueueQuickConnectsPaginator.js +0 -87
  1692. package/dist/es/pagination/ListQueueQuickConnectsPaginator.js.map +0 -1
  1693. package/dist/es/pagination/ListQueuesPaginator.js +0 -87
  1694. package/dist/es/pagination/ListQueuesPaginator.js.map +0 -1
  1695. package/dist/es/pagination/ListQuickConnectsPaginator.js +0 -87
  1696. package/dist/es/pagination/ListQuickConnectsPaginator.js.map +0 -1
  1697. package/dist/es/pagination/ListRoutingProfileQueuesPaginator.js +0 -87
  1698. package/dist/es/pagination/ListRoutingProfileQueuesPaginator.js.map +0 -1
  1699. package/dist/es/pagination/ListRoutingProfilesPaginator.js +0 -87
  1700. package/dist/es/pagination/ListRoutingProfilesPaginator.js.map +0 -1
  1701. package/dist/es/pagination/ListSecurityKeysPaginator.js +0 -87
  1702. package/dist/es/pagination/ListSecurityKeysPaginator.js.map +0 -1
  1703. package/dist/es/pagination/ListSecurityProfilesPaginator.js +0 -87
  1704. package/dist/es/pagination/ListSecurityProfilesPaginator.js.map +0 -1
  1705. package/dist/es/pagination/ListUseCasesPaginator.js +0 -87
  1706. package/dist/es/pagination/ListUseCasesPaginator.js.map +0 -1
  1707. package/dist/es/pagination/ListUserHierarchyGroupsPaginator.js +0 -87
  1708. package/dist/es/pagination/ListUserHierarchyGroupsPaginator.js.map +0 -1
  1709. package/dist/es/pagination/ListUsersPaginator.js +0 -87
  1710. package/dist/es/pagination/ListUsersPaginator.js.map +0 -1
  1711. package/dist/es/protocols/Aws_restJson1.js +0 -15948
  1712. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  1713. package/dist/es/runtimeConfig.browser.js +0 -20
  1714. package/dist/es/runtimeConfig.browser.js.map +0 -1
  1715. package/dist/es/runtimeConfig.js +0 -25
  1716. package/dist/es/runtimeConfig.js.map +0 -1
  1717. package/dist/es/runtimeConfig.native.js +0 -12
  1718. package/dist/es/runtimeConfig.native.js.map +0 -1
  1719. package/dist/es/runtimeConfig.shared.js +0 -17
  1720. package/dist/es/runtimeConfig.shared.js.map +0 -1
  1721. package/dist/types/Connect.d.ts +0 -1003
  1722. package/dist/types/ConnectClient.d.ts +0 -256
  1723. package/dist/types/commands/AssociateApprovedOriginCommand.d.ts +0 -36
  1724. package/dist/types/commands/AssociateBotCommand.d.ts +0 -36
  1725. package/dist/types/commands/AssociateInstanceStorageConfigCommand.d.ts +0 -41
  1726. package/dist/types/commands/AssociateLambdaFunctionCommand.d.ts +0 -36
  1727. package/dist/types/commands/AssociateLexBotCommand.d.ts +0 -36
  1728. package/dist/types/commands/AssociateQueueQuickConnectsCommand.d.ts +0 -36
  1729. package/dist/types/commands/AssociateRoutingProfileQueuesCommand.d.ts +0 -35
  1730. package/dist/types/commands/AssociateSecurityKeyCommand.d.ts +0 -36
  1731. package/dist/types/commands/CreateAgentStatusCommand.d.ts +0 -36
  1732. package/dist/types/commands/CreateContactFlowCommand.d.ts +0 -37
  1733. package/dist/types/commands/CreateHoursOfOperationCommand.d.ts +0 -36
  1734. package/dist/types/commands/CreateInstanceCommand.d.ts +0 -41
  1735. package/dist/types/commands/CreateIntegrationAssociationCommand.d.ts +0 -35
  1736. package/dist/types/commands/CreateQueueCommand.d.ts +0 -36
  1737. package/dist/types/commands/CreateQuickConnectCommand.d.ts +0 -35
  1738. package/dist/types/commands/CreateRoutingProfileCommand.d.ts +0 -35
  1739. package/dist/types/commands/CreateUseCaseCommand.d.ts +0 -35
  1740. package/dist/types/commands/CreateUserCommand.d.ts +0 -37
  1741. package/dist/types/commands/CreateUserHierarchyGroupCommand.d.ts +0 -35
  1742. package/dist/types/commands/DeleteHoursOfOperationCommand.d.ts +0 -36
  1743. package/dist/types/commands/DeleteInstanceCommand.d.ts +0 -39
  1744. package/dist/types/commands/DeleteIntegrationAssociationCommand.d.ts +0 -36
  1745. package/dist/types/commands/DeleteQuickConnectCommand.d.ts +0 -35
  1746. package/dist/types/commands/DeleteUseCaseCommand.d.ts +0 -35
  1747. package/dist/types/commands/DeleteUserCommand.d.ts +0 -38
  1748. package/dist/types/commands/DeleteUserHierarchyGroupCommand.d.ts +0 -36
  1749. package/dist/types/commands/DescribeAgentStatusCommand.d.ts +0 -36
  1750. package/dist/types/commands/DescribeContactFlowCommand.d.ts +0 -37
  1751. package/dist/types/commands/DescribeHoursOfOperationCommand.d.ts +0 -36
  1752. package/dist/types/commands/DescribeInstanceAttributeCommand.d.ts +0 -36
  1753. package/dist/types/commands/DescribeInstanceCommand.d.ts +0 -40
  1754. package/dist/types/commands/DescribeInstanceStorageConfigCommand.d.ts +0 -37
  1755. package/dist/types/commands/DescribeQueueCommand.d.ts +0 -36
  1756. package/dist/types/commands/DescribeQuickConnectCommand.d.ts +0 -35
  1757. package/dist/types/commands/DescribeRoutingProfileCommand.d.ts +0 -35
  1758. package/dist/types/commands/DescribeUserCommand.d.ts +0 -37
  1759. package/dist/types/commands/DescribeUserHierarchyGroupCommand.d.ts +0 -35
  1760. package/dist/types/commands/DescribeUserHierarchyStructureCommand.d.ts +0 -35
  1761. package/dist/types/commands/DisassociateApprovedOriginCommand.d.ts +0 -36
  1762. package/dist/types/commands/DisassociateBotCommand.d.ts +0 -37
  1763. package/dist/types/commands/DisassociateInstanceStorageConfigCommand.d.ts +0 -37
  1764. package/dist/types/commands/DisassociateLambdaFunctionCommand.d.ts +0 -37
  1765. package/dist/types/commands/DisassociateLexBotCommand.d.ts +0 -36
  1766. package/dist/types/commands/DisassociateQueueQuickConnectsCommand.d.ts +0 -36
  1767. package/dist/types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +0 -35
  1768. package/dist/types/commands/DisassociateSecurityKeyCommand.d.ts +0 -36
  1769. package/dist/types/commands/GetContactAttributesCommand.d.ts +0 -35
  1770. package/dist/types/commands/GetCurrentMetricDataCommand.d.ts +0 -37
  1771. package/dist/types/commands/GetFederationTokenCommand.d.ts +0 -43
  1772. package/dist/types/commands/GetMetricDataCommand.d.ts +0 -38
  1773. package/dist/types/commands/ListAgentStatusesCommand.d.ts +0 -36
  1774. package/dist/types/commands/ListApprovedOriginsCommand.d.ts +0 -36
  1775. package/dist/types/commands/ListBotsCommand.d.ts +0 -37
  1776. package/dist/types/commands/ListContactFlowsCommand.d.ts +0 -39
  1777. package/dist/types/commands/ListHoursOfOperationsCommand.d.ts +0 -37
  1778. package/dist/types/commands/ListInstanceAttributesCommand.d.ts +0 -36
  1779. package/dist/types/commands/ListInstanceStorageConfigsCommand.d.ts +0 -38
  1780. package/dist/types/commands/ListInstancesCommand.d.ts +0 -38
  1781. package/dist/types/commands/ListIntegrationAssociationsCommand.d.ts +0 -36
  1782. package/dist/types/commands/ListLambdaFunctionsCommand.d.ts +0 -37
  1783. package/dist/types/commands/ListLexBotsCommand.d.ts +0 -37
  1784. package/dist/types/commands/ListPhoneNumbersCommand.d.ts +0 -37
  1785. package/dist/types/commands/ListPromptsCommand.d.ts +0 -35
  1786. package/dist/types/commands/ListQueueQuickConnectsCommand.d.ts +0 -36
  1787. package/dist/types/commands/ListQueuesCommand.d.ts +0 -41
  1788. package/dist/types/commands/ListQuickConnectsCommand.d.ts +0 -35
  1789. package/dist/types/commands/ListRoutingProfileQueuesCommand.d.ts +0 -35
  1790. package/dist/types/commands/ListRoutingProfilesCommand.d.ts +0 -38
  1791. package/dist/types/commands/ListSecurityKeysCommand.d.ts +0 -36
  1792. package/dist/types/commands/ListSecurityProfilesCommand.d.ts +0 -38
  1793. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -37
  1794. package/dist/types/commands/ListUseCasesCommand.d.ts +0 -35
  1795. package/dist/types/commands/ListUserHierarchyGroupsCommand.d.ts +0 -38
  1796. package/dist/types/commands/ListUsersCommand.d.ts +0 -35
  1797. package/dist/types/commands/ResumeContactRecordingCommand.d.ts +0 -38
  1798. package/dist/types/commands/StartChatContactCommand.d.ts +0 -55
  1799. package/dist/types/commands/StartContactRecordingCommand.d.ts +0 -42
  1800. package/dist/types/commands/StartOutboundVoiceContactCommand.d.ts +0 -48
  1801. package/dist/types/commands/StartTaskContactCommand.d.ts +0 -35
  1802. package/dist/types/commands/StopContactCommand.d.ts +0 -35
  1803. package/dist/types/commands/StopContactRecordingCommand.d.ts +0 -41
  1804. package/dist/types/commands/SuspendContactRecordingCommand.d.ts +0 -40
  1805. package/dist/types/commands/TagResourceCommand.d.ts +0 -39
  1806. package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
  1807. package/dist/types/commands/UpdateAgentStatusCommand.d.ts +0 -36
  1808. package/dist/types/commands/UpdateContactAttributesCommand.d.ts +0 -54
  1809. package/dist/types/commands/UpdateContactFlowContentCommand.d.ts +0 -37
  1810. package/dist/types/commands/UpdateContactFlowNameCommand.d.ts +0 -37
  1811. package/dist/types/commands/UpdateHoursOfOperationCommand.d.ts +0 -36
  1812. package/dist/types/commands/UpdateInstanceAttributeCommand.d.ts +0 -36
  1813. package/dist/types/commands/UpdateInstanceStorageConfigCommand.d.ts +0 -36
  1814. package/dist/types/commands/UpdateQueueHoursOfOperationCommand.d.ts +0 -36
  1815. package/dist/types/commands/UpdateQueueMaxContactsCommand.d.ts +0 -37
  1816. package/dist/types/commands/UpdateQueueNameCommand.d.ts +0 -36
  1817. package/dist/types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +0 -37
  1818. package/dist/types/commands/UpdateQueueStatusCommand.d.ts +0 -36
  1819. package/dist/types/commands/UpdateQuickConnectConfigCommand.d.ts +0 -35
  1820. package/dist/types/commands/UpdateQuickConnectNameCommand.d.ts +0 -35
  1821. package/dist/types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +0 -36
  1822. package/dist/types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +0 -35
  1823. package/dist/types/commands/UpdateRoutingProfileNameCommand.d.ts +0 -36
  1824. package/dist/types/commands/UpdateRoutingProfileQueuesCommand.d.ts +0 -35
  1825. package/dist/types/commands/UpdateUserHierarchyCommand.d.ts +0 -35
  1826. package/dist/types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +0 -35
  1827. package/dist/types/commands/UpdateUserHierarchyStructureCommand.d.ts +0 -35
  1828. package/dist/types/commands/UpdateUserIdentityInfoCommand.d.ts +0 -43
  1829. package/dist/types/commands/UpdateUserPhoneConfigCommand.d.ts +0 -35
  1830. package/dist/types/commands/UpdateUserRoutingProfileCommand.d.ts +0 -35
  1831. package/dist/types/commands/UpdateUserSecurityProfilesCommand.d.ts +0 -35
  1832. package/dist/types/models/models_0.d.ts +0 -6096
  1833. package/dist/types/pagination/GetCurrentMetricDataPaginator.d.ts +0 -4
  1834. package/dist/types/pagination/GetMetricDataPaginator.d.ts +0 -4
  1835. package/dist/types/pagination/Interfaces.d.ts +0 -6
  1836. package/dist/types/pagination/ListAgentStatusesPaginator.d.ts +0 -4
  1837. package/dist/types/pagination/ListApprovedOriginsPaginator.d.ts +0 -4
  1838. package/dist/types/pagination/ListBotsPaginator.d.ts +0 -4
  1839. package/dist/types/pagination/ListContactFlowsPaginator.d.ts +0 -4
  1840. package/dist/types/pagination/ListHoursOfOperationsPaginator.d.ts +0 -4
  1841. package/dist/types/pagination/ListInstanceAttributesPaginator.d.ts +0 -4
  1842. package/dist/types/pagination/ListInstanceStorageConfigsPaginator.d.ts +0 -4
  1843. package/dist/types/pagination/ListInstancesPaginator.d.ts +0 -4
  1844. package/dist/types/pagination/ListIntegrationAssociationsPaginator.d.ts +0 -4
  1845. package/dist/types/pagination/ListLambdaFunctionsPaginator.d.ts +0 -4
  1846. package/dist/types/pagination/ListLexBotsPaginator.d.ts +0 -4
  1847. package/dist/types/pagination/ListPhoneNumbersPaginator.d.ts +0 -4
  1848. package/dist/types/pagination/ListPromptsPaginator.d.ts +0 -4
  1849. package/dist/types/pagination/ListQueueQuickConnectsPaginator.d.ts +0 -4
  1850. package/dist/types/pagination/ListQueuesPaginator.d.ts +0 -4
  1851. package/dist/types/pagination/ListQuickConnectsPaginator.d.ts +0 -4
  1852. package/dist/types/pagination/ListRoutingProfileQueuesPaginator.d.ts +0 -4
  1853. package/dist/types/pagination/ListRoutingProfilesPaginator.d.ts +0 -4
  1854. package/dist/types/pagination/ListSecurityKeysPaginator.d.ts +0 -4
  1855. package/dist/types/pagination/ListSecurityProfilesPaginator.d.ts +0 -4
  1856. package/dist/types/pagination/ListUseCasesPaginator.d.ts +0 -4
  1857. package/dist/types/pagination/ListUserHierarchyGroupsPaginator.d.ts +0 -4
  1858. package/dist/types/pagination/ListUsersPaginator.d.ts +0 -4
  1859. package/dist/types/protocols/Aws_restJson1.d.ts +0 -329
  1860. package/dist/types/runtimeConfig.browser.d.ts +0 -36
  1861. package/dist/types/runtimeConfig.d.ts +0 -36
  1862. package/dist/types/runtimeConfig.native.d.ts +0 -35
  1863. package/dist/types/ts3.4/Connect.d.ts +0 -1003
  1864. package/dist/types/ts3.4/ConnectClient.d.ts +0 -256
  1865. package/dist/types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +0 -36
  1866. package/dist/types/ts3.4/commands/AssociateBotCommand.d.ts +0 -36
  1867. package/dist/types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +0 -41
  1868. package/dist/types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +0 -36
  1869. package/dist/types/ts3.4/commands/AssociateLexBotCommand.d.ts +0 -36
  1870. package/dist/types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +0 -36
  1871. package/dist/types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +0 -35
  1872. package/dist/types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +0 -36
  1873. package/dist/types/ts3.4/commands/CreateAgentStatusCommand.d.ts +0 -36
  1874. package/dist/types/ts3.4/commands/CreateContactFlowCommand.d.ts +0 -37
  1875. package/dist/types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +0 -36
  1876. package/dist/types/ts3.4/commands/CreateInstanceCommand.d.ts +0 -41
  1877. package/dist/types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +0 -35
  1878. package/dist/types/ts3.4/commands/CreateQueueCommand.d.ts +0 -36
  1879. package/dist/types/ts3.4/commands/CreateQuickConnectCommand.d.ts +0 -35
  1880. package/dist/types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +0 -35
  1881. package/dist/types/ts3.4/commands/CreateUseCaseCommand.d.ts +0 -35
  1882. package/dist/types/ts3.4/commands/CreateUserCommand.d.ts +0 -37
  1883. package/dist/types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +0 -35
  1884. package/dist/types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +0 -36
  1885. package/dist/types/ts3.4/commands/DeleteInstanceCommand.d.ts +0 -39
  1886. package/dist/types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +0 -36
  1887. package/dist/types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +0 -35
  1888. package/dist/types/ts3.4/commands/DeleteUseCaseCommand.d.ts +0 -35
  1889. package/dist/types/ts3.4/commands/DeleteUserCommand.d.ts +0 -38
  1890. package/dist/types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +0 -36
  1891. package/dist/types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +0 -36
  1892. package/dist/types/ts3.4/commands/DescribeContactFlowCommand.d.ts +0 -37
  1893. package/dist/types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +0 -36
  1894. package/dist/types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +0 -36
  1895. package/dist/types/ts3.4/commands/DescribeInstanceCommand.d.ts +0 -40
  1896. package/dist/types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +0 -37
  1897. package/dist/types/ts3.4/commands/DescribeQueueCommand.d.ts +0 -36
  1898. package/dist/types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +0 -35
  1899. package/dist/types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +0 -35
  1900. package/dist/types/ts3.4/commands/DescribeUserCommand.d.ts +0 -37
  1901. package/dist/types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +0 -35
  1902. package/dist/types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +0 -35
  1903. package/dist/types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +0 -36
  1904. package/dist/types/ts3.4/commands/DisassociateBotCommand.d.ts +0 -37
  1905. package/dist/types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +0 -37
  1906. package/dist/types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +0 -37
  1907. package/dist/types/ts3.4/commands/DisassociateLexBotCommand.d.ts +0 -36
  1908. package/dist/types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +0 -36
  1909. package/dist/types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +0 -35
  1910. package/dist/types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +0 -36
  1911. package/dist/types/ts3.4/commands/GetContactAttributesCommand.d.ts +0 -35
  1912. package/dist/types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +0 -37
  1913. package/dist/types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -43
  1914. package/dist/types/ts3.4/commands/GetMetricDataCommand.d.ts +0 -38
  1915. package/dist/types/ts3.4/commands/ListAgentStatusesCommand.d.ts +0 -36
  1916. package/dist/types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +0 -36
  1917. package/dist/types/ts3.4/commands/ListBotsCommand.d.ts +0 -37
  1918. package/dist/types/ts3.4/commands/ListContactFlowsCommand.d.ts +0 -39
  1919. package/dist/types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +0 -37
  1920. package/dist/types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +0 -36
  1921. package/dist/types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +0 -38
  1922. package/dist/types/ts3.4/commands/ListInstancesCommand.d.ts +0 -38
  1923. package/dist/types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +0 -36
  1924. package/dist/types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +0 -37
  1925. package/dist/types/ts3.4/commands/ListLexBotsCommand.d.ts +0 -37
  1926. package/dist/types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +0 -37
  1927. package/dist/types/ts3.4/commands/ListPromptsCommand.d.ts +0 -35
  1928. package/dist/types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +0 -36
  1929. package/dist/types/ts3.4/commands/ListQueuesCommand.d.ts +0 -41
  1930. package/dist/types/ts3.4/commands/ListQuickConnectsCommand.d.ts +0 -35
  1931. package/dist/types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +0 -35
  1932. package/dist/types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +0 -38
  1933. package/dist/types/ts3.4/commands/ListSecurityKeysCommand.d.ts +0 -36
  1934. package/dist/types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +0 -38
  1935. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -37
  1936. package/dist/types/ts3.4/commands/ListUseCasesCommand.d.ts +0 -35
  1937. package/dist/types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +0 -38
  1938. package/dist/types/ts3.4/commands/ListUsersCommand.d.ts +0 -35
  1939. package/dist/types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +0 -38
  1940. package/dist/types/ts3.4/commands/StartChatContactCommand.d.ts +0 -55
  1941. package/dist/types/ts3.4/commands/StartContactRecordingCommand.d.ts +0 -42
  1942. package/dist/types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +0 -48
  1943. package/dist/types/ts3.4/commands/StartTaskContactCommand.d.ts +0 -35
  1944. package/dist/types/ts3.4/commands/StopContactCommand.d.ts +0 -35
  1945. package/dist/types/ts3.4/commands/StopContactRecordingCommand.d.ts +0 -41
  1946. package/dist/types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +0 -40
  1947. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -39
  1948. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  1949. package/dist/types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +0 -36
  1950. package/dist/types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +0 -54
  1951. package/dist/types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +0 -37
  1952. package/dist/types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +0 -37
  1953. package/dist/types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +0 -36
  1954. package/dist/types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +0 -36
  1955. package/dist/types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +0 -36
  1956. package/dist/types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +0 -36
  1957. package/dist/types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +0 -37
  1958. package/dist/types/ts3.4/commands/UpdateQueueNameCommand.d.ts +0 -36
  1959. package/dist/types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +0 -37
  1960. package/dist/types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +0 -36
  1961. package/dist/types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +0 -35
  1962. package/dist/types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +0 -35
  1963. package/dist/types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +0 -36
  1964. package/dist/types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +0 -35
  1965. package/dist/types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +0 -36
  1966. package/dist/types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +0 -35
  1967. package/dist/types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +0 -35
  1968. package/dist/types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +0 -35
  1969. package/dist/types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +0 -35
  1970. package/dist/types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +0 -43
  1971. package/dist/types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +0 -35
  1972. package/dist/types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +0 -35
  1973. package/dist/types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +0 -35
  1974. package/dist/types/ts3.4/models/models_0.d.ts +0 -6096
  1975. package/dist/types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +0 -4
  1976. package/dist/types/ts3.4/pagination/GetMetricDataPaginator.d.ts +0 -4
  1977. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1978. package/dist/types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +0 -4
  1979. package/dist/types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +0 -4
  1980. package/dist/types/ts3.4/pagination/ListBotsPaginator.d.ts +0 -4
  1981. package/dist/types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +0 -4
  1982. package/dist/types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +0 -4
  1983. package/dist/types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +0 -4
  1984. package/dist/types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +0 -4
  1985. package/dist/types/ts3.4/pagination/ListInstancesPaginator.d.ts +0 -4
  1986. package/dist/types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +0 -4
  1987. package/dist/types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +0 -4
  1988. package/dist/types/ts3.4/pagination/ListLexBotsPaginator.d.ts +0 -4
  1989. package/dist/types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +0 -4
  1990. package/dist/types/ts3.4/pagination/ListPromptsPaginator.d.ts +0 -4
  1991. package/dist/types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +0 -4
  1992. package/dist/types/ts3.4/pagination/ListQueuesPaginator.d.ts +0 -4
  1993. package/dist/types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +0 -4
  1994. package/dist/types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +0 -4
  1995. package/dist/types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +0 -4
  1996. package/dist/types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +0 -4
  1997. package/dist/types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +0 -4
  1998. package/dist/types/ts3.4/pagination/ListUseCasesPaginator.d.ts +0 -4
  1999. package/dist/types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +0 -4
  2000. package/dist/types/ts3.4/pagination/ListUsersPaginator.d.ts +0 -4
  2001. package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -329
  2002. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
  2003. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
  2004. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
  2005. package/endpoints.ts +0 -57
  2006. package/models/models_0.ts +0 -7583
  2007. package/pagination/GetCurrentMetricDataPaginator.ts +0 -58
  2008. package/pagination/GetMetricDataPaginator.ts +0 -58
  2009. package/pagination/Interfaces.ts +0 -7
  2010. package/pagination/ListAgentStatusesPaginator.ts +0 -58
  2011. package/pagination/ListApprovedOriginsPaginator.ts +0 -58
  2012. package/pagination/ListBotsPaginator.ts +0 -54
  2013. package/pagination/ListContactFlowsPaginator.ts +0 -58
  2014. package/pagination/ListHoursOfOperationsPaginator.ts +0 -58
  2015. package/pagination/ListInstanceAttributesPaginator.ts +0 -58
  2016. package/pagination/ListInstanceStorageConfigsPaginator.ts +0 -58
  2017. package/pagination/ListInstancesPaginator.ts +0 -58
  2018. package/pagination/ListIntegrationAssociationsPaginator.ts +0 -58
  2019. package/pagination/ListLambdaFunctionsPaginator.ts +0 -58
  2020. package/pagination/ListLexBotsPaginator.ts +0 -54
  2021. package/pagination/ListPhoneNumbersPaginator.ts +0 -58
  2022. package/pagination/ListPromptsPaginator.ts +0 -54
  2023. package/pagination/ListQueueQuickConnectsPaginator.ts +0 -58
  2024. package/pagination/ListQueuesPaginator.ts +0 -54
  2025. package/pagination/ListQuickConnectsPaginator.ts +0 -58
  2026. package/pagination/ListRoutingProfileQueuesPaginator.ts +0 -58
  2027. package/pagination/ListRoutingProfilesPaginator.ts +0 -58
  2028. package/pagination/ListSecurityKeysPaginator.ts +0 -58
  2029. package/pagination/ListSecurityProfilesPaginator.ts +0 -58
  2030. package/pagination/ListUseCasesPaginator.ts +0 -58
  2031. package/pagination/ListUserHierarchyGroupsPaginator.ts +0 -58
  2032. package/pagination/ListUsersPaginator.ts +0 -54
  2033. package/protocols/Aws_restJson1.ts +0 -16199
  2034. package/runtimeConfig.browser.ts +0 -40
  2035. package/runtimeConfig.native.ts +0 -16
  2036. package/runtimeConfig.shared.ts +0 -16
  2037. package/runtimeConfig.ts +0 -45
@@ -0,0 +1,1008 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { AssociateApprovedOriginCommandInput, AssociateApprovedOriginCommandOutput } from "./commands/AssociateApprovedOriginCommand";
3
+ import { AssociateBotCommandInput, AssociateBotCommandOutput } from "./commands/AssociateBotCommand";
4
+ import { AssociateInstanceStorageConfigCommandInput, AssociateInstanceStorageConfigCommandOutput } from "./commands/AssociateInstanceStorageConfigCommand";
5
+ import { AssociateLambdaFunctionCommandInput, AssociateLambdaFunctionCommandOutput } from "./commands/AssociateLambdaFunctionCommand";
6
+ import { AssociateLexBotCommandInput, AssociateLexBotCommandOutput } from "./commands/AssociateLexBotCommand";
7
+ import { AssociateQueueQuickConnectsCommandInput, AssociateQueueQuickConnectsCommandOutput } from "./commands/AssociateQueueQuickConnectsCommand";
8
+ import { AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueuesCommandOutput } from "./commands/AssociateRoutingProfileQueuesCommand";
9
+ import { AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput } from "./commands/AssociateSecurityKeyCommand";
10
+ import { CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput } from "./commands/CreateAgentStatusCommand";
11
+ import { CreateContactFlowCommandInput, CreateContactFlowCommandOutput } from "./commands/CreateContactFlowCommand";
12
+ import { CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput } from "./commands/CreateHoursOfOperationCommand";
13
+ import { CreateInstanceCommandInput, CreateInstanceCommandOutput } from "./commands/CreateInstanceCommand";
14
+ import { CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationCommandOutput } from "./commands/CreateIntegrationAssociationCommand";
15
+ import { CreateQueueCommandInput, CreateQueueCommandOutput } from "./commands/CreateQueueCommand";
16
+ import { CreateQuickConnectCommandInput, CreateQuickConnectCommandOutput } from "./commands/CreateQuickConnectCommand";
17
+ import { CreateRoutingProfileCommandInput, CreateRoutingProfileCommandOutput } from "./commands/CreateRoutingProfileCommand";
18
+ import { CreateUseCaseCommandInput, CreateUseCaseCommandOutput } from "./commands/CreateUseCaseCommand";
19
+ import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
20
+ import { CreateUserHierarchyGroupCommandInput, CreateUserHierarchyGroupCommandOutput } from "./commands/CreateUserHierarchyGroupCommand";
21
+ import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput } from "./commands/DeleteHoursOfOperationCommand";
22
+ import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "./commands/DeleteInstanceCommand";
23
+ import { DeleteIntegrationAssociationCommandInput, DeleteIntegrationAssociationCommandOutput } from "./commands/DeleteIntegrationAssociationCommand";
24
+ import { DeleteQuickConnectCommandInput, DeleteQuickConnectCommandOutput } from "./commands/DeleteQuickConnectCommand";
25
+ import { DeleteUseCaseCommandInput, DeleteUseCaseCommandOutput } from "./commands/DeleteUseCaseCommand";
26
+ import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
27
+ import { DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOutput } from "./commands/DeleteUserHierarchyGroupCommand";
28
+ import { DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput } from "./commands/DescribeAgentStatusCommand";
29
+ import { DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput } from "./commands/DescribeContactFlowCommand";
30
+ import { DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput } from "./commands/DescribeHoursOfOperationCommand";
31
+ import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "./commands/DescribeInstanceAttributeCommand";
32
+ import { DescribeInstanceCommandInput, DescribeInstanceCommandOutput } from "./commands/DescribeInstanceCommand";
33
+ import { DescribeInstanceStorageConfigCommandInput, DescribeInstanceStorageConfigCommandOutput } from "./commands/DescribeInstanceStorageConfigCommand";
34
+ import { DescribeQueueCommandInput, DescribeQueueCommandOutput } from "./commands/DescribeQueueCommand";
35
+ import { DescribeQuickConnectCommandInput, DescribeQuickConnectCommandOutput } from "./commands/DescribeQuickConnectCommand";
36
+ import { DescribeRoutingProfileCommandInput, DescribeRoutingProfileCommandOutput } from "./commands/DescribeRoutingProfileCommand";
37
+ import { DescribeUserCommandInput, DescribeUserCommandOutput } from "./commands/DescribeUserCommand";
38
+ import { DescribeUserHierarchyGroupCommandInput, DescribeUserHierarchyGroupCommandOutput } from "./commands/DescribeUserHierarchyGroupCommand";
39
+ import { DescribeUserHierarchyStructureCommandInput, DescribeUserHierarchyStructureCommandOutput } from "./commands/DescribeUserHierarchyStructureCommand";
40
+ import { DisassociateApprovedOriginCommandInput, DisassociateApprovedOriginCommandOutput } from "./commands/DisassociateApprovedOriginCommand";
41
+ import { DisassociateBotCommandInput, DisassociateBotCommandOutput } from "./commands/DisassociateBotCommand";
42
+ import { DisassociateInstanceStorageConfigCommandInput, DisassociateInstanceStorageConfigCommandOutput } from "./commands/DisassociateInstanceStorageConfigCommand";
43
+ import { DisassociateLambdaFunctionCommandInput, DisassociateLambdaFunctionCommandOutput } from "./commands/DisassociateLambdaFunctionCommand";
44
+ import { DisassociateLexBotCommandInput, DisassociateLexBotCommandOutput } from "./commands/DisassociateLexBotCommand";
45
+ import { DisassociateQueueQuickConnectsCommandInput, DisassociateQueueQuickConnectsCommandOutput } from "./commands/DisassociateQueueQuickConnectsCommand";
46
+ import { DisassociateRoutingProfileQueuesCommandInput, DisassociateRoutingProfileQueuesCommandOutput } from "./commands/DisassociateRoutingProfileQueuesCommand";
47
+ import { DisassociateSecurityKeyCommandInput, DisassociateSecurityKeyCommandOutput } from "./commands/DisassociateSecurityKeyCommand";
48
+ import { GetContactAttributesCommandInput, GetContactAttributesCommandOutput } from "./commands/GetContactAttributesCommand";
49
+ import { GetCurrentMetricDataCommandInput, GetCurrentMetricDataCommandOutput } from "./commands/GetCurrentMetricDataCommand";
50
+ import { GetFederationTokenCommandInput, GetFederationTokenCommandOutput } from "./commands/GetFederationTokenCommand";
51
+ import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "./commands/GetMetricDataCommand";
52
+ import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "./commands/ListAgentStatusesCommand";
53
+ import { ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput } from "./commands/ListApprovedOriginsCommand";
54
+ import { ListBotsCommandInput, ListBotsCommandOutput } from "./commands/ListBotsCommand";
55
+ import { ListContactFlowsCommandInput, ListContactFlowsCommandOutput } from "./commands/ListContactFlowsCommand";
56
+ import { ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput } from "./commands/ListHoursOfOperationsCommand";
57
+ import { ListInstanceAttributesCommandInput, ListInstanceAttributesCommandOutput } from "./commands/ListInstanceAttributesCommand";
58
+ import { ListInstancesCommandInput, ListInstancesCommandOutput } from "./commands/ListInstancesCommand";
59
+ import { ListInstanceStorageConfigsCommandInput, ListInstanceStorageConfigsCommandOutput } from "./commands/ListInstanceStorageConfigsCommand";
60
+ import { ListIntegrationAssociationsCommandInput, ListIntegrationAssociationsCommandOutput } from "./commands/ListIntegrationAssociationsCommand";
61
+ import { ListLambdaFunctionsCommandInput, ListLambdaFunctionsCommandOutput } from "./commands/ListLambdaFunctionsCommand";
62
+ import { ListLexBotsCommandInput, ListLexBotsCommandOutput } from "./commands/ListLexBotsCommand";
63
+ import { ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput } from "./commands/ListPhoneNumbersCommand";
64
+ import { ListPromptsCommandInput, ListPromptsCommandOutput } from "./commands/ListPromptsCommand";
65
+ import { ListQueueQuickConnectsCommandInput, ListQueueQuickConnectsCommandOutput } from "./commands/ListQueueQuickConnectsCommand";
66
+ import { ListQueuesCommandInput, ListQueuesCommandOutput } from "./commands/ListQueuesCommand";
67
+ import { ListQuickConnectsCommandInput, ListQuickConnectsCommandOutput } from "./commands/ListQuickConnectsCommand";
68
+ import { ListRoutingProfileQueuesCommandInput, ListRoutingProfileQueuesCommandOutput } from "./commands/ListRoutingProfileQueuesCommand";
69
+ import { ListRoutingProfilesCommandInput, ListRoutingProfilesCommandOutput } from "./commands/ListRoutingProfilesCommand";
70
+ import { ListSecurityKeysCommandInput, ListSecurityKeysCommandOutput } from "./commands/ListSecurityKeysCommand";
71
+ import { ListSecurityProfilesCommandInput, ListSecurityProfilesCommandOutput } from "./commands/ListSecurityProfilesCommand";
72
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
73
+ import { ListUseCasesCommandInput, ListUseCasesCommandOutput } from "./commands/ListUseCasesCommand";
74
+ import { ListUserHierarchyGroupsCommandInput, ListUserHierarchyGroupsCommandOutput } from "./commands/ListUserHierarchyGroupsCommand";
75
+ import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
76
+ import { ResumeContactRecordingCommandInput, ResumeContactRecordingCommandOutput } from "./commands/ResumeContactRecordingCommand";
77
+ import { StartChatContactCommandInput, StartChatContactCommandOutput } from "./commands/StartChatContactCommand";
78
+ import { StartContactRecordingCommandInput, StartContactRecordingCommandOutput } from "./commands/StartContactRecordingCommand";
79
+ import { StartOutboundVoiceContactCommandInput, StartOutboundVoiceContactCommandOutput } from "./commands/StartOutboundVoiceContactCommand";
80
+ import { StartTaskContactCommandInput, StartTaskContactCommandOutput } from "./commands/StartTaskContactCommand";
81
+ import { StopContactCommandInput, StopContactCommandOutput } from "./commands/StopContactCommand";
82
+ import { StopContactRecordingCommandInput, StopContactRecordingCommandOutput } from "./commands/StopContactRecordingCommand";
83
+ import { SuspendContactRecordingCommandInput, SuspendContactRecordingCommandOutput } from "./commands/SuspendContactRecordingCommand";
84
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
85
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
86
+ import { UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput } from "./commands/UpdateAgentStatusCommand";
87
+ import { UpdateContactAttributesCommandInput, UpdateContactAttributesCommandOutput } from "./commands/UpdateContactAttributesCommand";
88
+ import { UpdateContactFlowContentCommandInput, UpdateContactFlowContentCommandOutput } from "./commands/UpdateContactFlowContentCommand";
89
+ import { UpdateContactFlowNameCommandInput, UpdateContactFlowNameCommandOutput } from "./commands/UpdateContactFlowNameCommand";
90
+ import { UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput } from "./commands/UpdateHoursOfOperationCommand";
91
+ import { UpdateInstanceAttributeCommandInput, UpdateInstanceAttributeCommandOutput } from "./commands/UpdateInstanceAttributeCommand";
92
+ import { UpdateInstanceStorageConfigCommandInput, UpdateInstanceStorageConfigCommandOutput } from "./commands/UpdateInstanceStorageConfigCommand";
93
+ import { UpdateQueueHoursOfOperationCommandInput, UpdateQueueHoursOfOperationCommandOutput } from "./commands/UpdateQueueHoursOfOperationCommand";
94
+ import { UpdateQueueMaxContactsCommandInput, UpdateQueueMaxContactsCommandOutput } from "./commands/UpdateQueueMaxContactsCommand";
95
+ import { UpdateQueueNameCommandInput, UpdateQueueNameCommandOutput } from "./commands/UpdateQueueNameCommand";
96
+ import { UpdateQueueOutboundCallerConfigCommandInput, UpdateQueueOutboundCallerConfigCommandOutput } from "./commands/UpdateQueueOutboundCallerConfigCommand";
97
+ import { UpdateQueueStatusCommandInput, UpdateQueueStatusCommandOutput } from "./commands/UpdateQueueStatusCommand";
98
+ import { UpdateQuickConnectConfigCommandInput, UpdateQuickConnectConfigCommandOutput } from "./commands/UpdateQuickConnectConfigCommand";
99
+ import { UpdateQuickConnectNameCommandInput, UpdateQuickConnectNameCommandOutput } from "./commands/UpdateQuickConnectNameCommand";
100
+ import { UpdateRoutingProfileConcurrencyCommandInput, UpdateRoutingProfileConcurrencyCommandOutput } from "./commands/UpdateRoutingProfileConcurrencyCommand";
101
+ import { UpdateRoutingProfileDefaultOutboundQueueCommandInput, UpdateRoutingProfileDefaultOutboundQueueCommandOutput } from "./commands/UpdateRoutingProfileDefaultOutboundQueueCommand";
102
+ import { UpdateRoutingProfileNameCommandInput, UpdateRoutingProfileNameCommandOutput } from "./commands/UpdateRoutingProfileNameCommand";
103
+ import { UpdateRoutingProfileQueuesCommandInput, UpdateRoutingProfileQueuesCommandOutput } from "./commands/UpdateRoutingProfileQueuesCommand";
104
+ import { UpdateUserHierarchyCommandInput, UpdateUserHierarchyCommandOutput } from "./commands/UpdateUserHierarchyCommand";
105
+ import { UpdateUserHierarchyGroupNameCommandInput, UpdateUserHierarchyGroupNameCommandOutput } from "./commands/UpdateUserHierarchyGroupNameCommand";
106
+ import { UpdateUserHierarchyStructureCommandInput, UpdateUserHierarchyStructureCommandOutput } from "./commands/UpdateUserHierarchyStructureCommand";
107
+ import { UpdateUserIdentityInfoCommandInput, UpdateUserIdentityInfoCommandOutput } from "./commands/UpdateUserIdentityInfoCommand";
108
+ import { UpdateUserPhoneConfigCommandInput, UpdateUserPhoneConfigCommandOutput } from "./commands/UpdateUserPhoneConfigCommand";
109
+ import { UpdateUserRoutingProfileCommandInput, UpdateUserRoutingProfileCommandOutput } from "./commands/UpdateUserRoutingProfileCommand";
110
+ import { UpdateUserSecurityProfilesCommandInput, UpdateUserSecurityProfilesCommandOutput } from "./commands/UpdateUserSecurityProfilesCommand";
111
+ import { ConnectClient } from "./ConnectClient";
112
+ /**
113
+ * <p>Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer
114
+ * contact center and provide reliable customer engagement at any scale.</p>
115
+ * <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize contact routing.
116
+ * You can also resolve customer issues more efficiently by getting customers in touch with the
117
+ * appropriate agents.</p>
118
+ * <p>There are limits to the number of Amazon Connect resources that you can create. There are also limits
119
+ * 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
120
+ * Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
121
+ * <p>You can
122
+ * connect
123
+ * programmatically to an AWS service by using an endpoint. For a list of Amazon Connect endpoints, see
124
+ * <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect
125
+ * Endpoints</a>.</p>
126
+ * <note>
127
+ * <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>
128
+ * </note>
129
+ */
130
+ export declare class Connect extends ConnectClient {
131
+ /**
132
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
133
+ * <p>Associates an approved origin to an Amazon Connect instance.</p>
134
+ */
135
+ associateApprovedOrigin(args: AssociateApprovedOriginCommandInput, options?: __HttpHandlerOptions): Promise<AssociateApprovedOriginCommandOutput>;
136
+ associateApprovedOrigin(args: AssociateApprovedOriginCommandInput, cb: (err: any, data?: AssociateApprovedOriginCommandOutput) => void): void;
137
+ associateApprovedOrigin(args: AssociateApprovedOriginCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateApprovedOriginCommandOutput) => void): void;
138
+ /**
139
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
140
+ * <p>Allows the specified Amazon Connect instance to access the specified Amazon Lex or Amazon Lex V2 bot.</p>
141
+ */
142
+ associateBot(args: AssociateBotCommandInput, options?: __HttpHandlerOptions): Promise<AssociateBotCommandOutput>;
143
+ associateBot(args: AssociateBotCommandInput, cb: (err: any, data?: AssociateBotCommandOutput) => void): void;
144
+ associateBot(args: AssociateBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateBotCommandOutput) => void): void;
145
+ /**
146
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
147
+ * <p>Associates a storage resource type for the first time. You can only associate one type of
148
+ * storage configuration in a single call. This means, for example, that you can't define an
149
+ * instance with multiple S3 buckets for storing chat transcripts.</p>
150
+ * <p>This API does not create a resource that doesn't exist. It only associates it to the
151
+ * instance. Ensure that the resource being specified in the storage configuration, like an S3
152
+ * bucket, exists when being used for association.</p>
153
+ */
154
+ associateInstanceStorageConfig(args: AssociateInstanceStorageConfigCommandInput, options?: __HttpHandlerOptions): Promise<AssociateInstanceStorageConfigCommandOutput>;
155
+ associateInstanceStorageConfig(args: AssociateInstanceStorageConfigCommandInput, cb: (err: any, data?: AssociateInstanceStorageConfigCommandOutput) => void): void;
156
+ associateInstanceStorageConfig(args: AssociateInstanceStorageConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateInstanceStorageConfigCommandOutput) => void): void;
157
+ /**
158
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
159
+ * <p>Allows the specified Amazon Connect instance to access the specified Lambda function.</p>
160
+ */
161
+ associateLambdaFunction(args: AssociateLambdaFunctionCommandInput, options?: __HttpHandlerOptions): Promise<AssociateLambdaFunctionCommandOutput>;
162
+ associateLambdaFunction(args: AssociateLambdaFunctionCommandInput, cb: (err: any, data?: AssociateLambdaFunctionCommandOutput) => void): void;
163
+ associateLambdaFunction(args: AssociateLambdaFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateLambdaFunctionCommandOutput) => void): void;
164
+ /**
165
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
166
+ * <p>Allows the specified Amazon Connect instance to access the specified Amazon Lex bot.</p>
167
+ */
168
+ associateLexBot(args: AssociateLexBotCommandInput, options?: __HttpHandlerOptions): Promise<AssociateLexBotCommandOutput>;
169
+ associateLexBot(args: AssociateLexBotCommandInput, cb: (err: any, data?: AssociateLexBotCommandOutput) => void): void;
170
+ associateLexBot(args: AssociateLexBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateLexBotCommandOutput) => void): void;
171
+ /**
172
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
173
+ * <p>Associates a set of quick connects with a queue.</p>
174
+ */
175
+ associateQueueQuickConnects(args: AssociateQueueQuickConnectsCommandInput, options?: __HttpHandlerOptions): Promise<AssociateQueueQuickConnectsCommandOutput>;
176
+ associateQueueQuickConnects(args: AssociateQueueQuickConnectsCommandInput, cb: (err: any, data?: AssociateQueueQuickConnectsCommandOutput) => void): void;
177
+ associateQueueQuickConnects(args: AssociateQueueQuickConnectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateQueueQuickConnectsCommandOutput) => void): void;
178
+ /**
179
+ * <p>Associates a set of queues with a routing profile.</p>
180
+ */
181
+ associateRoutingProfileQueues(args: AssociateRoutingProfileQueuesCommandInput, options?: __HttpHandlerOptions): Promise<AssociateRoutingProfileQueuesCommandOutput>;
182
+ associateRoutingProfileQueues(args: AssociateRoutingProfileQueuesCommandInput, cb: (err: any, data?: AssociateRoutingProfileQueuesCommandOutput) => void): void;
183
+ associateRoutingProfileQueues(args: AssociateRoutingProfileQueuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateRoutingProfileQueuesCommandOutput) => void): void;
184
+ /**
185
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
186
+ * <p>Associates a security key to the instance.</p>
187
+ */
188
+ associateSecurityKey(args: AssociateSecurityKeyCommandInput, options?: __HttpHandlerOptions): Promise<AssociateSecurityKeyCommandOutput>;
189
+ associateSecurityKey(args: AssociateSecurityKeyCommandInput, cb: (err: any, data?: AssociateSecurityKeyCommandOutput) => void): void;
190
+ associateSecurityKey(args: AssociateSecurityKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateSecurityKeyCommandOutput) => void): void;
191
+ /**
192
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
193
+ * <p>Creates an agent status for the specified Amazon Connect instance.</p>
194
+ */
195
+ createAgentStatus(args: CreateAgentStatusCommandInput, options?: __HttpHandlerOptions): Promise<CreateAgentStatusCommandOutput>;
196
+ createAgentStatus(args: CreateAgentStatusCommandInput, cb: (err: any, data?: CreateAgentStatusCommandOutput) => void): void;
197
+ createAgentStatus(args: CreateAgentStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAgentStatusCommandOutput) => void): void;
198
+ /**
199
+ * <p>Creates a contact flow for the specified Amazon Connect instance.</p>
200
+ * <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
201
+ * Flow language</a>.</p>
202
+ */
203
+ createContactFlow(args: CreateContactFlowCommandInput, options?: __HttpHandlerOptions): Promise<CreateContactFlowCommandOutput>;
204
+ createContactFlow(args: CreateContactFlowCommandInput, cb: (err: any, data?: CreateContactFlowCommandOutput) => void): void;
205
+ createContactFlow(args: CreateContactFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContactFlowCommandOutput) => void): void;
206
+ /**
207
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
208
+ * <p>Creates hours of operation. </p>
209
+ */
210
+ createHoursOfOperation(args: CreateHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<CreateHoursOfOperationCommandOutput>;
211
+ createHoursOfOperation(args: CreateHoursOfOperationCommandInput, cb: (err: any, data?: CreateHoursOfOperationCommandOutput) => void): void;
212
+ createHoursOfOperation(args: CreateHoursOfOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHoursOfOperationCommandOutput) => void): void;
213
+ /**
214
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
215
+ * <p>Initiates an Amazon Connect instance with all the supported channels enabled. It does not attach any
216
+ * storage, such as Amazon Simple Storage Service (Amazon S3) or Amazon Kinesis. It also does not
217
+ * allow for any configurations on features, such as Contact Lens for Amazon Connect. </p>
218
+ * <p>Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days.
219
+ * 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.
220
+ * You must wait 30 days before you can restart creating and deleting instances in your account.</p>
221
+ */
222
+ createInstance(args: CreateInstanceCommandInput, options?: __HttpHandlerOptions): Promise<CreateInstanceCommandOutput>;
223
+ createInstance(args: CreateInstanceCommandInput, cb: (err: any, data?: CreateInstanceCommandOutput) => void): void;
224
+ createInstance(args: CreateInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInstanceCommandOutput) => void): void;
225
+ /**
226
+ * <p>Creates an AWS resource association with an Amazon Connect instance.</p>
227
+ */
228
+ createIntegrationAssociation(args: CreateIntegrationAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateIntegrationAssociationCommandOutput>;
229
+ createIntegrationAssociation(args: CreateIntegrationAssociationCommandInput, cb: (err: any, data?: CreateIntegrationAssociationCommandOutput) => void): void;
230
+ createIntegrationAssociation(args: CreateIntegrationAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIntegrationAssociationCommandOutput) => void): void;
231
+ /**
232
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
233
+ * <p>Creates a new queue for the specified Amazon Connect instance.</p>
234
+ */
235
+ createQueue(args: CreateQueueCommandInput, options?: __HttpHandlerOptions): Promise<CreateQueueCommandOutput>;
236
+ createQueue(args: CreateQueueCommandInput, cb: (err: any, data?: CreateQueueCommandOutput) => void): void;
237
+ createQueue(args: CreateQueueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateQueueCommandOutput) => void): void;
238
+ /**
239
+ * <p>Creates a quick connect for the specified Amazon Connect instance.</p>
240
+ */
241
+ createQuickConnect(args: CreateQuickConnectCommandInput, options?: __HttpHandlerOptions): Promise<CreateQuickConnectCommandOutput>;
242
+ createQuickConnect(args: CreateQuickConnectCommandInput, cb: (err: any, data?: CreateQuickConnectCommandOutput) => void): void;
243
+ createQuickConnect(args: CreateQuickConnectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateQuickConnectCommandOutput) => void): void;
244
+ /**
245
+ * <p>Creates a new routing profile.</p>
246
+ */
247
+ createRoutingProfile(args: CreateRoutingProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateRoutingProfileCommandOutput>;
248
+ createRoutingProfile(args: CreateRoutingProfileCommandInput, cb: (err: any, data?: CreateRoutingProfileCommandOutput) => void): void;
249
+ createRoutingProfile(args: CreateRoutingProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRoutingProfileCommandOutput) => void): void;
250
+ /**
251
+ * <p>Creates a use case for an integration association.</p>
252
+ */
253
+ createUseCase(args: CreateUseCaseCommandInput, options?: __HttpHandlerOptions): Promise<CreateUseCaseCommandOutput>;
254
+ createUseCase(args: CreateUseCaseCommandInput, cb: (err: any, data?: CreateUseCaseCommandOutput) => void): void;
255
+ createUseCase(args: CreateUseCaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUseCaseCommandOutput) => void): void;
256
+ /**
257
+ * <p>Creates a user account for the specified Amazon Connect instance.</p>
258
+ * <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
259
+ * the <i>Amazon Connect Administrator Guide</i>.</p>
260
+ */
261
+ createUser(args: CreateUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserCommandOutput>;
262
+ createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
263
+ createUser(args: CreateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
264
+ /**
265
+ * <p>Creates a new user hierarchy group.</p>
266
+ */
267
+ createUserHierarchyGroup(args: CreateUserHierarchyGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserHierarchyGroupCommandOutput>;
268
+ createUserHierarchyGroup(args: CreateUserHierarchyGroupCommandInput, cb: (err: any, data?: CreateUserHierarchyGroupCommandOutput) => void): void;
269
+ createUserHierarchyGroup(args: CreateUserHierarchyGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserHierarchyGroupCommandOutput) => void): void;
270
+ /**
271
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
272
+ * <p>Deletes an hours of operation.</p>
273
+ */
274
+ deleteHoursOfOperation(args: DeleteHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteHoursOfOperationCommandOutput>;
275
+ deleteHoursOfOperation(args: DeleteHoursOfOperationCommandInput, cb: (err: any, data?: DeleteHoursOfOperationCommandOutput) => void): void;
276
+ deleteHoursOfOperation(args: DeleteHoursOfOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHoursOfOperationCommandOutput) => void): void;
277
+ /**
278
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
279
+ * <p>Deletes the Amazon Connect instance.</p>
280
+ * <p>Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days.
281
+ * 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.
282
+ * You must wait 30 days before you can restart creating and deleting instances in your account.</p>
283
+ */
284
+ deleteInstance(args: DeleteInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInstanceCommandOutput>;
285
+ deleteInstance(args: DeleteInstanceCommandInput, cb: (err: any, data?: DeleteInstanceCommandOutput) => void): void;
286
+ deleteInstance(args: DeleteInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInstanceCommandOutput) => void): void;
287
+ /**
288
+ * <p>Deletes an AWS resource association from an Amazon Connect instance. The association must not have
289
+ * any use cases associated with it.</p>
290
+ */
291
+ deleteIntegrationAssociation(args: DeleteIntegrationAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIntegrationAssociationCommandOutput>;
292
+ deleteIntegrationAssociation(args: DeleteIntegrationAssociationCommandInput, cb: (err: any, data?: DeleteIntegrationAssociationCommandOutput) => void): void;
293
+ deleteIntegrationAssociation(args: DeleteIntegrationAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIntegrationAssociationCommandOutput) => void): void;
294
+ /**
295
+ * <p>Deletes a quick connect.</p>
296
+ */
297
+ deleteQuickConnect(args: DeleteQuickConnectCommandInput, options?: __HttpHandlerOptions): Promise<DeleteQuickConnectCommandOutput>;
298
+ deleteQuickConnect(args: DeleteQuickConnectCommandInput, cb: (err: any, data?: DeleteQuickConnectCommandOutput) => void): void;
299
+ deleteQuickConnect(args: DeleteQuickConnectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteQuickConnectCommandOutput) => void): void;
300
+ /**
301
+ * <p>Deletes a use case from an integration association.</p>
302
+ */
303
+ deleteUseCase(args: DeleteUseCaseCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUseCaseCommandOutput>;
304
+ deleteUseCase(args: DeleteUseCaseCommandInput, cb: (err: any, data?: DeleteUseCaseCommandOutput) => void): void;
305
+ deleteUseCase(args: DeleteUseCaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUseCaseCommandOutput) => void): void;
306
+ /**
307
+ * <p>Deletes a user account from the specified Amazon Connect instance.</p>
308
+ * <p>For information about what happens to a user's data when their account is deleted, see
309
+ * <a href="https://docs.aws.amazon.com/connect/latest/adminguide/delete-users.html">Delete Users from
310
+ * Your Amazon Connect Instance</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
311
+ */
312
+ deleteUser(args: DeleteUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserCommandOutput>;
313
+ deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
314
+ deleteUser(args: DeleteUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
315
+ /**
316
+ * <p>Deletes an existing user hierarchy group. It must not be associated with any agents or have
317
+ * any active child groups.</p>
318
+ */
319
+ deleteUserHierarchyGroup(args: DeleteUserHierarchyGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserHierarchyGroupCommandOutput>;
320
+ deleteUserHierarchyGroup(args: DeleteUserHierarchyGroupCommandInput, cb: (err: any, data?: DeleteUserHierarchyGroupCommandOutput) => void): void;
321
+ deleteUserHierarchyGroup(args: DeleteUserHierarchyGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserHierarchyGroupCommandOutput) => void): void;
322
+ /**
323
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
324
+ * <p>Describes an agent status.</p>
325
+ */
326
+ describeAgentStatus(args: DescribeAgentStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAgentStatusCommandOutput>;
327
+ describeAgentStatus(args: DescribeAgentStatusCommandInput, cb: (err: any, data?: DescribeAgentStatusCommandOutput) => void): void;
328
+ describeAgentStatus(args: DescribeAgentStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAgentStatusCommandOutput) => void): void;
329
+ /**
330
+ * <p>Describes the specified contact flow.</p>
331
+ * <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
332
+ * Flow language</a>.</p>
333
+ */
334
+ describeContactFlow(args: DescribeContactFlowCommandInput, options?: __HttpHandlerOptions): Promise<DescribeContactFlowCommandOutput>;
335
+ describeContactFlow(args: DescribeContactFlowCommandInput, cb: (err: any, data?: DescribeContactFlowCommandOutput) => void): void;
336
+ describeContactFlow(args: DescribeContactFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeContactFlowCommandOutput) => void): void;
337
+ /**
338
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
339
+ * <p>Describes the hours of operation.</p>
340
+ */
341
+ describeHoursOfOperation(args: DescribeHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeHoursOfOperationCommandOutput>;
342
+ describeHoursOfOperation(args: DescribeHoursOfOperationCommandInput, cb: (err: any, data?: DescribeHoursOfOperationCommandOutput) => void): void;
343
+ describeHoursOfOperation(args: DescribeHoursOfOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHoursOfOperationCommandOutput) => void): void;
344
+ /**
345
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
346
+ * <p>Returns the current state of the specified instance identifier. It tracks the instance while
347
+ * it is being created and returns an error status, if applicable. </p>
348
+ * <p>If an instance is not created successfully, the instance status reason field returns details
349
+ * relevant to the reason. The instance in a failed state is returned only for 24 hours after the
350
+ * CreateInstance API was invoked.</p>
351
+ */
352
+ describeInstance(args: DescribeInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstanceCommandOutput>;
353
+ describeInstance(args: DescribeInstanceCommandInput, cb: (err: any, data?: DescribeInstanceCommandOutput) => void): void;
354
+ describeInstance(args: DescribeInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceCommandOutput) => void): void;
355
+ /**
356
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
357
+ * <p>Describes the specified instance attribute.</p>
358
+ */
359
+ describeInstanceAttribute(args: DescribeInstanceAttributeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstanceAttributeCommandOutput>;
360
+ describeInstanceAttribute(args: DescribeInstanceAttributeCommandInput, cb: (err: any, data?: DescribeInstanceAttributeCommandOutput) => void): void;
361
+ describeInstanceAttribute(args: DescribeInstanceAttributeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceAttributeCommandOutput) => void): void;
362
+ /**
363
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
364
+ * <p>Retrieves the current storage configurations for the specified resource type, association
365
+ * ID, and instance ID.</p>
366
+ */
367
+ describeInstanceStorageConfig(args: DescribeInstanceStorageConfigCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstanceStorageConfigCommandOutput>;
368
+ describeInstanceStorageConfig(args: DescribeInstanceStorageConfigCommandInput, cb: (err: any, data?: DescribeInstanceStorageConfigCommandOutput) => void): void;
369
+ describeInstanceStorageConfig(args: DescribeInstanceStorageConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceStorageConfigCommandOutput) => void): void;
370
+ /**
371
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
372
+ * <p>Describes the specified queue.</p>
373
+ */
374
+ describeQueue(args: DescribeQueueCommandInput, options?: __HttpHandlerOptions): Promise<DescribeQueueCommandOutput>;
375
+ describeQueue(args: DescribeQueueCommandInput, cb: (err: any, data?: DescribeQueueCommandOutput) => void): void;
376
+ describeQueue(args: DescribeQueueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeQueueCommandOutput) => void): void;
377
+ /**
378
+ * <p>Describes the quick connect.</p>
379
+ */
380
+ describeQuickConnect(args: DescribeQuickConnectCommandInput, options?: __HttpHandlerOptions): Promise<DescribeQuickConnectCommandOutput>;
381
+ describeQuickConnect(args: DescribeQuickConnectCommandInput, cb: (err: any, data?: DescribeQuickConnectCommandOutput) => void): void;
382
+ describeQuickConnect(args: DescribeQuickConnectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeQuickConnectCommandOutput) => void): void;
383
+ /**
384
+ * <p>Describes the specified routing profile.</p>
385
+ */
386
+ describeRoutingProfile(args: DescribeRoutingProfileCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRoutingProfileCommandOutput>;
387
+ describeRoutingProfile(args: DescribeRoutingProfileCommandInput, cb: (err: any, data?: DescribeRoutingProfileCommandOutput) => void): void;
388
+ describeRoutingProfile(args: DescribeRoutingProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRoutingProfileCommandOutput) => void): void;
389
+ /**
390
+ * <p>Describes the specified user account. You can find the instance ID in the console (it’s the
391
+ * final part of the ARN). The console does not display the user IDs. Instead, list the users and
392
+ * note the IDs provided in the output.</p>
393
+ */
394
+ describeUser(args: DescribeUserCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserCommandOutput>;
395
+ describeUser(args: DescribeUserCommandInput, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
396
+ describeUser(args: DescribeUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
397
+ /**
398
+ * <p>Describes the specified hierarchy group.</p>
399
+ */
400
+ describeUserHierarchyGroup(args: DescribeUserHierarchyGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserHierarchyGroupCommandOutput>;
401
+ describeUserHierarchyGroup(args: DescribeUserHierarchyGroupCommandInput, cb: (err: any, data?: DescribeUserHierarchyGroupCommandOutput) => void): void;
402
+ describeUserHierarchyGroup(args: DescribeUserHierarchyGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserHierarchyGroupCommandOutput) => void): void;
403
+ /**
404
+ * <p>Describes the hierarchy structure of the specified Amazon Connect instance.</p>
405
+ */
406
+ describeUserHierarchyStructure(args: DescribeUserHierarchyStructureCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserHierarchyStructureCommandOutput>;
407
+ describeUserHierarchyStructure(args: DescribeUserHierarchyStructureCommandInput, cb: (err: any, data?: DescribeUserHierarchyStructureCommandOutput) => void): void;
408
+ describeUserHierarchyStructure(args: DescribeUserHierarchyStructureCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserHierarchyStructureCommandOutput) => void): void;
409
+ /**
410
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
411
+ * <p>Revokes access to integrated applications from Amazon Connect.</p>
412
+ */
413
+ disassociateApprovedOrigin(args: DisassociateApprovedOriginCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateApprovedOriginCommandOutput>;
414
+ disassociateApprovedOrigin(args: DisassociateApprovedOriginCommandInput, cb: (err: any, data?: DisassociateApprovedOriginCommandOutput) => void): void;
415
+ disassociateApprovedOrigin(args: DisassociateApprovedOriginCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateApprovedOriginCommandOutput) => void): void;
416
+ /**
417
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
418
+ * <p>Revokes authorization from the specified instance to access the specified Amazon Lex or Amazon Lex V2
419
+ * bot. </p>
420
+ */
421
+ disassociateBot(args: DisassociateBotCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateBotCommandOutput>;
422
+ disassociateBot(args: DisassociateBotCommandInput, cb: (err: any, data?: DisassociateBotCommandOutput) => void): void;
423
+ disassociateBot(args: DisassociateBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateBotCommandOutput) => void): void;
424
+ /**
425
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
426
+ * <p>Removes the storage type configurations for the specified resource type and association
427
+ * ID.</p>
428
+ */
429
+ disassociateInstanceStorageConfig(args: DisassociateInstanceStorageConfigCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateInstanceStorageConfigCommandOutput>;
430
+ disassociateInstanceStorageConfig(args: DisassociateInstanceStorageConfigCommandInput, cb: (err: any, data?: DisassociateInstanceStorageConfigCommandOutput) => void): void;
431
+ disassociateInstanceStorageConfig(args: DisassociateInstanceStorageConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateInstanceStorageConfigCommandOutput) => void): void;
432
+ /**
433
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
434
+ * <p>Remove the Lambda function from the dropdown options available in the relevant contact flow
435
+ * blocks.</p>
436
+ */
437
+ disassociateLambdaFunction(args: DisassociateLambdaFunctionCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateLambdaFunctionCommandOutput>;
438
+ disassociateLambdaFunction(args: DisassociateLambdaFunctionCommandInput, cb: (err: any, data?: DisassociateLambdaFunctionCommandOutput) => void): void;
439
+ disassociateLambdaFunction(args: DisassociateLambdaFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateLambdaFunctionCommandOutput) => void): void;
440
+ /**
441
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
442
+ * <p>Revokes authorization from the specified instance to access the specified Amazon Lex bot.</p>
443
+ */
444
+ disassociateLexBot(args: DisassociateLexBotCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateLexBotCommandOutput>;
445
+ disassociateLexBot(args: DisassociateLexBotCommandInput, cb: (err: any, data?: DisassociateLexBotCommandOutput) => void): void;
446
+ disassociateLexBot(args: DisassociateLexBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateLexBotCommandOutput) => void): void;
447
+ /**
448
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
449
+ * <p>Disassociates a set of quick connects from a queue.</p>
450
+ */
451
+ disassociateQueueQuickConnects(args: DisassociateQueueQuickConnectsCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateQueueQuickConnectsCommandOutput>;
452
+ disassociateQueueQuickConnects(args: DisassociateQueueQuickConnectsCommandInput, cb: (err: any, data?: DisassociateQueueQuickConnectsCommandOutput) => void): void;
453
+ disassociateQueueQuickConnects(args: DisassociateQueueQuickConnectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateQueueQuickConnectsCommandOutput) => void): void;
454
+ /**
455
+ * <p>Disassociates a set of queues from a routing profile.</p>
456
+ */
457
+ disassociateRoutingProfileQueues(args: DisassociateRoutingProfileQueuesCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateRoutingProfileQueuesCommandOutput>;
458
+ disassociateRoutingProfileQueues(args: DisassociateRoutingProfileQueuesCommandInput, cb: (err: any, data?: DisassociateRoutingProfileQueuesCommandOutput) => void): void;
459
+ disassociateRoutingProfileQueues(args: DisassociateRoutingProfileQueuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateRoutingProfileQueuesCommandOutput) => void): void;
460
+ /**
461
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
462
+ * <p>Deletes the specified security key.</p>
463
+ */
464
+ disassociateSecurityKey(args: DisassociateSecurityKeyCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateSecurityKeyCommandOutput>;
465
+ disassociateSecurityKey(args: DisassociateSecurityKeyCommandInput, cb: (err: any, data?: DisassociateSecurityKeyCommandOutput) => void): void;
466
+ disassociateSecurityKey(args: DisassociateSecurityKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateSecurityKeyCommandOutput) => void): void;
467
+ /**
468
+ * <p>Retrieves the contact attributes for the specified contact.</p>
469
+ */
470
+ getContactAttributes(args: GetContactAttributesCommandInput, options?: __HttpHandlerOptions): Promise<GetContactAttributesCommandOutput>;
471
+ getContactAttributes(args: GetContactAttributesCommandInput, cb: (err: any, data?: GetContactAttributesCommandOutput) => void): void;
472
+ getContactAttributes(args: GetContactAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContactAttributesCommandOutput) => void): void;
473
+ /**
474
+ * <p>Gets the real-time metric data from the specified Amazon Connect instance.</p>
475
+ * <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
476
+ * Definitions</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
477
+ */
478
+ getCurrentMetricData(args: GetCurrentMetricDataCommandInput, options?: __HttpHandlerOptions): Promise<GetCurrentMetricDataCommandOutput>;
479
+ getCurrentMetricData(args: GetCurrentMetricDataCommandInput, cb: (err: any, data?: GetCurrentMetricDataCommandOutput) => void): void;
480
+ getCurrentMetricData(args: GetCurrentMetricDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCurrentMetricDataCommandOutput) => void): void;
481
+ /**
482
+ * <p>Retrieves a token for federation.</p>
483
+ * <note>
484
+ * <p>This API doesn't support root users. If you try to invoke GetFederationToken with root
485
+ * credentials, an error message similar to the following one appears: </p>
486
+ * <p>
487
+ * <code>Provided identity: Principal: .... User: .... cannot be used for federation with
488
+ * Amazon Connect</code>
489
+ * </p>
490
+ * </note>
491
+ */
492
+ getFederationToken(args: GetFederationTokenCommandInput, options?: __HttpHandlerOptions): Promise<GetFederationTokenCommandOutput>;
493
+ getFederationToken(args: GetFederationTokenCommandInput, cb: (err: any, data?: GetFederationTokenCommandOutput) => void): void;
494
+ getFederationToken(args: GetFederationTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFederationTokenCommandOutput) => void): void;
495
+ /**
496
+ * <p>Gets historical metric data from the specified Amazon Connect instance.</p>
497
+ *
498
+ * <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
499
+ * Definitions</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
500
+ */
501
+ getMetricData(args: GetMetricDataCommandInput, options?: __HttpHandlerOptions): Promise<GetMetricDataCommandOutput>;
502
+ getMetricData(args: GetMetricDataCommandInput, cb: (err: any, data?: GetMetricDataCommandOutput) => void): void;
503
+ getMetricData(args: GetMetricDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMetricDataCommandOutput) => void): void;
504
+ /**
505
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
506
+ * <p>Lists agent statuses.</p>
507
+ */
508
+ listAgentStatuses(args: ListAgentStatusesCommandInput, options?: __HttpHandlerOptions): Promise<ListAgentStatusesCommandOutput>;
509
+ listAgentStatuses(args: ListAgentStatusesCommandInput, cb: (err: any, data?: ListAgentStatusesCommandOutput) => void): void;
510
+ listAgentStatuses(args: ListAgentStatusesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAgentStatusesCommandOutput) => void): void;
511
+ /**
512
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
513
+ * <p>Returns a paginated list of all approved origins associated with the instance.</p>
514
+ */
515
+ listApprovedOrigins(args: ListApprovedOriginsCommandInput, options?: __HttpHandlerOptions): Promise<ListApprovedOriginsCommandOutput>;
516
+ listApprovedOrigins(args: ListApprovedOriginsCommandInput, cb: (err: any, data?: ListApprovedOriginsCommandOutput) => void): void;
517
+ listApprovedOrigins(args: ListApprovedOriginsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApprovedOriginsCommandOutput) => void): void;
518
+ /**
519
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
520
+ * <p>For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the
521
+ * instance. </p>
522
+ */
523
+ listBots(args: ListBotsCommandInput, options?: __HttpHandlerOptions): Promise<ListBotsCommandOutput>;
524
+ listBots(args: ListBotsCommandInput, cb: (err: any, data?: ListBotsCommandOutput) => void): void;
525
+ listBots(args: ListBotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBotsCommandOutput) => void): void;
526
+ /**
527
+ * <p>Provides information about the contact flows for the specified Amazon Connect instance.</p>
528
+ * <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
529
+ * Flow language</a>.</p>
530
+ * <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
531
+ * <i>Amazon Connect Administrator Guide</i>.</p>
532
+ */
533
+ listContactFlows(args: ListContactFlowsCommandInput, options?: __HttpHandlerOptions): Promise<ListContactFlowsCommandOutput>;
534
+ listContactFlows(args: ListContactFlowsCommandInput, cb: (err: any, data?: ListContactFlowsCommandOutput) => void): void;
535
+ listContactFlows(args: ListContactFlowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContactFlowsCommandOutput) => void): void;
536
+ /**
537
+ * <p>Provides information about the hours of operation for the specified Amazon Connect instance.</p>
538
+ * <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
539
+ * Queue</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
540
+ */
541
+ listHoursOfOperations(args: ListHoursOfOperationsCommandInput, options?: __HttpHandlerOptions): Promise<ListHoursOfOperationsCommandOutput>;
542
+ listHoursOfOperations(args: ListHoursOfOperationsCommandInput, cb: (err: any, data?: ListHoursOfOperationsCommandOutput) => void): void;
543
+ listHoursOfOperations(args: ListHoursOfOperationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHoursOfOperationsCommandOutput) => void): void;
544
+ /**
545
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
546
+ * <p>Returns a paginated list of all attribute types for the given instance.</p>
547
+ */
548
+ listInstanceAttributes(args: ListInstanceAttributesCommandInput, options?: __HttpHandlerOptions): Promise<ListInstanceAttributesCommandOutput>;
549
+ listInstanceAttributes(args: ListInstanceAttributesCommandInput, cb: (err: any, data?: ListInstanceAttributesCommandOutput) => void): void;
550
+ listInstanceAttributes(args: ListInstanceAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInstanceAttributesCommandOutput) => void): void;
551
+ /**
552
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
553
+ * <p>Return a list of instances which are in active state, creation-in-progress state, and failed
554
+ * state. Instances that aren't successfully created (they are in a failed state) are returned only
555
+ * for 24 hours after the CreateInstance API was invoked.</p>
556
+ */
557
+ listInstances(args: ListInstancesCommandInput, options?: __HttpHandlerOptions): Promise<ListInstancesCommandOutput>;
558
+ listInstances(args: ListInstancesCommandInput, cb: (err: any, data?: ListInstancesCommandOutput) => void): void;
559
+ listInstances(args: ListInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInstancesCommandOutput) => void): void;
560
+ /**
561
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
562
+ *
563
+ * <p>Returns a paginated list of storage configs for the identified instance and resource
564
+ * type.</p>
565
+ */
566
+ listInstanceStorageConfigs(args: ListInstanceStorageConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListInstanceStorageConfigsCommandOutput>;
567
+ listInstanceStorageConfigs(args: ListInstanceStorageConfigsCommandInput, cb: (err: any, data?: ListInstanceStorageConfigsCommandOutput) => void): void;
568
+ listInstanceStorageConfigs(args: ListInstanceStorageConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInstanceStorageConfigsCommandOutput) => void): void;
569
+ /**
570
+ * <p>Provides summary information about the AWS resource associations for the specified Amazon Connect
571
+ * instance.</p>
572
+ */
573
+ listIntegrationAssociations(args: ListIntegrationAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListIntegrationAssociationsCommandOutput>;
574
+ listIntegrationAssociations(args: ListIntegrationAssociationsCommandInput, cb: (err: any, data?: ListIntegrationAssociationsCommandOutput) => void): void;
575
+ listIntegrationAssociations(args: ListIntegrationAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIntegrationAssociationsCommandOutput) => void): void;
576
+ /**
577
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
578
+ * <p>Returns a paginated list of all Lambda functions that display in the dropdown options in the
579
+ * relevant contact flow blocks.</p>
580
+ */
581
+ listLambdaFunctions(args: ListLambdaFunctionsCommandInput, options?: __HttpHandlerOptions): Promise<ListLambdaFunctionsCommandOutput>;
582
+ listLambdaFunctions(args: ListLambdaFunctionsCommandInput, cb: (err: any, data?: ListLambdaFunctionsCommandOutput) => void): void;
583
+ listLambdaFunctions(args: ListLambdaFunctionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLambdaFunctionsCommandOutput) => void): void;
584
+ /**
585
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
586
+ * <p>Returns a paginated list of all the Amazon Lex bots currently associated with the
587
+ * instance.</p>
588
+ */
589
+ listLexBots(args: ListLexBotsCommandInput, options?: __HttpHandlerOptions): Promise<ListLexBotsCommandOutput>;
590
+ listLexBots(args: ListLexBotsCommandInput, cb: (err: any, data?: ListLexBotsCommandOutput) => void): void;
591
+ listLexBots(args: ListLexBotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLexBotsCommandOutput) => void): void;
592
+ /**
593
+ * <p>Provides information about the phone numbers for the specified Amazon Connect instance. </p>
594
+ * <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
595
+ * Contact Center</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
596
+ */
597
+ listPhoneNumbers(args: ListPhoneNumbersCommandInput, options?: __HttpHandlerOptions): Promise<ListPhoneNumbersCommandOutput>;
598
+ listPhoneNumbers(args: ListPhoneNumbersCommandInput, cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void): void;
599
+ listPhoneNumbers(args: ListPhoneNumbersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void): void;
600
+ /**
601
+ * <p>Provides information about the prompts for the specified Amazon Connect instance.</p>
602
+ */
603
+ listPrompts(args: ListPromptsCommandInput, options?: __HttpHandlerOptions): Promise<ListPromptsCommandOutput>;
604
+ listPrompts(args: ListPromptsCommandInput, cb: (err: any, data?: ListPromptsCommandOutput) => void): void;
605
+ listPrompts(args: ListPromptsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPromptsCommandOutput) => void): void;
606
+ /**
607
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
608
+ * <p>Lists the quick connects associated with a queue.</p>
609
+ */
610
+ listQueueQuickConnects(args: ListQueueQuickConnectsCommandInput, options?: __HttpHandlerOptions): Promise<ListQueueQuickConnectsCommandOutput>;
611
+ listQueueQuickConnects(args: ListQueueQuickConnectsCommandInput, cb: (err: any, data?: ListQueueQuickConnectsCommandOutput) => void): void;
612
+ listQueueQuickConnects(args: ListQueueQuickConnectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQueueQuickConnectsCommandOutput) => void): void;
613
+ /**
614
+ * <p>Provides information about the queues for the specified Amazon Connect instance.</p>
615
+ * <p>If you do not specify a <code>QueueTypes</code>
616
+ * parameter, both standard and agent queues are returned. This might cause an unexpected truncation
617
+ * of results if you have more than 1000 agents and you limit the number of results of the API call
618
+ * in code.</p>
619
+ * <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
620
+ * Agent</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
621
+ */
622
+ listQueues(args: ListQueuesCommandInput, options?: __HttpHandlerOptions): Promise<ListQueuesCommandOutput>;
623
+ listQueues(args: ListQueuesCommandInput, cb: (err: any, data?: ListQueuesCommandOutput) => void): void;
624
+ listQueues(args: ListQueuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQueuesCommandOutput) => void): void;
625
+ /**
626
+ * <p>Provides information about the quick connects for the specified Amazon Connect instance. </p>
627
+ */
628
+ listQuickConnects(args: ListQuickConnectsCommandInput, options?: __HttpHandlerOptions): Promise<ListQuickConnectsCommandOutput>;
629
+ listQuickConnects(args: ListQuickConnectsCommandInput, cb: (err: any, data?: ListQuickConnectsCommandOutput) => void): void;
630
+ listQuickConnects(args: ListQuickConnectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQuickConnectsCommandOutput) => void): void;
631
+ /**
632
+ * <p>Lists the queues associated with a routing profile.</p>
633
+ */
634
+ listRoutingProfileQueues(args: ListRoutingProfileQueuesCommandInput, options?: __HttpHandlerOptions): Promise<ListRoutingProfileQueuesCommandOutput>;
635
+ listRoutingProfileQueues(args: ListRoutingProfileQueuesCommandInput, cb: (err: any, data?: ListRoutingProfileQueuesCommandOutput) => void): void;
636
+ listRoutingProfileQueues(args: ListRoutingProfileQueuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRoutingProfileQueuesCommandOutput) => void): void;
637
+ /**
638
+ * <p>Provides summary information about the routing profiles for the specified Amazon Connect
639
+ * instance.</p>
640
+ * <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
641
+ * Profile</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
642
+ */
643
+ listRoutingProfiles(args: ListRoutingProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListRoutingProfilesCommandOutput>;
644
+ listRoutingProfiles(args: ListRoutingProfilesCommandInput, cb: (err: any, data?: ListRoutingProfilesCommandOutput) => void): void;
645
+ listRoutingProfiles(args: ListRoutingProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRoutingProfilesCommandOutput) => void): void;
646
+ /**
647
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
648
+ * <p>Returns a paginated list of all security keys associated with the instance.</p>
649
+ */
650
+ listSecurityKeys(args: ListSecurityKeysCommandInput, options?: __HttpHandlerOptions): Promise<ListSecurityKeysCommandOutput>;
651
+ listSecurityKeys(args: ListSecurityKeysCommandInput, cb: (err: any, data?: ListSecurityKeysCommandOutput) => void): void;
652
+ listSecurityKeys(args: ListSecurityKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityKeysCommandOutput) => void): void;
653
+ /**
654
+ * <p>Provides summary information about the security profiles for the specified Amazon Connect
655
+ * instance.</p>
656
+ * <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
657
+ * <i>Amazon Connect Administrator Guide</i>.</p>
658
+ */
659
+ listSecurityProfiles(args: ListSecurityProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListSecurityProfilesCommandOutput>;
660
+ listSecurityProfiles(args: ListSecurityProfilesCommandInput, cb: (err: any, data?: ListSecurityProfilesCommandOutput) => void): void;
661
+ listSecurityProfiles(args: ListSecurityProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityProfilesCommandOutput) => void): void;
662
+ /**
663
+ * <p>Lists the tags for the specified resource.</p>
664
+ * <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
665
+ * Policy Examples</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
666
+ */
667
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
668
+ listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
669
+ listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
670
+ /**
671
+ * <p>Lists the use cases for the integration association. </p>
672
+ */
673
+ listUseCases(args: ListUseCasesCommandInput, options?: __HttpHandlerOptions): Promise<ListUseCasesCommandOutput>;
674
+ listUseCases(args: ListUseCasesCommandInput, cb: (err: any, data?: ListUseCasesCommandOutput) => void): void;
675
+ listUseCases(args: ListUseCasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUseCasesCommandOutput) => void): void;
676
+ /**
677
+ * <p>Provides summary information about the hierarchy groups for the specified Amazon Connect
678
+ * instance.</p>
679
+ * <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
680
+ * <i>Amazon Connect Administrator Guide</i>.</p>
681
+ */
682
+ listUserHierarchyGroups(args: ListUserHierarchyGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListUserHierarchyGroupsCommandOutput>;
683
+ listUserHierarchyGroups(args: ListUserHierarchyGroupsCommandInput, cb: (err: any, data?: ListUserHierarchyGroupsCommandOutput) => void): void;
684
+ listUserHierarchyGroups(args: ListUserHierarchyGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUserHierarchyGroupsCommandOutput) => void): void;
685
+ /**
686
+ * <p>Provides summary information about the users for the specified Amazon Connect instance.</p>
687
+ */
688
+ listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
689
+ listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
690
+ listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
691
+ /**
692
+ * <p>When a contact is being recorded, and the recording has been suspended using
693
+ * SuspendContactRecording, this API resumes recording the call.</p>
694
+ *
695
+ * <p>Only voice recordings are supported at this time.</p>
696
+ */
697
+ resumeContactRecording(args: ResumeContactRecordingCommandInput, options?: __HttpHandlerOptions): Promise<ResumeContactRecordingCommandOutput>;
698
+ resumeContactRecording(args: ResumeContactRecordingCommandInput, cb: (err: any, data?: ResumeContactRecordingCommandOutput) => void): void;
699
+ resumeContactRecording(args: ResumeContactRecordingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResumeContactRecordingCommandOutput) => void): void;
700
+ /**
701
+ * <p>Initiates a contact flow to start a new chat for the customer. Response of this API provides
702
+ * 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>
703
+ *
704
+ * <p>When a new chat contact is successfully created, clients must subscribe to the participant’s
705
+ * 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>
706
+ *
707
+ * <p>A 429 error occurs in two situations:</p>
708
+ * <ul>
709
+ * <li>
710
+ * <p>API rate limit is exceeded. API TPS throttling returns a <code>TooManyRequests</code>
711
+ * exception.</p>
712
+ * </li>
713
+ * <li>
714
+ * <p>The <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">quota for concurrent active
715
+ * chats</a> is exceeded. Active chat throttling returns a
716
+ * <code>LimitExceededException</code>.</p>
717
+ * </li>
718
+ * </ul>
719
+ *
720
+ * <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
721
+ * Guide</i>.</p>
722
+ */
723
+ startChatContact(args: StartChatContactCommandInput, options?: __HttpHandlerOptions): Promise<StartChatContactCommandOutput>;
724
+ startChatContact(args: StartChatContactCommandInput, cb: (err: any, data?: StartChatContactCommandOutput) => void): void;
725
+ startChatContact(args: StartChatContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartChatContactCommandOutput) => void): void;
726
+ /**
727
+ * <p>Starts recording the contact when the agent joins the call. StartContactRecording is a
728
+ * one-time action. For example, if you use StopContactRecording to stop recording an ongoing call,
729
+ * you can't use StartContactRecording to restart it. For scenarios where the recording has started
730
+ * and you want to suspend and resume it, such as when collecting sensitive information (for
731
+ * example, a credit card number), use SuspendContactRecording and ResumeContactRecording.</p>
732
+ * <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
733
+ * behavior</a> block.</p>
734
+ * <p>Only voice recordings are supported at this time.</p>
735
+ */
736
+ startContactRecording(args: StartContactRecordingCommandInput, options?: __HttpHandlerOptions): Promise<StartContactRecordingCommandOutput>;
737
+ startContactRecording(args: StartContactRecordingCommandInput, cb: (err: any, data?: StartContactRecordingCommandOutput) => void): void;
738
+ startContactRecording(args: StartContactRecordingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartContactRecordingCommandOutput) => void): void;
739
+ /**
740
+ * <p>Places an outbound call to a contact, and then initiates the contact flow. It performs the
741
+ * actions in the contact flow that's specified (in <code>ContactFlowId</code>).</p>
742
+ *
743
+ * <p>Agents do not initiate the outbound API, which means that they do not dial the contact. If
744
+ * the contact flow places an outbound call to a contact, and then puts the contact in queue, the
745
+ * call is then routed to the agent, like any other inbound case.</p>
746
+ *
747
+ * <p>There is a 60-second dialing timeout for this operation. If the call is not connected after
748
+ * 60 seconds, it fails.</p>
749
+ * <note>
750
+ * <p>UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK
751
+ * mobile numbers, you must submit a service quota increase request. For more information, see
752
+ * <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>
753
+ * </note>
754
+ * <note>
755
+ * <p>Campaign calls are not allowed by default. Before you can make a call with
756
+ * <code>TrafficType</code> = <code>CAMPAIGN</code>, you must submit a service quota increase request. For more information, see
757
+ * <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>
758
+ * </note>
759
+ */
760
+ startOutboundVoiceContact(args: StartOutboundVoiceContactCommandInput, options?: __HttpHandlerOptions): Promise<StartOutboundVoiceContactCommandOutput>;
761
+ startOutboundVoiceContact(args: StartOutboundVoiceContactCommandInput, cb: (err: any, data?: StartOutboundVoiceContactCommandOutput) => void): void;
762
+ startOutboundVoiceContact(args: StartOutboundVoiceContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartOutboundVoiceContactCommandOutput) => void): void;
763
+ /**
764
+ * <p>Initiates a contact flow to start a new task.</p>
765
+ */
766
+ startTaskContact(args: StartTaskContactCommandInput, options?: __HttpHandlerOptions): Promise<StartTaskContactCommandOutput>;
767
+ startTaskContact(args: StartTaskContactCommandInput, cb: (err: any, data?: StartTaskContactCommandOutput) => void): void;
768
+ startTaskContact(args: StartTaskContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartTaskContactCommandOutput) => void): void;
769
+ /**
770
+ * <p>Ends the specified contact.</p>
771
+ */
772
+ stopContact(args: StopContactCommandInput, options?: __HttpHandlerOptions): Promise<StopContactCommandOutput>;
773
+ stopContact(args: StopContactCommandInput, cb: (err: any, data?: StopContactCommandOutput) => void): void;
774
+ stopContact(args: StopContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopContactCommandOutput) => void): void;
775
+ /**
776
+ * <p>Stops recording a call when a contact is being recorded. StopContactRecording is a one-time
777
+ * action. If you use StopContactRecording to stop recording an ongoing call, you can't use
778
+ * StartContactRecording to restart it. For scenarios where the recording has started and you want
779
+ * to suspend it for sensitive information (for example, to collect a credit card number), and then
780
+ * restart it, use SuspendContactRecording and ResumeContactRecording.</p>
781
+ *
782
+ * <p>Only voice recordings are supported at this time.</p>
783
+ */
784
+ stopContactRecording(args: StopContactRecordingCommandInput, options?: __HttpHandlerOptions): Promise<StopContactRecordingCommandOutput>;
785
+ stopContactRecording(args: StopContactRecordingCommandInput, cb: (err: any, data?: StopContactRecordingCommandOutput) => void): void;
786
+ stopContactRecording(args: StopContactRecordingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopContactRecordingCommandOutput) => void): void;
787
+ /**
788
+ * <p>When a contact is being recorded, this API suspends recording the call. For example, you
789
+ * might suspend the call recording while collecting sensitive information, such as a credit card
790
+ * number. Then use ResumeContactRecording to restart recording. </p>
791
+ * <p>The period of time that the recording is suspended is filled with silence in the final
792
+ * recording. </p>
793
+ * <p>Only voice recordings are supported at this time.</p>
794
+ */
795
+ suspendContactRecording(args: SuspendContactRecordingCommandInput, options?: __HttpHandlerOptions): Promise<SuspendContactRecordingCommandOutput>;
796
+ suspendContactRecording(args: SuspendContactRecordingCommandInput, cb: (err: any, data?: SuspendContactRecordingCommandOutput) => void): void;
797
+ suspendContactRecording(args: SuspendContactRecordingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SuspendContactRecordingCommandOutput) => void): void;
798
+ /**
799
+ * <p>Adds the specified tags to the specified resource.</p>
800
+ * <p>The supported resource types are users, routing profiles, queues, quick connects,
801
+ * contact flows, agent status, and hours of operation.</p>
802
+ * <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
803
+ * Policy Examples</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
804
+ */
805
+ tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
806
+ tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
807
+ tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
808
+ /**
809
+ * <p>Removes the specified tags from the specified resource.</p>
810
+ */
811
+ untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
812
+ untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
813
+ untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
814
+ /**
815
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
816
+ * <p>Updates agent status.</p>
817
+ */
818
+ updateAgentStatus(args: UpdateAgentStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAgentStatusCommandOutput>;
819
+ updateAgentStatus(args: UpdateAgentStatusCommandInput, cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void): void;
820
+ updateAgentStatus(args: UpdateAgentStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void): void;
821
+ /**
822
+ * <p>Creates or updates
823
+ * user-defined contact attributes
824
+ * associated with the specified contact.</p>
825
+ * <p>You can create or update user-defined attributes for both ongoing and completed contacts.
826
+ * For example, while the call is active, you can update the customer's name or the reason the
827
+ * customer called. You can add notes about steps that the agent took during the call that display
828
+ * to the next agent that takes the call. You can also update attributes for a contact using data
829
+ * from your CRM application and save the data with the contact in Amazon Connect. You could also flag calls
830
+ * for additional analysis, such as legal review or to identify abusive callers.</p>
831
+ * <p>Contact attributes are available in Amazon Connect for 24 months, and are then deleted. For
832
+ * 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
833
+ * specifications</a> in the <i>Amazon Connect Administrator Guide</i>. </p>
834
+ *
835
+ * <p>
836
+ * <b>Important:</b> You cannot use the operation to update
837
+ * attributes for contacts that occurred prior to the release of the API, which was September 12,
838
+ * 2018. You can update attributes only for contacts that started after the release of the API. If
839
+ * you attempt to update attributes for a contact that occurred prior to the release of the API, a
840
+ * 400 error is returned. This applies also to queued callbacks that were initiated prior to the
841
+ * release of the API but are still active in your instance.</p>
842
+ */
843
+ updateContactAttributes(args: UpdateContactAttributesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactAttributesCommandOutput>;
844
+ updateContactAttributes(args: UpdateContactAttributesCommandInput, cb: (err: any, data?: UpdateContactAttributesCommandOutput) => void): void;
845
+ updateContactAttributes(args: UpdateContactAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactAttributesCommandOutput) => void): void;
846
+ /**
847
+ * <p>Updates the specified contact flow.</p>
848
+ * <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
849
+ * Flow language</a>.</p>
850
+ */
851
+ updateContactFlowContent(args: UpdateContactFlowContentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactFlowContentCommandOutput>;
852
+ updateContactFlowContent(args: UpdateContactFlowContentCommandInput, cb: (err: any, data?: UpdateContactFlowContentCommandOutput) => void): void;
853
+ updateContactFlowContent(args: UpdateContactFlowContentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactFlowContentCommandOutput) => void): void;
854
+ /**
855
+ * <p>The name of the contact flow.</p>
856
+ * <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
857
+ * Flow language</a>.</p>
858
+ */
859
+ updateContactFlowName(args: UpdateContactFlowNameCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactFlowNameCommandOutput>;
860
+ updateContactFlowName(args: UpdateContactFlowNameCommandInput, cb: (err: any, data?: UpdateContactFlowNameCommandOutput) => void): void;
861
+ updateContactFlowName(args: UpdateContactFlowNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactFlowNameCommandOutput) => void): void;
862
+ /**
863
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
864
+ * <p>Updates the hours of operation.</p>
865
+ */
866
+ updateHoursOfOperation(args: UpdateHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHoursOfOperationCommandOutput>;
867
+ updateHoursOfOperation(args: UpdateHoursOfOperationCommandInput, cb: (err: any, data?: UpdateHoursOfOperationCommandOutput) => void): void;
868
+ updateHoursOfOperation(args: UpdateHoursOfOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHoursOfOperationCommandOutput) => void): void;
869
+ /**
870
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
871
+ * <p>Updates the value for the specified attribute type.</p>
872
+ */
873
+ updateInstanceAttribute(args: UpdateInstanceAttributeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateInstanceAttributeCommandOutput>;
874
+ updateInstanceAttribute(args: UpdateInstanceAttributeCommandInput, cb: (err: any, data?: UpdateInstanceAttributeCommandOutput) => void): void;
875
+ updateInstanceAttribute(args: UpdateInstanceAttributeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateInstanceAttributeCommandOutput) => void): void;
876
+ /**
877
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
878
+ * <p>Updates an existing configuration for a resource type. This API is idempotent.</p>
879
+ */
880
+ updateInstanceStorageConfig(args: UpdateInstanceStorageConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateInstanceStorageConfigCommandOutput>;
881
+ updateInstanceStorageConfig(args: UpdateInstanceStorageConfigCommandInput, cb: (err: any, data?: UpdateInstanceStorageConfigCommandOutput) => void): void;
882
+ updateInstanceStorageConfig(args: UpdateInstanceStorageConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateInstanceStorageConfigCommandOutput) => void): void;
883
+ /**
884
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
885
+ * <p>Updates the hours of operation for the specified queue.</p>
886
+ */
887
+ updateQueueHoursOfOperation(args: UpdateQueueHoursOfOperationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateQueueHoursOfOperationCommandOutput>;
888
+ updateQueueHoursOfOperation(args: UpdateQueueHoursOfOperationCommandInput, cb: (err: any, data?: UpdateQueueHoursOfOperationCommandOutput) => void): void;
889
+ updateQueueHoursOfOperation(args: UpdateQueueHoursOfOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQueueHoursOfOperationCommandOutput) => void): void;
890
+ /**
891
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
892
+ * <p>Updates the maximum number of contacts allowed in a queue before it is considered
893
+ * full.</p>
894
+ */
895
+ updateQueueMaxContacts(args: UpdateQueueMaxContactsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateQueueMaxContactsCommandOutput>;
896
+ updateQueueMaxContacts(args: UpdateQueueMaxContactsCommandInput, cb: (err: any, data?: UpdateQueueMaxContactsCommandOutput) => void): void;
897
+ updateQueueMaxContacts(args: UpdateQueueMaxContactsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQueueMaxContactsCommandOutput) => void): void;
898
+ /**
899
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
900
+ * <p>Updates the name and description of a queue. At least <code>Name</code> or <code>Description</code> must be provided.</p>
901
+ */
902
+ updateQueueName(args: UpdateQueueNameCommandInput, options?: __HttpHandlerOptions): Promise<UpdateQueueNameCommandOutput>;
903
+ updateQueueName(args: UpdateQueueNameCommandInput, cb: (err: any, data?: UpdateQueueNameCommandOutput) => void): void;
904
+ updateQueueName(args: UpdateQueueNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQueueNameCommandOutput) => void): void;
905
+ /**
906
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
907
+ * <p>Updates the outbound caller ID name, number, and outbound whisper flow for a specified
908
+ * queue.</p>
909
+ */
910
+ updateQueueOutboundCallerConfig(args: UpdateQueueOutboundCallerConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateQueueOutboundCallerConfigCommandOutput>;
911
+ updateQueueOutboundCallerConfig(args: UpdateQueueOutboundCallerConfigCommandInput, cb: (err: any, data?: UpdateQueueOutboundCallerConfigCommandOutput) => void): void;
912
+ updateQueueOutboundCallerConfig(args: UpdateQueueOutboundCallerConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQueueOutboundCallerConfigCommandOutput) => void): void;
913
+ /**
914
+ * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
915
+ * <p>Updates the status of the queue.</p>
916
+ */
917
+ updateQueueStatus(args: UpdateQueueStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateQueueStatusCommandOutput>;
918
+ updateQueueStatus(args: UpdateQueueStatusCommandInput, cb: (err: any, data?: UpdateQueueStatusCommandOutput) => void): void;
919
+ updateQueueStatus(args: UpdateQueueStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQueueStatusCommandOutput) => void): void;
920
+ /**
921
+ * <p>Updates the configuration settings for the specified quick connect.</p>
922
+ */
923
+ updateQuickConnectConfig(args: UpdateQuickConnectConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateQuickConnectConfigCommandOutput>;
924
+ updateQuickConnectConfig(args: UpdateQuickConnectConfigCommandInput, cb: (err: any, data?: UpdateQuickConnectConfigCommandOutput) => void): void;
925
+ updateQuickConnectConfig(args: UpdateQuickConnectConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQuickConnectConfigCommandOutput) => void): void;
926
+ /**
927
+ * <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>
928
+ */
929
+ updateQuickConnectName(args: UpdateQuickConnectNameCommandInput, options?: __HttpHandlerOptions): Promise<UpdateQuickConnectNameCommandOutput>;
930
+ updateQuickConnectName(args: UpdateQuickConnectNameCommandInput, cb: (err: any, data?: UpdateQuickConnectNameCommandOutput) => void): void;
931
+ updateQuickConnectName(args: UpdateQuickConnectNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQuickConnectNameCommandOutput) => void): void;
932
+ /**
933
+ * <p>Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing
934
+ * profile.</p>
935
+ */
936
+ updateRoutingProfileConcurrency(args: UpdateRoutingProfileConcurrencyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRoutingProfileConcurrencyCommandOutput>;
937
+ updateRoutingProfileConcurrency(args: UpdateRoutingProfileConcurrencyCommandInput, cb: (err: any, data?: UpdateRoutingProfileConcurrencyCommandOutput) => void): void;
938
+ updateRoutingProfileConcurrency(args: UpdateRoutingProfileConcurrencyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRoutingProfileConcurrencyCommandOutput) => void): void;
939
+ /**
940
+ * <p>Updates the default outbound queue of a routing profile.</p>
941
+ */
942
+ updateRoutingProfileDefaultOutboundQueue(args: UpdateRoutingProfileDefaultOutboundQueueCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRoutingProfileDefaultOutboundQueueCommandOutput>;
943
+ updateRoutingProfileDefaultOutboundQueue(args: UpdateRoutingProfileDefaultOutboundQueueCommandInput, cb: (err: any, data?: UpdateRoutingProfileDefaultOutboundQueueCommandOutput) => void): void;
944
+ updateRoutingProfileDefaultOutboundQueue(args: UpdateRoutingProfileDefaultOutboundQueueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRoutingProfileDefaultOutboundQueueCommandOutput) => void): void;
945
+ /**
946
+ * <p>Updates the name and description of a routing profile. The request accepts the following data in JSON format.
947
+ * At least <code>Name</code> or <code>Description</code> must be provided.</p>
948
+ */
949
+ updateRoutingProfileName(args: UpdateRoutingProfileNameCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRoutingProfileNameCommandOutput>;
950
+ updateRoutingProfileName(args: UpdateRoutingProfileNameCommandInput, cb: (err: any, data?: UpdateRoutingProfileNameCommandOutput) => void): void;
951
+ updateRoutingProfileName(args: UpdateRoutingProfileNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRoutingProfileNameCommandOutput) => void): void;
952
+ /**
953
+ * <p>Updates the properties associated with a set of queues for a routing profile.</p>
954
+ */
955
+ updateRoutingProfileQueues(args: UpdateRoutingProfileQueuesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRoutingProfileQueuesCommandOutput>;
956
+ updateRoutingProfileQueues(args: UpdateRoutingProfileQueuesCommandInput, cb: (err: any, data?: UpdateRoutingProfileQueuesCommandOutput) => void): void;
957
+ updateRoutingProfileQueues(args: UpdateRoutingProfileQueuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRoutingProfileQueuesCommandOutput) => void): void;
958
+ /**
959
+ * <p>Assigns the specified hierarchy group to the specified user.</p>
960
+ */
961
+ updateUserHierarchy(args: UpdateUserHierarchyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserHierarchyCommandOutput>;
962
+ updateUserHierarchy(args: UpdateUserHierarchyCommandInput, cb: (err: any, data?: UpdateUserHierarchyCommandOutput) => void): void;
963
+ updateUserHierarchy(args: UpdateUserHierarchyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserHierarchyCommandOutput) => void): void;
964
+ /**
965
+ * <p>Updates the name of the user hierarchy group. </p>
966
+ */
967
+ updateUserHierarchyGroupName(args: UpdateUserHierarchyGroupNameCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserHierarchyGroupNameCommandOutput>;
968
+ updateUserHierarchyGroupName(args: UpdateUserHierarchyGroupNameCommandInput, cb: (err: any, data?: UpdateUserHierarchyGroupNameCommandOutput) => void): void;
969
+ updateUserHierarchyGroupName(args: UpdateUserHierarchyGroupNameCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserHierarchyGroupNameCommandOutput) => void): void;
970
+ /**
971
+ * <p>Updates the user hierarchy structure: add, remove, and rename user hierarchy levels.</p>
972
+ */
973
+ updateUserHierarchyStructure(args: UpdateUserHierarchyStructureCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserHierarchyStructureCommandOutput>;
974
+ updateUserHierarchyStructure(args: UpdateUserHierarchyStructureCommandInput, cb: (err: any, data?: UpdateUserHierarchyStructureCommandOutput) => void): void;
975
+ updateUserHierarchyStructure(args: UpdateUserHierarchyStructureCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserHierarchyStructureCommandOutput) => void): void;
976
+ /**
977
+ * <p>Updates the identity information for the specified user.</p>
978
+ * <important>
979
+ * <p>We strongly recommend limiting who has the ability to invoke
980
+ * <code>UpdateUserIdentityInfo</code>. Someone with that ability can change the login credentials
981
+ * of other users by changing their email address. This poses a security risk to your organization.
982
+ * They can change the email address of a user to the attacker's email address, and then reset the
983
+ * 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
984
+ * Security Profiles</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
985
+ * </important>
986
+ */
987
+ updateUserIdentityInfo(args: UpdateUserIdentityInfoCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserIdentityInfoCommandOutput>;
988
+ updateUserIdentityInfo(args: UpdateUserIdentityInfoCommandInput, cb: (err: any, data?: UpdateUserIdentityInfoCommandOutput) => void): void;
989
+ updateUserIdentityInfo(args: UpdateUserIdentityInfoCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserIdentityInfoCommandOutput) => void): void;
990
+ /**
991
+ * <p>Updates the phone configuration settings for the specified user.</p>
992
+ */
993
+ updateUserPhoneConfig(args: UpdateUserPhoneConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserPhoneConfigCommandOutput>;
994
+ updateUserPhoneConfig(args: UpdateUserPhoneConfigCommandInput, cb: (err: any, data?: UpdateUserPhoneConfigCommandOutput) => void): void;
995
+ updateUserPhoneConfig(args: UpdateUserPhoneConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserPhoneConfigCommandOutput) => void): void;
996
+ /**
997
+ * <p>Assigns the specified routing profile to the specified user.</p>
998
+ */
999
+ updateUserRoutingProfile(args: UpdateUserRoutingProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserRoutingProfileCommandOutput>;
1000
+ updateUserRoutingProfile(args: UpdateUserRoutingProfileCommandInput, cb: (err: any, data?: UpdateUserRoutingProfileCommandOutput) => void): void;
1001
+ updateUserRoutingProfile(args: UpdateUserRoutingProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserRoutingProfileCommandOutput) => void): void;
1002
+ /**
1003
+ * <p>Assigns the specified security profiles to the specified user.</p>
1004
+ */
1005
+ updateUserSecurityProfiles(args: UpdateUserSecurityProfilesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserSecurityProfilesCommandOutput>;
1006
+ updateUserSecurityProfiles(args: UpdateUserSecurityProfilesCommandInput, cb: (err: any, data?: UpdateUserSecurityProfilesCommandOutput) => void): void;
1007
+ updateUserSecurityProfiles(args: UpdateUserSecurityProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserSecurityProfilesCommandOutput) => void): void;
1008
+ }