@aws-sdk/client-entityresolution 3.856.0 → 3.858.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 -2
- package/dist-es/protocols/Aws_restJson1.js +2 -0
- package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +1 -1
- package/dist-types/commands/CreateIdNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +17 -1
- package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +8 -0
- package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +17 -1
- package/dist-types/models/models_0.d.ts +64 -32
- package/dist-types/ts3.4/models/models_0.d.ts +8 -0
- package/package.json +11 -11
package/dist-cjs/index.js
CHANGED
|
@@ -1849,7 +1849,8 @@ var se_ResolutionTechniques = /* @__PURE__ */ __name((input, context) => {
|
|
|
1849
1849
|
return (0, import_smithy_client.take)(input, {
|
|
1850
1850
|
providerProperties: /* @__PURE__ */ __name((_) => se_ProviderProperties(_, context), "providerProperties"),
|
|
1851
1851
|
resolutionType: [],
|
|
1852
|
-
ruleBasedProperties: import_smithy_client._json
|
|
1852
|
+
ruleBasedProperties: import_smithy_client._json,
|
|
1853
|
+
ruleConditionProperties: import_smithy_client._json
|
|
1853
1854
|
});
|
|
1854
1855
|
}, "se_ResolutionTechniques");
|
|
1855
1856
|
var se_Document = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -1959,7 +1960,8 @@ var de_ResolutionTechniques = /* @__PURE__ */ __name((output, context) => {
|
|
|
1959
1960
|
return (0, import_smithy_client.take)(output, {
|
|
1960
1961
|
providerProperties: /* @__PURE__ */ __name((_) => de_ProviderProperties(_, context), "providerProperties"),
|
|
1961
1962
|
resolutionType: import_smithy_client.expectString,
|
|
1962
|
-
ruleBasedProperties: import_smithy_client._json
|
|
1963
|
+
ruleBasedProperties: import_smithy_client._json,
|
|
1964
|
+
ruleConditionProperties: import_smithy_client._json
|
|
1963
1965
|
});
|
|
1964
1966
|
}, "de_ResolutionTechniques");
|
|
1965
1967
|
var de_SchemaMappingList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1309,6 +1309,7 @@ const se_ResolutionTechniques = (input, context) => {
|
|
|
1309
1309
|
providerProperties: (_) => se_ProviderProperties(_, context),
|
|
1310
1310
|
resolutionType: [],
|
|
1311
1311
|
ruleBasedProperties: _json,
|
|
1312
|
+
ruleConditionProperties: _json,
|
|
1312
1313
|
});
|
|
1313
1314
|
};
|
|
1314
1315
|
const se_Document = (input, context) => {
|
|
@@ -1429,6 +1430,7 @@ const de_ResolutionTechniques = (output, context) => {
|
|
|
1429
1430
|
providerProperties: (_) => de_ProviderProperties(_, context),
|
|
1430
1431
|
resolutionType: __expectString,
|
|
1431
1432
|
ruleBasedProperties: _json,
|
|
1433
|
+
ruleConditionProperties: _json,
|
|
1432
1434
|
});
|
|
1433
1435
|
};
|
|
1434
1436
|
const de_SchemaMappingList = (output, context) => {
|
|
@@ -27,7 +27,7 @@ declare const CreateIdMappingWorkflowCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates an <code>IdMappingWorkflow</code> object which stores the configuration of the data processing job to be run. Each <code>IdMappingWorkflow</code> must have a unique workflow name. To modify an existing workflow, use the
|
|
30
|
+
* <p>Creates an <code>IdMappingWorkflow</code> object which stores the configuration of the data processing job to be run. Each <code>IdMappingWorkflow</code> must have a unique workflow name. To modify an existing workflow, use the UpdateIdMappingWorkflow API.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const CreateIdNamespaceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates an ID namespace object which will help customers provide metadata explaining their dataset and how to use it. Each ID namespace must have a unique name. To modify an existing ID namespace, use the
|
|
30
|
+
* <p>Creates an ID namespace object which will help customers provide metadata explaining their dataset and how to use it. Each ID namespace must have a unique name. To modify an existing ID namespace, use the UpdateIdNamespace API.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const CreateMatchingWorkflowCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a
|
|
30
|
+
* <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 ML_MATCHING, incremental processing is not supported. </p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -71,6 +71,14 @@ declare const CreateMatchingWorkflowCommand_base: {
|
|
|
71
71
|
* attributeMatchingModel: "ONE_TO_ONE" || "MANY_TO_MANY", // required
|
|
72
72
|
* matchPurpose: "IDENTIFIER_GENERATION" || "INDEXING",
|
|
73
73
|
* },
|
|
74
|
+
* ruleConditionProperties: { // RuleConditionProperties
|
|
75
|
+
* rules: [ // RuleConditionList // required
|
|
76
|
+
* { // RuleCondition
|
|
77
|
+
* ruleName: "STRING_VALUE", // required
|
|
78
|
+
* condition: "STRING_VALUE", // required
|
|
79
|
+
* },
|
|
80
|
+
* ],
|
|
81
|
+
* },
|
|
74
82
|
* providerProperties: { // ProviderProperties
|
|
75
83
|
* providerServiceArn: "STRING_VALUE", // required
|
|
76
84
|
* providerConfiguration: "DOCUMENT_VALUE",
|
|
@@ -127,6 +135,14 @@ declare const CreateMatchingWorkflowCommand_base: {
|
|
|
127
135
|
* // attributeMatchingModel: "ONE_TO_ONE" || "MANY_TO_MANY", // required
|
|
128
136
|
* // matchPurpose: "IDENTIFIER_GENERATION" || "INDEXING",
|
|
129
137
|
* // },
|
|
138
|
+
* // ruleConditionProperties: { // RuleConditionProperties
|
|
139
|
+
* // rules: [ // RuleConditionList // required
|
|
140
|
+
* // { // RuleCondition
|
|
141
|
+
* // ruleName: "STRING_VALUE", // required
|
|
142
|
+
* // condition: "STRING_VALUE", // required
|
|
143
|
+
* // },
|
|
144
|
+
* // ],
|
|
145
|
+
* // },
|
|
130
146
|
* // providerProperties: { // ProviderProperties
|
|
131
147
|
* // providerServiceArn: "STRING_VALUE", // required
|
|
132
148
|
* // providerConfiguration: "DOCUMENT_VALUE",
|
|
@@ -77,6 +77,14 @@ declare const GetMatchingWorkflowCommand_base: {
|
|
|
77
77
|
* // attributeMatchingModel: "ONE_TO_ONE" || "MANY_TO_MANY", // required
|
|
78
78
|
* // matchPurpose: "IDENTIFIER_GENERATION" || "INDEXING",
|
|
79
79
|
* // },
|
|
80
|
+
* // ruleConditionProperties: { // RuleConditionProperties
|
|
81
|
+
* // rules: [ // RuleConditionList // required
|
|
82
|
+
* // { // RuleCondition
|
|
83
|
+
* // ruleName: "STRING_VALUE", // required
|
|
84
|
+
* // condition: "STRING_VALUE", // required
|
|
85
|
+
* // },
|
|
86
|
+
* // ],
|
|
87
|
+
* // },
|
|
80
88
|
* // providerProperties: { // ProviderProperties
|
|
81
89
|
* // providerServiceArn: "STRING_VALUE", // required
|
|
82
90
|
* // providerConfiguration: "DOCUMENT_VALUE",
|
|
@@ -27,7 +27,7 @@ declare const UpdateIdMappingWorkflowCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates an existing <code>IdMappingWorkflow</code>. This method is identical to
|
|
30
|
+
* <p>Updates an existing <code>IdMappingWorkflow</code>. This method is identical to CreateIdMappingWorkflow, except it uses an HTTP <code>PUT</code> request instead of a <code>POST</code> request, and the <code>IdMappingWorkflow</code> must already exist for the method to succeed.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const UpdateMatchingWorkflowCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates an existing
|
|
30
|
+
* <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 ML_MATCHING, incremental processing is not supported. </p> </important>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -71,6 +71,14 @@ declare const UpdateMatchingWorkflowCommand_base: {
|
|
|
71
71
|
* attributeMatchingModel: "ONE_TO_ONE" || "MANY_TO_MANY", // required
|
|
72
72
|
* matchPurpose: "IDENTIFIER_GENERATION" || "INDEXING",
|
|
73
73
|
* },
|
|
74
|
+
* ruleConditionProperties: { // RuleConditionProperties
|
|
75
|
+
* rules: [ // RuleConditionList // required
|
|
76
|
+
* { // RuleCondition
|
|
77
|
+
* ruleName: "STRING_VALUE", // required
|
|
78
|
+
* condition: "STRING_VALUE", // required
|
|
79
|
+
* },
|
|
80
|
+
* ],
|
|
81
|
+
* },
|
|
74
82
|
* providerProperties: { // ProviderProperties
|
|
75
83
|
* providerServiceArn: "STRING_VALUE", // required
|
|
76
84
|
* providerConfiguration: "DOCUMENT_VALUE",
|
|
@@ -123,6 +131,14 @@ declare const UpdateMatchingWorkflowCommand_base: {
|
|
|
123
131
|
* // attributeMatchingModel: "ONE_TO_ONE" || "MANY_TO_MANY", // required
|
|
124
132
|
* // matchPurpose: "IDENTIFIER_GENERATION" || "INDEXING",
|
|
125
133
|
* // },
|
|
134
|
+
* // ruleConditionProperties: { // RuleConditionProperties
|
|
135
|
+
* // rules: [ // RuleConditionList // required
|
|
136
|
+
* // { // RuleCondition
|
|
137
|
+
* // ruleName: "STRING_VALUE", // required
|
|
138
|
+
* // condition: "STRING_VALUE", // required
|
|
139
|
+
* // },
|
|
140
|
+
* // ],
|
|
141
|
+
* // },
|
|
126
142
|
* // providerProperties: { // ProviderProperties
|
|
127
143
|
* // providerServiceArn: "STRING_VALUE", // required
|
|
128
144
|
* // providerConfiguration: "DOCUMENT_VALUE",
|
|
@@ -321,7 +321,7 @@ export declare const IdMappingWorkflowRuleDefinitionType: {
|
|
|
321
321
|
*/
|
|
322
322
|
export type IdMappingWorkflowRuleDefinitionType = (typeof IdMappingWorkflowRuleDefinitionType)[keyof typeof IdMappingWorkflowRuleDefinitionType];
|
|
323
323
|
/**
|
|
324
|
-
* <p>An object containing <code>
|
|
324
|
+
* <p>An object containing the <code>ruleName</code> and <code>matchingKeys</code>.</p>
|
|
325
325
|
* @public
|
|
326
326
|
*/
|
|
327
327
|
export interface Rule {
|
|
@@ -352,7 +352,7 @@ export interface IdMappingRuleBasedProperties {
|
|
|
352
352
|
*/
|
|
353
353
|
ruleDefinitionType: IdMappingWorkflowRuleDefinitionType | undefined;
|
|
354
354
|
/**
|
|
355
|
-
* <p>The comparison type. You can either choose <code>ONE_TO_ONE</code> or <code>MANY_TO_MANY</code> as the <code>attributeMatchingModel</code>. </p> <p>If you choose <code>
|
|
355
|
+
* <p>The comparison type. You can either choose <code>ONE_TO_ONE</code> or <code>MANY_TO_MANY</code> as the <code>attributeMatchingModel</code>. </p> <p>If you choose <code>ONE_TO_ONE</code>, the system can only match attributes if the sub-types are an exact match. For example, for the <code>Email</code> attribute type, the system will only consider it a match if the value of the <code>Email</code> field of Profile A matches the value of the <code>Email</code> field of Profile B.</p> <p>If you choose <code>MANY_TO_MANY</code>, the system can match attributes across the sub-types of an attribute type. For example, if the value of the <code>Email</code> field of Profile A matches the value of the <code>BusinessEmail</code> field of Profile B, the two profiles are matched on the <code>Email</code> attribute type. </p>
|
|
356
356
|
* @public
|
|
357
357
|
*/
|
|
358
358
|
attributeMatchingModel: AttributeMatchingModel | undefined;
|
|
@@ -396,7 +396,7 @@ export declare const IdNamespaceType: {
|
|
|
396
396
|
*/
|
|
397
397
|
export type IdNamespaceType = (typeof IdNamespaceType)[keyof typeof IdNamespaceType];
|
|
398
398
|
/**
|
|
399
|
-
* <p>An object containing <code>
|
|
399
|
+
* <p>An object containing <code>inputSourceARN</code>, <code>schemaName</code>, and <code>type</code>.</p>
|
|
400
400
|
* @public
|
|
401
401
|
*/
|
|
402
402
|
export interface IdMappingWorkflowInputSource {
|
|
@@ -452,7 +452,7 @@ export interface CreateIdMappingWorkflowInput {
|
|
|
452
452
|
*/
|
|
453
453
|
inputSourceConfig: IdMappingWorkflowInputSource[] | undefined;
|
|
454
454
|
/**
|
|
455
|
-
* <p>A list of <code>IdMappingWorkflowOutputSource</code> objects, each of which contains fields <code>
|
|
455
|
+
* <p>A list of <code>IdMappingWorkflowOutputSource</code> objects, each of which contains fields <code>outputS3Path</code> and <code>KMSArn</code>.</p>
|
|
456
456
|
* @public
|
|
457
457
|
*/
|
|
458
458
|
outputSourceConfig?: IdMappingWorkflowOutputSource[] | undefined;
|
|
@@ -497,7 +497,7 @@ export interface CreateIdMappingWorkflowOutput {
|
|
|
497
497
|
*/
|
|
498
498
|
inputSourceConfig: IdMappingWorkflowInputSource[] | undefined;
|
|
499
499
|
/**
|
|
500
|
-
* <p>A list of <code>IdMappingWorkflowOutputSource</code> objects, each of which contains fields <code>
|
|
500
|
+
* <p>A list of <code>IdMappingWorkflowOutputSource</code> objects, each of which contains fields <code>outputS3Path</code> and <code>KMSArn</code>.</p>
|
|
501
501
|
* @public
|
|
502
502
|
*/
|
|
503
503
|
outputSourceConfig?: IdMappingWorkflowOutputSource[] | undefined;
|
|
@@ -535,7 +535,7 @@ export declare class ExceedsLimitException extends __BaseException {
|
|
|
535
535
|
constructor(opts: __ExceptionOptionType<ExceedsLimitException, __BaseException>);
|
|
536
536
|
}
|
|
537
537
|
/**
|
|
538
|
-
* <p>An object containing <code>
|
|
538
|
+
* <p>An object containing <code>providerConfiguration</code> and <code>providerServiceArn</code>.</p>
|
|
539
539
|
* @public
|
|
540
540
|
*/
|
|
541
541
|
export interface NamespaceProviderProperties {
|
|
@@ -566,7 +566,7 @@ export interface NamespaceRuleBasedProperties {
|
|
|
566
566
|
*/
|
|
567
567
|
ruleDefinitionTypes?: IdMappingWorkflowRuleDefinitionType[] | undefined;
|
|
568
568
|
/**
|
|
569
|
-
* <p>The comparison type. You can either choose <code>ONE_TO_ONE</code> or <code>MANY_TO_MANY</code> as the <code>attributeMatchingModel</code>. </p> <p>If you choose <code>
|
|
569
|
+
* <p>The comparison type. You can either choose <code>ONE_TO_ONE</code> or <code>MANY_TO_MANY</code> as the <code>attributeMatchingModel</code>. </p> <p>If you choose <code>ONE_TO_ONE</code>, the system can only match attributes if the sub-types are an exact match. For example, for the <code>Email</code> attribute type, the system will only consider it a match if the value of the <code>Email</code> field of Profile A matches the value of the <code>Email</code> field of Profile B.</p> <p>If you choose <code>MANY_TO_MANY</code>, the system can match attributes across the sub-types of an attribute type. For example, if the value of the <code>Email</code> field of Profile A matches the value of <code>BusinessEmail</code> field of Profile B, the two profiles are matched on the <code>Email</code> attribute type. </p>
|
|
570
570
|
* @public
|
|
571
571
|
*/
|
|
572
572
|
attributeMatchingModel?: AttributeMatchingModel | undefined;
|
|
@@ -577,7 +577,7 @@ export interface NamespaceRuleBasedProperties {
|
|
|
577
577
|
recordMatchingModels?: RecordMatchingModel[] | undefined;
|
|
578
578
|
}
|
|
579
579
|
/**
|
|
580
|
-
* <p>An object containing <code>
|
|
580
|
+
* <p>An object containing <code>idMappingType</code>, <code>providerProperties</code>, and <code>ruleBasedProperties</code>.</p>
|
|
581
581
|
* @public
|
|
582
582
|
*/
|
|
583
583
|
export interface IdNamespaceIdMappingWorkflowProperties {
|
|
@@ -598,7 +598,7 @@ export interface IdNamespaceIdMappingWorkflowProperties {
|
|
|
598
598
|
providerProperties?: NamespaceProviderProperties | undefined;
|
|
599
599
|
}
|
|
600
600
|
/**
|
|
601
|
-
* <p>An object containing <code>
|
|
601
|
+
* <p>An object containing <code>inputSourceARN</code> and <code>schemaName</code>.</p>
|
|
602
602
|
* @public
|
|
603
603
|
*/
|
|
604
604
|
export interface IdNamespaceInputSource {
|
|
@@ -720,18 +720,18 @@ export declare const IncrementalRunType: {
|
|
|
720
720
|
*/
|
|
721
721
|
export type IncrementalRunType = (typeof IncrementalRunType)[keyof typeof IncrementalRunType];
|
|
722
722
|
/**
|
|
723
|
-
* <p>An object
|
|
723
|
+
* <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>ML_MATCHING</code>, incremental processing is not supported. </p> </important>
|
|
724
724
|
* @public
|
|
725
725
|
*/
|
|
726
726
|
export interface IncrementalRunConfig {
|
|
727
727
|
/**
|
|
728
|
-
* <p>The type of incremental run.
|
|
728
|
+
* <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>ML_MATCHING</code>, incremental processing is not supported. </p> </important>
|
|
729
729
|
* @public
|
|
730
730
|
*/
|
|
731
731
|
incrementalRunType?: IncrementalRunType | undefined;
|
|
732
732
|
}
|
|
733
733
|
/**
|
|
734
|
-
* <p>An object containing <code>
|
|
734
|
+
* <p>An object containing <code>inputSourceARN</code>, <code>schemaName</code>, and <code>applyNormalization</code>.</p>
|
|
735
735
|
* @public
|
|
736
736
|
*/
|
|
737
737
|
export interface InputSource {
|
|
@@ -819,7 +819,7 @@ export declare const MatchPurpose: {
|
|
|
819
819
|
*/
|
|
820
820
|
export type MatchPurpose = (typeof MatchPurpose)[keyof typeof MatchPurpose];
|
|
821
821
|
/**
|
|
822
|
-
* <p>An object which defines the list of matching rules to run in a matching workflow.
|
|
822
|
+
* <p>An object which defines the list of matching rules to run in a matching workflow. </p>
|
|
823
823
|
* @public
|
|
824
824
|
*/
|
|
825
825
|
export interface RuleBasedProperties {
|
|
@@ -829,7 +829,7 @@ export interface RuleBasedProperties {
|
|
|
829
829
|
*/
|
|
830
830
|
rules: Rule[] | undefined;
|
|
831
831
|
/**
|
|
832
|
-
* <p>The comparison type. You can
|
|
832
|
+
* <p>The comparison type. You can choose <code>ONE_TO_ONE</code> or <code>MANY_TO_MANY</code> as the <code>attributeMatchingModel</code>. </p> <p>If you choose <code>ONE_TO_ONE</code>, the system can only match attributes if the sub-types are an exact match. For example, for the <code>Email</code> attribute type, the system will only consider it a match if the value of the <code>Email</code> field of Profile A matches the value of the <code>Email</code> field of Profile B.</p> <p>If you choose <code>MANY_TO_MANY</code>, the system can match attributes across the sub-types of an attribute type. For example, if the value of the <code>Email</code> field of Profile A and the value of <code>BusinessEmail</code> field of Profile B matches, the two profiles are matched on the <code>Email</code> attribute type. </p>
|
|
833
833
|
* @public
|
|
834
834
|
*/
|
|
835
835
|
attributeMatchingModel: AttributeMatchingModel | undefined;
|
|
@@ -839,6 +839,33 @@ export interface RuleBasedProperties {
|
|
|
839
839
|
*/
|
|
840
840
|
matchPurpose?: MatchPurpose | undefined;
|
|
841
841
|
}
|
|
842
|
+
/**
|
|
843
|
+
* <p>An object that defines the <code>ruleCondition</code> and the <code>ruleName</code> to use in a matching workflow.</p>
|
|
844
|
+
* @public
|
|
845
|
+
*/
|
|
846
|
+
export interface RuleCondition {
|
|
847
|
+
/**
|
|
848
|
+
* <p>A name for the matching rule.</p> <p>For example: <code>Rule1</code> </p>
|
|
849
|
+
* @public
|
|
850
|
+
*/
|
|
851
|
+
ruleName: string | undefined;
|
|
852
|
+
/**
|
|
853
|
+
* <p>A statement that specifies the conditions for a matching rule.</p> <p>If your data is accurate, use an Exact matching function: <code>Exact</code> or <code>ExactManyToMany</code>. </p> <p>If your data has variations in spelling or pronunciation, use a Fuzzy matching function: <code>Cosine</code>, <code>Levenshtein</code>, or <code>Soundex</code>. </p> <p>Use operators if you want to combine (<code>AND</code>), separate (<code>OR</code>), or group matching functions <code>(...)</code>.</p> <p>For example: <code>(Cosine(a, 10) AND Exact(b, true)) OR ExactManyToMany(c, d)</code> </p>
|
|
854
|
+
* @public
|
|
855
|
+
*/
|
|
856
|
+
condition: string | undefined;
|
|
857
|
+
}
|
|
858
|
+
/**
|
|
859
|
+
* <p>The properties of a rule condition that provides the ability to use more complex syntax.</p>
|
|
860
|
+
* @public
|
|
861
|
+
*/
|
|
862
|
+
export interface RuleConditionProperties {
|
|
863
|
+
/**
|
|
864
|
+
* <p> A list of rule objects, each of which have fields <code>ruleName</code> and <code>condition</code>. </p>
|
|
865
|
+
* @public
|
|
866
|
+
*/
|
|
867
|
+
rules: RuleCondition[] | undefined;
|
|
868
|
+
}
|
|
842
869
|
/**
|
|
843
870
|
* <p>An object which defines the <code>resolutionType</code> and the <code>ruleBasedProperties</code>.</p>
|
|
844
871
|
* @public
|
|
@@ -850,10 +877,15 @@ export interface ResolutionTechniques {
|
|
|
850
877
|
*/
|
|
851
878
|
resolutionType: ResolutionType | undefined;
|
|
852
879
|
/**
|
|
853
|
-
* <p>An object which defines the list of matching rules to run and has a field <code>
|
|
880
|
+
* <p>An object which defines the list of matching rules to run and has a field <code>rules</code>, which is a list of rule objects.</p>
|
|
854
881
|
* @public
|
|
855
882
|
*/
|
|
856
883
|
ruleBasedProperties?: RuleBasedProperties | undefined;
|
|
884
|
+
/**
|
|
885
|
+
* <p>An object containing the <code>rules</code> for a matching workflow.</p>
|
|
886
|
+
* @public
|
|
887
|
+
*/
|
|
888
|
+
ruleConditionProperties?: RuleConditionProperties | undefined;
|
|
857
889
|
/**
|
|
858
890
|
* <p>The properties of the provider service.</p>
|
|
859
891
|
* @public
|
|
@@ -880,7 +912,7 @@ export interface CreateMatchingWorkflowInput {
|
|
|
880
912
|
*/
|
|
881
913
|
inputSourceConfig: InputSource[] | undefined;
|
|
882
914
|
/**
|
|
883
|
-
* <p>A list of <code>OutputSource</code> objects, each of which contains fields <code>
|
|
915
|
+
* <p>A list of <code>OutputSource</code> objects, each of which contains fields <code>outputS3Path</code>, <code>applyNormalization</code>, <code>KMSArn</code>, and <code>output</code>.</p>
|
|
884
916
|
* @public
|
|
885
917
|
*/
|
|
886
918
|
outputSourceConfig: OutputSource[] | undefined;
|
|
@@ -890,7 +922,7 @@ export interface CreateMatchingWorkflowInput {
|
|
|
890
922
|
*/
|
|
891
923
|
resolutionTechniques: ResolutionTechniques | undefined;
|
|
892
924
|
/**
|
|
893
|
-
* <p>An object
|
|
925
|
+
* <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>ML_MATCHING</code>, incremental processing is not supported. </p> </important>
|
|
894
926
|
* @public
|
|
895
927
|
*/
|
|
896
928
|
incrementalRunConfig?: IncrementalRunConfig | undefined;
|
|
@@ -930,7 +962,7 @@ export interface CreateMatchingWorkflowOutput {
|
|
|
930
962
|
*/
|
|
931
963
|
inputSourceConfig: InputSource[] | undefined;
|
|
932
964
|
/**
|
|
933
|
-
* <p>A list of <code>OutputSource</code> objects, each of which contains fields <code>
|
|
965
|
+
* <p>A list of <code>OutputSource</code> objects, each of which contains fields <code>outputS3Path</code>, <code>applyNormalization</code>, <code>KMSArn</code>, and <code>output</code>.</p>
|
|
934
966
|
* @public
|
|
935
967
|
*/
|
|
936
968
|
outputSourceConfig: OutputSource[] | undefined;
|
|
@@ -1379,7 +1411,7 @@ export interface IdMappingJobMetrics {
|
|
|
1379
1411
|
uniqueRecordsLoaded?: number | undefined;
|
|
1380
1412
|
}
|
|
1381
1413
|
/**
|
|
1382
|
-
* <p>An object containing <code>KMSArn</code>, <code>
|
|
1414
|
+
* <p>An object containing <code>KMSArn</code>, <code>outputS3Path</code>, and <code>roleARN</code>.</p>
|
|
1383
1415
|
* @public
|
|
1384
1416
|
*/
|
|
1385
1417
|
export interface IdMappingJobOutputSource {
|
|
@@ -1488,7 +1520,7 @@ export interface GetIdMappingWorkflowOutput {
|
|
|
1488
1520
|
*/
|
|
1489
1521
|
inputSourceConfig: IdMappingWorkflowInputSource[] | undefined;
|
|
1490
1522
|
/**
|
|
1491
|
-
* <p>A list of <code>OutputSource</code> objects, each of which contains fields <code>
|
|
1523
|
+
* <p>A list of <code>OutputSource</code> objects, each of which contains fields <code>outputS3Path</code> and <code>KMSArn</code>.</p>
|
|
1492
1524
|
* @public
|
|
1493
1525
|
*/
|
|
1494
1526
|
outputSourceConfig?: IdMappingWorkflowOutputSource[] | undefined;
|
|
@@ -1634,7 +1666,7 @@ export interface GetMatchingJobInput {
|
|
|
1634
1666
|
jobId: string | undefined;
|
|
1635
1667
|
}
|
|
1636
1668
|
/**
|
|
1637
|
-
* <p>An object containing <code>
|
|
1669
|
+
* <p>An object containing <code>inputRecords</code>, <code>totalRecordsProcessed</code>, <code>matchIDs</code>, and <code>recordsNotProcessed</code>.</p>
|
|
1638
1670
|
* @public
|
|
1639
1671
|
*/
|
|
1640
1672
|
export interface JobMetrics {
|
|
@@ -1660,7 +1692,7 @@ export interface JobMetrics {
|
|
|
1660
1692
|
matchIDs?: number | undefined;
|
|
1661
1693
|
}
|
|
1662
1694
|
/**
|
|
1663
|
-
* <p>An object containing <code>KMSArn</code>, <code>
|
|
1695
|
+
* <p>An object containing <code>KMSArn</code>, <code>outputS3Path</code>, and <code>roleArn</code>.</p>
|
|
1664
1696
|
* @public
|
|
1665
1697
|
*/
|
|
1666
1698
|
export interface JobOutputSource {
|
|
@@ -1755,7 +1787,7 @@ export interface GetMatchingWorkflowOutput {
|
|
|
1755
1787
|
*/
|
|
1756
1788
|
inputSourceConfig: InputSource[] | undefined;
|
|
1757
1789
|
/**
|
|
1758
|
-
* <p>A list of <code>OutputSource</code> objects, each of which contains fields <code>
|
|
1790
|
+
* <p>A list of <code>OutputSource</code> objects, each of which contains fields <code>outputS3Path</code>, <code>applyNormalization</code>, <code>KMSArn</code>, and <code>output</code>.</p>
|
|
1759
1791
|
* @public
|
|
1760
1792
|
*/
|
|
1761
1793
|
outputSourceConfig: OutputSource[] | undefined;
|
|
@@ -2128,7 +2160,7 @@ export interface ListIdMappingJobsInput {
|
|
|
2128
2160
|
maxResults?: number | undefined;
|
|
2129
2161
|
}
|
|
2130
2162
|
/**
|
|
2131
|
-
* <p>An object containing the <code>
|
|
2163
|
+
* <p>An object containing the <code>jobId</code>, <code>status</code>, <code>startTime</code>, and <code>endTime</code> of a job.</p>
|
|
2132
2164
|
* @public
|
|
2133
2165
|
*/
|
|
2134
2166
|
export interface JobSummary {
|
|
@@ -2357,7 +2389,7 @@ export interface ListMatchingWorkflowsInput {
|
|
|
2357
2389
|
maxResults?: number | undefined;
|
|
2358
2390
|
}
|
|
2359
2391
|
/**
|
|
2360
|
-
* <p>A list of <code>MatchingWorkflowSummary</code> objects, each of which contain the fields <code>
|
|
2392
|
+
* <p>A list of <code>MatchingWorkflowSummary</code> objects, each of which contain the fields <code>workflowName</code>, <code>workflowArn</code>, <code>resolutionType</code>, <code>createdAt</code>, <code>updatedAt</code>.</p>
|
|
2361
2393
|
* @public
|
|
2362
2394
|
*/
|
|
2363
2395
|
export interface MatchingWorkflowSummary {
|
|
@@ -2392,7 +2424,7 @@ export interface MatchingWorkflowSummary {
|
|
|
2392
2424
|
*/
|
|
2393
2425
|
export interface ListMatchingWorkflowsOutput {
|
|
2394
2426
|
/**
|
|
2395
|
-
* <p>A list of <code>MatchingWorkflowSummary</code> objects, each of which contain the fields <code>
|
|
2427
|
+
* <p>A list of <code>MatchingWorkflowSummary</code> objects, each of which contain the fields <code>workflowName</code>, <code>workflowArn</code>, <code>resolutionType</code>, <code>createdAt</code>, and <code>updatedAt</code>.</p>
|
|
2396
2428
|
* @public
|
|
2397
2429
|
*/
|
|
2398
2430
|
workflowSummaries?: MatchingWorkflowSummary[] | undefined;
|
|
@@ -2484,7 +2516,7 @@ export interface ListSchemaMappingsInput {
|
|
|
2484
2516
|
maxResults?: number | undefined;
|
|
2485
2517
|
}
|
|
2486
2518
|
/**
|
|
2487
|
-
* <p>An object containing <code>
|
|
2519
|
+
* <p>An object containing <code>schemaName</code>, <code>schemaArn</code>, <code>createdAt</code>, <code>updatedAt</code>, and <code>hasWorkflows</code>.</p>
|
|
2488
2520
|
* @public
|
|
2489
2521
|
*/
|
|
2490
2522
|
export interface SchemaMappingSummary {
|
|
@@ -2699,7 +2731,7 @@ export interface UpdateIdMappingWorkflowInput {
|
|
|
2699
2731
|
*/
|
|
2700
2732
|
inputSourceConfig: IdMappingWorkflowInputSource[] | undefined;
|
|
2701
2733
|
/**
|
|
2702
|
-
* <p>A list of <code>OutputSource</code> objects, each of which contains fields <code>
|
|
2734
|
+
* <p>A list of <code>OutputSource</code> objects, each of which contains fields <code>outputS3Path</code> and <code>KMSArn</code>.</p>
|
|
2703
2735
|
* @public
|
|
2704
2736
|
*/
|
|
2705
2737
|
outputSourceConfig?: IdMappingWorkflowOutputSource[] | undefined;
|
|
@@ -2739,7 +2771,7 @@ export interface UpdateIdMappingWorkflowOutput {
|
|
|
2739
2771
|
*/
|
|
2740
2772
|
inputSourceConfig: IdMappingWorkflowInputSource[] | undefined;
|
|
2741
2773
|
/**
|
|
2742
|
-
* <p>A list of <code>OutputSource</code> objects, each of which contains fields <code>
|
|
2774
|
+
* <p>A list of <code>OutputSource</code> objects, each of which contains fields <code>outputS3Path</code> and <code>KMSArn</code>.</p>
|
|
2743
2775
|
* @public
|
|
2744
2776
|
*/
|
|
2745
2777
|
outputSourceConfig?: IdMappingWorkflowOutputSource[] | undefined;
|
|
@@ -2854,7 +2886,7 @@ export interface UpdateMatchingWorkflowInput {
|
|
|
2854
2886
|
*/
|
|
2855
2887
|
inputSourceConfig: InputSource[] | undefined;
|
|
2856
2888
|
/**
|
|
2857
|
-
* <p>A list of <code>OutputSource</code> objects, each of which contains fields <code>
|
|
2889
|
+
* <p>A list of <code>OutputSource</code> objects, each of which contains fields <code>outputS3Path</code>, <code>applyNormalization</code>, <code>KMSArn</code>, and <code>output</code>.</p>
|
|
2858
2890
|
* @public
|
|
2859
2891
|
*/
|
|
2860
2892
|
outputSourceConfig: OutputSource[] | undefined;
|
|
@@ -2864,7 +2896,7 @@ export interface UpdateMatchingWorkflowInput {
|
|
|
2864
2896
|
*/
|
|
2865
2897
|
resolutionTechniques: ResolutionTechniques | undefined;
|
|
2866
2898
|
/**
|
|
2867
|
-
* <p>An object
|
|
2899
|
+
* <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>ML_MATCHING</code>, incremental processing is not supported. </p> </important>
|
|
2868
2900
|
* @public
|
|
2869
2901
|
*/
|
|
2870
2902
|
incrementalRunConfig?: IncrementalRunConfig | undefined;
|
|
@@ -2894,7 +2926,7 @@ export interface UpdateMatchingWorkflowOutput {
|
|
|
2894
2926
|
*/
|
|
2895
2927
|
inputSourceConfig: InputSource[] | undefined;
|
|
2896
2928
|
/**
|
|
2897
|
-
* <p>A list of <code>OutputSource</code> objects, each of which contains fields <code>
|
|
2929
|
+
* <p>A list of <code>OutputSource</code> objects, each of which contains fields <code>outputS3Path</code>, <code>applyNormalization</code>, <code>KMSArn</code>, and <code>output</code>.</p>
|
|
2898
2930
|
* @public
|
|
2899
2931
|
*/
|
|
2900
2932
|
outputSourceConfig: OutputSource[] | undefined;
|
|
@@ -266,9 +266,17 @@ export interface RuleBasedProperties {
|
|
|
266
266
|
attributeMatchingModel: AttributeMatchingModel | undefined;
|
|
267
267
|
matchPurpose?: MatchPurpose | undefined;
|
|
268
268
|
}
|
|
269
|
+
export interface RuleCondition {
|
|
270
|
+
ruleName: string | undefined;
|
|
271
|
+
condition: string | undefined;
|
|
272
|
+
}
|
|
273
|
+
export interface RuleConditionProperties {
|
|
274
|
+
rules: RuleCondition[] | undefined;
|
|
275
|
+
}
|
|
269
276
|
export interface ResolutionTechniques {
|
|
270
277
|
resolutionType: ResolutionType | undefined;
|
|
271
278
|
ruleBasedProperties?: RuleBasedProperties | undefined;
|
|
279
|
+
ruleConditionProperties?: RuleConditionProperties | undefined;
|
|
272
280
|
providerProperties?: ProviderProperties | undefined;
|
|
273
281
|
}
|
|
274
282
|
export interface CreateMatchingWorkflowInput {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-entityresolution",
|
|
3
3
|
"description": "AWS SDK for JavaScript Entityresolution Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.858.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-entityresolution",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.858.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.858.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.840.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.858.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
30
30
|
"@aws-sdk/types": "3.840.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.858.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.4",
|
|
35
|
-
"@smithy/core": "^3.7.
|
|
35
|
+
"@smithy/core": "^3.7.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.1.0",
|
|
37
37
|
"@smithy/hash-node": "^4.0.4",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
41
|
-
"@smithy/middleware-retry": "^4.1.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.17",
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.18",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.8",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.4",
|
|
44
44
|
"@smithy/node-config-provider": "^4.1.3",
|
|
45
45
|
"@smithy/node-http-handler": "^4.1.0",
|
|
46
46
|
"@smithy/protocol-http": "^5.1.2",
|
|
47
|
-
"@smithy/smithy-client": "^4.4.
|
|
47
|
+
"@smithy/smithy-client": "^4.4.9",
|
|
48
48
|
"@smithy/types": "^4.3.1",
|
|
49
49
|
"@smithy/url-parser": "^4.0.4",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.25",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.25",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.6",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.4",
|
|
57
57
|
"@smithy/util-retry": "^4.0.6",
|