@aws-sdk/client-connect 3.169.0 → 3.171.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 (210) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Connect.d.ts +2640 -775
  3. package/dist-types/ts3.4/ConnectClient.d.ts +1028 -227
  4. package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +30 -17
  6. package/dist-types/ts3.4/commands/AssociateDefaultVocabularyCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +30 -17
  10. package/dist-types/ts3.4/commands/AssociatePhoneNumberContactFlowCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/ClaimPhoneNumberCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/CreateTaskTemplateCommand.d.ts +36 -17
  26. package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +31 -17
  31. package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +30 -17
  34. package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +31 -17
  36. package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +36 -17
  38. package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +30 -17
  39. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +30 -17
  40. package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +35 -17
  49. package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/DescribePhoneNumberCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +35 -17
  52. package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +39 -17
  54. package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +32 -17
  56. package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/DescribeVocabularyCommand.d.ts +36 -17
  59. package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +35 -17
  60. package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +30 -17
  61. package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +35 -17
  62. package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +35 -17
  63. package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +31 -17
  64. package/dist-types/ts3.4/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +35 -17
  65. package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +35 -17
  66. package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +35 -17
  67. package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +35 -17
  68. package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +39 -17
  70. package/dist-types/ts3.4/commands/GetCurrentUserDataCommand.d.ts +36 -17
  71. package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +36 -17
  72. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +35 -17
  73. package/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +35 -17
  74. package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +35 -17
  75. package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +36 -17
  76. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +32 -17
  77. package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +39 -17
  78. package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +35 -17
  79. package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +39 -17
  80. package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +39 -17
  81. package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +39 -17
  82. package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +39 -17
  83. package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +39 -17
  84. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +35 -17
  85. package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +39 -17
  86. package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +36 -17
  87. package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +32 -17
  88. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +35 -17
  89. package/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +36 -17
  90. package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +32 -17
  91. package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +39 -17
  92. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +32 -17
  93. package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +36 -17
  94. package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +39 -17
  95. package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +36 -17
  96. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +35 -17
  97. package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +39 -17
  98. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +39 -17
  99. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  100. package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +36 -17
  101. package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +32 -17
  102. package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +39 -17
  103. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +32 -17
  104. package/dist-types/ts3.4/commands/PutUserStatusCommand.d.ts +35 -17
  105. package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +31 -17
  106. package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +39 -17
  107. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +39 -17
  108. package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +32 -17
  109. package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +39 -17
  110. package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +39 -17
  111. package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +32 -17
  112. package/dist-types/ts3.4/commands/SearchVocabulariesCommand.d.ts +36 -17
  113. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +35 -17
  114. package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +39 -17
  115. package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +39 -17
  116. package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +39 -17
  117. package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +35 -17
  118. package/dist-types/ts3.4/commands/StopContactCommand.d.ts +32 -17
  119. package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +39 -17
  120. package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +39 -17
  121. package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +39 -17
  122. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  123. package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +35 -17
  124. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  125. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +31 -17
  126. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +39 -17
  127. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +35 -17
  128. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +35 -17
  129. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +35 -17
  130. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +39 -17
  131. package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +39 -17
  132. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +34 -17
  133. package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +39 -17
  134. package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +34 -17
  135. package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +35 -17
  136. package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +35 -17
  137. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +36 -17
  138. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +35 -17
  139. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +34 -17
  140. package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +30 -17
  141. package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +35 -17
  142. package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +31 -17
  143. package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +35 -17
  144. package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +34 -17
  145. package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +35 -17
  146. package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +35 -17
  147. package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +35 -17
  148. package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +35 -17
  149. package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +34 -17
  150. package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +36 -17
  151. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +31 -17
  152. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +35 -17
  153. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +35 -17
  154. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +34 -17
  155. package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +34 -17
  156. package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +35 -17
  157. package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +35 -17
  158. package/dist-types/ts3.4/commands/index.d.ts +154 -154
  159. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  160. package/dist-types/ts3.4/index.d.ts +6 -6
  161. package/dist-types/ts3.4/models/ConnectServiceException.d.ts +7 -6
  162. package/dist-types/ts3.4/models/index.d.ts +2 -2
  163. package/dist-types/ts3.4/models/models_0.d.ts +2666 -3313
  164. package/dist-types/ts3.4/models/models_1.d.ts +1166 -1485
  165. package/dist-types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +11 -4
  166. package/dist-types/ts3.4/pagination/GetCurrentUserDataPaginator.d.ts +11 -4
  167. package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +11 -4
  168. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  169. package/dist-types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +11 -4
  170. package/dist-types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +11 -4
  171. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +11 -4
  172. package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +11 -4
  173. package/dist-types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +11 -4
  174. package/dist-types/ts3.4/pagination/ListContactReferencesPaginator.d.ts +11 -4
  175. package/dist-types/ts3.4/pagination/ListDefaultVocabulariesPaginator.d.ts +11 -4
  176. package/dist-types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +11 -4
  177. package/dist-types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +11 -4
  178. package/dist-types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +11 -4
  179. package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +11 -4
  180. package/dist-types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +11 -4
  181. package/dist-types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +11 -4
  182. package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +11 -4
  183. package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +11 -4
  184. package/dist-types/ts3.4/pagination/ListPhoneNumbersV2Paginator.d.ts +11 -4
  185. package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +11 -4
  186. package/dist-types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +11 -4
  187. package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +11 -4
  188. package/dist-types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +11 -4
  189. package/dist-types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +11 -4
  190. package/dist-types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +11 -4
  191. package/dist-types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +11 -4
  192. package/dist-types/ts3.4/pagination/ListSecurityProfilePermissionsPaginator.d.ts +11 -4
  193. package/dist-types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +11 -4
  194. package/dist-types/ts3.4/pagination/ListTaskTemplatesPaginator.d.ts +11 -4
  195. package/dist-types/ts3.4/pagination/ListUseCasesPaginator.d.ts +11 -4
  196. package/dist-types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +11 -4
  197. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
  198. package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +11 -4
  199. package/dist-types/ts3.4/pagination/SearchQueuesPaginator.d.ts +11 -4
  200. package/dist-types/ts3.4/pagination/SearchRoutingProfilesPaginator.d.ts +11 -4
  201. package/dist-types/ts3.4/pagination/SearchSecurityProfilesPaginator.d.ts +11 -4
  202. package/dist-types/ts3.4/pagination/SearchUsersPaginator.d.ts +11 -4
  203. package/dist-types/ts3.4/pagination/SearchVocabulariesPaginator.d.ts +11 -4
  204. package/dist-types/ts3.4/pagination/index.d.ts +39 -39
  205. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1853 -464
  206. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  207. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  208. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  209. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  210. package/package.json +34 -34
@@ -1,17 +1,30 @@
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 { DisassociateBotRequest } from "../models/models_0";
5
- export interface DisassociateBotCommandInput extends DisassociateBotRequest {
6
- }
7
- export interface DisassociateBotCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateBotCommand extends $Command<DisassociateBotCommandInput, DisassociateBotCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: DisassociateBotCommandInput;
12
- constructor(input: DisassociateBotCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateBotCommandInput, DisassociateBotCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ConnectClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ConnectClient";
13
+ import { DisassociateBotRequest } from "../models/models_0";
14
+ export interface DisassociateBotCommandInput extends DisassociateBotRequest {}
15
+ export interface DisassociateBotCommandOutput extends __MetadataBearer {}
16
+ export declare class DisassociateBotCommand extends $Command<
17
+ DisassociateBotCommandInput,
18
+ DisassociateBotCommandOutput,
19
+ ConnectClientResolvedConfig
20
+ > {
21
+ readonly input: DisassociateBotCommandInput;
22
+ constructor(input: DisassociateBotCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: ConnectClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DisassociateBotCommandInput, DisassociateBotCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,35 @@
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 { DisassociateInstanceStorageConfigRequest } from "../models/models_0";
5
- export interface DisassociateInstanceStorageConfigCommandInput extends DisassociateInstanceStorageConfigRequest {
6
- }
7
- export interface DisassociateInstanceStorageConfigCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateInstanceStorageConfigCommand extends $Command<DisassociateInstanceStorageConfigCommandInput, DisassociateInstanceStorageConfigCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: DisassociateInstanceStorageConfigCommandInput;
12
- constructor(input: DisassociateInstanceStorageConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateInstanceStorageConfigCommandInput, DisassociateInstanceStorageConfigCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ConnectClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ConnectClient";
13
+ import { DisassociateInstanceStorageConfigRequest } from "../models/models_0";
14
+ export interface DisassociateInstanceStorageConfigCommandInput
15
+ extends DisassociateInstanceStorageConfigRequest {}
16
+ export interface DisassociateInstanceStorageConfigCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DisassociateInstanceStorageConfigCommand extends $Command<
19
+ DisassociateInstanceStorageConfigCommandInput,
20
+ DisassociateInstanceStorageConfigCommandOutput,
21
+ ConnectClientResolvedConfig
22
+ > {
23
+ readonly input: DisassociateInstanceStorageConfigCommandInput;
24
+ constructor(input: DisassociateInstanceStorageConfigCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ConnectClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DisassociateInstanceStorageConfigCommandInput,
31
+ DisassociateInstanceStorageConfigCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
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 { DisassociateLambdaFunctionRequest } from "../models/models_0";
5
- export interface DisassociateLambdaFunctionCommandInput extends DisassociateLambdaFunctionRequest {
6
- }
7
- export interface DisassociateLambdaFunctionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateLambdaFunctionCommand extends $Command<DisassociateLambdaFunctionCommandInput, DisassociateLambdaFunctionCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: DisassociateLambdaFunctionCommandInput;
12
- constructor(input: DisassociateLambdaFunctionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateLambdaFunctionCommandInput, DisassociateLambdaFunctionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ConnectClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ConnectClient";
13
+ import { DisassociateLambdaFunctionRequest } from "../models/models_0";
14
+ export interface DisassociateLambdaFunctionCommandInput
15
+ extends DisassociateLambdaFunctionRequest {}
16
+ export interface DisassociateLambdaFunctionCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DisassociateLambdaFunctionCommand extends $Command<
19
+ DisassociateLambdaFunctionCommandInput,
20
+ DisassociateLambdaFunctionCommandOutput,
21
+ ConnectClientResolvedConfig
22
+ > {
23
+ readonly input: DisassociateLambdaFunctionCommandInput;
24
+ constructor(input: DisassociateLambdaFunctionCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ConnectClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DisassociateLambdaFunctionCommandInput,
31
+ DisassociateLambdaFunctionCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,31 @@
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 { DisassociateLexBotRequest } from "../models/models_0";
5
- export interface DisassociateLexBotCommandInput extends DisassociateLexBotRequest {
6
- }
7
- export interface DisassociateLexBotCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateLexBotCommand extends $Command<DisassociateLexBotCommandInput, DisassociateLexBotCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: DisassociateLexBotCommandInput;
12
- constructor(input: DisassociateLexBotCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateLexBotCommandInput, DisassociateLexBotCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ConnectClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ConnectClient";
13
+ import { DisassociateLexBotRequest } from "../models/models_0";
14
+ export interface DisassociateLexBotCommandInput
15
+ extends DisassociateLexBotRequest {}
16
+ export interface DisassociateLexBotCommandOutput extends __MetadataBearer {}
17
+ export declare class DisassociateLexBotCommand extends $Command<
18
+ DisassociateLexBotCommandInput,
19
+ DisassociateLexBotCommandOutput,
20
+ ConnectClientResolvedConfig
21
+ > {
22
+ readonly input: DisassociateLexBotCommandInput;
23
+ constructor(input: DisassociateLexBotCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: ConnectClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<DisassociateLexBotCommandInput, DisassociateLexBotCommandOutput>;
29
+ private serialize;
30
+ private deserialize;
31
+ }
@@ -1,17 +1,35 @@
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 { DisassociatePhoneNumberContactFlowRequest } from "../models/models_0";
5
- export interface DisassociatePhoneNumberContactFlowCommandInput extends DisassociatePhoneNumberContactFlowRequest {
6
- }
7
- export interface DisassociatePhoneNumberContactFlowCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociatePhoneNumberContactFlowCommand extends $Command<DisassociatePhoneNumberContactFlowCommandInput, DisassociatePhoneNumberContactFlowCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: DisassociatePhoneNumberContactFlowCommandInput;
12
- constructor(input: DisassociatePhoneNumberContactFlowCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociatePhoneNumberContactFlowCommandInput, DisassociatePhoneNumberContactFlowCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ConnectClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ConnectClient";
13
+ import { DisassociatePhoneNumberContactFlowRequest } from "../models/models_0";
14
+ export interface DisassociatePhoneNumberContactFlowCommandInput
15
+ extends DisassociatePhoneNumberContactFlowRequest {}
16
+ export interface DisassociatePhoneNumberContactFlowCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DisassociatePhoneNumberContactFlowCommand extends $Command<
19
+ DisassociatePhoneNumberContactFlowCommandInput,
20
+ DisassociatePhoneNumberContactFlowCommandOutput,
21
+ ConnectClientResolvedConfig
22
+ > {
23
+ readonly input: DisassociatePhoneNumberContactFlowCommandInput;
24
+ constructor(input: DisassociatePhoneNumberContactFlowCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ConnectClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DisassociatePhoneNumberContactFlowCommandInput,
31
+ DisassociatePhoneNumberContactFlowCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
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 { DisassociateQueueQuickConnectsRequest } from "../models/models_0";
5
- export interface DisassociateQueueQuickConnectsCommandInput extends DisassociateQueueQuickConnectsRequest {
6
- }
7
- export interface DisassociateQueueQuickConnectsCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateQueueQuickConnectsCommand extends $Command<DisassociateQueueQuickConnectsCommandInput, DisassociateQueueQuickConnectsCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: DisassociateQueueQuickConnectsCommandInput;
12
- constructor(input: DisassociateQueueQuickConnectsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateQueueQuickConnectsCommandInput, DisassociateQueueQuickConnectsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ConnectClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ConnectClient";
13
+ import { DisassociateQueueQuickConnectsRequest } from "../models/models_0";
14
+ export interface DisassociateQueueQuickConnectsCommandInput
15
+ extends DisassociateQueueQuickConnectsRequest {}
16
+ export interface DisassociateQueueQuickConnectsCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DisassociateQueueQuickConnectsCommand extends $Command<
19
+ DisassociateQueueQuickConnectsCommandInput,
20
+ DisassociateQueueQuickConnectsCommandOutput,
21
+ ConnectClientResolvedConfig
22
+ > {
23
+ readonly input: DisassociateQueueQuickConnectsCommandInput;
24
+ constructor(input: DisassociateQueueQuickConnectsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ConnectClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DisassociateQueueQuickConnectsCommandInput,
31
+ DisassociateQueueQuickConnectsCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
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 { DisassociateRoutingProfileQueuesRequest } from "../models/models_0";
5
- export interface DisassociateRoutingProfileQueuesCommandInput extends DisassociateRoutingProfileQueuesRequest {
6
- }
7
- export interface DisassociateRoutingProfileQueuesCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateRoutingProfileQueuesCommand extends $Command<DisassociateRoutingProfileQueuesCommandInput, DisassociateRoutingProfileQueuesCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: DisassociateRoutingProfileQueuesCommandInput;
12
- constructor(input: DisassociateRoutingProfileQueuesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateRoutingProfileQueuesCommandInput, DisassociateRoutingProfileQueuesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ConnectClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ConnectClient";
13
+ import { DisassociateRoutingProfileQueuesRequest } from "../models/models_0";
14
+ export interface DisassociateRoutingProfileQueuesCommandInput
15
+ extends DisassociateRoutingProfileQueuesRequest {}
16
+ export interface DisassociateRoutingProfileQueuesCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DisassociateRoutingProfileQueuesCommand extends $Command<
19
+ DisassociateRoutingProfileQueuesCommandInput,
20
+ DisassociateRoutingProfileQueuesCommandOutput,
21
+ ConnectClientResolvedConfig
22
+ > {
23
+ readonly input: DisassociateRoutingProfileQueuesCommandInput;
24
+ constructor(input: DisassociateRoutingProfileQueuesCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ConnectClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DisassociateRoutingProfileQueuesCommandInput,
31
+ DisassociateRoutingProfileQueuesCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
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 { DisassociateSecurityKeyRequest } from "../models/models_0";
5
- export interface DisassociateSecurityKeyCommandInput extends DisassociateSecurityKeyRequest {
6
- }
7
- export interface DisassociateSecurityKeyCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateSecurityKeyCommand extends $Command<DisassociateSecurityKeyCommandInput, DisassociateSecurityKeyCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: DisassociateSecurityKeyCommandInput;
12
- constructor(input: DisassociateSecurityKeyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateSecurityKeyCommandInput, DisassociateSecurityKeyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ConnectClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ConnectClient";
13
+ import { DisassociateSecurityKeyRequest } from "../models/models_0";
14
+ export interface DisassociateSecurityKeyCommandInput
15
+ extends DisassociateSecurityKeyRequest {}
16
+ export interface DisassociateSecurityKeyCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DisassociateSecurityKeyCommand extends $Command<
19
+ DisassociateSecurityKeyCommandInput,
20
+ DisassociateSecurityKeyCommandOutput,
21
+ ConnectClientResolvedConfig
22
+ > {
23
+ readonly input: DisassociateSecurityKeyCommandInput;
24
+ constructor(input: DisassociateSecurityKeyCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ConnectClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DisassociateSecurityKeyCommandInput,
31
+ DisassociateSecurityKeyCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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 { GetContactAttributesRequest, GetContactAttributesResponse } from "../models/models_0";
5
- export interface GetContactAttributesCommandInput extends GetContactAttributesRequest {
6
- }
7
- export interface GetContactAttributesCommandOutput extends GetContactAttributesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetContactAttributesCommand extends $Command<GetContactAttributesCommandInput, GetContactAttributesCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: GetContactAttributesCommandInput;
12
- constructor(input: GetContactAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetContactAttributesCommandInput, GetContactAttributesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ConnectClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ConnectClient";
13
+ import {
14
+ GetContactAttributesRequest,
15
+ GetContactAttributesResponse,
16
+ } from "../models/models_0";
17
+ export interface GetContactAttributesCommandInput
18
+ extends GetContactAttributesRequest {}
19
+ export interface GetContactAttributesCommandOutput
20
+ extends GetContactAttributesResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetContactAttributesCommand extends $Command<
23
+ GetContactAttributesCommandInput,
24
+ GetContactAttributesCommandOutput,
25
+ ConnectClientResolvedConfig
26
+ > {
27
+ readonly input: GetContactAttributesCommandInput;
28
+ constructor(input: GetContactAttributesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ConnectClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetContactAttributesCommandInput,
35
+ GetContactAttributesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { GetCurrentMetricDataRequest, GetCurrentMetricDataResponse } from "../models/models_0";
5
- export interface GetCurrentMetricDataCommandInput extends GetCurrentMetricDataRequest {
6
- }
7
- export interface GetCurrentMetricDataCommandOutput extends GetCurrentMetricDataResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCurrentMetricDataCommand extends $Command<GetCurrentMetricDataCommandInput, GetCurrentMetricDataCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: GetCurrentMetricDataCommandInput;
12
- constructor(input: GetCurrentMetricDataCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCurrentMetricDataCommandInput, GetCurrentMetricDataCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ConnectClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ConnectClient";
13
+ import {
14
+ GetCurrentMetricDataRequest,
15
+ GetCurrentMetricDataResponse,
16
+ } from "../models/models_0";
17
+ export interface GetCurrentMetricDataCommandInput
18
+ extends GetCurrentMetricDataRequest {}
19
+ export interface GetCurrentMetricDataCommandOutput
20
+ extends GetCurrentMetricDataResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetCurrentMetricDataCommand extends $Command<
23
+ GetCurrentMetricDataCommandInput,
24
+ GetCurrentMetricDataCommandOutput,
25
+ ConnectClientResolvedConfig
26
+ > {
27
+ readonly input: GetCurrentMetricDataCommandInput;
28
+ constructor(input: GetCurrentMetricDataCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ConnectClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetCurrentMetricDataCommandInput,
35
+ GetCurrentMetricDataCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
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 { GetCurrentUserDataRequest, GetCurrentUserDataResponse } from "../models/models_0";
5
- export interface GetCurrentUserDataCommandInput extends GetCurrentUserDataRequest {
6
- }
7
- export interface GetCurrentUserDataCommandOutput extends GetCurrentUserDataResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCurrentUserDataCommand extends $Command<GetCurrentUserDataCommandInput, GetCurrentUserDataCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: GetCurrentUserDataCommandInput;
12
- constructor(input: GetCurrentUserDataCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCurrentUserDataCommandInput, GetCurrentUserDataCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ConnectClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ConnectClient";
13
+ import {
14
+ GetCurrentUserDataRequest,
15
+ GetCurrentUserDataResponse,
16
+ } from "../models/models_0";
17
+ export interface GetCurrentUserDataCommandInput
18
+ extends GetCurrentUserDataRequest {}
19
+ export interface GetCurrentUserDataCommandOutput
20
+ extends GetCurrentUserDataResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetCurrentUserDataCommand extends $Command<
23
+ GetCurrentUserDataCommandInput,
24
+ GetCurrentUserDataCommandOutput,
25
+ ConnectClientResolvedConfig
26
+ > {
27
+ readonly input: GetCurrentUserDataCommandInput;
28
+ constructor(input: GetCurrentUserDataCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ConnectClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<GetCurrentUserDataCommandInput, GetCurrentUserDataCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }