@aws-sdk/client-entityresolution 3.409.0 → 3.413.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 +8 -10
- package/dist-cjs/models/models_0.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -0
- package/dist-cjs/runtimeExtensions.js +3 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +3 -1
- package/dist-es/runtimeExtensions.js +3 -0
- package/dist-types/EntityResolution.d.ts +8 -10
- package/dist-types/EntityResolutionClient.d.ts +8 -10
- package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +7 -7
- package/dist-types/commands/CreateSchemaMappingCommand.d.ts +4 -4
- package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +2 -2
- package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +2 -2
- package/dist-types/commands/GetMatchIdCommand.d.ts +2 -2
- package/dist-types/commands/GetMatchingJobCommand.d.ts +3 -3
- package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +4 -4
- package/dist-types/commands/GetSchemaMappingCommand.d.ts +2 -2
- package/dist-types/commands/ListMatchingJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +3 -3
- package/dist-types/commands/ListSchemaMappingsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/StartMatchingJobCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +5 -5
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +6 -6
- package/dist-types/extensionConfiguration.d.ts +2 -1
- package/dist-types/index.d.ts +8 -10
- package/dist-types/models/models_0.d.ts +63 -55
- package/dist-types/runtimeConfig.browser.d.ts +4 -1
- package/dist-types/runtimeConfig.d.ts +4 -1
- package/dist-types/runtimeConfig.native.d.ts +4 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +6 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +3 -1
- package/package.json +28 -28
package/README.md
CHANGED
|
@@ -6,19 +6,17 @@
|
|
|
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>
|
|
10
|
-
<p>
|
|
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 resolution capabilities
|
|
11
11
|
that enable developers and analysts at advertising and marketing companies to build an accurate and
|
|
12
12
|
complete view of their consumers.</p>
|
|
13
13
|
<p>
|
|
14
|
-
With
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
<p>To learn more about AWS Entity Resolution concepts, procedures, and best practices, see the
|
|
21
|
-
<a href="https://docs.aws.amazon.com/entityresolution/latest/userguide/what-is-service.html">AWS Entity Resolution
|
|
14
|
+
With Entity Resolution, you can match source records containing consumer identifiers, such as name, email address,
|
|
15
|
+
and phone number. This is true even when these records have incomplete or conflicting identifiers. For example,
|
|
16
|
+
Entity Resolution can effectively match a source record from a customer relationship management (CRM) system
|
|
17
|
+
with a source record 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
|
|
22
20
|
User Guide</a>.</p>
|
|
23
21
|
|
|
24
22
|
## Installing
|
|
@@ -50,6 +50,8 @@ class ExceedsLimitException extends EntityResolutionServiceException_1.EntityRes
|
|
|
50
50
|
this.name = "ExceedsLimitException";
|
|
51
51
|
this.$fault = "client";
|
|
52
52
|
Object.setPrototypeOf(this, ExceedsLimitException.prototype);
|
|
53
|
+
this.quotaName = opts.quotaName;
|
|
54
|
+
this.quotaValue = opts.quotaValue;
|
|
53
55
|
}
|
|
54
56
|
}
|
|
55
57
|
exports.ExceedsLimitException = ExceedsLimitException;
|
|
@@ -1119,6 +1119,8 @@ const de_ExceedsLimitExceptionRes = async (parsedOutput, context) => {
|
|
|
1119
1119
|
const data = parsedOutput.body;
|
|
1120
1120
|
const doc = (0, smithy_client_1.take)(data, {
|
|
1121
1121
|
message: smithy_client_1.expectString,
|
|
1122
|
+
quotaName: smithy_client_1.expectString,
|
|
1123
|
+
quotaValue: smithy_client_1.expectInt32,
|
|
1122
1124
|
});
|
|
1123
1125
|
Object.assign(contents, doc);
|
|
1124
1126
|
const exception = new models_0_1.ExceedsLimitException({
|
|
@@ -1,16 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.resolveRuntimeExtensions = void 0;
|
|
4
|
+
const protocol_http_1 = require("@smithy/protocol-http");
|
|
4
5
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
6
|
const asPartial = (t) => t;
|
|
6
7
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
7
8
|
const extensionConfiguration = {
|
|
8
9
|
...asPartial((0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig)),
|
|
10
|
+
...asPartial((0, protocol_http_1.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
|
|
9
11
|
};
|
|
10
12
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
11
13
|
return {
|
|
12
14
|
...runtimeConfig,
|
|
13
15
|
...(0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
16
|
+
...(0, protocol_http_1.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
|
14
17
|
};
|
|
15
18
|
};
|
|
16
19
|
exports.resolveRuntimeExtensions = resolveRuntimeExtensions;
|
|
@@ -45,6 +45,8 @@ export class ExceedsLimitException extends __BaseException {
|
|
|
45
45
|
this.name = "ExceedsLimitException";
|
|
46
46
|
this.$fault = "client";
|
|
47
47
|
Object.setPrototypeOf(this, ExceedsLimitException.prototype);
|
|
48
|
+
this.quotaName = opts.quotaName;
|
|
49
|
+
this.quotaValue = opts.quotaValue;
|
|
48
50
|
}
|
|
49
51
|
}
|
|
50
52
|
export class InternalServerException extends __BaseException {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
2
|
-
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, map, parseEpochTimestamp as __parseEpochTimestamp, resolvedPath as __resolvedPath, take, withBaseException, } from "@smithy/smithy-client";
|
|
2
|
+
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, map, parseEpochTimestamp as __parseEpochTimestamp, resolvedPath as __resolvedPath, take, withBaseException, } from "@smithy/smithy-client";
|
|
3
3
|
import { EntityResolutionServiceException as __BaseException } from "../models/EntityResolutionServiceException";
|
|
4
4
|
import { AccessDeniedException, ConflictException, ExceedsLimitException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, } from "../models/models_0";
|
|
5
5
|
export const se_CreateMatchingWorkflowCommand = async (input, context) => {
|
|
@@ -1084,6 +1084,8 @@ const de_ExceedsLimitExceptionRes = async (parsedOutput, context) => {
|
|
|
1084
1084
|
const data = parsedOutput.body;
|
|
1085
1085
|
const doc = take(data, {
|
|
1086
1086
|
message: __expectString,
|
|
1087
|
+
quotaName: __expectString,
|
|
1088
|
+
quotaValue: __expectInt32,
|
|
1087
1089
|
});
|
|
1088
1090
|
Object.assign(contents, doc);
|
|
1089
1091
|
const exception = new ExceedsLimitException({
|
|
@@ -1,12 +1,15 @@
|
|
|
1
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
|
|
1
2
|
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
|
|
2
3
|
const asPartial = (t) => t;
|
|
3
4
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
4
5
|
const extensionConfiguration = {
|
|
5
6
|
...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
|
|
7
|
+
...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
|
|
6
8
|
};
|
|
7
9
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
8
10
|
return {
|
|
9
11
|
...runtimeConfig,
|
|
10
12
|
...resolveDefaultRuntimeConfig(extensionConfiguration),
|
|
13
|
+
...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
|
|
11
14
|
};
|
|
12
15
|
};
|
|
@@ -116,19 +116,17 @@ export interface EntityResolution {
|
|
|
116
116
|
}
|
|
117
117
|
/**
|
|
118
118
|
* @public
|
|
119
|
-
* <p>Welcome to the <i>
|
|
120
|
-
* <p>
|
|
119
|
+
* <p>Welcome to the <i>Entity Resolution API Reference</i>.</p>
|
|
120
|
+
* <p>Entity Resolution is an Amazon Web Services service that provides pre-configured entity resolution capabilities
|
|
121
121
|
* that enable developers and analysts at advertising and marketing companies to build an accurate and
|
|
122
122
|
* complete view of their consumers.</p>
|
|
123
123
|
* <p>
|
|
124
|
-
* With
|
|
125
|
-
*
|
|
126
|
-
*
|
|
127
|
-
*
|
|
128
|
-
*
|
|
129
|
-
*
|
|
130
|
-
* <p>To learn more about AWS Entity Resolution concepts, procedures, and best practices, see the
|
|
131
|
-
* <a href="https://docs.aws.amazon.com/entityresolution/latest/userguide/what-is-service.html">AWS Entity Resolution
|
|
124
|
+
* With Entity Resolution, you can match source records containing consumer identifiers, such as name, email address,
|
|
125
|
+
* and phone number. This is true even when these records have incomplete or conflicting identifiers. For example,
|
|
126
|
+
* Entity Resolution can effectively match a source record from a customer relationship management (CRM) system
|
|
127
|
+
* with a source record from a marketing system containing campaign information.</p>
|
|
128
|
+
* <p>To learn more about Entity Resolution concepts, procedures, and best practices, see the
|
|
129
|
+
* <a href="https://docs.aws.amazon.com/entityresolution/latest/userguide/what-is-service.html">Entity Resolution
|
|
132
130
|
* User Guide</a>.</p>
|
|
133
131
|
*/
|
|
134
132
|
export declare class EntityResolution extends EntityResolutionClient implements EntityResolution {
|
|
@@ -166,19 +166,17 @@ export interface EntityResolutionClientResolvedConfig extends EntityResolutionCl
|
|
|
166
166
|
}
|
|
167
167
|
/**
|
|
168
168
|
* @public
|
|
169
|
-
* <p>Welcome to the <i>
|
|
170
|
-
* <p>
|
|
169
|
+
* <p>Welcome to the <i>Entity Resolution API Reference</i>.</p>
|
|
170
|
+
* <p>Entity Resolution is an Amazon Web Services service that provides pre-configured entity resolution capabilities
|
|
171
171
|
* that enable developers and analysts at advertising and marketing companies to build an accurate and
|
|
172
172
|
* complete view of their consumers.</p>
|
|
173
173
|
* <p>
|
|
174
|
-
* With
|
|
175
|
-
*
|
|
176
|
-
*
|
|
177
|
-
*
|
|
178
|
-
*
|
|
179
|
-
*
|
|
180
|
-
* <p>To learn more about AWS Entity Resolution concepts, procedures, and best practices, see the
|
|
181
|
-
* <a href="https://docs.aws.amazon.com/entityresolution/latest/userguide/what-is-service.html">AWS Entity Resolution
|
|
174
|
+
* With Entity Resolution, you can match source records containing consumer identifiers, such as name, email address,
|
|
175
|
+
* and phone number. This is true even when these records have incomplete or conflicting identifiers. For example,
|
|
176
|
+
* Entity Resolution can effectively match a source record from a customer relationship management (CRM) system
|
|
177
|
+
* with a source record from a marketing system containing campaign information.</p>
|
|
178
|
+
* <p>To learn more about Entity Resolution concepts, procedures, and best practices, see the
|
|
179
|
+
* <a href="https://docs.aws.amazon.com/entityresolution/latest/userguide/what-is-service.html">Entity Resolution
|
|
182
180
|
* User Guide</a>.</p>
|
|
183
181
|
*/
|
|
184
182
|
export declare class EntityResolutionClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EntityResolutionClientResolvedConfig> {
|
|
@@ -45,18 +45,18 @@ export interface CreateMatchingWorkflowCommandOutput extends CreateMatchingWorkf
|
|
|
45
45
|
* outputSourceConfig: [ // OutputSourceConfig // required
|
|
46
46
|
* { // OutputSource
|
|
47
47
|
* outputS3Path: "STRING_VALUE", // required
|
|
48
|
+
* KMSArn: "STRING_VALUE",
|
|
48
49
|
* output: [ // OutputAttributes // required
|
|
49
50
|
* { // OutputAttribute
|
|
50
51
|
* name: "STRING_VALUE", // required
|
|
51
52
|
* hashed: true || false,
|
|
52
53
|
* },
|
|
53
54
|
* ],
|
|
54
|
-
* KMSArn: "STRING_VALUE",
|
|
55
55
|
* applyNormalization: true || false,
|
|
56
56
|
* },
|
|
57
57
|
* ],
|
|
58
58
|
* resolutionTechniques: { // ResolutionTechniques
|
|
59
|
-
* resolutionType: "RULE_MATCHING" || "ML_MATCHING",
|
|
59
|
+
* resolutionType: "RULE_MATCHING" || "ML_MATCHING", // required
|
|
60
60
|
* ruleBasedProperties: { // RuleBasedProperties
|
|
61
61
|
* rules: [ // RuleList // required
|
|
62
62
|
* { // Rule
|
|
@@ -93,18 +93,18 @@ export interface CreateMatchingWorkflowCommandOutput extends CreateMatchingWorkf
|
|
|
93
93
|
* // outputSourceConfig: [ // OutputSourceConfig // required
|
|
94
94
|
* // { // OutputSource
|
|
95
95
|
* // outputS3Path: "STRING_VALUE", // required
|
|
96
|
+
* // KMSArn: "STRING_VALUE",
|
|
96
97
|
* // output: [ // OutputAttributes // required
|
|
97
98
|
* // { // OutputAttribute
|
|
98
99
|
* // name: "STRING_VALUE", // required
|
|
99
100
|
* // hashed: true || false,
|
|
100
101
|
* // },
|
|
101
102
|
* // ],
|
|
102
|
-
* // KMSArn: "STRING_VALUE",
|
|
103
103
|
* // applyNormalization: true || false,
|
|
104
104
|
* // },
|
|
105
105
|
* // ],
|
|
106
106
|
* // resolutionTechniques: { // ResolutionTechniques
|
|
107
|
-
* // resolutionType: "RULE_MATCHING" || "ML_MATCHING",
|
|
107
|
+
* // resolutionType: "RULE_MATCHING" || "ML_MATCHING", // required
|
|
108
108
|
* // ruleBasedProperties: { // RuleBasedProperties
|
|
109
109
|
* // rules: [ // RuleList // required
|
|
110
110
|
* // { // Rule
|
|
@@ -141,12 +141,12 @@ export interface CreateMatchingWorkflowCommandOutput extends CreateMatchingWorkf
|
|
|
141
141
|
* </p>
|
|
142
142
|
*
|
|
143
143
|
* @throws {@link ExceedsLimitException} (client fault)
|
|
144
|
-
* <p>The request was rejected because it attempted to create resources beyond the current
|
|
144
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits.
|
|
145
145
|
* The error message describes the limit exceeded. <code>HTTP Status Code: 402</code>
|
|
146
146
|
* </p>
|
|
147
147
|
*
|
|
148
148
|
* @throws {@link InternalServerException} (server fault)
|
|
149
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
149
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. <code>HTTP Status Code: 500</code>
|
|
150
150
|
* </p>
|
|
151
151
|
*
|
|
152
152
|
* @throws {@link ThrottlingException} (client fault)
|
|
@@ -154,7 +154,7 @@ export interface CreateMatchingWorkflowCommandOutput extends CreateMatchingWorkf
|
|
|
154
154
|
* </p>
|
|
155
155
|
*
|
|
156
156
|
* @throws {@link ValidationException} (client fault)
|
|
157
|
-
* <p>The input fails to satisfy the constraints specified by
|
|
157
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP Status Code: 400</code>
|
|
158
158
|
* </p>
|
|
159
159
|
*
|
|
160
160
|
* @throws {@link EntityResolutionServiceException}
|
|
@@ -35,7 +35,7 @@ export interface CreateSchemaMappingCommandOutput extends CreateSchemaMappingOut
|
|
|
35
35
|
* const input = { // CreateSchemaMappingInput
|
|
36
36
|
* schemaName: "STRING_VALUE", // required
|
|
37
37
|
* description: "STRING_VALUE",
|
|
38
|
-
* mappedInputFields: [ // SchemaInputAttributes
|
|
38
|
+
* mappedInputFields: [ // SchemaInputAttributes // required
|
|
39
39
|
* { // SchemaInputAttribute
|
|
40
40
|
* fieldName: "STRING_VALUE", // required
|
|
41
41
|
* type: "NAME" || "NAME_FIRST" || "NAME_MIDDLE" || "NAME_LAST" || "ADDRESS" || "ADDRESS_STREET1" || "ADDRESS_STREET2" || "ADDRESS_STREET3" || "ADDRESS_CITY" || "ADDRESS_STATE" || "ADDRESS_COUNTRY" || "ADDRESS_POSTALCODE" || "PHONE" || "PHONE_NUMBER" || "PHONE_COUNTRYCODE" || "EMAIL_ADDRESS" || "UNIQUE_ID" || "DATE" || "STRING", // required
|
|
@@ -81,12 +81,12 @@ export interface CreateSchemaMappingCommandOutput extends CreateSchemaMappingOut
|
|
|
81
81
|
* </p>
|
|
82
82
|
*
|
|
83
83
|
* @throws {@link ExceedsLimitException} (client fault)
|
|
84
|
-
* <p>The request was rejected because it attempted to create resources beyond the current
|
|
84
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits.
|
|
85
85
|
* The error message describes the limit exceeded. <code>HTTP Status Code: 402</code>
|
|
86
86
|
* </p>
|
|
87
87
|
*
|
|
88
88
|
* @throws {@link InternalServerException} (server fault)
|
|
89
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
89
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. <code>HTTP Status Code: 500</code>
|
|
90
90
|
* </p>
|
|
91
91
|
*
|
|
92
92
|
* @throws {@link ThrottlingException} (client fault)
|
|
@@ -94,7 +94,7 @@ export interface CreateSchemaMappingCommandOutput extends CreateSchemaMappingOut
|
|
|
94
94
|
* </p>
|
|
95
95
|
*
|
|
96
96
|
* @throws {@link ValidationException} (client fault)
|
|
97
|
-
* <p>The input fails to satisfy the constraints specified by
|
|
97
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP Status Code: 400</code>
|
|
98
98
|
* </p>
|
|
99
99
|
*
|
|
100
100
|
* @throws {@link EntityResolutionServiceException}
|
|
@@ -53,7 +53,7 @@ export interface DeleteMatchingWorkflowCommandOutput extends DeleteMatchingWorkf
|
|
|
53
53
|
* </p>
|
|
54
54
|
*
|
|
55
55
|
* @throws {@link InternalServerException} (server fault)
|
|
56
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
56
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. <code>HTTP Status Code: 500</code>
|
|
57
57
|
* </p>
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link ThrottlingException} (client fault)
|
|
@@ -61,7 +61,7 @@ export interface DeleteMatchingWorkflowCommandOutput extends DeleteMatchingWorkf
|
|
|
61
61
|
* </p>
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link ValidationException} (client fault)
|
|
64
|
-
* <p>The input fails to satisfy the constraints specified by
|
|
64
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP Status Code: 400</code>
|
|
65
65
|
* </p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link EntityResolutionServiceException}
|
|
@@ -59,7 +59,7 @@ export interface DeleteSchemaMappingCommandOutput extends DeleteSchemaMappingOut
|
|
|
59
59
|
* </p>
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link InternalServerException} (server fault)
|
|
62
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
62
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. <code>HTTP Status Code: 500</code>
|
|
63
63
|
* </p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link ThrottlingException} (client fault)
|
|
@@ -67,7 +67,7 @@ export interface DeleteSchemaMappingCommandOutput extends DeleteSchemaMappingOut
|
|
|
67
67
|
* </p>
|
|
68
68
|
*
|
|
69
69
|
* @throws {@link ValidationException} (client fault)
|
|
70
|
-
* <p>The input fails to satisfy the constraints specified by
|
|
70
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP Status Code: 400</code>
|
|
71
71
|
* </p>
|
|
72
72
|
*
|
|
73
73
|
* @throws {@link EntityResolutionServiceException}
|
|
@@ -55,7 +55,7 @@ export interface GetMatchIdCommandOutput extends GetMatchIdOutput, __MetadataBea
|
|
|
55
55
|
* </p>
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link InternalServerException} (server fault)
|
|
58
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
58
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. <code>HTTP Status Code: 500</code>
|
|
59
59
|
* </p>
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -67,7 +67,7 @@ export interface GetMatchIdCommandOutput extends GetMatchIdOutput, __MetadataBea
|
|
|
67
67
|
* </p>
|
|
68
68
|
*
|
|
69
69
|
* @throws {@link ValidationException} (client fault)
|
|
70
|
-
* <p>The input fails to satisfy the constraints specified by
|
|
70
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP Status Code: 400</code>
|
|
71
71
|
* </p>
|
|
72
72
|
*
|
|
73
73
|
* @throws {@link EntityResolutionServiceException}
|
|
@@ -44,8 +44,8 @@ export interface GetMatchingJobCommandOutput extends GetMatchingJobOutput, __Met
|
|
|
44
44
|
* // metrics: { // JobMetrics
|
|
45
45
|
* // inputRecords: Number("int"),
|
|
46
46
|
* // totalRecordsProcessed: Number("int"),
|
|
47
|
-
* // matchIDs: Number("int"),
|
|
48
47
|
* // recordsNotProcessed: Number("int"),
|
|
48
|
+
* // matchIDs: Number("int"),
|
|
49
49
|
* // },
|
|
50
50
|
* // errorDetails: { // ErrorDetails
|
|
51
51
|
* // errorMessage: "STRING_VALUE",
|
|
@@ -65,7 +65,7 @@ export interface GetMatchingJobCommandOutput extends GetMatchingJobOutput, __Met
|
|
|
65
65
|
* </p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link InternalServerException} (server fault)
|
|
68
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
68
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. <code>HTTP Status Code: 500</code>
|
|
69
69
|
* </p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -77,7 +77,7 @@ export interface GetMatchingJobCommandOutput extends GetMatchingJobOutput, __Met
|
|
|
77
77
|
* </p>
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link ValidationException} (client fault)
|
|
80
|
-
* <p>The input fails to satisfy the constraints specified by
|
|
80
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP Status Code: 400</code>
|
|
81
81
|
* </p>
|
|
82
82
|
*
|
|
83
83
|
* @throws {@link EntityResolutionServiceException}
|
|
@@ -49,18 +49,18 @@ export interface GetMatchingWorkflowCommandOutput extends GetMatchingWorkflowOut
|
|
|
49
49
|
* // outputSourceConfig: [ // OutputSourceConfig // required
|
|
50
50
|
* // { // OutputSource
|
|
51
51
|
* // outputS3Path: "STRING_VALUE", // required
|
|
52
|
+
* // KMSArn: "STRING_VALUE",
|
|
52
53
|
* // output: [ // OutputAttributes // required
|
|
53
54
|
* // { // OutputAttribute
|
|
54
55
|
* // name: "STRING_VALUE", // required
|
|
55
56
|
* // hashed: true || false,
|
|
56
57
|
* // },
|
|
57
58
|
* // ],
|
|
58
|
-
* // KMSArn: "STRING_VALUE",
|
|
59
59
|
* // applyNormalization: true || false,
|
|
60
60
|
* // },
|
|
61
61
|
* // ],
|
|
62
62
|
* // resolutionTechniques: { // ResolutionTechniques
|
|
63
|
-
* // resolutionType: "RULE_MATCHING" || "ML_MATCHING",
|
|
63
|
+
* // resolutionType: "RULE_MATCHING" || "ML_MATCHING", // required
|
|
64
64
|
* // ruleBasedProperties: { // RuleBasedProperties
|
|
65
65
|
* // rules: [ // RuleList // required
|
|
66
66
|
* // { // Rule
|
|
@@ -97,7 +97,7 @@ export interface GetMatchingWorkflowCommandOutput extends GetMatchingWorkflowOut
|
|
|
97
97
|
* </p>
|
|
98
98
|
*
|
|
99
99
|
* @throws {@link InternalServerException} (server fault)
|
|
100
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
100
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. <code>HTTP Status Code: 500</code>
|
|
101
101
|
* </p>
|
|
102
102
|
*
|
|
103
103
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -109,7 +109,7 @@ export interface GetMatchingWorkflowCommandOutput extends GetMatchingWorkflowOut
|
|
|
109
109
|
* </p>
|
|
110
110
|
*
|
|
111
111
|
* @throws {@link ValidationException} (client fault)
|
|
112
|
-
* <p>The input fails to satisfy the constraints specified by
|
|
112
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP Status Code: 400</code>
|
|
113
113
|
* </p>
|
|
114
114
|
*
|
|
115
115
|
* @throws {@link EntityResolutionServiceException}
|
|
@@ -67,7 +67,7 @@ export interface GetSchemaMappingCommandOutput extends GetSchemaMappingOutput, _
|
|
|
67
67
|
* </p>
|
|
68
68
|
*
|
|
69
69
|
* @throws {@link InternalServerException} (server fault)
|
|
70
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
70
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. <code>HTTP Status Code: 500</code>
|
|
71
71
|
* </p>
|
|
72
72
|
*
|
|
73
73
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -79,7 +79,7 @@ export interface GetSchemaMappingCommandOutput extends GetSchemaMappingOutput, _
|
|
|
79
79
|
* </p>
|
|
80
80
|
*
|
|
81
81
|
* @throws {@link ValidationException} (client fault)
|
|
82
|
-
* <p>The input fails to satisfy the constraints specified by
|
|
82
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP Status Code: 400</code>
|
|
83
83
|
* </p>
|
|
84
84
|
*
|
|
85
85
|
* @throws {@link EntityResolutionServiceException}
|
|
@@ -62,7 +62,7 @@ export interface ListMatchingJobsCommandOutput extends ListMatchingJobsOutput, _
|
|
|
62
62
|
* </p>
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link InternalServerException} (server fault)
|
|
65
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
65
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. <code>HTTP Status Code: 500</code>
|
|
66
66
|
* </p>
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -74,7 +74,7 @@ export interface ListMatchingJobsCommandOutput extends ListMatchingJobsOutput, _
|
|
|
74
74
|
* </p>
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link ValidationException} (client fault)
|
|
77
|
-
* <p>The input fails to satisfy the constraints specified by
|
|
77
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP Status Code: 400</code>
|
|
78
78
|
* </p>
|
|
79
79
|
*
|
|
80
80
|
* @throws {@link EntityResolutionServiceException}
|
|
@@ -23,7 +23,7 @@ export interface ListMatchingWorkflowsCommandOutput extends ListMatchingWorkflow
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Returns a list of all the <code>MatchingWorkflows</code> that have been created for an
|
|
26
|
+
* <p>Returns a list of all the <code>MatchingWorkflows</code> that have been created for an Amazon Web Services account.</p>
|
|
27
27
|
* @example
|
|
28
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
29
|
* ```javascript
|
|
@@ -61,7 +61,7 @@ export interface ListMatchingWorkflowsCommandOutput extends ListMatchingWorkflow
|
|
|
61
61
|
* </p>
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link InternalServerException} (server fault)
|
|
64
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
64
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. <code>HTTP Status Code: 500</code>
|
|
65
65
|
* </p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link ThrottlingException} (client fault)
|
|
@@ -69,7 +69,7 @@ export interface ListMatchingWorkflowsCommandOutput extends ListMatchingWorkflow
|
|
|
69
69
|
* </p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link ValidationException} (client fault)
|
|
72
|
-
* <p>The input fails to satisfy the constraints specified by
|
|
72
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP Status Code: 400</code>
|
|
73
73
|
* </p>
|
|
74
74
|
*
|
|
75
75
|
* @throws {@link EntityResolutionServiceException}
|
|
@@ -23,7 +23,7 @@ export interface ListSchemaMappingsCommandOutput extends ListSchemaMappingsOutpu
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Returns a list of all the <code>SchemaMappings</code> that have been created for an
|
|
26
|
+
* <p>Returns a list of all the <code>SchemaMappings</code> that have been created for an Amazon Web Services account.</p>
|
|
27
27
|
* @example
|
|
28
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
29
|
* ```javascript
|
|
@@ -61,7 +61,7 @@ export interface ListSchemaMappingsCommandOutput extends ListSchemaMappingsOutpu
|
|
|
61
61
|
* </p>
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link InternalServerException} (server fault)
|
|
64
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
64
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. <code>HTTP Status Code: 500</code>
|
|
65
65
|
* </p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link ThrottlingException} (client fault)
|
|
@@ -69,7 +69,7 @@ export interface ListSchemaMappingsCommandOutput extends ListSchemaMappingsOutpu
|
|
|
69
69
|
* </p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link ValidationException} (client fault)
|
|
72
|
-
* <p>The input fails to satisfy the constraints specified by
|
|
72
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP Status Code: 400</code>
|
|
73
73
|
* </p>
|
|
74
74
|
*
|
|
75
75
|
* @throws {@link EntityResolutionServiceException}
|
|
@@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Displays the tags associated with an
|
|
26
|
+
* <p>Displays the tags associated with an Entity Resolution resource. In Entity
|
|
27
27
|
* Resolution, <code>SchemaMapping</code>, and <code>MatchingWorkflow</code> can be
|
|
28
28
|
* tagged.</p>
|
|
29
29
|
* @example
|
|
@@ -52,7 +52,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
52
52
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link InternalServerException} (server fault)
|
|
55
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
55
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. <code>HTTP Status Code: 500</code>
|
|
56
56
|
* </p>
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -60,7 +60,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
60
60
|
* </p>
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link ValidationException} (client fault)
|
|
63
|
-
* <p>The input fails to satisfy the constraints specified by
|
|
63
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP Status Code: 400</code>
|
|
64
64
|
* </p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link EntityResolutionServiceException}
|
|
@@ -58,12 +58,12 @@ export interface StartMatchingJobCommandOutput extends StartMatchingJobOutput, _
|
|
|
58
58
|
* </p>
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link ExceedsLimitException} (client fault)
|
|
61
|
-
* <p>The request was rejected because it attempted to create resources beyond the current
|
|
61
|
+
* <p>The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits.
|
|
62
62
|
* The error message describes the limit exceeded. <code>HTTP Status Code: 402</code>
|
|
63
63
|
* </p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link InternalServerException} (server fault)
|
|
66
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
66
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. <code>HTTP Status Code: 500</code>
|
|
67
67
|
* </p>
|
|
68
68
|
*
|
|
69
69
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -75,7 +75,7 @@ export interface StartMatchingJobCommandOutput extends StartMatchingJobOutput, _
|
|
|
75
75
|
* </p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link ValidationException} (client fault)
|
|
78
|
-
* <p>The input fails to satisfy the constraints specified by
|
|
78
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP Status Code: 400</code>
|
|
79
79
|
* </p>
|
|
80
80
|
*
|
|
81
81
|
* @throws {@link EntityResolutionServiceException}
|
|
@@ -23,11 +23,11 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Assigns one or more tags (key-value pairs) to the specified
|
|
26
|
+
* <p>Assigns one or more tags (key-value pairs) to the specified Entity Resolution
|
|
27
27
|
* resource. Tags can help you organize and categorize your resources. You can also use them
|
|
28
28
|
* to scope user permissions by granting a user permission to access or change only resources
|
|
29
|
-
* with certain tag values. In Entity Resolution, <code>SchemaMapping</code
|
|
30
|
-
* <code>MatchingWorkflow</code> can be tagged. Tags don't have any semantic meaning to
|
|
29
|
+
* with certain tag values. In Entity Resolution, <code>SchemaMapping</code> and
|
|
30
|
+
* <code>MatchingWorkflow</code> can be tagged. Tags don't have any semantic meaning to Amazon Web Services
|
|
31
31
|
* and are interpreted strictly as strings of characters. You can use the
|
|
32
32
|
* <code>TagResource</code> action with a resource that already has tags. If you specify a
|
|
33
33
|
* new tag key, this tag is appended to the list of tags associated with the resource. If you
|
|
@@ -58,7 +58,7 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
58
58
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link InternalServerException} (server fault)
|
|
61
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
61
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. <code>HTTP Status Code: 500</code>
|
|
62
62
|
* </p>
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
@@ -66,7 +66,7 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
66
66
|
* </p>
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link ValidationException} (client fault)
|
|
69
|
-
* <p>The input fails to satisfy the constraints specified by
|
|
69
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP Status Code: 400</code>
|
|
70
70
|
* </p>
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link EntityResolutionServiceException}
|
|
@@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Removes one or more tags from the specified
|
|
26
|
+
* <p>Removes one or more tags from the specified Entity Resolution resource. In Entity
|
|
27
27
|
* Resolution, <code>SchemaMapping</code>, and <code>MatchingWorkflow</code> can be
|
|
28
28
|
* tagged.</p>
|
|
29
29
|
* @example
|
|
@@ -51,7 +51,7 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
51
51
|
* @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link InternalServerException} (server fault)
|
|
54
|
-
* <p>This exception occurs when there is an internal failure in the
|
|
54
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. <code>HTTP Status Code: 500</code>
|
|
55
55
|
* </p>
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link ResourceNotFoundException} (client fault)
|