@aws-sdk/client-entityresolution 3.817.0 → 3.822.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/README.md +9 -11
- package/dist-cjs/index.js +69 -0
- package/dist-es/EntityResolution.js +2 -0
- package/dist-es/commands/GenerateMatchIdCommand.js +23 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +13 -0
- package/dist-es/protocols/Aws_restJson1.js +30 -0
- package/dist-types/EntityResolution.d.ts +8 -11
- package/dist-types/EntityResolutionClient.d.ts +4 -13
- package/dist-types/commands/AddPolicyStatementCommand.d.ts +3 -7
- package/dist-types/commands/BatchDeleteUniqueIdCommand.d.ts +1 -2
- package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +4 -12
- package/dist-types/commands/CreateIdNamespaceCommand.d.ts +4 -11
- package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +4 -12
- package/dist-types/commands/CreateSchemaMappingCommand.d.ts +4 -11
- package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +3 -7
- package/dist-types/commands/DeleteIdNamespaceCommand.d.ts +1 -2
- package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +3 -7
- package/dist-types/commands/DeletePolicyStatementCommand.d.ts +2 -5
- package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +3 -9
- package/dist-types/commands/GenerateMatchIdCommand.d.ts +115 -0
- package/dist-types/commands/GetIdMappingJobCommand.d.ts +2 -4
- package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +1 -2
- package/dist-types/commands/GetIdNamespaceCommand.d.ts +1 -2
- package/dist-types/commands/GetMatchIdCommand.d.ts +2 -6
- package/dist-types/commands/GetMatchingJobCommand.d.ts +2 -4
- package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +1 -2
- package/dist-types/commands/GetPolicyCommand.d.ts +1 -2
- package/dist-types/commands/GetProviderServiceCommand.d.ts +1 -2
- package/dist-types/commands/GetSchemaMappingCommand.d.ts +1 -2
- package/dist-types/commands/ListIdMappingJobsCommand.d.ts +1 -2
- package/dist-types/commands/ListIdMappingWorkflowsCommand.d.ts +2 -4
- package/dist-types/commands/ListIdNamespacesCommand.d.ts +1 -2
- package/dist-types/commands/ListMatchingJobsCommand.d.ts +1 -2
- package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +2 -4
- package/dist-types/commands/ListProviderServicesCommand.d.ts +2 -4
- package/dist-types/commands/ListSchemaMappingsCommand.d.ts +2 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -4
- package/dist-types/commands/PutPolicyCommand.d.ts +2 -5
- package/dist-types/commands/StartIdMappingJobCommand.d.ts +4 -10
- package/dist-types/commands/StartMatchingJobCommand.d.ts +4 -10
- package/dist-types/commands/TagResourceCommand.d.ts +2 -12
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -4
- package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +2 -6
- package/dist-types/commands/UpdateIdNamespaceCommand.d.ts +1 -2
- package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +2 -6
- package/dist-types/commands/UpdateSchemaMappingCommand.d.ts +3 -10
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +1 -11
- package/dist-types/models/models_0.d.ts +310 -531
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/EntityResolution.d.ts +17 -0
- package/dist-types/ts3.4/EntityResolutionClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/GenerateMatchIdCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +39 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +33 -33
package/README.md
CHANGED
|
@@ -6,17 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript EntityResolution Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p>Welcome to the <i>Entity Resolution API Reference</i>.</p>
|
|
10
|
-
<p>Entity Resolution is an Amazon Web Services service that provides pre-configured entity
|
|
11
|
-
resolution capabilities that enable developers and analysts at advertising and marketing
|
|
12
|
-
companies to build an accurate and complete view of their consumers.</p>
|
|
13
|
-
<p> With Entity Resolution, you can match source records containing consumer identifiers,
|
|
14
|
-
such as name, email address, and phone number. This is true even when these records have
|
|
15
|
-
incomplete or conflicting identifiers. For example, Entity Resolution can effectively match
|
|
16
|
-
a source record from a customer relationship management (CRM) system with a source record
|
|
17
|
-
from a marketing system containing campaign information.</p>
|
|
18
|
-
<p>To learn more about Entity Resolution concepts, procedures, and best practices, see the
|
|
19
|
-
<a href="https://docs.aws.amazon.com/entityresolution/latest/userguide/what-is-service.html">Entity Resolution User Guide</a>.</p>
|
|
9
|
+
<p>Welcome to the <i>Entity Resolution API Reference</i>.</p> <p>Entity Resolution is an Amazon Web Services service that provides pre-configured entity resolution capabilities that enable developers and analysts at advertising and marketing companies to build an accurate and complete view of their consumers.</p> <p> With Entity Resolution, you can match source records containing consumer identifiers, such as name, email address, and phone number. This is true even when these records have incomplete or conflicting identifiers. For example, Entity Resolution can effectively match a source record from a customer relationship management (CRM) system with a source record from a marketing system containing campaign information.</p> <p>To learn more about Entity Resolution concepts, procedures, and best practices, see the <a href="https://docs.aws.amazon.com/entityresolution/latest/userguide/what-is-service.html">Entity Resolution User Guide</a>.</p>
|
|
20
10
|
|
|
21
11
|
## Installing
|
|
22
12
|
|
|
@@ -300,6 +290,14 @@ DeleteSchemaMapping
|
|
|
300
290
|
|
|
301
291
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/entityresolution/command/DeleteSchemaMappingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/DeleteSchemaMappingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/DeleteSchemaMappingCommandOutput/)
|
|
302
292
|
|
|
293
|
+
</details>
|
|
294
|
+
<details>
|
|
295
|
+
<summary>
|
|
296
|
+
GenerateMatchId
|
|
297
|
+
</summary>
|
|
298
|
+
|
|
299
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/entityresolution/command/GenerateMatchIdCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/GenerateMatchIdCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-entityresolution/Interface/GenerateMatchIdCommandOutput/)
|
|
300
|
+
|
|
303
301
|
</details>
|
|
304
302
|
<details>
|
|
305
303
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -41,6 +41,8 @@ __export(index_exports, {
|
|
|
41
41
|
EntityResolutionClient: () => EntityResolutionClient,
|
|
42
42
|
EntityResolutionServiceException: () => EntityResolutionServiceException,
|
|
43
43
|
ExceedsLimitException: () => ExceedsLimitException,
|
|
44
|
+
GenerateMatchIdCommand: () => GenerateMatchIdCommand,
|
|
45
|
+
GenerateMatchIdInputFilterSensitiveLog: () => GenerateMatchIdInputFilterSensitiveLog,
|
|
44
46
|
GetIdMappingJobCommand: () => GetIdMappingJobCommand,
|
|
45
47
|
GetIdMappingWorkflowCommand: () => GetIdMappingWorkflowCommand,
|
|
46
48
|
GetIdNamespaceCommand: () => GetIdNamespaceCommand,
|
|
@@ -66,6 +68,7 @@ __export(index_exports, {
|
|
|
66
68
|
ListSchemaMappingsCommand: () => ListSchemaMappingsCommand,
|
|
67
69
|
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
68
70
|
MatchPurpose: () => MatchPurpose,
|
|
71
|
+
ProcessingType: () => ProcessingType,
|
|
69
72
|
ProviderEndpointConfiguration: () => ProviderEndpointConfiguration,
|
|
70
73
|
PutPolicyCommand: () => PutPolicyCommand,
|
|
71
74
|
RecordMatchingModel: () => RecordMatchingModel,
|
|
@@ -84,6 +87,7 @@ __export(index_exports, {
|
|
|
84
87
|
UpdateMatchingWorkflowCommand: () => UpdateMatchingWorkflowCommand,
|
|
85
88
|
UpdateSchemaMappingCommand: () => UpdateSchemaMappingCommand,
|
|
86
89
|
ValidationException: () => ValidationException,
|
|
90
|
+
_RecordFilterSensitiveLog: () => _RecordFilterSensitiveLog,
|
|
87
91
|
__Client: () => import_smithy_client.Client,
|
|
88
92
|
paginateListIdMappingJobs: () => paginateListIdMappingJobs,
|
|
89
93
|
paginateListIdMappingWorkflows: () => paginateListIdMappingWorkflows,
|
|
@@ -477,6 +481,11 @@ var SchemaAttributeType = {
|
|
|
477
481
|
STRING: "STRING",
|
|
478
482
|
UNIQUE_ID: "UNIQUE_ID"
|
|
479
483
|
};
|
|
484
|
+
var ProcessingType = {
|
|
485
|
+
CONSISTENT: "CONSISTENT",
|
|
486
|
+
EVENTUAL: "EVENTUAL",
|
|
487
|
+
EVENTUAL_NO_LOOKUP: "EVENTUAL_NO_LOOKUP"
|
|
488
|
+
};
|
|
480
489
|
var JobStatus = {
|
|
481
490
|
FAILED: "FAILED",
|
|
482
491
|
QUEUED: "QUEUED",
|
|
@@ -495,6 +504,14 @@ var ServiceType = {
|
|
|
495
504
|
ASSIGNMENT: "ASSIGNMENT",
|
|
496
505
|
ID_MAPPING: "ID_MAPPING"
|
|
497
506
|
};
|
|
507
|
+
var _RecordFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
508
|
+
...obj,
|
|
509
|
+
...obj.recordAttributeMap && { recordAttributeMap: import_smithy_client.SENSITIVE_STRING }
|
|
510
|
+
}), "_RecordFilterSensitiveLog");
|
|
511
|
+
var GenerateMatchIdInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
512
|
+
...obj,
|
|
513
|
+
...obj.records && { records: obj.records.map((item) => _RecordFilterSensitiveLog(item)) }
|
|
514
|
+
}), "GenerateMatchIdInputFilterSensitiveLog");
|
|
498
515
|
var GetMatchIdInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
499
516
|
...obj,
|
|
500
517
|
...obj.record && { record: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -661,6 +678,23 @@ var se_DeleteSchemaMappingCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
661
678
|
b.m("DELETE").h(headers).b(body);
|
|
662
679
|
return b.build();
|
|
663
680
|
}, "se_DeleteSchemaMappingCommand");
|
|
681
|
+
var se_GenerateMatchIdCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
682
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
683
|
+
const headers = {
|
|
684
|
+
"content-type": "application/json"
|
|
685
|
+
};
|
|
686
|
+
b.bp("/matchingworkflows/{workflowName}/generateMatches");
|
|
687
|
+
b.p("workflowName", () => input.workflowName, "{workflowName}", false);
|
|
688
|
+
let body;
|
|
689
|
+
body = JSON.stringify(
|
|
690
|
+
(0, import_smithy_client.take)(input, {
|
|
691
|
+
processingType: [],
|
|
692
|
+
records: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "records")
|
|
693
|
+
})
|
|
694
|
+
);
|
|
695
|
+
b.m("POST").h(headers).b(body);
|
|
696
|
+
return b.build();
|
|
697
|
+
}, "se_GenerateMatchIdCommand");
|
|
664
698
|
var se_GetIdMappingJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
665
699
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
666
700
|
const headers = {};
|
|
@@ -1182,6 +1216,21 @@ var de_DeleteSchemaMappingCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1182
1216
|
Object.assign(contents, doc);
|
|
1183
1217
|
return contents;
|
|
1184
1218
|
}, "de_DeleteSchemaMappingCommand");
|
|
1219
|
+
var de_GenerateMatchIdCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1220
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1221
|
+
return de_CommandError(output, context);
|
|
1222
|
+
}
|
|
1223
|
+
const contents = (0, import_smithy_client.map)({
|
|
1224
|
+
$metadata: deserializeMetadata(output)
|
|
1225
|
+
});
|
|
1226
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1227
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1228
|
+
failedRecords: import_smithy_client._json,
|
|
1229
|
+
matchGroups: import_smithy_client._json
|
|
1230
|
+
});
|
|
1231
|
+
Object.assign(contents, doc);
|
|
1232
|
+
return contents;
|
|
1233
|
+
}, "de_GenerateMatchIdCommand");
|
|
1185
1234
|
var de_GetIdMappingJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1186
1235
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1187
1236
|
return de_CommandError(output, context);
|
|
@@ -2108,6 +2157,21 @@ var DeleteSchemaMappingCommand = class extends import_smithy_client.Command.clas
|
|
|
2108
2157
|
}
|
|
2109
2158
|
};
|
|
2110
2159
|
|
|
2160
|
+
// src/commands/GenerateMatchIdCommand.ts
|
|
2161
|
+
|
|
2162
|
+
|
|
2163
|
+
|
|
2164
|
+
var GenerateMatchIdCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2165
|
+
return [
|
|
2166
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2167
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2168
|
+
];
|
|
2169
|
+
}).s("AWSVeniceService", "GenerateMatchId", {}).n("EntityResolutionClient", "GenerateMatchIdCommand").f(GenerateMatchIdInputFilterSensitiveLog, void 0).ser(se_GenerateMatchIdCommand).de(de_GenerateMatchIdCommand).build() {
|
|
2170
|
+
static {
|
|
2171
|
+
__name(this, "GenerateMatchIdCommand");
|
|
2172
|
+
}
|
|
2173
|
+
};
|
|
2174
|
+
|
|
2111
2175
|
// src/commands/GetIdMappingJobCommand.ts
|
|
2112
2176
|
|
|
2113
2177
|
|
|
@@ -2511,6 +2575,7 @@ var commands = {
|
|
|
2511
2575
|
DeleteMatchingWorkflowCommand,
|
|
2512
2576
|
DeletePolicyStatementCommand,
|
|
2513
2577
|
DeleteSchemaMappingCommand,
|
|
2578
|
+
GenerateMatchIdCommand,
|
|
2514
2579
|
GetIdMappingJobCommand,
|
|
2515
2580
|
GetIdMappingWorkflowCommand,
|
|
2516
2581
|
GetIdNamespaceCommand,
|
|
@@ -2591,6 +2656,7 @@ var paginateListSchemaMappings = (0, import_core.createPaginator)(EntityResoluti
|
|
|
2591
2656
|
DeleteMatchingWorkflowCommand,
|
|
2592
2657
|
DeletePolicyStatementCommand,
|
|
2593
2658
|
DeleteSchemaMappingCommand,
|
|
2659
|
+
GenerateMatchIdCommand,
|
|
2594
2660
|
GetIdMappingJobCommand,
|
|
2595
2661
|
GetIdMappingWorkflowCommand,
|
|
2596
2662
|
GetIdNamespaceCommand,
|
|
@@ -2643,9 +2709,12 @@ var paginateListSchemaMappings = (0, import_core.createPaginator)(EntityResoluti
|
|
|
2643
2709
|
ResolutionType,
|
|
2644
2710
|
MatchPurpose,
|
|
2645
2711
|
SchemaAttributeType,
|
|
2712
|
+
ProcessingType,
|
|
2646
2713
|
JobStatus,
|
|
2647
2714
|
ProviderEndpointConfiguration,
|
|
2648
2715
|
ServiceType,
|
|
2716
|
+
_RecordFilterSensitiveLog,
|
|
2717
|
+
GenerateMatchIdInputFilterSensitiveLog,
|
|
2649
2718
|
GetMatchIdInputFilterSensitiveLog
|
|
2650
2719
|
});
|
|
2651
2720
|
|
|
@@ -10,6 +10,7 @@ import { DeleteIdNamespaceCommand, } from "./commands/DeleteIdNamespaceCommand";
|
|
|
10
10
|
import { DeleteMatchingWorkflowCommand, } from "./commands/DeleteMatchingWorkflowCommand";
|
|
11
11
|
import { DeletePolicyStatementCommand, } from "./commands/DeletePolicyStatementCommand";
|
|
12
12
|
import { DeleteSchemaMappingCommand, } from "./commands/DeleteSchemaMappingCommand";
|
|
13
|
+
import { GenerateMatchIdCommand, } from "./commands/GenerateMatchIdCommand";
|
|
13
14
|
import { GetIdMappingJobCommand, } from "./commands/GetIdMappingJobCommand";
|
|
14
15
|
import { GetIdMappingWorkflowCommand, } from "./commands/GetIdMappingWorkflowCommand";
|
|
15
16
|
import { GetIdNamespaceCommand, } from "./commands/GetIdNamespaceCommand";
|
|
@@ -49,6 +50,7 @@ const commands = {
|
|
|
49
50
|
DeleteMatchingWorkflowCommand,
|
|
50
51
|
DeletePolicyStatementCommand,
|
|
51
52
|
DeleteSchemaMappingCommand,
|
|
53
|
+
GenerateMatchIdCommand,
|
|
52
54
|
GetIdMappingJobCommand,
|
|
53
55
|
GetIdMappingWorkflowCommand,
|
|
54
56
|
GetIdNamespaceCommand,
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { GenerateMatchIdInputFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_GenerateMatchIdCommand, se_GenerateMatchIdCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class GenerateMatchIdCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("AWSVeniceService", "GenerateMatchId", {})
|
|
18
|
+
.n("EntityResolutionClient", "GenerateMatchIdCommand")
|
|
19
|
+
.f(GenerateMatchIdInputFilterSensitiveLog, void 0)
|
|
20
|
+
.ser(se_GenerateMatchIdCommand)
|
|
21
|
+
.de(de_GenerateMatchIdCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -9,6 +9,7 @@ export * from "./DeleteIdNamespaceCommand";
|
|
|
9
9
|
export * from "./DeleteMatchingWorkflowCommand";
|
|
10
10
|
export * from "./DeletePolicyStatementCommand";
|
|
11
11
|
export * from "./DeleteSchemaMappingCommand";
|
|
12
|
+
export * from "./GenerateMatchIdCommand";
|
|
12
13
|
export * from "./GetIdMappingJobCommand";
|
|
13
14
|
export * from "./GetIdMappingWorkflowCommand";
|
|
14
15
|
export * from "./GetIdNamespaceCommand";
|
|
@@ -161,6 +161,11 @@ export const SchemaAttributeType = {
|
|
|
161
161
|
STRING: "STRING",
|
|
162
162
|
UNIQUE_ID: "UNIQUE_ID",
|
|
163
163
|
};
|
|
164
|
+
export const ProcessingType = {
|
|
165
|
+
CONSISTENT: "CONSISTENT",
|
|
166
|
+
EVENTUAL: "EVENTUAL",
|
|
167
|
+
EVENTUAL_NO_LOOKUP: "EVENTUAL_NO_LOOKUP",
|
|
168
|
+
};
|
|
164
169
|
export const JobStatus = {
|
|
165
170
|
FAILED: "FAILED",
|
|
166
171
|
QUEUED: "QUEUED",
|
|
@@ -179,6 +184,14 @@ export const ServiceType = {
|
|
|
179
184
|
ASSIGNMENT: "ASSIGNMENT",
|
|
180
185
|
ID_MAPPING: "ID_MAPPING",
|
|
181
186
|
};
|
|
187
|
+
export const _RecordFilterSensitiveLog = (obj) => ({
|
|
188
|
+
...obj,
|
|
189
|
+
...(obj.recordAttributeMap && { recordAttributeMap: SENSITIVE_STRING }),
|
|
190
|
+
});
|
|
191
|
+
export const GenerateMatchIdInputFilterSensitiveLog = (obj) => ({
|
|
192
|
+
...obj,
|
|
193
|
+
...(obj.records && { records: obj.records.map((item) => _RecordFilterSensitiveLog(item)) }),
|
|
194
|
+
});
|
|
182
195
|
export const GetMatchIdInputFilterSensitiveLog = (obj) => ({
|
|
183
196
|
...obj,
|
|
184
197
|
...(obj.record && { record: SENSITIVE_STRING }),
|
|
@@ -153,6 +153,21 @@ export const se_DeleteSchemaMappingCommand = async (input, context) => {
|
|
|
153
153
|
b.m("DELETE").h(headers).b(body);
|
|
154
154
|
return b.build();
|
|
155
155
|
};
|
|
156
|
+
export const se_GenerateMatchIdCommand = async (input, context) => {
|
|
157
|
+
const b = rb(input, context);
|
|
158
|
+
const headers = {
|
|
159
|
+
"content-type": "application/json",
|
|
160
|
+
};
|
|
161
|
+
b.bp("/matchingworkflows/{workflowName}/generateMatches");
|
|
162
|
+
b.p("workflowName", () => input.workflowName, "{workflowName}", false);
|
|
163
|
+
let body;
|
|
164
|
+
body = JSON.stringify(take(input, {
|
|
165
|
+
processingType: [],
|
|
166
|
+
records: (_) => _json(_),
|
|
167
|
+
}));
|
|
168
|
+
b.m("POST").h(headers).b(body);
|
|
169
|
+
return b.build();
|
|
170
|
+
};
|
|
156
171
|
export const se_GetIdMappingJobCommand = async (input, context) => {
|
|
157
172
|
const b = rb(input, context);
|
|
158
173
|
const headers = {};
|
|
@@ -658,6 +673,21 @@ export const de_DeleteSchemaMappingCommand = async (output, context) => {
|
|
|
658
673
|
Object.assign(contents, doc);
|
|
659
674
|
return contents;
|
|
660
675
|
};
|
|
676
|
+
export const de_GenerateMatchIdCommand = async (output, context) => {
|
|
677
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
678
|
+
return de_CommandError(output, context);
|
|
679
|
+
}
|
|
680
|
+
const contents = map({
|
|
681
|
+
$metadata: deserializeMetadata(output),
|
|
682
|
+
});
|
|
683
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
684
|
+
const doc = take(data, {
|
|
685
|
+
failedRecords: _json,
|
|
686
|
+
matchGroups: _json,
|
|
687
|
+
});
|
|
688
|
+
Object.assign(contents, doc);
|
|
689
|
+
return contents;
|
|
690
|
+
};
|
|
661
691
|
export const de_GetIdMappingJobCommand = async (output, context) => {
|
|
662
692
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
663
693
|
return de_CommandError(output, context);
|
|
@@ -10,6 +10,7 @@ import { DeleteIdNamespaceCommandInput, DeleteIdNamespaceCommandOutput } from ".
|
|
|
10
10
|
import { DeleteMatchingWorkflowCommandInput, DeleteMatchingWorkflowCommandOutput } from "./commands/DeleteMatchingWorkflowCommand";
|
|
11
11
|
import { DeletePolicyStatementCommandInput, DeletePolicyStatementCommandOutput } from "./commands/DeletePolicyStatementCommand";
|
|
12
12
|
import { DeleteSchemaMappingCommandInput, DeleteSchemaMappingCommandOutput } from "./commands/DeleteSchemaMappingCommand";
|
|
13
|
+
import { GenerateMatchIdCommandInput, GenerateMatchIdCommandOutput } from "./commands/GenerateMatchIdCommand";
|
|
13
14
|
import { GetIdMappingJobCommandInput, GetIdMappingJobCommandOutput } from "./commands/GetIdMappingJobCommand";
|
|
14
15
|
import { GetIdMappingWorkflowCommandInput, GetIdMappingWorkflowCommandOutput } from "./commands/GetIdMappingWorkflowCommand";
|
|
15
16
|
import { GetIdNamespaceCommandInput, GetIdNamespaceCommandOutput } from "./commands/GetIdNamespaceCommand";
|
|
@@ -104,6 +105,12 @@ export interface EntityResolution {
|
|
|
104
105
|
deleteSchemaMapping(args: DeleteSchemaMappingCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSchemaMappingCommandOutput>;
|
|
105
106
|
deleteSchemaMapping(args: DeleteSchemaMappingCommandInput, cb: (err: any, data?: DeleteSchemaMappingCommandOutput) => void): void;
|
|
106
107
|
deleteSchemaMapping(args: DeleteSchemaMappingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSchemaMappingCommandOutput) => void): void;
|
|
108
|
+
/**
|
|
109
|
+
* @see {@link GenerateMatchIdCommand}
|
|
110
|
+
*/
|
|
111
|
+
generateMatchId(args: GenerateMatchIdCommandInput, options?: __HttpHandlerOptions): Promise<GenerateMatchIdCommandOutput>;
|
|
112
|
+
generateMatchId(args: GenerateMatchIdCommandInput, cb: (err: any, data?: GenerateMatchIdCommandOutput) => void): void;
|
|
113
|
+
generateMatchId(args: GenerateMatchIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GenerateMatchIdCommandOutput) => void): void;
|
|
107
114
|
/**
|
|
108
115
|
* @see {@link GetIdMappingJobCommand}
|
|
109
116
|
*/
|
|
@@ -267,17 +274,7 @@ export interface EntityResolution {
|
|
|
267
274
|
updateSchemaMapping(args: UpdateSchemaMappingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSchemaMappingCommandOutput) => void): void;
|
|
268
275
|
}
|
|
269
276
|
/**
|
|
270
|
-
* <p>Welcome to the <i>Entity Resolution API Reference</i>.</p>
|
|
271
|
-
* <p>Entity Resolution is an Amazon Web Services service that provides pre-configured entity
|
|
272
|
-
* resolution capabilities that enable developers and analysts at advertising and marketing
|
|
273
|
-
* companies to build an accurate and complete view of their consumers.</p>
|
|
274
|
-
* <p> With Entity Resolution, you can match source records containing consumer identifiers,
|
|
275
|
-
* such as name, email address, and phone number. This is true even when these records have
|
|
276
|
-
* incomplete or conflicting identifiers. For example, Entity Resolution can effectively match
|
|
277
|
-
* a source record from a customer relationship management (CRM) system with a source record
|
|
278
|
-
* from a marketing system containing campaign information.</p>
|
|
279
|
-
* <p>To learn more about Entity Resolution concepts, procedures, and best practices, see the
|
|
280
|
-
* <a href="https://docs.aws.amazon.com/entityresolution/latest/userguide/what-is-service.html">Entity Resolution User Guide</a>.</p>
|
|
277
|
+
* <p>Welcome to the <i>Entity Resolution API Reference</i>.</p> <p>Entity Resolution is an Amazon Web Services service that provides pre-configured entity resolution capabilities that enable developers and analysts at advertising and marketing companies to build an accurate and complete view of their consumers.</p> <p> With Entity Resolution, you can match source records containing consumer identifiers, such as name, email address, and phone number. This is true even when these records have incomplete or conflicting identifiers. For example, Entity Resolution can effectively match a source record from a customer relationship management (CRM) system with a source record from a marketing system containing campaign information.</p> <p>To learn more about Entity Resolution concepts, procedures, and best practices, see the <a href="https://docs.aws.amazon.com/entityresolution/latest/userguide/what-is-service.html">Entity Resolution User Guide</a>.</p>
|
|
281
278
|
* @public
|
|
282
279
|
*/
|
|
283
280
|
export declare class EntityResolution extends EntityResolutionClient implements EntityResolution {
|
|
@@ -18,6 +18,7 @@ import { DeleteIdNamespaceCommandInput, DeleteIdNamespaceCommandOutput } from ".
|
|
|
18
18
|
import { DeleteMatchingWorkflowCommandInput, DeleteMatchingWorkflowCommandOutput } from "./commands/DeleteMatchingWorkflowCommand";
|
|
19
19
|
import { DeletePolicyStatementCommandInput, DeletePolicyStatementCommandOutput } from "./commands/DeletePolicyStatementCommand";
|
|
20
20
|
import { DeleteSchemaMappingCommandInput, DeleteSchemaMappingCommandOutput } from "./commands/DeleteSchemaMappingCommand";
|
|
21
|
+
import { GenerateMatchIdCommandInput, GenerateMatchIdCommandOutput } from "./commands/GenerateMatchIdCommand";
|
|
21
22
|
import { GetIdMappingJobCommandInput, GetIdMappingJobCommandOutput } from "./commands/GetIdMappingJobCommand";
|
|
22
23
|
import { GetIdMappingWorkflowCommandInput, GetIdMappingWorkflowCommandOutput } from "./commands/GetIdMappingWorkflowCommand";
|
|
23
24
|
import { GetIdNamespaceCommandInput, GetIdNamespaceCommandOutput } from "./commands/GetIdNamespaceCommand";
|
|
@@ -50,11 +51,11 @@ export { __Client };
|
|
|
50
51
|
/**
|
|
51
52
|
* @public
|
|
52
53
|
*/
|
|
53
|
-
export type ServiceInputTypes = AddPolicyStatementCommandInput | BatchDeleteUniqueIdCommandInput | CreateIdMappingWorkflowCommandInput | CreateIdNamespaceCommandInput | CreateMatchingWorkflowCommandInput | CreateSchemaMappingCommandInput | DeleteIdMappingWorkflowCommandInput | DeleteIdNamespaceCommandInput | DeleteMatchingWorkflowCommandInput | DeletePolicyStatementCommandInput | DeleteSchemaMappingCommandInput | GetIdMappingJobCommandInput | GetIdMappingWorkflowCommandInput | GetIdNamespaceCommandInput | GetMatchIdCommandInput | GetMatchingJobCommandInput | GetMatchingWorkflowCommandInput | GetPolicyCommandInput | GetProviderServiceCommandInput | GetSchemaMappingCommandInput | ListIdMappingJobsCommandInput | ListIdMappingWorkflowsCommandInput | ListIdNamespacesCommandInput | ListMatchingJobsCommandInput | ListMatchingWorkflowsCommandInput | ListProviderServicesCommandInput | ListSchemaMappingsCommandInput | ListTagsForResourceCommandInput | PutPolicyCommandInput | StartIdMappingJobCommandInput | StartMatchingJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateIdMappingWorkflowCommandInput | UpdateIdNamespaceCommandInput | UpdateMatchingWorkflowCommandInput | UpdateSchemaMappingCommandInput;
|
|
54
|
+
export type ServiceInputTypes = AddPolicyStatementCommandInput | BatchDeleteUniqueIdCommandInput | CreateIdMappingWorkflowCommandInput | CreateIdNamespaceCommandInput | CreateMatchingWorkflowCommandInput | CreateSchemaMappingCommandInput | DeleteIdMappingWorkflowCommandInput | DeleteIdNamespaceCommandInput | DeleteMatchingWorkflowCommandInput | DeletePolicyStatementCommandInput | DeleteSchemaMappingCommandInput | GenerateMatchIdCommandInput | GetIdMappingJobCommandInput | GetIdMappingWorkflowCommandInput | GetIdNamespaceCommandInput | GetMatchIdCommandInput | GetMatchingJobCommandInput | GetMatchingWorkflowCommandInput | GetPolicyCommandInput | GetProviderServiceCommandInput | GetSchemaMappingCommandInput | ListIdMappingJobsCommandInput | ListIdMappingWorkflowsCommandInput | ListIdNamespacesCommandInput | ListMatchingJobsCommandInput | ListMatchingWorkflowsCommandInput | ListProviderServicesCommandInput | ListSchemaMappingsCommandInput | ListTagsForResourceCommandInput | PutPolicyCommandInput | StartIdMappingJobCommandInput | StartMatchingJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateIdMappingWorkflowCommandInput | UpdateIdNamespaceCommandInput | UpdateMatchingWorkflowCommandInput | UpdateSchemaMappingCommandInput;
|
|
54
55
|
/**
|
|
55
56
|
* @public
|
|
56
57
|
*/
|
|
57
|
-
export type ServiceOutputTypes = AddPolicyStatementCommandOutput | BatchDeleteUniqueIdCommandOutput | CreateIdMappingWorkflowCommandOutput | CreateIdNamespaceCommandOutput | CreateMatchingWorkflowCommandOutput | CreateSchemaMappingCommandOutput | DeleteIdMappingWorkflowCommandOutput | DeleteIdNamespaceCommandOutput | DeleteMatchingWorkflowCommandOutput | DeletePolicyStatementCommandOutput | DeleteSchemaMappingCommandOutput | GetIdMappingJobCommandOutput | GetIdMappingWorkflowCommandOutput | GetIdNamespaceCommandOutput | GetMatchIdCommandOutput | GetMatchingJobCommandOutput | GetMatchingWorkflowCommandOutput | GetPolicyCommandOutput | GetProviderServiceCommandOutput | GetSchemaMappingCommandOutput | ListIdMappingJobsCommandOutput | ListIdMappingWorkflowsCommandOutput | ListIdNamespacesCommandOutput | ListMatchingJobsCommandOutput | ListMatchingWorkflowsCommandOutput | ListProviderServicesCommandOutput | ListSchemaMappingsCommandOutput | ListTagsForResourceCommandOutput | PutPolicyCommandOutput | StartIdMappingJobCommandOutput | StartMatchingJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateIdMappingWorkflowCommandOutput | UpdateIdNamespaceCommandOutput | UpdateMatchingWorkflowCommandOutput | UpdateSchemaMappingCommandOutput;
|
|
58
|
+
export type ServiceOutputTypes = AddPolicyStatementCommandOutput | BatchDeleteUniqueIdCommandOutput | CreateIdMappingWorkflowCommandOutput | CreateIdNamespaceCommandOutput | CreateMatchingWorkflowCommandOutput | CreateSchemaMappingCommandOutput | DeleteIdMappingWorkflowCommandOutput | DeleteIdNamespaceCommandOutput | DeleteMatchingWorkflowCommandOutput | DeletePolicyStatementCommandOutput | DeleteSchemaMappingCommandOutput | GenerateMatchIdCommandOutput | GetIdMappingJobCommandOutput | GetIdMappingWorkflowCommandOutput | GetIdNamespaceCommandOutput | GetMatchIdCommandOutput | GetMatchingJobCommandOutput | GetMatchingWorkflowCommandOutput | GetPolicyCommandOutput | GetProviderServiceCommandOutput | GetSchemaMappingCommandOutput | ListIdMappingJobsCommandOutput | ListIdMappingWorkflowsCommandOutput | ListIdNamespacesCommandOutput | ListMatchingJobsCommandOutput | ListMatchingWorkflowsCommandOutput | ListProviderServicesCommandOutput | ListSchemaMappingsCommandOutput | ListTagsForResourceCommandOutput | PutPolicyCommandOutput | StartIdMappingJobCommandOutput | StartMatchingJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateIdMappingWorkflowCommandOutput | UpdateIdNamespaceCommandOutput | UpdateMatchingWorkflowCommandOutput | UpdateSchemaMappingCommandOutput;
|
|
58
59
|
/**
|
|
59
60
|
* @public
|
|
60
61
|
*/
|
|
@@ -206,17 +207,7 @@ export type EntityResolutionClientResolvedConfigType = __SmithyResolvedConfigura
|
|
|
206
207
|
export interface EntityResolutionClientResolvedConfig extends EntityResolutionClientResolvedConfigType {
|
|
207
208
|
}
|
|
208
209
|
/**
|
|
209
|
-
* <p>Welcome to the <i>Entity Resolution API Reference</i>.</p>
|
|
210
|
-
* <p>Entity Resolution is an Amazon Web Services service that provides pre-configured entity
|
|
211
|
-
* resolution capabilities that enable developers and analysts at advertising and marketing
|
|
212
|
-
* companies to build an accurate and complete view of their consumers.</p>
|
|
213
|
-
* <p> With Entity Resolution, you can match source records containing consumer identifiers,
|
|
214
|
-
* such as name, email address, and phone number. This is true even when these records have
|
|
215
|
-
* incomplete or conflicting identifiers. For example, Entity Resolution can effectively match
|
|
216
|
-
* a source record from a customer relationship management (CRM) system with a source record
|
|
217
|
-
* from a marketing system containing campaign information.</p>
|
|
218
|
-
* <p>To learn more about Entity Resolution concepts, procedures, and best practices, see the
|
|
219
|
-
* <a href="https://docs.aws.amazon.com/entityresolution/latest/userguide/what-is-service.html">Entity Resolution User Guide</a>.</p>
|
|
210
|
+
* <p>Welcome to the <i>Entity Resolution API Reference</i>.</p> <p>Entity Resolution is an Amazon Web Services service that provides pre-configured entity resolution capabilities that enable developers and analysts at advertising and marketing companies to build an accurate and complete view of their consumers.</p> <p> With Entity Resolution, you can match source records containing consumer identifiers, such as name, email address, and phone number. This is true even when these records have incomplete or conflicting identifiers. For example, Entity Resolution can effectively match a source record from a customer relationship management (CRM) system with a source record from a marketing system containing campaign information.</p> <p>To learn more about Entity Resolution concepts, procedures, and best practices, see the <a href="https://docs.aws.amazon.com/entityresolution/latest/userguide/what-is-service.html">Entity Resolution User Guide</a>.</p>
|
|
220
211
|
* @public
|
|
221
212
|
*/
|
|
222
213
|
export declare class EntityResolutionClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EntityResolutionClientResolvedConfig> {
|
|
@@ -27,8 +27,7 @@ declare const AddPolicyStatementCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Adds a policy statement object. To retrieve a list of existing policy statements, use
|
|
31
|
-
* the <code>GetPolicy</code> API.</p>
|
|
30
|
+
* <p>Adds a policy statement object. To retrieve a list of existing policy statements, use the <code>GetPolicy</code> API.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -67,13 +66,10 @@ declare const AddPolicyStatementCommand_base: {
|
|
|
67
66
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
68
67
|
*
|
|
69
68
|
* @throws {@link ConflictException} (client fault)
|
|
70
|
-
* <p>The request could not be processed because of conflict in the current state of the
|
|
71
|
-
* resource. Example: Workflow already exists, Schema already exists, Workflow is currently
|
|
72
|
-
* running, etc. </p>
|
|
69
|
+
* <p>The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
|
|
73
70
|
*
|
|
74
71
|
* @throws {@link InternalServerException} (server fault)
|
|
75
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
76
|
-
* service. </p>
|
|
72
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
77
73
|
*
|
|
78
74
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
79
75
|
* <p>The resource could not be found. </p>
|
|
@@ -70,8 +70,7 @@ declare const BatchDeleteUniqueIdCommand_base: {
|
|
|
70
70
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link InternalServerException} (server fault)
|
|
73
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
74
|
-
* service. </p>
|
|
73
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
75
74
|
*
|
|
76
75
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
77
76
|
* <p>The resource could not be found. </p>
|
|
@@ -27,10 +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
|
|
31
|
-
* data processing job to be run. Each <code>IdMappingWorkflow</code> must have a unique
|
|
32
|
-
* workflow name. To modify an existing workflow, use the <code>UpdateIdMappingWorkflow</code>
|
|
33
|
-
* API.</p>
|
|
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 <code>UpdateIdMappingWorkflow</code> API.</p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -138,18 +135,13 @@ declare const CreateIdMappingWorkflowCommand_base: {
|
|
|
138
135
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
139
136
|
*
|
|
140
137
|
* @throws {@link ConflictException} (client fault)
|
|
141
|
-
* <p>The request could not be processed because of conflict in the current state of the
|
|
142
|
-
* resource. Example: Workflow already exists, Schema already exists, Workflow is currently
|
|
143
|
-
* running, etc. </p>
|
|
138
|
+
* <p>The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
|
|
144
139
|
*
|
|
145
140
|
* @throws {@link ExceedsLimitException} (client fault)
|
|
146
|
-
* <p>The request was rejected because it attempted to create resources beyond the current
|
|
147
|
-
* Entity Resolution account limits. The error message describes the limit exceeded.
|
|
148
|
-
* </p>
|
|
141
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits. The error message describes the limit exceeded. </p>
|
|
149
142
|
*
|
|
150
143
|
* @throws {@link InternalServerException} (server fault)
|
|
151
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
152
|
-
* service. </p>
|
|
144
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
153
145
|
*
|
|
154
146
|
* @throws {@link ThrottlingException} (client fault)
|
|
155
147
|
* <p>The request was denied due to request throttling. </p>
|
|
@@ -27,9 +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
|
|
31
|
-
* their dataset and how to use it. Each ID namespace must have a unique name. To modify an
|
|
32
|
-
* existing ID namespace, use the <code>UpdateIdNamespace</code> API.</p>
|
|
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 <code>UpdateIdNamespace</code> API.</p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -136,18 +134,13 @@ declare const CreateIdNamespaceCommand_base: {
|
|
|
136
134
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
137
135
|
*
|
|
138
136
|
* @throws {@link ConflictException} (client fault)
|
|
139
|
-
* <p>The request could not be processed because of conflict in the current state of the
|
|
140
|
-
* resource. Example: Workflow already exists, Schema already exists, Workflow is currently
|
|
141
|
-
* running, etc. </p>
|
|
137
|
+
* <p>The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
|
|
142
138
|
*
|
|
143
139
|
* @throws {@link ExceedsLimitException} (client fault)
|
|
144
|
-
* <p>The request was rejected because it attempted to create resources beyond the current
|
|
145
|
-
* Entity Resolution account limits. The error message describes the limit exceeded.
|
|
146
|
-
* </p>
|
|
140
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits. The error message describes the limit exceeded. </p>
|
|
147
141
|
*
|
|
148
142
|
* @throws {@link InternalServerException} (server fault)
|
|
149
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
150
|
-
* service. </p>
|
|
143
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
151
144
|
*
|
|
152
145
|
* @throws {@link ThrottlingException} (client fault)
|
|
153
146
|
* <p>The request was denied due to request throttling. </p>
|
|
@@ -27,10 +27,7 @@ declare const CreateMatchingWorkflowCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a <code>MatchingWorkflow</code> object which stores the configuration of the
|
|
31
|
-
* data processing job to be run. It is important to note that there should not be a
|
|
32
|
-
* pre-existing <code>MatchingWorkflow</code> with the same name. To modify an existing
|
|
33
|
-
* workflow, utilize the <code>UpdateMatchingWorkflow</code> API.</p>
|
|
30
|
+
* <p>Creates a <code>MatchingWorkflow</code> object which stores the configuration of the data processing job to be run. It is important to note that there should not be a pre-existing <code>MatchingWorkflow</code> with the same name. To modify an existing workflow, utilize the <code>UpdateMatchingWorkflow</code> API.</p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -156,18 +153,13 @@ declare const CreateMatchingWorkflowCommand_base: {
|
|
|
156
153
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
157
154
|
*
|
|
158
155
|
* @throws {@link ConflictException} (client fault)
|
|
159
|
-
* <p>The request could not be processed because of conflict in the current state of the
|
|
160
|
-
* resource. Example: Workflow already exists, Schema already exists, Workflow is currently
|
|
161
|
-
* running, etc. </p>
|
|
156
|
+
* <p>The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
|
|
162
157
|
*
|
|
163
158
|
* @throws {@link ExceedsLimitException} (client fault)
|
|
164
|
-
* <p>The request was rejected because it attempted to create resources beyond the current
|
|
165
|
-
* Entity Resolution account limits. The error message describes the limit exceeded.
|
|
166
|
-
* </p>
|
|
159
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits. The error message describes the limit exceeded. </p>
|
|
167
160
|
*
|
|
168
161
|
* @throws {@link InternalServerException} (server fault)
|
|
169
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
170
|
-
* service. </p>
|
|
162
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
171
163
|
*
|
|
172
164
|
* @throws {@link ThrottlingException} (client fault)
|
|
173
165
|
* <p>The request was denied due to request throttling. </p>
|
|
@@ -27,9 +27,7 @@ declare const CreateSchemaMappingCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a schema mapping, which defines the schema of the input customer records table.
|
|
31
|
-
* The <code>SchemaMapping</code> also provides Entity Resolution with some metadata about the
|
|
32
|
-
* table, such as the attribute types of the columns and which columns to match on.</p>
|
|
30
|
+
* <p>Creates a schema mapping, which defines the schema of the input customer records table. The <code>SchemaMapping</code> also provides Entity Resolution with some metadata about the table, such as the attribute types of the columns and which columns to match on.</p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -83,18 +81,13 @@ declare const CreateSchemaMappingCommand_base: {
|
|
|
83
81
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
84
82
|
*
|
|
85
83
|
* @throws {@link ConflictException} (client fault)
|
|
86
|
-
* <p>The request could not be processed because of conflict in the current state of the
|
|
87
|
-
* resource. Example: Workflow already exists, Schema already exists, Workflow is currently
|
|
88
|
-
* running, etc. </p>
|
|
84
|
+
* <p>The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
|
|
89
85
|
*
|
|
90
86
|
* @throws {@link ExceedsLimitException} (client fault)
|
|
91
|
-
* <p>The request was rejected because it attempted to create resources beyond the current
|
|
92
|
-
* Entity Resolution account limits. The error message describes the limit exceeded.
|
|
93
|
-
* </p>
|
|
87
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits. The error message describes the limit exceeded. </p>
|
|
94
88
|
*
|
|
95
89
|
* @throws {@link InternalServerException} (server fault)
|
|
96
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
97
|
-
* service. </p>
|
|
90
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
98
91
|
*
|
|
99
92
|
* @throws {@link ThrottlingException} (client fault)
|
|
100
93
|
* <p>The request was denied due to request throttling. </p>
|
|
@@ -27,8 +27,7 @@ declare const DeleteIdMappingWorkflowCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes the <code>IdMappingWorkflow</code> with a given name. This operation will
|
|
31
|
-
* succeed even if a workflow with the given name does not exist.</p>
|
|
30
|
+
* <p>Deletes the <code>IdMappingWorkflow</code> with a given name. This operation will succeed even if a workflow with the given name does not exist.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -56,13 +55,10 @@ declare const DeleteIdMappingWorkflowCommand_base: {
|
|
|
56
55
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
57
56
|
*
|
|
58
57
|
* @throws {@link ConflictException} (client fault)
|
|
59
|
-
* <p>The request could not be processed because of conflict in the current state of the
|
|
60
|
-
* resource. Example: Workflow already exists, Schema already exists, Workflow is currently
|
|
61
|
-
* running, etc. </p>
|
|
58
|
+
* <p>The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
|
|
62
59
|
*
|
|
63
60
|
* @throws {@link InternalServerException} (server fault)
|
|
64
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
65
|
-
* service. </p>
|
|
61
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
66
62
|
*
|
|
67
63
|
* @throws {@link ThrottlingException} (client fault)
|
|
68
64
|
* <p>The request was denied due to request throttling. </p>
|
|
@@ -55,8 +55,7 @@ declare const DeleteIdNamespaceCommand_base: {
|
|
|
55
55
|
* <p>You do not have sufficient access to perform this action. </p>
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link InternalServerException} (server fault)
|
|
58
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
59
|
-
* service. </p>
|
|
58
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
|
|
60
59
|
*
|
|
61
60
|
* @throws {@link ThrottlingException} (client fault)
|
|
62
61
|
* <p>The request was denied due to request throttling. </p>
|