@aws-sdk/client-connect 3.460.0 → 3.461.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 (153) hide show
  1. package/README.md +104 -0
  2. package/dist-cjs/Connect.js +26 -0
  3. package/dist-cjs/commands/AssociateAnalyticsDataSetCommand.js +51 -0
  4. package/dist-cjs/commands/AssociateFlowCommand.js +51 -0
  5. package/dist-cjs/commands/BatchAssociateAnalyticsDataSetCommand.js +51 -0
  6. package/dist-cjs/commands/BatchDisassociateAnalyticsDataSetCommand.js +51 -0
  7. package/dist-cjs/commands/DisassociateAnalyticsDataSetCommand.js +51 -0
  8. package/dist-cjs/commands/DisassociateFlowCommand.js +51 -0
  9. package/dist-cjs/commands/GetFlowAssociationCommand.js +51 -0
  10. package/dist-cjs/commands/ImportPhoneNumberCommand.js +51 -0
  11. package/dist-cjs/commands/ListAnalyticsDataAssociationsCommand.js +51 -0
  12. package/dist-cjs/commands/ListFlowAssociationsCommand.js +51 -0
  13. package/dist-cjs/commands/ListRealtimeContactAnalysisSegmentsV2Command.js +51 -0
  14. package/dist-cjs/commands/SendChatIntegrationEventCommand.js +51 -0
  15. package/dist-cjs/commands/StartWebRTCContactCommand.js +52 -0
  16. package/dist-cjs/commands/index.js +13 -0
  17. package/dist-cjs/models/models_0.js +11 -10
  18. package/dist-cjs/models/models_1.js +81 -51
  19. package/dist-cjs/models/models_2.js +72 -1
  20. package/dist-cjs/pagination/ListFlowAssociationsPaginator.js +29 -0
  21. package/dist-cjs/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.js +29 -0
  22. package/dist-cjs/pagination/index.js +2 -0
  23. package/dist-cjs/protocols/Aws_restJson1.js +1056 -31
  24. package/dist-es/Connect.js +26 -0
  25. package/dist-es/commands/AssociateAnalyticsDataSetCommand.js +47 -0
  26. package/dist-es/commands/AssociateFlowCommand.js +47 -0
  27. package/dist-es/commands/BatchAssociateAnalyticsDataSetCommand.js +47 -0
  28. package/dist-es/commands/BatchDisassociateAnalyticsDataSetCommand.js +47 -0
  29. package/dist-es/commands/DisassociateAnalyticsDataSetCommand.js +47 -0
  30. package/dist-es/commands/DisassociateFlowCommand.js +47 -0
  31. package/dist-es/commands/GetFlowAssociationCommand.js +47 -0
  32. package/dist-es/commands/ImportPhoneNumberCommand.js +47 -0
  33. package/dist-es/commands/ListAnalyticsDataAssociationsCommand.js +47 -0
  34. package/dist-es/commands/ListFlowAssociationsCommand.js +47 -0
  35. package/dist-es/commands/ListRealtimeContactAnalysisSegmentsV2Command.js +47 -0
  36. package/dist-es/commands/SendChatIntegrationEventCommand.js +47 -0
  37. package/dist-es/commands/StartWebRTCContactCommand.js +48 -0
  38. package/dist-es/commands/index.js +13 -0
  39. package/dist-es/models/models_0.js +9 -8
  40. package/dist-es/models/models_1.js +79 -47
  41. package/dist-es/models/models_2.js +65 -0
  42. package/dist-es/pagination/ListFlowAssociationsPaginator.js +25 -0
  43. package/dist-es/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.js +25 -0
  44. package/dist-es/pagination/index.js +2 -0
  45. package/dist-es/protocols/Aws_restJson1.js +1019 -21
  46. package/dist-types/Connect.d.ts +91 -0
  47. package/dist-types/ConnectClient.d.ts +15 -2
  48. package/dist-types/commands/AssociateAnalyticsDataSetCommand.d.ts +95 -0
  49. package/dist-types/commands/AssociateFlowCommand.d.ts +92 -0
  50. package/dist-types/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +107 -0
  51. package/dist-types/commands/BatchDisassociateAnalyticsDataSetCommand.d.ts +102 -0
  52. package/dist-types/commands/CreateRuleCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateUserCommand.d.ts +1 -3
  54. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +2 -1
  55. package/dist-types/commands/DescribeQuickConnectCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeRuleCommand.d.ts +2 -2
  58. package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeTrafficDistributionGroupCommand.d.ts +1 -2
  60. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  61. package/dist-types/commands/DisassociateAnalyticsDataSetCommand.d.ts +89 -0
  62. package/dist-types/commands/DisassociateFlowCommand.d.ts +91 -0
  63. package/dist-types/commands/GetFlowAssociationCommand.d.ts +95 -0
  64. package/dist-types/commands/ImportPhoneNumberCommand.d.ts +100 -0
  65. package/dist-types/commands/ListAnalyticsDataAssociationsCommand.d.ts +101 -0
  66. package/dist-types/commands/ListFlowAssociationsCommand.d.ts +101 -0
  67. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +2 -2
  68. package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +4 -2
  69. package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +185 -0
  70. package/dist-types/commands/ListRulesCommand.d.ts +2 -2
  71. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +1 -1
  72. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +2 -2
  73. package/dist-types/commands/SendChatIntegrationEventCommand.d.ts +125 -0
  74. package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
  75. package/dist-types/commands/StartContactEvaluationCommand.d.ts +1 -1
  76. package/dist-types/commands/StartContactRecordingCommand.d.ts +1 -1
  77. package/dist-types/commands/StartContactStreamingCommand.d.ts +1 -1
  78. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
  79. package/dist-types/commands/StartTaskContactCommand.d.ts +1 -1
  80. package/dist-types/commands/StartWebRTCContactCommand.d.ts +137 -0
  81. package/dist-types/commands/StopContactCommand.d.ts +1 -1
  82. package/dist-types/commands/StopContactRecordingCommand.d.ts +1 -1
  83. package/dist-types/commands/StopContactStreamingCommand.d.ts +1 -1
  84. package/dist-types/commands/SubmitContactEvaluationCommand.d.ts +1 -1
  85. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +1 -1
  86. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  87. package/dist-types/commands/TransferContactCommand.d.ts +1 -1
  88. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  89. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
  90. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +1 -1
  91. package/dist-types/commands/UpdateContactCommand.d.ts +1 -1
  92. package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +1 -1
  93. package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  94. package/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
  95. package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +1 -2
  96. package/dist-types/commands/index.d.ts +13 -0
  97. package/dist-types/models/models_0.d.ts +271 -381
  98. package/dist-types/models/models_1.d.ts +3355 -3077
  99. package/dist-types/models/models_2.d.ts +1427 -2
  100. package/dist-types/pagination/ListFlowAssociationsPaginator.d.ts +7 -0
  101. package/dist-types/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.d.ts +7 -0
  102. package/dist-types/pagination/index.d.ts +2 -0
  103. package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
  104. package/dist-types/ts3.4/Connect.d.ts +233 -0
  105. package/dist-types/ts3.4/ConnectClient.d.ts +78 -0
  106. package/dist-types/ts3.4/commands/AssociateAnalyticsDataSetCommand.d.ts +42 -0
  107. package/dist-types/ts3.4/commands/AssociateFlowCommand.d.ts +38 -0
  108. package/dist-types/ts3.4/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +42 -0
  109. package/dist-types/ts3.4/commands/BatchDisassociateAnalyticsDataSetCommand.d.ts +42 -0
  110. package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DescribeTrafficDistributionGroupCommand.d.ts +4 -2
  115. package/dist-types/ts3.4/commands/DisassociateAnalyticsDataSetCommand.d.ts +38 -0
  116. package/dist-types/ts3.4/commands/DisassociateFlowCommand.d.ts +38 -0
  117. package/dist-types/ts3.4/commands/GetFlowAssociationCommand.d.ts +39 -0
  118. package/dist-types/ts3.4/commands/ImportPhoneNumberCommand.d.ts +39 -0
  119. package/dist-types/ts3.4/commands/ListAnalyticsDataAssociationsCommand.d.ts +42 -0
  120. package/dist-types/ts3.4/commands/ListFlowAssociationsCommand.d.ts +42 -0
  121. package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +42 -0
  122. package/dist-types/ts3.4/commands/SendChatIntegrationEventCommand.d.ts +42 -0
  123. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/StartContactEvaluationCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/StartWebRTCContactCommand.d.ts +39 -0
  130. package/dist-types/ts3.4/commands/StopContactCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/SubmitContactEvaluationCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +1 -1
  141. package/dist-types/ts3.4/commands/UpdateContactEvaluationCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
  143. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +4 -2
  145. package/dist-types/ts3.4/commands/index.d.ts +13 -0
  146. package/dist-types/ts3.4/models/models_0.d.ts +69 -94
  147. package/dist-types/ts3.4/models/models_1.d.ts +388 -256
  148. package/dist-types/ts3.4/models/models_2.d.ts +334 -0
  149. package/dist-types/ts3.4/pagination/ListFlowAssociationsPaginator.d.ts +11 -0
  150. package/dist-types/ts3.4/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.d.ts +11 -0
  151. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  152. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
  153. package/package.json +3 -3
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import {
15
+ AssociateAnalyticsDataSetRequest,
16
+ AssociateAnalyticsDataSetResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface AssociateAnalyticsDataSetCommandInput
20
+ extends AssociateAnalyticsDataSetRequest {}
21
+ export interface AssociateAnalyticsDataSetCommandOutput
22
+ extends AssociateAnalyticsDataSetResponse,
23
+ __MetadataBearer {}
24
+ export declare class AssociateAnalyticsDataSetCommand extends $Command<
25
+ AssociateAnalyticsDataSetCommandInput,
26
+ AssociateAnalyticsDataSetCommandOutput,
27
+ ConnectClientResolvedConfig
28
+ > {
29
+ readonly input: AssociateAnalyticsDataSetCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: AssociateAnalyticsDataSetCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: ConnectClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ AssociateAnalyticsDataSetCommandInput,
38
+ AssociateAnalyticsDataSetCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import {
15
+ AssociateFlowRequest,
16
+ AssociateFlowResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface AssociateFlowCommandInput extends AssociateFlowRequest {}
20
+ export interface AssociateFlowCommandOutput
21
+ extends AssociateFlowResponse,
22
+ __MetadataBearer {}
23
+ export declare class AssociateFlowCommand extends $Command<
24
+ AssociateFlowCommandInput,
25
+ AssociateFlowCommandOutput,
26
+ ConnectClientResolvedConfig
27
+ > {
28
+ readonly input: AssociateFlowCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: AssociateFlowCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ConnectClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<AssociateFlowCommandInput, AssociateFlowCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import {
15
+ BatchAssociateAnalyticsDataSetRequest,
16
+ BatchAssociateAnalyticsDataSetResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface BatchAssociateAnalyticsDataSetCommandInput
20
+ extends BatchAssociateAnalyticsDataSetRequest {}
21
+ export interface BatchAssociateAnalyticsDataSetCommandOutput
22
+ extends BatchAssociateAnalyticsDataSetResponse,
23
+ __MetadataBearer {}
24
+ export declare class BatchAssociateAnalyticsDataSetCommand extends $Command<
25
+ BatchAssociateAnalyticsDataSetCommandInput,
26
+ BatchAssociateAnalyticsDataSetCommandOutput,
27
+ ConnectClientResolvedConfig
28
+ > {
29
+ readonly input: BatchAssociateAnalyticsDataSetCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: BatchAssociateAnalyticsDataSetCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: ConnectClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ BatchAssociateAnalyticsDataSetCommandInput,
38
+ BatchAssociateAnalyticsDataSetCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import {
15
+ BatchDisassociateAnalyticsDataSetRequest,
16
+ BatchDisassociateAnalyticsDataSetResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface BatchDisassociateAnalyticsDataSetCommandInput
20
+ extends BatchDisassociateAnalyticsDataSetRequest {}
21
+ export interface BatchDisassociateAnalyticsDataSetCommandOutput
22
+ extends BatchDisassociateAnalyticsDataSetResponse,
23
+ __MetadataBearer {}
24
+ export declare class BatchDisassociateAnalyticsDataSetCommand extends $Command<
25
+ BatchDisassociateAnalyticsDataSetCommandInput,
26
+ BatchDisassociateAnalyticsDataSetCommandOutput,
27
+ ConnectClientResolvedConfig
28
+ > {
29
+ readonly input: BatchDisassociateAnalyticsDataSetCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: BatchDisassociateAnalyticsDataSetCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: ConnectClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ BatchDisassociateAnalyticsDataSetCommandInput,
38
+ BatchDisassociateAnalyticsDataSetCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  DescribeQuickConnectRequest,
16
16
  DescribeQuickConnectResponse,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface DescribeQuickConnectCommandInput
20
20
  extends DescribeQuickConnectRequest {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  DescribeRoutingProfileRequest,
16
16
  DescribeRoutingProfileResponse,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface DescribeRoutingProfileCommandInput
20
20
  extends DescribeRoutingProfileRequest {}
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../ConnectClient";
14
- import { DescribeRuleRequest, DescribeRuleResponse } from "../models/models_0";
14
+ import { DescribeRuleRequest, DescribeRuleResponse } from "../models/models_1";
15
15
  export { __MetadataBearer, $Command };
16
16
  export interface DescribeRuleCommandInput extends DescribeRuleRequest {}
17
17
  export interface DescribeRuleCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  DescribeSecurityProfileRequest,
16
16
  DescribeSecurityProfileResponse,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface DescribeSecurityProfileCommandInput
20
20
  extends DescribeSecurityProfileRequest {}
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../ConnectClient";
14
- import { DescribeTrafficDistributionGroupRequest } from "../models/models_0";
15
- import { DescribeTrafficDistributionGroupResponse } from "../models/models_1";
14
+ import {
15
+ DescribeTrafficDistributionGroupRequest,
16
+ DescribeTrafficDistributionGroupResponse,
17
+ } from "../models/models_1";
16
18
  export { __MetadataBearer, $Command };
17
19
  export interface DescribeTrafficDistributionGroupCommandInput
18
20
  extends DescribeTrafficDistributionGroupRequest {}
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import { DisassociateAnalyticsDataSetRequest } from "../models/models_1";
15
+ export { __MetadataBearer, $Command };
16
+ export interface DisassociateAnalyticsDataSetCommandInput
17
+ extends DisassociateAnalyticsDataSetRequest {}
18
+ export interface DisassociateAnalyticsDataSetCommandOutput
19
+ extends __MetadataBearer {}
20
+ export declare class DisassociateAnalyticsDataSetCommand extends $Command<
21
+ DisassociateAnalyticsDataSetCommandInput,
22
+ DisassociateAnalyticsDataSetCommandOutput,
23
+ ConnectClientResolvedConfig
24
+ > {
25
+ readonly input: DisassociateAnalyticsDataSetCommandInput;
26
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
+ constructor(input: DisassociateAnalyticsDataSetCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ConnectClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<
33
+ DisassociateAnalyticsDataSetCommandInput,
34
+ DisassociateAnalyticsDataSetCommandOutput
35
+ >;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import {
15
+ DisassociateFlowRequest,
16
+ DisassociateFlowResponse,
17
+ } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DisassociateFlowCommandInput extends DisassociateFlowRequest {}
20
+ export interface DisassociateFlowCommandOutput
21
+ extends DisassociateFlowResponse,
22
+ __MetadataBearer {}
23
+ export declare class DisassociateFlowCommand extends $Command<
24
+ DisassociateFlowCommandInput,
25
+ DisassociateFlowCommandOutput,
26
+ ConnectClientResolvedConfig
27
+ > {
28
+ readonly input: DisassociateFlowCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: DisassociateFlowCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ConnectClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DisassociateFlowCommandInput, DisassociateFlowCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import {
15
+ GetFlowAssociationRequest,
16
+ GetFlowAssociationResponse,
17
+ } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
19
+ export interface GetFlowAssociationCommandInput
20
+ extends GetFlowAssociationRequest {}
21
+ export interface GetFlowAssociationCommandOutput
22
+ extends GetFlowAssociationResponse,
23
+ __MetadataBearer {}
24
+ export declare class GetFlowAssociationCommand extends $Command<
25
+ GetFlowAssociationCommandInput,
26
+ GetFlowAssociationCommandOutput,
27
+ ConnectClientResolvedConfig
28
+ > {
29
+ readonly input: GetFlowAssociationCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: GetFlowAssociationCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: ConnectClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<GetFlowAssociationCommandInput, GetFlowAssociationCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import {
15
+ ImportPhoneNumberRequest,
16
+ ImportPhoneNumberResponse,
17
+ } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ImportPhoneNumberCommandInput
20
+ extends ImportPhoneNumberRequest {}
21
+ export interface ImportPhoneNumberCommandOutput
22
+ extends ImportPhoneNumberResponse,
23
+ __MetadataBearer {}
24
+ export declare class ImportPhoneNumberCommand extends $Command<
25
+ ImportPhoneNumberCommandInput,
26
+ ImportPhoneNumberCommandOutput,
27
+ ConnectClientResolvedConfig
28
+ > {
29
+ readonly input: ImportPhoneNumberCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: ImportPhoneNumberCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: ConnectClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<ImportPhoneNumberCommandInput, ImportPhoneNumberCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import {
15
+ ListAnalyticsDataAssociationsRequest,
16
+ ListAnalyticsDataAssociationsResponse,
17
+ } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ListAnalyticsDataAssociationsCommandInput
20
+ extends ListAnalyticsDataAssociationsRequest {}
21
+ export interface ListAnalyticsDataAssociationsCommandOutput
22
+ extends ListAnalyticsDataAssociationsResponse,
23
+ __MetadataBearer {}
24
+ export declare class ListAnalyticsDataAssociationsCommand extends $Command<
25
+ ListAnalyticsDataAssociationsCommandInput,
26
+ ListAnalyticsDataAssociationsCommandOutput,
27
+ ConnectClientResolvedConfig
28
+ > {
29
+ readonly input: ListAnalyticsDataAssociationsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: ListAnalyticsDataAssociationsCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: ConnectClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ ListAnalyticsDataAssociationsCommandInput,
38
+ ListAnalyticsDataAssociationsCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import {
15
+ ListFlowAssociationsRequest,
16
+ ListFlowAssociationsResponse,
17
+ } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ListFlowAssociationsCommandInput
20
+ extends ListFlowAssociationsRequest {}
21
+ export interface ListFlowAssociationsCommandOutput
22
+ extends ListFlowAssociationsResponse,
23
+ __MetadataBearer {}
24
+ export declare class ListFlowAssociationsCommand extends $Command<
25
+ ListFlowAssociationsCommandInput,
26
+ ListFlowAssociationsCommandOutput,
27
+ ConnectClientResolvedConfig
28
+ > {
29
+ readonly input: ListFlowAssociationsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: ListFlowAssociationsCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: ConnectClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ ListFlowAssociationsCommandInput,
38
+ ListFlowAssociationsCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import {
15
+ ListRealtimeContactAnalysisSegmentsV2Request,
16
+ ListRealtimeContactAnalysisSegmentsV2Response,
17
+ } from "../models/models_1";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ListRealtimeContactAnalysisSegmentsV2CommandInput
20
+ extends ListRealtimeContactAnalysisSegmentsV2Request {}
21
+ export interface ListRealtimeContactAnalysisSegmentsV2CommandOutput
22
+ extends ListRealtimeContactAnalysisSegmentsV2Response,
23
+ __MetadataBearer {}
24
+ export declare class ListRealtimeContactAnalysisSegmentsV2Command extends $Command<
25
+ ListRealtimeContactAnalysisSegmentsV2CommandInput,
26
+ ListRealtimeContactAnalysisSegmentsV2CommandOutput,
27
+ ConnectClientResolvedConfig
28
+ > {
29
+ readonly input: ListRealtimeContactAnalysisSegmentsV2CommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: ListRealtimeContactAnalysisSegmentsV2CommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: ConnectClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ ListRealtimeContactAnalysisSegmentsV2CommandInput,
38
+ ListRealtimeContactAnalysisSegmentsV2CommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import {
15
+ SendChatIntegrationEventRequest,
16
+ SendChatIntegrationEventResponse,
17
+ } from "../models/models_2";
18
+ export { __MetadataBearer, $Command };
19
+ export interface SendChatIntegrationEventCommandInput
20
+ extends SendChatIntegrationEventRequest {}
21
+ export interface SendChatIntegrationEventCommandOutput
22
+ extends SendChatIntegrationEventResponse,
23
+ __MetadataBearer {}
24
+ export declare class SendChatIntegrationEventCommand extends $Command<
25
+ SendChatIntegrationEventCommandInput,
26
+ SendChatIntegrationEventCommandOutput,
27
+ ConnectClientResolvedConfig
28
+ > {
29
+ readonly input: SendChatIntegrationEventCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: SendChatIntegrationEventCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: ConnectClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ SendChatIntegrationEventCommandInput,
38
+ SendChatIntegrationEventCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  StartChatContactRequest,
16
16
  StartChatContactResponse,
17
- } from "../models/models_1";
17
+ } from "../models/models_2";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface StartChatContactCommandInput extends StartChatContactRequest {}
20
20
  export interface StartChatContactCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  StartContactEvaluationRequest,
16
16
  StartContactEvaluationResponse,
17
- } from "../models/models_1";
17
+ } from "../models/models_2";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface StartContactEvaluationCommandInput
20
20
  extends StartContactEvaluationRequest {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  StartContactRecordingRequest,
16
16
  StartContactRecordingResponse,
17
- } from "../models/models_1";
17
+ } from "../models/models_2";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface StartContactRecordingCommandInput
20
20
  extends StartContactRecordingRequest {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  StartContactStreamingRequest,
16
16
  StartContactStreamingResponse,
17
- } from "../models/models_1";
17
+ } from "../models/models_2";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface StartContactStreamingCommandInput
20
20
  extends StartContactStreamingRequest {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  StartOutboundVoiceContactRequest,
16
16
  StartOutboundVoiceContactResponse,
17
- } from "../models/models_1";
17
+ } from "../models/models_2";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface StartOutboundVoiceContactCommandInput
20
20
  extends StartOutboundVoiceContactRequest {}
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  StartTaskContactRequest,
16
16
  StartTaskContactResponse,
17
- } from "../models/models_1";
17
+ } from "../models/models_2";
18
18
  export { __MetadataBearer, $Command };
19
19
  export interface StartTaskContactCommandInput extends StartTaskContactRequest {}
20
20
  export interface StartTaskContactCommandOutput
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import {
15
+ StartWebRTCContactRequest,
16
+ StartWebRTCContactResponse,
17
+ } from "../models/models_2";
18
+ export { __MetadataBearer, $Command };
19
+ export interface StartWebRTCContactCommandInput
20
+ extends StartWebRTCContactRequest {}
21
+ export interface StartWebRTCContactCommandOutput
22
+ extends StartWebRTCContactResponse,
23
+ __MetadataBearer {}
24
+ export declare class StartWebRTCContactCommand extends $Command<
25
+ StartWebRTCContactCommandInput,
26
+ StartWebRTCContactCommandOutput,
27
+ ConnectClientResolvedConfig
28
+ > {
29
+ readonly input: StartWebRTCContactCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: StartWebRTCContactCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: ConnectClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<StartWebRTCContactCommandInput, StartWebRTCContactCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../ConnectClient";
14
- import { StopContactRequest, StopContactResponse } from "../models/models_1";
14
+ import { StopContactRequest, StopContactResponse } from "../models/models_2";
15
15
  export { __MetadataBearer, $Command };
16
16
  export interface StopContactCommandInput extends StopContactRequest {}
17
17
  export interface StopContactCommandOutput