@aws-sdk/client-connect 3.169.0 → 3.170.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 +8 -0
  2. package/dist-types/ts3.4/Connect.d.ts +2794 -775
  3. package/dist-types/ts3.4/ConnectClient.d.ts +1053 -227
  4. package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/AssociateDefaultVocabularyCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/AssociatePhoneNumberContactFlowCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/ClaimPhoneNumberCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/CreateTaskTemplateCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +33 -17
  31. package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +36 -17
  33. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +33 -17
  36. package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +38 -17
  38. package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +37 -17
  49. package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/DescribePhoneNumberCommand.d.ts +38 -17
  51. package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +37 -17
  52. package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +34 -17
  56. package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/DescribeVocabularyCommand.d.ts +38 -17
  59. package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +37 -17
  60. package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +37 -17
  62. package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +33 -17
  64. package/dist-types/ts3.4/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +37 -17
  65. package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +37 -17
  68. package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/GetCurrentUserDataCommand.d.ts +38 -17
  71. package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +38 -17
  72. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +37 -17
  73. package/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +37 -17
  74. package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +37 -17
  75. package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +38 -17
  76. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +34 -17
  77. package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +41 -17
  78. package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +37 -17
  79. package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +41 -17
  80. package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +41 -17
  81. package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +41 -17
  82. package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +41 -17
  83. package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +41 -17
  84. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +37 -17
  85. package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +41 -17
  86. package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +38 -17
  87. package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +34 -17
  88. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +37 -17
  89. package/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +38 -17
  90. package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +34 -17
  91. package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +41 -17
  92. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +34 -17
  93. package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +38 -17
  94. package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +41 -17
  95. package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +38 -17
  96. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +37 -17
  97. package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +41 -17
  98. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +41 -17
  99. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  100. package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +38 -17
  101. package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +34 -17
  102. package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +41 -17
  103. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
  104. package/dist-types/ts3.4/commands/PutUserStatusCommand.d.ts +37 -17
  105. package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +33 -17
  106. package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +41 -17
  107. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +41 -17
  108. package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +34 -17
  109. package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +41 -17
  110. package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +41 -17
  111. package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +34 -17
  112. package/dist-types/ts3.4/commands/SearchVocabulariesCommand.d.ts +38 -17
  113. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +37 -17
  114. package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +41 -17
  115. package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +41 -17
  116. package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +41 -17
  117. package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +37 -17
  118. package/dist-types/ts3.4/commands/StopContactCommand.d.ts +34 -17
  119. package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +41 -17
  120. package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +41 -17
  121. package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +41 -17
  122. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  123. package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +37 -17
  124. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  125. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +33 -17
  126. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +41 -17
  127. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +37 -17
  128. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +37 -17
  129. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +37 -17
  130. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +41 -17
  131. package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +41 -17
  132. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +36 -17
  133. package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +41 -17
  134. package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +36 -17
  135. package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +37 -17
  136. package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +37 -17
  137. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +38 -17
  138. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +37 -17
  139. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +36 -17
  140. package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +32 -17
  141. package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +37 -17
  142. package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +33 -17
  143. package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +37 -17
  144. package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +36 -17
  145. package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +37 -17
  146. package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +37 -17
  147. package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +37 -17
  148. package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +37 -17
  149. package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +36 -17
  150. package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +38 -17
  151. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +33 -17
  152. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +37 -17
  153. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +37 -17
  154. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +36 -17
  155. package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +36 -17
  156. package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +37 -17
  157. package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +37 -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 +8 -6
  162. package/dist-types/ts3.4/models/index.d.ts +2 -2
  163. package/dist-types/ts3.4/models/models_0.d.ts +3558 -3313
  164. package/dist-types/ts3.4/models/models_1.d.ts +1647 -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 +66 -38
  207. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  208. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  209. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  210. package/package.json +34 -34
@@ -1,17 +1,38 @@
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 { CreateAgentStatusRequest, CreateAgentStatusResponse } from "../models/models_0";
5
- export interface CreateAgentStatusCommandInput extends CreateAgentStatusRequest {
6
- }
7
- export interface CreateAgentStatusCommandOutput extends CreateAgentStatusResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAgentStatusCommand extends $Command<CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: CreateAgentStatusCommandInput;
12
- constructor(input: CreateAgentStatusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput>;
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
+ CreateAgentStatusRequest,
15
+ CreateAgentStatusResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateAgentStatusCommandInput
18
+ extends CreateAgentStatusRequest {}
19
+ export interface CreateAgentStatusCommandOutput
20
+ extends CreateAgentStatusResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateAgentStatusCommand extends $Command<
24
+ CreateAgentStatusCommandInput,
25
+ CreateAgentStatusCommandOutput,
26
+ ConnectClientResolvedConfig
27
+ > {
28
+ readonly input: CreateAgentStatusCommandInput;
29
+ constructor(input: CreateAgentStatusCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ConnectClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,38 @@
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 { CreateContactFlowRequest, CreateContactFlowResponse } from "../models/models_0";
5
- export interface CreateContactFlowCommandInput extends CreateContactFlowRequest {
6
- }
7
- export interface CreateContactFlowCommandOutput extends CreateContactFlowResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateContactFlowCommand extends $Command<CreateContactFlowCommandInput, CreateContactFlowCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: CreateContactFlowCommandInput;
12
- constructor(input: CreateContactFlowCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateContactFlowCommandInput, CreateContactFlowCommandOutput>;
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
+ CreateContactFlowRequest,
15
+ CreateContactFlowResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateContactFlowCommandInput
18
+ extends CreateContactFlowRequest {}
19
+ export interface CreateContactFlowCommandOutput
20
+ extends CreateContactFlowResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateContactFlowCommand extends $Command<
24
+ CreateContactFlowCommandInput,
25
+ CreateContactFlowCommandOutput,
26
+ ConnectClientResolvedConfig
27
+ > {
28
+ readonly input: CreateContactFlowCommandInput;
29
+ constructor(input: CreateContactFlowCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ConnectClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateContactFlowCommandInput, CreateContactFlowCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
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 { CreateContactFlowModuleRequest, CreateContactFlowModuleResponse } from "../models/models_0";
5
- export interface CreateContactFlowModuleCommandInput extends CreateContactFlowModuleRequest {
6
- }
7
- export interface CreateContactFlowModuleCommandOutput extends CreateContactFlowModuleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateContactFlowModuleCommand extends $Command<CreateContactFlowModuleCommandInput, CreateContactFlowModuleCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: CreateContactFlowModuleCommandInput;
12
- constructor(input: CreateContactFlowModuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateContactFlowModuleCommandInput, CreateContactFlowModuleCommandOutput>;
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
+ CreateContactFlowModuleRequest,
15
+ CreateContactFlowModuleResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateContactFlowModuleCommandInput
18
+ extends CreateContactFlowModuleRequest {}
19
+ export interface CreateContactFlowModuleCommandOutput
20
+ extends CreateContactFlowModuleResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateContactFlowModuleCommand extends $Command<
24
+ CreateContactFlowModuleCommandInput,
25
+ CreateContactFlowModuleCommandOutput,
26
+ ConnectClientResolvedConfig
27
+ > {
28
+ readonly input: CreateContactFlowModuleCommandInput;
29
+ constructor(input: CreateContactFlowModuleCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ConnectClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateContactFlowModuleCommandInput,
37
+ CreateContactFlowModuleCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { CreateHoursOfOperationRequest, CreateHoursOfOperationResponse } from "../models/models_0";
5
- export interface CreateHoursOfOperationCommandInput extends CreateHoursOfOperationRequest {
6
- }
7
- export interface CreateHoursOfOperationCommandOutput extends CreateHoursOfOperationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateHoursOfOperationCommand extends $Command<CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: CreateHoursOfOperationCommandInput;
12
- constructor(input: CreateHoursOfOperationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput>;
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
+ CreateHoursOfOperationRequest,
15
+ CreateHoursOfOperationResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateHoursOfOperationCommandInput
18
+ extends CreateHoursOfOperationRequest {}
19
+ export interface CreateHoursOfOperationCommandOutput
20
+ extends CreateHoursOfOperationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateHoursOfOperationCommand extends $Command<
24
+ CreateHoursOfOperationCommandInput,
25
+ CreateHoursOfOperationCommandOutput,
26
+ ConnectClientResolvedConfig
27
+ > {
28
+ readonly input: CreateHoursOfOperationCommandInput;
29
+ constructor(input: CreateHoursOfOperationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ConnectClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateHoursOfOperationCommandInput,
37
+ CreateHoursOfOperationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { CreateInstanceRequest, CreateInstanceResponse } from "../models/models_0";
5
- export interface CreateInstanceCommandInput extends CreateInstanceRequest {
6
- }
7
- export interface CreateInstanceCommandOutput extends CreateInstanceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateInstanceCommand extends $Command<CreateInstanceCommandInput, CreateInstanceCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: CreateInstanceCommandInput;
12
- constructor(input: CreateInstanceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInstanceCommandInput, CreateInstanceCommandOutput>;
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
+ CreateInstanceRequest,
15
+ CreateInstanceResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateInstanceCommandInput extends CreateInstanceRequest {}
18
+ export interface CreateInstanceCommandOutput
19
+ extends CreateInstanceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateInstanceCommand extends $Command<
23
+ CreateInstanceCommandInput,
24
+ CreateInstanceCommandOutput,
25
+ ConnectClientResolvedConfig
26
+ > {
27
+ readonly input: CreateInstanceCommandInput;
28
+ constructor(input: CreateInstanceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ConnectClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateInstanceCommandInput, CreateInstanceCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { CreateIntegrationAssociationRequest, CreateIntegrationAssociationResponse } from "../models/models_0";
5
- export interface CreateIntegrationAssociationCommandInput extends CreateIntegrationAssociationRequest {
6
- }
7
- export interface CreateIntegrationAssociationCommandOutput extends CreateIntegrationAssociationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateIntegrationAssociationCommand extends $Command<CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: CreateIntegrationAssociationCommandInput;
12
- constructor(input: CreateIntegrationAssociationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationCommandOutput>;
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
+ CreateIntegrationAssociationRequest,
15
+ CreateIntegrationAssociationResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateIntegrationAssociationCommandInput
18
+ extends CreateIntegrationAssociationRequest {}
19
+ export interface CreateIntegrationAssociationCommandOutput
20
+ extends CreateIntegrationAssociationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateIntegrationAssociationCommand extends $Command<
24
+ CreateIntegrationAssociationCommandInput,
25
+ CreateIntegrationAssociationCommandOutput,
26
+ ConnectClientResolvedConfig
27
+ > {
28
+ readonly input: CreateIntegrationAssociationCommandInput;
29
+ constructor(input: CreateIntegrationAssociationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ConnectClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateIntegrationAssociationCommandInput,
37
+ CreateIntegrationAssociationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
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 { CreateQueueRequest, CreateQueueResponse } from "../models/models_0";
5
- export interface CreateQueueCommandInput extends CreateQueueRequest {
6
- }
7
- export interface CreateQueueCommandOutput extends CreateQueueResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateQueueCommand extends $Command<CreateQueueCommandInput, CreateQueueCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: CreateQueueCommandInput;
12
- constructor(input: CreateQueueCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateQueueCommandInput, CreateQueueCommandOutput>;
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 { CreateQueueRequest, CreateQueueResponse } from "../models/models_0";
14
+ export interface CreateQueueCommandInput extends CreateQueueRequest {}
15
+ export interface CreateQueueCommandOutput
16
+ extends CreateQueueResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateQueueCommand extends $Command<
20
+ CreateQueueCommandInput,
21
+ CreateQueueCommandOutput,
22
+ ConnectClientResolvedConfig
23
+ > {
24
+ readonly input: CreateQueueCommandInput;
25
+ constructor(input: CreateQueueCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ConnectClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateQueueCommandInput, CreateQueueCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,38 @@
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 { CreateQuickConnectRequest, CreateQuickConnectResponse } from "../models/models_0";
5
- export interface CreateQuickConnectCommandInput extends CreateQuickConnectRequest {
6
- }
7
- export interface CreateQuickConnectCommandOutput extends CreateQuickConnectResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateQuickConnectCommand extends $Command<CreateQuickConnectCommandInput, CreateQuickConnectCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: CreateQuickConnectCommandInput;
12
- constructor(input: CreateQuickConnectCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateQuickConnectCommandInput, CreateQuickConnectCommandOutput>;
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
+ CreateQuickConnectRequest,
15
+ CreateQuickConnectResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateQuickConnectCommandInput
18
+ extends CreateQuickConnectRequest {}
19
+ export interface CreateQuickConnectCommandOutput
20
+ extends CreateQuickConnectResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateQuickConnectCommand extends $Command<
24
+ CreateQuickConnectCommandInput,
25
+ CreateQuickConnectCommandOutput,
26
+ ConnectClientResolvedConfig
27
+ > {
28
+ readonly input: CreateQuickConnectCommandInput;
29
+ constructor(input: CreateQuickConnectCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ConnectClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateQuickConnectCommandInput, CreateQuickConnectCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
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 { CreateRoutingProfileRequest, CreateRoutingProfileResponse } from "../models/models_0";
5
- export interface CreateRoutingProfileCommandInput extends CreateRoutingProfileRequest {
6
- }
7
- export interface CreateRoutingProfileCommandOutput extends CreateRoutingProfileResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateRoutingProfileCommand extends $Command<CreateRoutingProfileCommandInput, CreateRoutingProfileCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: CreateRoutingProfileCommandInput;
12
- constructor(input: CreateRoutingProfileCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRoutingProfileCommandInput, CreateRoutingProfileCommandOutput>;
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
+ CreateRoutingProfileRequest,
15
+ CreateRoutingProfileResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateRoutingProfileCommandInput
18
+ extends CreateRoutingProfileRequest {}
19
+ export interface CreateRoutingProfileCommandOutput
20
+ extends CreateRoutingProfileResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateRoutingProfileCommand extends $Command<
24
+ CreateRoutingProfileCommandInput,
25
+ CreateRoutingProfileCommandOutput,
26
+ ConnectClientResolvedConfig
27
+ > {
28
+ readonly input: CreateRoutingProfileCommandInput;
29
+ constructor(input: CreateRoutingProfileCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ConnectClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateRoutingProfileCommandInput,
37
+ CreateRoutingProfileCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { CreateSecurityProfileRequest, CreateSecurityProfileResponse } from "../models/models_0";
5
- export interface CreateSecurityProfileCommandInput extends CreateSecurityProfileRequest {
6
- }
7
- export interface CreateSecurityProfileCommandOutput extends CreateSecurityProfileResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateSecurityProfileCommand extends $Command<CreateSecurityProfileCommandInput, CreateSecurityProfileCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: CreateSecurityProfileCommandInput;
12
- constructor(input: CreateSecurityProfileCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSecurityProfileCommandInput, CreateSecurityProfileCommandOutput>;
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
+ CreateSecurityProfileRequest,
15
+ CreateSecurityProfileResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateSecurityProfileCommandInput
18
+ extends CreateSecurityProfileRequest {}
19
+ export interface CreateSecurityProfileCommandOutput
20
+ extends CreateSecurityProfileResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateSecurityProfileCommand extends $Command<
24
+ CreateSecurityProfileCommandInput,
25
+ CreateSecurityProfileCommandOutput,
26
+ ConnectClientResolvedConfig
27
+ > {
28
+ readonly input: CreateSecurityProfileCommandInput;
29
+ constructor(input: CreateSecurityProfileCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ConnectClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateSecurityProfileCommandInput,
37
+ CreateSecurityProfileCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
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 { CreateTaskTemplateRequest, CreateTaskTemplateResponse } from "../models/models_0";
5
- export interface CreateTaskTemplateCommandInput extends CreateTaskTemplateRequest {
6
- }
7
- export interface CreateTaskTemplateCommandOutput extends CreateTaskTemplateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateTaskTemplateCommand extends $Command<CreateTaskTemplateCommandInput, CreateTaskTemplateCommandOutput, ConnectClientResolvedConfig> {
11
- readonly input: CreateTaskTemplateCommandInput;
12
- constructor(input: CreateTaskTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTaskTemplateCommandInput, CreateTaskTemplateCommandOutput>;
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
+ CreateTaskTemplateRequest,
15
+ CreateTaskTemplateResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateTaskTemplateCommandInput
18
+ extends CreateTaskTemplateRequest {}
19
+ export interface CreateTaskTemplateCommandOutput
20
+ extends CreateTaskTemplateResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateTaskTemplateCommand extends $Command<
24
+ CreateTaskTemplateCommandInput,
25
+ CreateTaskTemplateCommandOutput,
26
+ ConnectClientResolvedConfig
27
+ > {
28
+ readonly input: CreateTaskTemplateCommandInput;
29
+ constructor(input: CreateTaskTemplateCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ConnectClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateTaskTemplateCommandInput, CreateTaskTemplateCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }