@aws-sdk/client-entityresolution 3.947.0 → 3.952.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 +8 -3
- package/dist-es/schemas/schemas_0.js +8 -3
- package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +2 -2
- package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +10 -2
- package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +1 -1
- package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +5 -1
- package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +2 -2
- package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +10 -2
- package/dist-types/models/models_0.d.ts +29 -8
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +9 -2
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -227,6 +227,7 @@ const _CINO = "CreateIdNamespaceOutput";
|
|
|
227
227
|
const _CMW = "CreateMatchingWorkflow";
|
|
228
228
|
const _CMWI = "CreateMatchingWorkflowInput";
|
|
229
229
|
const _CMWO = "CreateMatchingWorkflowOutput";
|
|
230
|
+
const _CPIC = "CustomerProfilesIntegrationConfig";
|
|
230
231
|
const _CSM = "CreateSchemaMapping";
|
|
231
232
|
const _CSMI = "CreateSchemaMappingInput";
|
|
232
233
|
const _CSMO = "CreateSchemaMappingOutput";
|
|
@@ -415,8 +416,10 @@ const _aO = "anonymizedOutput";
|
|
|
415
416
|
const _ac = "action";
|
|
416
417
|
const _c = "client";
|
|
417
418
|
const _cA = "createdAt";
|
|
419
|
+
const _cPIC = "customerProfilesIntegrationConfig";
|
|
418
420
|
const _co = "condition";
|
|
419
421
|
const _d = "deleted";
|
|
422
|
+
const _dA = "domainArn";
|
|
420
423
|
const _dRP = "deleteRecordsProcessed";
|
|
421
424
|
const _dSI = "dataSetId";
|
|
422
425
|
const _dUI = "disconnectedUniqueIds";
|
|
@@ -480,6 +483,7 @@ const _nURL = "newUniqueRecordsLoaded";
|
|
|
480
483
|
const _o = "output";
|
|
481
484
|
const _oSC = "outputSourceConfig";
|
|
482
485
|
const _oSP = "outputS3Path";
|
|
486
|
+
const _oTA = "objectTypeArn";
|
|
483
487
|
const _p = "principal";
|
|
484
488
|
const _pC = "providerConfiguration";
|
|
485
489
|
const _pCD = "providerConfigurationDefinition";
|
|
@@ -681,6 +685,7 @@ var CreateSchemaMappingOutput = [
|
|
|
681
685
|
[_sN, _sA, _de, _mIF],
|
|
682
686
|
[0, 0, 0, () => SchemaInputAttributes],
|
|
683
687
|
];
|
|
688
|
+
var CustomerProfilesIntegrationConfig = [3, n0, _CPIC, 0, [_dA, _oTA], [0, 0]];
|
|
684
689
|
var DeletedUniqueId = [3, n0, _DUI, 0, [_uIn], [0]];
|
|
685
690
|
var DeleteIdMappingWorkflowInput = [3, n0, _DIMWI, 0, [_wN], [[0, 1]]];
|
|
686
691
|
var DeleteIdMappingWorkflowOutput = [3, n0, _DIMWO, 0, [_m], [0]];
|
|
@@ -899,7 +904,7 @@ var IdMappingTechniques = [
|
|
|
899
904
|
[0, () => IdMappingRuleBasedProperties, () => ProviderProperties],
|
|
900
905
|
];
|
|
901
906
|
var IdMappingWorkflowInputSource = [3, n0, _IMWIS, 0, [_iSARN, _sN, _ty], [0, 0, 0]];
|
|
902
|
-
var IdMappingWorkflowOutputSource = [3, n0, _IMWOS, 0, [
|
|
907
|
+
var IdMappingWorkflowOutputSource = [3, n0, _IMWOS, 0, [_KMSA, _oSP], [0, 0]];
|
|
903
908
|
var IdMappingWorkflowSummary = [3, n0, _IMWS, 0, [_wN, _wA, _cA, _uA], [0, 0, 4, 4]];
|
|
904
909
|
var IdNamespaceIdMappingWorkflowMetadata = [3, n0, _INIMWM, 0, [_iMTd], [0]];
|
|
905
910
|
var IdNamespaceIdMappingWorkflowProperties = [
|
|
@@ -1069,8 +1074,8 @@ var OutputSource = [
|
|
|
1069
1074
|
n0,
|
|
1070
1075
|
_OS,
|
|
1071
1076
|
0,
|
|
1072
|
-
[
|
|
1073
|
-
[0, 0, () => OutputAttributes, 2],
|
|
1077
|
+
[_KMSA, _oSP, _o, _aN, _cPIC],
|
|
1078
|
+
[0, 0, () => OutputAttributes, 2, () => CustomerProfilesIntegrationConfig],
|
|
1074
1079
|
];
|
|
1075
1080
|
var ProviderComponentSchema = [
|
|
1076
1081
|
3,
|
|
@@ -15,6 +15,7 @@ const _CINO = "CreateIdNamespaceOutput";
|
|
|
15
15
|
const _CMW = "CreateMatchingWorkflow";
|
|
16
16
|
const _CMWI = "CreateMatchingWorkflowInput";
|
|
17
17
|
const _CMWO = "CreateMatchingWorkflowOutput";
|
|
18
|
+
const _CPIC = "CustomerProfilesIntegrationConfig";
|
|
18
19
|
const _CSM = "CreateSchemaMapping";
|
|
19
20
|
const _CSMI = "CreateSchemaMappingInput";
|
|
20
21
|
const _CSMO = "CreateSchemaMappingOutput";
|
|
@@ -203,8 +204,10 @@ const _aO = "anonymizedOutput";
|
|
|
203
204
|
const _ac = "action";
|
|
204
205
|
const _c = "client";
|
|
205
206
|
const _cA = "createdAt";
|
|
207
|
+
const _cPIC = "customerProfilesIntegrationConfig";
|
|
206
208
|
const _co = "condition";
|
|
207
209
|
const _d = "deleted";
|
|
210
|
+
const _dA = "domainArn";
|
|
208
211
|
const _dRP = "deleteRecordsProcessed";
|
|
209
212
|
const _dSI = "dataSetId";
|
|
210
213
|
const _dUI = "disconnectedUniqueIds";
|
|
@@ -268,6 +271,7 @@ const _nURL = "newUniqueRecordsLoaded";
|
|
|
268
271
|
const _o = "output";
|
|
269
272
|
const _oSC = "outputSourceConfig";
|
|
270
273
|
const _oSP = "outputS3Path";
|
|
274
|
+
const _oTA = "objectTypeArn";
|
|
271
275
|
const _p = "principal";
|
|
272
276
|
const _pC = "providerConfiguration";
|
|
273
277
|
const _pCD = "providerConfigurationDefinition";
|
|
@@ -472,6 +476,7 @@ export var CreateSchemaMappingOutput = [
|
|
|
472
476
|
[_sN, _sA, _de, _mIF],
|
|
473
477
|
[0, 0, 0, () => SchemaInputAttributes],
|
|
474
478
|
];
|
|
479
|
+
export var CustomerProfilesIntegrationConfig = [3, n0, _CPIC, 0, [_dA, _oTA], [0, 0]];
|
|
475
480
|
export var DeletedUniqueId = [3, n0, _DUI, 0, [_uIn], [0]];
|
|
476
481
|
export var DeleteIdMappingWorkflowInput = [3, n0, _DIMWI, 0, [_wN], [[0, 1]]];
|
|
477
482
|
export var DeleteIdMappingWorkflowOutput = [3, n0, _DIMWO, 0, [_m], [0]];
|
|
@@ -690,7 +695,7 @@ export var IdMappingTechniques = [
|
|
|
690
695
|
[0, () => IdMappingRuleBasedProperties, () => ProviderProperties],
|
|
691
696
|
];
|
|
692
697
|
export var IdMappingWorkflowInputSource = [3, n0, _IMWIS, 0, [_iSARN, _sN, _ty], [0, 0, 0]];
|
|
693
|
-
export var IdMappingWorkflowOutputSource = [3, n0, _IMWOS, 0, [
|
|
698
|
+
export var IdMappingWorkflowOutputSource = [3, n0, _IMWOS, 0, [_KMSA, _oSP], [0, 0]];
|
|
694
699
|
export var IdMappingWorkflowSummary = [3, n0, _IMWS, 0, [_wN, _wA, _cA, _uA], [0, 0, 4, 4]];
|
|
695
700
|
export var IdNamespaceIdMappingWorkflowMetadata = [3, n0, _INIMWM, 0, [_iMTd], [0]];
|
|
696
701
|
export var IdNamespaceIdMappingWorkflowProperties = [
|
|
@@ -860,8 +865,8 @@ export var OutputSource = [
|
|
|
860
865
|
n0,
|
|
861
866
|
_OS,
|
|
862
867
|
0,
|
|
863
|
-
[
|
|
864
|
-
[0, 0, () => OutputAttributes, 2],
|
|
868
|
+
[_KMSA, _oSP, _o, _aN, _cPIC],
|
|
869
|
+
[0, 0, () => OutputAttributes, 2, () => CustomerProfilesIntegrationConfig],
|
|
865
870
|
];
|
|
866
871
|
export var ProviderComponentSchema = [
|
|
867
872
|
3,
|
|
@@ -48,8 +48,8 @@ declare const CreateIdMappingWorkflowCommand_base: {
|
|
|
48
48
|
* ],
|
|
49
49
|
* outputSourceConfig: [ // IdMappingWorkflowOutputSourceConfig
|
|
50
50
|
* { // IdMappingWorkflowOutputSource
|
|
51
|
-
* outputS3Path: "STRING_VALUE", // required
|
|
52
51
|
* KMSArn: "STRING_VALUE",
|
|
52
|
+
* outputS3Path: "STRING_VALUE", // required
|
|
53
53
|
* },
|
|
54
54
|
* ],
|
|
55
55
|
* idMappingTechniques: { // IdMappingTechniques
|
|
@@ -98,8 +98,8 @@ declare const CreateIdMappingWorkflowCommand_base: {
|
|
|
98
98
|
* // ],
|
|
99
99
|
* // outputSourceConfig: [ // IdMappingWorkflowOutputSourceConfig
|
|
100
100
|
* // { // IdMappingWorkflowOutputSource
|
|
101
|
-
* // outputS3Path: "STRING_VALUE", // required
|
|
102
101
|
* // KMSArn: "STRING_VALUE",
|
|
102
|
+
* // outputS3Path: "STRING_VALUE", // required
|
|
103
103
|
* // },
|
|
104
104
|
* // ],
|
|
105
105
|
* // idMappingTechniques: { // IdMappingTechniques
|
|
@@ -48,8 +48,8 @@ declare const CreateMatchingWorkflowCommand_base: {
|
|
|
48
48
|
* ],
|
|
49
49
|
* outputSourceConfig: [ // OutputSourceConfig // required
|
|
50
50
|
* { // OutputSource
|
|
51
|
-
* outputS3Path: "STRING_VALUE", // required
|
|
52
51
|
* KMSArn: "STRING_VALUE",
|
|
52
|
+
* outputS3Path: "STRING_VALUE",
|
|
53
53
|
* output: [ // OutputAttributes // required
|
|
54
54
|
* { // OutputAttribute
|
|
55
55
|
* name: "STRING_VALUE", // required
|
|
@@ -57,6 +57,10 @@ declare const CreateMatchingWorkflowCommand_base: {
|
|
|
57
57
|
* },
|
|
58
58
|
* ],
|
|
59
59
|
* applyNormalization: true || false,
|
|
60
|
+
* customerProfilesIntegrationConfig: { // CustomerProfilesIntegrationConfig
|
|
61
|
+
* domainArn: "STRING_VALUE", // required
|
|
62
|
+
* objectTypeArn: "STRING_VALUE", // required
|
|
63
|
+
* },
|
|
60
64
|
* },
|
|
61
65
|
* ],
|
|
62
66
|
* resolutionTechniques: { // ResolutionTechniques
|
|
@@ -112,8 +116,8 @@ declare const CreateMatchingWorkflowCommand_base: {
|
|
|
112
116
|
* // ],
|
|
113
117
|
* // outputSourceConfig: [ // OutputSourceConfig // required
|
|
114
118
|
* // { // OutputSource
|
|
115
|
-
* // outputS3Path: "STRING_VALUE", // required
|
|
116
119
|
* // KMSArn: "STRING_VALUE",
|
|
120
|
+
* // outputS3Path: "STRING_VALUE",
|
|
117
121
|
* // output: [ // OutputAttributes // required
|
|
118
122
|
* // { // OutputAttribute
|
|
119
123
|
* // name: "STRING_VALUE", // required
|
|
@@ -121,6 +125,10 @@ declare const CreateMatchingWorkflowCommand_base: {
|
|
|
121
125
|
* // },
|
|
122
126
|
* // ],
|
|
123
127
|
* // applyNormalization: true || false,
|
|
128
|
+
* // customerProfilesIntegrationConfig: { // CustomerProfilesIntegrationConfig
|
|
129
|
+
* // domainArn: "STRING_VALUE", // required
|
|
130
|
+
* // objectTypeArn: "STRING_VALUE", // required
|
|
131
|
+
* // },
|
|
124
132
|
* // },
|
|
125
133
|
* // ],
|
|
126
134
|
* // resolutionTechniques: { // ResolutionTechniques
|
|
@@ -54,8 +54,8 @@ declare const GetIdMappingWorkflowCommand_base: {
|
|
|
54
54
|
* // ],
|
|
55
55
|
* // outputSourceConfig: [ // IdMappingWorkflowOutputSourceConfig
|
|
56
56
|
* // { // IdMappingWorkflowOutputSource
|
|
57
|
-
* // outputS3Path: "STRING_VALUE", // required
|
|
58
57
|
* // KMSArn: "STRING_VALUE",
|
|
58
|
+
* // outputS3Path: "STRING_VALUE", // required
|
|
59
59
|
* // },
|
|
60
60
|
* // ],
|
|
61
61
|
* // idMappingTechniques: { // IdMappingTechniques
|
|
@@ -54,8 +54,8 @@ declare const GetMatchingWorkflowCommand_base: {
|
|
|
54
54
|
* // ],
|
|
55
55
|
* // outputSourceConfig: [ // OutputSourceConfig // required
|
|
56
56
|
* // { // OutputSource
|
|
57
|
-
* // outputS3Path: "STRING_VALUE", // required
|
|
58
57
|
* // KMSArn: "STRING_VALUE",
|
|
58
|
+
* // outputS3Path: "STRING_VALUE",
|
|
59
59
|
* // output: [ // OutputAttributes // required
|
|
60
60
|
* // { // OutputAttribute
|
|
61
61
|
* // name: "STRING_VALUE", // required
|
|
@@ -63,6 +63,10 @@ declare const GetMatchingWorkflowCommand_base: {
|
|
|
63
63
|
* // },
|
|
64
64
|
* // ],
|
|
65
65
|
* // applyNormalization: true || false,
|
|
66
|
+
* // customerProfilesIntegrationConfig: { // CustomerProfilesIntegrationConfig
|
|
67
|
+
* // domainArn: "STRING_VALUE", // required
|
|
68
|
+
* // objectTypeArn: "STRING_VALUE", // required
|
|
69
|
+
* // },
|
|
66
70
|
* // },
|
|
67
71
|
* // ],
|
|
68
72
|
* // resolutionTechniques: { // ResolutionTechniques
|
|
@@ -48,8 +48,8 @@ declare const UpdateIdMappingWorkflowCommand_base: {
|
|
|
48
48
|
* ],
|
|
49
49
|
* outputSourceConfig: [ // IdMappingWorkflowOutputSourceConfig
|
|
50
50
|
* { // IdMappingWorkflowOutputSource
|
|
51
|
-
* outputS3Path: "STRING_VALUE", // required
|
|
52
51
|
* KMSArn: "STRING_VALUE",
|
|
52
|
+
* outputS3Path: "STRING_VALUE", // required
|
|
53
53
|
* },
|
|
54
54
|
* ],
|
|
55
55
|
* idMappingTechniques: { // IdMappingTechniques
|
|
@@ -95,8 +95,8 @@ declare const UpdateIdMappingWorkflowCommand_base: {
|
|
|
95
95
|
* // ],
|
|
96
96
|
* // outputSourceConfig: [ // IdMappingWorkflowOutputSourceConfig
|
|
97
97
|
* // { // IdMappingWorkflowOutputSource
|
|
98
|
-
* // outputS3Path: "STRING_VALUE", // required
|
|
99
98
|
* // KMSArn: "STRING_VALUE",
|
|
99
|
+
* // outputS3Path: "STRING_VALUE", // required
|
|
100
100
|
* // },
|
|
101
101
|
* // ],
|
|
102
102
|
* // idMappingTechniques: { // IdMappingTechniques
|
|
@@ -48,8 +48,8 @@ declare const UpdateMatchingWorkflowCommand_base: {
|
|
|
48
48
|
* ],
|
|
49
49
|
* outputSourceConfig: [ // OutputSourceConfig // required
|
|
50
50
|
* { // OutputSource
|
|
51
|
-
* outputS3Path: "STRING_VALUE", // required
|
|
52
51
|
* KMSArn: "STRING_VALUE",
|
|
52
|
+
* outputS3Path: "STRING_VALUE",
|
|
53
53
|
* output: [ // OutputAttributes // required
|
|
54
54
|
* { // OutputAttribute
|
|
55
55
|
* name: "STRING_VALUE", // required
|
|
@@ -57,6 +57,10 @@ declare const UpdateMatchingWorkflowCommand_base: {
|
|
|
57
57
|
* },
|
|
58
58
|
* ],
|
|
59
59
|
* applyNormalization: true || false,
|
|
60
|
+
* customerProfilesIntegrationConfig: { // CustomerProfilesIntegrationConfig
|
|
61
|
+
* domainArn: "STRING_VALUE", // required
|
|
62
|
+
* objectTypeArn: "STRING_VALUE", // required
|
|
63
|
+
* },
|
|
60
64
|
* },
|
|
61
65
|
* ],
|
|
62
66
|
* resolutionTechniques: { // ResolutionTechniques
|
|
@@ -108,8 +112,8 @@ declare const UpdateMatchingWorkflowCommand_base: {
|
|
|
108
112
|
* // ],
|
|
109
113
|
* // outputSourceConfig: [ // OutputSourceConfig // required
|
|
110
114
|
* // { // OutputSource
|
|
111
|
-
* // outputS3Path: "STRING_VALUE", // required
|
|
112
115
|
* // KMSArn: "STRING_VALUE",
|
|
116
|
+
* // outputS3Path: "STRING_VALUE",
|
|
113
117
|
* // output: [ // OutputAttributes // required
|
|
114
118
|
* // { // OutputAttribute
|
|
115
119
|
* // name: "STRING_VALUE", // required
|
|
@@ -117,6 +121,10 @@ declare const UpdateMatchingWorkflowCommand_base: {
|
|
|
117
121
|
* // },
|
|
118
122
|
* // ],
|
|
119
123
|
* // applyNormalization: true || false,
|
|
124
|
+
* // customerProfilesIntegrationConfig: { // CustomerProfilesIntegrationConfig
|
|
125
|
+
* // domainArn: "STRING_VALUE", // required
|
|
126
|
+
* // objectTypeArn: "STRING_VALUE", // required
|
|
127
|
+
* // },
|
|
120
128
|
* // },
|
|
121
129
|
* // ],
|
|
122
130
|
* // resolutionTechniques: { // ResolutionTechniques
|
|
@@ -260,15 +260,15 @@ export interface IdMappingWorkflowInputSource {
|
|
|
260
260
|
*/
|
|
261
261
|
export interface IdMappingWorkflowOutputSource {
|
|
262
262
|
/**
|
|
263
|
-
* <p>
|
|
263
|
+
* <p>Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.</p>
|
|
264
264
|
* @public
|
|
265
265
|
*/
|
|
266
|
-
|
|
266
|
+
KMSArn?: string | undefined;
|
|
267
267
|
/**
|
|
268
|
-
* <p>
|
|
268
|
+
* <p>The S3 path to which Entity Resolution will write the output table.</p>
|
|
269
269
|
* @public
|
|
270
270
|
*/
|
|
271
|
-
|
|
271
|
+
outputS3Path: string | undefined;
|
|
272
272
|
}
|
|
273
273
|
/**
|
|
274
274
|
* @public
|
|
@@ -566,6 +566,22 @@ export interface InputSource {
|
|
|
566
566
|
*/
|
|
567
567
|
applyNormalization?: boolean | undefined;
|
|
568
568
|
}
|
|
569
|
+
/**
|
|
570
|
+
* <p>Specifies the configuration for integrating with Customer Profiles. This configuration enables Entity Resolution to send matched output directly to Customer Profiles instead of Amazon S3, creating a unified customer view by automatically updating customer profiles based on match clusters.</p>
|
|
571
|
+
* @public
|
|
572
|
+
*/
|
|
573
|
+
export interface CustomerProfilesIntegrationConfig {
|
|
574
|
+
/**
|
|
575
|
+
* <p>The Amazon Resource Name (ARN) of the Customer Profiles domain where the matched output will be sent.</p>
|
|
576
|
+
* @public
|
|
577
|
+
*/
|
|
578
|
+
domainArn: string | undefined;
|
|
579
|
+
/**
|
|
580
|
+
* <p>The Amazon Resource Name (ARN) of the Customer Profiles object type that defines the structure for the matched customer data.</p>
|
|
581
|
+
* @public
|
|
582
|
+
*/
|
|
583
|
+
objectTypeArn: string | undefined;
|
|
584
|
+
}
|
|
569
585
|
/**
|
|
570
586
|
* <p>A list of <code>OutputAttribute</code> objects, each of which have the fields <code>Name</code> and <code>Hashed</code>. Each of these objects selects a column to be included in the output table, and whether the values of the column should be hashed.</p>
|
|
571
587
|
* @public
|
|
@@ -588,15 +604,15 @@ export interface OutputAttribute {
|
|
|
588
604
|
*/
|
|
589
605
|
export interface OutputSource {
|
|
590
606
|
/**
|
|
591
|
-
* <p>
|
|
607
|
+
* <p>Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.</p>
|
|
592
608
|
* @public
|
|
593
609
|
*/
|
|
594
|
-
|
|
610
|
+
KMSArn?: string | undefined;
|
|
595
611
|
/**
|
|
596
|
-
* <p>
|
|
612
|
+
* <p>The S3 path to which Entity Resolution will write the output table.</p>
|
|
597
613
|
* @public
|
|
598
614
|
*/
|
|
599
|
-
|
|
615
|
+
outputS3Path?: string | undefined;
|
|
600
616
|
/**
|
|
601
617
|
* <p>A list of <code>OutputAttribute</code> objects, each of which have the fields <code>Name</code> and <code>Hashed</code>. Each of these objects selects a column to be included in the output table, and whether the values of the column should be hashed.</p>
|
|
602
618
|
* @public
|
|
@@ -607,6 +623,11 @@ export interface OutputSource {
|
|
|
607
623
|
* @public
|
|
608
624
|
*/
|
|
609
625
|
applyNormalization?: boolean | undefined;
|
|
626
|
+
/**
|
|
627
|
+
* <p>Specifies the Customer Profiles integration configuration for sending matched output directly to Customer Profiles. When configured, Entity Resolution automatically creates and updates customer profiles based on match clusters, eliminating the need for manual Amazon S3 integration setup.</p>
|
|
628
|
+
* @public
|
|
629
|
+
*/
|
|
630
|
+
customerProfilesIntegrationConfig?: CustomerProfilesIntegrationConfig | undefined;
|
|
610
631
|
}
|
|
611
632
|
/**
|
|
612
633
|
* <p>An object which defines the list of matching rules to run in a matching workflow. </p>
|
|
@@ -13,6 +13,7 @@ export declare var CreateMatchingWorkflowInput: StaticStructureSchema;
|
|
|
13
13
|
export declare var CreateMatchingWorkflowOutput: StaticStructureSchema;
|
|
14
14
|
export declare var CreateSchemaMappingInput: StaticStructureSchema;
|
|
15
15
|
export declare var CreateSchemaMappingOutput: StaticStructureSchema;
|
|
16
|
+
export declare var CustomerProfilesIntegrationConfig: StaticStructureSchema;
|
|
16
17
|
export declare var DeletedUniqueId: StaticStructureSchema;
|
|
17
18
|
export declare var DeleteIdMappingWorkflowInput: StaticStructureSchema;
|
|
18
19
|
export declare var DeleteIdMappingWorkflowOutput: StaticStructureSchema;
|
|
@@ -81,8 +81,8 @@ export interface IdMappingWorkflowInputSource {
|
|
|
81
81
|
type?: IdNamespaceType | undefined;
|
|
82
82
|
}
|
|
83
83
|
export interface IdMappingWorkflowOutputSource {
|
|
84
|
-
outputS3Path: string | undefined;
|
|
85
84
|
KMSArn?: string | undefined;
|
|
85
|
+
outputS3Path: string | undefined;
|
|
86
86
|
}
|
|
87
87
|
export interface CreateIdMappingWorkflowInput {
|
|
88
88
|
workflowName: string | undefined;
|
|
@@ -156,15 +156,22 @@ export interface InputSource {
|
|
|
156
156
|
schemaName: string | undefined;
|
|
157
157
|
applyNormalization?: boolean | undefined;
|
|
158
158
|
}
|
|
159
|
+
export interface CustomerProfilesIntegrationConfig {
|
|
160
|
+
domainArn: string | undefined;
|
|
161
|
+
objectTypeArn: string | undefined;
|
|
162
|
+
}
|
|
159
163
|
export interface OutputAttribute {
|
|
160
164
|
name: string | undefined;
|
|
161
165
|
hashed?: boolean | undefined;
|
|
162
166
|
}
|
|
163
167
|
export interface OutputSource {
|
|
164
|
-
outputS3Path: string | undefined;
|
|
165
168
|
KMSArn?: string | undefined;
|
|
169
|
+
outputS3Path?: string | undefined;
|
|
166
170
|
output: OutputAttribute[] | undefined;
|
|
167
171
|
applyNormalization?: boolean | undefined;
|
|
172
|
+
customerProfilesIntegrationConfig?:
|
|
173
|
+
| CustomerProfilesIntegrationConfig
|
|
174
|
+
| undefined;
|
|
168
175
|
}
|
|
169
176
|
export interface RuleBasedProperties {
|
|
170
177
|
rules: Rule[] | undefined;
|
|
@@ -19,6 +19,7 @@ export declare var CreateMatchingWorkflowInput: StaticStructureSchema;
|
|
|
19
19
|
export declare var CreateMatchingWorkflowOutput: StaticStructureSchema;
|
|
20
20
|
export declare var CreateSchemaMappingInput: StaticStructureSchema;
|
|
21
21
|
export declare var CreateSchemaMappingOutput: StaticStructureSchema;
|
|
22
|
+
export declare var CustomerProfilesIntegrationConfig: StaticStructureSchema;
|
|
22
23
|
export declare var DeletedUniqueId: StaticStructureSchema;
|
|
23
24
|
export declare var DeleteIdMappingWorkflowInput: StaticStructureSchema;
|
|
24
25
|
export declare var DeleteIdMappingWorkflowOutput: StaticStructureSchema;
|
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.952.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",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "3.947.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.952.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.948.0",
|
|
29
29
|
"@aws-sdk/middleware-user-agent": "3.947.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
31
31
|
"@aws-sdk/types": "3.936.0",
|