@aws-sdk/client-connect 3.34.0 → 3.37.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 (1603) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/Connect.js +1642 -0
  3. package/dist-cjs/ConnectClient.js +35 -0
  4. package/dist-cjs/commands/AssociateApprovedOriginCommand.js +36 -0
  5. package/dist-cjs/commands/AssociateBotCommand.js +36 -0
  6. package/dist-cjs/commands/AssociateInstanceStorageConfigCommand.js +36 -0
  7. package/dist-cjs/commands/AssociateLambdaFunctionCommand.js +36 -0
  8. package/dist-cjs/commands/AssociateLexBotCommand.js +36 -0
  9. package/dist-cjs/commands/AssociateQueueQuickConnectsCommand.js +36 -0
  10. package/dist-cjs/commands/AssociateRoutingProfileQueuesCommand.js +36 -0
  11. package/dist-cjs/commands/AssociateSecurityKeyCommand.js +36 -0
  12. package/dist-cjs/commands/CreateAgentStatusCommand.js +36 -0
  13. package/dist-cjs/commands/CreateContactFlowCommand.js +36 -0
  14. package/dist-cjs/commands/CreateHoursOfOperationCommand.js +36 -0
  15. package/dist-cjs/commands/CreateInstanceCommand.js +36 -0
  16. package/dist-cjs/commands/CreateIntegrationAssociationCommand.js +36 -0
  17. package/dist-cjs/commands/CreateQueueCommand.js +36 -0
  18. package/dist-cjs/commands/CreateQuickConnectCommand.js +36 -0
  19. package/dist-cjs/commands/CreateRoutingProfileCommand.js +36 -0
  20. package/dist-cjs/commands/CreateUseCaseCommand.js +36 -0
  21. package/dist-cjs/commands/CreateUserCommand.js +36 -0
  22. package/dist-cjs/commands/CreateUserHierarchyGroupCommand.js +36 -0
  23. package/dist-cjs/commands/DeleteHoursOfOperationCommand.js +36 -0
  24. package/dist-cjs/commands/DeleteInstanceCommand.js +36 -0
  25. package/dist-cjs/commands/DeleteIntegrationAssociationCommand.js +36 -0
  26. package/dist-cjs/commands/DeleteQuickConnectCommand.js +36 -0
  27. package/dist-cjs/commands/DeleteUseCaseCommand.js +36 -0
  28. package/dist-cjs/commands/DeleteUserCommand.js +36 -0
  29. package/dist-cjs/commands/DeleteUserHierarchyGroupCommand.js +36 -0
  30. package/dist-cjs/commands/DescribeAgentStatusCommand.js +36 -0
  31. package/dist-cjs/commands/DescribeContactFlowCommand.js +36 -0
  32. package/dist-cjs/commands/DescribeHoursOfOperationCommand.js +36 -0
  33. package/dist-cjs/commands/DescribeInstanceAttributeCommand.js +36 -0
  34. package/dist-cjs/commands/DescribeInstanceCommand.js +36 -0
  35. package/dist-cjs/commands/DescribeInstanceStorageConfigCommand.js +36 -0
  36. package/dist-cjs/commands/DescribeQueueCommand.js +36 -0
  37. package/dist-cjs/commands/DescribeQuickConnectCommand.js +36 -0
  38. package/dist-cjs/commands/DescribeRoutingProfileCommand.js +36 -0
  39. package/dist-cjs/commands/DescribeUserCommand.js +36 -0
  40. package/dist-cjs/commands/DescribeUserHierarchyGroupCommand.js +36 -0
  41. package/dist-cjs/commands/DescribeUserHierarchyStructureCommand.js +36 -0
  42. package/dist-cjs/commands/DisassociateApprovedOriginCommand.js +36 -0
  43. package/dist-cjs/commands/DisassociateBotCommand.js +36 -0
  44. package/dist-cjs/commands/DisassociateInstanceStorageConfigCommand.js +36 -0
  45. package/dist-cjs/commands/DisassociateLambdaFunctionCommand.js +36 -0
  46. package/dist-cjs/commands/DisassociateLexBotCommand.js +36 -0
  47. package/dist-cjs/commands/DisassociateQueueQuickConnectsCommand.js +36 -0
  48. package/dist-cjs/commands/DisassociateRoutingProfileQueuesCommand.js +36 -0
  49. package/dist-cjs/commands/DisassociateSecurityKeyCommand.js +36 -0
  50. package/dist-cjs/commands/GetContactAttributesCommand.js +36 -0
  51. package/dist-cjs/commands/GetCurrentMetricDataCommand.js +36 -0
  52. package/dist-cjs/commands/GetFederationTokenCommand.js +36 -0
  53. package/dist-cjs/commands/GetMetricDataCommand.js +36 -0
  54. package/dist-cjs/commands/ListAgentStatusesCommand.js +36 -0
  55. package/dist-cjs/commands/ListApprovedOriginsCommand.js +36 -0
  56. package/dist-cjs/commands/ListBotsCommand.js +36 -0
  57. package/dist-cjs/commands/ListContactFlowsCommand.js +36 -0
  58. package/dist-cjs/commands/ListHoursOfOperationsCommand.js +36 -0
  59. package/dist-cjs/commands/ListInstanceAttributesCommand.js +36 -0
  60. package/dist-cjs/commands/ListInstanceStorageConfigsCommand.js +36 -0
  61. package/dist-cjs/commands/ListInstancesCommand.js +36 -0
  62. package/dist-cjs/commands/ListIntegrationAssociationsCommand.js +36 -0
  63. package/dist-cjs/commands/ListLambdaFunctionsCommand.js +36 -0
  64. package/dist-cjs/commands/ListLexBotsCommand.js +36 -0
  65. package/dist-cjs/commands/ListPhoneNumbersCommand.js +36 -0
  66. package/dist-cjs/commands/ListPromptsCommand.js +36 -0
  67. package/dist-cjs/commands/ListQueueQuickConnectsCommand.js +36 -0
  68. package/dist-cjs/commands/ListQueuesCommand.js +36 -0
  69. package/dist-cjs/commands/ListQuickConnectsCommand.js +36 -0
  70. package/dist-cjs/commands/ListRoutingProfileQueuesCommand.js +36 -0
  71. package/dist-cjs/commands/ListRoutingProfilesCommand.js +36 -0
  72. package/dist-cjs/commands/ListSecurityKeysCommand.js +36 -0
  73. package/dist-cjs/commands/ListSecurityProfilesCommand.js +36 -0
  74. package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
  75. package/dist-cjs/commands/ListUseCasesCommand.js +36 -0
  76. package/dist-cjs/commands/ListUserHierarchyGroupsCommand.js +36 -0
  77. package/dist-cjs/commands/ListUsersCommand.js +36 -0
  78. package/dist-cjs/commands/ResumeContactRecordingCommand.js +36 -0
  79. package/dist-cjs/commands/StartChatContactCommand.js +36 -0
  80. package/dist-cjs/commands/StartContactRecordingCommand.js +36 -0
  81. package/dist-cjs/commands/StartOutboundVoiceContactCommand.js +36 -0
  82. package/dist-cjs/commands/StartTaskContactCommand.js +36 -0
  83. package/dist-cjs/commands/StopContactCommand.js +36 -0
  84. package/dist-cjs/commands/StopContactRecordingCommand.js +36 -0
  85. package/dist-cjs/commands/SuspendContactRecordingCommand.js +36 -0
  86. package/dist-cjs/commands/TagResourceCommand.js +36 -0
  87. package/dist-cjs/commands/UntagResourceCommand.js +36 -0
  88. package/dist-cjs/commands/UpdateAgentStatusCommand.js +36 -0
  89. package/dist-cjs/commands/UpdateContactAttributesCommand.js +36 -0
  90. package/dist-cjs/commands/UpdateContactFlowContentCommand.js +36 -0
  91. package/dist-cjs/commands/UpdateContactFlowNameCommand.js +36 -0
  92. package/dist-cjs/commands/UpdateHoursOfOperationCommand.js +36 -0
  93. package/dist-cjs/commands/UpdateInstanceAttributeCommand.js +36 -0
  94. package/dist-cjs/commands/UpdateInstanceStorageConfigCommand.js +36 -0
  95. package/dist-cjs/commands/UpdateQueueHoursOfOperationCommand.js +36 -0
  96. package/dist-cjs/commands/UpdateQueueMaxContactsCommand.js +36 -0
  97. package/dist-cjs/commands/UpdateQueueNameCommand.js +36 -0
  98. package/dist-cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +36 -0
  99. package/dist-cjs/commands/UpdateQueueStatusCommand.js +36 -0
  100. package/dist-cjs/commands/UpdateQuickConnectConfigCommand.js +36 -0
  101. package/dist-cjs/commands/UpdateQuickConnectNameCommand.js +36 -0
  102. package/dist-cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +36 -0
  103. package/dist-cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +36 -0
  104. package/dist-cjs/commands/UpdateRoutingProfileNameCommand.js +36 -0
  105. package/dist-cjs/commands/UpdateRoutingProfileQueuesCommand.js +36 -0
  106. package/dist-cjs/commands/UpdateUserHierarchyCommand.js +36 -0
  107. package/dist-cjs/commands/UpdateUserHierarchyGroupNameCommand.js +36 -0
  108. package/dist-cjs/commands/UpdateUserHierarchyStructureCommand.js +36 -0
  109. package/dist-cjs/commands/UpdateUserIdentityInfoCommand.js +36 -0
  110. package/dist-cjs/commands/UpdateUserPhoneConfigCommand.js +36 -0
  111. package/dist-cjs/commands/UpdateUserRoutingProfileCommand.js +36 -0
  112. package/dist-cjs/commands/UpdateUserSecurityProfilesCommand.js +36 -0
  113. package/dist-cjs/endpoints.js +56 -0
  114. package/dist-cjs/index.js +141 -0
  115. package/dist-cjs/models/index.js +4 -0
  116. package/dist-cjs/models/models_0.js +2021 -0
  117. package/dist-cjs/pagination/GetCurrentMetricDataPaginator.js +35 -0
  118. package/dist-cjs/pagination/GetMetricDataPaginator.js +35 -0
  119. package/dist-cjs/pagination/Interfaces.js +2 -0
  120. package/dist-cjs/pagination/ListAgentStatusesPaginator.js +35 -0
  121. package/dist-cjs/pagination/ListApprovedOriginsPaginator.js +35 -0
  122. package/dist-cjs/pagination/ListBotsPaginator.js +35 -0
  123. package/dist-cjs/pagination/ListContactFlowsPaginator.js +35 -0
  124. package/dist-cjs/pagination/ListHoursOfOperationsPaginator.js +35 -0
  125. package/dist-cjs/pagination/ListInstanceAttributesPaginator.js +35 -0
  126. package/dist-cjs/pagination/ListInstanceStorageConfigsPaginator.js +35 -0
  127. package/dist-cjs/pagination/ListInstancesPaginator.js +35 -0
  128. package/dist-cjs/pagination/ListIntegrationAssociationsPaginator.js +35 -0
  129. package/dist-cjs/pagination/ListLambdaFunctionsPaginator.js +35 -0
  130. package/dist-cjs/pagination/ListLexBotsPaginator.js +35 -0
  131. package/dist-cjs/pagination/ListPhoneNumbersPaginator.js +35 -0
  132. package/dist-cjs/pagination/ListPromptsPaginator.js +35 -0
  133. package/dist-cjs/pagination/ListQueueQuickConnectsPaginator.js +35 -0
  134. package/dist-cjs/pagination/ListQueuesPaginator.js +35 -0
  135. package/dist-cjs/pagination/ListQuickConnectsPaginator.js +35 -0
  136. package/dist-cjs/pagination/ListRoutingProfileQueuesPaginator.js +35 -0
  137. package/dist-cjs/pagination/ListRoutingProfilesPaginator.js +35 -0
  138. package/dist-cjs/pagination/ListSecurityKeysPaginator.js +35 -0
  139. package/dist-cjs/pagination/ListSecurityProfilesPaginator.js +35 -0
  140. package/dist-cjs/pagination/ListUseCasesPaginator.js +35 -0
  141. package/dist-cjs/pagination/ListUserHierarchyGroupsPaginator.js +35 -0
  142. package/dist-cjs/pagination/ListUsersPaginator.js +35 -0
  143. package/dist-cjs/protocols/Aws_restJson1.js +14360 -0
  144. package/dist-cjs/runtimeConfig.browser.js +37 -0
  145. package/dist-cjs/runtimeConfig.js +42 -0
  146. package/dist-cjs/runtimeConfig.native.js +16 -0
  147. package/dist-cjs/runtimeConfig.shared.js +17 -0
  148. package/dist-es/Connect.js +1645 -0
  149. package/dist-es/ConnectClient.js +37 -0
  150. package/dist-es/commands/AssociateApprovedOriginCommand.js +39 -0
  151. package/dist-es/commands/AssociateBotCommand.js +39 -0
  152. package/dist-es/commands/AssociateInstanceStorageConfigCommand.js +39 -0
  153. package/dist-es/commands/AssociateLambdaFunctionCommand.js +39 -0
  154. package/dist-es/commands/AssociateLexBotCommand.js +39 -0
  155. package/dist-es/commands/AssociateQueueQuickConnectsCommand.js +39 -0
  156. package/dist-es/commands/AssociateRoutingProfileQueuesCommand.js +39 -0
  157. package/dist-es/commands/AssociateSecurityKeyCommand.js +39 -0
  158. package/dist-es/commands/CreateAgentStatusCommand.js +39 -0
  159. package/dist-es/commands/CreateContactFlowCommand.js +39 -0
  160. package/dist-es/commands/CreateHoursOfOperationCommand.js +39 -0
  161. package/dist-es/commands/CreateInstanceCommand.js +39 -0
  162. package/dist-es/commands/CreateIntegrationAssociationCommand.js +39 -0
  163. package/dist-es/commands/CreateQueueCommand.js +39 -0
  164. package/dist-es/commands/CreateQuickConnectCommand.js +39 -0
  165. package/dist-es/commands/CreateRoutingProfileCommand.js +39 -0
  166. package/dist-es/commands/CreateUseCaseCommand.js +39 -0
  167. package/dist-es/commands/CreateUserCommand.js +39 -0
  168. package/dist-es/commands/CreateUserHierarchyGroupCommand.js +39 -0
  169. package/dist-es/commands/DeleteHoursOfOperationCommand.js +39 -0
  170. package/dist-es/commands/DeleteInstanceCommand.js +39 -0
  171. package/dist-es/commands/DeleteIntegrationAssociationCommand.js +39 -0
  172. package/dist-es/commands/DeleteQuickConnectCommand.js +39 -0
  173. package/dist-es/commands/DeleteUseCaseCommand.js +39 -0
  174. package/dist-es/commands/DeleteUserCommand.js +39 -0
  175. package/dist-es/commands/DeleteUserHierarchyGroupCommand.js +39 -0
  176. package/dist-es/commands/DescribeAgentStatusCommand.js +39 -0
  177. package/dist-es/commands/DescribeContactFlowCommand.js +39 -0
  178. package/dist-es/commands/DescribeHoursOfOperationCommand.js +39 -0
  179. package/dist-es/commands/DescribeInstanceAttributeCommand.js +39 -0
  180. package/dist-es/commands/DescribeInstanceCommand.js +39 -0
  181. package/dist-es/commands/DescribeInstanceStorageConfigCommand.js +39 -0
  182. package/dist-es/commands/DescribeQueueCommand.js +39 -0
  183. package/dist-es/commands/DescribeQuickConnectCommand.js +39 -0
  184. package/dist-es/commands/DescribeRoutingProfileCommand.js +39 -0
  185. package/dist-es/commands/DescribeUserCommand.js +39 -0
  186. package/dist-es/commands/DescribeUserHierarchyGroupCommand.js +39 -0
  187. package/dist-es/commands/DescribeUserHierarchyStructureCommand.js +39 -0
  188. package/dist-es/commands/DisassociateApprovedOriginCommand.js +39 -0
  189. package/dist-es/commands/DisassociateBotCommand.js +39 -0
  190. package/dist-es/commands/DisassociateInstanceStorageConfigCommand.js +39 -0
  191. package/dist-es/commands/DisassociateLambdaFunctionCommand.js +39 -0
  192. package/dist-es/commands/DisassociateLexBotCommand.js +39 -0
  193. package/dist-es/commands/DisassociateQueueQuickConnectsCommand.js +39 -0
  194. package/dist-es/commands/DisassociateRoutingProfileQueuesCommand.js +39 -0
  195. package/dist-es/commands/DisassociateSecurityKeyCommand.js +39 -0
  196. package/dist-es/commands/GetContactAttributesCommand.js +39 -0
  197. package/dist-es/commands/GetCurrentMetricDataCommand.js +39 -0
  198. package/dist-es/commands/GetFederationTokenCommand.js +39 -0
  199. package/dist-es/commands/GetMetricDataCommand.js +39 -0
  200. package/dist-es/commands/ListAgentStatusesCommand.js +39 -0
  201. package/dist-es/commands/ListApprovedOriginsCommand.js +39 -0
  202. package/dist-es/commands/ListBotsCommand.js +39 -0
  203. package/dist-es/commands/ListContactFlowsCommand.js +39 -0
  204. package/dist-es/commands/ListHoursOfOperationsCommand.js +39 -0
  205. package/dist-es/commands/ListInstanceAttributesCommand.js +39 -0
  206. package/dist-es/commands/ListInstanceStorageConfigsCommand.js +39 -0
  207. package/dist-es/commands/ListInstancesCommand.js +39 -0
  208. package/dist-es/commands/ListIntegrationAssociationsCommand.js +39 -0
  209. package/dist-es/commands/ListLambdaFunctionsCommand.js +39 -0
  210. package/dist-es/commands/ListLexBotsCommand.js +39 -0
  211. package/dist-es/commands/ListPhoneNumbersCommand.js +39 -0
  212. package/dist-es/commands/ListPromptsCommand.js +39 -0
  213. package/dist-es/commands/ListQueueQuickConnectsCommand.js +39 -0
  214. package/dist-es/commands/ListQueuesCommand.js +39 -0
  215. package/dist-es/commands/ListQuickConnectsCommand.js +39 -0
  216. package/dist-es/commands/ListRoutingProfileQueuesCommand.js +39 -0
  217. package/dist-es/commands/ListRoutingProfilesCommand.js +39 -0
  218. package/dist-es/commands/ListSecurityKeysCommand.js +39 -0
  219. package/dist-es/commands/ListSecurityProfilesCommand.js +39 -0
  220. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  221. package/dist-es/commands/ListUseCasesCommand.js +39 -0
  222. package/dist-es/commands/ListUserHierarchyGroupsCommand.js +39 -0
  223. package/dist-es/commands/ListUsersCommand.js +39 -0
  224. package/dist-es/commands/ResumeContactRecordingCommand.js +39 -0
  225. package/dist-es/commands/StartChatContactCommand.js +39 -0
  226. package/dist-es/commands/StartContactRecordingCommand.js +39 -0
  227. package/dist-es/commands/StartOutboundVoiceContactCommand.js +39 -0
  228. package/dist-es/commands/StartTaskContactCommand.js +39 -0
  229. package/dist-es/commands/StopContactCommand.js +39 -0
  230. package/dist-es/commands/StopContactRecordingCommand.js +39 -0
  231. package/dist-es/commands/SuspendContactRecordingCommand.js +39 -0
  232. package/dist-es/commands/TagResourceCommand.js +39 -0
  233. package/dist-es/commands/UntagResourceCommand.js +39 -0
  234. package/dist-es/commands/UpdateAgentStatusCommand.js +39 -0
  235. package/dist-es/commands/UpdateContactAttributesCommand.js +39 -0
  236. package/dist-es/commands/UpdateContactFlowContentCommand.js +39 -0
  237. package/dist-es/commands/UpdateContactFlowNameCommand.js +39 -0
  238. package/dist-es/commands/UpdateHoursOfOperationCommand.js +39 -0
  239. package/dist-es/commands/UpdateInstanceAttributeCommand.js +39 -0
  240. package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +39 -0
  241. package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +39 -0
  242. package/dist-es/commands/UpdateQueueMaxContactsCommand.js +39 -0
  243. package/dist-es/commands/UpdateQueueNameCommand.js +39 -0
  244. package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +39 -0
  245. package/dist-es/commands/UpdateQueueStatusCommand.js +39 -0
  246. package/dist-es/commands/UpdateQuickConnectConfigCommand.js +39 -0
  247. package/dist-es/commands/UpdateQuickConnectNameCommand.js +39 -0
  248. package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +39 -0
  249. package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +39 -0
  250. package/dist-es/commands/UpdateRoutingProfileNameCommand.js +39 -0
  251. package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +39 -0
  252. package/dist-es/commands/UpdateUserHierarchyCommand.js +39 -0
  253. package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +39 -0
  254. package/dist-es/commands/UpdateUserHierarchyStructureCommand.js +39 -0
  255. package/dist-es/commands/UpdateUserIdentityInfoCommand.js +39 -0
  256. package/dist-es/commands/UpdateUserPhoneConfigCommand.js +39 -0
  257. package/dist-es/commands/UpdateUserRoutingProfileCommand.js +39 -0
  258. package/dist-es/commands/UpdateUserSecurityProfilesCommand.js +39 -0
  259. package/dist-es/endpoints.js +52 -0
  260. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  261. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  262. package/dist-es/models/models_0.js +1492 -0
  263. package/dist-es/pagination/GetCurrentMetricDataPaginator.js +74 -0
  264. package/dist-es/pagination/GetMetricDataPaginator.js +74 -0
  265. package/dist-es/pagination/Interfaces.js +1 -0
  266. package/dist-es/pagination/ListAgentStatusesPaginator.js +74 -0
  267. package/dist-es/pagination/ListApprovedOriginsPaginator.js +74 -0
  268. package/dist-es/pagination/ListBotsPaginator.js +74 -0
  269. package/dist-es/pagination/ListContactFlowsPaginator.js +74 -0
  270. package/dist-es/pagination/ListHoursOfOperationsPaginator.js +74 -0
  271. package/dist-es/pagination/ListInstanceAttributesPaginator.js +74 -0
  272. package/dist-es/pagination/ListInstanceStorageConfigsPaginator.js +74 -0
  273. package/dist-es/pagination/ListInstancesPaginator.js +74 -0
  274. package/dist-es/pagination/ListIntegrationAssociationsPaginator.js +74 -0
  275. package/dist-es/pagination/ListLambdaFunctionsPaginator.js +74 -0
  276. package/dist-es/pagination/ListLexBotsPaginator.js +74 -0
  277. package/dist-es/pagination/ListPhoneNumbersPaginator.js +74 -0
  278. package/dist-es/pagination/ListPromptsPaginator.js +74 -0
  279. package/dist-es/pagination/ListQueueQuickConnectsPaginator.js +74 -0
  280. package/dist-es/pagination/ListQueuesPaginator.js +74 -0
  281. package/dist-es/pagination/ListQuickConnectsPaginator.js +74 -0
  282. package/dist-es/pagination/ListRoutingProfileQueuesPaginator.js +74 -0
  283. package/dist-es/pagination/ListRoutingProfilesPaginator.js +74 -0
  284. package/dist-es/pagination/ListSecurityKeysPaginator.js +74 -0
  285. package/dist-es/pagination/ListSecurityProfilesPaginator.js +74 -0
  286. package/dist-es/pagination/ListUseCasesPaginator.js +74 -0
  287. package/dist-es/pagination/ListUserHierarchyGroupsPaginator.js +74 -0
  288. package/dist-es/pagination/ListUsersPaginator.js +74 -0
  289. package/dist-es/protocols/Aws_restJson1.js +15952 -0
  290. package/dist-es/runtimeConfig.browser.js +16 -0
  291. package/dist-es/runtimeConfig.js +21 -0
  292. package/dist-es/runtimeConfig.native.js +8 -0
  293. package/dist-es/runtimeConfig.shared.js +13 -0
  294. package/dist-types/Connect.d.ts +1008 -0
  295. package/dist-types/ConnectClient.d.ts +256 -0
  296. package/dist-types/commands/AssociateApprovedOriginCommand.d.ts +36 -0
  297. package/dist-types/commands/AssociateBotCommand.d.ts +36 -0
  298. package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +41 -0
  299. package/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +36 -0
  300. package/dist-types/commands/AssociateLexBotCommand.d.ts +36 -0
  301. package/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +36 -0
  302. package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +35 -0
  303. package/dist-types/commands/AssociateSecurityKeyCommand.d.ts +36 -0
  304. package/dist-types/commands/CreateAgentStatusCommand.d.ts +36 -0
  305. package/dist-types/commands/CreateContactFlowCommand.d.ts +37 -0
  306. package/dist-types/commands/CreateHoursOfOperationCommand.d.ts +36 -0
  307. package/dist-types/commands/CreateInstanceCommand.d.ts +41 -0
  308. package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +35 -0
  309. package/dist-types/commands/CreateQueueCommand.d.ts +36 -0
  310. package/dist-types/commands/CreateQuickConnectCommand.d.ts +35 -0
  311. package/dist-types/commands/CreateRoutingProfileCommand.d.ts +35 -0
  312. package/dist-types/commands/CreateUseCaseCommand.d.ts +35 -0
  313. package/dist-types/commands/CreateUserCommand.d.ts +37 -0
  314. package/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +35 -0
  315. package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +36 -0
  316. package/dist-types/commands/DeleteInstanceCommand.d.ts +39 -0
  317. package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +36 -0
  318. package/dist-types/commands/DeleteQuickConnectCommand.d.ts +35 -0
  319. package/dist-types/commands/DeleteUseCaseCommand.d.ts +35 -0
  320. package/dist-types/commands/DeleteUserCommand.d.ts +38 -0
  321. package/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +36 -0
  322. package/dist-types/commands/DescribeAgentStatusCommand.d.ts +36 -0
  323. package/dist-types/commands/DescribeContactFlowCommand.d.ts +37 -0
  324. package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +36 -0
  325. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +36 -0
  326. package/dist-types/commands/DescribeInstanceCommand.d.ts +40 -0
  327. package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +37 -0
  328. package/dist-types/commands/DescribeQueueCommand.d.ts +36 -0
  329. package/dist-types/commands/DescribeQuickConnectCommand.d.ts +35 -0
  330. package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +35 -0
  331. package/dist-types/commands/DescribeUserCommand.d.ts +37 -0
  332. package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +35 -0
  333. package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +35 -0
  334. package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +36 -0
  335. package/dist-types/commands/DisassociateBotCommand.d.ts +37 -0
  336. package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +37 -0
  337. package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +37 -0
  338. package/dist-types/commands/DisassociateLexBotCommand.d.ts +36 -0
  339. package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +36 -0
  340. package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +35 -0
  341. package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +36 -0
  342. package/dist-types/commands/GetContactAttributesCommand.d.ts +35 -0
  343. package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +37 -0
  344. package/dist-types/commands/GetFederationTokenCommand.d.ts +43 -0
  345. package/dist-types/commands/GetMetricDataCommand.d.ts +38 -0
  346. package/dist-types/commands/ListAgentStatusesCommand.d.ts +36 -0
  347. package/dist-types/commands/ListApprovedOriginsCommand.d.ts +36 -0
  348. package/dist-types/commands/ListBotsCommand.d.ts +37 -0
  349. package/dist-types/commands/ListContactFlowsCommand.d.ts +39 -0
  350. package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +37 -0
  351. package/dist-types/commands/ListInstanceAttributesCommand.d.ts +36 -0
  352. package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +38 -0
  353. package/dist-types/commands/ListInstancesCommand.d.ts +38 -0
  354. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +36 -0
  355. package/dist-types/commands/ListLambdaFunctionsCommand.d.ts +37 -0
  356. package/dist-types/commands/ListLexBotsCommand.d.ts +37 -0
  357. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +37 -0
  358. package/dist-types/commands/ListPromptsCommand.d.ts +35 -0
  359. package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +36 -0
  360. package/dist-types/commands/ListQueuesCommand.d.ts +41 -0
  361. package/dist-types/commands/ListQuickConnectsCommand.d.ts +35 -0
  362. package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +35 -0
  363. package/dist-types/commands/ListRoutingProfilesCommand.d.ts +38 -0
  364. package/dist-types/commands/ListSecurityKeysCommand.d.ts +36 -0
  365. package/dist-types/commands/ListSecurityProfilesCommand.d.ts +38 -0
  366. package/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
  367. package/dist-types/commands/ListUseCasesCommand.d.ts +35 -0
  368. package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +38 -0
  369. package/dist-types/commands/ListUsersCommand.d.ts +35 -0
  370. package/dist-types/commands/ResumeContactRecordingCommand.d.ts +38 -0
  371. package/dist-types/commands/StartChatContactCommand.d.ts +55 -0
  372. package/dist-types/commands/StartContactRecordingCommand.d.ts +42 -0
  373. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +53 -0
  374. package/dist-types/commands/StartTaskContactCommand.d.ts +35 -0
  375. package/dist-types/commands/StopContactCommand.d.ts +35 -0
  376. package/dist-types/commands/StopContactRecordingCommand.d.ts +41 -0
  377. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +40 -0
  378. package/dist-types/commands/TagResourceCommand.d.ts +39 -0
  379. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  380. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +36 -0
  381. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +54 -0
  382. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +37 -0
  383. package/dist-types/commands/UpdateContactFlowNameCommand.d.ts +37 -0
  384. package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +36 -0
  385. package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +36 -0
  386. package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +36 -0
  387. package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +36 -0
  388. package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +37 -0
  389. package/dist-types/commands/UpdateQueueNameCommand.d.ts +36 -0
  390. package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +37 -0
  391. package/dist-types/commands/UpdateQueueStatusCommand.d.ts +36 -0
  392. package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +35 -0
  393. package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +35 -0
  394. package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +36 -0
  395. package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +35 -0
  396. package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +36 -0
  397. package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +35 -0
  398. package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +35 -0
  399. package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +35 -0
  400. package/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +35 -0
  401. package/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +43 -0
  402. package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +35 -0
  403. package/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +35 -0
  404. package/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +35 -0
  405. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  406. package/{index.ts → dist-types/index.d.ts} +0 -0
  407. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  408. package/dist-types/models/models_0.d.ts +6152 -0
  409. package/dist-types/pagination/GetCurrentMetricDataPaginator.d.ts +4 -0
  410. package/dist-types/pagination/GetMetricDataPaginator.d.ts +4 -0
  411. package/dist-types/pagination/Interfaces.d.ts +6 -0
  412. package/dist-types/pagination/ListAgentStatusesPaginator.d.ts +4 -0
  413. package/dist-types/pagination/ListApprovedOriginsPaginator.d.ts +4 -0
  414. package/dist-types/pagination/ListBotsPaginator.d.ts +4 -0
  415. package/dist-types/pagination/ListContactFlowsPaginator.d.ts +4 -0
  416. package/dist-types/pagination/ListHoursOfOperationsPaginator.d.ts +4 -0
  417. package/dist-types/pagination/ListInstanceAttributesPaginator.d.ts +4 -0
  418. package/dist-types/pagination/ListInstanceStorageConfigsPaginator.d.ts +4 -0
  419. package/dist-types/pagination/ListInstancesPaginator.d.ts +4 -0
  420. package/dist-types/pagination/ListIntegrationAssociationsPaginator.d.ts +4 -0
  421. package/dist-types/pagination/ListLambdaFunctionsPaginator.d.ts +4 -0
  422. package/dist-types/pagination/ListLexBotsPaginator.d.ts +4 -0
  423. package/dist-types/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
  424. package/dist-types/pagination/ListPromptsPaginator.d.ts +4 -0
  425. package/dist-types/pagination/ListQueueQuickConnectsPaginator.d.ts +4 -0
  426. package/dist-types/pagination/ListQueuesPaginator.d.ts +4 -0
  427. package/dist-types/pagination/ListQuickConnectsPaginator.d.ts +4 -0
  428. package/dist-types/pagination/ListRoutingProfileQueuesPaginator.d.ts +4 -0
  429. package/dist-types/pagination/ListRoutingProfilesPaginator.d.ts +4 -0
  430. package/dist-types/pagination/ListSecurityKeysPaginator.d.ts +4 -0
  431. package/dist-types/pagination/ListSecurityProfilesPaginator.d.ts +4 -0
  432. package/dist-types/pagination/ListUseCasesPaginator.d.ts +4 -0
  433. package/dist-types/pagination/ListUserHierarchyGroupsPaginator.d.ts +4 -0
  434. package/dist-types/pagination/ListUsersPaginator.d.ts +4 -0
  435. package/dist-types/protocols/Aws_restJson1.d.ts +329 -0
  436. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  437. package/dist-types/runtimeConfig.d.ts +37 -0
  438. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  439. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  440. package/dist-types/ts3.4/Connect.d.ts +550 -0
  441. package/dist-types/ts3.4/ConnectClient.d.ts +176 -0
  442. package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +17 -0
  443. package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +17 -0
  444. package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +17 -0
  445. package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +17 -0
  446. package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +17 -0
  447. package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +17 -0
  448. package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +17 -0
  449. package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +17 -0
  450. package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +17 -0
  451. package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +17 -0
  452. package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +17 -0
  453. package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +17 -0
  454. package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +17 -0
  455. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +17 -0
  456. package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +17 -0
  457. package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +17 -0
  458. package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +17 -0
  459. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +17 -0
  460. package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +17 -0
  461. package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +17 -0
  462. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +17 -0
  463. package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +17 -0
  464. package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +17 -0
  465. package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +17 -0
  466. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +17 -0
  467. package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +17 -0
  468. package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +17 -0
  469. package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +17 -0
  470. package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +17 -0
  471. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +17 -0
  472. package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +17 -0
  473. package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +17 -0
  474. package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +17 -0
  475. package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +17 -0
  476. package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +17 -0
  477. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +17 -0
  478. package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +17 -0
  479. package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +17 -0
  480. package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +17 -0
  481. package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +17 -0
  482. package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +17 -0
  483. package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +17 -0
  484. package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +17 -0
  485. package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +17 -0
  486. package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +17 -0
  487. package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +17 -0
  488. package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +17 -0
  489. package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +17 -0
  490. package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +17 -0
  491. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +17 -0
  492. package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +17 -0
  493. package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +17 -0
  494. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +17 -0
  495. package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +17 -0
  496. package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +17 -0
  497. package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +17 -0
  498. package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +17 -0
  499. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +17 -0
  500. package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +17 -0
  501. package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +17 -0
  502. package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +17 -0
  503. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +17 -0
  504. package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +17 -0
  505. package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +17 -0
  506. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +17 -0
  507. package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +17 -0
  508. package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +17 -0
  509. package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +17 -0
  510. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +17 -0
  511. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +17 -0
  512. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  513. package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +17 -0
  514. package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +17 -0
  515. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +17 -0
  516. package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +17 -0
  517. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +17 -0
  518. package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +17 -0
  519. package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +17 -0
  520. package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +17 -0
  521. package/dist-types/ts3.4/commands/StopContactCommand.d.ts +17 -0
  522. package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +17 -0
  523. package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +17 -0
  524. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  525. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  526. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +17 -0
  527. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +17 -0
  528. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +17 -0
  529. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +17 -0
  530. package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +17 -0
  531. package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +17 -0
  532. package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +17 -0
  533. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +17 -0
  534. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +17 -0
  535. package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +17 -0
  536. package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +17 -0
  537. package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +17 -0
  538. package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +17 -0
  539. package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +17 -0
  540. package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +17 -0
  541. package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +17 -0
  542. package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +17 -0
  543. package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +17 -0
  544. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +17 -0
  545. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +17 -0
  546. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +17 -0
  547. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +17 -0
  548. package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +17 -0
  549. package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +17 -0
  550. package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +17 -0
  551. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  552. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  553. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  554. package/dist-types/ts3.4/models/models_0.d.ts +3598 -0
  555. package/dist-types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +4 -0
  556. package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +4 -0
  557. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  558. package/dist-types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +4 -0
  559. package/dist-types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +4 -0
  560. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +4 -0
  561. package/dist-types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +4 -0
  562. package/dist-types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +4 -0
  563. package/dist-types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +4 -0
  564. package/dist-types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +4 -0
  565. package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +4 -0
  566. package/dist-types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +4 -0
  567. package/dist-types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +4 -0
  568. package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +4 -0
  569. package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
  570. package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +4 -0
  571. package/dist-types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +4 -0
  572. package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +4 -0
  573. package/dist-types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +4 -0
  574. package/dist-types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +4 -0
  575. package/dist-types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +4 -0
  576. package/dist-types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +4 -0
  577. package/dist-types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +4 -0
  578. package/dist-types/ts3.4/pagination/ListUseCasesPaginator.d.ts +4 -0
  579. package/dist-types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +4 -0
  580. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +4 -0
  581. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +329 -0
  582. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
  583. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
  584. package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
  585. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  586. package/package.json +45 -42
  587. package/Connect.ts +0 -4166
  588. package/ConnectClient.ts +0 -784
  589. package/commands/AssociateApprovedOriginCommand.ts +0 -95
  590. package/commands/AssociateBotCommand.ts +0 -95
  591. package/commands/AssociateInstanceStorageConfigCommand.ts +0 -108
  592. package/commands/AssociateLambdaFunctionCommand.ts +0 -95
  593. package/commands/AssociateLexBotCommand.ts +0 -95
  594. package/commands/AssociateQueueQuickConnectsCommand.ts +0 -98
  595. package/commands/AssociateRoutingProfileQueuesCommand.ts +0 -97
  596. package/commands/AssociateSecurityKeyCommand.ts +0 -95
  597. package/commands/CreateAgentStatusCommand.ts +0 -95
  598. package/commands/CreateContactFlowCommand.ts +0 -96
  599. package/commands/CreateHoursOfOperationCommand.ts +0 -95
  600. package/commands/CreateInstanceCommand.ts +0 -100
  601. package/commands/CreateIntegrationAssociationCommand.ts +0 -99
  602. package/commands/CreateQueueCommand.ts +0 -95
  603. package/commands/CreateQuickConnectCommand.ts +0 -94
  604. package/commands/CreateRoutingProfileCommand.ts +0 -94
  605. package/commands/CreateUseCaseCommand.ts +0 -94
  606. package/commands/CreateUserCommand.ts +0 -96
  607. package/commands/CreateUserHierarchyGroupCommand.ts +0 -94
  608. package/commands/DeleteHoursOfOperationCommand.ts +0 -95
  609. package/commands/DeleteInstanceCommand.ts +0 -98
  610. package/commands/DeleteIntegrationAssociationCommand.ts +0 -98
  611. package/commands/DeleteQuickConnectCommand.ts +0 -94
  612. package/commands/DeleteUseCaseCommand.ts +0 -94
  613. package/commands/DeleteUserCommand.ts +0 -97
  614. package/commands/DeleteUserHierarchyGroupCommand.ts +0 -95
  615. package/commands/DescribeAgentStatusCommand.ts +0 -95
  616. package/commands/DescribeContactFlowCommand.ts +0 -96
  617. package/commands/DescribeHoursOfOperationCommand.ts +0 -95
  618. package/commands/DescribeInstanceAttributeCommand.ts +0 -98
  619. package/commands/DescribeInstanceCommand.ts +0 -99
  620. package/commands/DescribeInstanceStorageConfigCommand.ts +0 -101
  621. package/commands/DescribeQueueCommand.ts +0 -95
  622. package/commands/DescribeQuickConnectCommand.ts +0 -94
  623. package/commands/DescribeRoutingProfileCommand.ts +0 -94
  624. package/commands/DescribeUserCommand.ts +0 -96
  625. package/commands/DescribeUserHierarchyGroupCommand.ts +0 -97
  626. package/commands/DescribeUserHierarchyStructureCommand.ts +0 -102
  627. package/commands/DisassociateApprovedOriginCommand.ts +0 -98
  628. package/commands/DisassociateBotCommand.ts +0 -96
  629. package/commands/DisassociateInstanceStorageConfigCommand.ts +0 -102
  630. package/commands/DisassociateLambdaFunctionCommand.ts +0 -99
  631. package/commands/DisassociateLexBotCommand.ts +0 -95
  632. package/commands/DisassociateQueueQuickConnectsCommand.ts +0 -101
  633. package/commands/DisassociateRoutingProfileQueuesCommand.ts +0 -100
  634. package/commands/DisassociateSecurityKeyCommand.ts +0 -95
  635. package/commands/GetContactAttributesCommand.ts +0 -94
  636. package/commands/GetCurrentMetricDataCommand.ts +0 -96
  637. package/commands/GetFederationTokenCommand.ts +0 -102
  638. package/commands/GetMetricDataCommand.ts +0 -97
  639. package/commands/ListAgentStatusesCommand.ts +0 -95
  640. package/commands/ListApprovedOriginsCommand.ts +0 -95
  641. package/commands/ListBotsCommand.ts +0 -96
  642. package/commands/ListContactFlowsCommand.ts +0 -98
  643. package/commands/ListHoursOfOperationsCommand.ts +0 -96
  644. package/commands/ListInstanceAttributesCommand.ts +0 -95
  645. package/commands/ListInstanceStorageConfigsCommand.ts +0 -100
  646. package/commands/ListInstancesCommand.ts +0 -97
  647. package/commands/ListIntegrationAssociationsCommand.ts +0 -100
  648. package/commands/ListLambdaFunctionsCommand.ts +0 -96
  649. package/commands/ListLexBotsCommand.ts +0 -96
  650. package/commands/ListPhoneNumbersCommand.ts +0 -96
  651. package/commands/ListPromptsCommand.ts +0 -94
  652. package/commands/ListQueueQuickConnectsCommand.ts +0 -95
  653. package/commands/ListQueuesCommand.ts +0 -100
  654. package/commands/ListQuickConnectsCommand.ts +0 -94
  655. package/commands/ListRoutingProfileQueuesCommand.ts +0 -94
  656. package/commands/ListRoutingProfilesCommand.ts +0 -97
  657. package/commands/ListSecurityKeysCommand.ts +0 -95
  658. package/commands/ListSecurityProfilesCommand.ts +0 -97
  659. package/commands/ListTagsForResourceCommand.ts +0 -96
  660. package/commands/ListUseCasesCommand.ts +0 -94
  661. package/commands/ListUserHierarchyGroupsCommand.ts +0 -97
  662. package/commands/ListUsersCommand.ts +0 -94
  663. package/commands/ResumeContactRecordingCommand.ts +0 -97
  664. package/commands/StartChatContactCommand.ts +0 -114
  665. package/commands/StartContactRecordingCommand.ts +0 -101
  666. package/commands/StartOutboundVoiceContactCommand.ts +0 -110
  667. package/commands/StartTaskContactCommand.ts +0 -94
  668. package/commands/StopContactCommand.ts +0 -94
  669. package/commands/StopContactRecordingCommand.ts +0 -100
  670. package/commands/SuspendContactRecordingCommand.ts +0 -99
  671. package/commands/TagResourceCommand.ts +0 -98
  672. package/commands/UntagResourceCommand.ts +0 -94
  673. package/commands/UpdateAgentStatusCommand.ts +0 -95
  674. package/commands/UpdateContactAttributesCommand.ts +0 -113
  675. package/commands/UpdateContactFlowContentCommand.ts +0 -96
  676. package/commands/UpdateContactFlowNameCommand.ts +0 -96
  677. package/commands/UpdateHoursOfOperationCommand.ts +0 -95
  678. package/commands/UpdateInstanceAttributeCommand.ts +0 -95
  679. package/commands/UpdateInstanceStorageConfigCommand.ts +0 -98
  680. package/commands/UpdateQueueHoursOfOperationCommand.ts +0 -98
  681. package/commands/UpdateQueueMaxContactsCommand.ts +0 -96
  682. package/commands/UpdateQueueNameCommand.ts +0 -95
  683. package/commands/UpdateQueueOutboundCallerConfigCommand.ts +0 -102
  684. package/commands/UpdateQueueStatusCommand.ts +0 -95
  685. package/commands/UpdateQuickConnectConfigCommand.ts +0 -94
  686. package/commands/UpdateQuickConnectNameCommand.ts +0 -94
  687. package/commands/UpdateRoutingProfileConcurrencyCommand.ts +0 -101
  688. package/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts +0 -104
  689. package/commands/UpdateRoutingProfileNameCommand.ts +0 -95
  690. package/commands/UpdateRoutingProfileQueuesCommand.ts +0 -97
  691. package/commands/UpdateUserHierarchyCommand.ts +0 -94
  692. package/commands/UpdateUserHierarchyGroupNameCommand.ts +0 -97
  693. package/commands/UpdateUserHierarchyStructureCommand.ts +0 -97
  694. package/commands/UpdateUserIdentityInfoCommand.ts +0 -102
  695. package/commands/UpdateUserPhoneConfigCommand.ts +0 -94
  696. package/commands/UpdateUserRoutingProfileCommand.ts +0 -94
  697. package/commands/UpdateUserSecurityProfilesCommand.ts +0 -97
  698. package/dist/cjs/Connect.js +0 -1661
  699. package/dist/cjs/Connect.js.map +0 -1
  700. package/dist/cjs/ConnectClient.js +0 -59
  701. package/dist/cjs/ConnectClient.js.map +0 -1
  702. package/dist/cjs/commands/AssociateApprovedOriginCommand.js +0 -62
  703. package/dist/cjs/commands/AssociateApprovedOriginCommand.js.map +0 -1
  704. package/dist/cjs/commands/AssociateBotCommand.js +0 -62
  705. package/dist/cjs/commands/AssociateBotCommand.js.map +0 -1
  706. package/dist/cjs/commands/AssociateInstanceStorageConfigCommand.js +0 -67
  707. package/dist/cjs/commands/AssociateInstanceStorageConfigCommand.js.map +0 -1
  708. package/dist/cjs/commands/AssociateLambdaFunctionCommand.js +0 -62
  709. package/dist/cjs/commands/AssociateLambdaFunctionCommand.js.map +0 -1
  710. package/dist/cjs/commands/AssociateLexBotCommand.js +0 -62
  711. package/dist/cjs/commands/AssociateLexBotCommand.js.map +0 -1
  712. package/dist/cjs/commands/AssociateQueueQuickConnectsCommand.js +0 -62
  713. package/dist/cjs/commands/AssociateQueueQuickConnectsCommand.js.map +0 -1
  714. package/dist/cjs/commands/AssociateRoutingProfileQueuesCommand.js +0 -61
  715. package/dist/cjs/commands/AssociateRoutingProfileQueuesCommand.js.map +0 -1
  716. package/dist/cjs/commands/AssociateSecurityKeyCommand.js +0 -62
  717. package/dist/cjs/commands/AssociateSecurityKeyCommand.js.map +0 -1
  718. package/dist/cjs/commands/CreateAgentStatusCommand.js +0 -62
  719. package/dist/cjs/commands/CreateAgentStatusCommand.js.map +0 -1
  720. package/dist/cjs/commands/CreateContactFlowCommand.js +0 -63
  721. package/dist/cjs/commands/CreateContactFlowCommand.js.map +0 -1
  722. package/dist/cjs/commands/CreateHoursOfOperationCommand.js +0 -62
  723. package/dist/cjs/commands/CreateHoursOfOperationCommand.js.map +0 -1
  724. package/dist/cjs/commands/CreateInstanceCommand.js +0 -67
  725. package/dist/cjs/commands/CreateInstanceCommand.js.map +0 -1
  726. package/dist/cjs/commands/CreateIntegrationAssociationCommand.js +0 -61
  727. package/dist/cjs/commands/CreateIntegrationAssociationCommand.js.map +0 -1
  728. package/dist/cjs/commands/CreateQueueCommand.js +0 -62
  729. package/dist/cjs/commands/CreateQueueCommand.js.map +0 -1
  730. package/dist/cjs/commands/CreateQuickConnectCommand.js +0 -61
  731. package/dist/cjs/commands/CreateQuickConnectCommand.js.map +0 -1
  732. package/dist/cjs/commands/CreateRoutingProfileCommand.js +0 -61
  733. package/dist/cjs/commands/CreateRoutingProfileCommand.js.map +0 -1
  734. package/dist/cjs/commands/CreateUseCaseCommand.js +0 -61
  735. package/dist/cjs/commands/CreateUseCaseCommand.js.map +0 -1
  736. package/dist/cjs/commands/CreateUserCommand.js +0 -63
  737. package/dist/cjs/commands/CreateUserCommand.js.map +0 -1
  738. package/dist/cjs/commands/CreateUserHierarchyGroupCommand.js +0 -61
  739. package/dist/cjs/commands/CreateUserHierarchyGroupCommand.js.map +0 -1
  740. package/dist/cjs/commands/DeleteHoursOfOperationCommand.js +0 -62
  741. package/dist/cjs/commands/DeleteHoursOfOperationCommand.js.map +0 -1
  742. package/dist/cjs/commands/DeleteInstanceCommand.js +0 -65
  743. package/dist/cjs/commands/DeleteInstanceCommand.js.map +0 -1
  744. package/dist/cjs/commands/DeleteIntegrationAssociationCommand.js +0 -62
  745. package/dist/cjs/commands/DeleteIntegrationAssociationCommand.js.map +0 -1
  746. package/dist/cjs/commands/DeleteQuickConnectCommand.js +0 -61
  747. package/dist/cjs/commands/DeleteQuickConnectCommand.js.map +0 -1
  748. package/dist/cjs/commands/DeleteUseCaseCommand.js +0 -61
  749. package/dist/cjs/commands/DeleteUseCaseCommand.js.map +0 -1
  750. package/dist/cjs/commands/DeleteUserCommand.js +0 -64
  751. package/dist/cjs/commands/DeleteUserCommand.js.map +0 -1
  752. package/dist/cjs/commands/DeleteUserHierarchyGroupCommand.js +0 -62
  753. package/dist/cjs/commands/DeleteUserHierarchyGroupCommand.js.map +0 -1
  754. package/dist/cjs/commands/DescribeAgentStatusCommand.js +0 -62
  755. package/dist/cjs/commands/DescribeAgentStatusCommand.js.map +0 -1
  756. package/dist/cjs/commands/DescribeContactFlowCommand.js +0 -63
  757. package/dist/cjs/commands/DescribeContactFlowCommand.js.map +0 -1
  758. package/dist/cjs/commands/DescribeHoursOfOperationCommand.js +0 -62
  759. package/dist/cjs/commands/DescribeHoursOfOperationCommand.js.map +0 -1
  760. package/dist/cjs/commands/DescribeInstanceAttributeCommand.js +0 -62
  761. package/dist/cjs/commands/DescribeInstanceAttributeCommand.js.map +0 -1
  762. package/dist/cjs/commands/DescribeInstanceCommand.js +0 -66
  763. package/dist/cjs/commands/DescribeInstanceCommand.js.map +0 -1
  764. package/dist/cjs/commands/DescribeInstanceStorageConfigCommand.js +0 -63
  765. package/dist/cjs/commands/DescribeInstanceStorageConfigCommand.js.map +0 -1
  766. package/dist/cjs/commands/DescribeQueueCommand.js +0 -62
  767. package/dist/cjs/commands/DescribeQueueCommand.js.map +0 -1
  768. package/dist/cjs/commands/DescribeQuickConnectCommand.js +0 -61
  769. package/dist/cjs/commands/DescribeQuickConnectCommand.js.map +0 -1
  770. package/dist/cjs/commands/DescribeRoutingProfileCommand.js +0 -61
  771. package/dist/cjs/commands/DescribeRoutingProfileCommand.js.map +0 -1
  772. package/dist/cjs/commands/DescribeUserCommand.js +0 -63
  773. package/dist/cjs/commands/DescribeUserCommand.js.map +0 -1
  774. package/dist/cjs/commands/DescribeUserHierarchyGroupCommand.js +0 -61
  775. package/dist/cjs/commands/DescribeUserHierarchyGroupCommand.js.map +0 -1
  776. package/dist/cjs/commands/DescribeUserHierarchyStructureCommand.js +0 -61
  777. package/dist/cjs/commands/DescribeUserHierarchyStructureCommand.js.map +0 -1
  778. package/dist/cjs/commands/DisassociateApprovedOriginCommand.js +0 -62
  779. package/dist/cjs/commands/DisassociateApprovedOriginCommand.js.map +0 -1
  780. package/dist/cjs/commands/DisassociateBotCommand.js +0 -63
  781. package/dist/cjs/commands/DisassociateBotCommand.js.map +0 -1
  782. package/dist/cjs/commands/DisassociateInstanceStorageConfigCommand.js +0 -63
  783. package/dist/cjs/commands/DisassociateInstanceStorageConfigCommand.js.map +0 -1
  784. package/dist/cjs/commands/DisassociateLambdaFunctionCommand.js +0 -63
  785. package/dist/cjs/commands/DisassociateLambdaFunctionCommand.js.map +0 -1
  786. package/dist/cjs/commands/DisassociateLexBotCommand.js +0 -62
  787. package/dist/cjs/commands/DisassociateLexBotCommand.js.map +0 -1
  788. package/dist/cjs/commands/DisassociateQueueQuickConnectsCommand.js +0 -62
  789. package/dist/cjs/commands/DisassociateQueueQuickConnectsCommand.js.map +0 -1
  790. package/dist/cjs/commands/DisassociateRoutingProfileQueuesCommand.js +0 -61
  791. package/dist/cjs/commands/DisassociateRoutingProfileQueuesCommand.js.map +0 -1
  792. package/dist/cjs/commands/DisassociateSecurityKeyCommand.js +0 -62
  793. package/dist/cjs/commands/DisassociateSecurityKeyCommand.js.map +0 -1
  794. package/dist/cjs/commands/GetContactAttributesCommand.js +0 -61
  795. package/dist/cjs/commands/GetContactAttributesCommand.js.map +0 -1
  796. package/dist/cjs/commands/GetCurrentMetricDataCommand.js +0 -63
  797. package/dist/cjs/commands/GetCurrentMetricDataCommand.js.map +0 -1
  798. package/dist/cjs/commands/GetFederationTokenCommand.js +0 -69
  799. package/dist/cjs/commands/GetFederationTokenCommand.js.map +0 -1
  800. package/dist/cjs/commands/GetMetricDataCommand.js +0 -64
  801. package/dist/cjs/commands/GetMetricDataCommand.js.map +0 -1
  802. package/dist/cjs/commands/ListAgentStatusesCommand.js +0 -62
  803. package/dist/cjs/commands/ListAgentStatusesCommand.js.map +0 -1
  804. package/dist/cjs/commands/ListApprovedOriginsCommand.js +0 -62
  805. package/dist/cjs/commands/ListApprovedOriginsCommand.js.map +0 -1
  806. package/dist/cjs/commands/ListBotsCommand.js +0 -63
  807. package/dist/cjs/commands/ListBotsCommand.js.map +0 -1
  808. package/dist/cjs/commands/ListContactFlowsCommand.js +0 -65
  809. package/dist/cjs/commands/ListContactFlowsCommand.js.map +0 -1
  810. package/dist/cjs/commands/ListHoursOfOperationsCommand.js +0 -63
  811. package/dist/cjs/commands/ListHoursOfOperationsCommand.js.map +0 -1
  812. package/dist/cjs/commands/ListInstanceAttributesCommand.js +0 -62
  813. package/dist/cjs/commands/ListInstanceAttributesCommand.js.map +0 -1
  814. package/dist/cjs/commands/ListInstanceStorageConfigsCommand.js +0 -64
  815. package/dist/cjs/commands/ListInstanceStorageConfigsCommand.js.map +0 -1
  816. package/dist/cjs/commands/ListInstancesCommand.js +0 -64
  817. package/dist/cjs/commands/ListInstancesCommand.js.map +0 -1
  818. package/dist/cjs/commands/ListIntegrationAssociationsCommand.js +0 -62
  819. package/dist/cjs/commands/ListIntegrationAssociationsCommand.js.map +0 -1
  820. package/dist/cjs/commands/ListLambdaFunctionsCommand.js +0 -63
  821. package/dist/cjs/commands/ListLambdaFunctionsCommand.js.map +0 -1
  822. package/dist/cjs/commands/ListLexBotsCommand.js +0 -63
  823. package/dist/cjs/commands/ListLexBotsCommand.js.map +0 -1
  824. package/dist/cjs/commands/ListPhoneNumbersCommand.js +0 -63
  825. package/dist/cjs/commands/ListPhoneNumbersCommand.js.map +0 -1
  826. package/dist/cjs/commands/ListPromptsCommand.js +0 -61
  827. package/dist/cjs/commands/ListPromptsCommand.js.map +0 -1
  828. package/dist/cjs/commands/ListQueueQuickConnectsCommand.js +0 -62
  829. package/dist/cjs/commands/ListQueueQuickConnectsCommand.js.map +0 -1
  830. package/dist/cjs/commands/ListQueuesCommand.js +0 -67
  831. package/dist/cjs/commands/ListQueuesCommand.js.map +0 -1
  832. package/dist/cjs/commands/ListQuickConnectsCommand.js +0 -61
  833. package/dist/cjs/commands/ListQuickConnectsCommand.js.map +0 -1
  834. package/dist/cjs/commands/ListRoutingProfileQueuesCommand.js +0 -61
  835. package/dist/cjs/commands/ListRoutingProfileQueuesCommand.js.map +0 -1
  836. package/dist/cjs/commands/ListRoutingProfilesCommand.js +0 -64
  837. package/dist/cjs/commands/ListRoutingProfilesCommand.js.map +0 -1
  838. package/dist/cjs/commands/ListSecurityKeysCommand.js +0 -62
  839. package/dist/cjs/commands/ListSecurityKeysCommand.js.map +0 -1
  840. package/dist/cjs/commands/ListSecurityProfilesCommand.js +0 -64
  841. package/dist/cjs/commands/ListSecurityProfilesCommand.js.map +0 -1
  842. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -63
  843. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  844. package/dist/cjs/commands/ListUseCasesCommand.js +0 -61
  845. package/dist/cjs/commands/ListUseCasesCommand.js.map +0 -1
  846. package/dist/cjs/commands/ListUserHierarchyGroupsCommand.js +0 -64
  847. package/dist/cjs/commands/ListUserHierarchyGroupsCommand.js.map +0 -1
  848. package/dist/cjs/commands/ListUsersCommand.js +0 -61
  849. package/dist/cjs/commands/ListUsersCommand.js.map +0 -1
  850. package/dist/cjs/commands/ResumeContactRecordingCommand.js +0 -64
  851. package/dist/cjs/commands/ResumeContactRecordingCommand.js.map +0 -1
  852. package/dist/cjs/commands/StartChatContactCommand.js +0 -81
  853. package/dist/cjs/commands/StartChatContactCommand.js.map +0 -1
  854. package/dist/cjs/commands/StartContactRecordingCommand.js +0 -68
  855. package/dist/cjs/commands/StartContactRecordingCommand.js.map +0 -1
  856. package/dist/cjs/commands/StartOutboundVoiceContactCommand.js +0 -74
  857. package/dist/cjs/commands/StartOutboundVoiceContactCommand.js.map +0 -1
  858. package/dist/cjs/commands/StartTaskContactCommand.js +0 -61
  859. package/dist/cjs/commands/StartTaskContactCommand.js.map +0 -1
  860. package/dist/cjs/commands/StopContactCommand.js +0 -61
  861. package/dist/cjs/commands/StopContactCommand.js.map +0 -1
  862. package/dist/cjs/commands/StopContactRecordingCommand.js +0 -67
  863. package/dist/cjs/commands/StopContactRecordingCommand.js.map +0 -1
  864. package/dist/cjs/commands/SuspendContactRecordingCommand.js +0 -66
  865. package/dist/cjs/commands/SuspendContactRecordingCommand.js.map +0 -1
  866. package/dist/cjs/commands/TagResourceCommand.js +0 -65
  867. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  868. package/dist/cjs/commands/UntagResourceCommand.js +0 -61
  869. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  870. package/dist/cjs/commands/UpdateAgentStatusCommand.js +0 -62
  871. package/dist/cjs/commands/UpdateAgentStatusCommand.js.map +0 -1
  872. package/dist/cjs/commands/UpdateContactAttributesCommand.js +0 -80
  873. package/dist/cjs/commands/UpdateContactAttributesCommand.js.map +0 -1
  874. package/dist/cjs/commands/UpdateContactFlowContentCommand.js +0 -63
  875. package/dist/cjs/commands/UpdateContactFlowContentCommand.js.map +0 -1
  876. package/dist/cjs/commands/UpdateContactFlowNameCommand.js +0 -63
  877. package/dist/cjs/commands/UpdateContactFlowNameCommand.js.map +0 -1
  878. package/dist/cjs/commands/UpdateHoursOfOperationCommand.js +0 -62
  879. package/dist/cjs/commands/UpdateHoursOfOperationCommand.js.map +0 -1
  880. package/dist/cjs/commands/UpdateInstanceAttributeCommand.js +0 -62
  881. package/dist/cjs/commands/UpdateInstanceAttributeCommand.js.map +0 -1
  882. package/dist/cjs/commands/UpdateInstanceStorageConfigCommand.js +0 -62
  883. package/dist/cjs/commands/UpdateInstanceStorageConfigCommand.js.map +0 -1
  884. package/dist/cjs/commands/UpdateQueueHoursOfOperationCommand.js +0 -62
  885. package/dist/cjs/commands/UpdateQueueHoursOfOperationCommand.js.map +0 -1
  886. package/dist/cjs/commands/UpdateQueueMaxContactsCommand.js +0 -63
  887. package/dist/cjs/commands/UpdateQueueMaxContactsCommand.js.map +0 -1
  888. package/dist/cjs/commands/UpdateQueueNameCommand.js +0 -62
  889. package/dist/cjs/commands/UpdateQueueNameCommand.js.map +0 -1
  890. package/dist/cjs/commands/UpdateQueueOutboundCallerConfigCommand.js +0 -63
  891. package/dist/cjs/commands/UpdateQueueOutboundCallerConfigCommand.js.map +0 -1
  892. package/dist/cjs/commands/UpdateQueueStatusCommand.js +0 -62
  893. package/dist/cjs/commands/UpdateQueueStatusCommand.js.map +0 -1
  894. package/dist/cjs/commands/UpdateQuickConnectConfigCommand.js +0 -61
  895. package/dist/cjs/commands/UpdateQuickConnectConfigCommand.js.map +0 -1
  896. package/dist/cjs/commands/UpdateQuickConnectNameCommand.js +0 -61
  897. package/dist/cjs/commands/UpdateQuickConnectNameCommand.js.map +0 -1
  898. package/dist/cjs/commands/UpdateRoutingProfileConcurrencyCommand.js +0 -62
  899. package/dist/cjs/commands/UpdateRoutingProfileConcurrencyCommand.js.map +0 -1
  900. package/dist/cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +0 -61
  901. package/dist/cjs/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js.map +0 -1
  902. package/dist/cjs/commands/UpdateRoutingProfileNameCommand.js +0 -62
  903. package/dist/cjs/commands/UpdateRoutingProfileNameCommand.js.map +0 -1
  904. package/dist/cjs/commands/UpdateRoutingProfileQueuesCommand.js +0 -61
  905. package/dist/cjs/commands/UpdateRoutingProfileQueuesCommand.js.map +0 -1
  906. package/dist/cjs/commands/UpdateUserHierarchyCommand.js +0 -61
  907. package/dist/cjs/commands/UpdateUserHierarchyCommand.js.map +0 -1
  908. package/dist/cjs/commands/UpdateUserHierarchyGroupNameCommand.js +0 -61
  909. package/dist/cjs/commands/UpdateUserHierarchyGroupNameCommand.js.map +0 -1
  910. package/dist/cjs/commands/UpdateUserHierarchyStructureCommand.js +0 -61
  911. package/dist/cjs/commands/UpdateUserHierarchyStructureCommand.js.map +0 -1
  912. package/dist/cjs/commands/UpdateUserIdentityInfoCommand.js +0 -69
  913. package/dist/cjs/commands/UpdateUserIdentityInfoCommand.js.map +0 -1
  914. package/dist/cjs/commands/UpdateUserPhoneConfigCommand.js +0 -61
  915. package/dist/cjs/commands/UpdateUserPhoneConfigCommand.js.map +0 -1
  916. package/dist/cjs/commands/UpdateUserRoutingProfileCommand.js +0 -61
  917. package/dist/cjs/commands/UpdateUserRoutingProfileCommand.js.map +0 -1
  918. package/dist/cjs/commands/UpdateUserSecurityProfilesCommand.js +0 -61
  919. package/dist/cjs/commands/UpdateUserSecurityProfilesCommand.js.map +0 -1
  920. package/dist/cjs/endpoints.js +0 -57
  921. package/dist/cjs/endpoints.js.map +0 -1
  922. package/dist/cjs/index.js +0 -142
  923. package/dist/cjs/index.js.map +0 -1
  924. package/dist/cjs/models/index.js +0 -5
  925. package/dist/cjs/models/index.js.map +0 -1
  926. package/dist/cjs/models/models_0.js +0 -2774
  927. package/dist/cjs/models/models_0.js.map +0 -1
  928. package/dist/cjs/package.json +0 -93
  929. package/dist/cjs/pagination/GetCurrentMetricDataPaginator.js +0 -46
  930. package/dist/cjs/pagination/GetCurrentMetricDataPaginator.js.map +0 -1
  931. package/dist/cjs/pagination/GetMetricDataPaginator.js +0 -46
  932. package/dist/cjs/pagination/GetMetricDataPaginator.js.map +0 -1
  933. package/dist/cjs/pagination/Interfaces.js +0 -3
  934. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  935. package/dist/cjs/pagination/ListAgentStatusesPaginator.js +0 -46
  936. package/dist/cjs/pagination/ListAgentStatusesPaginator.js.map +0 -1
  937. package/dist/cjs/pagination/ListApprovedOriginsPaginator.js +0 -46
  938. package/dist/cjs/pagination/ListApprovedOriginsPaginator.js.map +0 -1
  939. package/dist/cjs/pagination/ListBotsPaginator.js +0 -46
  940. package/dist/cjs/pagination/ListBotsPaginator.js.map +0 -1
  941. package/dist/cjs/pagination/ListContactFlowsPaginator.js +0 -46
  942. package/dist/cjs/pagination/ListContactFlowsPaginator.js.map +0 -1
  943. package/dist/cjs/pagination/ListHoursOfOperationsPaginator.js +0 -46
  944. package/dist/cjs/pagination/ListHoursOfOperationsPaginator.js.map +0 -1
  945. package/dist/cjs/pagination/ListInstanceAttributesPaginator.js +0 -46
  946. package/dist/cjs/pagination/ListInstanceAttributesPaginator.js.map +0 -1
  947. package/dist/cjs/pagination/ListInstanceStorageConfigsPaginator.js +0 -46
  948. package/dist/cjs/pagination/ListInstanceStorageConfigsPaginator.js.map +0 -1
  949. package/dist/cjs/pagination/ListInstancesPaginator.js +0 -46
  950. package/dist/cjs/pagination/ListInstancesPaginator.js.map +0 -1
  951. package/dist/cjs/pagination/ListIntegrationAssociationsPaginator.js +0 -46
  952. package/dist/cjs/pagination/ListIntegrationAssociationsPaginator.js.map +0 -1
  953. package/dist/cjs/pagination/ListLambdaFunctionsPaginator.js +0 -46
  954. package/dist/cjs/pagination/ListLambdaFunctionsPaginator.js.map +0 -1
  955. package/dist/cjs/pagination/ListLexBotsPaginator.js +0 -46
  956. package/dist/cjs/pagination/ListLexBotsPaginator.js.map +0 -1
  957. package/dist/cjs/pagination/ListPhoneNumbersPaginator.js +0 -46
  958. package/dist/cjs/pagination/ListPhoneNumbersPaginator.js.map +0 -1
  959. package/dist/cjs/pagination/ListPromptsPaginator.js +0 -46
  960. package/dist/cjs/pagination/ListPromptsPaginator.js.map +0 -1
  961. package/dist/cjs/pagination/ListQueueQuickConnectsPaginator.js +0 -46
  962. package/dist/cjs/pagination/ListQueueQuickConnectsPaginator.js.map +0 -1
  963. package/dist/cjs/pagination/ListQueuesPaginator.js +0 -46
  964. package/dist/cjs/pagination/ListQueuesPaginator.js.map +0 -1
  965. package/dist/cjs/pagination/ListQuickConnectsPaginator.js +0 -46
  966. package/dist/cjs/pagination/ListQuickConnectsPaginator.js.map +0 -1
  967. package/dist/cjs/pagination/ListRoutingProfileQueuesPaginator.js +0 -46
  968. package/dist/cjs/pagination/ListRoutingProfileQueuesPaginator.js.map +0 -1
  969. package/dist/cjs/pagination/ListRoutingProfilesPaginator.js +0 -46
  970. package/dist/cjs/pagination/ListRoutingProfilesPaginator.js.map +0 -1
  971. package/dist/cjs/pagination/ListSecurityKeysPaginator.js +0 -46
  972. package/dist/cjs/pagination/ListSecurityKeysPaginator.js.map +0 -1
  973. package/dist/cjs/pagination/ListSecurityProfilesPaginator.js +0 -46
  974. package/dist/cjs/pagination/ListSecurityProfilesPaginator.js.map +0 -1
  975. package/dist/cjs/pagination/ListUseCasesPaginator.js +0 -46
  976. package/dist/cjs/pagination/ListUseCasesPaginator.js.map +0 -1
  977. package/dist/cjs/pagination/ListUserHierarchyGroupsPaginator.js +0 -46
  978. package/dist/cjs/pagination/ListUserHierarchyGroupsPaginator.js.map +0 -1
  979. package/dist/cjs/pagination/ListUsersPaginator.js +0 -46
  980. package/dist/cjs/pagination/ListUsersPaginator.js.map +0 -1
  981. package/dist/cjs/protocols/Aws_restJson1.js +0 -14349
  982. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  983. package/dist/cjs/runtimeConfig.browser.js +0 -41
  984. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  985. package/dist/cjs/runtimeConfig.js +0 -46
  986. package/dist/cjs/runtimeConfig.js.map +0 -1
  987. package/dist/cjs/runtimeConfig.native.js +0 -20
  988. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  989. package/dist/cjs/runtimeConfig.shared.js +0 -21
  990. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  991. package/dist/es/Connect.js +0 -1646
  992. package/dist/es/Connect.js.map +0 -1
  993. package/dist/es/ConnectClient.js +0 -38
  994. package/dist/es/ConnectClient.js.map +0 -1
  995. package/dist/es/commands/AssociateApprovedOriginCommand.js +0 -40
  996. package/dist/es/commands/AssociateApprovedOriginCommand.js.map +0 -1
  997. package/dist/es/commands/AssociateBotCommand.js +0 -40
  998. package/dist/es/commands/AssociateBotCommand.js.map +0 -1
  999. package/dist/es/commands/AssociateInstanceStorageConfigCommand.js +0 -40
  1000. package/dist/es/commands/AssociateInstanceStorageConfigCommand.js.map +0 -1
  1001. package/dist/es/commands/AssociateLambdaFunctionCommand.js +0 -40
  1002. package/dist/es/commands/AssociateLambdaFunctionCommand.js.map +0 -1
  1003. package/dist/es/commands/AssociateLexBotCommand.js +0 -40
  1004. package/dist/es/commands/AssociateLexBotCommand.js.map +0 -1
  1005. package/dist/es/commands/AssociateQueueQuickConnectsCommand.js +0 -40
  1006. package/dist/es/commands/AssociateQueueQuickConnectsCommand.js.map +0 -1
  1007. package/dist/es/commands/AssociateRoutingProfileQueuesCommand.js +0 -40
  1008. package/dist/es/commands/AssociateRoutingProfileQueuesCommand.js.map +0 -1
  1009. package/dist/es/commands/AssociateSecurityKeyCommand.js +0 -40
  1010. package/dist/es/commands/AssociateSecurityKeyCommand.js.map +0 -1
  1011. package/dist/es/commands/CreateAgentStatusCommand.js +0 -40
  1012. package/dist/es/commands/CreateAgentStatusCommand.js.map +0 -1
  1013. package/dist/es/commands/CreateContactFlowCommand.js +0 -40
  1014. package/dist/es/commands/CreateContactFlowCommand.js.map +0 -1
  1015. package/dist/es/commands/CreateHoursOfOperationCommand.js +0 -40
  1016. package/dist/es/commands/CreateHoursOfOperationCommand.js.map +0 -1
  1017. package/dist/es/commands/CreateInstanceCommand.js +0 -40
  1018. package/dist/es/commands/CreateInstanceCommand.js.map +0 -1
  1019. package/dist/es/commands/CreateIntegrationAssociationCommand.js +0 -40
  1020. package/dist/es/commands/CreateIntegrationAssociationCommand.js.map +0 -1
  1021. package/dist/es/commands/CreateQueueCommand.js +0 -40
  1022. package/dist/es/commands/CreateQueueCommand.js.map +0 -1
  1023. package/dist/es/commands/CreateQuickConnectCommand.js +0 -40
  1024. package/dist/es/commands/CreateQuickConnectCommand.js.map +0 -1
  1025. package/dist/es/commands/CreateRoutingProfileCommand.js +0 -40
  1026. package/dist/es/commands/CreateRoutingProfileCommand.js.map +0 -1
  1027. package/dist/es/commands/CreateUseCaseCommand.js +0 -40
  1028. package/dist/es/commands/CreateUseCaseCommand.js.map +0 -1
  1029. package/dist/es/commands/CreateUserCommand.js +0 -40
  1030. package/dist/es/commands/CreateUserCommand.js.map +0 -1
  1031. package/dist/es/commands/CreateUserHierarchyGroupCommand.js +0 -40
  1032. package/dist/es/commands/CreateUserHierarchyGroupCommand.js.map +0 -1
  1033. package/dist/es/commands/DeleteHoursOfOperationCommand.js +0 -40
  1034. package/dist/es/commands/DeleteHoursOfOperationCommand.js.map +0 -1
  1035. package/dist/es/commands/DeleteInstanceCommand.js +0 -40
  1036. package/dist/es/commands/DeleteInstanceCommand.js.map +0 -1
  1037. package/dist/es/commands/DeleteIntegrationAssociationCommand.js +0 -40
  1038. package/dist/es/commands/DeleteIntegrationAssociationCommand.js.map +0 -1
  1039. package/dist/es/commands/DeleteQuickConnectCommand.js +0 -40
  1040. package/dist/es/commands/DeleteQuickConnectCommand.js.map +0 -1
  1041. package/dist/es/commands/DeleteUseCaseCommand.js +0 -40
  1042. package/dist/es/commands/DeleteUseCaseCommand.js.map +0 -1
  1043. package/dist/es/commands/DeleteUserCommand.js +0 -40
  1044. package/dist/es/commands/DeleteUserCommand.js.map +0 -1
  1045. package/dist/es/commands/DeleteUserHierarchyGroupCommand.js +0 -40
  1046. package/dist/es/commands/DeleteUserHierarchyGroupCommand.js.map +0 -1
  1047. package/dist/es/commands/DescribeAgentStatusCommand.js +0 -40
  1048. package/dist/es/commands/DescribeAgentStatusCommand.js.map +0 -1
  1049. package/dist/es/commands/DescribeContactFlowCommand.js +0 -40
  1050. package/dist/es/commands/DescribeContactFlowCommand.js.map +0 -1
  1051. package/dist/es/commands/DescribeHoursOfOperationCommand.js +0 -40
  1052. package/dist/es/commands/DescribeHoursOfOperationCommand.js.map +0 -1
  1053. package/dist/es/commands/DescribeInstanceAttributeCommand.js +0 -40
  1054. package/dist/es/commands/DescribeInstanceAttributeCommand.js.map +0 -1
  1055. package/dist/es/commands/DescribeInstanceCommand.js +0 -40
  1056. package/dist/es/commands/DescribeInstanceCommand.js.map +0 -1
  1057. package/dist/es/commands/DescribeInstanceStorageConfigCommand.js +0 -40
  1058. package/dist/es/commands/DescribeInstanceStorageConfigCommand.js.map +0 -1
  1059. package/dist/es/commands/DescribeQueueCommand.js +0 -40
  1060. package/dist/es/commands/DescribeQueueCommand.js.map +0 -1
  1061. package/dist/es/commands/DescribeQuickConnectCommand.js +0 -40
  1062. package/dist/es/commands/DescribeQuickConnectCommand.js.map +0 -1
  1063. package/dist/es/commands/DescribeRoutingProfileCommand.js +0 -40
  1064. package/dist/es/commands/DescribeRoutingProfileCommand.js.map +0 -1
  1065. package/dist/es/commands/DescribeUserCommand.js +0 -40
  1066. package/dist/es/commands/DescribeUserCommand.js.map +0 -1
  1067. package/dist/es/commands/DescribeUserHierarchyGroupCommand.js +0 -40
  1068. package/dist/es/commands/DescribeUserHierarchyGroupCommand.js.map +0 -1
  1069. package/dist/es/commands/DescribeUserHierarchyStructureCommand.js +0 -40
  1070. package/dist/es/commands/DescribeUserHierarchyStructureCommand.js.map +0 -1
  1071. package/dist/es/commands/DisassociateApprovedOriginCommand.js +0 -40
  1072. package/dist/es/commands/DisassociateApprovedOriginCommand.js.map +0 -1
  1073. package/dist/es/commands/DisassociateBotCommand.js +0 -40
  1074. package/dist/es/commands/DisassociateBotCommand.js.map +0 -1
  1075. package/dist/es/commands/DisassociateInstanceStorageConfigCommand.js +0 -40
  1076. package/dist/es/commands/DisassociateInstanceStorageConfigCommand.js.map +0 -1
  1077. package/dist/es/commands/DisassociateLambdaFunctionCommand.js +0 -40
  1078. package/dist/es/commands/DisassociateLambdaFunctionCommand.js.map +0 -1
  1079. package/dist/es/commands/DisassociateLexBotCommand.js +0 -40
  1080. package/dist/es/commands/DisassociateLexBotCommand.js.map +0 -1
  1081. package/dist/es/commands/DisassociateQueueQuickConnectsCommand.js +0 -40
  1082. package/dist/es/commands/DisassociateQueueQuickConnectsCommand.js.map +0 -1
  1083. package/dist/es/commands/DisassociateRoutingProfileQueuesCommand.js +0 -40
  1084. package/dist/es/commands/DisassociateRoutingProfileQueuesCommand.js.map +0 -1
  1085. package/dist/es/commands/DisassociateSecurityKeyCommand.js +0 -40
  1086. package/dist/es/commands/DisassociateSecurityKeyCommand.js.map +0 -1
  1087. package/dist/es/commands/GetContactAttributesCommand.js +0 -40
  1088. package/dist/es/commands/GetContactAttributesCommand.js.map +0 -1
  1089. package/dist/es/commands/GetCurrentMetricDataCommand.js +0 -40
  1090. package/dist/es/commands/GetCurrentMetricDataCommand.js.map +0 -1
  1091. package/dist/es/commands/GetFederationTokenCommand.js +0 -40
  1092. package/dist/es/commands/GetFederationTokenCommand.js.map +0 -1
  1093. package/dist/es/commands/GetMetricDataCommand.js +0 -40
  1094. package/dist/es/commands/GetMetricDataCommand.js.map +0 -1
  1095. package/dist/es/commands/ListAgentStatusesCommand.js +0 -40
  1096. package/dist/es/commands/ListAgentStatusesCommand.js.map +0 -1
  1097. package/dist/es/commands/ListApprovedOriginsCommand.js +0 -40
  1098. package/dist/es/commands/ListApprovedOriginsCommand.js.map +0 -1
  1099. package/dist/es/commands/ListBotsCommand.js +0 -40
  1100. package/dist/es/commands/ListBotsCommand.js.map +0 -1
  1101. package/dist/es/commands/ListContactFlowsCommand.js +0 -40
  1102. package/dist/es/commands/ListContactFlowsCommand.js.map +0 -1
  1103. package/dist/es/commands/ListHoursOfOperationsCommand.js +0 -40
  1104. package/dist/es/commands/ListHoursOfOperationsCommand.js.map +0 -1
  1105. package/dist/es/commands/ListInstanceAttributesCommand.js +0 -40
  1106. package/dist/es/commands/ListInstanceAttributesCommand.js.map +0 -1
  1107. package/dist/es/commands/ListInstanceStorageConfigsCommand.js +0 -40
  1108. package/dist/es/commands/ListInstanceStorageConfigsCommand.js.map +0 -1
  1109. package/dist/es/commands/ListInstancesCommand.js +0 -40
  1110. package/dist/es/commands/ListInstancesCommand.js.map +0 -1
  1111. package/dist/es/commands/ListIntegrationAssociationsCommand.js +0 -40
  1112. package/dist/es/commands/ListIntegrationAssociationsCommand.js.map +0 -1
  1113. package/dist/es/commands/ListLambdaFunctionsCommand.js +0 -40
  1114. package/dist/es/commands/ListLambdaFunctionsCommand.js.map +0 -1
  1115. package/dist/es/commands/ListLexBotsCommand.js +0 -40
  1116. package/dist/es/commands/ListLexBotsCommand.js.map +0 -1
  1117. package/dist/es/commands/ListPhoneNumbersCommand.js +0 -40
  1118. package/dist/es/commands/ListPhoneNumbersCommand.js.map +0 -1
  1119. package/dist/es/commands/ListPromptsCommand.js +0 -40
  1120. package/dist/es/commands/ListPromptsCommand.js.map +0 -1
  1121. package/dist/es/commands/ListQueueQuickConnectsCommand.js +0 -40
  1122. package/dist/es/commands/ListQueueQuickConnectsCommand.js.map +0 -1
  1123. package/dist/es/commands/ListQueuesCommand.js +0 -40
  1124. package/dist/es/commands/ListQueuesCommand.js.map +0 -1
  1125. package/dist/es/commands/ListQuickConnectsCommand.js +0 -40
  1126. package/dist/es/commands/ListQuickConnectsCommand.js.map +0 -1
  1127. package/dist/es/commands/ListRoutingProfileQueuesCommand.js +0 -40
  1128. package/dist/es/commands/ListRoutingProfileQueuesCommand.js.map +0 -1
  1129. package/dist/es/commands/ListRoutingProfilesCommand.js +0 -40
  1130. package/dist/es/commands/ListRoutingProfilesCommand.js.map +0 -1
  1131. package/dist/es/commands/ListSecurityKeysCommand.js +0 -40
  1132. package/dist/es/commands/ListSecurityKeysCommand.js.map +0 -1
  1133. package/dist/es/commands/ListSecurityProfilesCommand.js +0 -40
  1134. package/dist/es/commands/ListSecurityProfilesCommand.js.map +0 -1
  1135. package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
  1136. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  1137. package/dist/es/commands/ListUseCasesCommand.js +0 -40
  1138. package/dist/es/commands/ListUseCasesCommand.js.map +0 -1
  1139. package/dist/es/commands/ListUserHierarchyGroupsCommand.js +0 -40
  1140. package/dist/es/commands/ListUserHierarchyGroupsCommand.js.map +0 -1
  1141. package/dist/es/commands/ListUsersCommand.js +0 -40
  1142. package/dist/es/commands/ListUsersCommand.js.map +0 -1
  1143. package/dist/es/commands/ResumeContactRecordingCommand.js +0 -40
  1144. package/dist/es/commands/ResumeContactRecordingCommand.js.map +0 -1
  1145. package/dist/es/commands/StartChatContactCommand.js +0 -40
  1146. package/dist/es/commands/StartChatContactCommand.js.map +0 -1
  1147. package/dist/es/commands/StartContactRecordingCommand.js +0 -40
  1148. package/dist/es/commands/StartContactRecordingCommand.js.map +0 -1
  1149. package/dist/es/commands/StartOutboundVoiceContactCommand.js +0 -40
  1150. package/dist/es/commands/StartOutboundVoiceContactCommand.js.map +0 -1
  1151. package/dist/es/commands/StartTaskContactCommand.js +0 -40
  1152. package/dist/es/commands/StartTaskContactCommand.js.map +0 -1
  1153. package/dist/es/commands/StopContactCommand.js +0 -40
  1154. package/dist/es/commands/StopContactCommand.js.map +0 -1
  1155. package/dist/es/commands/StopContactRecordingCommand.js +0 -40
  1156. package/dist/es/commands/StopContactRecordingCommand.js.map +0 -1
  1157. package/dist/es/commands/SuspendContactRecordingCommand.js +0 -40
  1158. package/dist/es/commands/SuspendContactRecordingCommand.js.map +0 -1
  1159. package/dist/es/commands/TagResourceCommand.js +0 -40
  1160. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  1161. package/dist/es/commands/UntagResourceCommand.js +0 -40
  1162. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  1163. package/dist/es/commands/UpdateAgentStatusCommand.js +0 -40
  1164. package/dist/es/commands/UpdateAgentStatusCommand.js.map +0 -1
  1165. package/dist/es/commands/UpdateContactAttributesCommand.js +0 -40
  1166. package/dist/es/commands/UpdateContactAttributesCommand.js.map +0 -1
  1167. package/dist/es/commands/UpdateContactFlowContentCommand.js +0 -40
  1168. package/dist/es/commands/UpdateContactFlowContentCommand.js.map +0 -1
  1169. package/dist/es/commands/UpdateContactFlowNameCommand.js +0 -40
  1170. package/dist/es/commands/UpdateContactFlowNameCommand.js.map +0 -1
  1171. package/dist/es/commands/UpdateHoursOfOperationCommand.js +0 -40
  1172. package/dist/es/commands/UpdateHoursOfOperationCommand.js.map +0 -1
  1173. package/dist/es/commands/UpdateInstanceAttributeCommand.js +0 -40
  1174. package/dist/es/commands/UpdateInstanceAttributeCommand.js.map +0 -1
  1175. package/dist/es/commands/UpdateInstanceStorageConfigCommand.js +0 -40
  1176. package/dist/es/commands/UpdateInstanceStorageConfigCommand.js.map +0 -1
  1177. package/dist/es/commands/UpdateQueueHoursOfOperationCommand.js +0 -40
  1178. package/dist/es/commands/UpdateQueueHoursOfOperationCommand.js.map +0 -1
  1179. package/dist/es/commands/UpdateQueueMaxContactsCommand.js +0 -40
  1180. package/dist/es/commands/UpdateQueueMaxContactsCommand.js.map +0 -1
  1181. package/dist/es/commands/UpdateQueueNameCommand.js +0 -40
  1182. package/dist/es/commands/UpdateQueueNameCommand.js.map +0 -1
  1183. package/dist/es/commands/UpdateQueueOutboundCallerConfigCommand.js +0 -40
  1184. package/dist/es/commands/UpdateQueueOutboundCallerConfigCommand.js.map +0 -1
  1185. package/dist/es/commands/UpdateQueueStatusCommand.js +0 -40
  1186. package/dist/es/commands/UpdateQueueStatusCommand.js.map +0 -1
  1187. package/dist/es/commands/UpdateQuickConnectConfigCommand.js +0 -40
  1188. package/dist/es/commands/UpdateQuickConnectConfigCommand.js.map +0 -1
  1189. package/dist/es/commands/UpdateQuickConnectNameCommand.js +0 -40
  1190. package/dist/es/commands/UpdateQuickConnectNameCommand.js.map +0 -1
  1191. package/dist/es/commands/UpdateRoutingProfileConcurrencyCommand.js +0 -40
  1192. package/dist/es/commands/UpdateRoutingProfileConcurrencyCommand.js.map +0 -1
  1193. package/dist/es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +0 -40
  1194. package/dist/es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js.map +0 -1
  1195. package/dist/es/commands/UpdateRoutingProfileNameCommand.js +0 -40
  1196. package/dist/es/commands/UpdateRoutingProfileNameCommand.js.map +0 -1
  1197. package/dist/es/commands/UpdateRoutingProfileQueuesCommand.js +0 -40
  1198. package/dist/es/commands/UpdateRoutingProfileQueuesCommand.js.map +0 -1
  1199. package/dist/es/commands/UpdateUserHierarchyCommand.js +0 -40
  1200. package/dist/es/commands/UpdateUserHierarchyCommand.js.map +0 -1
  1201. package/dist/es/commands/UpdateUserHierarchyGroupNameCommand.js +0 -40
  1202. package/dist/es/commands/UpdateUserHierarchyGroupNameCommand.js.map +0 -1
  1203. package/dist/es/commands/UpdateUserHierarchyStructureCommand.js +0 -40
  1204. package/dist/es/commands/UpdateUserHierarchyStructureCommand.js.map +0 -1
  1205. package/dist/es/commands/UpdateUserIdentityInfoCommand.js +0 -40
  1206. package/dist/es/commands/UpdateUserIdentityInfoCommand.js.map +0 -1
  1207. package/dist/es/commands/UpdateUserPhoneConfigCommand.js +0 -40
  1208. package/dist/es/commands/UpdateUserPhoneConfigCommand.js.map +0 -1
  1209. package/dist/es/commands/UpdateUserRoutingProfileCommand.js +0 -40
  1210. package/dist/es/commands/UpdateUserRoutingProfileCommand.js.map +0 -1
  1211. package/dist/es/commands/UpdateUserSecurityProfilesCommand.js +0 -40
  1212. package/dist/es/commands/UpdateUserSecurityProfilesCommand.js.map +0 -1
  1213. package/dist/es/endpoints.js +0 -53
  1214. package/dist/es/endpoints.js.map +0 -1
  1215. package/dist/es/index.js +0 -139
  1216. package/dist/es/index.js.map +0 -1
  1217. package/dist/es/models/index.js +0 -2
  1218. package/dist/es/models/index.js.map +0 -1
  1219. package/dist/es/models/models_0.js +0 -1479
  1220. package/dist/es/models/models_0.js.map +0 -1
  1221. package/dist/es/package.json +0 -93
  1222. package/dist/es/pagination/GetCurrentMetricDataPaginator.js +0 -75
  1223. package/dist/es/pagination/GetCurrentMetricDataPaginator.js.map +0 -1
  1224. package/dist/es/pagination/GetMetricDataPaginator.js +0 -75
  1225. package/dist/es/pagination/GetMetricDataPaginator.js.map +0 -1
  1226. package/dist/es/pagination/Interfaces.js +0 -2
  1227. package/dist/es/pagination/Interfaces.js.map +0 -1
  1228. package/dist/es/pagination/ListAgentStatusesPaginator.js +0 -75
  1229. package/dist/es/pagination/ListAgentStatusesPaginator.js.map +0 -1
  1230. package/dist/es/pagination/ListApprovedOriginsPaginator.js +0 -75
  1231. package/dist/es/pagination/ListApprovedOriginsPaginator.js.map +0 -1
  1232. package/dist/es/pagination/ListBotsPaginator.js +0 -75
  1233. package/dist/es/pagination/ListBotsPaginator.js.map +0 -1
  1234. package/dist/es/pagination/ListContactFlowsPaginator.js +0 -75
  1235. package/dist/es/pagination/ListContactFlowsPaginator.js.map +0 -1
  1236. package/dist/es/pagination/ListHoursOfOperationsPaginator.js +0 -75
  1237. package/dist/es/pagination/ListHoursOfOperationsPaginator.js.map +0 -1
  1238. package/dist/es/pagination/ListInstanceAttributesPaginator.js +0 -75
  1239. package/dist/es/pagination/ListInstanceAttributesPaginator.js.map +0 -1
  1240. package/dist/es/pagination/ListInstanceStorageConfigsPaginator.js +0 -75
  1241. package/dist/es/pagination/ListInstanceStorageConfigsPaginator.js.map +0 -1
  1242. package/dist/es/pagination/ListInstancesPaginator.js +0 -75
  1243. package/dist/es/pagination/ListInstancesPaginator.js.map +0 -1
  1244. package/dist/es/pagination/ListIntegrationAssociationsPaginator.js +0 -75
  1245. package/dist/es/pagination/ListIntegrationAssociationsPaginator.js.map +0 -1
  1246. package/dist/es/pagination/ListLambdaFunctionsPaginator.js +0 -75
  1247. package/dist/es/pagination/ListLambdaFunctionsPaginator.js.map +0 -1
  1248. package/dist/es/pagination/ListLexBotsPaginator.js +0 -75
  1249. package/dist/es/pagination/ListLexBotsPaginator.js.map +0 -1
  1250. package/dist/es/pagination/ListPhoneNumbersPaginator.js +0 -75
  1251. package/dist/es/pagination/ListPhoneNumbersPaginator.js.map +0 -1
  1252. package/dist/es/pagination/ListPromptsPaginator.js +0 -75
  1253. package/dist/es/pagination/ListPromptsPaginator.js.map +0 -1
  1254. package/dist/es/pagination/ListQueueQuickConnectsPaginator.js +0 -75
  1255. package/dist/es/pagination/ListQueueQuickConnectsPaginator.js.map +0 -1
  1256. package/dist/es/pagination/ListQueuesPaginator.js +0 -75
  1257. package/dist/es/pagination/ListQueuesPaginator.js.map +0 -1
  1258. package/dist/es/pagination/ListQuickConnectsPaginator.js +0 -75
  1259. package/dist/es/pagination/ListQuickConnectsPaginator.js.map +0 -1
  1260. package/dist/es/pagination/ListRoutingProfileQueuesPaginator.js +0 -75
  1261. package/dist/es/pagination/ListRoutingProfileQueuesPaginator.js.map +0 -1
  1262. package/dist/es/pagination/ListRoutingProfilesPaginator.js +0 -75
  1263. package/dist/es/pagination/ListRoutingProfilesPaginator.js.map +0 -1
  1264. package/dist/es/pagination/ListSecurityKeysPaginator.js +0 -75
  1265. package/dist/es/pagination/ListSecurityKeysPaginator.js.map +0 -1
  1266. package/dist/es/pagination/ListSecurityProfilesPaginator.js +0 -75
  1267. package/dist/es/pagination/ListSecurityProfilesPaginator.js.map +0 -1
  1268. package/dist/es/pagination/ListUseCasesPaginator.js +0 -75
  1269. package/dist/es/pagination/ListUseCasesPaginator.js.map +0 -1
  1270. package/dist/es/pagination/ListUserHierarchyGroupsPaginator.js +0 -75
  1271. package/dist/es/pagination/ListUserHierarchyGroupsPaginator.js.map +0 -1
  1272. package/dist/es/pagination/ListUsersPaginator.js +0 -75
  1273. package/dist/es/pagination/ListUsersPaginator.js.map +0 -1
  1274. package/dist/es/protocols/Aws_restJson1.js +0 -15943
  1275. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  1276. package/dist/es/runtimeConfig.browser.js +0 -17
  1277. package/dist/es/runtimeConfig.browser.js.map +0 -1
  1278. package/dist/es/runtimeConfig.js +0 -22
  1279. package/dist/es/runtimeConfig.js.map +0 -1
  1280. package/dist/es/runtimeConfig.native.js +0 -9
  1281. package/dist/es/runtimeConfig.native.js.map +0 -1
  1282. package/dist/es/runtimeConfig.shared.js +0 -14
  1283. package/dist/es/runtimeConfig.shared.js.map +0 -1
  1284. package/dist/types/Connect.d.ts +0 -1003
  1285. package/dist/types/ConnectClient.d.ts +0 -256
  1286. package/dist/types/commands/AssociateApprovedOriginCommand.d.ts +0 -36
  1287. package/dist/types/commands/AssociateBotCommand.d.ts +0 -36
  1288. package/dist/types/commands/AssociateInstanceStorageConfigCommand.d.ts +0 -41
  1289. package/dist/types/commands/AssociateLambdaFunctionCommand.d.ts +0 -36
  1290. package/dist/types/commands/AssociateLexBotCommand.d.ts +0 -36
  1291. package/dist/types/commands/AssociateQueueQuickConnectsCommand.d.ts +0 -36
  1292. package/dist/types/commands/AssociateRoutingProfileQueuesCommand.d.ts +0 -35
  1293. package/dist/types/commands/AssociateSecurityKeyCommand.d.ts +0 -36
  1294. package/dist/types/commands/CreateAgentStatusCommand.d.ts +0 -36
  1295. package/dist/types/commands/CreateContactFlowCommand.d.ts +0 -37
  1296. package/dist/types/commands/CreateHoursOfOperationCommand.d.ts +0 -36
  1297. package/dist/types/commands/CreateInstanceCommand.d.ts +0 -41
  1298. package/dist/types/commands/CreateIntegrationAssociationCommand.d.ts +0 -35
  1299. package/dist/types/commands/CreateQueueCommand.d.ts +0 -36
  1300. package/dist/types/commands/CreateQuickConnectCommand.d.ts +0 -35
  1301. package/dist/types/commands/CreateRoutingProfileCommand.d.ts +0 -35
  1302. package/dist/types/commands/CreateUseCaseCommand.d.ts +0 -35
  1303. package/dist/types/commands/CreateUserCommand.d.ts +0 -37
  1304. package/dist/types/commands/CreateUserHierarchyGroupCommand.d.ts +0 -35
  1305. package/dist/types/commands/DeleteHoursOfOperationCommand.d.ts +0 -36
  1306. package/dist/types/commands/DeleteInstanceCommand.d.ts +0 -39
  1307. package/dist/types/commands/DeleteIntegrationAssociationCommand.d.ts +0 -36
  1308. package/dist/types/commands/DeleteQuickConnectCommand.d.ts +0 -35
  1309. package/dist/types/commands/DeleteUseCaseCommand.d.ts +0 -35
  1310. package/dist/types/commands/DeleteUserCommand.d.ts +0 -38
  1311. package/dist/types/commands/DeleteUserHierarchyGroupCommand.d.ts +0 -36
  1312. package/dist/types/commands/DescribeAgentStatusCommand.d.ts +0 -36
  1313. package/dist/types/commands/DescribeContactFlowCommand.d.ts +0 -37
  1314. package/dist/types/commands/DescribeHoursOfOperationCommand.d.ts +0 -36
  1315. package/dist/types/commands/DescribeInstanceAttributeCommand.d.ts +0 -36
  1316. package/dist/types/commands/DescribeInstanceCommand.d.ts +0 -40
  1317. package/dist/types/commands/DescribeInstanceStorageConfigCommand.d.ts +0 -37
  1318. package/dist/types/commands/DescribeQueueCommand.d.ts +0 -36
  1319. package/dist/types/commands/DescribeQuickConnectCommand.d.ts +0 -35
  1320. package/dist/types/commands/DescribeRoutingProfileCommand.d.ts +0 -35
  1321. package/dist/types/commands/DescribeUserCommand.d.ts +0 -37
  1322. package/dist/types/commands/DescribeUserHierarchyGroupCommand.d.ts +0 -35
  1323. package/dist/types/commands/DescribeUserHierarchyStructureCommand.d.ts +0 -35
  1324. package/dist/types/commands/DisassociateApprovedOriginCommand.d.ts +0 -36
  1325. package/dist/types/commands/DisassociateBotCommand.d.ts +0 -37
  1326. package/dist/types/commands/DisassociateInstanceStorageConfigCommand.d.ts +0 -37
  1327. package/dist/types/commands/DisassociateLambdaFunctionCommand.d.ts +0 -37
  1328. package/dist/types/commands/DisassociateLexBotCommand.d.ts +0 -36
  1329. package/dist/types/commands/DisassociateQueueQuickConnectsCommand.d.ts +0 -36
  1330. package/dist/types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +0 -35
  1331. package/dist/types/commands/DisassociateSecurityKeyCommand.d.ts +0 -36
  1332. package/dist/types/commands/GetContactAttributesCommand.d.ts +0 -35
  1333. package/dist/types/commands/GetCurrentMetricDataCommand.d.ts +0 -37
  1334. package/dist/types/commands/GetFederationTokenCommand.d.ts +0 -43
  1335. package/dist/types/commands/GetMetricDataCommand.d.ts +0 -38
  1336. package/dist/types/commands/ListAgentStatusesCommand.d.ts +0 -36
  1337. package/dist/types/commands/ListApprovedOriginsCommand.d.ts +0 -36
  1338. package/dist/types/commands/ListBotsCommand.d.ts +0 -37
  1339. package/dist/types/commands/ListContactFlowsCommand.d.ts +0 -39
  1340. package/dist/types/commands/ListHoursOfOperationsCommand.d.ts +0 -37
  1341. package/dist/types/commands/ListInstanceAttributesCommand.d.ts +0 -36
  1342. package/dist/types/commands/ListInstanceStorageConfigsCommand.d.ts +0 -38
  1343. package/dist/types/commands/ListInstancesCommand.d.ts +0 -38
  1344. package/dist/types/commands/ListIntegrationAssociationsCommand.d.ts +0 -36
  1345. package/dist/types/commands/ListLambdaFunctionsCommand.d.ts +0 -37
  1346. package/dist/types/commands/ListLexBotsCommand.d.ts +0 -37
  1347. package/dist/types/commands/ListPhoneNumbersCommand.d.ts +0 -37
  1348. package/dist/types/commands/ListPromptsCommand.d.ts +0 -35
  1349. package/dist/types/commands/ListQueueQuickConnectsCommand.d.ts +0 -36
  1350. package/dist/types/commands/ListQueuesCommand.d.ts +0 -41
  1351. package/dist/types/commands/ListQuickConnectsCommand.d.ts +0 -35
  1352. package/dist/types/commands/ListRoutingProfileQueuesCommand.d.ts +0 -35
  1353. package/dist/types/commands/ListRoutingProfilesCommand.d.ts +0 -38
  1354. package/dist/types/commands/ListSecurityKeysCommand.d.ts +0 -36
  1355. package/dist/types/commands/ListSecurityProfilesCommand.d.ts +0 -38
  1356. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -37
  1357. package/dist/types/commands/ListUseCasesCommand.d.ts +0 -35
  1358. package/dist/types/commands/ListUserHierarchyGroupsCommand.d.ts +0 -38
  1359. package/dist/types/commands/ListUsersCommand.d.ts +0 -35
  1360. package/dist/types/commands/ResumeContactRecordingCommand.d.ts +0 -38
  1361. package/dist/types/commands/StartChatContactCommand.d.ts +0 -55
  1362. package/dist/types/commands/StartContactRecordingCommand.d.ts +0 -42
  1363. package/dist/types/commands/StartOutboundVoiceContactCommand.d.ts +0 -48
  1364. package/dist/types/commands/StartTaskContactCommand.d.ts +0 -35
  1365. package/dist/types/commands/StopContactCommand.d.ts +0 -35
  1366. package/dist/types/commands/StopContactRecordingCommand.d.ts +0 -41
  1367. package/dist/types/commands/SuspendContactRecordingCommand.d.ts +0 -40
  1368. package/dist/types/commands/TagResourceCommand.d.ts +0 -39
  1369. package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
  1370. package/dist/types/commands/UpdateAgentStatusCommand.d.ts +0 -36
  1371. package/dist/types/commands/UpdateContactAttributesCommand.d.ts +0 -54
  1372. package/dist/types/commands/UpdateContactFlowContentCommand.d.ts +0 -37
  1373. package/dist/types/commands/UpdateContactFlowNameCommand.d.ts +0 -37
  1374. package/dist/types/commands/UpdateHoursOfOperationCommand.d.ts +0 -36
  1375. package/dist/types/commands/UpdateInstanceAttributeCommand.d.ts +0 -36
  1376. package/dist/types/commands/UpdateInstanceStorageConfigCommand.d.ts +0 -36
  1377. package/dist/types/commands/UpdateQueueHoursOfOperationCommand.d.ts +0 -36
  1378. package/dist/types/commands/UpdateQueueMaxContactsCommand.d.ts +0 -37
  1379. package/dist/types/commands/UpdateQueueNameCommand.d.ts +0 -36
  1380. package/dist/types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +0 -37
  1381. package/dist/types/commands/UpdateQueueStatusCommand.d.ts +0 -36
  1382. package/dist/types/commands/UpdateQuickConnectConfigCommand.d.ts +0 -35
  1383. package/dist/types/commands/UpdateQuickConnectNameCommand.d.ts +0 -35
  1384. package/dist/types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +0 -36
  1385. package/dist/types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +0 -35
  1386. package/dist/types/commands/UpdateRoutingProfileNameCommand.d.ts +0 -36
  1387. package/dist/types/commands/UpdateRoutingProfileQueuesCommand.d.ts +0 -35
  1388. package/dist/types/commands/UpdateUserHierarchyCommand.d.ts +0 -35
  1389. package/dist/types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +0 -35
  1390. package/dist/types/commands/UpdateUserHierarchyStructureCommand.d.ts +0 -35
  1391. package/dist/types/commands/UpdateUserIdentityInfoCommand.d.ts +0 -43
  1392. package/dist/types/commands/UpdateUserPhoneConfigCommand.d.ts +0 -35
  1393. package/dist/types/commands/UpdateUserRoutingProfileCommand.d.ts +0 -35
  1394. package/dist/types/commands/UpdateUserSecurityProfilesCommand.d.ts +0 -35
  1395. package/dist/types/models/models_0.d.ts +0 -6096
  1396. package/dist/types/pagination/GetCurrentMetricDataPaginator.d.ts +0 -4
  1397. package/dist/types/pagination/GetMetricDataPaginator.d.ts +0 -4
  1398. package/dist/types/pagination/Interfaces.d.ts +0 -6
  1399. package/dist/types/pagination/ListAgentStatusesPaginator.d.ts +0 -4
  1400. package/dist/types/pagination/ListApprovedOriginsPaginator.d.ts +0 -4
  1401. package/dist/types/pagination/ListBotsPaginator.d.ts +0 -4
  1402. package/dist/types/pagination/ListContactFlowsPaginator.d.ts +0 -4
  1403. package/dist/types/pagination/ListHoursOfOperationsPaginator.d.ts +0 -4
  1404. package/dist/types/pagination/ListInstanceAttributesPaginator.d.ts +0 -4
  1405. package/dist/types/pagination/ListInstanceStorageConfigsPaginator.d.ts +0 -4
  1406. package/dist/types/pagination/ListInstancesPaginator.d.ts +0 -4
  1407. package/dist/types/pagination/ListIntegrationAssociationsPaginator.d.ts +0 -4
  1408. package/dist/types/pagination/ListLambdaFunctionsPaginator.d.ts +0 -4
  1409. package/dist/types/pagination/ListLexBotsPaginator.d.ts +0 -4
  1410. package/dist/types/pagination/ListPhoneNumbersPaginator.d.ts +0 -4
  1411. package/dist/types/pagination/ListPromptsPaginator.d.ts +0 -4
  1412. package/dist/types/pagination/ListQueueQuickConnectsPaginator.d.ts +0 -4
  1413. package/dist/types/pagination/ListQueuesPaginator.d.ts +0 -4
  1414. package/dist/types/pagination/ListQuickConnectsPaginator.d.ts +0 -4
  1415. package/dist/types/pagination/ListRoutingProfileQueuesPaginator.d.ts +0 -4
  1416. package/dist/types/pagination/ListRoutingProfilesPaginator.d.ts +0 -4
  1417. package/dist/types/pagination/ListSecurityKeysPaginator.d.ts +0 -4
  1418. package/dist/types/pagination/ListSecurityProfilesPaginator.d.ts +0 -4
  1419. package/dist/types/pagination/ListUseCasesPaginator.d.ts +0 -4
  1420. package/dist/types/pagination/ListUserHierarchyGroupsPaginator.d.ts +0 -4
  1421. package/dist/types/pagination/ListUsersPaginator.d.ts +0 -4
  1422. package/dist/types/protocols/Aws_restJson1.d.ts +0 -329
  1423. package/dist/types/runtimeConfig.d.ts +0 -37
  1424. package/dist/types/ts3.4/Connect.d.ts +0 -1003
  1425. package/dist/types/ts3.4/ConnectClient.d.ts +0 -256
  1426. package/dist/types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +0 -36
  1427. package/dist/types/ts3.4/commands/AssociateBotCommand.d.ts +0 -36
  1428. package/dist/types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +0 -41
  1429. package/dist/types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +0 -36
  1430. package/dist/types/ts3.4/commands/AssociateLexBotCommand.d.ts +0 -36
  1431. package/dist/types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +0 -36
  1432. package/dist/types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +0 -35
  1433. package/dist/types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +0 -36
  1434. package/dist/types/ts3.4/commands/CreateAgentStatusCommand.d.ts +0 -36
  1435. package/dist/types/ts3.4/commands/CreateContactFlowCommand.d.ts +0 -37
  1436. package/dist/types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +0 -36
  1437. package/dist/types/ts3.4/commands/CreateInstanceCommand.d.ts +0 -41
  1438. package/dist/types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +0 -35
  1439. package/dist/types/ts3.4/commands/CreateQueueCommand.d.ts +0 -36
  1440. package/dist/types/ts3.4/commands/CreateQuickConnectCommand.d.ts +0 -35
  1441. package/dist/types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +0 -35
  1442. package/dist/types/ts3.4/commands/CreateUseCaseCommand.d.ts +0 -35
  1443. package/dist/types/ts3.4/commands/CreateUserCommand.d.ts +0 -37
  1444. package/dist/types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +0 -35
  1445. package/dist/types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +0 -36
  1446. package/dist/types/ts3.4/commands/DeleteInstanceCommand.d.ts +0 -39
  1447. package/dist/types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +0 -36
  1448. package/dist/types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +0 -35
  1449. package/dist/types/ts3.4/commands/DeleteUseCaseCommand.d.ts +0 -35
  1450. package/dist/types/ts3.4/commands/DeleteUserCommand.d.ts +0 -38
  1451. package/dist/types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +0 -36
  1452. package/dist/types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +0 -36
  1453. package/dist/types/ts3.4/commands/DescribeContactFlowCommand.d.ts +0 -37
  1454. package/dist/types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +0 -36
  1455. package/dist/types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +0 -36
  1456. package/dist/types/ts3.4/commands/DescribeInstanceCommand.d.ts +0 -40
  1457. package/dist/types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +0 -37
  1458. package/dist/types/ts3.4/commands/DescribeQueueCommand.d.ts +0 -36
  1459. package/dist/types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +0 -35
  1460. package/dist/types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +0 -35
  1461. package/dist/types/ts3.4/commands/DescribeUserCommand.d.ts +0 -37
  1462. package/dist/types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +0 -35
  1463. package/dist/types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +0 -35
  1464. package/dist/types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +0 -36
  1465. package/dist/types/ts3.4/commands/DisassociateBotCommand.d.ts +0 -37
  1466. package/dist/types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +0 -37
  1467. package/dist/types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +0 -37
  1468. package/dist/types/ts3.4/commands/DisassociateLexBotCommand.d.ts +0 -36
  1469. package/dist/types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +0 -36
  1470. package/dist/types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +0 -35
  1471. package/dist/types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +0 -36
  1472. package/dist/types/ts3.4/commands/GetContactAttributesCommand.d.ts +0 -35
  1473. package/dist/types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +0 -37
  1474. package/dist/types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -43
  1475. package/dist/types/ts3.4/commands/GetMetricDataCommand.d.ts +0 -38
  1476. package/dist/types/ts3.4/commands/ListAgentStatusesCommand.d.ts +0 -36
  1477. package/dist/types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +0 -36
  1478. package/dist/types/ts3.4/commands/ListBotsCommand.d.ts +0 -37
  1479. package/dist/types/ts3.4/commands/ListContactFlowsCommand.d.ts +0 -39
  1480. package/dist/types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +0 -37
  1481. package/dist/types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +0 -36
  1482. package/dist/types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +0 -38
  1483. package/dist/types/ts3.4/commands/ListInstancesCommand.d.ts +0 -38
  1484. package/dist/types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +0 -36
  1485. package/dist/types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +0 -37
  1486. package/dist/types/ts3.4/commands/ListLexBotsCommand.d.ts +0 -37
  1487. package/dist/types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +0 -37
  1488. package/dist/types/ts3.4/commands/ListPromptsCommand.d.ts +0 -35
  1489. package/dist/types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +0 -36
  1490. package/dist/types/ts3.4/commands/ListQueuesCommand.d.ts +0 -41
  1491. package/dist/types/ts3.4/commands/ListQuickConnectsCommand.d.ts +0 -35
  1492. package/dist/types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +0 -35
  1493. package/dist/types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +0 -38
  1494. package/dist/types/ts3.4/commands/ListSecurityKeysCommand.d.ts +0 -36
  1495. package/dist/types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +0 -38
  1496. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -37
  1497. package/dist/types/ts3.4/commands/ListUseCasesCommand.d.ts +0 -35
  1498. package/dist/types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +0 -38
  1499. package/dist/types/ts3.4/commands/ListUsersCommand.d.ts +0 -35
  1500. package/dist/types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +0 -38
  1501. package/dist/types/ts3.4/commands/StartChatContactCommand.d.ts +0 -55
  1502. package/dist/types/ts3.4/commands/StartContactRecordingCommand.d.ts +0 -42
  1503. package/dist/types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +0 -48
  1504. package/dist/types/ts3.4/commands/StartTaskContactCommand.d.ts +0 -35
  1505. package/dist/types/ts3.4/commands/StopContactCommand.d.ts +0 -35
  1506. package/dist/types/ts3.4/commands/StopContactRecordingCommand.d.ts +0 -41
  1507. package/dist/types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +0 -40
  1508. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -39
  1509. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  1510. package/dist/types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +0 -36
  1511. package/dist/types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +0 -54
  1512. package/dist/types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +0 -37
  1513. package/dist/types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +0 -37
  1514. package/dist/types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +0 -36
  1515. package/dist/types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +0 -36
  1516. package/dist/types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +0 -36
  1517. package/dist/types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +0 -36
  1518. package/dist/types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +0 -37
  1519. package/dist/types/ts3.4/commands/UpdateQueueNameCommand.d.ts +0 -36
  1520. package/dist/types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +0 -37
  1521. package/dist/types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +0 -36
  1522. package/dist/types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +0 -35
  1523. package/dist/types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +0 -35
  1524. package/dist/types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +0 -36
  1525. package/dist/types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +0 -35
  1526. package/dist/types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +0 -36
  1527. package/dist/types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +0 -35
  1528. package/dist/types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +0 -35
  1529. package/dist/types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +0 -35
  1530. package/dist/types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +0 -35
  1531. package/dist/types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +0 -43
  1532. package/dist/types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +0 -35
  1533. package/dist/types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +0 -35
  1534. package/dist/types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +0 -35
  1535. package/dist/types/ts3.4/models/models_0.d.ts +0 -6096
  1536. package/dist/types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +0 -4
  1537. package/dist/types/ts3.4/pagination/GetMetricDataPaginator.d.ts +0 -4
  1538. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1539. package/dist/types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +0 -4
  1540. package/dist/types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +0 -4
  1541. package/dist/types/ts3.4/pagination/ListBotsPaginator.d.ts +0 -4
  1542. package/dist/types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +0 -4
  1543. package/dist/types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +0 -4
  1544. package/dist/types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +0 -4
  1545. package/dist/types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +0 -4
  1546. package/dist/types/ts3.4/pagination/ListInstancesPaginator.d.ts +0 -4
  1547. package/dist/types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +0 -4
  1548. package/dist/types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +0 -4
  1549. package/dist/types/ts3.4/pagination/ListLexBotsPaginator.d.ts +0 -4
  1550. package/dist/types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +0 -4
  1551. package/dist/types/ts3.4/pagination/ListPromptsPaginator.d.ts +0 -4
  1552. package/dist/types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +0 -4
  1553. package/dist/types/ts3.4/pagination/ListQueuesPaginator.d.ts +0 -4
  1554. package/dist/types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +0 -4
  1555. package/dist/types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +0 -4
  1556. package/dist/types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +0 -4
  1557. package/dist/types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +0 -4
  1558. package/dist/types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +0 -4
  1559. package/dist/types/ts3.4/pagination/ListUseCasesPaginator.d.ts +0 -4
  1560. package/dist/types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +0 -4
  1561. package/dist/types/ts3.4/pagination/ListUsersPaginator.d.ts +0 -4
  1562. package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -329
  1563. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  1564. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
  1565. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
  1566. package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
  1567. package/endpoints.ts +0 -57
  1568. package/jest.config.js +0 -4
  1569. package/models/models_0.ts +0 -7583
  1570. package/pagination/GetCurrentMetricDataPaginator.ts +0 -58
  1571. package/pagination/GetMetricDataPaginator.ts +0 -58
  1572. package/pagination/Interfaces.ts +0 -7
  1573. package/pagination/ListAgentStatusesPaginator.ts +0 -58
  1574. package/pagination/ListApprovedOriginsPaginator.ts +0 -58
  1575. package/pagination/ListBotsPaginator.ts +0 -54
  1576. package/pagination/ListContactFlowsPaginator.ts +0 -58
  1577. package/pagination/ListHoursOfOperationsPaginator.ts +0 -58
  1578. package/pagination/ListInstanceAttributesPaginator.ts +0 -58
  1579. package/pagination/ListInstanceStorageConfigsPaginator.ts +0 -58
  1580. package/pagination/ListInstancesPaginator.ts +0 -58
  1581. package/pagination/ListIntegrationAssociationsPaginator.ts +0 -58
  1582. package/pagination/ListLambdaFunctionsPaginator.ts +0 -58
  1583. package/pagination/ListLexBotsPaginator.ts +0 -54
  1584. package/pagination/ListPhoneNumbersPaginator.ts +0 -58
  1585. package/pagination/ListPromptsPaginator.ts +0 -54
  1586. package/pagination/ListQueueQuickConnectsPaginator.ts +0 -58
  1587. package/pagination/ListQueuesPaginator.ts +0 -54
  1588. package/pagination/ListQuickConnectsPaginator.ts +0 -58
  1589. package/pagination/ListRoutingProfileQueuesPaginator.ts +0 -58
  1590. package/pagination/ListRoutingProfilesPaginator.ts +0 -58
  1591. package/pagination/ListSecurityKeysPaginator.ts +0 -58
  1592. package/pagination/ListSecurityProfilesPaginator.ts +0 -58
  1593. package/pagination/ListUseCasesPaginator.ts +0 -58
  1594. package/pagination/ListUserHierarchyGroupsPaginator.ts +0 -58
  1595. package/pagination/ListUsersPaginator.ts +0 -54
  1596. package/protocols/Aws_restJson1.ts +0 -16199
  1597. package/runtimeConfig.browser.ts +0 -40
  1598. package/runtimeConfig.native.ts +0 -16
  1599. package/runtimeConfig.shared.ts +0 -16
  1600. package/runtimeConfig.ts +0 -45
  1601. package/tsconfig.es.json +0 -10
  1602. package/tsconfig.json +0 -31
  1603. package/tsconfig.types.json +0 -8
@@ -1 +0,0 @@
1
- {"version":3,"file":"Connect.js","sourceRoot":"","sources":["../../Connect.ts"],"names":[],"mappings":"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"}
@@ -1,59 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ConnectClient = void 0;
4
- const runtimeConfig_1 = require("./runtimeConfig");
5
- const config_resolver_1 = require("@aws-sdk/config-resolver");
6
- const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
7
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
8
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
9
- const middleware_retry_1 = require("@aws-sdk/middleware-retry");
10
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
11
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
12
- const smithy_client_1 = require("@aws-sdk/smithy-client");
13
- /**
14
- * <p>Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer
15
- * contact center and provide reliable customer engagement at any scale.</p>
16
- * <p>Amazon Connect provides metrics and real-time reporting that enable you to optimize contact routing.
17
- * You can also resolve customer issues more efficiently by getting customers in touch with the
18
- * appropriate agents.</p>
19
- * <p>There are limits to the number of Amazon Connect resources that you can create. There are also limits
20
- * 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
21
- * Service Quotas</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
22
- * <p>You can
23
- * connect
24
- * programmatically to an AWS service by using an endpoint. For a list of Amazon Connect endpoints, see
25
- * <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect
26
- * Endpoints</a>.</p>
27
- * <note>
28
- * <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>
29
- * </note>
30
- */
31
- class ConnectClient extends smithy_client_1.Client {
32
- constructor(configuration) {
33
- let _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
34
- let _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
35
- let _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
36
- let _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
37
- let _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
38
- let _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
39
- let _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
40
- super(_config_6);
41
- this.config = _config_6;
42
- this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
43
- this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config));
44
- this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config));
45
- this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config));
46
- this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
47
- this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
48
- }
49
- /**
50
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
51
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
52
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
53
- */
54
- destroy() {
55
- super.destroy();
56
- }
57
- }
58
- exports.ConnectClient = ConnectClient;
59
- //# sourceMappingURL=ConnectClient.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ConnectClient.js","sourceRoot":"","sources":["../../ConnectClient.ts"],"names":[],"mappings":";;;AA4TA,mDAAyE;AACzE,8DAOkC;AAClC,kFAA4E;AAC5E,4EAKyC;AACzC,kEAA6D;AAC7D,gEAAsH;AACtH,oEAKqC;AACrC,0EAKwC;AAExC,0DAIgC;AAyXhC;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,aAAc,SAAQ,sBAKlC;IAMC,YAAY,aAAkC;QAC5C,IAAI,SAAS,GAAG,gCAAkB,CAAC,aAAa,CAAC,CAAC;QAClD,IAAI,SAAS,GAAG,qCAAmB,CAAC,SAAS,CAAC,CAAC;QAC/C,IAAI,SAAS,GAAG,wCAAsB,CAAC,SAAS,CAAC,CAAC;QAClD,IAAI,SAAS,GAAG,qCAAkB,CAAC,SAAS,CAAC,CAAC;QAC9C,IAAI,SAAS,GAAG,gDAAuB,CAAC,SAAS,CAAC,CAAC;QACnD,IAAI,SAAS,GAAG,yCAAoB,CAAC,SAAS,CAAC,CAAC;QAChD,IAAI,SAAS,GAAG,8CAAsB,CAAC,SAAS,CAAC,CAAC;QAClD,KAAK,CAAC,SAAS,CAAC,CAAC;QACjB,IAAI,CAAC,MAAM,GAAG,SAAS,CAAC;QACxB,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACtD,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,kDAAsB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QAC9D,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,4CAAmB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QAC3D,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,mCAAe,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACvD,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,qCAAgB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACxD,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,0CAAkB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;IAC5D,CAAC;IAED;;;;OAIG;IACH,OAAO;QACL,KAAK,CAAC,OAAO,EAAE,CAAC;IAClB,CAAC;CACF;AArCD,sCAqCC"}
@@ -1,62 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateApprovedOriginCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
- const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
10
- * <p>Associates an approved origin to an Amazon Connect instance.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ConnectClient, AssociateApprovedOriginCommand } from "@aws-sdk/client-connect"; // ES Modules import
15
- * // const { ConnectClient, AssociateApprovedOriginCommand } = require("@aws-sdk/client-connect"); // CommonJS import
16
- * const client = new ConnectClient(config);
17
- * const command = new AssociateApprovedOriginCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link AssociateApprovedOriginCommandInput} for command's `input` shape.
22
- * @see {@link AssociateApprovedOriginCommandOutput} for command's `response` shape.
23
- * @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- class AssociateApprovedOriginCommand extends smithy_client_1.Command {
27
- // Start section: command_properties
28
- // End section: command_properties
29
- constructor(input) {
30
- // Start section: command_constructor
31
- super();
32
- this.input = input;
33
- // End section: command_constructor
34
- }
35
- /**
36
- * @internal
37
- */
38
- resolveMiddleware(clientStack, configuration, options) {
39
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
- const stack = clientStack.concat(this.middlewareStack);
41
- const { logger } = configuration;
42
- const clientName = "ConnectClient";
43
- const commandName = "AssociateApprovedOriginCommand";
44
- const handlerExecutionContext = {
45
- logger,
46
- clientName,
47
- commandName,
48
- inputFilterSensitiveLog: models_0_1.AssociateApprovedOriginRequest.filterSensitiveLog,
49
- outputFilterSensitiveLog: (output) => output,
50
- };
51
- const { requestHandler } = configuration;
52
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
53
- }
54
- serialize(input, context) {
55
- return Aws_restJson1_1.serializeAws_restJson1AssociateApprovedOriginCommand(input, context);
56
- }
57
- deserialize(output, context) {
58
- return Aws_restJson1_1.deserializeAws_restJson1AssociateApprovedOriginCommand(output, context);
59
- }
60
- }
61
- exports.AssociateApprovedOriginCommand = AssociateApprovedOriginCommand;
62
- //# sourceMappingURL=AssociateApprovedOriginCommand.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AssociateApprovedOriginCommand.js","sourceRoot":"","sources":["../../../commands/AssociateApprovedOriginCommand.ts"],"names":[],"mappings":";;;AACA,iDAAoE;AACpE,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,8BAA+B,SAAQ,uBAInD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA0C;QAC7D,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAqC;QAG7D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA0C,EAC1C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,eAAe,CAAC;QACnC,MAAM,WAAW,GAAG,gCAAgC,CAAC;QACrD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,yCAA8B,CAAC,kBAAkB;YAC1E,wBAAwB,EAAE,CAAC,MAAW,EAAE,EAAE,CAAC,MAAM;SAClD,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA0C,EAAE,OAAuB;QACnF,OAAO,oEAAoD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,sEAAsD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;CAIF;AAtDD,wEAsDC"}
@@ -1,62 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateBotCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
- const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
10
- * <p>Allows the specified Amazon Connect instance to access the specified Amazon Lex or Amazon Lex V2 bot.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ConnectClient, AssociateBotCommand } from "@aws-sdk/client-connect"; // ES Modules import
15
- * // const { ConnectClient, AssociateBotCommand } = require("@aws-sdk/client-connect"); // CommonJS import
16
- * const client = new ConnectClient(config);
17
- * const command = new AssociateBotCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link AssociateBotCommandInput} for command's `input` shape.
22
- * @see {@link AssociateBotCommandOutput} for command's `response` shape.
23
- * @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- class AssociateBotCommand extends smithy_client_1.Command {
27
- // Start section: command_properties
28
- // End section: command_properties
29
- constructor(input) {
30
- // Start section: command_constructor
31
- super();
32
- this.input = input;
33
- // End section: command_constructor
34
- }
35
- /**
36
- * @internal
37
- */
38
- resolveMiddleware(clientStack, configuration, options) {
39
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
- const stack = clientStack.concat(this.middlewareStack);
41
- const { logger } = configuration;
42
- const clientName = "ConnectClient";
43
- const commandName = "AssociateBotCommand";
44
- const handlerExecutionContext = {
45
- logger,
46
- clientName,
47
- commandName,
48
- inputFilterSensitiveLog: models_0_1.AssociateBotRequest.filterSensitiveLog,
49
- outputFilterSensitiveLog: (output) => output,
50
- };
51
- const { requestHandler } = configuration;
52
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
53
- }
54
- serialize(input, context) {
55
- return Aws_restJson1_1.serializeAws_restJson1AssociateBotCommand(input, context);
56
- }
57
- deserialize(output, context) {
58
- return Aws_restJson1_1.deserializeAws_restJson1AssociateBotCommand(output, context);
59
- }
60
- }
61
- exports.AssociateBotCommand = AssociateBotCommand;
62
- //# sourceMappingURL=AssociateBotCommand.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AssociateBotCommand.js","sourceRoot":"","sources":["../../../commands/AssociateBotCommand.ts"],"names":[],"mappings":";;;AACA,iDAAyD;AACzD,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,mBAAoB,SAAQ,uBAIxC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA+B;QAClD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA0B;QAGlD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA0C,EAC1C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,eAAe,CAAC;QACnC,MAAM,WAAW,GAAG,qBAAqB,CAAC;QAC1C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,8BAAmB,CAAC,kBAAkB;YAC/D,wBAAwB,EAAE,CAAC,MAAW,EAAE,EAAE,CAAC,MAAM;SAClD,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA+B,EAAE,OAAuB;QACxE,OAAO,yDAAyC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,2DAA2C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;CAIF;AAtDD,kDAsDC"}
@@ -1,67 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateInstanceStorageConfigCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
- const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
10
- * <p>Associates a storage resource type for the first time. You can only associate one type of
11
- * storage configuration in a single call. This means, for example, that you can't define an
12
- * instance with multiple S3 buckets for storing chat transcripts.</p>
13
- * <p>This API does not create a resource that doesn't exist. It only associates it to the
14
- * instance. Ensure that the resource being specified in the storage configuration, like an S3
15
- * bucket, exists when being used for association.</p>
16
- * @example
17
- * Use a bare-bones client and the command you need to make an API call.
18
- * ```javascript
19
- * import { ConnectClient, AssociateInstanceStorageConfigCommand } from "@aws-sdk/client-connect"; // ES Modules import
20
- * // const { ConnectClient, AssociateInstanceStorageConfigCommand } = require("@aws-sdk/client-connect"); // CommonJS import
21
- * const client = new ConnectClient(config);
22
- * const command = new AssociateInstanceStorageConfigCommand(input);
23
- * const response = await client.send(command);
24
- * ```
25
- *
26
- * @see {@link AssociateInstanceStorageConfigCommandInput} for command's `input` shape.
27
- * @see {@link AssociateInstanceStorageConfigCommandOutput} for command's `response` shape.
28
- * @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
29
- *
30
- */
31
- class AssociateInstanceStorageConfigCommand extends smithy_client_1.Command {
32
- // Start section: command_properties
33
- // End section: command_properties
34
- constructor(input) {
35
- // Start section: command_constructor
36
- super();
37
- this.input = input;
38
- // End section: command_constructor
39
- }
40
- /**
41
- * @internal
42
- */
43
- resolveMiddleware(clientStack, configuration, options) {
44
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
45
- const stack = clientStack.concat(this.middlewareStack);
46
- const { logger } = configuration;
47
- const clientName = "ConnectClient";
48
- const commandName = "AssociateInstanceStorageConfigCommand";
49
- const handlerExecutionContext = {
50
- logger,
51
- clientName,
52
- commandName,
53
- inputFilterSensitiveLog: models_0_1.AssociateInstanceStorageConfigRequest.filterSensitiveLog,
54
- outputFilterSensitiveLog: models_0_1.AssociateInstanceStorageConfigResponse.filterSensitiveLog,
55
- };
56
- const { requestHandler } = configuration;
57
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
58
- }
59
- serialize(input, context) {
60
- return Aws_restJson1_1.serializeAws_restJson1AssociateInstanceStorageConfigCommand(input, context);
61
- }
62
- deserialize(output, context) {
63
- return Aws_restJson1_1.deserializeAws_restJson1AssociateInstanceStorageConfigCommand(output, context);
64
- }
65
- }
66
- exports.AssociateInstanceStorageConfigCommand = AssociateInstanceStorageConfigCommand;
67
- //# sourceMappingURL=AssociateInstanceStorageConfigCommand.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AssociateInstanceStorageConfigCommand.js","sourceRoot":"","sources":["../../../commands/AssociateInstanceStorageConfigCommand.ts"],"names":[],"mappings":";;;AACA,iDAAmH;AACnH,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAgB7D;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAa,qCAAsC,SAAQ,uBAI1D;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAiD;QACpE,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA4C;QAGpE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA0C,EAC1C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,eAAe,CAAC;QACnC,MAAM,WAAW,GAAG,uCAAuC,CAAC;QAC5D,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,gDAAqC,CAAC,kBAAkB;YACjF,wBAAwB,EAAE,iDAAsC,CAAC,kBAAkB;SACpF,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CACf,KAAiD,EACjD,OAAuB;QAEvB,OAAO,2EAA2D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrF,CAAC;IAEO,WAAW,CACjB,MAAsB,EACtB,OAAuB;QAEvB,OAAO,6EAA6D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxF,CAAC;CAIF;AA5DD,sFA4DC"}
@@ -1,62 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateLambdaFunctionCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
- const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
10
- * <p>Allows the specified Amazon Connect instance to access the specified Lambda function.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ConnectClient, AssociateLambdaFunctionCommand } from "@aws-sdk/client-connect"; // ES Modules import
15
- * // const { ConnectClient, AssociateLambdaFunctionCommand } = require("@aws-sdk/client-connect"); // CommonJS import
16
- * const client = new ConnectClient(config);
17
- * const command = new AssociateLambdaFunctionCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link AssociateLambdaFunctionCommandInput} for command's `input` shape.
22
- * @see {@link AssociateLambdaFunctionCommandOutput} for command's `response` shape.
23
- * @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- class AssociateLambdaFunctionCommand extends smithy_client_1.Command {
27
- // Start section: command_properties
28
- // End section: command_properties
29
- constructor(input) {
30
- // Start section: command_constructor
31
- super();
32
- this.input = input;
33
- // End section: command_constructor
34
- }
35
- /**
36
- * @internal
37
- */
38
- resolveMiddleware(clientStack, configuration, options) {
39
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
- const stack = clientStack.concat(this.middlewareStack);
41
- const { logger } = configuration;
42
- const clientName = "ConnectClient";
43
- const commandName = "AssociateLambdaFunctionCommand";
44
- const handlerExecutionContext = {
45
- logger,
46
- clientName,
47
- commandName,
48
- inputFilterSensitiveLog: models_0_1.AssociateLambdaFunctionRequest.filterSensitiveLog,
49
- outputFilterSensitiveLog: (output) => output,
50
- };
51
- const { requestHandler } = configuration;
52
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
53
- }
54
- serialize(input, context) {
55
- return Aws_restJson1_1.serializeAws_restJson1AssociateLambdaFunctionCommand(input, context);
56
- }
57
- deserialize(output, context) {
58
- return Aws_restJson1_1.deserializeAws_restJson1AssociateLambdaFunctionCommand(output, context);
59
- }
60
- }
61
- exports.AssociateLambdaFunctionCommand = AssociateLambdaFunctionCommand;
62
- //# sourceMappingURL=AssociateLambdaFunctionCommand.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AssociateLambdaFunctionCommand.js","sourceRoot":"","sources":["../../../commands/AssociateLambdaFunctionCommand.ts"],"names":[],"mappings":";;;AACA,iDAAoE;AACpE,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,8BAA+B,SAAQ,uBAInD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA0C;QAC7D,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAqC;QAG7D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA0C,EAC1C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,eAAe,CAAC;QACnC,MAAM,WAAW,GAAG,gCAAgC,CAAC;QACrD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,yCAA8B,CAAC,kBAAkB;YAC1E,wBAAwB,EAAE,CAAC,MAAW,EAAE,EAAE,CAAC,MAAM;SAClD,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA0C,EAAE,OAAuB;QACnF,OAAO,oEAAoD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,sEAAsD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;CAIF;AAtDD,wEAsDC"}
@@ -1,62 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateLexBotCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
- const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
10
- * <p>Allows the specified Amazon Connect instance to access the specified Amazon Lex bot.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ConnectClient, AssociateLexBotCommand } from "@aws-sdk/client-connect"; // ES Modules import
15
- * // const { ConnectClient, AssociateLexBotCommand } = require("@aws-sdk/client-connect"); // CommonJS import
16
- * const client = new ConnectClient(config);
17
- * const command = new AssociateLexBotCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link AssociateLexBotCommandInput} for command's `input` shape.
22
- * @see {@link AssociateLexBotCommandOutput} for command's `response` shape.
23
- * @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- class AssociateLexBotCommand extends smithy_client_1.Command {
27
- // Start section: command_properties
28
- // End section: command_properties
29
- constructor(input) {
30
- // Start section: command_constructor
31
- super();
32
- this.input = input;
33
- // End section: command_constructor
34
- }
35
- /**
36
- * @internal
37
- */
38
- resolveMiddleware(clientStack, configuration, options) {
39
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
- const stack = clientStack.concat(this.middlewareStack);
41
- const { logger } = configuration;
42
- const clientName = "ConnectClient";
43
- const commandName = "AssociateLexBotCommand";
44
- const handlerExecutionContext = {
45
- logger,
46
- clientName,
47
- commandName,
48
- inputFilterSensitiveLog: models_0_1.AssociateLexBotRequest.filterSensitiveLog,
49
- outputFilterSensitiveLog: (output) => output,
50
- };
51
- const { requestHandler } = configuration;
52
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
53
- }
54
- serialize(input, context) {
55
- return Aws_restJson1_1.serializeAws_restJson1AssociateLexBotCommand(input, context);
56
- }
57
- deserialize(output, context) {
58
- return Aws_restJson1_1.deserializeAws_restJson1AssociateLexBotCommand(output, context);
59
- }
60
- }
61
- exports.AssociateLexBotCommand = AssociateLexBotCommand;
62
- //# sourceMappingURL=AssociateLexBotCommand.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AssociateLexBotCommand.js","sourceRoot":"","sources":["../../../commands/AssociateLexBotCommand.ts"],"names":[],"mappings":";;;AACA,iDAA4D;AAC5D,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,sBAAuB,SAAQ,uBAI3C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAkC;QACrD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA6B;QAGrD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA0C,EAC1C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,eAAe,CAAC;QACnC,MAAM,WAAW,GAAG,wBAAwB,CAAC;QAC7C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,iCAAsB,CAAC,kBAAkB;YAClE,wBAAwB,EAAE,CAAC,MAAW,EAAE,EAAE,CAAC,MAAM;SAClD,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAkC,EAAE,OAAuB;QAC3E,OAAO,4DAA4C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,8DAA8C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;CAIF;AAtDD,wDAsDC"}
@@ -1,62 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateQueueQuickConnectsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
- const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>This API is in preview release for Amazon Connect and is subject to change.</p>
10
- * <p>Associates a set of quick connects with a queue.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ConnectClient, AssociateQueueQuickConnectsCommand } from "@aws-sdk/client-connect"; // ES Modules import
15
- * // const { ConnectClient, AssociateQueueQuickConnectsCommand } = require("@aws-sdk/client-connect"); // CommonJS import
16
- * const client = new ConnectClient(config);
17
- * const command = new AssociateQueueQuickConnectsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link AssociateQueueQuickConnectsCommandInput} for command's `input` shape.
22
- * @see {@link AssociateQueueQuickConnectsCommandOutput} for command's `response` shape.
23
- * @see {@link ConnectClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- class AssociateQueueQuickConnectsCommand extends smithy_client_1.Command {
27
- // Start section: command_properties
28
- // End section: command_properties
29
- constructor(input) {
30
- // Start section: command_constructor
31
- super();
32
- this.input = input;
33
- // End section: command_constructor
34
- }
35
- /**
36
- * @internal
37
- */
38
- resolveMiddleware(clientStack, configuration, options) {
39
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
- const stack = clientStack.concat(this.middlewareStack);
41
- const { logger } = configuration;
42
- const clientName = "ConnectClient";
43
- const commandName = "AssociateQueueQuickConnectsCommand";
44
- const handlerExecutionContext = {
45
- logger,
46
- clientName,
47
- commandName,
48
- inputFilterSensitiveLog: models_0_1.AssociateQueueQuickConnectsRequest.filterSensitiveLog,
49
- outputFilterSensitiveLog: (output) => output,
50
- };
51
- const { requestHandler } = configuration;
52
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
53
- }
54
- serialize(input, context) {
55
- return Aws_restJson1_1.serializeAws_restJson1AssociateQueueQuickConnectsCommand(input, context);
56
- }
57
- deserialize(output, context) {
58
- return Aws_restJson1_1.deserializeAws_restJson1AssociateQueueQuickConnectsCommand(output, context);
59
- }
60
- }
61
- exports.AssociateQueueQuickConnectsCommand = AssociateQueueQuickConnectsCommand;
62
- //# sourceMappingURL=AssociateQueueQuickConnectsCommand.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AssociateQueueQuickConnectsCommand.js","sourceRoot":"","sources":["../../../commands/AssociateQueueQuickConnectsCommand.ts"],"names":[],"mappings":";;;AACA,iDAAwE;AACxE,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,kCAAmC,SAAQ,uBAIvD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA8C;QACjE,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAyC;QAGjE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA0C,EAC1C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,eAAe,CAAC;QACnC,MAAM,WAAW,GAAG,oCAAoC,CAAC;QACzD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,6CAAkC,CAAC,kBAAkB;YAC9E,wBAAwB,EAAE,CAAC,MAAW,EAAE,EAAE,CAAC,MAAM;SAClD,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA8C,EAAE,OAAuB;QACvF,OAAO,wEAAwD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClF,CAAC;IAEO,WAAW,CACjB,MAAsB,EACtB,OAAuB;QAEvB,OAAO,0EAA0D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrF,CAAC;CAIF;AAzDD,gFAyDC"}