@aws-sdk/client-connect 3.47.1 → 3.50.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 (242) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/README.md +2 -3
  3. package/dist-cjs/Connect.js +90 -0
  4. package/dist-cjs/commands/AssociateDefaultVocabularyCommand.js +36 -0
  5. package/dist-cjs/commands/CreateVocabularyCommand.js +36 -0
  6. package/dist-cjs/commands/DeleteVocabularyCommand.js +36 -0
  7. package/dist-cjs/commands/DescribeVocabularyCommand.js +36 -0
  8. package/dist-cjs/commands/ListDefaultVocabulariesCommand.js +36 -0
  9. package/dist-cjs/commands/SearchVocabulariesCommand.js +36 -0
  10. package/dist-cjs/commands/StartOutboundVoiceContactCommand.js +3 -3
  11. package/dist-cjs/commands/StartTaskContactCommand.js +3 -3
  12. package/dist-cjs/commands/StopContactCommand.js +3 -3
  13. package/dist-cjs/commands/StopContactRecordingCommand.js +3 -3
  14. package/dist-cjs/commands/StopContactStreamingCommand.js +3 -3
  15. package/dist-cjs/commands/SuspendContactRecordingCommand.js +3 -3
  16. package/dist-cjs/commands/index.js +6 -0
  17. package/dist-cjs/models/models_0.js +127 -95
  18. package/dist-cjs/models/models_1.js +91 -1
  19. package/dist-cjs/pagination/ListDefaultVocabulariesPaginator.js +35 -0
  20. package/dist-cjs/pagination/SearchVocabulariesPaginator.js +35 -0
  21. package/dist-cjs/pagination/index.js +2 -0
  22. package/dist-cjs/protocols/Aws_restJson1.js +800 -7
  23. package/dist-es/Connect.js +90 -0
  24. package/dist-es/commands/AssociateDefaultVocabularyCommand.js +39 -0
  25. package/dist-es/commands/CreateVocabularyCommand.js +39 -0
  26. package/dist-es/commands/DeleteVocabularyCommand.js +39 -0
  27. package/dist-es/commands/DescribeVocabularyCommand.js +39 -0
  28. package/dist-es/commands/ListDefaultVocabulariesCommand.js +39 -0
  29. package/dist-es/commands/SearchVocabulariesCommand.js +39 -0
  30. package/dist-es/commands/StartOutboundVoiceContactCommand.js +1 -1
  31. package/dist-es/commands/StartTaskContactCommand.js +1 -1
  32. package/dist-es/commands/StopContactCommand.js +1 -1
  33. package/dist-es/commands/StopContactRecordingCommand.js +1 -1
  34. package/dist-es/commands/StopContactStreamingCommand.js +1 -1
  35. package/dist-es/commands/SuspendContactRecordingCommand.js +1 -1
  36. package/dist-es/commands/index.js +6 -0
  37. package/dist-es/models/models_0.js +91 -61
  38. package/dist-es/models/models_1.js +61 -0
  39. package/dist-es/pagination/ListDefaultVocabulariesPaginator.js +74 -0
  40. package/dist-es/pagination/SearchVocabulariesPaginator.js +74 -0
  41. package/dist-es/pagination/index.js +2 -0
  42. package/dist-es/protocols/Aws_restJson1.js +948 -63
  43. package/dist-types/Connect.d.ts +63 -16
  44. package/dist-types/ConnectClient.d.ts +10 -5
  45. package/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +35 -0
  46. package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateVocabularyCommand.d.ts +37 -0
  48. package/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +2 -2
  49. package/dist-types/commands/DeleteVocabularyCommand.d.ts +35 -0
  50. package/dist-types/commands/DescribeVocabularyCommand.d.ts +35 -0
  51. package/dist-types/commands/ListBotsCommand.d.ts +2 -2
  52. package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +35 -0
  53. package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +2 -2
  54. package/dist-types/commands/SearchVocabulariesCommand.d.ts +35 -0
  55. package/dist-types/commands/StartChatContactCommand.d.ts +4 -1
  56. package/dist-types/commands/StartContactStreamingCommand.d.ts +1 -1
  57. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +4 -3
  58. package/dist-types/commands/StartTaskContactCommand.d.ts +1 -1
  59. package/dist-types/commands/StopContactCommand.d.ts +1 -1
  60. package/dist-types/commands/StopContactRecordingCommand.d.ts +1 -1
  61. package/dist-types/commands/StopContactStreamingCommand.d.ts +1 -1
  62. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +1 -1
  63. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  64. package/dist-types/commands/index.d.ts +6 -0
  65. package/dist-types/models/models_0.d.ts +445 -347
  66. package/dist-types/models/models_1.d.ts +337 -2
  67. package/dist-types/pagination/ListDefaultVocabulariesPaginator.d.ts +4 -0
  68. package/dist-types/pagination/SearchVocabulariesPaginator.d.ts +4 -0
  69. package/dist-types/pagination/index.d.ts +2 -0
  70. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  71. package/package.json +39 -33
  72. package/dist-types/ts3.4/Connect.d.ts +0 -645
  73. package/dist-types/ts3.4/ConnectClient.d.ts +0 -201
  74. package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +0 -17
  75. package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +0 -17
  76. package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +0 -17
  77. package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +0 -17
  78. package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +0 -17
  79. package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +0 -17
  80. package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +0 -17
  81. package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +0 -17
  82. package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +0 -17
  83. package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +0 -17
  84. package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +0 -17
  85. package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +0 -17
  86. package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +0 -17
  87. package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +0 -17
  88. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +0 -17
  89. package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +0 -17
  90. package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +0 -17
  91. package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +0 -17
  92. package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +0 -17
  93. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +0 -17
  94. package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +0 -17
  95. package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +0 -17
  96. package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +0 -17
  97. package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +0 -17
  98. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +0 -17
  99. package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +0 -17
  100. package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +0 -17
  101. package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +0 -17
  102. package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +0 -17
  103. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +0 -17
  104. package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +0 -17
  105. package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +0 -17
  106. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +0 -17
  107. package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +0 -17
  108. package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +0 -17
  109. package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +0 -17
  110. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +0 -17
  111. package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +0 -17
  112. package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +0 -17
  113. package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +0 -17
  114. package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +0 -17
  115. package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +0 -17
  116. package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +0 -17
  117. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +0 -17
  118. package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +0 -17
  119. package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +0 -17
  120. package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +0 -17
  121. package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +0 -17
  122. package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +0 -17
  123. package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +0 -17
  124. package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +0 -17
  125. package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +0 -17
  126. package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +0 -17
  127. package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +0 -17
  128. package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +0 -17
  129. package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +0 -17
  130. package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -17
  131. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +0 -17
  132. package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +0 -17
  133. package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +0 -17
  134. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +0 -17
  135. package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +0 -17
  136. package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +0 -17
  137. package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +0 -17
  138. package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +0 -17
  139. package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +0 -17
  140. package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +0 -17
  141. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +0 -17
  142. package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +0 -17
  143. package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +0 -17
  144. package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +0 -17
  145. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +0 -17
  146. package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +0 -17
  147. package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +0 -17
  148. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +0 -17
  149. package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +0 -17
  150. package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +0 -17
  151. package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +0 -17
  152. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +0 -17
  153. package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +0 -17
  154. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +0 -17
  155. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  156. package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +0 -17
  157. package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +0 -17
  158. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +0 -17
  159. package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +0 -17
  160. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +0 -17
  161. package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +0 -17
  162. package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +0 -17
  163. package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +0 -17
  164. package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +0 -17
  165. package/dist-types/ts3.4/commands/StopContactCommand.d.ts +0 -17
  166. package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +0 -17
  167. package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +0 -17
  168. package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +0 -17
  169. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  170. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  171. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +0 -17
  172. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +0 -17
  173. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +0 -17
  174. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +0 -17
  175. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +0 -17
  176. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +0 -17
  177. package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +0 -17
  178. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +0 -17
  179. package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +0 -17
  180. package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +0 -17
  181. package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +0 -17
  182. package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +0 -17
  183. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +0 -17
  184. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +0 -17
  185. package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +0 -17
  186. package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +0 -17
  187. package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +0 -17
  188. package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +0 -17
  189. package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +0 -17
  190. package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +0 -17
  191. package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +0 -17
  192. package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +0 -17
  193. package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +0 -17
  194. package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +0 -17
  195. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +0 -17
  196. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +0 -17
  197. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +0 -17
  198. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +0 -17
  199. package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +0 -17
  200. package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +0 -17
  201. package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +0 -17
  202. package/dist-types/ts3.4/commands/index.d.ts +0 -128
  203. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  204. package/dist-types/ts3.4/index.d.ts +0 -5
  205. package/dist-types/ts3.4/models/index.d.ts +0 -2
  206. package/dist-types/ts3.4/models/models_0.d.ts +0 -3648
  207. package/dist-types/ts3.4/models/models_1.d.ts +0 -491
  208. package/dist-types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +0 -4
  209. package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +0 -4
  210. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  211. package/dist-types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +0 -4
  212. package/dist-types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +0 -4
  213. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +0 -4
  214. package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +0 -4
  215. package/dist-types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +0 -4
  216. package/dist-types/ts3.4/pagination/ListContactReferencesPaginator.d.ts +0 -4
  217. package/dist-types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +0 -4
  218. package/dist-types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +0 -4
  219. package/dist-types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +0 -4
  220. package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +0 -4
  221. package/dist-types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +0 -4
  222. package/dist-types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +0 -4
  223. package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +0 -4
  224. package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +0 -4
  225. package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +0 -4
  226. package/dist-types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +0 -4
  227. package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +0 -4
  228. package/dist-types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +0 -4
  229. package/dist-types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +0 -4
  230. package/dist-types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +0 -4
  231. package/dist-types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +0 -4
  232. package/dist-types/ts3.4/pagination/ListSecurityProfilePermissionsPaginator.d.ts +0 -4
  233. package/dist-types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +0 -4
  234. package/dist-types/ts3.4/pagination/ListUseCasesPaginator.d.ts +0 -4
  235. package/dist-types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +0 -4
  236. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +0 -4
  237. package/dist-types/ts3.4/pagination/index.d.ts +0 -29
  238. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -386
  239. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  240. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  241. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  242. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateRoutingProfileConcurrencyRequest } from "../models/models_1";
5
- export interface UpdateRoutingProfileConcurrencyCommandInput extends UpdateRoutingProfileConcurrencyRequest {
6
- }
7
- export interface UpdateRoutingProfileConcurrencyCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateRoutingProfileConcurrencyCommand extends $Command<UpdateRoutingProfileConcurrencyCommandInput, UpdateRoutingProfileConcurrencyCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: UpdateRoutingProfileConcurrencyCommandInput;
12
- constructor(input: UpdateRoutingProfileConcurrencyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRoutingProfileConcurrencyCommandInput, UpdateRoutingProfileConcurrencyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateRoutingProfileDefaultOutboundQueueRequest } from "../models/models_1";
5
- export interface UpdateRoutingProfileDefaultOutboundQueueCommandInput extends UpdateRoutingProfileDefaultOutboundQueueRequest {
6
- }
7
- export interface UpdateRoutingProfileDefaultOutboundQueueCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateRoutingProfileDefaultOutboundQueueCommand extends $Command<UpdateRoutingProfileDefaultOutboundQueueCommandInput, UpdateRoutingProfileDefaultOutboundQueueCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: UpdateRoutingProfileDefaultOutboundQueueCommandInput;
12
- constructor(input: UpdateRoutingProfileDefaultOutboundQueueCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRoutingProfileDefaultOutboundQueueCommandInput, UpdateRoutingProfileDefaultOutboundQueueCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateRoutingProfileNameRequest } from "../models/models_1";
5
- export interface UpdateRoutingProfileNameCommandInput extends UpdateRoutingProfileNameRequest {
6
- }
7
- export interface UpdateRoutingProfileNameCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateRoutingProfileNameCommand extends $Command<UpdateRoutingProfileNameCommandInput, UpdateRoutingProfileNameCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: UpdateRoutingProfileNameCommandInput;
12
- constructor(input: UpdateRoutingProfileNameCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRoutingProfileNameCommandInput, UpdateRoutingProfileNameCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateRoutingProfileQueuesRequest } from "../models/models_1";
5
- export interface UpdateRoutingProfileQueuesCommandInput extends UpdateRoutingProfileQueuesRequest {
6
- }
7
- export interface UpdateRoutingProfileQueuesCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateRoutingProfileQueuesCommand extends $Command<UpdateRoutingProfileQueuesCommandInput, UpdateRoutingProfileQueuesCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: UpdateRoutingProfileQueuesCommandInput;
12
- constructor(input: UpdateRoutingProfileQueuesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRoutingProfileQueuesCommandInput, UpdateRoutingProfileQueuesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateSecurityProfileRequest } from "../models/models_1";
5
- export interface UpdateSecurityProfileCommandInput extends UpdateSecurityProfileRequest {
6
- }
7
- export interface UpdateSecurityProfileCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateSecurityProfileCommand extends $Command<UpdateSecurityProfileCommandInput, UpdateSecurityProfileCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: UpdateSecurityProfileCommandInput;
12
- constructor(input: UpdateSecurityProfileCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSecurityProfileCommandInput, UpdateSecurityProfileCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateUserHierarchyRequest } from "../models/models_1";
5
- export interface UpdateUserHierarchyCommandInput extends UpdateUserHierarchyRequest {
6
- }
7
- export interface UpdateUserHierarchyCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateUserHierarchyCommand extends $Command<UpdateUserHierarchyCommandInput, UpdateUserHierarchyCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: UpdateUserHierarchyCommandInput;
12
- constructor(input: UpdateUserHierarchyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateUserHierarchyCommandInput, UpdateUserHierarchyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateUserHierarchyGroupNameRequest } from "../models/models_1";
5
- export interface UpdateUserHierarchyGroupNameCommandInput extends UpdateUserHierarchyGroupNameRequest {
6
- }
7
- export interface UpdateUserHierarchyGroupNameCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateUserHierarchyGroupNameCommand extends $Command<UpdateUserHierarchyGroupNameCommandInput, UpdateUserHierarchyGroupNameCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: UpdateUserHierarchyGroupNameCommandInput;
12
- constructor(input: UpdateUserHierarchyGroupNameCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateUserHierarchyGroupNameCommandInput, UpdateUserHierarchyGroupNameCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateUserHierarchyStructureRequest } from "../models/models_1";
5
- export interface UpdateUserHierarchyStructureCommandInput extends UpdateUserHierarchyStructureRequest {
6
- }
7
- export interface UpdateUserHierarchyStructureCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateUserHierarchyStructureCommand extends $Command<UpdateUserHierarchyStructureCommandInput, UpdateUserHierarchyStructureCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: UpdateUserHierarchyStructureCommandInput;
12
- constructor(input: UpdateUserHierarchyStructureCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateUserHierarchyStructureCommandInput, UpdateUserHierarchyStructureCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateUserIdentityInfoRequest } from "../models/models_1";
5
- export interface UpdateUserIdentityInfoCommandInput extends UpdateUserIdentityInfoRequest {
6
- }
7
- export interface UpdateUserIdentityInfoCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateUserIdentityInfoCommand extends $Command<UpdateUserIdentityInfoCommandInput, UpdateUserIdentityInfoCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: UpdateUserIdentityInfoCommandInput;
12
- constructor(input: UpdateUserIdentityInfoCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateUserIdentityInfoCommandInput, UpdateUserIdentityInfoCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateUserPhoneConfigRequest } from "../models/models_1";
5
- export interface UpdateUserPhoneConfigCommandInput extends UpdateUserPhoneConfigRequest {
6
- }
7
- export interface UpdateUserPhoneConfigCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateUserPhoneConfigCommand extends $Command<UpdateUserPhoneConfigCommandInput, UpdateUserPhoneConfigCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: UpdateUserPhoneConfigCommandInput;
12
- constructor(input: UpdateUserPhoneConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateUserPhoneConfigCommandInput, UpdateUserPhoneConfigCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateUserRoutingProfileRequest } from "../models/models_1";
5
- export interface UpdateUserRoutingProfileCommandInput extends UpdateUserRoutingProfileRequest {
6
- }
7
- export interface UpdateUserRoutingProfileCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateUserRoutingProfileCommand extends $Command<UpdateUserRoutingProfileCommandInput, UpdateUserRoutingProfileCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: UpdateUserRoutingProfileCommandInput;
12
- constructor(input: UpdateUserRoutingProfileCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateUserRoutingProfileCommandInput, UpdateUserRoutingProfileCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { UpdateUserSecurityProfilesRequest } from "../models/models_1";
5
- export interface UpdateUserSecurityProfilesCommandInput extends UpdateUserSecurityProfilesRequest {
6
- }
7
- export interface UpdateUserSecurityProfilesCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateUserSecurityProfilesCommand extends $Command<UpdateUserSecurityProfilesCommandInput, UpdateUserSecurityProfilesCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: UpdateUserSecurityProfilesCommandInput;
12
- constructor(input: UpdateUserSecurityProfilesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateUserSecurityProfilesCommandInput, UpdateUserSecurityProfilesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,128 +0,0 @@
1
- export * from "./AssociateApprovedOriginCommand";
2
- export * from "./AssociateBotCommand";
3
- export * from "./AssociateInstanceStorageConfigCommand";
4
- export * from "./AssociateLambdaFunctionCommand";
5
- export * from "./AssociateLexBotCommand";
6
- export * from "./AssociateQueueQuickConnectsCommand";
7
- export * from "./AssociateRoutingProfileQueuesCommand";
8
- export * from "./AssociateSecurityKeyCommand";
9
- export * from "./CreateAgentStatusCommand";
10
- export * from "./CreateContactFlowCommand";
11
- export * from "./CreateContactFlowModuleCommand";
12
- export * from "./CreateHoursOfOperationCommand";
13
- export * from "./CreateInstanceCommand";
14
- export * from "./CreateIntegrationAssociationCommand";
15
- export * from "./CreateQueueCommand";
16
- export * from "./CreateQuickConnectCommand";
17
- export * from "./CreateRoutingProfileCommand";
18
- export * from "./CreateSecurityProfileCommand";
19
- export * from "./CreateUseCaseCommand";
20
- export * from "./CreateUserCommand";
21
- export * from "./CreateUserHierarchyGroupCommand";
22
- export * from "./DeleteContactFlowCommand";
23
- export * from "./DeleteContactFlowModuleCommand";
24
- export * from "./DeleteHoursOfOperationCommand";
25
- export * from "./DeleteInstanceCommand";
26
- export * from "./DeleteIntegrationAssociationCommand";
27
- export * from "./DeleteQuickConnectCommand";
28
- export * from "./DeleteSecurityProfileCommand";
29
- export * from "./DeleteUseCaseCommand";
30
- export * from "./DeleteUserCommand";
31
- export * from "./DeleteUserHierarchyGroupCommand";
32
- export * from "./DescribeAgentStatusCommand";
33
- export * from "./DescribeContactCommand";
34
- export * from "./DescribeContactFlowCommand";
35
- export * from "./DescribeContactFlowModuleCommand";
36
- export * from "./DescribeHoursOfOperationCommand";
37
- export * from "./DescribeInstanceAttributeCommand";
38
- export * from "./DescribeInstanceCommand";
39
- export * from "./DescribeInstanceStorageConfigCommand";
40
- export * from "./DescribeQueueCommand";
41
- export * from "./DescribeQuickConnectCommand";
42
- export * from "./DescribeRoutingProfileCommand";
43
- export * from "./DescribeSecurityProfileCommand";
44
- export * from "./DescribeUserCommand";
45
- export * from "./DescribeUserHierarchyGroupCommand";
46
- export * from "./DescribeUserHierarchyStructureCommand";
47
- export * from "./DisassociateApprovedOriginCommand";
48
- export * from "./DisassociateBotCommand";
49
- export * from "./DisassociateInstanceStorageConfigCommand";
50
- export * from "./DisassociateLambdaFunctionCommand";
51
- export * from "./DisassociateLexBotCommand";
52
- export * from "./DisassociateQueueQuickConnectsCommand";
53
- export * from "./DisassociateRoutingProfileQueuesCommand";
54
- export * from "./DisassociateSecurityKeyCommand";
55
- export * from "./GetContactAttributesCommand";
56
- export * from "./GetCurrentMetricDataCommand";
57
- export * from "./GetFederationTokenCommand";
58
- export * from "./GetMetricDataCommand";
59
- export * from "./ListAgentStatusesCommand";
60
- export * from "./ListApprovedOriginsCommand";
61
- export * from "./ListBotsCommand";
62
- export * from "./ListContactFlowModulesCommand";
63
- export * from "./ListContactFlowsCommand";
64
- export * from "./ListContactReferencesCommand";
65
- export * from "./ListHoursOfOperationsCommand";
66
- export * from "./ListInstanceAttributesCommand";
67
- export * from "./ListInstanceStorageConfigsCommand";
68
- export * from "./ListInstancesCommand";
69
- export * from "./ListIntegrationAssociationsCommand";
70
- export * from "./ListLambdaFunctionsCommand";
71
- export * from "./ListLexBotsCommand";
72
- export * from "./ListPhoneNumbersCommand";
73
- export * from "./ListPromptsCommand";
74
- export * from "./ListQueueQuickConnectsCommand";
75
- export * from "./ListQueuesCommand";
76
- export * from "./ListQuickConnectsCommand";
77
- export * from "./ListRoutingProfileQueuesCommand";
78
- export * from "./ListRoutingProfilesCommand";
79
- export * from "./ListSecurityKeysCommand";
80
- export * from "./ListSecurityProfilePermissionsCommand";
81
- export * from "./ListSecurityProfilesCommand";
82
- export * from "./ListTagsForResourceCommand";
83
- export * from "./ListUseCasesCommand";
84
- export * from "./ListUserHierarchyGroupsCommand";
85
- export * from "./ListUsersCommand";
86
- export * from "./ResumeContactRecordingCommand";
87
- export * from "./StartChatContactCommand";
88
- export * from "./StartContactRecordingCommand";
89
- export * from "./StartContactStreamingCommand";
90
- export * from "./StartOutboundVoiceContactCommand";
91
- export * from "./StartTaskContactCommand";
92
- export * from "./StopContactCommand";
93
- export * from "./StopContactRecordingCommand";
94
- export * from "./StopContactStreamingCommand";
95
- export * from "./SuspendContactRecordingCommand";
96
- export * from "./TagResourceCommand";
97
- export * from "./UntagResourceCommand";
98
- export * from "./UpdateAgentStatusCommand";
99
- export * from "./UpdateContactAttributesCommand";
100
- export * from "./UpdateContactCommand";
101
- export * from "./UpdateContactFlowContentCommand";
102
- export * from "./UpdateContactFlowMetadataCommand";
103
- export * from "./UpdateContactFlowModuleContentCommand";
104
- export * from "./UpdateContactFlowModuleMetadataCommand";
105
- export * from "./UpdateContactFlowNameCommand";
106
- export * from "./UpdateContactScheduleCommand";
107
- export * from "./UpdateHoursOfOperationCommand";
108
- export * from "./UpdateInstanceAttributeCommand";
109
- export * from "./UpdateInstanceStorageConfigCommand";
110
- export * from "./UpdateQueueHoursOfOperationCommand";
111
- export * from "./UpdateQueueMaxContactsCommand";
112
- export * from "./UpdateQueueNameCommand";
113
- export * from "./UpdateQueueOutboundCallerConfigCommand";
114
- export * from "./UpdateQueueStatusCommand";
115
- export * from "./UpdateQuickConnectConfigCommand";
116
- export * from "./UpdateQuickConnectNameCommand";
117
- export * from "./UpdateRoutingProfileConcurrencyCommand";
118
- export * from "./UpdateRoutingProfileDefaultOutboundQueueCommand";
119
- export * from "./UpdateRoutingProfileNameCommand";
120
- export * from "./UpdateRoutingProfileQueuesCommand";
121
- export * from "./UpdateSecurityProfileCommand";
122
- export * from "./UpdateUserHierarchyCommand";
123
- export * from "./UpdateUserHierarchyGroupNameCommand";
124
- export * from "./UpdateUserHierarchyStructureCommand";
125
- export * from "./UpdateUserIdentityInfoCommand";
126
- export * from "./UpdateUserPhoneConfigCommand";
127
- export * from "./UpdateUserRoutingProfileCommand";
128
- export * from "./UpdateUserSecurityProfilesCommand";
@@ -1,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,5 +0,0 @@
1
- export * from "./Connect";
2
- export * from "./ConnectClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
@@ -1,2 +0,0 @@
1
- export * from "./models_0";
2
- export * from "./models_1";