@aws-sdk/client-connect 3.1111.0 → 3.1112.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 (78) hide show
  1. package/README.md +35 -0
  2. package/dist-cjs/index.js +206 -9
  3. package/dist-es/Connect.js +12 -0
  4. package/dist-es/commands/CreateExtractionDefinitionCommand.js +4 -0
  5. package/dist-es/commands/DeleteExtractionDefinitionCommand.js +4 -0
  6. package/dist-es/commands/DescribeExtractionDefinitionCommand.js +4 -0
  7. package/dist-es/commands/ListExtractionDefinitionsCommand.js +4 -0
  8. package/dist-es/commands/UpdateExtractionDefinitionCommand.js +4 -0
  9. package/dist-es/commands/index.js +5 -0
  10. package/dist-es/models/enums.js +7 -0
  11. package/dist-es/pagination/ListExtractionDefinitionsPaginator.js +4 -0
  12. package/dist-es/pagination/index.js +1 -0
  13. package/dist-es/schemas/schemas_0.js +146 -8
  14. package/dist-types/Connect.d.ts +42 -0
  15. package/dist-types/ConnectClient.d.ts +7 -2
  16. package/dist-types/commands/CreateExtractionDefinitionCommand.d.ts +111 -0
  17. package/dist-types/commands/CreateRuleCommand.d.ts +9 -2
  18. package/dist-types/commands/CreateTestCaseCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateUseCaseCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteExtractionDefinitionCommand.d.ts +85 -0
  22. package/dist-types/commands/DescribeExtractionDefinitionCommand.d.ts +107 -0
  23. package/dist-types/commands/DescribeRuleCommand.d.ts +9 -2
  24. package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +1 -1
  25. package/dist-types/commands/GetCurrentUserDataCommand.d.ts +1 -2
  26. package/dist-types/commands/ListExtractionDefinitionsCommand.d.ts +98 -0
  27. package/dist-types/commands/ListRulesCommand.d.ts +3 -3
  28. package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +1 -1
  29. package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +1 -1
  30. package/dist-types/commands/SearchRulesCommand.d.ts +2 -2
  31. package/dist-types/commands/StartAssistantContactCommand.d.ts +4 -1
  32. package/dist-types/commands/UpdateExtractionDefinitionCommand.d.ts +100 -0
  33. package/dist-types/commands/UpdateRuleCommand.d.ts +8 -1
  34. package/dist-types/commands/UpdateViewMetadataCommand.d.ts +2 -1
  35. package/dist-types/commands/UpdateWorkspaceMetadataCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateWorkspacePageCommand.d.ts +1 -1
  37. package/dist-types/commands/UpdateWorkspaceThemeCommand.d.ts +1 -1
  38. package/dist-types/commands/UpdateWorkspaceVisibilityCommand.d.ts +1 -1
  39. package/dist-types/commands/index.d.ts +5 -0
  40. package/dist-types/models/enums.d.ts +15 -0
  41. package/dist-types/models/models_0.d.ts +128 -188
  42. package/dist-types/models/models_1.d.ts +285 -492
  43. package/dist-types/models/models_2.d.ts +1736 -1606
  44. package/dist-types/models/models_3.d.ts +2192 -2081
  45. package/dist-types/models/models_4.d.ts +367 -7
  46. package/dist-types/pagination/ListExtractionDefinitionsPaginator.d.ts +7 -0
  47. package/dist-types/pagination/index.d.ts +1 -0
  48. package/dist-types/schemas/schemas_0.d.ts +22 -0
  49. package/dist-types/ts3.4/Connect.d.ts +92 -0
  50. package/dist-types/ts3.4/ConnectClient.d.ts +30 -0
  51. package/dist-types/ts3.4/commands/CreateExtractionDefinitionCommand.d.ts +42 -0
  52. package/dist-types/ts3.4/commands/CreateTestCaseCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/CreateTrafficDistributionGroupCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/DeleteExtractionDefinitionCommand.d.ts +42 -0
  56. package/dist-types/ts3.4/commands/DescribeExtractionDefinitionCommand.d.ts +42 -0
  57. package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/GetCurrentUserDataCommand.d.ts +1 -2
  59. package/dist-types/ts3.4/commands/ListExtractionDefinitionsCommand.d.ts +42 -0
  60. package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/UpdateExtractionDefinitionCommand.d.ts +42 -0
  63. package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/UpdateWorkspaceMetadataCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/UpdateWorkspacePageCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/UpdateWorkspaceThemeCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/UpdateWorkspaceVisibilityCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  69. package/dist-types/ts3.4/models/enums.d.ts +8 -0
  70. package/dist-types/ts3.4/models/models_0.d.ts +31 -46
  71. package/dist-types/ts3.4/models/models_1.d.ts +72 -72
  72. package/dist-types/ts3.4/models/models_2.d.ts +89 -102
  73. package/dist-types/ts3.4/models/models_3.d.ts +112 -104
  74. package/dist-types/ts3.4/models/models_4.d.ts +109 -14
  75. package/dist-types/ts3.4/pagination/ListExtractionDefinitionsPaginator.d.ts +11 -0
  76. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  77. package/dist-types/ts3.4/schemas/schemas_0.d.ts +22 -0
  78. package/package.json +1 -1
@@ -213,6 +213,10 @@ import {
213
213
  CreateEvaluationFormCommandInput,
214
214
  CreateEvaluationFormCommandOutput,
215
215
  } from "./commands/CreateEvaluationFormCommand";
216
+ import {
217
+ CreateExtractionDefinitionCommandInput,
218
+ CreateExtractionDefinitionCommandOutput,
219
+ } from "./commands/CreateExtractionDefinitionCommand";
216
220
  import {
217
221
  CreateHoursOfOperationCommandInput,
218
222
  CreateHoursOfOperationCommandOutput,
@@ -361,6 +365,10 @@ import {
361
365
  DeleteEvaluationFormCommandInput,
362
366
  DeleteEvaluationFormCommandOutput,
363
367
  } from "./commands/DeleteEvaluationFormCommand";
368
+ import {
369
+ DeleteExtractionDefinitionCommandInput,
370
+ DeleteExtractionDefinitionCommandOutput,
371
+ } from "./commands/DeleteExtractionDefinitionCommand";
364
372
  import {
365
373
  DeleteHoursOfOperationCommandInput,
366
374
  DeleteHoursOfOperationCommandOutput,
@@ -505,6 +513,10 @@ import {
505
513
  DescribeEvaluationFormCommandInput,
506
514
  DescribeEvaluationFormCommandOutput,
507
515
  } from "./commands/DescribeEvaluationFormCommand";
516
+ import {
517
+ DescribeExtractionDefinitionCommandInput,
518
+ DescribeExtractionDefinitionCommandOutput,
519
+ } from "./commands/DescribeExtractionDefinitionCommand";
508
520
  import {
509
521
  DescribeHoursOfOperationCommandInput,
510
522
  DescribeHoursOfOperationCommandOutput,
@@ -838,6 +850,10 @@ import {
838
850
  ListEvaluationFormVersionsCommandInput,
839
851
  ListEvaluationFormVersionsCommandOutput,
840
852
  } from "./commands/ListEvaluationFormVersionsCommand";
853
+ import {
854
+ ListExtractionDefinitionsCommandInput,
855
+ ListExtractionDefinitionsCommandOutput,
856
+ } from "./commands/ListExtractionDefinitionsCommand";
841
857
  import {
842
858
  ListFlowAssociationsCommandInput,
843
859
  ListFlowAssociationsCommandOutput,
@@ -1331,6 +1347,10 @@ import {
1331
1347
  UpdateEvaluationFormCommandInput,
1332
1348
  UpdateEvaluationFormCommandOutput,
1333
1349
  } from "./commands/UpdateEvaluationFormCommand";
1350
+ import {
1351
+ UpdateExtractionDefinitionCommandInput,
1352
+ UpdateExtractionDefinitionCommandOutput,
1353
+ } from "./commands/UpdateExtractionDefinitionCommand";
1334
1354
  import {
1335
1355
  UpdateHoursOfOperationCommandInput,
1336
1356
  UpdateHoursOfOperationCommandOutput,
@@ -1569,6 +1589,7 @@ export type ServiceInputTypes =
1569
1589
  | CreateDataTableCommandInput
1570
1590
  | CreateEmailAddressCommandInput
1571
1591
  | CreateEvaluationFormCommandInput
1592
+ | CreateExtractionDefinitionCommandInput
1572
1593
  | CreateHoursOfOperationCommandInput
1573
1594
  | CreateHoursOfOperationOverrideCommandInput
1574
1595
  | CreateInstanceCommandInput
@@ -1609,6 +1630,7 @@ export type ServiceInputTypes =
1609
1630
  | DeleteDataTableCommandInput
1610
1631
  | DeleteEmailAddressCommandInput
1611
1632
  | DeleteEvaluationFormCommandInput
1633
+ | DeleteExtractionDefinitionCommandInput
1612
1634
  | DeleteHoursOfOperationCommandInput
1613
1635
  | DeleteHoursOfOperationOverrideCommandInput
1614
1636
  | DeleteInstanceCommandInput
@@ -1648,6 +1670,7 @@ export type ServiceInputTypes =
1648
1670
  | DescribeDataTableCommandInput
1649
1671
  | DescribeEmailAddressCommandInput
1650
1672
  | DescribeEvaluationFormCommandInput
1673
+ | DescribeExtractionDefinitionCommandInput
1651
1674
  | DescribeHoursOfOperationCommandInput
1652
1675
  | DescribeHoursOfOperationOverrideCommandInput
1653
1676
  | DescribeInstanceAttributeCommandInput
@@ -1732,6 +1755,7 @@ export type ServiceInputTypes =
1732
1755
  | ListEntitySecurityProfilesCommandInput
1733
1756
  | ListEvaluationFormVersionsCommandInput
1734
1757
  | ListEvaluationFormsCommandInput
1758
+ | ListExtractionDefinitionsCommandInput
1735
1759
  | ListFlowAssociationsCommandInput
1736
1760
  | ListHoursOfOperationOverridesCommandInput
1737
1761
  | ListHoursOfOperationsCommandInput
@@ -1865,6 +1889,7 @@ export type ServiceInputTypes =
1865
1889
  | UpdateDataTablePrimaryValuesCommandInput
1866
1890
  | UpdateEmailAddressMetadataCommandInput
1867
1891
  | UpdateEvaluationFormCommandInput
1892
+ | UpdateExtractionDefinitionCommandInput
1868
1893
  | UpdateHoursOfOperationCommandInput
1869
1894
  | UpdateHoursOfOperationOverrideCommandInput
1870
1895
  | UpdateInstanceAttributeCommandInput
@@ -1958,6 +1983,7 @@ export type ServiceOutputTypes =
1958
1983
  | CreateDataTableCommandOutput
1959
1984
  | CreateEmailAddressCommandOutput
1960
1985
  | CreateEvaluationFormCommandOutput
1986
+ | CreateExtractionDefinitionCommandOutput
1961
1987
  | CreateHoursOfOperationCommandOutput
1962
1988
  | CreateHoursOfOperationOverrideCommandOutput
1963
1989
  | CreateInstanceCommandOutput
@@ -1998,6 +2024,7 @@ export type ServiceOutputTypes =
1998
2024
  | DeleteDataTableCommandOutput
1999
2025
  | DeleteEmailAddressCommandOutput
2000
2026
  | DeleteEvaluationFormCommandOutput
2027
+ | DeleteExtractionDefinitionCommandOutput
2001
2028
  | DeleteHoursOfOperationCommandOutput
2002
2029
  | DeleteHoursOfOperationOverrideCommandOutput
2003
2030
  | DeleteInstanceCommandOutput
@@ -2037,6 +2064,7 @@ export type ServiceOutputTypes =
2037
2064
  | DescribeDataTableCommandOutput
2038
2065
  | DescribeEmailAddressCommandOutput
2039
2066
  | DescribeEvaluationFormCommandOutput
2067
+ | DescribeExtractionDefinitionCommandOutput
2040
2068
  | DescribeHoursOfOperationCommandOutput
2041
2069
  | DescribeHoursOfOperationOverrideCommandOutput
2042
2070
  | DescribeInstanceAttributeCommandOutput
@@ -2121,6 +2149,7 @@ export type ServiceOutputTypes =
2121
2149
  | ListEntitySecurityProfilesCommandOutput
2122
2150
  | ListEvaluationFormVersionsCommandOutput
2123
2151
  | ListEvaluationFormsCommandOutput
2152
+ | ListExtractionDefinitionsCommandOutput
2124
2153
  | ListFlowAssociationsCommandOutput
2125
2154
  | ListHoursOfOperationOverridesCommandOutput
2126
2155
  | ListHoursOfOperationsCommandOutput
@@ -2254,6 +2283,7 @@ export type ServiceOutputTypes =
2254
2283
  | UpdateDataTablePrimaryValuesCommandOutput
2255
2284
  | UpdateEmailAddressMetadataCommandOutput
2256
2285
  | UpdateEvaluationFormCommandOutput
2286
+ | UpdateExtractionDefinitionCommandOutput
2257
2287
  | UpdateHoursOfOperationCommandOutput
2258
2288
  | UpdateHoursOfOperationOverrideCommandOutput
2259
2289
  | UpdateInstanceAttributeCommandOutput
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ CreateExtractionDefinitionRequest,
4
+ CreateExtractionDefinitionResponse,
5
+ } from "../models/models_0";
6
+ export { __MetadataBearer };
7
+ export interface CreateExtractionDefinitionCommandInput extends CreateExtractionDefinitionRequest {}
8
+ export interface CreateExtractionDefinitionCommandOutput
9
+ extends CreateExtractionDefinitionResponse, __MetadataBearer {}
10
+ declare const CreateExtractionDefinitionCommand_base: {
11
+ new (
12
+ input: CreateExtractionDefinitionCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ CreateExtractionDefinitionCommandInput,
15
+ CreateExtractionDefinitionCommandOutput,
16
+ import("..").ConnectClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: CreateExtractionDefinitionCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ CreateExtractionDefinitionCommandInput,
24
+ CreateExtractionDefinitionCommandOutput,
25
+ import("..").ConnectClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class CreateExtractionDefinitionCommand extends CreateExtractionDefinitionCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: CreateExtractionDefinitionRequest;
35
+ output: CreateExtractionDefinitionResponse;
36
+ };
37
+ sdk: {
38
+ input: CreateExtractionDefinitionCommandInput;
39
+ output: CreateExtractionDefinitionCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { CreateTestCaseRequest, CreateTestCaseResponse } from "../models/models_0";
2
+ import { CreateTestCaseRequest, CreateTestCaseResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateTestCaseCommandInput extends CreateTestCaseRequest {}
5
5
  export interface CreateTestCaseCommandOutput extends CreateTestCaseResponse, __MetadataBearer {}
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  CreateTrafficDistributionGroupRequest,
4
4
  CreateTrafficDistributionGroupResponse,
5
- } from "../models/models_0";
5
+ } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
7
  export interface CreateTrafficDistributionGroupCommandInput extends CreateTrafficDistributionGroupRequest {}
8
8
  export interface CreateTrafficDistributionGroupCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { CreateUseCaseRequest, CreateUseCaseResponse } from "../models/models_0";
2
+ import { CreateUseCaseRequest, CreateUseCaseResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateUseCaseCommandInput extends CreateUseCaseRequest {}
5
5
  export interface CreateUseCaseCommandOutput extends CreateUseCaseResponse, __MetadataBearer {}
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ DeleteExtractionDefinitionRequest,
4
+ DeleteExtractionDefinitionResponse,
5
+ } from "../models/models_1";
6
+ export { __MetadataBearer };
7
+ export interface DeleteExtractionDefinitionCommandInput extends DeleteExtractionDefinitionRequest {}
8
+ export interface DeleteExtractionDefinitionCommandOutput
9
+ extends DeleteExtractionDefinitionResponse, __MetadataBearer {}
10
+ declare const DeleteExtractionDefinitionCommand_base: {
11
+ new (
12
+ input: DeleteExtractionDefinitionCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ DeleteExtractionDefinitionCommandInput,
15
+ DeleteExtractionDefinitionCommandOutput,
16
+ import("..").ConnectClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: DeleteExtractionDefinitionCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DeleteExtractionDefinitionCommandInput,
24
+ DeleteExtractionDefinitionCommandOutput,
25
+ import("..").ConnectClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class DeleteExtractionDefinitionCommand extends DeleteExtractionDefinitionCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: DeleteExtractionDefinitionRequest;
35
+ output: {};
36
+ };
37
+ sdk: {
38
+ input: DeleteExtractionDefinitionCommandInput;
39
+ output: DeleteExtractionDefinitionCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ DescribeExtractionDefinitionRequest,
4
+ DescribeExtractionDefinitionResponse,
5
+ } from "../models/models_1";
6
+ export { __MetadataBearer };
7
+ export interface DescribeExtractionDefinitionCommandInput extends DescribeExtractionDefinitionRequest {}
8
+ export interface DescribeExtractionDefinitionCommandOutput
9
+ extends DescribeExtractionDefinitionResponse, __MetadataBearer {}
10
+ declare const DescribeExtractionDefinitionCommand_base: {
11
+ new (
12
+ input: DescribeExtractionDefinitionCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ DescribeExtractionDefinitionCommandInput,
15
+ DescribeExtractionDefinitionCommandOutput,
16
+ import("..").ConnectClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: DescribeExtractionDefinitionCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DescribeExtractionDefinitionCommandInput,
24
+ DescribeExtractionDefinitionCommandOutput,
25
+ import("..").ConnectClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class DescribeExtractionDefinitionCommand extends DescribeExtractionDefinitionCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: DescribeExtractionDefinitionRequest;
35
+ output: DescribeExtractionDefinitionResponse;
36
+ };
37
+ sdk: {
38
+ input: DescribeExtractionDefinitionCommandInput;
39
+ output: DescribeExtractionDefinitionCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { GetCurrentMetricDataRequest, GetCurrentMetricDataResponse } from "../models/models_1";
2
+ import { GetCurrentMetricDataRequest, GetCurrentMetricDataResponse } from "../models/models_2";
3
3
  export { __MetadataBearer };
4
4
  export interface GetCurrentMetricDataCommandInput extends GetCurrentMetricDataRequest {}
5
5
  export interface GetCurrentMetricDataCommandOutput
@@ -1,6 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { GetCurrentUserDataRequest } from "../models/models_1";
3
- import { GetCurrentUserDataResponse } from "../models/models_2";
2
+ import { GetCurrentUserDataRequest, GetCurrentUserDataResponse } from "../models/models_2";
4
3
  export { __MetadataBearer };
5
4
  export interface GetCurrentUserDataCommandInput extends GetCurrentUserDataRequest {}
6
5
  export interface GetCurrentUserDataCommandOutput
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ ListExtractionDefinitionsRequest,
4
+ ListExtractionDefinitionsResponse,
5
+ } from "../models/models_2";
6
+ export { __MetadataBearer };
7
+ export interface ListExtractionDefinitionsCommandInput extends ListExtractionDefinitionsRequest {}
8
+ export interface ListExtractionDefinitionsCommandOutput
9
+ extends ListExtractionDefinitionsResponse, __MetadataBearer {}
10
+ declare const ListExtractionDefinitionsCommand_base: {
11
+ new (
12
+ input: ListExtractionDefinitionsCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ ListExtractionDefinitionsCommandInput,
15
+ ListExtractionDefinitionsCommandOutput,
16
+ import("..").ConnectClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: ListExtractionDefinitionsCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ ListExtractionDefinitionsCommandInput,
24
+ ListExtractionDefinitionsCommandOutput,
25
+ import("..").ConnectClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class ListExtractionDefinitionsCommand extends ListExtractionDefinitionsCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: ListExtractionDefinitionsRequest;
35
+ output: ListExtractionDefinitionsResponse;
36
+ };
37
+ sdk: {
38
+ input: ListExtractionDefinitionsCommandInput;
39
+ output: ListExtractionDefinitionsCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { SearchContactEvaluationsResponse } from "../models/models_2";
2
+ import { SearchContactEvaluationsResponse } from "../models/models_3";
3
3
  import { SearchContactEvaluationsRequest } from "../models/models_4";
4
4
  export { __MetadataBearer };
5
5
  export interface SearchContactEvaluationsCommandInput extends SearchContactEvaluationsRequest {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { SearchContactFlowModulesResponse } from "../models/models_2";
2
+ import { SearchContactFlowModulesResponse } from "../models/models_3";
3
3
  import { SearchContactFlowModulesRequest } from "../models/models_4";
4
4
  export { __MetadataBearer };
5
5
  export interface SearchContactFlowModulesCommandInput extends SearchContactFlowModulesRequest {}
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ UpdateExtractionDefinitionRequest,
4
+ UpdateExtractionDefinitionResponse,
5
+ } from "../models/models_3";
6
+ export { __MetadataBearer };
7
+ export interface UpdateExtractionDefinitionCommandInput extends UpdateExtractionDefinitionRequest {}
8
+ export interface UpdateExtractionDefinitionCommandOutput
9
+ extends UpdateExtractionDefinitionResponse, __MetadataBearer {}
10
+ declare const UpdateExtractionDefinitionCommand_base: {
11
+ new (
12
+ input: UpdateExtractionDefinitionCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ UpdateExtractionDefinitionCommandInput,
15
+ UpdateExtractionDefinitionCommandOutput,
16
+ import("..").ConnectClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: UpdateExtractionDefinitionCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ UpdateExtractionDefinitionCommandInput,
24
+ UpdateExtractionDefinitionCommandOutput,
25
+ import("..").ConnectClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class UpdateExtractionDefinitionCommand extends UpdateExtractionDefinitionCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: UpdateExtractionDefinitionRequest;
35
+ output: {};
36
+ };
37
+ sdk: {
38
+ input: UpdateExtractionDefinitionCommandInput;
39
+ output: UpdateExtractionDefinitionCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -1,5 +1,6 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { UpdateViewMetadataRequest, UpdateViewMetadataResponse } from "../models/models_3";
2
+ import { UpdateViewMetadataRequest } from "../models/models_3";
3
+ import { UpdateViewMetadataResponse } from "../models/models_4";
3
4
  export { __MetadataBearer };
4
5
  export interface UpdateViewMetadataCommandInput extends UpdateViewMetadataRequest {}
5
6
  export interface UpdateViewMetadataCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  UpdateWorkspaceMetadataRequest,
4
4
  UpdateWorkspaceMetadataResponse,
5
- } from "../models/models_3";
5
+ } from "../models/models_4";
6
6
  export { __MetadataBearer };
7
7
  export interface UpdateWorkspaceMetadataCommandInput extends UpdateWorkspaceMetadataRequest {}
8
8
  export interface UpdateWorkspaceMetadataCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { UpdateWorkspacePageRequest, UpdateWorkspacePageResponse } from "../models/models_3";
2
+ import { UpdateWorkspacePageRequest, UpdateWorkspacePageResponse } from "../models/models_4";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateWorkspacePageCommandInput extends UpdateWorkspacePageRequest {}
5
5
  export interface UpdateWorkspacePageCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { UpdateWorkspaceThemeRequest, UpdateWorkspaceThemeResponse } from "../models/models_3";
2
+ import { UpdateWorkspaceThemeRequest, UpdateWorkspaceThemeResponse } from "../models/models_4";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateWorkspaceThemeCommandInput extends UpdateWorkspaceThemeRequest {}
5
5
  export interface UpdateWorkspaceThemeCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  UpdateWorkspaceVisibilityRequest,
4
4
  UpdateWorkspaceVisibilityResponse,
5
- } from "../models/models_3";
5
+ } from "../models/models_4";
6
6
  export { __MetadataBearer };
7
7
  export interface UpdateWorkspaceVisibilityCommandInput extends UpdateWorkspaceVisibilityRequest {}
8
8
  export interface UpdateWorkspaceVisibilityCommandOutput
@@ -43,6 +43,7 @@ export * from "./CreateDataTableAttributeCommand";
43
43
  export * from "./CreateDataTableCommand";
44
44
  export * from "./CreateEmailAddressCommand";
45
45
  export * from "./CreateEvaluationFormCommand";
46
+ export * from "./CreateExtractionDefinitionCommand";
46
47
  export * from "./CreateHoursOfOperationCommand";
47
48
  export * from "./CreateHoursOfOperationOverrideCommand";
48
49
  export * from "./CreateInstanceCommand";
@@ -83,6 +84,7 @@ export * from "./DeleteDataTableAttributeCommand";
83
84
  export * from "./DeleteDataTableCommand";
84
85
  export * from "./DeleteEmailAddressCommand";
85
86
  export * from "./DeleteEvaluationFormCommand";
87
+ export * from "./DeleteExtractionDefinitionCommand";
86
88
  export * from "./DeleteHoursOfOperationCommand";
87
89
  export * from "./DeleteHoursOfOperationOverrideCommand";
88
90
  export * from "./DeleteInstanceCommand";
@@ -122,6 +124,7 @@ export * from "./DescribeDataTableAttributeCommand";
122
124
  export * from "./DescribeDataTableCommand";
123
125
  export * from "./DescribeEmailAddressCommand";
124
126
  export * from "./DescribeEvaluationFormCommand";
127
+ export * from "./DescribeExtractionDefinitionCommand";
125
128
  export * from "./DescribeHoursOfOperationCommand";
126
129
  export * from "./DescribeHoursOfOperationOverrideCommand";
127
130
  export * from "./DescribeInstanceAttributeCommand";
@@ -206,6 +209,7 @@ export * from "./ListDefaultVocabulariesCommand";
206
209
  export * from "./ListEntitySecurityProfilesCommand";
207
210
  export * from "./ListEvaluationFormVersionsCommand";
208
211
  export * from "./ListEvaluationFormsCommand";
212
+ export * from "./ListExtractionDefinitionsCommand";
209
213
  export * from "./ListFlowAssociationsCommand";
210
214
  export * from "./ListHoursOfOperationOverridesCommand";
211
215
  export * from "./ListHoursOfOperationsCommand";
@@ -339,6 +343,7 @@ export * from "./UpdateDataTableMetadataCommand";
339
343
  export * from "./UpdateDataTablePrimaryValuesCommand";
340
344
  export * from "./UpdateEmailAddressMetadataCommand";
341
345
  export * from "./UpdateEvaluationFormCommand";
346
+ export * from "./UpdateExtractionDefinitionCommand";
342
347
  export * from "./UpdateHoursOfOperationCommand";
343
348
  export * from "./UpdateHoursOfOperationOverrideCommand";
344
349
  export * from "./UpdateInstanceAttributeCommand";
@@ -8,6 +8,7 @@ export declare const ActionType: {
8
8
  readonly CREATE_CASE: "CREATE_CASE";
9
9
  readonly CREATE_TASK: "CREATE_TASK";
10
10
  readonly END_ASSOCIATED_TASKS: "END_ASSOCIATED_TASKS";
11
+ readonly EXTRACT_INFORMATION: "EXTRACT_INFORMATION";
11
12
  readonly GENERATE_EVENTBRIDGE_EVENT: "GENERATE_EVENTBRIDGE_EVENT";
12
13
  readonly SEND_NOTIFICATION: "SEND_NOTIFICATION";
13
14
  readonly SUBMIT_AUTO_EVALUATION: "SUBMIT_AUTO_EVALUATION";
@@ -459,6 +460,11 @@ export declare const ContactInteractionType: {
459
460
  };
460
461
  export type ContactInteractionType =
461
462
  (typeof ContactInteractionType)[keyof typeof ContactInteractionType];
463
+ export declare const NotFoundBehaviorType: {
464
+ readonly OMIT: "OMIT";
465
+ readonly USE_DEFAULT_VALUE: "USE_DEFAULT_VALUE";
466
+ };
467
+ export type NotFoundBehaviorType = (typeof NotFoundBehaviorType)[keyof typeof NotFoundBehaviorType];
462
468
  export declare const HoursOfOperationDays: {
463
469
  readonly FRIDAY: "FRIDAY";
464
470
  readonly MONDAY: "MONDAY";
@@ -634,6 +640,8 @@ export declare const RulePublishStatus: {
634
640
  };
635
641
  export type RulePublishStatus = (typeof RulePublishStatus)[keyof typeof RulePublishStatus];
636
642
  export declare const EventSourceName: {
643
+ readonly OnAfterCallWorkAvailable: "OnAfterCallWorkAvailable";
644
+ readonly OnAfterChatWorkAvailable: "OnAfterChatWorkAvailable";
637
645
  readonly OnAlertUpdate: "OnAlertUpdate";
638
646
  readonly OnCaseCreate: "OnCaseCreate";
639
647
  readonly OnCaseUpdate: "OnCaseUpdate";
@@ -53,6 +53,7 @@ import {
53
53
  MetricStatus,
54
54
  MetricUnit,
55
55
  MultiSelectQuestionRuleCategoryAutomationCondition,
56
+ NotFoundBehaviorType,
56
57
  NotificationContentType,
57
58
  NotificationDeliveryType,
58
59
  NumericQuestionPropertyAutomationLabel,
@@ -78,10 +79,7 @@ import {
78
79
  StringComparisonType,
79
80
  TaskTemplateFieldType,
80
81
  TaskTemplateStatus,
81
- TestCaseEntryPointType,
82
- TestCaseStatus,
83
82
  TrendIndicator,
84
- UseCaseType,
85
83
  VideoCapability,
86
84
  VocabularyLanguageCode,
87
85
  VoiceEnhancementMode,
@@ -1213,6 +1211,29 @@ export interface CreateEvaluationFormResponse {
1213
1211
  EvaluationFormId: string | undefined;
1214
1212
  EvaluationFormArn: string | undefined;
1215
1213
  }
1214
+ export interface ExtractionDefinitionDisplay {
1215
+ Label?: string | undefined;
1216
+ }
1217
+ export interface ExtractionDefinitionNotFoundBehavior {
1218
+ Behavior: NotFoundBehaviorType | undefined;
1219
+ DefaultValue?: string | undefined;
1220
+ }
1221
+ export interface ExtractionConfiguration {
1222
+ PromptHint: string | undefined;
1223
+ NotFoundBehavior?: ExtractionDefinitionNotFoundBehavior | undefined;
1224
+ }
1225
+ export interface CreateExtractionDefinitionRequest {
1226
+ ClientToken?: string | undefined;
1227
+ InstanceId: string | undefined;
1228
+ Name: string | undefined;
1229
+ ExtractionConfiguration: ExtractionConfiguration | undefined;
1230
+ Display?: ExtractionDefinitionDisplay | undefined;
1231
+ Tags?: Record<string, string> | undefined;
1232
+ }
1233
+ export interface CreateExtractionDefinitionResponse {
1234
+ ExtractionDefinitionArn: string | undefined;
1235
+ ExtractionDefinitionId: string | undefined;
1236
+ }
1216
1237
  export interface HoursOfOperationTimeSlice {
1217
1238
  Hours: number | undefined;
1218
1239
  Minutes: number | undefined;
@@ -1544,6 +1565,12 @@ export interface EndAssociatedTasksActionDefinition {}
1544
1565
  export interface EventBridgeActionDefinition {
1545
1566
  Name: string | undefined;
1546
1567
  }
1568
+ export interface RulesExtractionDefinitionIdentifier {
1569
+ Identifier: string | undefined;
1570
+ }
1571
+ export interface ExtractInformationActionDefinition {
1572
+ RulesExtractionDefinitions: RulesExtractionDefinitionIdentifier[] | undefined;
1573
+ }
1547
1574
  export interface NotificationRecipientType {
1548
1575
  UserTags?: Record<string, string> | undefined;
1549
1576
  UserIds?: string[] | undefined;
@@ -1579,6 +1606,7 @@ export interface RuleAction {
1579
1606
  AssignSlaAction?: AssignSlaActionDefinition | undefined;
1580
1607
  EndAssociatedTasksAction?: EndAssociatedTasksActionDefinition | undefined;
1581
1608
  SubmitAutoEvaluationAction?: SubmitAutoEvaluationActionDefinition | undefined;
1609
+ ExtractInformationAction?: ExtractInformationActionDefinition | undefined;
1582
1610
  }
1583
1611
  export interface RuleTriggerEventSource {
1584
1612
  EventSourceName: EventSourceName | undefined;
@@ -1695,46 +1723,3 @@ export interface VoiceCallEntryPointParameters {
1695
1723
  DestinationPhoneNumber?: string | undefined;
1696
1724
  FlowId?: string | undefined;
1697
1725
  }
1698
- export interface TestCaseEntryPoint {
1699
- Type?: TestCaseEntryPointType | undefined;
1700
- VoiceCallEntryPointParameters?: VoiceCallEntryPointParameters | undefined;
1701
- ChatEntryPointParameters?: ChatEntryPointParameters | undefined;
1702
- }
1703
- export interface CreateTestCaseRequest {
1704
- InstanceId: string | undefined;
1705
- Name: string | undefined;
1706
- Description?: string | undefined;
1707
- Content: string | undefined;
1708
- EntryPoint?: TestCaseEntryPoint | undefined;
1709
- InitializationData?: string | undefined;
1710
- Status?: TestCaseStatus | undefined;
1711
- TestCaseId?: string | undefined;
1712
- Tags?: Record<string, string> | undefined;
1713
- LastModifiedTime?: Date | undefined;
1714
- LastModifiedRegion?: string | undefined;
1715
- }
1716
- export interface CreateTestCaseResponse {
1717
- TestCaseId?: string | undefined;
1718
- TestCaseArn?: string | undefined;
1719
- }
1720
- export interface CreateTrafficDistributionGroupRequest {
1721
- Name: string | undefined;
1722
- Description?: string | undefined;
1723
- InstanceId: string | undefined;
1724
- ClientToken?: string | undefined;
1725
- Tags?: Record<string, string> | undefined;
1726
- }
1727
- export interface CreateTrafficDistributionGroupResponse {
1728
- Id?: string | undefined;
1729
- Arn?: string | undefined;
1730
- }
1731
- export interface CreateUseCaseRequest {
1732
- InstanceId: string | undefined;
1733
- IntegrationAssociationId: string | undefined;
1734
- UseCaseType: UseCaseType | undefined;
1735
- Tags?: Record<string, string> | undefined;
1736
- }
1737
- export interface CreateUseCaseResponse {
1738
- UseCaseId?: string | undefined;
1739
- UseCaseArn?: string | undefined;
1740
- }