@aws-sdk/client-entityresolution 3.1091.0 → 3.1092.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.
- package/dist-cjs/index.js +4 -3
- package/dist-es/schemas/schemas_0.js +3 -2
- package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +3 -1
- package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +1 -0
- package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +3 -1
- package/dist-types/models/models_0.d.ts +10 -5
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1091.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -449,6 +449,7 @@ const _de = "description";
|
|
|
449
449
|
const _e = "error";
|
|
450
450
|
const _eD = "errorDetails";
|
|
451
451
|
const _eM = "errorMessage";
|
|
452
|
+
const _eRTM = "enableRealTimeMatching";
|
|
452
453
|
const _eT = "errorType";
|
|
453
454
|
const _eTM = "enableTransitiveMatching";
|
|
454
455
|
const _eTn = "endTime";
|
|
@@ -1123,8 +1124,8 @@ var _Record$ = [3, n0, _R,
|
|
|
1123
1124
|
];
|
|
1124
1125
|
var ResolutionTechniques$ = [3, n0, _RT,
|
|
1125
1126
|
0,
|
|
1126
|
-
[_rTe, _rBP, _rCP, _pP],
|
|
1127
|
-
[0, () => RuleBasedProperties$, () => RuleConditionProperties$, () => ProviderProperties$], 1
|
|
1127
|
+
[_rTe, _rBP, _rCP, _eRTM, _pP],
|
|
1128
|
+
[0, () => RuleBasedProperties$, () => RuleConditionProperties$, 2, () => ProviderProperties$], 1
|
|
1128
1129
|
];
|
|
1129
1130
|
var Rule$ = [3, n0, _Ru,
|
|
1130
1131
|
0,
|
|
@@ -216,6 +216,7 @@ const _de = "description";
|
|
|
216
216
|
const _e = "error";
|
|
217
217
|
const _eD = "errorDetails";
|
|
218
218
|
const _eM = "errorMessage";
|
|
219
|
+
const _eRTM = "enableRealTimeMatching";
|
|
219
220
|
const _eT = "errorType";
|
|
220
221
|
const _eTM = "enableTransitiveMatching";
|
|
221
222
|
const _eTn = "endTime";
|
|
@@ -893,8 +894,8 @@ export var _Record$ = [3, n0, _R,
|
|
|
893
894
|
];
|
|
894
895
|
export var ResolutionTechniques$ = [3, n0, _RT,
|
|
895
896
|
0,
|
|
896
|
-
[_rTe, _rBP, _rCP, _pP],
|
|
897
|
-
[0, () => RuleBasedProperties$, () => RuleConditionProperties$, () => ProviderProperties$], 1
|
|
897
|
+
[_rTe, _rBP, _rCP, _eRTM, _pP],
|
|
898
|
+
[0, () => RuleBasedProperties$, () => RuleConditionProperties$, 2, () => ProviderProperties$], 1
|
|
898
899
|
];
|
|
899
900
|
export var Rule$ = [3, n0, _Ru,
|
|
900
901
|
0,
|
|
@@ -24,7 +24,7 @@ declare const CreateMatchingWorkflowCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <p>Creates a matching workflow that defines the configuration for a data processing job. The workflow name must be unique. To modify an existing workflow, use <code>UpdateMatchingWorkflow</code>. </p> <important> <p>For workflows where <code>resolutionType</code> is <code>
|
|
27
|
+
* <p>Creates a matching workflow that defines the configuration for a data processing job. The workflow name must be unique. To modify an existing workflow, use <code>UpdateMatchingWorkflow</code>. </p> <important> <p>For workflows where <code>resolutionType</code> is <code>PROVIDER</code>, incremental processing is not supported. </p> </important>
|
|
28
28
|
* @example
|
|
29
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
30
|
* ```javascript
|
|
@@ -85,6 +85,7 @@ declare const CreateMatchingWorkflowCommand_base: {
|
|
|
85
85
|
* enableTransitiveMatching: true || false,
|
|
86
86
|
* },
|
|
87
87
|
* },
|
|
88
|
+
* enableRealTimeMatching: true || false,
|
|
88
89
|
* providerProperties: { // ProviderProperties
|
|
89
90
|
* providerServiceArn: "STRING_VALUE", // required
|
|
90
91
|
* providerConfiguration: "DOCUMENT_VALUE",
|
|
@@ -156,6 +157,7 @@ declare const CreateMatchingWorkflowCommand_base: {
|
|
|
156
157
|
* // enableTransitiveMatching: true || false,
|
|
157
158
|
* // },
|
|
158
159
|
* // },
|
|
160
|
+
* // enableRealTimeMatching: true || false,
|
|
159
161
|
* // providerProperties: { // ProviderProperties
|
|
160
162
|
* // providerServiceArn: "STRING_VALUE", // required
|
|
161
163
|
* // providerConfiguration: "DOCUMENT_VALUE",
|
|
@@ -91,6 +91,7 @@ declare const GetMatchingWorkflowCommand_base: {
|
|
|
91
91
|
* // enableTransitiveMatching: true || false,
|
|
92
92
|
* // },
|
|
93
93
|
* // },
|
|
94
|
+
* // enableRealTimeMatching: true || false,
|
|
94
95
|
* // providerProperties: { // ProviderProperties
|
|
95
96
|
* // providerServiceArn: "STRING_VALUE", // required
|
|
96
97
|
* // providerConfiguration: "DOCUMENT_VALUE",
|
|
@@ -24,7 +24,7 @@ declare const UpdateMatchingWorkflowCommand_base: {
|
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
|
-
* <p>Updates an existing matching workflow. The workflow must already exist for this operation to succeed.</p> <important> <p>For workflows where <code>resolutionType</code> is <code>
|
|
27
|
+
* <p>Updates an existing matching workflow. The workflow must already exist for this operation to succeed.</p> <important> <p>For workflows where <code>resolutionType</code> is <code>PROVIDER</code>, incremental processing is not supported. </p> </important>
|
|
28
28
|
* @example
|
|
29
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
30
|
* ```javascript
|
|
@@ -85,6 +85,7 @@ declare const UpdateMatchingWorkflowCommand_base: {
|
|
|
85
85
|
* enableTransitiveMatching: true || false,
|
|
86
86
|
* },
|
|
87
87
|
* },
|
|
88
|
+
* enableRealTimeMatching: true || false,
|
|
88
89
|
* providerProperties: { // ProviderProperties
|
|
89
90
|
* providerServiceArn: "STRING_VALUE", // required
|
|
90
91
|
* providerConfiguration: "DOCUMENT_VALUE",
|
|
@@ -152,6 +153,7 @@ declare const UpdateMatchingWorkflowCommand_base: {
|
|
|
152
153
|
* // enableTransitiveMatching: true || false,
|
|
153
154
|
* // },
|
|
154
155
|
* // },
|
|
156
|
+
* // enableRealTimeMatching: true || false,
|
|
155
157
|
* // providerProperties: { // ProviderProperties
|
|
156
158
|
* // providerServiceArn: "STRING_VALUE", // required
|
|
157
159
|
* // providerConfiguration: "DOCUMENT_VALUE",
|
|
@@ -535,12 +535,12 @@ export interface CreateIdNamespaceOutput {
|
|
|
535
535
|
tags?: Record<string, string> | undefined;
|
|
536
536
|
}
|
|
537
537
|
/**
|
|
538
|
-
* <p>Optional. An object that defines the incremental run type. This object contains only the <code>incrementalRunType</code> field, which appears as "Automatic" in the console. </p> <important> <p>For workflows where <code>resolutionType</code> is <code>
|
|
538
|
+
* <p>Optional. An object that defines the incremental run type. This object contains only the <code>incrementalRunType</code> field, which appears as "Automatic" in the console. </p> <important> <p>For workflows where <code>resolutionType</code> is <code>PROVIDER</code>, incremental processing is not supported. </p> </important>
|
|
539
539
|
* @public
|
|
540
540
|
*/
|
|
541
541
|
export interface IncrementalRunConfig {
|
|
542
542
|
/**
|
|
543
|
-
* <p>The type of incremental run. The only valid value is <code>IMMEDIATE</code>. This appears as "Automatic" in the console.</p> <important> <p>For workflows where <code>resolutionType</code> is <code>
|
|
543
|
+
* <p>The type of incremental run. The only valid value is <code>IMMEDIATE</code>. This appears as "Automatic" in the console.</p> <important> <p>For workflows where <code>resolutionType</code> is <code>PROVIDER</code>, incremental processing is not supported. </p> </important>
|
|
544
544
|
* @public
|
|
545
545
|
*/
|
|
546
546
|
incrementalRunType?: IncrementalRunType | undefined;
|
|
@@ -713,6 +713,11 @@ export interface ResolutionTechniques {
|
|
|
713
713
|
* @public
|
|
714
714
|
*/
|
|
715
715
|
ruleConditionProperties?: RuleConditionProperties | undefined;
|
|
716
|
+
/**
|
|
717
|
+
* <p>Specifies whether real-time matching is enabled for the rule-based matching workflow. When you enable real-time matching, you can use the <code>GenerateMatchId</code> operation with the workflow.</p>
|
|
718
|
+
* @public
|
|
719
|
+
*/
|
|
720
|
+
enableRealTimeMatching?: boolean | undefined;
|
|
716
721
|
/**
|
|
717
722
|
* <p>The properties of the provider service.</p>
|
|
718
723
|
* @public
|
|
@@ -749,7 +754,7 @@ export interface CreateMatchingWorkflowInput {
|
|
|
749
754
|
*/
|
|
750
755
|
resolutionTechniques: ResolutionTechniques | undefined;
|
|
751
756
|
/**
|
|
752
|
-
* <p>Optional. An object that defines the incremental run type. This object contains only the <code>incrementalRunType</code> field, which appears as "Automatic" in the console. </p> <important> <p>For workflows where <code>resolutionType</code> is <code>
|
|
757
|
+
* <p>Optional. An object that defines the incremental run type. This object contains only the <code>incrementalRunType</code> field, which appears as "Automatic" in the console. </p> <important> <p>For workflows where <code>resolutionType</code> is <code>PROVIDER</code>, incremental processing is not supported. </p> </important>
|
|
753
758
|
* @public
|
|
754
759
|
*/
|
|
755
760
|
incrementalRunConfig?: IncrementalRunConfig | undefined;
|
|
@@ -1046,7 +1051,7 @@ export interface GenerateMatchIdInput {
|
|
|
1046
1051
|
*/
|
|
1047
1052
|
records: _Record[] | undefined;
|
|
1048
1053
|
/**
|
|
1049
|
-
* <p>The processing mode that determines how Match IDs are generated and results are saved. Each mode provides different levels of accuracy, response time, and completeness of results.</p> <p>If not specified, defaults to <code>CONSISTENT</code>.</p> <p> <code>CONSISTENT</code>: Performs immediate lookup and matching against all existing records, with results saved synchronously. Provides highest accuracy but slower response time.</p> <p> <code>EVENTUAL</code> (shown as <i>Background</i> in the console): Performs initial match ID lookup or generation immediately, with record updates processed asynchronously in the background. Offers faster initial response time, with complete matching results available later in S3. </p> <p> <code>EVENTUAL_NO_LOOKUP</code> (shown as <i>Quick ID generation</i> in the console): Generates new match IDs without checking existing matches, with updates processed asynchronously. Provides fastest response time but should only be used for records known to be unique. </p>
|
|
1054
|
+
* <p>The processing mode that determines how Match IDs are generated and results are saved. Each mode provides different levels of accuracy, response time, and completeness of results.</p> <p>If not specified, defaults to <code>CONSISTENT</code>.</p> <p> <code>CONSISTENT</code>: Performs immediate lookup and matching against all existing records, with results saved synchronously. Provides highest accuracy but slower response time.</p> <p> <code>EVENTUAL</code> (shown as <i>Background</i> in the console): Performs initial match ID lookup or generation immediately, with record updates processed asynchronously in the background. Offers faster initial response time, with complete matching results available later in S3. </p> <p> <code>EVENTUAL_NO_LOOKUP</code> (shown as <i>Quick ID generation</i> in the console): Generates new match IDs without checking existing matches, with updates processed asynchronously. Provides fastest response time but should only be used for records known to be unique. </p> <note> <p>Advanced matching workflows don't support the <code>processingType</code> field.</p> </note>
|
|
1050
1055
|
* @public
|
|
1051
1056
|
*/
|
|
1052
1057
|
processingType?: ProcessingType | undefined;
|
|
@@ -2729,7 +2734,7 @@ export interface UpdateMatchingWorkflowInput {
|
|
|
2729
2734
|
*/
|
|
2730
2735
|
resolutionTechniques: ResolutionTechniques | undefined;
|
|
2731
2736
|
/**
|
|
2732
|
-
* <p>Optional. An object that defines the incremental run type. This object contains only the <code>incrementalRunType</code> field, which appears as "Automatic" in the console. </p> <important> <p>For workflows where <code>resolutionType</code> is <code>
|
|
2737
|
+
* <p>Optional. An object that defines the incremental run type. This object contains only the <code>incrementalRunType</code> field, which appears as "Automatic" in the console. </p> <important> <p>For workflows where <code>resolutionType</code> is <code>PROVIDER</code>, incremental processing is not supported. </p> </important>
|
|
2733
2738
|
* @public
|
|
2734
2739
|
*/
|
|
2735
2740
|
incrementalRunConfig?: IncrementalRunConfig | undefined;
|
|
@@ -187,6 +187,7 @@ export interface ResolutionTechniques {
|
|
|
187
187
|
resolutionType: ResolutionType | undefined;
|
|
188
188
|
ruleBasedProperties?: RuleBasedProperties | undefined;
|
|
189
189
|
ruleConditionProperties?: RuleConditionProperties | undefined;
|
|
190
|
+
enableRealTimeMatching?: boolean | undefined;
|
|
190
191
|
providerProperties?: ProviderProperties | undefined;
|
|
191
192
|
}
|
|
192
193
|
export interface CreateMatchingWorkflowInput {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-entityresolution",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1092.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Entityresolution Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-entityresolution",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@aws-sdk/core": "^3.
|
|
50
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
49
|
+
"@aws-sdk/core": "^3.976.0",
|
|
50
|
+
"@aws-sdk/credential-provider-node": "^3.972.71",
|
|
51
51
|
"@aws-sdk/types": "^3.974.2",
|
|
52
52
|
"@smithy/core": "^3.29.4",
|
|
53
53
|
"@smithy/fetch-http-handler": "^5.6.6",
|