@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,4 +0,0 @@
1
- import { GetCurrentMetricDataCommandInput, GetCurrentMetricDataCommandOutput } from "../commands/GetCurrentMetricDataCommand";
2
- import { ConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
- export declare function paginateGetCurrentMetricData(config: ConnectPaginationConfiguration, input: GetCurrentMetricDataCommandInput, ...additionalArguments: any): Paginator<GetCurrentMetricDataCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "../commands/GetMetricDataCommand";
2
- import { ConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
- export declare function paginateGetMetricData(config: ConnectPaginationConfiguration, input: GetMetricDataCommandInput, ...additionalArguments: any): Paginator<GetMetricDataCommandOutput>;
@@ -1,6 +0,0 @@
1
- import { Connect } from "../Connect";
2
- import { ConnectClient } from "../ConnectClient";
3
- import { PaginationConfiguration } from "@aws-sdk/types";
4
- export interface ConnectPaginationConfiguration extends PaginationConfiguration {
5
- client: Connect | ConnectClient;
6
- }
@@ -1,4 +0,0 @@
1
- import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "../commands/ListAgentStatusesCommand";
2
- import { ConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
- export declare function paginateListAgentStatuses(config: ConnectPaginationConfiguration, input: ListAgentStatusesCommandInput, ...additionalArguments: any): Paginator<ListAgentStatusesCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput } from "../commands/ListApprovedOriginsCommand";
2
- import { ConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
- export declare function paginateListApprovedOrigins(config: ConnectPaginationConfiguration, input: ListApprovedOriginsCommandInput, ...additionalArguments: any): Paginator<ListApprovedOriginsCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { ListBotsCommandInput, ListBotsCommandOutput } from "../commands/ListBotsCommand";
2
- import { ConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
- export declare function paginateListBots(config: ConnectPaginationConfiguration, input: ListBotsCommandInput, ...additionalArguments: any): Paginator<ListBotsCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { ListContactFlowsCommandInput, ListContactFlowsCommandOutput } from "../commands/ListContactFlowsCommand";
2
- import { ConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
- export declare function paginateListContactFlows(config: ConnectPaginationConfiguration, input: ListContactFlowsCommandInput, ...additionalArguments: any): Paginator<ListContactFlowsCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput } from "../commands/ListHoursOfOperationsCommand";
2
- import { ConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
- export declare function paginateListHoursOfOperations(config: ConnectPaginationConfiguration, input: ListHoursOfOperationsCommandInput, ...additionalArguments: any): Paginator<ListHoursOfOperationsCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { ListInstanceAttributesCommandInput, ListInstanceAttributesCommandOutput } from "../commands/ListInstanceAttributesCommand";
2
- import { ConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
- export declare function paginateListInstanceAttributes(config: ConnectPaginationConfiguration, input: ListInstanceAttributesCommandInput, ...additionalArguments: any): Paginator<ListInstanceAttributesCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { ListInstanceStorageConfigsCommandInput, ListInstanceStorageConfigsCommandOutput } from "../commands/ListInstanceStorageConfigsCommand";
2
- import { ConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
- export declare function paginateListInstanceStorageConfigs(config: ConnectPaginationConfiguration, input: ListInstanceStorageConfigsCommandInput, ...additionalArguments: any): Paginator<ListInstanceStorageConfigsCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { ListInstancesCommandInput, ListInstancesCommandOutput } from "../commands/ListInstancesCommand";
2
- import { ConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
- export declare function paginateListInstances(config: ConnectPaginationConfiguration, input: ListInstancesCommandInput, ...additionalArguments: any): Paginator<ListInstancesCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { ListIntegrationAssociationsCommandInput, ListIntegrationAssociationsCommandOutput } from "../commands/ListIntegrationAssociationsCommand";
2
- import { ConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
- export declare function paginateListIntegrationAssociations(config: ConnectPaginationConfiguration, input: ListIntegrationAssociationsCommandInput, ...additionalArguments: any): Paginator<ListIntegrationAssociationsCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { ListLambdaFunctionsCommandInput, ListLambdaFunctionsCommandOutput } from "../commands/ListLambdaFunctionsCommand";
2
- import { ConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
- export declare function paginateListLambdaFunctions(config: ConnectPaginationConfiguration, input: ListLambdaFunctionsCommandInput, ...additionalArguments: any): Paginator<ListLambdaFunctionsCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { ListLexBotsCommandInput, ListLexBotsCommandOutput } from "../commands/ListLexBotsCommand";
2
- import { ConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
- export declare function paginateListLexBots(config: ConnectPaginationConfiguration, input: ListLexBotsCommandInput, ...additionalArguments: any): Paginator<ListLexBotsCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput } from "../commands/ListPhoneNumbersCommand";
2
- import { ConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
- export declare function paginateListPhoneNumbers(config: ConnectPaginationConfiguration, input: ListPhoneNumbersCommandInput, ...additionalArguments: any): Paginator<ListPhoneNumbersCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { ListPromptsCommandInput, ListPromptsCommandOutput } from "../commands/ListPromptsCommand";
2
- import { ConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
- export declare function paginateListPrompts(config: ConnectPaginationConfiguration, input: ListPromptsCommandInput, ...additionalArguments: any): Paginator<ListPromptsCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { ListQueueQuickConnectsCommandInput, ListQueueQuickConnectsCommandOutput } from "../commands/ListQueueQuickConnectsCommand";
2
- import { ConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
- export declare function paginateListQueueQuickConnects(config: ConnectPaginationConfiguration, input: ListQueueQuickConnectsCommandInput, ...additionalArguments: any): Paginator<ListQueueQuickConnectsCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { ListQueuesCommandInput, ListQueuesCommandOutput } from "../commands/ListQueuesCommand";
2
- import { ConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
- export declare function paginateListQueues(config: ConnectPaginationConfiguration, input: ListQueuesCommandInput, ...additionalArguments: any): Paginator<ListQueuesCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { ListQuickConnectsCommandInput, ListQuickConnectsCommandOutput } from "../commands/ListQuickConnectsCommand";
2
- import { ConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
- export declare function paginateListQuickConnects(config: ConnectPaginationConfiguration, input: ListQuickConnectsCommandInput, ...additionalArguments: any): Paginator<ListQuickConnectsCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { ListRoutingProfileQueuesCommandInput, ListRoutingProfileQueuesCommandOutput } from "../commands/ListRoutingProfileQueuesCommand";
2
- import { ConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
- export declare function paginateListRoutingProfileQueues(config: ConnectPaginationConfiguration, input: ListRoutingProfileQueuesCommandInput, ...additionalArguments: any): Paginator<ListRoutingProfileQueuesCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { ListRoutingProfilesCommandInput, ListRoutingProfilesCommandOutput } from "../commands/ListRoutingProfilesCommand";
2
- import { ConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
- export declare function paginateListRoutingProfiles(config: ConnectPaginationConfiguration, input: ListRoutingProfilesCommandInput, ...additionalArguments: any): Paginator<ListRoutingProfilesCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { ListSecurityKeysCommandInput, ListSecurityKeysCommandOutput } from "../commands/ListSecurityKeysCommand";
2
- import { ConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
- export declare function paginateListSecurityKeys(config: ConnectPaginationConfiguration, input: ListSecurityKeysCommandInput, ...additionalArguments: any): Paginator<ListSecurityKeysCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { ListSecurityProfilesCommandInput, ListSecurityProfilesCommandOutput } from "../commands/ListSecurityProfilesCommand";
2
- import { ConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
- export declare function paginateListSecurityProfiles(config: ConnectPaginationConfiguration, input: ListSecurityProfilesCommandInput, ...additionalArguments: any): Paginator<ListSecurityProfilesCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { ListUseCasesCommandInput, ListUseCasesCommandOutput } from "../commands/ListUseCasesCommand";
2
- import { ConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
- export declare function paginateListUseCases(config: ConnectPaginationConfiguration, input: ListUseCasesCommandInput, ...additionalArguments: any): Paginator<ListUseCasesCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { ListUserHierarchyGroupsCommandInput, ListUserHierarchyGroupsCommandOutput } from "../commands/ListUserHierarchyGroupsCommand";
2
- import { ConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
- export declare function paginateListUserHierarchyGroups(config: ConnectPaginationConfiguration, input: ListUserHierarchyGroupsCommandInput, ...additionalArguments: any): Paginator<ListUserHierarchyGroupsCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
2
- import { ConnectPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
- export declare function paginateListUsers(config: ConnectPaginationConfiguration, input: ListUsersCommandInput, ...additionalArguments: any): Paginator<ListUsersCommandOutput>;
@@ -1,329 +0,0 @@
1
- import { AssociateApprovedOriginCommandInput, AssociateApprovedOriginCommandOutput } from "../commands/AssociateApprovedOriginCommand";
2
- import { AssociateBotCommandInput, AssociateBotCommandOutput } from "../commands/AssociateBotCommand";
3
- import { AssociateInstanceStorageConfigCommandInput, AssociateInstanceStorageConfigCommandOutput } from "../commands/AssociateInstanceStorageConfigCommand";
4
- import { AssociateLambdaFunctionCommandInput, AssociateLambdaFunctionCommandOutput } from "../commands/AssociateLambdaFunctionCommand";
5
- import { AssociateLexBotCommandInput, AssociateLexBotCommandOutput } from "../commands/AssociateLexBotCommand";
6
- import { AssociateQueueQuickConnectsCommandInput, AssociateQueueQuickConnectsCommandOutput } from "../commands/AssociateQueueQuickConnectsCommand";
7
- import { AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueuesCommandOutput } from "../commands/AssociateRoutingProfileQueuesCommand";
8
- import { AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput } from "../commands/AssociateSecurityKeyCommand";
9
- import { CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput } from "../commands/CreateAgentStatusCommand";
10
- import { CreateContactFlowCommandInput, CreateContactFlowCommandOutput } from "../commands/CreateContactFlowCommand";
11
- import { CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput } from "../commands/CreateHoursOfOperationCommand";
12
- import { CreateInstanceCommandInput, CreateInstanceCommandOutput } from "../commands/CreateInstanceCommand";
13
- import { CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationCommandOutput } from "../commands/CreateIntegrationAssociationCommand";
14
- import { CreateQueueCommandInput, CreateQueueCommandOutput } from "../commands/CreateQueueCommand";
15
- import { CreateQuickConnectCommandInput, CreateQuickConnectCommandOutput } from "../commands/CreateQuickConnectCommand";
16
- import { CreateRoutingProfileCommandInput, CreateRoutingProfileCommandOutput } from "../commands/CreateRoutingProfileCommand";
17
- import { CreateUseCaseCommandInput, CreateUseCaseCommandOutput } from "../commands/CreateUseCaseCommand";
18
- import { CreateUserCommandInput, CreateUserCommandOutput } from "../commands/CreateUserCommand";
19
- import { CreateUserHierarchyGroupCommandInput, CreateUserHierarchyGroupCommandOutput } from "../commands/CreateUserHierarchyGroupCommand";
20
- import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput } from "../commands/DeleteHoursOfOperationCommand";
21
- import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "../commands/DeleteInstanceCommand";
22
- import { DeleteIntegrationAssociationCommandInput, DeleteIntegrationAssociationCommandOutput } from "../commands/DeleteIntegrationAssociationCommand";
23
- import { DeleteQuickConnectCommandInput, DeleteQuickConnectCommandOutput } from "../commands/DeleteQuickConnectCommand";
24
- import { DeleteUseCaseCommandInput, DeleteUseCaseCommandOutput } from "../commands/DeleteUseCaseCommand";
25
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
26
- import { DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOutput } from "../commands/DeleteUserHierarchyGroupCommand";
27
- import { DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput } from "../commands/DescribeAgentStatusCommand";
28
- import { DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput } from "../commands/DescribeContactFlowCommand";
29
- import { DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput } from "../commands/DescribeHoursOfOperationCommand";
30
- import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "../commands/DescribeInstanceAttributeCommand";
31
- import { DescribeInstanceCommandInput, DescribeInstanceCommandOutput } from "../commands/DescribeInstanceCommand";
32
- import { DescribeInstanceStorageConfigCommandInput, DescribeInstanceStorageConfigCommandOutput } from "../commands/DescribeInstanceStorageConfigCommand";
33
- import { DescribeQueueCommandInput, DescribeQueueCommandOutput } from "../commands/DescribeQueueCommand";
34
- import { DescribeQuickConnectCommandInput, DescribeQuickConnectCommandOutput } from "../commands/DescribeQuickConnectCommand";
35
- import { DescribeRoutingProfileCommandInput, DescribeRoutingProfileCommandOutput } from "../commands/DescribeRoutingProfileCommand";
36
- import { DescribeUserCommandInput, DescribeUserCommandOutput } from "../commands/DescribeUserCommand";
37
- import { DescribeUserHierarchyGroupCommandInput, DescribeUserHierarchyGroupCommandOutput } from "../commands/DescribeUserHierarchyGroupCommand";
38
- import { DescribeUserHierarchyStructureCommandInput, DescribeUserHierarchyStructureCommandOutput } from "../commands/DescribeUserHierarchyStructureCommand";
39
- import { DisassociateApprovedOriginCommandInput, DisassociateApprovedOriginCommandOutput } from "../commands/DisassociateApprovedOriginCommand";
40
- import { DisassociateBotCommandInput, DisassociateBotCommandOutput } from "../commands/DisassociateBotCommand";
41
- import { DisassociateInstanceStorageConfigCommandInput, DisassociateInstanceStorageConfigCommandOutput } from "../commands/DisassociateInstanceStorageConfigCommand";
42
- import { DisassociateLambdaFunctionCommandInput, DisassociateLambdaFunctionCommandOutput } from "../commands/DisassociateLambdaFunctionCommand";
43
- import { DisassociateLexBotCommandInput, DisassociateLexBotCommandOutput } from "../commands/DisassociateLexBotCommand";
44
- import { DisassociateQueueQuickConnectsCommandInput, DisassociateQueueQuickConnectsCommandOutput } from "../commands/DisassociateQueueQuickConnectsCommand";
45
- import { DisassociateRoutingProfileQueuesCommandInput, DisassociateRoutingProfileQueuesCommandOutput } from "../commands/DisassociateRoutingProfileQueuesCommand";
46
- import { DisassociateSecurityKeyCommandInput, DisassociateSecurityKeyCommandOutput } from "../commands/DisassociateSecurityKeyCommand";
47
- import { GetContactAttributesCommandInput, GetContactAttributesCommandOutput } from "../commands/GetContactAttributesCommand";
48
- import { GetCurrentMetricDataCommandInput, GetCurrentMetricDataCommandOutput } from "../commands/GetCurrentMetricDataCommand";
49
- import { GetFederationTokenCommandInput, GetFederationTokenCommandOutput } from "../commands/GetFederationTokenCommand";
50
- import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "../commands/GetMetricDataCommand";
51
- import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "../commands/ListAgentStatusesCommand";
52
- import { ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput } from "../commands/ListApprovedOriginsCommand";
53
- import { ListBotsCommandInput, ListBotsCommandOutput } from "../commands/ListBotsCommand";
54
- import { ListContactFlowsCommandInput, ListContactFlowsCommandOutput } from "../commands/ListContactFlowsCommand";
55
- import { ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput } from "../commands/ListHoursOfOperationsCommand";
56
- import { ListInstanceAttributesCommandInput, ListInstanceAttributesCommandOutput } from "../commands/ListInstanceAttributesCommand";
57
- import { ListInstanceStorageConfigsCommandInput, ListInstanceStorageConfigsCommandOutput } from "../commands/ListInstanceStorageConfigsCommand";
58
- import { ListInstancesCommandInput, ListInstancesCommandOutput } from "../commands/ListInstancesCommand";
59
- import { ListIntegrationAssociationsCommandInput, ListIntegrationAssociationsCommandOutput } from "../commands/ListIntegrationAssociationsCommand";
60
- import { ListLambdaFunctionsCommandInput, ListLambdaFunctionsCommandOutput } from "../commands/ListLambdaFunctionsCommand";
61
- import { ListLexBotsCommandInput, ListLexBotsCommandOutput } from "../commands/ListLexBotsCommand";
62
- import { ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput } from "../commands/ListPhoneNumbersCommand";
63
- import { ListPromptsCommandInput, ListPromptsCommandOutput } from "../commands/ListPromptsCommand";
64
- import { ListQueueQuickConnectsCommandInput, ListQueueQuickConnectsCommandOutput } from "../commands/ListQueueQuickConnectsCommand";
65
- import { ListQueuesCommandInput, ListQueuesCommandOutput } from "../commands/ListQueuesCommand";
66
- import { ListQuickConnectsCommandInput, ListQuickConnectsCommandOutput } from "../commands/ListQuickConnectsCommand";
67
- import { ListRoutingProfileQueuesCommandInput, ListRoutingProfileQueuesCommandOutput } from "../commands/ListRoutingProfileQueuesCommand";
68
- import { ListRoutingProfilesCommandInput, ListRoutingProfilesCommandOutput } from "../commands/ListRoutingProfilesCommand";
69
- import { ListSecurityKeysCommandInput, ListSecurityKeysCommandOutput } from "../commands/ListSecurityKeysCommand";
70
- import { ListSecurityProfilesCommandInput, ListSecurityProfilesCommandOutput } from "../commands/ListSecurityProfilesCommand";
71
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
72
- import { ListUseCasesCommandInput, ListUseCasesCommandOutput } from "../commands/ListUseCasesCommand";
73
- import { ListUserHierarchyGroupsCommandInput, ListUserHierarchyGroupsCommandOutput } from "../commands/ListUserHierarchyGroupsCommand";
74
- import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
75
- import { ResumeContactRecordingCommandInput, ResumeContactRecordingCommandOutput } from "../commands/ResumeContactRecordingCommand";
76
- import { StartChatContactCommandInput, StartChatContactCommandOutput } from "../commands/StartChatContactCommand";
77
- import { StartContactRecordingCommandInput, StartContactRecordingCommandOutput } from "../commands/StartContactRecordingCommand";
78
- import { StartOutboundVoiceContactCommandInput, StartOutboundVoiceContactCommandOutput } from "../commands/StartOutboundVoiceContactCommand";
79
- import { StartTaskContactCommandInput, StartTaskContactCommandOutput } from "../commands/StartTaskContactCommand";
80
- import { StopContactCommandInput, StopContactCommandOutput } from "../commands/StopContactCommand";
81
- import { StopContactRecordingCommandInput, StopContactRecordingCommandOutput } from "../commands/StopContactRecordingCommand";
82
- import { SuspendContactRecordingCommandInput, SuspendContactRecordingCommandOutput } from "../commands/SuspendContactRecordingCommand";
83
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
84
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
85
- import { UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput } from "../commands/UpdateAgentStatusCommand";
86
- import { UpdateContactAttributesCommandInput, UpdateContactAttributesCommandOutput } from "../commands/UpdateContactAttributesCommand";
87
- import { UpdateContactFlowContentCommandInput, UpdateContactFlowContentCommandOutput } from "../commands/UpdateContactFlowContentCommand";
88
- import { UpdateContactFlowNameCommandInput, UpdateContactFlowNameCommandOutput } from "../commands/UpdateContactFlowNameCommand";
89
- import { UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput } from "../commands/UpdateHoursOfOperationCommand";
90
- import { UpdateInstanceAttributeCommandInput, UpdateInstanceAttributeCommandOutput } from "../commands/UpdateInstanceAttributeCommand";
91
- import { UpdateInstanceStorageConfigCommandInput, UpdateInstanceStorageConfigCommandOutput } from "../commands/UpdateInstanceStorageConfigCommand";
92
- import { UpdateQueueHoursOfOperationCommandInput, UpdateQueueHoursOfOperationCommandOutput } from "../commands/UpdateQueueHoursOfOperationCommand";
93
- import { UpdateQueueMaxContactsCommandInput, UpdateQueueMaxContactsCommandOutput } from "../commands/UpdateQueueMaxContactsCommand";
94
- import { UpdateQueueNameCommandInput, UpdateQueueNameCommandOutput } from "../commands/UpdateQueueNameCommand";
95
- import { UpdateQueueOutboundCallerConfigCommandInput, UpdateQueueOutboundCallerConfigCommandOutput } from "../commands/UpdateQueueOutboundCallerConfigCommand";
96
- import { UpdateQueueStatusCommandInput, UpdateQueueStatusCommandOutput } from "../commands/UpdateQueueStatusCommand";
97
- import { UpdateQuickConnectConfigCommandInput, UpdateQuickConnectConfigCommandOutput } from "../commands/UpdateQuickConnectConfigCommand";
98
- import { UpdateQuickConnectNameCommandInput, UpdateQuickConnectNameCommandOutput } from "../commands/UpdateQuickConnectNameCommand";
99
- import { UpdateRoutingProfileConcurrencyCommandInput, UpdateRoutingProfileConcurrencyCommandOutput } from "../commands/UpdateRoutingProfileConcurrencyCommand";
100
- import { UpdateRoutingProfileDefaultOutboundQueueCommandInput, UpdateRoutingProfileDefaultOutboundQueueCommandOutput } from "../commands/UpdateRoutingProfileDefaultOutboundQueueCommand";
101
- import { UpdateRoutingProfileNameCommandInput, UpdateRoutingProfileNameCommandOutput } from "../commands/UpdateRoutingProfileNameCommand";
102
- import { UpdateRoutingProfileQueuesCommandInput, UpdateRoutingProfileQueuesCommandOutput } from "../commands/UpdateRoutingProfileQueuesCommand";
103
- import { UpdateUserHierarchyCommandInput, UpdateUserHierarchyCommandOutput } from "../commands/UpdateUserHierarchyCommand";
104
- import { UpdateUserHierarchyGroupNameCommandInput, UpdateUserHierarchyGroupNameCommandOutput } from "../commands/UpdateUserHierarchyGroupNameCommand";
105
- import { UpdateUserHierarchyStructureCommandInput, UpdateUserHierarchyStructureCommandOutput } from "../commands/UpdateUserHierarchyStructureCommand";
106
- import { UpdateUserIdentityInfoCommandInput, UpdateUserIdentityInfoCommandOutput } from "../commands/UpdateUserIdentityInfoCommand";
107
- import { UpdateUserPhoneConfigCommandInput, UpdateUserPhoneConfigCommandOutput } from "../commands/UpdateUserPhoneConfigCommand";
108
- import { UpdateUserRoutingProfileCommandInput, UpdateUserRoutingProfileCommandOutput } from "../commands/UpdateUserRoutingProfileCommand";
109
- import { UpdateUserSecurityProfilesCommandInput, UpdateUserSecurityProfilesCommandOutput } from "../commands/UpdateUserSecurityProfilesCommand";
110
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
111
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
112
- export declare const serializeAws_restJson1AssociateApprovedOriginCommand: (input: AssociateApprovedOriginCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_restJson1AssociateBotCommand: (input: AssociateBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1AssociateInstanceStorageConfigCommand: (input: AssociateInstanceStorageConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_restJson1AssociateLambdaFunctionCommand: (input: AssociateLambdaFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_restJson1AssociateLexBotCommand: (input: AssociateLexBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_restJson1AssociateQueueQuickConnectsCommand: (input: AssociateQueueQuickConnectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1AssociateRoutingProfileQueuesCommand: (input: AssociateRoutingProfileQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_restJson1AssociateSecurityKeyCommand: (input: AssociateSecurityKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_restJson1CreateAgentStatusCommand: (input: CreateAgentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_restJson1CreateContactFlowCommand: (input: CreateContactFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1CreateHoursOfOperationCommand: (input: CreateHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_restJson1CreateInstanceCommand: (input: CreateInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_restJson1CreateIntegrationAssociationCommand: (input: CreateIntegrationAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_restJson1CreateQueueCommand: (input: CreateQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1CreateQuickConnectCommand: (input: CreateQuickConnectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_restJson1CreateRoutingProfileCommand: (input: CreateRoutingProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_restJson1CreateUseCaseCommand: (input: CreateUseCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_restJson1CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1CreateUserHierarchyGroupCommand: (input: CreateUserHierarchyGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_restJson1DeleteHoursOfOperationCommand: (input: DeleteHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_restJson1DeleteInstanceCommand: (input: DeleteInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const serializeAws_restJson1DeleteIntegrationAssociationCommand: (input: DeleteIntegrationAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1DeleteQuickConnectCommand: (input: DeleteQuickConnectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- export declare const serializeAws_restJson1DeleteUseCaseCommand: (input: DeleteUseCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- export declare const serializeAws_restJson1DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- export declare const serializeAws_restJson1DeleteUserHierarchyGroupCommand: (input: DeleteUserHierarchyGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restJson1DescribeAgentStatusCommand: (input: DescribeAgentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- export declare const serializeAws_restJson1DescribeContactFlowCommand: (input: DescribeContactFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- export declare const serializeAws_restJson1DescribeHoursOfOperationCommand: (input: DescribeHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- export declare const serializeAws_restJson1DescribeInstanceCommand: (input: DescribeInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restJson1DescribeInstanceAttributeCommand: (input: DescribeInstanceAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- export declare const serializeAws_restJson1DescribeInstanceStorageConfigCommand: (input: DescribeInstanceStorageConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- export declare const serializeAws_restJson1DescribeQueueCommand: (input: DescribeQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- export declare const serializeAws_restJson1DescribeQuickConnectCommand: (input: DescribeQuickConnectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- export declare const serializeAws_restJson1DescribeRoutingProfileCommand: (input: DescribeRoutingProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- export declare const serializeAws_restJson1DescribeUserCommand: (input: DescribeUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- export declare const serializeAws_restJson1DescribeUserHierarchyGroupCommand: (input: DescribeUserHierarchyGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- export declare const serializeAws_restJson1DescribeUserHierarchyStructureCommand: (input: DescribeUserHierarchyStructureCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- export declare const serializeAws_restJson1DisassociateApprovedOriginCommand: (input: DisassociateApprovedOriginCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- export declare const serializeAws_restJson1DisassociateBotCommand: (input: DisassociateBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- export declare const serializeAws_restJson1DisassociateInstanceStorageConfigCommand: (input: DisassociateInstanceStorageConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- export declare const serializeAws_restJson1DisassociateLambdaFunctionCommand: (input: DisassociateLambdaFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- export declare const serializeAws_restJson1DisassociateLexBotCommand: (input: DisassociateLexBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- export declare const serializeAws_restJson1DisassociateQueueQuickConnectsCommand: (input: DisassociateQueueQuickConnectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- export declare const serializeAws_restJson1DisassociateRoutingProfileQueuesCommand: (input: DisassociateRoutingProfileQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
- export declare const serializeAws_restJson1DisassociateSecurityKeyCommand: (input: DisassociateSecurityKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- export declare const serializeAws_restJson1GetContactAttributesCommand: (input: GetContactAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
- export declare const serializeAws_restJson1GetCurrentMetricDataCommand: (input: GetCurrentMetricDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- export declare const serializeAws_restJson1GetFederationTokenCommand: (input: GetFederationTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
- export declare const serializeAws_restJson1GetMetricDataCommand: (input: GetMetricDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- export declare const serializeAws_restJson1ListAgentStatusesCommand: (input: ListAgentStatusesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- export declare const serializeAws_restJson1ListApprovedOriginsCommand: (input: ListApprovedOriginsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- export declare const serializeAws_restJson1ListBotsCommand: (input: ListBotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
- export declare const serializeAws_restJson1ListContactFlowsCommand: (input: ListContactFlowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- export declare const serializeAws_restJson1ListHoursOfOperationsCommand: (input: ListHoursOfOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
- export declare const serializeAws_restJson1ListInstanceAttributesCommand: (input: ListInstanceAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- export declare const serializeAws_restJson1ListInstancesCommand: (input: ListInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
- export declare const serializeAws_restJson1ListInstanceStorageConfigsCommand: (input: ListInstanceStorageConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- export declare const serializeAws_restJson1ListIntegrationAssociationsCommand: (input: ListIntegrationAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
- export declare const serializeAws_restJson1ListLambdaFunctionsCommand: (input: ListLambdaFunctionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- export declare const serializeAws_restJson1ListLexBotsCommand: (input: ListLexBotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
- export declare const serializeAws_restJson1ListPhoneNumbersCommand: (input: ListPhoneNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- export declare const serializeAws_restJson1ListPromptsCommand: (input: ListPromptsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
- export declare const serializeAws_restJson1ListQueueQuickConnectsCommand: (input: ListQueueQuickConnectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- export declare const serializeAws_restJson1ListQueuesCommand: (input: ListQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
- export declare const serializeAws_restJson1ListQuickConnectsCommand: (input: ListQuickConnectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- export declare const serializeAws_restJson1ListRoutingProfileQueuesCommand: (input: ListRoutingProfileQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
- export declare const serializeAws_restJson1ListRoutingProfilesCommand: (input: ListRoutingProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- export declare const serializeAws_restJson1ListSecurityKeysCommand: (input: ListSecurityKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
- export declare const serializeAws_restJson1ListSecurityProfilesCommand: (input: ListSecurityProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
- export declare const serializeAws_restJson1ListUseCasesCommand: (input: ListUseCasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- export declare const serializeAws_restJson1ListUserHierarchyGroupsCommand: (input: ListUserHierarchyGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
- export declare const serializeAws_restJson1ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- export declare const serializeAws_restJson1ResumeContactRecordingCommand: (input: ResumeContactRecordingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
- export declare const serializeAws_restJson1StartChatContactCommand: (input: StartChatContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- export declare const serializeAws_restJson1StartContactRecordingCommand: (input: StartContactRecordingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
- export declare const serializeAws_restJson1StartOutboundVoiceContactCommand: (input: StartOutboundVoiceContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- export declare const serializeAws_restJson1StartTaskContactCommand: (input: StartTaskContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
- export declare const serializeAws_restJson1StopContactCommand: (input: StopContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
- export declare const serializeAws_restJson1StopContactRecordingCommand: (input: StopContactRecordingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
- export declare const serializeAws_restJson1SuspendContactRecordingCommand: (input: SuspendContactRecordingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
- export declare const serializeAws_restJson1UpdateAgentStatusCommand: (input: UpdateAgentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
- export declare const serializeAws_restJson1UpdateContactAttributesCommand: (input: UpdateContactAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- export declare const serializeAws_restJson1UpdateContactFlowContentCommand: (input: UpdateContactFlowContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
- export declare const serializeAws_restJson1UpdateContactFlowNameCommand: (input: UpdateContactFlowNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
- export declare const serializeAws_restJson1UpdateHoursOfOperationCommand: (input: UpdateHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
- export declare const serializeAws_restJson1UpdateInstanceAttributeCommand: (input: UpdateInstanceAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- export declare const serializeAws_restJson1UpdateInstanceStorageConfigCommand: (input: UpdateInstanceStorageConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
- export declare const serializeAws_restJson1UpdateQueueHoursOfOperationCommand: (input: UpdateQueueHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
- export declare const serializeAws_restJson1UpdateQueueMaxContactsCommand: (input: UpdateQueueMaxContactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
- export declare const serializeAws_restJson1UpdateQueueNameCommand: (input: UpdateQueueNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- export declare const serializeAws_restJson1UpdateQueueOutboundCallerConfigCommand: (input: UpdateQueueOutboundCallerConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
- export declare const serializeAws_restJson1UpdateQueueStatusCommand: (input: UpdateQueueStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
- export declare const serializeAws_restJson1UpdateQuickConnectConfigCommand: (input: UpdateQuickConnectConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
209
- export declare const serializeAws_restJson1UpdateQuickConnectNameCommand: (input: UpdateQuickConnectNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- export declare const serializeAws_restJson1UpdateRoutingProfileConcurrencyCommand: (input: UpdateRoutingProfileConcurrencyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
- export declare const serializeAws_restJson1UpdateRoutingProfileDefaultOutboundQueueCommand: (input: UpdateRoutingProfileDefaultOutboundQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
212
- export declare const serializeAws_restJson1UpdateRoutingProfileNameCommand: (input: UpdateRoutingProfileNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
- export declare const serializeAws_restJson1UpdateRoutingProfileQueuesCommand: (input: UpdateRoutingProfileQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- export declare const serializeAws_restJson1UpdateUserHierarchyCommand: (input: UpdateUserHierarchyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
- export declare const serializeAws_restJson1UpdateUserHierarchyGroupNameCommand: (input: UpdateUserHierarchyGroupNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
216
- export declare const serializeAws_restJson1UpdateUserHierarchyStructureCommand: (input: UpdateUserHierarchyStructureCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
217
- export declare const serializeAws_restJson1UpdateUserIdentityInfoCommand: (input: UpdateUserIdentityInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- export declare const serializeAws_restJson1UpdateUserPhoneConfigCommand: (input: UpdateUserPhoneConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
- export declare const serializeAws_restJson1UpdateUserRoutingProfileCommand: (input: UpdateUserRoutingProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
220
- export declare const serializeAws_restJson1UpdateUserSecurityProfilesCommand: (input: UpdateUserSecurityProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
- export declare const deserializeAws_restJson1AssociateApprovedOriginCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateApprovedOriginCommandOutput>;
222
- export declare const deserializeAws_restJson1AssociateBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateBotCommandOutput>;
223
- export declare const deserializeAws_restJson1AssociateInstanceStorageConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateInstanceStorageConfigCommandOutput>;
224
- export declare const deserializeAws_restJson1AssociateLambdaFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateLambdaFunctionCommandOutput>;
225
- export declare const deserializeAws_restJson1AssociateLexBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateLexBotCommandOutput>;
226
- export declare const deserializeAws_restJson1AssociateQueueQuickConnectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateQueueQuickConnectsCommandOutput>;
227
- export declare const deserializeAws_restJson1AssociateRoutingProfileQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateRoutingProfileQueuesCommandOutput>;
228
- export declare const deserializeAws_restJson1AssociateSecurityKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSecurityKeyCommandOutput>;
229
- export declare const deserializeAws_restJson1CreateAgentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAgentStatusCommandOutput>;
230
- export declare const deserializeAws_restJson1CreateContactFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContactFlowCommandOutput>;
231
- export declare const deserializeAws_restJson1CreateHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHoursOfOperationCommandOutput>;
232
- export declare const deserializeAws_restJson1CreateInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInstanceCommandOutput>;
233
- export declare const deserializeAws_restJson1CreateIntegrationAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntegrationAssociationCommandOutput>;
234
- export declare const deserializeAws_restJson1CreateQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQueueCommandOutput>;
235
- export declare const deserializeAws_restJson1CreateQuickConnectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQuickConnectCommandOutput>;
236
- export declare const deserializeAws_restJson1CreateRoutingProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRoutingProfileCommandOutput>;
237
- export declare const deserializeAws_restJson1CreateUseCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUseCaseCommandOutput>;
238
- export declare const deserializeAws_restJson1CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
239
- export declare const deserializeAws_restJson1CreateUserHierarchyGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserHierarchyGroupCommandOutput>;
240
- export declare const deserializeAws_restJson1DeleteHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHoursOfOperationCommandOutput>;
241
- export declare const deserializeAws_restJson1DeleteInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInstanceCommandOutput>;
242
- export declare const deserializeAws_restJson1DeleteIntegrationAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationAssociationCommandOutput>;
243
- export declare const deserializeAws_restJson1DeleteQuickConnectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQuickConnectCommandOutput>;
244
- export declare const deserializeAws_restJson1DeleteUseCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUseCaseCommandOutput>;
245
- export declare const deserializeAws_restJson1DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
246
- export declare const deserializeAws_restJson1DeleteUserHierarchyGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserHierarchyGroupCommandOutput>;
247
- export declare const deserializeAws_restJson1DescribeAgentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAgentStatusCommandOutput>;
248
- export declare const deserializeAws_restJson1DescribeContactFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContactFlowCommandOutput>;
249
- export declare const deserializeAws_restJson1DescribeHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHoursOfOperationCommandOutput>;
250
- export declare const deserializeAws_restJson1DescribeInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceCommandOutput>;
251
- export declare const deserializeAws_restJson1DescribeInstanceAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceAttributeCommandOutput>;
252
- export declare const deserializeAws_restJson1DescribeInstanceStorageConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceStorageConfigCommandOutput>;
253
- export declare const deserializeAws_restJson1DescribeQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeQueueCommandOutput>;
254
- export declare const deserializeAws_restJson1DescribeQuickConnectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeQuickConnectCommandOutput>;
255
- export declare const deserializeAws_restJson1DescribeRoutingProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRoutingProfileCommandOutput>;
256
- export declare const deserializeAws_restJson1DescribeUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserCommandOutput>;
257
- export declare const deserializeAws_restJson1DescribeUserHierarchyGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserHierarchyGroupCommandOutput>;
258
- export declare const deserializeAws_restJson1DescribeUserHierarchyStructureCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserHierarchyStructureCommandOutput>;
259
- export declare const deserializeAws_restJson1DisassociateApprovedOriginCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateApprovedOriginCommandOutput>;
260
- export declare const deserializeAws_restJson1DisassociateBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateBotCommandOutput>;
261
- export declare const deserializeAws_restJson1DisassociateInstanceStorageConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateInstanceStorageConfigCommandOutput>;
262
- export declare const deserializeAws_restJson1DisassociateLambdaFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateLambdaFunctionCommandOutput>;
263
- export declare const deserializeAws_restJson1DisassociateLexBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateLexBotCommandOutput>;
264
- export declare const deserializeAws_restJson1DisassociateQueueQuickConnectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateQueueQuickConnectsCommandOutput>;
265
- export declare const deserializeAws_restJson1DisassociateRoutingProfileQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateRoutingProfileQueuesCommandOutput>;
266
- export declare const deserializeAws_restJson1DisassociateSecurityKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateSecurityKeyCommandOutput>;
267
- export declare const deserializeAws_restJson1GetContactAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContactAttributesCommandOutput>;
268
- export declare const deserializeAws_restJson1GetCurrentMetricDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCurrentMetricDataCommandOutput>;
269
- export declare const deserializeAws_restJson1GetFederationTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFederationTokenCommandOutput>;
270
- export declare const deserializeAws_restJson1GetMetricDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMetricDataCommandOutput>;
271
- export declare const deserializeAws_restJson1ListAgentStatusesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAgentStatusesCommandOutput>;
272
- export declare const deserializeAws_restJson1ListApprovedOriginsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApprovedOriginsCommandOutput>;
273
- export declare const deserializeAws_restJson1ListBotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBotsCommandOutput>;
274
- export declare const deserializeAws_restJson1ListContactFlowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContactFlowsCommandOutput>;
275
- export declare const deserializeAws_restJson1ListHoursOfOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHoursOfOperationsCommandOutput>;
276
- export declare const deserializeAws_restJson1ListInstanceAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstanceAttributesCommandOutput>;
277
- export declare const deserializeAws_restJson1ListInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstancesCommandOutput>;
278
- export declare const deserializeAws_restJson1ListInstanceStorageConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstanceStorageConfigsCommandOutput>;
279
- export declare const deserializeAws_restJson1ListIntegrationAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIntegrationAssociationsCommandOutput>;
280
- export declare const deserializeAws_restJson1ListLambdaFunctionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLambdaFunctionsCommandOutput>;
281
- export declare const deserializeAws_restJson1ListLexBotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLexBotsCommandOutput>;
282
- export declare const deserializeAws_restJson1ListPhoneNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPhoneNumbersCommandOutput>;
283
- export declare const deserializeAws_restJson1ListPromptsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPromptsCommandOutput>;
284
- export declare const deserializeAws_restJson1ListQueueQuickConnectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueueQuickConnectsCommandOutput>;
285
- export declare const deserializeAws_restJson1ListQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueuesCommandOutput>;
286
- export declare const deserializeAws_restJson1ListQuickConnectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQuickConnectsCommandOutput>;
287
- export declare const deserializeAws_restJson1ListRoutingProfileQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoutingProfileQueuesCommandOutput>;
288
- export declare const deserializeAws_restJson1ListRoutingProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoutingProfilesCommandOutput>;
289
- export declare const deserializeAws_restJson1ListSecurityKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSecurityKeysCommandOutput>;
290
- export declare const deserializeAws_restJson1ListSecurityProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSecurityProfilesCommandOutput>;
291
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
292
- export declare const deserializeAws_restJson1ListUseCasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUseCasesCommandOutput>;
293
- export declare const deserializeAws_restJson1ListUserHierarchyGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserHierarchyGroupsCommandOutput>;
294
- export declare const deserializeAws_restJson1ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
295
- export declare const deserializeAws_restJson1ResumeContactRecordingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeContactRecordingCommandOutput>;
296
- export declare const deserializeAws_restJson1StartChatContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartChatContactCommandOutput>;
297
- export declare const deserializeAws_restJson1StartContactRecordingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartContactRecordingCommandOutput>;
298
- export declare const deserializeAws_restJson1StartOutboundVoiceContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartOutboundVoiceContactCommandOutput>;
299
- export declare const deserializeAws_restJson1StartTaskContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTaskContactCommandOutput>;
300
- export declare const deserializeAws_restJson1StopContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopContactCommandOutput>;
301
- export declare const deserializeAws_restJson1StopContactRecordingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopContactRecordingCommandOutput>;
302
- export declare const deserializeAws_restJson1SuspendContactRecordingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SuspendContactRecordingCommandOutput>;
303
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
304
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
305
- export declare const deserializeAws_restJson1UpdateAgentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAgentStatusCommandOutput>;
306
- export declare const deserializeAws_restJson1UpdateContactAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactAttributesCommandOutput>;
307
- export declare const deserializeAws_restJson1UpdateContactFlowContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactFlowContentCommandOutput>;
308
- export declare const deserializeAws_restJson1UpdateContactFlowNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactFlowNameCommandOutput>;
309
- export declare const deserializeAws_restJson1UpdateHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHoursOfOperationCommandOutput>;
310
- export declare const deserializeAws_restJson1UpdateInstanceAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInstanceAttributeCommandOutput>;
311
- export declare const deserializeAws_restJson1UpdateInstanceStorageConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInstanceStorageConfigCommandOutput>;
312
- export declare const deserializeAws_restJson1UpdateQueueHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueHoursOfOperationCommandOutput>;
313
- export declare const deserializeAws_restJson1UpdateQueueMaxContactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueMaxContactsCommandOutput>;
314
- export declare const deserializeAws_restJson1UpdateQueueNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueNameCommandOutput>;
315
- export declare const deserializeAws_restJson1UpdateQueueOutboundCallerConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueOutboundCallerConfigCommandOutput>;
316
- export declare const deserializeAws_restJson1UpdateQueueStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueStatusCommandOutput>;
317
- export declare const deserializeAws_restJson1UpdateQuickConnectConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQuickConnectConfigCommandOutput>;
318
- export declare const deserializeAws_restJson1UpdateQuickConnectNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQuickConnectNameCommandOutput>;
319
- export declare const deserializeAws_restJson1UpdateRoutingProfileConcurrencyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoutingProfileConcurrencyCommandOutput>;
320
- export declare const deserializeAws_restJson1UpdateRoutingProfileDefaultOutboundQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoutingProfileDefaultOutboundQueueCommandOutput>;
321
- export declare const deserializeAws_restJson1UpdateRoutingProfileNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoutingProfileNameCommandOutput>;
322
- export declare const deserializeAws_restJson1UpdateRoutingProfileQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoutingProfileQueuesCommandOutput>;
323
- export declare const deserializeAws_restJson1UpdateUserHierarchyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserHierarchyCommandOutput>;
324
- export declare const deserializeAws_restJson1UpdateUserHierarchyGroupNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserHierarchyGroupNameCommandOutput>;
325
- export declare const deserializeAws_restJson1UpdateUserHierarchyStructureCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserHierarchyStructureCommandOutput>;
326
- export declare const deserializeAws_restJson1UpdateUserIdentityInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserIdentityInfoCommandOutput>;
327
- export declare const deserializeAws_restJson1UpdateUserPhoneConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserPhoneConfigCommandOutput>;
328
- export declare const deserializeAws_restJson1UpdateUserRoutingProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserRoutingProfileCommandOutput>;
329
- export declare const deserializeAws_restJson1UpdateUserSecurityProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserSecurityProfilesCommandOutput>;
@@ -1,37 +0,0 @@
1
- import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
2
- import { ConnectClientConfig } from "./ConnectClient";
3
- /**
4
- * @internal
5
- */
6
- export declare const getRuntimeConfig: (config: ConnectClientConfig) => {
7
- runtime: string;
8
- base64Decoder: import("@aws-sdk/types").Decoder;
9
- base64Encoder: import("@aws-sdk/types").Encoder;
10
- bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
12
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
- region: string | import("@aws-sdk/types").Provider<any>;
15
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
16
- retryMode: string | import("@aws-sdk/types").Provider<string>;
17
- sha256: import("@aws-sdk/types").HashConstructor;
18
- streamCollector: import("@aws-sdk/types").StreamCollector;
19
- utf8Decoder: import("@aws-sdk/types").Decoder;
20
- utf8Encoder: import("@aws-sdk/types").Encoder;
21
- apiVersion: string;
22
- urlParser: import("@aws-sdk/types").UrlParser;
23
- disableHostPrefix: boolean;
24
- logger: import("@aws-sdk/types").Logger;
25
- serviceId: string;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
- tls?: boolean | undefined;
29
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
- signingEscapePath?: boolean | undefined;
33
- systemClockOffset?: number | undefined;
34
- signingRegion?: string | undefined;
35
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
- };