@aws-sdk/client-connect 3.319.0 → 3.321.1

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 (113) hide show
  1. package/README.md +119 -7
  2. package/dist-cjs/Connect.js +28 -0
  3. package/dist-cjs/commands/ActivateEvaluationFormCommand.js +45 -0
  4. package/dist-cjs/commands/CreateEvaluationFormCommand.js +45 -0
  5. package/dist-cjs/commands/DeactivateEvaluationFormCommand.js +45 -0
  6. package/dist-cjs/commands/DeleteContactEvaluationCommand.js +45 -0
  7. package/dist-cjs/commands/DeleteEvaluationFormCommand.js +45 -0
  8. package/dist-cjs/commands/DescribeContactEvaluationCommand.js +45 -0
  9. package/dist-cjs/commands/DescribeEvaluationFormCommand.js +45 -0
  10. package/dist-cjs/commands/GetFederationTokenCommand.js +2 -2
  11. package/dist-cjs/commands/ListContactEvaluationsCommand.js +45 -0
  12. package/dist-cjs/commands/ListEvaluationFormVersionsCommand.js +45 -0
  13. package/dist-cjs/commands/ListEvaluationFormsCommand.js +45 -0
  14. package/dist-cjs/commands/StartContactEvaluationCommand.js +45 -0
  15. package/dist-cjs/commands/SubmitContactEvaluationCommand.js +45 -0
  16. package/dist-cjs/commands/UpdateContactEvaluationCommand.js +45 -0
  17. package/dist-cjs/commands/UpdateEvaluationFormCommand.js +45 -0
  18. package/dist-cjs/commands/index.js +14 -0
  19. package/dist-cjs/models/models_0.js +142 -125
  20. package/dist-cjs/models/models_1.js +71 -1
  21. package/dist-cjs/pagination/ListContactEvaluationsPaginator.js +28 -0
  22. package/dist-cjs/pagination/ListEvaluationFormVersionsPaginator.js +29 -0
  23. package/dist-cjs/pagination/ListEvaluationFormsPaginator.js +29 -0
  24. package/dist-cjs/pagination/index.js +3 -0
  25. package/dist-cjs/protocols/Aws_restJson1.js +1272 -41
  26. package/dist-es/Connect.js +28 -0
  27. package/dist-es/commands/ActivateEvaluationFormCommand.js +41 -0
  28. package/dist-es/commands/CreateEvaluationFormCommand.js +41 -0
  29. package/dist-es/commands/DeactivateEvaluationFormCommand.js +41 -0
  30. package/dist-es/commands/DeleteContactEvaluationCommand.js +41 -0
  31. package/dist-es/commands/DeleteEvaluationFormCommand.js +41 -0
  32. package/dist-es/commands/DescribeContactEvaluationCommand.js +41 -0
  33. package/dist-es/commands/DescribeEvaluationFormCommand.js +41 -0
  34. package/dist-es/commands/GetFederationTokenCommand.js +1 -1
  35. package/dist-es/commands/ListContactEvaluationsCommand.js +41 -0
  36. package/dist-es/commands/ListEvaluationFormVersionsCommand.js +41 -0
  37. package/dist-es/commands/ListEvaluationFormsCommand.js +41 -0
  38. package/dist-es/commands/StartContactEvaluationCommand.js +41 -0
  39. package/dist-es/commands/SubmitContactEvaluationCommand.js +41 -0
  40. package/dist-es/commands/UpdateContactEvaluationCommand.js +41 -0
  41. package/dist-es/commands/UpdateEvaluationFormCommand.js +41 -0
  42. package/dist-es/commands/index.js +14 -0
  43. package/dist-es/models/models_0.js +136 -116
  44. package/dist-es/models/models_1.js +67 -0
  45. package/dist-es/pagination/ListContactEvaluationsPaginator.js +24 -0
  46. package/dist-es/pagination/ListEvaluationFormVersionsPaginator.js +25 -0
  47. package/dist-es/pagination/ListEvaluationFormsPaginator.js +25 -0
  48. package/dist-es/pagination/index.js +3 -0
  49. package/dist-es/protocols/Aws_restJson1.js +1235 -33
  50. package/dist-types/Connect.d.ts +98 -0
  51. package/dist-types/ConnectClient.d.ts +16 -2
  52. package/dist-types/commands/ActivateEvaluationFormCommand.d.ts +81 -0
  53. package/dist-types/commands/CreateEvaluationFormCommand.d.ts +213 -0
  54. package/dist-types/commands/CreateParticipantCommand.d.ts +1 -1
  55. package/dist-types/commands/DeactivateEvaluationFormCommand.d.ts +81 -0
  56. package/dist-types/commands/DeleteContactEvaluationCommand.d.ts +79 -0
  57. package/dist-types/commands/DeleteEvaluationFormCommand.d.ts +89 -0
  58. package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +77 -0
  59. package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +79 -0
  60. package/dist-types/commands/GetCurrentUserDataCommand.d.ts +1 -1
  61. package/dist-types/commands/GetFederationTokenCommand.d.ts +1 -1
  62. package/dist-types/commands/GetMetricDataCommand.d.ts +1 -1
  63. package/dist-types/commands/GetMetricDataV2Command.d.ts +1 -1
  64. package/dist-types/commands/GetTaskTemplateCommand.d.ts +1 -1
  65. package/dist-types/commands/GetTrafficDistributionCommand.d.ts +1 -1
  66. package/dist-types/commands/ListAgentStatusesCommand.d.ts +1 -2
  67. package/dist-types/commands/ListContactEvaluationsCommand.d.ts +77 -0
  68. package/dist-types/commands/ListEvaluationFormVersionsCommand.d.ts +78 -0
  69. package/dist-types/commands/ListEvaluationFormsCommand.d.ts +77 -0
  70. package/dist-types/commands/StartContactEvaluationCommand.d.ts +91 -0
  71. package/dist-types/commands/SubmitContactEvaluationCommand.d.ts +98 -0
  72. package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +96 -0
  73. package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +215 -0
  74. package/dist-types/commands/index.d.ts +14 -0
  75. package/dist-types/models/models_0.d.ts +859 -1281
  76. package/dist-types/models/models_1.d.ts +1758 -3
  77. package/dist-types/pagination/ListContactEvaluationsPaginator.d.ts +7 -0
  78. package/dist-types/pagination/ListEvaluationFormVersionsPaginator.d.ts +7 -0
  79. package/dist-types/pagination/ListEvaluationFormsPaginator.d.ts +7 -0
  80. package/dist-types/pagination/index.d.ts +3 -0
  81. package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
  82. package/dist-types/ts3.4/Connect.d.ts +238 -0
  83. package/dist-types/ts3.4/ConnectClient.d.ts +84 -0
  84. package/dist-types/ts3.4/commands/ActivateEvaluationFormCommand.d.ts +41 -0
  85. package/dist-types/ts3.4/commands/CreateEvaluationFormCommand.d.ts +39 -0
  86. package/dist-types/ts3.4/commands/DeactivateEvaluationFormCommand.d.ts +41 -0
  87. package/dist-types/ts3.4/commands/DeleteContactEvaluationCommand.d.ts +37 -0
  88. package/dist-types/ts3.4/commands/DeleteEvaluationFormCommand.d.ts +36 -0
  89. package/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +39 -0
  90. package/dist-types/ts3.4/commands/DescribeEvaluationFormCommand.d.ts +39 -0
  91. package/dist-types/ts3.4/commands/GetCurrentUserDataCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/GetMetricDataV2Command.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/GetTrafficDistributionCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +4 -2
  98. package/dist-types/ts3.4/commands/ListContactEvaluationsCommand.d.ts +41 -0
  99. package/dist-types/ts3.4/commands/ListEvaluationFormVersionsCommand.d.ts +41 -0
  100. package/dist-types/ts3.4/commands/ListEvaluationFormsCommand.d.ts +38 -0
  101. package/dist-types/ts3.4/commands/StartContactEvaluationCommand.d.ts +41 -0
  102. package/dist-types/ts3.4/commands/SubmitContactEvaluationCommand.d.ts +41 -0
  103. package/dist-types/ts3.4/commands/UpdateContactEvaluationCommand.d.ts +41 -0
  104. package/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +41 -0
  105. package/dist-types/ts3.4/commands/index.d.ts +14 -0
  106. package/dist-types/ts3.4/models/models_0.d.ts +328 -262
  107. package/dist-types/ts3.4/models/models_1.d.ts +425 -1
  108. package/dist-types/ts3.4/pagination/ListContactEvaluationsPaginator.d.ts +11 -0
  109. package/dist-types/ts3.4/pagination/ListEvaluationFormVersionsPaginator.d.ts +11 -0
  110. package/dist-types/ts3.4/pagination/ListEvaluationFormsPaginator.d.ts +11 -0
  111. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  112. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
  113. package/package.json +4 -4
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import {
15
+ ActivateEvaluationFormRequest,
16
+ ActivateEvaluationFormResponse,
17
+ } from "../models/models_0";
18
+ export interface ActivateEvaluationFormCommandInput
19
+ extends ActivateEvaluationFormRequest {}
20
+ export interface ActivateEvaluationFormCommandOutput
21
+ extends ActivateEvaluationFormResponse,
22
+ __MetadataBearer {}
23
+ export declare class ActivateEvaluationFormCommand extends $Command<
24
+ ActivateEvaluationFormCommandInput,
25
+ ActivateEvaluationFormCommandOutput,
26
+ ConnectClientResolvedConfig
27
+ > {
28
+ readonly input: ActivateEvaluationFormCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ActivateEvaluationFormCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ConnectClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ActivateEvaluationFormCommandInput,
37
+ ActivateEvaluationFormCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import { CreateEvaluationFormResponse } from "../models/models_0";
15
+ import { CreateEvaluationFormRequest } from "../models/models_1";
16
+ export interface CreateEvaluationFormCommandInput
17
+ extends CreateEvaluationFormRequest {}
18
+ export interface CreateEvaluationFormCommandOutput
19
+ extends CreateEvaluationFormResponse,
20
+ __MetadataBearer {}
21
+ export declare class CreateEvaluationFormCommand extends $Command<
22
+ CreateEvaluationFormCommandInput,
23
+ CreateEvaluationFormCommandOutput,
24
+ ConnectClientResolvedConfig
25
+ > {
26
+ readonly input: CreateEvaluationFormCommandInput;
27
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
+ constructor(input: CreateEvaluationFormCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ConnectClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateEvaluationFormCommandInput,
35
+ CreateEvaluationFormCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import {
15
+ DeactivateEvaluationFormRequest,
16
+ DeactivateEvaluationFormResponse,
17
+ } from "../models/models_0";
18
+ export interface DeactivateEvaluationFormCommandInput
19
+ extends DeactivateEvaluationFormRequest {}
20
+ export interface DeactivateEvaluationFormCommandOutput
21
+ extends DeactivateEvaluationFormResponse,
22
+ __MetadataBearer {}
23
+ export declare class DeactivateEvaluationFormCommand extends $Command<
24
+ DeactivateEvaluationFormCommandInput,
25
+ DeactivateEvaluationFormCommandOutput,
26
+ ConnectClientResolvedConfig
27
+ > {
28
+ readonly input: DeactivateEvaluationFormCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: DeactivateEvaluationFormCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ConnectClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeactivateEvaluationFormCommandInput,
37
+ DeactivateEvaluationFormCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import { DeleteContactEvaluationRequest } from "../models/models_0";
15
+ export interface DeleteContactEvaluationCommandInput
16
+ extends DeleteContactEvaluationRequest {}
17
+ export interface DeleteContactEvaluationCommandOutput
18
+ extends __MetadataBearer {}
19
+ export declare class DeleteContactEvaluationCommand extends $Command<
20
+ DeleteContactEvaluationCommandInput,
21
+ DeleteContactEvaluationCommandOutput,
22
+ ConnectClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteContactEvaluationCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
+ constructor(input: DeleteContactEvaluationCommandInput);
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ConnectClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DeleteContactEvaluationCommandInput,
33
+ DeleteContactEvaluationCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,36 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import { DeleteEvaluationFormRequest } from "../models/models_0";
15
+ export interface DeleteEvaluationFormCommandInput
16
+ extends DeleteEvaluationFormRequest {}
17
+ export interface DeleteEvaluationFormCommandOutput extends __MetadataBearer {}
18
+ export declare class DeleteEvaluationFormCommand extends $Command<
19
+ DeleteEvaluationFormCommandInput,
20
+ DeleteEvaluationFormCommandOutput,
21
+ ConnectClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteEvaluationFormCommandInput;
24
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
+ constructor(input: DeleteEvaluationFormCommandInput);
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: ConnectClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<
31
+ DeleteEvaluationFormCommandInput,
32
+ DeleteEvaluationFormCommandOutput
33
+ >;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import { DescribeContactEvaluationRequest } from "../models/models_0";
15
+ import { DescribeContactEvaluationResponse } from "../models/models_1";
16
+ export interface DescribeContactEvaluationCommandInput
17
+ extends DescribeContactEvaluationRequest {}
18
+ export interface DescribeContactEvaluationCommandOutput
19
+ extends DescribeContactEvaluationResponse,
20
+ __MetadataBearer {}
21
+ export declare class DescribeContactEvaluationCommand extends $Command<
22
+ DescribeContactEvaluationCommandInput,
23
+ DescribeContactEvaluationCommandOutput,
24
+ ConnectClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeContactEvaluationCommandInput;
27
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
+ constructor(input: DescribeContactEvaluationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ConnectClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeContactEvaluationCommandInput,
35
+ DescribeContactEvaluationCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import { DescribeEvaluationFormRequest } from "../models/models_0";
15
+ import { DescribeEvaluationFormResponse } from "../models/models_1";
16
+ export interface DescribeEvaluationFormCommandInput
17
+ extends DescribeEvaluationFormRequest {}
18
+ export interface DescribeEvaluationFormCommandOutput
19
+ extends DescribeEvaluationFormResponse,
20
+ __MetadataBearer {}
21
+ export declare class DescribeEvaluationFormCommand extends $Command<
22
+ DescribeEvaluationFormCommandInput,
23
+ DescribeEvaluationFormCommandOutput,
24
+ ConnectClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeEvaluationFormCommandInput;
27
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
+ constructor(input: DescribeEvaluationFormCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ConnectClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeEvaluationFormCommandInput,
35
+ DescribeEvaluationFormCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  GetCurrentUserDataRequest,
16
16
  GetCurrentUserDataResponse,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export interface GetCurrentUserDataCommandInput
19
19
  extends GetCurrentUserDataRequest {}
20
20
  export interface GetCurrentUserDataCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  GetFederationTokenRequest,
16
16
  GetFederationTokenResponse,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export interface GetFederationTokenCommandInput
19
19
  extends GetFederationTokenRequest {}
20
20
  export interface GetFederationTokenCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  GetMetricDataRequest,
16
16
  GetMetricDataResponse,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export interface GetMetricDataCommandInput extends GetMetricDataRequest {}
19
19
  export interface GetMetricDataCommandOutput
20
20
  extends GetMetricDataResponse,
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  GetMetricDataV2Request,
16
16
  GetMetricDataV2Response,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export interface GetMetricDataV2CommandInput extends GetMetricDataV2Request {}
19
19
  export interface GetMetricDataV2CommandOutput
20
20
  extends GetMetricDataV2Response,
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  GetTaskTemplateRequest,
16
16
  GetTaskTemplateResponse,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export interface GetTaskTemplateCommandInput extends GetTaskTemplateRequest {}
19
19
  export interface GetTaskTemplateCommandOutput
20
20
  extends GetTaskTemplateResponse,
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  GetTrafficDistributionRequest,
16
16
  GetTrafficDistributionResponse,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export interface GetTrafficDistributionCommandInput
19
19
  extends GetTrafficDistributionRequest {}
20
20
  export interface GetTrafficDistributionCommandOutput
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../ConnectClient";
14
- import { ListAgentStatusRequest } from "../models/models_0";
15
- import { ListAgentStatusResponse } from "../models/models_1";
14
+ import {
15
+ ListAgentStatusRequest,
16
+ ListAgentStatusResponse,
17
+ } from "../models/models_1";
16
18
  export interface ListAgentStatusesCommandInput extends ListAgentStatusRequest {}
17
19
  export interface ListAgentStatusesCommandOutput
18
20
  extends ListAgentStatusResponse,
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import {
15
+ ListContactEvaluationsRequest,
16
+ ListContactEvaluationsResponse,
17
+ } from "../models/models_1";
18
+ export interface ListContactEvaluationsCommandInput
19
+ extends ListContactEvaluationsRequest {}
20
+ export interface ListContactEvaluationsCommandOutput
21
+ extends ListContactEvaluationsResponse,
22
+ __MetadataBearer {}
23
+ export declare class ListContactEvaluationsCommand extends $Command<
24
+ ListContactEvaluationsCommandInput,
25
+ ListContactEvaluationsCommandOutput,
26
+ ConnectClientResolvedConfig
27
+ > {
28
+ readonly input: ListContactEvaluationsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListContactEvaluationsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ConnectClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListContactEvaluationsCommandInput,
37
+ ListContactEvaluationsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import {
15
+ ListEvaluationFormVersionsRequest,
16
+ ListEvaluationFormVersionsResponse,
17
+ } from "../models/models_1";
18
+ export interface ListEvaluationFormVersionsCommandInput
19
+ extends ListEvaluationFormVersionsRequest {}
20
+ export interface ListEvaluationFormVersionsCommandOutput
21
+ extends ListEvaluationFormVersionsResponse,
22
+ __MetadataBearer {}
23
+ export declare class ListEvaluationFormVersionsCommand extends $Command<
24
+ ListEvaluationFormVersionsCommandInput,
25
+ ListEvaluationFormVersionsCommandOutput,
26
+ ConnectClientResolvedConfig
27
+ > {
28
+ readonly input: ListEvaluationFormVersionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListEvaluationFormVersionsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ConnectClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListEvaluationFormVersionsCommandInput,
37
+ ListEvaluationFormVersionsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import {
15
+ ListEvaluationFormsRequest,
16
+ ListEvaluationFormsResponse,
17
+ } from "../models/models_1";
18
+ export interface ListEvaluationFormsCommandInput
19
+ extends ListEvaluationFormsRequest {}
20
+ export interface ListEvaluationFormsCommandOutput
21
+ extends ListEvaluationFormsResponse,
22
+ __MetadataBearer {}
23
+ export declare class ListEvaluationFormsCommand extends $Command<
24
+ ListEvaluationFormsCommandInput,
25
+ ListEvaluationFormsCommandOutput,
26
+ ConnectClientResolvedConfig
27
+ > {
28
+ readonly input: ListEvaluationFormsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListEvaluationFormsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ConnectClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListEvaluationFormsCommandInput, ListEvaluationFormsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import {
15
+ StartContactEvaluationRequest,
16
+ StartContactEvaluationResponse,
17
+ } from "../models/models_1";
18
+ export interface StartContactEvaluationCommandInput
19
+ extends StartContactEvaluationRequest {}
20
+ export interface StartContactEvaluationCommandOutput
21
+ extends StartContactEvaluationResponse,
22
+ __MetadataBearer {}
23
+ export declare class StartContactEvaluationCommand extends $Command<
24
+ StartContactEvaluationCommandInput,
25
+ StartContactEvaluationCommandOutput,
26
+ ConnectClientResolvedConfig
27
+ > {
28
+ readonly input: StartContactEvaluationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: StartContactEvaluationCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ConnectClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ StartContactEvaluationCommandInput,
37
+ StartContactEvaluationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import {
15
+ SubmitContactEvaluationRequest,
16
+ SubmitContactEvaluationResponse,
17
+ } from "../models/models_1";
18
+ export interface SubmitContactEvaluationCommandInput
19
+ extends SubmitContactEvaluationRequest {}
20
+ export interface SubmitContactEvaluationCommandOutput
21
+ extends SubmitContactEvaluationResponse,
22
+ __MetadataBearer {}
23
+ export declare class SubmitContactEvaluationCommand extends $Command<
24
+ SubmitContactEvaluationCommandInput,
25
+ SubmitContactEvaluationCommandOutput,
26
+ ConnectClientResolvedConfig
27
+ > {
28
+ readonly input: SubmitContactEvaluationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: SubmitContactEvaluationCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ConnectClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ SubmitContactEvaluationCommandInput,
37
+ SubmitContactEvaluationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import {
15
+ UpdateContactEvaluationRequest,
16
+ UpdateContactEvaluationResponse,
17
+ } from "../models/models_1";
18
+ export interface UpdateContactEvaluationCommandInput
19
+ extends UpdateContactEvaluationRequest {}
20
+ export interface UpdateContactEvaluationCommandOutput
21
+ extends UpdateContactEvaluationResponse,
22
+ __MetadataBearer {}
23
+ export declare class UpdateContactEvaluationCommand extends $Command<
24
+ UpdateContactEvaluationCommandInput,
25
+ UpdateContactEvaluationCommandOutput,
26
+ ConnectClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateContactEvaluationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: UpdateContactEvaluationCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ConnectClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateContactEvaluationCommandInput,
37
+ UpdateContactEvaluationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ ConnectClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ConnectClient";
14
+ import {
15
+ UpdateEvaluationFormRequest,
16
+ UpdateEvaluationFormResponse,
17
+ } from "../models/models_1";
18
+ export interface UpdateEvaluationFormCommandInput
19
+ extends UpdateEvaluationFormRequest {}
20
+ export interface UpdateEvaluationFormCommandOutput
21
+ extends UpdateEvaluationFormResponse,
22
+ __MetadataBearer {}
23
+ export declare class UpdateEvaluationFormCommand extends $Command<
24
+ UpdateEvaluationFormCommandInput,
25
+ UpdateEvaluationFormCommandOutput,
26
+ ConnectClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateEvaluationFormCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: UpdateEvaluationFormCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ConnectClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateEvaluationFormCommandInput,
37
+ UpdateEvaluationFormCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }