@aws-sdk/client-entityresolution 3.614.0 → 3.618.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 +34 -10
- package/dist-es/EntityResolutionClient.js +5 -5
- package/dist-es/models/models_0.js +13 -0
- package/dist-es/protocols/Aws_restJson1.js +5 -0
- package/dist-types/EntityResolutionClient.d.ts +2 -2
- package/dist-types/commands/AddPolicyStatementCommand.d.ts +6 -15
- package/dist-types/commands/BatchDeleteUniqueIdCommand.d.ts +3 -7
- package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +36 -19
- package/dist-types/commands/CreateIdNamespaceCommand.d.ts +42 -17
- package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +8 -15
- package/dist-types/commands/CreateSchemaMappingCommand.d.ts +8 -15
- package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +5 -13
- package/dist-types/commands/DeleteIdNamespaceCommand.d.ts +4 -11
- package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +5 -13
- package/dist-types/commands/DeletePolicyStatementCommand.d.ts +6 -15
- package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +5 -13
- package/dist-types/commands/GetIdMappingJobCommand.d.ts +8 -13
- package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +20 -15
- package/dist-types/commands/GetIdNamespaceCommand.d.ts +23 -14
- package/dist-types/commands/GetMatchIdCommand.d.ts +5 -13
- package/dist-types/commands/GetMatchingJobCommand.d.ts +5 -13
- package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +6 -13
- package/dist-types/commands/GetPolicyCommand.d.ts +5 -13
- package/dist-types/commands/GetProviderServiceCommand.d.ts +5 -13
- package/dist-types/commands/GetSchemaMappingCommand.d.ts +6 -13
- package/dist-types/commands/ListIdMappingJobsCommand.d.ts +5 -13
- package/dist-types/commands/ListIdMappingWorkflowsCommand.d.ts +4 -11
- package/dist-types/commands/ListIdNamespacesCommand.d.ts +9 -11
- package/dist-types/commands/ListMatchingJobsCommand.d.ts +5 -13
- package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +4 -11
- package/dist-types/commands/ListProviderServicesCommand.d.ts +4 -11
- package/dist-types/commands/ListSchemaMappingsCommand.d.ts +4 -11
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -7
- package/dist-types/commands/PutPolicyCommand.d.ts +6 -15
- package/dist-types/commands/StartIdMappingJobCommand.d.ts +7 -17
- package/dist-types/commands/StartMatchingJobCommand.d.ts +7 -17
- package/dist-types/commands/TagResourceCommand.d.ts +3 -7
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -4
- package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +35 -17
- package/dist-types/commands/UpdateIdNamespaceCommand.d.ts +41 -15
- package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +7 -13
- package/dist-types/commands/UpdateSchemaMappingCommand.d.ts +8 -15
- package/dist-types/models/models_0.d.ts +265 -77
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/EntityResolutionClient.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +50 -9
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -52,6 +52,7 @@ __export(src_exports, {
|
|
|
52
52
|
GetProviderServiceCommand: () => GetProviderServiceCommand,
|
|
53
53
|
GetSchemaMappingCommand: () => GetSchemaMappingCommand,
|
|
54
54
|
IdMappingType: () => IdMappingType,
|
|
55
|
+
IdMappingWorkflowRuleDefinitionType: () => IdMappingWorkflowRuleDefinitionType,
|
|
55
56
|
IdNamespaceType: () => IdNamespaceType,
|
|
56
57
|
IncrementalRunType: () => IncrementalRunType,
|
|
57
58
|
InternalServerException: () => InternalServerException,
|
|
@@ -64,8 +65,10 @@ __export(src_exports, {
|
|
|
64
65
|
ListProviderServicesCommand: () => ListProviderServicesCommand,
|
|
65
66
|
ListSchemaMappingsCommand: () => ListSchemaMappingsCommand,
|
|
66
67
|
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
68
|
+
MatchPurpose: () => MatchPurpose,
|
|
67
69
|
ProviderEndpointConfiguration: () => ProviderEndpointConfiguration,
|
|
68
70
|
PutPolicyCommand: () => PutPolicyCommand,
|
|
71
|
+
RecordMatchingModel: () => RecordMatchingModel,
|
|
69
72
|
ResolutionType: () => ResolutionType,
|
|
70
73
|
ResourceNotFoundException: () => ResourceNotFoundException,
|
|
71
74
|
SchemaAttributeType: () => SchemaAttributeType,
|
|
@@ -194,19 +197,19 @@ var _EntityResolutionClient = class _EntityResolutionClient extends import_smith
|
|
|
194
197
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
195
198
|
const _config_2 = (0, import_config_resolver.resolveRegionConfig)(_config_1);
|
|
196
199
|
const _config_3 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_2);
|
|
197
|
-
const _config_4 = (0,
|
|
198
|
-
const _config_5 = (0,
|
|
199
|
-
const _config_6 = (0,
|
|
200
|
+
const _config_4 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_3);
|
|
201
|
+
const _config_5 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_4);
|
|
202
|
+
const _config_6 = (0, import_middleware_retry.resolveRetryConfig)(_config_5);
|
|
200
203
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
201
204
|
const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
|
|
202
205
|
super(_config_8);
|
|
203
206
|
this.config = _config_8;
|
|
204
|
-
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
205
|
-
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
206
207
|
this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));
|
|
207
208
|
this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));
|
|
208
209
|
this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));
|
|
209
210
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
211
|
+
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
212
|
+
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
210
213
|
this.middlewareStack.use(
|
|
211
214
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
212
215
|
httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(),
|
|
@@ -387,7 +390,16 @@ var DeleteUniqueIdStatus = {
|
|
|
387
390
|
COMPLETED: "COMPLETED"
|
|
388
391
|
};
|
|
389
392
|
var IdMappingType = {
|
|
390
|
-
PROVIDER: "PROVIDER"
|
|
393
|
+
PROVIDER: "PROVIDER",
|
|
394
|
+
RULE_BASED: "RULE_BASED"
|
|
395
|
+
};
|
|
396
|
+
var RecordMatchingModel = {
|
|
397
|
+
MANY_SOURCE_TO_ONE_TARGET: "MANY_SOURCE_TO_ONE_TARGET",
|
|
398
|
+
ONE_SOURCE_TO_ONE_TARGET: "ONE_SOURCE_TO_ONE_TARGET"
|
|
399
|
+
};
|
|
400
|
+
var IdMappingWorkflowRuleDefinitionType = {
|
|
401
|
+
SOURCE: "SOURCE",
|
|
402
|
+
TARGET: "TARGET"
|
|
391
403
|
};
|
|
392
404
|
var IdNamespaceType = {
|
|
393
405
|
SOURCE: "SOURCE",
|
|
@@ -420,6 +432,10 @@ var ResolutionType = {
|
|
|
420
432
|
PROVIDER: "PROVIDER",
|
|
421
433
|
RULE_MATCHING: "RULE_MATCHING"
|
|
422
434
|
};
|
|
435
|
+
var MatchPurpose = {
|
|
436
|
+
IDENTIFIER_GENERATION: "IDENTIFIER_GENERATION",
|
|
437
|
+
INDEXING: "INDEXING"
|
|
438
|
+
};
|
|
423
439
|
var SchemaAttributeType = {
|
|
424
440
|
ADDRESS: "ADDRESS",
|
|
425
441
|
ADDRESS_CITY: "ADDRESS_CITY",
|
|
@@ -1738,13 +1754,15 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
1738
1754
|
var se_IdMappingTechniques = /* @__PURE__ */ __name((input, context) => {
|
|
1739
1755
|
return (0, import_smithy_client.take)(input, {
|
|
1740
1756
|
idMappingType: [],
|
|
1741
|
-
providerProperties: (_) => se_ProviderProperties(_, context)
|
|
1757
|
+
providerProperties: (_) => se_ProviderProperties(_, context),
|
|
1758
|
+
ruleBasedProperties: import_smithy_client._json
|
|
1742
1759
|
});
|
|
1743
1760
|
}, "se_IdMappingTechniques");
|
|
1744
1761
|
var se_IdNamespaceIdMappingWorkflowProperties = /* @__PURE__ */ __name((input, context) => {
|
|
1745
1762
|
return (0, import_smithy_client.take)(input, {
|
|
1746
1763
|
idMappingType: [],
|
|
1747
|
-
providerProperties: (_) => se_NamespaceProviderProperties(_, context)
|
|
1764
|
+
providerProperties: (_) => se_NamespaceProviderProperties(_, context),
|
|
1765
|
+
ruleBasedProperties: import_smithy_client._json
|
|
1748
1766
|
});
|
|
1749
1767
|
}, "se_IdNamespaceIdMappingWorkflowProperties");
|
|
1750
1768
|
var se_IdNamespaceIdMappingWorkflowPropertiesList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -1778,7 +1796,8 @@ var se_Document = /* @__PURE__ */ __name((input, context) => {
|
|
|
1778
1796
|
var de_IdMappingTechniques = /* @__PURE__ */ __name((output, context) => {
|
|
1779
1797
|
return (0, import_smithy_client.take)(output, {
|
|
1780
1798
|
idMappingType: import_smithy_client.expectString,
|
|
1781
|
-
providerProperties: (_) => de_ProviderProperties(_, context)
|
|
1799
|
+
providerProperties: (_) => de_ProviderProperties(_, context),
|
|
1800
|
+
ruleBasedProperties: import_smithy_client._json
|
|
1782
1801
|
});
|
|
1783
1802
|
}, "de_IdMappingTechniques");
|
|
1784
1803
|
var de_IdMappingWorkflowList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1798,7 +1817,8 @@ var de_IdMappingWorkflowSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1798
1817
|
var de_IdNamespaceIdMappingWorkflowProperties = /* @__PURE__ */ __name((output, context) => {
|
|
1799
1818
|
return (0, import_smithy_client.take)(output, {
|
|
1800
1819
|
idMappingType: import_smithy_client.expectString,
|
|
1801
|
-
providerProperties: (_) => de_NamespaceProviderProperties(_, context)
|
|
1820
|
+
providerProperties: (_) => de_NamespaceProviderProperties(_, context),
|
|
1821
|
+
ruleBasedProperties: import_smithy_client._json
|
|
1802
1822
|
});
|
|
1803
1823
|
}, "de_IdNamespaceIdMappingWorkflowProperties");
|
|
1804
1824
|
var de_IdNamespaceIdMappingWorkflowPropertiesList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1817,6 +1837,7 @@ var de_IdNamespaceSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1817
1837
|
return (0, import_smithy_client.take)(output, {
|
|
1818
1838
|
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1819
1839
|
description: import_smithy_client.expectString,
|
|
1840
|
+
idMappingWorkflowProperties: import_smithy_client._json,
|
|
1820
1841
|
idNamespaceArn: import_smithy_client.expectString,
|
|
1821
1842
|
idNamespaceName: import_smithy_client.expectString,
|
|
1822
1843
|
type: import_smithy_client.expectString,
|
|
@@ -2638,10 +2659,13 @@ var paginateListSchemaMappings = (0, import_core.createPaginator)(EntityResoluti
|
|
|
2638
2659
|
DeleteUniqueIdErrorType,
|
|
2639
2660
|
DeleteUniqueIdStatus,
|
|
2640
2661
|
IdMappingType,
|
|
2662
|
+
RecordMatchingModel,
|
|
2663
|
+
IdMappingWorkflowRuleDefinitionType,
|
|
2641
2664
|
IdNamespaceType,
|
|
2642
2665
|
ExceedsLimitException,
|
|
2643
2666
|
IncrementalRunType,
|
|
2644
2667
|
ResolutionType,
|
|
2668
|
+
MatchPurpose,
|
|
2645
2669
|
SchemaAttributeType,
|
|
2646
2670
|
JobStatus,
|
|
2647
2671
|
ProviderEndpointConfiguration,
|
|
@@ -19,19 +19,19 @@ export class EntityResolutionClient extends __Client {
|
|
|
19
19
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
20
20
|
const _config_2 = resolveRegionConfig(_config_1);
|
|
21
21
|
const _config_3 = resolveEndpointConfig(_config_2);
|
|
22
|
-
const _config_4 =
|
|
23
|
-
const _config_5 =
|
|
24
|
-
const _config_6 =
|
|
22
|
+
const _config_4 = resolveHostHeaderConfig(_config_3);
|
|
23
|
+
const _config_5 = resolveUserAgentConfig(_config_4);
|
|
24
|
+
const _config_6 = resolveRetryConfig(_config_5);
|
|
25
25
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
26
26
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
27
27
|
super(_config_8);
|
|
28
28
|
this.config = _config_8;
|
|
29
|
-
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
30
|
-
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
31
29
|
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
32
30
|
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
33
31
|
this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
|
|
34
32
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
33
|
+
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
34
|
+
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
35
35
|
this.middlewareStack.use(getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
|
|
36
36
|
httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(),
|
|
37
37
|
identityProviderConfigProvider: this.getIdentityProviderConfigProvider(),
|
|
@@ -94,6 +94,15 @@ export const DeleteUniqueIdStatus = {
|
|
|
94
94
|
};
|
|
95
95
|
export const IdMappingType = {
|
|
96
96
|
PROVIDER: "PROVIDER",
|
|
97
|
+
RULE_BASED: "RULE_BASED",
|
|
98
|
+
};
|
|
99
|
+
export const RecordMatchingModel = {
|
|
100
|
+
MANY_SOURCE_TO_ONE_TARGET: "MANY_SOURCE_TO_ONE_TARGET",
|
|
101
|
+
ONE_SOURCE_TO_ONE_TARGET: "ONE_SOURCE_TO_ONE_TARGET",
|
|
102
|
+
};
|
|
103
|
+
export const IdMappingWorkflowRuleDefinitionType = {
|
|
104
|
+
SOURCE: "SOURCE",
|
|
105
|
+
TARGET: "TARGET",
|
|
97
106
|
};
|
|
98
107
|
export const IdNamespaceType = {
|
|
99
108
|
SOURCE: "SOURCE",
|
|
@@ -121,6 +130,10 @@ export const ResolutionType = {
|
|
|
121
130
|
PROVIDER: "PROVIDER",
|
|
122
131
|
RULE_MATCHING: "RULE_MATCHING",
|
|
123
132
|
};
|
|
133
|
+
export const MatchPurpose = {
|
|
134
|
+
IDENTIFIER_GENERATION: "IDENTIFIER_GENERATION",
|
|
135
|
+
INDEXING: "INDEXING",
|
|
136
|
+
};
|
|
124
137
|
export const SchemaAttributeType = {
|
|
125
138
|
ADDRESS: "ADDRESS",
|
|
126
139
|
ADDRESS_CITY: "ADDRESS_CITY",
|
|
@@ -1250,12 +1250,14 @@ const se_IdMappingTechniques = (input, context) => {
|
|
|
1250
1250
|
return take(input, {
|
|
1251
1251
|
idMappingType: [],
|
|
1252
1252
|
providerProperties: (_) => se_ProviderProperties(_, context),
|
|
1253
|
+
ruleBasedProperties: _json,
|
|
1253
1254
|
});
|
|
1254
1255
|
};
|
|
1255
1256
|
const se_IdNamespaceIdMappingWorkflowProperties = (input, context) => {
|
|
1256
1257
|
return take(input, {
|
|
1257
1258
|
idMappingType: [],
|
|
1258
1259
|
providerProperties: (_) => se_NamespaceProviderProperties(_, context),
|
|
1260
|
+
ruleBasedProperties: _json,
|
|
1259
1261
|
});
|
|
1260
1262
|
};
|
|
1261
1263
|
const se_IdNamespaceIdMappingWorkflowPropertiesList = (input, context) => {
|
|
@@ -1292,6 +1294,7 @@ const de_IdMappingTechniques = (output, context) => {
|
|
|
1292
1294
|
return take(output, {
|
|
1293
1295
|
idMappingType: __expectString,
|
|
1294
1296
|
providerProperties: (_) => de_ProviderProperties(_, context),
|
|
1297
|
+
ruleBasedProperties: _json,
|
|
1295
1298
|
});
|
|
1296
1299
|
};
|
|
1297
1300
|
const de_IdMappingWorkflowList = (output, context) => {
|
|
@@ -1314,6 +1317,7 @@ const de_IdNamespaceIdMappingWorkflowProperties = (output, context) => {
|
|
|
1314
1317
|
return take(output, {
|
|
1315
1318
|
idMappingType: __expectString,
|
|
1316
1319
|
providerProperties: (_) => de_NamespaceProviderProperties(_, context),
|
|
1320
|
+
ruleBasedProperties: _json,
|
|
1317
1321
|
});
|
|
1318
1322
|
};
|
|
1319
1323
|
const de_IdNamespaceIdMappingWorkflowPropertiesList = (output, context) => {
|
|
@@ -1336,6 +1340,7 @@ const de_IdNamespaceSummary = (output, context) => {
|
|
|
1336
1340
|
return take(output, {
|
|
1337
1341
|
createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
1338
1342
|
description: __expectString,
|
|
1343
|
+
idMappingWorkflowProperties: _json,
|
|
1339
1344
|
idNamespaceArn: __expectString,
|
|
1340
1345
|
idNamespaceName: __expectString,
|
|
1341
1346
|
type: __expectString,
|
|
@@ -168,7 +168,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
168
168
|
/**
|
|
169
169
|
* @public
|
|
170
170
|
*/
|
|
171
|
-
export type EntityResolutionClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> &
|
|
171
|
+
export type EntityResolutionClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & HostHeaderInputConfig & UserAgentInputConfig & RetryInputConfig & HttpAuthSchemeInputConfig & ClientInputEndpointParameters;
|
|
172
172
|
/**
|
|
173
173
|
* @public
|
|
174
174
|
*
|
|
@@ -179,7 +179,7 @@ export interface EntityResolutionClientConfig extends EntityResolutionClientConf
|
|
|
179
179
|
/**
|
|
180
180
|
* @public
|
|
181
181
|
*/
|
|
182
|
-
export type EntityResolutionClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> &
|
|
182
|
+
export type EntityResolutionClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & HostHeaderResolvedConfig & UserAgentResolvedConfig & RetryResolvedConfig & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters;
|
|
183
183
|
/**
|
|
184
184
|
* @public
|
|
185
185
|
*
|
|
@@ -64,34 +64,25 @@ declare const AddPolicyStatementCommand_base: {
|
|
|
64
64
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link AccessDeniedException} (client fault)
|
|
67
|
-
* <p>You do not have sufficient access to perform this action.
|
|
68
|
-
* 403</code>
|
|
69
|
-
* </p>
|
|
67
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
70
68
|
*
|
|
71
69
|
* @throws {@link ConflictException} (client fault)
|
|
72
70
|
* <p>The request could not be processed because of conflict in the current state of the
|
|
73
71
|
* resource. Example: Workflow already exists, Schema already exists, Workflow is currently
|
|
74
|
-
* running, etc.
|
|
75
|
-
* </p>
|
|
72
|
+
* running, etc. </p>
|
|
76
73
|
*
|
|
77
74
|
* @throws {@link InternalServerException} (server fault)
|
|
78
75
|
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
79
|
-
* service.
|
|
80
|
-
* </p>
|
|
76
|
+
* service. </p>
|
|
81
77
|
*
|
|
82
78
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
83
|
-
* <p>The resource could not be found.
|
|
84
|
-
* </p>
|
|
79
|
+
* <p>The resource could not be found. </p>
|
|
85
80
|
*
|
|
86
81
|
* @throws {@link ThrottlingException} (client fault)
|
|
87
|
-
* <p>The request was denied due to request throttling.
|
|
88
|
-
* 429</code>
|
|
89
|
-
* </p>
|
|
82
|
+
* <p>The request was denied due to request throttling. </p>
|
|
90
83
|
*
|
|
91
84
|
* @throws {@link ValidationException} (client fault)
|
|
92
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution.
|
|
93
|
-
* Status Code: 400</code>
|
|
94
|
-
* </p>
|
|
85
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
|
|
95
86
|
*
|
|
96
87
|
* @throws {@link EntityResolutionServiceException}
|
|
97
88
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
@@ -71,17 +71,13 @@ declare const BatchDeleteUniqueIdCommand_base: {
|
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link InternalServerException} (server fault)
|
|
73
73
|
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
74
|
-
* service.
|
|
75
|
-
* </p>
|
|
74
|
+
* service. </p>
|
|
76
75
|
*
|
|
77
76
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
78
|
-
* <p>The resource could not be found.
|
|
79
|
-
* </p>
|
|
77
|
+
* <p>The resource could not be found. </p>
|
|
80
78
|
*
|
|
81
79
|
* @throws {@link ValidationException} (client fault)
|
|
82
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution.
|
|
83
|
-
* Status Code: 400</code>
|
|
84
|
-
* </p>
|
|
80
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
|
|
85
81
|
*
|
|
86
82
|
* @throws {@link EntityResolutionServiceException}
|
|
87
83
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
@@ -54,7 +54,20 @@ declare const CreateIdMappingWorkflowCommand_base: {
|
|
|
54
54
|
* },
|
|
55
55
|
* ],
|
|
56
56
|
* idMappingTechniques: { // IdMappingTechniques
|
|
57
|
-
* idMappingType: "PROVIDER", // required
|
|
57
|
+
* idMappingType: "PROVIDER" || "RULE_BASED", // required
|
|
58
|
+
* ruleBasedProperties: { // IdMappingRuleBasedProperties
|
|
59
|
+
* rules: [ // RuleList
|
|
60
|
+
* { // Rule
|
|
61
|
+
* ruleName: "STRING_VALUE", // required
|
|
62
|
+
* matchingKeys: [ // MatchingKeys // required
|
|
63
|
+
* "STRING_VALUE",
|
|
64
|
+
* ],
|
|
65
|
+
* },
|
|
66
|
+
* ],
|
|
67
|
+
* ruleDefinitionType: "SOURCE" || "TARGET", // required
|
|
68
|
+
* attributeMatchingModel: "ONE_TO_ONE" || "MANY_TO_MANY", // required
|
|
69
|
+
* recordMatchingModel: "ONE_SOURCE_TO_ONE_TARGET" || "MANY_SOURCE_TO_ONE_TARGET", // required
|
|
70
|
+
* },
|
|
58
71
|
* providerProperties: { // ProviderProperties
|
|
59
72
|
* providerServiceArn: "STRING_VALUE", // required
|
|
60
73
|
* providerConfiguration: "DOCUMENT_VALUE",
|
|
@@ -63,7 +76,7 @@ declare const CreateIdMappingWorkflowCommand_base: {
|
|
|
63
76
|
* },
|
|
64
77
|
* },
|
|
65
78
|
* },
|
|
66
|
-
* roleArn: "STRING_VALUE",
|
|
79
|
+
* roleArn: "STRING_VALUE",
|
|
67
80
|
* tags: { // TagMap
|
|
68
81
|
* "<keys>": "STRING_VALUE",
|
|
69
82
|
* },
|
|
@@ -88,7 +101,20 @@ declare const CreateIdMappingWorkflowCommand_base: {
|
|
|
88
101
|
* // },
|
|
89
102
|
* // ],
|
|
90
103
|
* // idMappingTechniques: { // IdMappingTechniques
|
|
91
|
-
* // idMappingType: "PROVIDER", // required
|
|
104
|
+
* // idMappingType: "PROVIDER" || "RULE_BASED", // required
|
|
105
|
+
* // ruleBasedProperties: { // IdMappingRuleBasedProperties
|
|
106
|
+
* // rules: [ // RuleList
|
|
107
|
+
* // { // Rule
|
|
108
|
+
* // ruleName: "STRING_VALUE", // required
|
|
109
|
+
* // matchingKeys: [ // MatchingKeys // required
|
|
110
|
+
* // "STRING_VALUE",
|
|
111
|
+
* // ],
|
|
112
|
+
* // },
|
|
113
|
+
* // ],
|
|
114
|
+
* // ruleDefinitionType: "SOURCE" || "TARGET", // required
|
|
115
|
+
* // attributeMatchingModel: "ONE_TO_ONE" || "MANY_TO_MANY", // required
|
|
116
|
+
* // recordMatchingModel: "ONE_SOURCE_TO_ONE_TARGET" || "MANY_SOURCE_TO_ONE_TARGET", // required
|
|
117
|
+
* // },
|
|
92
118
|
* // providerProperties: { // ProviderProperties
|
|
93
119
|
* // providerServiceArn: "STRING_VALUE", // required
|
|
94
120
|
* // providerConfiguration: "DOCUMENT_VALUE",
|
|
@@ -97,7 +123,7 @@ declare const CreateIdMappingWorkflowCommand_base: {
|
|
|
97
123
|
* // },
|
|
98
124
|
* // },
|
|
99
125
|
* // },
|
|
100
|
-
* // roleArn: "STRING_VALUE",
|
|
126
|
+
* // roleArn: "STRING_VALUE",
|
|
101
127
|
* // };
|
|
102
128
|
*
|
|
103
129
|
* ```
|
|
@@ -109,36 +135,27 @@ declare const CreateIdMappingWorkflowCommand_base: {
|
|
|
109
135
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
110
136
|
*
|
|
111
137
|
* @throws {@link AccessDeniedException} (client fault)
|
|
112
|
-
* <p>You do not have sufficient access to perform this action.
|
|
113
|
-
* 403</code>
|
|
114
|
-
* </p>
|
|
138
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
115
139
|
*
|
|
116
140
|
* @throws {@link ConflictException} (client fault)
|
|
117
141
|
* <p>The request could not be processed because of conflict in the current state of the
|
|
118
142
|
* resource. Example: Workflow already exists, Schema already exists, Workflow is currently
|
|
119
|
-
* running, etc.
|
|
120
|
-
* </p>
|
|
143
|
+
* running, etc. </p>
|
|
121
144
|
*
|
|
122
145
|
* @throws {@link ExceedsLimitException} (client fault)
|
|
123
146
|
* <p>The request was rejected because it attempted to create resources beyond the current
|
|
124
147
|
* Entity Resolution account limits. The error message describes the limit exceeded.
|
|
125
|
-
*
|
|
126
|
-
* </p>
|
|
148
|
+
* </p>
|
|
127
149
|
*
|
|
128
150
|
* @throws {@link InternalServerException} (server fault)
|
|
129
151
|
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
130
|
-
* service.
|
|
131
|
-
* </p>
|
|
152
|
+
* service. </p>
|
|
132
153
|
*
|
|
133
154
|
* @throws {@link ThrottlingException} (client fault)
|
|
134
|
-
* <p>The request was denied due to request throttling.
|
|
135
|
-
* 429</code>
|
|
136
|
-
* </p>
|
|
155
|
+
* <p>The request was denied due to request throttling. </p>
|
|
137
156
|
*
|
|
138
157
|
* @throws {@link ValidationException} (client fault)
|
|
139
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution.
|
|
140
|
-
* Status Code: 400</code>
|
|
141
|
-
* </p>
|
|
158
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
|
|
142
159
|
*
|
|
143
160
|
* @throws {@link EntityResolutionServiceException}
|
|
144
161
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
@@ -47,7 +47,24 @@ declare const CreateIdNamespaceCommand_base: {
|
|
|
47
47
|
* ],
|
|
48
48
|
* idMappingWorkflowProperties: [ // IdNamespaceIdMappingWorkflowPropertiesList
|
|
49
49
|
* { // IdNamespaceIdMappingWorkflowProperties
|
|
50
|
-
* idMappingType: "PROVIDER", // required
|
|
50
|
+
* idMappingType: "PROVIDER" || "RULE_BASED", // required
|
|
51
|
+
* ruleBasedProperties: { // NamespaceRuleBasedProperties
|
|
52
|
+
* rules: [ // RuleList
|
|
53
|
+
* { // Rule
|
|
54
|
+
* ruleName: "STRING_VALUE", // required
|
|
55
|
+
* matchingKeys: [ // MatchingKeys // required
|
|
56
|
+
* "STRING_VALUE",
|
|
57
|
+
* ],
|
|
58
|
+
* },
|
|
59
|
+
* ],
|
|
60
|
+
* ruleDefinitionTypes: [ // IdMappingWorkflowRuleDefinitionTypeList
|
|
61
|
+
* "SOURCE" || "TARGET",
|
|
62
|
+
* ],
|
|
63
|
+
* attributeMatchingModel: "ONE_TO_ONE" || "MANY_TO_MANY",
|
|
64
|
+
* recordMatchingModels: [ // RecordMatchingModelList
|
|
65
|
+
* "ONE_SOURCE_TO_ONE_TARGET" || "MANY_SOURCE_TO_ONE_TARGET",
|
|
66
|
+
* ],
|
|
67
|
+
* },
|
|
51
68
|
* providerProperties: { // NamespaceProviderProperties
|
|
52
69
|
* providerServiceArn: "STRING_VALUE", // required
|
|
53
70
|
* providerConfiguration: "DOCUMENT_VALUE",
|
|
@@ -74,7 +91,24 @@ declare const CreateIdNamespaceCommand_base: {
|
|
|
74
91
|
* // ],
|
|
75
92
|
* // idMappingWorkflowProperties: [ // IdNamespaceIdMappingWorkflowPropertiesList
|
|
76
93
|
* // { // IdNamespaceIdMappingWorkflowProperties
|
|
77
|
-
* // idMappingType: "PROVIDER", // required
|
|
94
|
+
* // idMappingType: "PROVIDER" || "RULE_BASED", // required
|
|
95
|
+
* // ruleBasedProperties: { // NamespaceRuleBasedProperties
|
|
96
|
+
* // rules: [ // RuleList
|
|
97
|
+
* // { // Rule
|
|
98
|
+
* // ruleName: "STRING_VALUE", // required
|
|
99
|
+
* // matchingKeys: [ // MatchingKeys // required
|
|
100
|
+
* // "STRING_VALUE",
|
|
101
|
+
* // ],
|
|
102
|
+
* // },
|
|
103
|
+
* // ],
|
|
104
|
+
* // ruleDefinitionTypes: [ // IdMappingWorkflowRuleDefinitionTypeList
|
|
105
|
+
* // "SOURCE" || "TARGET",
|
|
106
|
+
* // ],
|
|
107
|
+
* // attributeMatchingModel: "ONE_TO_ONE" || "MANY_TO_MANY",
|
|
108
|
+
* // recordMatchingModels: [ // RecordMatchingModelList
|
|
109
|
+
* // "ONE_SOURCE_TO_ONE_TARGET" || "MANY_SOURCE_TO_ONE_TARGET",
|
|
110
|
+
* // ],
|
|
111
|
+
* // },
|
|
78
112
|
* // providerProperties: { // NamespaceProviderProperties
|
|
79
113
|
* // providerServiceArn: "STRING_VALUE", // required
|
|
80
114
|
* // providerConfiguration: "DOCUMENT_VALUE",
|
|
@@ -99,36 +133,27 @@ declare const CreateIdNamespaceCommand_base: {
|
|
|
99
133
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
100
134
|
*
|
|
101
135
|
* @throws {@link AccessDeniedException} (client fault)
|
|
102
|
-
* <p>You do not have sufficient access to perform this action.
|
|
103
|
-
* 403</code>
|
|
104
|
-
* </p>
|
|
136
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
105
137
|
*
|
|
106
138
|
* @throws {@link ConflictException} (client fault)
|
|
107
139
|
* <p>The request could not be processed because of conflict in the current state of the
|
|
108
140
|
* resource. Example: Workflow already exists, Schema already exists, Workflow is currently
|
|
109
|
-
* running, etc.
|
|
110
|
-
* </p>
|
|
141
|
+
* running, etc. </p>
|
|
111
142
|
*
|
|
112
143
|
* @throws {@link ExceedsLimitException} (client fault)
|
|
113
144
|
* <p>The request was rejected because it attempted to create resources beyond the current
|
|
114
145
|
* Entity Resolution account limits. The error message describes the limit exceeded.
|
|
115
|
-
*
|
|
116
|
-
* </p>
|
|
146
|
+
* </p>
|
|
117
147
|
*
|
|
118
148
|
* @throws {@link InternalServerException} (server fault)
|
|
119
149
|
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
120
|
-
* service.
|
|
121
|
-
* </p>
|
|
150
|
+
* service. </p>
|
|
122
151
|
*
|
|
123
152
|
* @throws {@link ThrottlingException} (client fault)
|
|
124
|
-
* <p>The request was denied due to request throttling.
|
|
125
|
-
* 429</code>
|
|
126
|
-
* </p>
|
|
153
|
+
* <p>The request was denied due to request throttling. </p>
|
|
127
154
|
*
|
|
128
155
|
* @throws {@link ValidationException} (client fault)
|
|
129
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution.
|
|
130
|
-
* Status Code: 400</code>
|
|
131
|
-
* </p>
|
|
156
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
|
|
132
157
|
*
|
|
133
158
|
* @throws {@link EntityResolutionServiceException}
|
|
134
159
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
@@ -72,6 +72,7 @@ declare const CreateMatchingWorkflowCommand_base: {
|
|
|
72
72
|
* },
|
|
73
73
|
* ],
|
|
74
74
|
* attributeMatchingModel: "ONE_TO_ONE" || "MANY_TO_MANY", // required
|
|
75
|
+
* matchPurpose: "IDENTIFIER_GENERATION" || "INDEXING",
|
|
75
76
|
* },
|
|
76
77
|
* providerProperties: { // ProviderProperties
|
|
77
78
|
* providerServiceArn: "STRING_VALUE", // required
|
|
@@ -127,6 +128,7 @@ declare const CreateMatchingWorkflowCommand_base: {
|
|
|
127
128
|
* // },
|
|
128
129
|
* // ],
|
|
129
130
|
* // attributeMatchingModel: "ONE_TO_ONE" || "MANY_TO_MANY", // required
|
|
131
|
+
* // matchPurpose: "IDENTIFIER_GENERATION" || "INDEXING",
|
|
130
132
|
* // },
|
|
131
133
|
* // providerProperties: { // ProviderProperties
|
|
132
134
|
* // providerServiceArn: "STRING_VALUE", // required
|
|
@@ -151,36 +153,27 @@ declare const CreateMatchingWorkflowCommand_base: {
|
|
|
151
153
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
152
154
|
*
|
|
153
155
|
* @throws {@link AccessDeniedException} (client fault)
|
|
154
|
-
* <p>You do not have sufficient access to perform this action.
|
|
155
|
-
* 403</code>
|
|
156
|
-
* </p>
|
|
156
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
157
157
|
*
|
|
158
158
|
* @throws {@link ConflictException} (client fault)
|
|
159
159
|
* <p>The request could not be processed because of conflict in the current state of the
|
|
160
160
|
* resource. Example: Workflow already exists, Schema already exists, Workflow is currently
|
|
161
|
-
* running, etc.
|
|
162
|
-
* </p>
|
|
161
|
+
* running, etc. </p>
|
|
163
162
|
*
|
|
164
163
|
* @throws {@link ExceedsLimitException} (client fault)
|
|
165
164
|
* <p>The request was rejected because it attempted to create resources beyond the current
|
|
166
165
|
* Entity Resolution account limits. The error message describes the limit exceeded.
|
|
167
|
-
*
|
|
168
|
-
* </p>
|
|
166
|
+
* </p>
|
|
169
167
|
*
|
|
170
168
|
* @throws {@link InternalServerException} (server fault)
|
|
171
169
|
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
172
|
-
* service.
|
|
173
|
-
* </p>
|
|
170
|
+
* service. </p>
|
|
174
171
|
*
|
|
175
172
|
* @throws {@link ThrottlingException} (client fault)
|
|
176
|
-
* <p>The request was denied due to request throttling.
|
|
177
|
-
* 429</code>
|
|
178
|
-
* </p>
|
|
173
|
+
* <p>The request was denied due to request throttling. </p>
|
|
179
174
|
*
|
|
180
175
|
* @throws {@link ValidationException} (client fault)
|
|
181
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution.
|
|
182
|
-
* Status Code: 400</code>
|
|
183
|
-
* </p>
|
|
176
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
|
|
184
177
|
*
|
|
185
178
|
* @throws {@link EntityResolutionServiceException}
|
|
186
179
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|
|
@@ -46,6 +46,7 @@ declare const CreateSchemaMappingCommand_base: {
|
|
|
46
46
|
* groupName: "STRING_VALUE",
|
|
47
47
|
* matchKey: "STRING_VALUE",
|
|
48
48
|
* subType: "STRING_VALUE",
|
|
49
|
+
* hashed: true || false,
|
|
49
50
|
* },
|
|
50
51
|
* ],
|
|
51
52
|
* tags: { // TagMap
|
|
@@ -65,6 +66,7 @@ declare const CreateSchemaMappingCommand_base: {
|
|
|
65
66
|
* // groupName: "STRING_VALUE",
|
|
66
67
|
* // matchKey: "STRING_VALUE",
|
|
67
68
|
* // subType: "STRING_VALUE",
|
|
69
|
+
* // hashed: true || false,
|
|
68
70
|
* // },
|
|
69
71
|
* // ],
|
|
70
72
|
* // };
|
|
@@ -78,36 +80,27 @@ declare const CreateSchemaMappingCommand_base: {
|
|
|
78
80
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
79
81
|
*
|
|
80
82
|
* @throws {@link AccessDeniedException} (client fault)
|
|
81
|
-
* <p>You do not have sufficient access to perform this action.
|
|
82
|
-
* 403</code>
|
|
83
|
-
* </p>
|
|
83
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
84
84
|
*
|
|
85
85
|
* @throws {@link ConflictException} (client fault)
|
|
86
86
|
* <p>The request could not be processed because of conflict in the current state of the
|
|
87
87
|
* resource. Example: Workflow already exists, Schema already exists, Workflow is currently
|
|
88
|
-
* running, etc.
|
|
89
|
-
* </p>
|
|
88
|
+
* running, etc. </p>
|
|
90
89
|
*
|
|
91
90
|
* @throws {@link ExceedsLimitException} (client fault)
|
|
92
91
|
* <p>The request was rejected because it attempted to create resources beyond the current
|
|
93
92
|
* Entity Resolution account limits. The error message describes the limit exceeded.
|
|
94
|
-
*
|
|
95
|
-
* </p>
|
|
93
|
+
* </p>
|
|
96
94
|
*
|
|
97
95
|
* @throws {@link InternalServerException} (server fault)
|
|
98
96
|
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
99
|
-
* service.
|
|
100
|
-
* </p>
|
|
97
|
+
* service. </p>
|
|
101
98
|
*
|
|
102
99
|
* @throws {@link ThrottlingException} (client fault)
|
|
103
|
-
* <p>The request was denied due to request throttling.
|
|
104
|
-
* 429</code>
|
|
105
|
-
* </p>
|
|
100
|
+
* <p>The request was denied due to request throttling. </p>
|
|
106
101
|
*
|
|
107
102
|
* @throws {@link ValidationException} (client fault)
|
|
108
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution.
|
|
109
|
-
* Status Code: 400</code>
|
|
110
|
-
* </p>
|
|
103
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
|
|
111
104
|
*
|
|
112
105
|
* @throws {@link EntityResolutionServiceException}
|
|
113
106
|
* <p>Base exception class for all service exceptions from EntityResolution service.</p>
|