@aws-sdk/client-entityresolution 3.428.0 → 3.429.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 +104 -17
- package/dist-cjs/EntityResolution.js +22 -0
- package/dist-cjs/commands/CreateIdMappingWorkflowCommand.js +51 -0
- package/dist-cjs/commands/DeleteIdMappingWorkflowCommand.js +51 -0
- package/dist-cjs/commands/GetIdMappingJobCommand.js +51 -0
- package/dist-cjs/commands/GetIdMappingWorkflowCommand.js +51 -0
- package/dist-cjs/commands/GetProviderServiceCommand.js +51 -0
- package/dist-cjs/commands/ListIdMappingJobsCommand.js +51 -0
- package/dist-cjs/commands/ListIdMappingWorkflowsCommand.js +51 -0
- package/dist-cjs/commands/ListProviderServicesCommand.js +51 -0
- package/dist-cjs/commands/StartIdMappingJobCommand.js +51 -0
- package/dist-cjs/commands/UpdateIdMappingWorkflowCommand.js +51 -0
- package/dist-cjs/commands/UpdateSchemaMappingCommand.js +51 -0
- package/dist-cjs/commands/index.js +11 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +29 -12
- package/dist-cjs/pagination/ListIdMappingJobsPaginator.js +29 -0
- package/dist-cjs/pagination/ListIdMappingWorkflowsPaginator.js +29 -0
- package/dist-cjs/pagination/ListProviderServicesPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restJson1.js +917 -71
- package/dist-es/EntityResolution.js +22 -0
- package/dist-es/commands/CreateIdMappingWorkflowCommand.js +47 -0
- package/dist-es/commands/DeleteIdMappingWorkflowCommand.js +47 -0
- package/dist-es/commands/GetIdMappingJobCommand.js +47 -0
- package/dist-es/commands/GetIdMappingWorkflowCommand.js +47 -0
- package/dist-es/commands/GetProviderServiceCommand.js +47 -0
- package/dist-es/commands/ListIdMappingJobsCommand.js +47 -0
- package/dist-es/commands/ListIdMappingWorkflowsCommand.js +47 -0
- package/dist-es/commands/ListProviderServicesCommand.js +47 -0
- package/dist-es/commands/StartIdMappingJobCommand.js +47 -0
- package/dist-es/commands/UpdateIdMappingWorkflowCommand.js +47 -0
- package/dist-es/commands/UpdateSchemaMappingCommand.js +47 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +28 -11
- package/dist-es/pagination/ListIdMappingJobsPaginator.js +25 -0
- package/dist-es/pagination/ListIdMappingWorkflowsPaginator.js +25 -0
- package/dist-es/pagination/ListProviderServicesPaginator.js +25 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +908 -85
- package/dist-types/EntityResolution.d.ts +86 -10
- package/dist-types/EntityResolutionClient.d.ts +22 -12
- package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +160 -0
- package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +34 -13
- package/dist-types/commands/CreateSchemaMappingCommand.d.ts +18 -10
- package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +94 -0
- package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +10 -6
- package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +15 -9
- package/dist-types/commands/GetIdMappingJobCommand.d.ts +110 -0
- package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +127 -0
- package/dist-types/commands/GetMatchIdCommand.d.ts +10 -5
- package/dist-types/commands/GetMatchingJobCommand.d.ts +10 -5
- package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +16 -5
- package/dist-types/commands/GetProviderServiceCommand.d.ts +121 -0
- package/dist-types/commands/GetSchemaMappingCommand.d.ts +11 -5
- package/dist-types/commands/ListIdMappingJobsCommand.d.ts +107 -0
- package/dist-types/commands/ListIdMappingWorkflowsCommand.d.ts +103 -0
- package/dist-types/commands/ListMatchingJobsCommand.d.ts +8 -4
- package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +11 -5
- package/dist-types/commands/ListProviderServicesCommand.d.ts +105 -0
- package/dist-types/commands/ListSchemaMappingsCommand.d.ts +11 -5
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -5
- package/dist-types/commands/StartIdMappingJobCommand.d.ts +110 -0
- package/dist-types/commands/StartMatchingJobCommand.d.ts +16 -10
- package/dist-types/commands/TagResourceCommand.d.ts +11 -9
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +149 -0
- package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +27 -9
- package/dist-types/commands/UpdateSchemaMappingCommand.d.ts +128 -0
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/index.d.ts +9 -10
- package/dist-types/models/models_0.d.ts +1128 -234
- package/dist-types/pagination/ListIdMappingJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIdMappingWorkflowsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListProviderServicesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/EntityResolution.d.ts +187 -0
- package/dist-types/ts3.4/EntityResolutionClient.d.ts +68 -2
- package/dist-types/ts3.4/commands/CreateIdMappingWorkflowCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteIdMappingWorkflowCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIdMappingJobCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetIdMappingWorkflowCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetProviderServiceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListIdMappingJobsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListIdMappingWorkflowsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListProviderServicesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartIdMappingJobCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateIdMappingWorkflowCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateSchemaMappingCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +268 -55
- package/dist-types/ts3.4/pagination/ListIdMappingJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIdMappingWorkflowsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListProviderServicesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
- package/package.json +5 -5
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
3
|
import { EntityResolutionServiceException as __BaseException } from "./EntityResolutionServiceException";
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
|
-
* <p>You do not have sufficient access to perform this action. <code>HTTP Status Code:
|
|
6
|
+
* <p>You do not have sufficient access to perform this action. <code>HTTP Status Code:
|
|
7
|
+
* 403</code>
|
|
6
8
|
* </p>
|
|
7
9
|
*/
|
|
8
10
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -27,8 +29,9 @@ export declare const AttributeMatchingModel: {
|
|
|
27
29
|
export type AttributeMatchingModel = (typeof AttributeMatchingModel)[keyof typeof AttributeMatchingModel];
|
|
28
30
|
/**
|
|
29
31
|
* @public
|
|
30
|
-
* <p>The request could not be processed because of conflict in the current state of the
|
|
31
|
-
*
|
|
32
|
+
* <p>The request could not be processed because of conflict in the current state of the
|
|
33
|
+
* resource. Example: Workflow already exists, Schema already exists, Workflow is currently
|
|
34
|
+
* running, etc. <code>HTTP Status Code: 400</code>
|
|
32
35
|
* </p>
|
|
33
36
|
*/
|
|
34
37
|
export declare class ConflictException extends __BaseException {
|
|
@@ -39,6 +42,266 @@ export declare class ConflictException extends __BaseException {
|
|
|
39
42
|
*/
|
|
40
43
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
41
44
|
}
|
|
45
|
+
/**
|
|
46
|
+
* @public
|
|
47
|
+
* @enum
|
|
48
|
+
*/
|
|
49
|
+
export declare const IdMappingType: {
|
|
50
|
+
readonly PROVIDER: "PROVIDER";
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
export type IdMappingType = (typeof IdMappingType)[keyof typeof IdMappingType];
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
* <p>The Amazon S3 location that temporarily stores your data while it processes.
|
|
59
|
+
* Your information won't be saved permanently.</p>
|
|
60
|
+
*/
|
|
61
|
+
export interface IntermediateSourceConfiguration {
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
* <p>The Amazon S3 location (bucket and prefix). For example:
|
|
65
|
+
* <code>s3://provider_bucket/DOC-EXAMPLE-BUCKET</code>
|
|
66
|
+
* </p>
|
|
67
|
+
*/
|
|
68
|
+
intermediateS3Path: string | undefined;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* @public
|
|
72
|
+
* <p>An object containing the <code>providerServiceARN</code>,
|
|
73
|
+
* <code>intermediateSourceConfiguration</code>, and
|
|
74
|
+
* <code>providerConfiguration</code>.</p>
|
|
75
|
+
*/
|
|
76
|
+
export interface ProviderProperties {
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
* <p>The ARN of the provider service.</p>
|
|
80
|
+
*/
|
|
81
|
+
providerServiceArn: string | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* @public
|
|
84
|
+
* <p>The required configuration fields to use with the provider service.</p>
|
|
85
|
+
*/
|
|
86
|
+
providerConfiguration?: __DocumentType;
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
* <p>The Amazon S3 location that temporarily stores your data while it processes.
|
|
90
|
+
* Your information won't be saved permanently.</p>
|
|
91
|
+
*/
|
|
92
|
+
intermediateSourceConfiguration?: IntermediateSourceConfiguration;
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
* <p>An object which defines the ID mapping techniques and provider configurations.</p>
|
|
97
|
+
*/
|
|
98
|
+
export interface IdMappingTechniques {
|
|
99
|
+
/**
|
|
100
|
+
* @public
|
|
101
|
+
* <p>The type of ID mapping.</p>
|
|
102
|
+
*/
|
|
103
|
+
idMappingType: IdMappingType | undefined;
|
|
104
|
+
/**
|
|
105
|
+
* @public
|
|
106
|
+
* <p>An object which defines any additional configurations required by the provider
|
|
107
|
+
* service.</p>
|
|
108
|
+
*/
|
|
109
|
+
providerProperties: ProviderProperties | undefined;
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* @public
|
|
113
|
+
* <p>An object containing <code>InputSourceARN</code> and <code>SchemaName</code>.</p>
|
|
114
|
+
*/
|
|
115
|
+
export interface IdMappingWorkflowInputSource {
|
|
116
|
+
/**
|
|
117
|
+
* @public
|
|
118
|
+
* <p>An Gluetable ARN for the input source table.</p>
|
|
119
|
+
*/
|
|
120
|
+
inputSourceARN: string | undefined;
|
|
121
|
+
/**
|
|
122
|
+
* @public
|
|
123
|
+
* <p>The name of the schema to be retrieved.</p>
|
|
124
|
+
*/
|
|
125
|
+
schemaName: string | undefined;
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* @public
|
|
129
|
+
* <p>The output source for the ID mapping workflow.</p>
|
|
130
|
+
*/
|
|
131
|
+
export interface IdMappingWorkflowOutputSource {
|
|
132
|
+
/**
|
|
133
|
+
* @public
|
|
134
|
+
* <p>The S3 path to which Entity Resolution will write the output table.</p>
|
|
135
|
+
*/
|
|
136
|
+
outputS3Path: string | undefined;
|
|
137
|
+
/**
|
|
138
|
+
* @public
|
|
139
|
+
* <p>Customer KMS ARN for encryption at rest. If not provided, system will use
|
|
140
|
+
* an Entity Resolution managed KMS key.</p>
|
|
141
|
+
*/
|
|
142
|
+
KMSArn?: string;
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* @public
|
|
146
|
+
*/
|
|
147
|
+
export interface CreateIdMappingWorkflowInput {
|
|
148
|
+
/**
|
|
149
|
+
* @public
|
|
150
|
+
* <p>The name of the workflow. There can't be multiple <code>IdMappingWorkflows</code> with
|
|
151
|
+
* the same name.</p>
|
|
152
|
+
*/
|
|
153
|
+
workflowName: string | undefined;
|
|
154
|
+
/**
|
|
155
|
+
* @public
|
|
156
|
+
* <p>A description of the workflow.</p>
|
|
157
|
+
*/
|
|
158
|
+
description?: string;
|
|
159
|
+
/**
|
|
160
|
+
* @public
|
|
161
|
+
* <p>A list of <code>InputSource</code> objects, which have the fields
|
|
162
|
+
* <code>InputSourceARN</code> and <code>SchemaName</code>.</p>
|
|
163
|
+
*/
|
|
164
|
+
inputSourceConfig: IdMappingWorkflowInputSource[] | undefined;
|
|
165
|
+
/**
|
|
166
|
+
* @public
|
|
167
|
+
* <p>A list of <code>IdMappingWorkflowOutputSource</code> objects, each of which contains
|
|
168
|
+
* fields <code>OutputS3Path</code> and <code>Output</code>.</p>
|
|
169
|
+
*/
|
|
170
|
+
outputSourceConfig: IdMappingWorkflowOutputSource[] | undefined;
|
|
171
|
+
/**
|
|
172
|
+
* @public
|
|
173
|
+
* <p>An object which defines the <code>idMappingType</code> and the
|
|
174
|
+
* <code>providerProperties</code>.</p>
|
|
175
|
+
*/
|
|
176
|
+
idMappingTechniques: IdMappingTechniques | undefined;
|
|
177
|
+
/**
|
|
178
|
+
* @public
|
|
179
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes
|
|
180
|
+
* this role to create resources on your behalf as part of workflow execution.</p>
|
|
181
|
+
*/
|
|
182
|
+
roleArn: string | undefined;
|
|
183
|
+
/**
|
|
184
|
+
* @public
|
|
185
|
+
* <p>The tags used to organize, track, or control access for this resource.</p>
|
|
186
|
+
*/
|
|
187
|
+
tags?: Record<string, string>;
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
192
|
+
export interface CreateIdMappingWorkflowOutput {
|
|
193
|
+
/**
|
|
194
|
+
* @public
|
|
195
|
+
* <p>The name of the workflow.</p>
|
|
196
|
+
*/
|
|
197
|
+
workflowName: string | undefined;
|
|
198
|
+
/**
|
|
199
|
+
* @public
|
|
200
|
+
* <p>The ARN (Amazon Resource Name) that Entity Resolution generated for the
|
|
201
|
+
* <code>IDMappingWorkflow</code>.</p>
|
|
202
|
+
*/
|
|
203
|
+
workflowArn: string | undefined;
|
|
204
|
+
/**
|
|
205
|
+
* @public
|
|
206
|
+
* <p>A description of the workflow.</p>
|
|
207
|
+
*/
|
|
208
|
+
description?: string;
|
|
209
|
+
/**
|
|
210
|
+
* @public
|
|
211
|
+
* <p>A list of <code>InputSource</code> objects, which have the fields
|
|
212
|
+
* <code>InputSourceARN</code> and <code>SchemaName</code>.</p>
|
|
213
|
+
*/
|
|
214
|
+
inputSourceConfig: IdMappingWorkflowInputSource[] | undefined;
|
|
215
|
+
/**
|
|
216
|
+
* @public
|
|
217
|
+
* <p>A list of <code>IdMappingWorkflowOutputSource</code> objects, each of which contains
|
|
218
|
+
* fields <code>OutputS3Path</code> and <code>Output</code>.</p>
|
|
219
|
+
*/
|
|
220
|
+
outputSourceConfig: IdMappingWorkflowOutputSource[] | undefined;
|
|
221
|
+
/**
|
|
222
|
+
* @public
|
|
223
|
+
* <p>An object which defines the <code>idMappingType</code> and the
|
|
224
|
+
* <code>providerProperties</code>.</p>
|
|
225
|
+
*/
|
|
226
|
+
idMappingTechniques: IdMappingTechniques | undefined;
|
|
227
|
+
/**
|
|
228
|
+
* @public
|
|
229
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes
|
|
230
|
+
* this role to create resources on your behalf as part of workflow execution.</p>
|
|
231
|
+
*/
|
|
232
|
+
roleArn: string | undefined;
|
|
233
|
+
}
|
|
234
|
+
/**
|
|
235
|
+
* @public
|
|
236
|
+
* <p>The request was rejected because it attempted to create resources beyond the current
|
|
237
|
+
* Entity Resolution account limits. The error message describes the limit exceeded.
|
|
238
|
+
* <code>HTTP Status Code: 402</code>
|
|
239
|
+
* </p>
|
|
240
|
+
*/
|
|
241
|
+
export declare class ExceedsLimitException extends __BaseException {
|
|
242
|
+
readonly name: "ExceedsLimitException";
|
|
243
|
+
readonly $fault: "client";
|
|
244
|
+
/**
|
|
245
|
+
* @public
|
|
246
|
+
* <p>The name of the quota that has been breached.</p>
|
|
247
|
+
*/
|
|
248
|
+
quotaName?: string;
|
|
249
|
+
/**
|
|
250
|
+
* @public
|
|
251
|
+
* <p>The current quota value for the customers.</p>
|
|
252
|
+
*/
|
|
253
|
+
quotaValue?: number;
|
|
254
|
+
/**
|
|
255
|
+
* @internal
|
|
256
|
+
*/
|
|
257
|
+
constructor(opts: __ExceptionOptionType<ExceedsLimitException, __BaseException>);
|
|
258
|
+
}
|
|
259
|
+
/**
|
|
260
|
+
* @public
|
|
261
|
+
* <p>This exception occurs when there is an internal failure in the Entity Resolution
|
|
262
|
+
* service. <code>HTTP Status Code: 500</code>
|
|
263
|
+
* </p>
|
|
264
|
+
*/
|
|
265
|
+
export declare class InternalServerException extends __BaseException {
|
|
266
|
+
readonly name: "InternalServerException";
|
|
267
|
+
readonly $fault: "server";
|
|
268
|
+
$retryable: {};
|
|
269
|
+
/**
|
|
270
|
+
* @internal
|
|
271
|
+
*/
|
|
272
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
273
|
+
}
|
|
274
|
+
/**
|
|
275
|
+
* @public
|
|
276
|
+
* <p>The request was denied due to request throttling. <code>HTTP Status Code:
|
|
277
|
+
* 429</code>
|
|
278
|
+
* </p>
|
|
279
|
+
*/
|
|
280
|
+
export declare class ThrottlingException extends __BaseException {
|
|
281
|
+
readonly name: "ThrottlingException";
|
|
282
|
+
readonly $fault: "client";
|
|
283
|
+
$retryable: {
|
|
284
|
+
throttling: boolean;
|
|
285
|
+
};
|
|
286
|
+
/**
|
|
287
|
+
* @internal
|
|
288
|
+
*/
|
|
289
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
290
|
+
}
|
|
291
|
+
/**
|
|
292
|
+
* @public
|
|
293
|
+
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
|
|
294
|
+
* Status Code: 400</code>
|
|
295
|
+
* </p>
|
|
296
|
+
*/
|
|
297
|
+
export declare class ValidationException extends __BaseException {
|
|
298
|
+
readonly name: "ValidationException";
|
|
299
|
+
readonly $fault: "client";
|
|
300
|
+
/**
|
|
301
|
+
* @internal
|
|
302
|
+
*/
|
|
303
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
304
|
+
}
|
|
42
305
|
/**
|
|
43
306
|
* @public
|
|
44
307
|
* @enum
|
|
@@ -52,19 +315,20 @@ export declare const IncrementalRunType: {
|
|
|
52
315
|
export type IncrementalRunType = (typeof IncrementalRunType)[keyof typeof IncrementalRunType];
|
|
53
316
|
/**
|
|
54
317
|
* @public
|
|
55
|
-
* <p>An object which defines an incremental run type and has only
|
|
318
|
+
* <p>An object which defines an incremental run type and has only
|
|
319
|
+
* <code>incrementalRunType</code> as a field.</p>
|
|
56
320
|
*/
|
|
57
321
|
export interface IncrementalRunConfig {
|
|
58
322
|
/**
|
|
59
323
|
* @public
|
|
60
324
|
* <p>The type of incremental run. It takes only one value: <code>IMMEDIATE</code>.</p>
|
|
61
325
|
*/
|
|
62
|
-
incrementalRunType?: IncrementalRunType
|
|
326
|
+
incrementalRunType?: IncrementalRunType;
|
|
63
327
|
}
|
|
64
328
|
/**
|
|
65
329
|
* @public
|
|
66
|
-
* <p>An object containing <code>InputSourceARN</code>, <code>SchemaName</code>,
|
|
67
|
-
*
|
|
330
|
+
* <p>An object containing <code>InputSourceARN</code>, <code>SchemaName</code>, and
|
|
331
|
+
* <code>ApplyNormalization</code>.</p>
|
|
68
332
|
*/
|
|
69
333
|
export interface InputSource {
|
|
70
334
|
/**
|
|
@@ -95,8 +359,8 @@ export interface InputSource {
|
|
|
95
359
|
export interface OutputAttribute {
|
|
96
360
|
/**
|
|
97
361
|
* @public
|
|
98
|
-
* <p>A name of a column to be written to the output. This must be an <code>InputField</code>
|
|
99
|
-
* in the schema mapping.</p>
|
|
362
|
+
* <p>A name of a column to be written to the output. This must be an <code>InputField</code>
|
|
363
|
+
* name in the schema mapping.</p>
|
|
100
364
|
*/
|
|
101
365
|
name: string | undefined;
|
|
102
366
|
/**
|
|
@@ -119,8 +383,7 @@ export interface OutputSource {
|
|
|
119
383
|
outputS3Path: string | undefined;
|
|
120
384
|
/**
|
|
121
385
|
* @public
|
|
122
|
-
* <p>Customer KMS ARN for encryption at rest. If not provided, system will use an
|
|
123
|
-
* Entity Resolution managed KMS key.</p>
|
|
386
|
+
* <p>Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.</p>
|
|
124
387
|
*/
|
|
125
388
|
KMSArn?: string;
|
|
126
389
|
/**
|
|
@@ -145,6 +408,7 @@ export interface OutputSource {
|
|
|
145
408
|
*/
|
|
146
409
|
export declare const ResolutionType: {
|
|
147
410
|
readonly ML_MATCHING: "ML_MATCHING";
|
|
411
|
+
readonly PROVIDER: "PROVIDER";
|
|
148
412
|
readonly RULE_MATCHING: "RULE_MATCHING";
|
|
149
413
|
};
|
|
150
414
|
/**
|
|
@@ -163,16 +427,16 @@ export interface Rule {
|
|
|
163
427
|
ruleName: string | undefined;
|
|
164
428
|
/**
|
|
165
429
|
* @public
|
|
166
|
-
* <p>A list of <code>MatchingKeys</code>. The <code>MatchingKeys</code> must have been
|
|
167
|
-
* the <code>SchemaMapping</code>. Two records are considered to match according to
|
|
168
|
-
* of the <code>MatchingKeys</code> match.</p>
|
|
430
|
+
* <p>A list of <code>MatchingKeys</code>. The <code>MatchingKeys</code> must have been
|
|
431
|
+
* defined in the <code>SchemaMapping</code>. Two records are considered to match according to
|
|
432
|
+
* this rule if all of the <code>MatchingKeys</code> match.</p>
|
|
169
433
|
*/
|
|
170
434
|
matchingKeys: string[] | undefined;
|
|
171
435
|
}
|
|
172
436
|
/**
|
|
173
437
|
* @public
|
|
174
|
-
* <p>An object which defines the list of matching rules to run and has a field
|
|
175
|
-
*
|
|
438
|
+
* <p>An object which defines the list of matching rules to run and has a field
|
|
439
|
+
* <code>Rules</code>, which is a list of rule objects.</p>
|
|
176
440
|
*/
|
|
177
441
|
export interface RuleBasedProperties {
|
|
178
442
|
/**
|
|
@@ -183,14 +447,17 @@ export interface RuleBasedProperties {
|
|
|
183
447
|
rules: Rule[] | undefined;
|
|
184
448
|
/**
|
|
185
449
|
* @public
|
|
186
|
-
* <p>The comparison type. You can either choose <code>ONE_TO_ONE</code> or
|
|
187
|
-
*
|
|
188
|
-
*
|
|
189
|
-
*
|
|
190
|
-
* the
|
|
191
|
-
* the <code>Email</code>
|
|
450
|
+
* <p>The comparison type. You can either choose <code>ONE_TO_ONE</code> or
|
|
451
|
+
* <code>MANY_TO_MANY</code> as the AttributeMatchingModel. When choosing
|
|
452
|
+
* <code>MANY_TO_MANY</code>, the system can match attributes across the sub-types of an
|
|
453
|
+
* attribute type. For example, if the value of the <code>Email</code> field of Profile A and
|
|
454
|
+
* the value of <code>BusinessEmail</code> field of Profile B matches, the two profiles are
|
|
455
|
+
* matched on the <code>Email</code> type. When choosing <code>ONE_TO_ONE</code> ,the system
|
|
456
|
+
* can only match if the sub-types are exact matches. For example, only when the value of the
|
|
457
|
+
* <code>Email</code> field of Profile A and the value of the <code>Email</code> field of
|
|
458
|
+
* Profile B matches, the two profiles are matched on the <code>Email</code> type.</p>
|
|
192
459
|
*/
|
|
193
|
-
attributeMatchingModel: AttributeMatchingModel |
|
|
460
|
+
attributeMatchingModel: AttributeMatchingModel | undefined;
|
|
194
461
|
}
|
|
195
462
|
/**
|
|
196
463
|
* @public
|
|
@@ -203,13 +470,18 @@ export interface ResolutionTechniques {
|
|
|
203
470
|
* <p>The type of matching. There are two types of matching: <code>RULE_MATCHING</code> and
|
|
204
471
|
* <code>ML_MATCHING</code>.</p>
|
|
205
472
|
*/
|
|
206
|
-
resolutionType: ResolutionType |
|
|
473
|
+
resolutionType: ResolutionType | undefined;
|
|
207
474
|
/**
|
|
208
475
|
* @public
|
|
209
|
-
* <p>An object which defines the list of matching rules to run and has a field
|
|
210
|
-
*
|
|
476
|
+
* <p>An object which defines the list of matching rules to run and has a field
|
|
477
|
+
* <code>Rules</code>, which is a list of rule objects.</p>
|
|
211
478
|
*/
|
|
212
479
|
ruleBasedProperties?: RuleBasedProperties;
|
|
480
|
+
/**
|
|
481
|
+
* @public
|
|
482
|
+
* <p>The properties of the provider service.</p>
|
|
483
|
+
*/
|
|
484
|
+
providerProperties?: ProviderProperties;
|
|
213
485
|
}
|
|
214
486
|
/**
|
|
215
487
|
* @public
|
|
@@ -217,7 +489,8 @@ export interface ResolutionTechniques {
|
|
|
217
489
|
export interface CreateMatchingWorkflowInput {
|
|
218
490
|
/**
|
|
219
491
|
* @public
|
|
220
|
-
* <p>The name of the workflow. There
|
|
492
|
+
* <p>The name of the workflow. There can't be multiple <code>MatchingWorkflows</code> with
|
|
493
|
+
* the same name.</p>
|
|
221
494
|
*/
|
|
222
495
|
workflowName: string | undefined;
|
|
223
496
|
/**
|
|
@@ -227,14 +500,15 @@ export interface CreateMatchingWorkflowInput {
|
|
|
227
500
|
description?: string;
|
|
228
501
|
/**
|
|
229
502
|
* @public
|
|
230
|
-
* <p>A list of <code>InputSource</code> objects, which have the fields
|
|
231
|
-
*
|
|
503
|
+
* <p>A list of <code>InputSource</code> objects, which have the fields
|
|
504
|
+
* <code>InputSourceARN</code> and <code>SchemaName</code>.</p>
|
|
232
505
|
*/
|
|
233
506
|
inputSourceConfig: InputSource[] | undefined;
|
|
234
507
|
/**
|
|
235
508
|
* @public
|
|
236
|
-
* <p>A list of <code>OutputSource</code> objects, each of which contains fields
|
|
237
|
-
*
|
|
509
|
+
* <p>A list of <code>OutputSource</code> objects, each of which contains fields
|
|
510
|
+
* <code>OutputS3Path</code>, <code>ApplyNormalization</code>, and
|
|
511
|
+
* <code>Output</code>.</p>
|
|
238
512
|
*/
|
|
239
513
|
outputSourceConfig: OutputSource[] | undefined;
|
|
240
514
|
/**
|
|
@@ -245,13 +519,14 @@ export interface CreateMatchingWorkflowInput {
|
|
|
245
519
|
resolutionTechniques: ResolutionTechniques | undefined;
|
|
246
520
|
/**
|
|
247
521
|
* @public
|
|
248
|
-
* <p>An object which defines an incremental run type and has only
|
|
522
|
+
* <p>An object which defines an incremental run type and has only
|
|
523
|
+
* <code>incrementalRunType</code> as a field.</p>
|
|
249
524
|
*/
|
|
250
525
|
incrementalRunConfig?: IncrementalRunConfig;
|
|
251
526
|
/**
|
|
252
527
|
* @public
|
|
253
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes
|
|
254
|
-
* to create resources on your behalf as part of workflow execution.</p>
|
|
528
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes
|
|
529
|
+
* this role to create resources on your behalf as part of workflow execution.</p>
|
|
255
530
|
*/
|
|
256
531
|
roleArn: string | undefined;
|
|
257
532
|
/**
|
|
@@ -271,7 +546,8 @@ export interface CreateMatchingWorkflowOutput {
|
|
|
271
546
|
workflowName: string | undefined;
|
|
272
547
|
/**
|
|
273
548
|
* @public
|
|
274
|
-
* <p>The ARN (Amazon Resource Name) that Entity Resolution generated for the
|
|
549
|
+
* <p>The ARN (Amazon Resource Name) that Entity Resolution generated for the
|
|
550
|
+
* <code>MatchingWorkflow</code>.</p>
|
|
275
551
|
*/
|
|
276
552
|
workflowArn: string | undefined;
|
|
277
553
|
/**
|
|
@@ -281,14 +557,15 @@ export interface CreateMatchingWorkflowOutput {
|
|
|
281
557
|
description?: string;
|
|
282
558
|
/**
|
|
283
559
|
* @public
|
|
284
|
-
* <p>A list of <code>InputSource</code> objects, which have the fields
|
|
285
|
-
*
|
|
560
|
+
* <p>A list of <code>InputSource</code> objects, which have the fields
|
|
561
|
+
* <code>InputSourceARN</code> and <code>SchemaName</code>.</p>
|
|
286
562
|
*/
|
|
287
563
|
inputSourceConfig: InputSource[] | undefined;
|
|
288
564
|
/**
|
|
289
565
|
* @public
|
|
290
|
-
* <p>A list of <code>OutputSource</code> objects, each of which contains fields
|
|
291
|
-
*
|
|
566
|
+
* <p>A list of <code>OutputSource</code> objects, each of which contains fields
|
|
567
|
+
* <code>OutputS3Path</code>, <code>ApplyNormalization</code>, and
|
|
568
|
+
* <code>Output</code>.</p>
|
|
292
569
|
*/
|
|
293
570
|
outputSourceConfig: OutputSource[] | undefined;
|
|
294
571
|
/**
|
|
@@ -299,83 +576,17 @@ export interface CreateMatchingWorkflowOutput {
|
|
|
299
576
|
resolutionTechniques: ResolutionTechniques | undefined;
|
|
300
577
|
/**
|
|
301
578
|
* @public
|
|
302
|
-
* <p>An object which defines an incremental run type and has only
|
|
579
|
+
* <p>An object which defines an incremental run type and has only
|
|
580
|
+
* <code>incrementalRunType</code> as a field.</p>
|
|
303
581
|
*/
|
|
304
582
|
incrementalRunConfig?: IncrementalRunConfig;
|
|
305
583
|
/**
|
|
306
584
|
* @public
|
|
307
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes
|
|
308
|
-
* to create resources on your behalf as part of workflow execution.</p>
|
|
585
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes
|
|
586
|
+
* this role to create resources on your behalf as part of workflow execution.</p>
|
|
309
587
|
*/
|
|
310
588
|
roleArn: string | undefined;
|
|
311
589
|
}
|
|
312
|
-
/**
|
|
313
|
-
* @public
|
|
314
|
-
* <p>The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits.
|
|
315
|
-
* The error message describes the limit exceeded. <code>HTTP Status Code: 402</code>
|
|
316
|
-
* </p>
|
|
317
|
-
*/
|
|
318
|
-
export declare class ExceedsLimitException extends __BaseException {
|
|
319
|
-
readonly name: "ExceedsLimitException";
|
|
320
|
-
readonly $fault: "client";
|
|
321
|
-
/**
|
|
322
|
-
* @public
|
|
323
|
-
* <p>The name of the quota that has been breached.</p>
|
|
324
|
-
*/
|
|
325
|
-
quotaName?: string;
|
|
326
|
-
/**
|
|
327
|
-
* @public
|
|
328
|
-
* <p>The current quota value for the customers.</p>
|
|
329
|
-
*/
|
|
330
|
-
quotaValue?: number;
|
|
331
|
-
/**
|
|
332
|
-
* @internal
|
|
333
|
-
*/
|
|
334
|
-
constructor(opts: __ExceptionOptionType<ExceedsLimitException, __BaseException>);
|
|
335
|
-
}
|
|
336
|
-
/**
|
|
337
|
-
* @public
|
|
338
|
-
* <p>This exception occurs when there is an internal failure in the Entity Resolution service. <code>HTTP Status Code: 500</code>
|
|
339
|
-
* </p>
|
|
340
|
-
*/
|
|
341
|
-
export declare class InternalServerException extends __BaseException {
|
|
342
|
-
readonly name: "InternalServerException";
|
|
343
|
-
readonly $fault: "server";
|
|
344
|
-
$retryable: {};
|
|
345
|
-
/**
|
|
346
|
-
* @internal
|
|
347
|
-
*/
|
|
348
|
-
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
349
|
-
}
|
|
350
|
-
/**
|
|
351
|
-
* @public
|
|
352
|
-
* <p>The request was denied due to request throttling. <code>HTTP Status Code: 429</code>
|
|
353
|
-
* </p>
|
|
354
|
-
*/
|
|
355
|
-
export declare class ThrottlingException extends __BaseException {
|
|
356
|
-
readonly name: "ThrottlingException";
|
|
357
|
-
readonly $fault: "client";
|
|
358
|
-
$retryable: {
|
|
359
|
-
throttling: boolean;
|
|
360
|
-
};
|
|
361
|
-
/**
|
|
362
|
-
* @internal
|
|
363
|
-
*/
|
|
364
|
-
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
365
|
-
}
|
|
366
|
-
/**
|
|
367
|
-
* @public
|
|
368
|
-
* <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP Status Code: 400</code>
|
|
369
|
-
* </p>
|
|
370
|
-
*/
|
|
371
|
-
export declare class ValidationException extends __BaseException {
|
|
372
|
-
readonly name: "ValidationException";
|
|
373
|
-
readonly $fault: "client";
|
|
374
|
-
/**
|
|
375
|
-
* @internal
|
|
376
|
-
*/
|
|
377
|
-
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
378
|
-
}
|
|
379
590
|
/**
|
|
380
591
|
* @public
|
|
381
592
|
* @enum
|
|
@@ -398,6 +609,7 @@ export declare const SchemaAttributeType: {
|
|
|
398
609
|
readonly PHONE: "PHONE";
|
|
399
610
|
readonly PHONE_COUNTRYCODE: "PHONE_COUNTRYCODE";
|
|
400
611
|
readonly PHONE_NUMBER: "PHONE_NUMBER";
|
|
612
|
+
readonly PROVIDER_ID: "PROVIDER_ID";
|
|
401
613
|
readonly STRING: "STRING";
|
|
402
614
|
readonly UNIQUE_ID: "UNIQUE_ID";
|
|
403
615
|
};
|
|
@@ -407,8 +619,8 @@ export declare const SchemaAttributeType: {
|
|
|
407
619
|
export type SchemaAttributeType = (typeof SchemaAttributeType)[keyof typeof SchemaAttributeType];
|
|
408
620
|
/**
|
|
409
621
|
* @public
|
|
410
|
-
* <p>An object containing <code>
|
|
411
|
-
*
|
|
622
|
+
* <p>An object containing <code>FieldName</code>, <code>Type</code>, <code>GroupName</code>,
|
|
623
|
+
* and <code>MatchKey</code>.</p>
|
|
412
624
|
*/
|
|
413
625
|
export interface SchemaInputAttribute {
|
|
414
626
|
/**
|
|
@@ -420,26 +632,32 @@ export interface SchemaInputAttribute {
|
|
|
420
632
|
* @public
|
|
421
633
|
* <p>The type of the attribute, selected from a list of values.</p>
|
|
422
634
|
*/
|
|
423
|
-
type: SchemaAttributeType |
|
|
635
|
+
type: SchemaAttributeType | undefined;
|
|
424
636
|
/**
|
|
425
637
|
* @public
|
|
426
638
|
* <p>Instruct Entity Resolution to combine several columns into a unified column with the
|
|
427
639
|
* identical attribute type. For example, when working with columns such as first_name,
|
|
428
640
|
* middle_name, and last_name, assigning them a common <code>GroupName</code> will prompt
|
|
429
|
-
*
|
|
641
|
+
* Entity Resolution to concatenate them into a single value.</p>
|
|
430
642
|
*/
|
|
431
643
|
groupName?: string;
|
|
432
644
|
/**
|
|
433
645
|
* @public
|
|
434
646
|
* <p>A key that allows grouping of multiple input attributes into a unified matching group.
|
|
435
647
|
* For example, let's consider a scenario where the source table contains various addresses,
|
|
436
|
-
* such as business_address and shipping_address
|
|
437
|
-
* <
|
|
438
|
-
*
|
|
439
|
-
*
|
|
440
|
-
*
|
|
648
|
+
* such as <code>business_address</code> and <code>shipping_address</code>. By assigning the
|
|
649
|
+
* <code>MatchKey</code>
|
|
650
|
+
* <i>Address</i> to both attributes, Entity Resolution will match records
|
|
651
|
+
* across these fields to create a consolidated matching group. If no <code>MatchKey</code> is
|
|
652
|
+
* specified for a column, it won't be utilized for matching purposes but will still be
|
|
653
|
+
* included in the output table.</p>
|
|
441
654
|
*/
|
|
442
655
|
matchKey?: string;
|
|
656
|
+
/**
|
|
657
|
+
* @public
|
|
658
|
+
* <p>The subtype of the attribute, selected from a list of values.</p>
|
|
659
|
+
*/
|
|
660
|
+
subType?: string;
|
|
443
661
|
}
|
|
444
662
|
/**
|
|
445
663
|
* @public
|
|
@@ -447,7 +665,7 @@ export interface SchemaInputAttribute {
|
|
|
447
665
|
export interface CreateSchemaMappingInput {
|
|
448
666
|
/**
|
|
449
667
|
* @public
|
|
450
|
-
* <p>The name of the schema. There
|
|
668
|
+
* <p>The name of the schema. There can't be multiple <code>SchemaMappings</code> with the
|
|
451
669
|
* same name.</p>
|
|
452
670
|
*/
|
|
453
671
|
schemaName: string | undefined;
|
|
@@ -497,6 +715,26 @@ export interface CreateSchemaMappingOutput {
|
|
|
497
715
|
*/
|
|
498
716
|
mappedInputFields: SchemaInputAttribute[] | undefined;
|
|
499
717
|
}
|
|
718
|
+
/**
|
|
719
|
+
* @public
|
|
720
|
+
*/
|
|
721
|
+
export interface DeleteIdMappingWorkflowInput {
|
|
722
|
+
/**
|
|
723
|
+
* @public
|
|
724
|
+
* <p>The name of the workflow to be deleted.</p>
|
|
725
|
+
*/
|
|
726
|
+
workflowName: string | undefined;
|
|
727
|
+
}
|
|
728
|
+
/**
|
|
729
|
+
* @public
|
|
730
|
+
*/
|
|
731
|
+
export interface DeleteIdMappingWorkflowOutput {
|
|
732
|
+
/**
|
|
733
|
+
* @public
|
|
734
|
+
* <p>A successful operation message.</p>
|
|
735
|
+
*/
|
|
736
|
+
message: string | undefined;
|
|
737
|
+
}
|
|
500
738
|
/**
|
|
501
739
|
* @public
|
|
502
740
|
*/
|
|
@@ -540,7 +778,7 @@ export interface DeleteSchemaMappingOutput {
|
|
|
540
778
|
/**
|
|
541
779
|
* @public
|
|
542
780
|
*/
|
|
543
|
-
export interface
|
|
781
|
+
export interface GetIdMappingJobInput {
|
|
544
782
|
/**
|
|
545
783
|
* @public
|
|
546
784
|
* <p>The name of the workflow.</p>
|
|
@@ -548,19 +786,92 @@ export interface GetMatchIdInput {
|
|
|
548
786
|
workflowName: string | undefined;
|
|
549
787
|
/**
|
|
550
788
|
* @public
|
|
551
|
-
* <p>The
|
|
789
|
+
* <p>The ID of the job.</p>
|
|
552
790
|
*/
|
|
553
|
-
|
|
791
|
+
jobId: string | undefined;
|
|
554
792
|
}
|
|
555
793
|
/**
|
|
556
794
|
* @public
|
|
795
|
+
* <p>An object containing an error message, if there was an error.</p>
|
|
557
796
|
*/
|
|
558
|
-
export interface
|
|
797
|
+
export interface ErrorDetails {
|
|
559
798
|
/**
|
|
560
799
|
* @public
|
|
561
|
-
* <p>The
|
|
800
|
+
* <p>The error message from the job, if there is one.</p>
|
|
562
801
|
*/
|
|
563
|
-
|
|
802
|
+
errorMessage?: string;
|
|
803
|
+
}
|
|
804
|
+
/**
|
|
805
|
+
* @public
|
|
806
|
+
* <p>An object containing <code>InputRecords</code>, <code>TotalRecordsProcessed</code>,
|
|
807
|
+
* <code>MatchIDs</code>, and <code>RecordsNotProcessed</code>.</p>
|
|
808
|
+
*/
|
|
809
|
+
export interface IdMappingJobMetrics {
|
|
810
|
+
/**
|
|
811
|
+
* @public
|
|
812
|
+
* <p>The total number of input records.</p>
|
|
813
|
+
*/
|
|
814
|
+
inputRecords?: number;
|
|
815
|
+
/**
|
|
816
|
+
* @public
|
|
817
|
+
* <p>The total number of records processed.</p>
|
|
818
|
+
*/
|
|
819
|
+
totalRecordsProcessed?: number;
|
|
820
|
+
/**
|
|
821
|
+
* @public
|
|
822
|
+
* <p>The total number of records that did not get processed.</p>
|
|
823
|
+
*/
|
|
824
|
+
recordsNotProcessed?: number;
|
|
825
|
+
}
|
|
826
|
+
/**
|
|
827
|
+
* @public
|
|
828
|
+
* @enum
|
|
829
|
+
*/
|
|
830
|
+
export declare const JobStatus: {
|
|
831
|
+
readonly FAILED: "FAILED";
|
|
832
|
+
readonly QUEUED: "QUEUED";
|
|
833
|
+
readonly RUNNING: "RUNNING";
|
|
834
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
835
|
+
};
|
|
836
|
+
/**
|
|
837
|
+
* @public
|
|
838
|
+
*/
|
|
839
|
+
export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
|
|
840
|
+
/**
|
|
841
|
+
* @public
|
|
842
|
+
*/
|
|
843
|
+
export interface GetIdMappingJobOutput {
|
|
844
|
+
/**
|
|
845
|
+
* @public
|
|
846
|
+
* <p>The ID of the job.</p>
|
|
847
|
+
*/
|
|
848
|
+
jobId: string | undefined;
|
|
849
|
+
/**
|
|
850
|
+
* @public
|
|
851
|
+
* <p>The current status of the job.</p>
|
|
852
|
+
*/
|
|
853
|
+
status: JobStatus | undefined;
|
|
854
|
+
/**
|
|
855
|
+
* @public
|
|
856
|
+
* <p>The time at which the job was started.</p>
|
|
857
|
+
*/
|
|
858
|
+
startTime: Date | undefined;
|
|
859
|
+
/**
|
|
860
|
+
* @public
|
|
861
|
+
* <p>The time at which the job has finished.</p>
|
|
862
|
+
*/
|
|
863
|
+
endTime?: Date;
|
|
864
|
+
/**
|
|
865
|
+
* @public
|
|
866
|
+
* <p>Metrics associated with the execution, specifically total records processed, unique IDs
|
|
867
|
+
* generated, and records the execution skipped.</p>
|
|
868
|
+
*/
|
|
869
|
+
metrics?: IdMappingJobMetrics;
|
|
870
|
+
/**
|
|
871
|
+
* @public
|
|
872
|
+
* <p>An object containing an error message, if there was an error.</p>
|
|
873
|
+
*/
|
|
874
|
+
errorDetails?: ErrorDetails;
|
|
564
875
|
}
|
|
565
876
|
/**
|
|
566
877
|
* @public
|
|
@@ -578,33 +889,117 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
578
889
|
/**
|
|
579
890
|
* @public
|
|
580
891
|
*/
|
|
581
|
-
export interface
|
|
892
|
+
export interface GetIdMappingWorkflowInput {
|
|
582
893
|
/**
|
|
583
894
|
* @public
|
|
584
895
|
* <p>The name of the workflow.</p>
|
|
585
896
|
*/
|
|
586
897
|
workflowName: string | undefined;
|
|
898
|
+
}
|
|
899
|
+
/**
|
|
900
|
+
* @public
|
|
901
|
+
*/
|
|
902
|
+
export interface GetIdMappingWorkflowOutput {
|
|
587
903
|
/**
|
|
588
904
|
* @public
|
|
589
|
-
* <p>The
|
|
905
|
+
* <p>The name of the workflow.</p>
|
|
590
906
|
*/
|
|
591
|
-
|
|
907
|
+
workflowName: string | undefined;
|
|
908
|
+
/**
|
|
909
|
+
* @public
|
|
910
|
+
* <p>The ARN (Amazon Resource Name) that Entity Resolution generated for the
|
|
911
|
+
* <code>IdMappingWorkflow</code> .</p>
|
|
912
|
+
*/
|
|
913
|
+
workflowArn: string | undefined;
|
|
914
|
+
/**
|
|
915
|
+
* @public
|
|
916
|
+
* <p>A description of the workflow.</p>
|
|
917
|
+
*/
|
|
918
|
+
description?: string;
|
|
919
|
+
/**
|
|
920
|
+
* @public
|
|
921
|
+
* <p>A list of <code>InputSource</code> objects, which have the fields
|
|
922
|
+
* <code>InputSourceARN</code> and <code>SchemaName</code>.</p>
|
|
923
|
+
*/
|
|
924
|
+
inputSourceConfig: IdMappingWorkflowInputSource[] | undefined;
|
|
925
|
+
/**
|
|
926
|
+
* @public
|
|
927
|
+
* <p>A list of <code>OutputSource</code> objects, each of which contains fields
|
|
928
|
+
* <code>OutputS3Path</code> and <code>KMSArn</code>.</p>
|
|
929
|
+
*/
|
|
930
|
+
outputSourceConfig: IdMappingWorkflowOutputSource[] | undefined;
|
|
931
|
+
/**
|
|
932
|
+
* @public
|
|
933
|
+
* <p>An object which defines the <code>idMappingType</code> and the
|
|
934
|
+
* <code>providerProperties</code>.</p>
|
|
935
|
+
*/
|
|
936
|
+
idMappingTechniques: IdMappingTechniques | undefined;
|
|
937
|
+
/**
|
|
938
|
+
* @public
|
|
939
|
+
* <p>The timestamp of when the workflow was created.</p>
|
|
940
|
+
*/
|
|
941
|
+
createdAt: Date | undefined;
|
|
942
|
+
/**
|
|
943
|
+
* @public
|
|
944
|
+
* <p>The timestamp of when the workflow was last updated.</p>
|
|
945
|
+
*/
|
|
946
|
+
updatedAt: Date | undefined;
|
|
947
|
+
/**
|
|
948
|
+
* @public
|
|
949
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes
|
|
950
|
+
* this role to access resources on your behalf.</p>
|
|
951
|
+
*/
|
|
952
|
+
roleArn: string | undefined;
|
|
953
|
+
/**
|
|
954
|
+
* @public
|
|
955
|
+
* <p>The tags used to organize, track, or control access for this resource.</p>
|
|
956
|
+
*/
|
|
957
|
+
tags?: Record<string, string>;
|
|
592
958
|
}
|
|
593
959
|
/**
|
|
594
960
|
* @public
|
|
595
|
-
* <p>An object containing an error message, if there was an error.</p>
|
|
596
961
|
*/
|
|
597
|
-
export interface
|
|
962
|
+
export interface GetMatchIdInput {
|
|
598
963
|
/**
|
|
599
964
|
* @public
|
|
600
|
-
* <p>The
|
|
965
|
+
* <p>The name of the workflow.</p>
|
|
601
966
|
*/
|
|
602
|
-
|
|
967
|
+
workflowName: string | undefined;
|
|
968
|
+
/**
|
|
969
|
+
* @public
|
|
970
|
+
* <p>The record to fetch the Match ID for.</p>
|
|
971
|
+
*/
|
|
972
|
+
record: Record<string, string> | undefined;
|
|
973
|
+
}
|
|
974
|
+
/**
|
|
975
|
+
* @public
|
|
976
|
+
*/
|
|
977
|
+
export interface GetMatchIdOutput {
|
|
978
|
+
/**
|
|
979
|
+
* @public
|
|
980
|
+
* <p>The unique identifiers for this group of match records.</p>
|
|
981
|
+
*/
|
|
982
|
+
matchId?: string;
|
|
983
|
+
}
|
|
984
|
+
/**
|
|
985
|
+
* @public
|
|
986
|
+
*/
|
|
987
|
+
export interface GetMatchingJobInput {
|
|
988
|
+
/**
|
|
989
|
+
* @public
|
|
990
|
+
* <p>The name of the workflow.</p>
|
|
991
|
+
*/
|
|
992
|
+
workflowName: string | undefined;
|
|
993
|
+
/**
|
|
994
|
+
* @public
|
|
995
|
+
* <p>The ID of the job.</p>
|
|
996
|
+
*/
|
|
997
|
+
jobId: string | undefined;
|
|
603
998
|
}
|
|
604
999
|
/**
|
|
605
1000
|
* @public
|
|
606
1001
|
* <p>An object containing <code>InputRecords</code>, <code>TotalRecordsProcessed</code>,
|
|
607
|
-
*
|
|
1002
|
+
* <code>MatchIDs</code>, and <code>RecordsNotProcessed</code>.</p>
|
|
608
1003
|
*/
|
|
609
1004
|
export interface JobMetrics {
|
|
610
1005
|
/**
|
|
@@ -628,20 +1023,6 @@ export interface JobMetrics {
|
|
|
628
1023
|
*/
|
|
629
1024
|
matchIDs?: number;
|
|
630
1025
|
}
|
|
631
|
-
/**
|
|
632
|
-
* @public
|
|
633
|
-
* @enum
|
|
634
|
-
*/
|
|
635
|
-
export declare const JobStatus: {
|
|
636
|
-
readonly FAILED: "FAILED";
|
|
637
|
-
readonly QUEUED: "QUEUED";
|
|
638
|
-
readonly RUNNING: "RUNNING";
|
|
639
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
640
|
-
};
|
|
641
|
-
/**
|
|
642
|
-
* @public
|
|
643
|
-
*/
|
|
644
|
-
export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
|
|
645
1026
|
/**
|
|
646
1027
|
* @public
|
|
647
1028
|
*/
|
|
@@ -655,7 +1036,7 @@ export interface GetMatchingJobOutput {
|
|
|
655
1036
|
* @public
|
|
656
1037
|
* <p>The current status of the job.</p>
|
|
657
1038
|
*/
|
|
658
|
-
status: JobStatus |
|
|
1039
|
+
status: JobStatus | undefined;
|
|
659
1040
|
/**
|
|
660
1041
|
* @public
|
|
661
1042
|
* <p>The time at which the job was started.</p>
|
|
@@ -668,8 +1049,8 @@ export interface GetMatchingJobOutput {
|
|
|
668
1049
|
endTime?: Date;
|
|
669
1050
|
/**
|
|
670
1051
|
* @public
|
|
671
|
-
* <p>Metrics associated with the execution, specifically total records processed,
|
|
672
|
-
*
|
|
1052
|
+
* <p>Metrics associated with the execution, specifically total records processed, unique IDs
|
|
1053
|
+
* generated, and records the execution skipped.</p>
|
|
673
1054
|
*/
|
|
674
1055
|
metrics?: JobMetrics;
|
|
675
1056
|
/**
|
|
@@ -699,7 +1080,8 @@ export interface GetMatchingWorkflowOutput {
|
|
|
699
1080
|
workflowName: string | undefined;
|
|
700
1081
|
/**
|
|
701
1082
|
* @public
|
|
702
|
-
* <p>The ARN (Amazon Resource Name) that Entity Resolution generated for the
|
|
1083
|
+
* <p>The ARN (Amazon Resource Name) that Entity Resolution generated for the
|
|
1084
|
+
* <code>MatchingWorkflow</code>.</p>
|
|
703
1085
|
*/
|
|
704
1086
|
workflowArn: string | undefined;
|
|
705
1087
|
/**
|
|
@@ -709,14 +1091,15 @@ export interface GetMatchingWorkflowOutput {
|
|
|
709
1091
|
description?: string;
|
|
710
1092
|
/**
|
|
711
1093
|
* @public
|
|
712
|
-
* <p>A list of <code>InputSource</code> objects, which have the fields
|
|
713
|
-
*
|
|
1094
|
+
* <p>A list of <code>InputSource</code> objects, which have the fields
|
|
1095
|
+
* <code>InputSourceARN</code> and <code>SchemaName</code>.</p>
|
|
714
1096
|
*/
|
|
715
1097
|
inputSourceConfig: InputSource[] | undefined;
|
|
716
1098
|
/**
|
|
717
1099
|
* @public
|
|
718
|
-
* <p>A list of <code>OutputSource</code> objects, each of which contains fields
|
|
719
|
-
*
|
|
1100
|
+
* <p>A list of <code>OutputSource</code> objects, each of which contains fields
|
|
1101
|
+
* <code>OutputS3Path</code>, <code>ApplyNormalization</code>, and
|
|
1102
|
+
* <code>Output</code>.</p>
|
|
720
1103
|
*/
|
|
721
1104
|
outputSourceConfig: OutputSource[] | undefined;
|
|
722
1105
|
/**
|
|
@@ -734,122 +1117,387 @@ export interface GetMatchingWorkflowOutput {
|
|
|
734
1117
|
* @public
|
|
735
1118
|
* <p>The timestamp of when the workflow was last updated.</p>
|
|
736
1119
|
*/
|
|
737
|
-
updatedAt: Date | undefined;
|
|
1120
|
+
updatedAt: Date | undefined;
|
|
1121
|
+
/**
|
|
1122
|
+
* @public
|
|
1123
|
+
* <p>An object which defines an incremental run type and has only
|
|
1124
|
+
* <code>incrementalRunType</code> as a field.</p>
|
|
1125
|
+
*/
|
|
1126
|
+
incrementalRunConfig?: IncrementalRunConfig;
|
|
1127
|
+
/**
|
|
1128
|
+
* @public
|
|
1129
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes
|
|
1130
|
+
* this role to access resources on your behalf.</p>
|
|
1131
|
+
*/
|
|
1132
|
+
roleArn: string | undefined;
|
|
1133
|
+
/**
|
|
1134
|
+
* @public
|
|
1135
|
+
* <p>The tags used to organize, track, or control access for this resource.</p>
|
|
1136
|
+
*/
|
|
1137
|
+
tags?: Record<string, string>;
|
|
1138
|
+
}
|
|
1139
|
+
/**
|
|
1140
|
+
* @public
|
|
1141
|
+
*/
|
|
1142
|
+
export interface GetProviderServiceInput {
|
|
1143
|
+
/**
|
|
1144
|
+
* @public
|
|
1145
|
+
* <p>The name of the provider. This name is typically the company name.</p>
|
|
1146
|
+
*/
|
|
1147
|
+
providerName: string | undefined;
|
|
1148
|
+
/**
|
|
1149
|
+
* @public
|
|
1150
|
+
* <p>The ARN (Amazon Resource Name) of the product that the provider service provides.</p>
|
|
1151
|
+
*/
|
|
1152
|
+
providerServiceName: string | undefined;
|
|
1153
|
+
}
|
|
1154
|
+
/**
|
|
1155
|
+
* @public
|
|
1156
|
+
* <p>The identifiers of the provider service, from Data Exchange.</p>
|
|
1157
|
+
*/
|
|
1158
|
+
export interface ProviderMarketplaceConfiguration {
|
|
1159
|
+
/**
|
|
1160
|
+
* @public
|
|
1161
|
+
* <p>The dataset ID on Data Exchange.</p>
|
|
1162
|
+
*/
|
|
1163
|
+
dataSetId: string | undefined;
|
|
1164
|
+
/**
|
|
1165
|
+
* @public
|
|
1166
|
+
* <p>The revision ID on Data Exchange.</p>
|
|
1167
|
+
*/
|
|
1168
|
+
revisionId: string | undefined;
|
|
1169
|
+
/**
|
|
1170
|
+
* @public
|
|
1171
|
+
* <p>The asset ID on Data Exchange.</p>
|
|
1172
|
+
*/
|
|
1173
|
+
assetId: string | undefined;
|
|
1174
|
+
/**
|
|
1175
|
+
* @public
|
|
1176
|
+
* <p>The listing ID on Data Exchange.</p>
|
|
1177
|
+
*/
|
|
1178
|
+
listingId: string | undefined;
|
|
1179
|
+
}
|
|
1180
|
+
/**
|
|
1181
|
+
* @public
|
|
1182
|
+
* <p>The required configuration fields to use with the provider service.</p>
|
|
1183
|
+
*/
|
|
1184
|
+
export type ProviderEndpointConfiguration = ProviderEndpointConfiguration.MarketplaceConfigurationMember | ProviderEndpointConfiguration.$UnknownMember;
|
|
1185
|
+
/**
|
|
1186
|
+
* @public
|
|
1187
|
+
*/
|
|
1188
|
+
export declare namespace ProviderEndpointConfiguration {
|
|
1189
|
+
/**
|
|
1190
|
+
* @public
|
|
1191
|
+
* <p>The identifiers of the provider service, from Data Exchange.</p>
|
|
1192
|
+
*/
|
|
1193
|
+
interface MarketplaceConfigurationMember {
|
|
1194
|
+
marketplaceConfiguration: ProviderMarketplaceConfiguration;
|
|
1195
|
+
$unknown?: never;
|
|
1196
|
+
}
|
|
1197
|
+
/**
|
|
1198
|
+
* @public
|
|
1199
|
+
*/
|
|
1200
|
+
interface $UnknownMember {
|
|
1201
|
+
marketplaceConfiguration?: never;
|
|
1202
|
+
$unknown: [string, any];
|
|
1203
|
+
}
|
|
1204
|
+
interface Visitor<T> {
|
|
1205
|
+
marketplaceConfiguration: (value: ProviderMarketplaceConfiguration) => T;
|
|
1206
|
+
_: (name: string, value: any) => T;
|
|
1207
|
+
}
|
|
1208
|
+
const visit: <T>(value: ProviderEndpointConfiguration, visitor: Visitor<T>) => T;
|
|
1209
|
+
}
|
|
1210
|
+
/**
|
|
1211
|
+
* @public
|
|
1212
|
+
* <p>The required configuration fields to give intermediate access to a provider
|
|
1213
|
+
* service.</p>
|
|
1214
|
+
*/
|
|
1215
|
+
export interface ProviderIntermediateDataAccessConfiguration {
|
|
1216
|
+
/**
|
|
1217
|
+
* @public
|
|
1218
|
+
* <p>The Amazon Web Services account
|
|
1219
|
+
* that
|
|
1220
|
+
* provider can use to read or write data into the customer's intermediate S3
|
|
1221
|
+
* bucket.</p>
|
|
1222
|
+
*/
|
|
1223
|
+
awsAccountIds?: string[];
|
|
1224
|
+
/**
|
|
1225
|
+
* @public
|
|
1226
|
+
* <p>The S3 bucket actions that the provider requires permission for.</p>
|
|
1227
|
+
*/
|
|
1228
|
+
requiredBucketActions?: string[];
|
|
1229
|
+
}
|
|
1230
|
+
/**
|
|
1231
|
+
* @public
|
|
1232
|
+
* @enum
|
|
1233
|
+
*/
|
|
1234
|
+
export declare const ServiceType: {
|
|
1235
|
+
readonly ASSIGNMENT: "ASSIGNMENT";
|
|
1236
|
+
readonly ID_MAPPING: "ID_MAPPING";
|
|
1237
|
+
};
|
|
1238
|
+
/**
|
|
1239
|
+
* @public
|
|
1240
|
+
*/
|
|
1241
|
+
export type ServiceType = (typeof ServiceType)[keyof typeof ServiceType];
|
|
1242
|
+
/**
|
|
1243
|
+
* @public
|
|
1244
|
+
*/
|
|
1245
|
+
export interface GetProviderServiceOutput {
|
|
1246
|
+
/**
|
|
1247
|
+
* @public
|
|
1248
|
+
* <p>The name of the provider. This name is typically the company name.</p>
|
|
1249
|
+
*/
|
|
1250
|
+
providerName: string | undefined;
|
|
1251
|
+
/**
|
|
1252
|
+
* @public
|
|
1253
|
+
* <p>The name of the product that the provider service provides. </p>
|
|
1254
|
+
*/
|
|
1255
|
+
providerServiceName: string | undefined;
|
|
1256
|
+
/**
|
|
1257
|
+
* @public
|
|
1258
|
+
* <p>The display name of the provider service.</p>
|
|
1259
|
+
*/
|
|
1260
|
+
providerServiceDisplayName: string | undefined;
|
|
1261
|
+
/**
|
|
1262
|
+
* @public
|
|
1263
|
+
* <p>The type of provider service.</p>
|
|
1264
|
+
*/
|
|
1265
|
+
providerServiceType: ServiceType | undefined;
|
|
1266
|
+
/**
|
|
1267
|
+
* @public
|
|
1268
|
+
* <p>The ARN (Amazon Resource Name) that Entity Resolution generated for the provider
|
|
1269
|
+
* service.</p>
|
|
1270
|
+
*/
|
|
1271
|
+
providerServiceArn: string | undefined;
|
|
1272
|
+
/**
|
|
1273
|
+
* @public
|
|
1274
|
+
* <p>The definition of the provider configuration.</p>
|
|
1275
|
+
*/
|
|
1276
|
+
providerConfigurationDefinition?: __DocumentType;
|
|
1277
|
+
/**
|
|
1278
|
+
* @public
|
|
1279
|
+
* <p>The required configuration fields to use with the provider service.</p>
|
|
1280
|
+
*/
|
|
1281
|
+
providerEndpointConfiguration: ProviderEndpointConfiguration | undefined;
|
|
1282
|
+
/**
|
|
1283
|
+
* @public
|
|
1284
|
+
* <p>Specifies whether output data from the provider is anonymized. A value of
|
|
1285
|
+
* <code>TRUE</code> means the output will be anonymized and you can't relate the data that
|
|
1286
|
+
* comes back from the provider to the identifying input. A value of <code>FALSE</code> means
|
|
1287
|
+
* the output won't be anonymized and you can relate the data that comes back from the
|
|
1288
|
+
* provider to your source data. </p>
|
|
1289
|
+
*/
|
|
1290
|
+
anonymizedOutput: boolean | undefined;
|
|
1291
|
+
/**
|
|
1292
|
+
* @public
|
|
1293
|
+
* <p>The definition of the provider entity output.</p>
|
|
1294
|
+
*/
|
|
1295
|
+
providerEntityOutputDefinition: __DocumentType | undefined;
|
|
1296
|
+
/**
|
|
1297
|
+
* @public
|
|
1298
|
+
* <p>The Amazon Web Services accounts and the S3 permissions that are required by some
|
|
1299
|
+
* providers to create an S3 bucket for intermediate data storage.</p>
|
|
1300
|
+
*/
|
|
1301
|
+
providerIntermediateDataAccessConfiguration?: ProviderIntermediateDataAccessConfiguration;
|
|
1302
|
+
}
|
|
1303
|
+
/**
|
|
1304
|
+
* @public
|
|
1305
|
+
*/
|
|
1306
|
+
export interface GetSchemaMappingInput {
|
|
1307
|
+
/**
|
|
1308
|
+
* @public
|
|
1309
|
+
* <p>The name of the schema to be retrieved.</p>
|
|
1310
|
+
*/
|
|
1311
|
+
schemaName: string | undefined;
|
|
1312
|
+
}
|
|
1313
|
+
/**
|
|
1314
|
+
* @public
|
|
1315
|
+
*/
|
|
1316
|
+
export interface GetSchemaMappingOutput {
|
|
1317
|
+
/**
|
|
1318
|
+
* @public
|
|
1319
|
+
* <p>The name of the schema.</p>
|
|
1320
|
+
*/
|
|
1321
|
+
schemaName: string | undefined;
|
|
1322
|
+
/**
|
|
1323
|
+
* @public
|
|
1324
|
+
* <p>The ARN (Amazon Resource Name) that Entity Resolution generated for the
|
|
1325
|
+
* SchemaMapping.</p>
|
|
1326
|
+
*/
|
|
1327
|
+
schemaArn: string | undefined;
|
|
1328
|
+
/**
|
|
1329
|
+
* @public
|
|
1330
|
+
* <p>A description of the schema.</p>
|
|
1331
|
+
*/
|
|
1332
|
+
description?: string;
|
|
1333
|
+
/**
|
|
1334
|
+
* @public
|
|
1335
|
+
* <p>A list of <code>MappedInputFields</code>. Each <code>MappedInputField</code> corresponds
|
|
1336
|
+
* to a column the source data table, and contains column name plus additional information
|
|
1337
|
+
* Venice uses for matching.</p>
|
|
1338
|
+
*/
|
|
1339
|
+
mappedInputFields: SchemaInputAttribute[] | undefined;
|
|
1340
|
+
/**
|
|
1341
|
+
* @public
|
|
1342
|
+
* <p>The timestamp of when the <code>SchemaMapping</code> was created.</p>
|
|
1343
|
+
*/
|
|
1344
|
+
createdAt: Date | undefined;
|
|
1345
|
+
/**
|
|
1346
|
+
* @public
|
|
1347
|
+
* <p>The timestamp of when the <code>SchemaMapping</code> was last updated.</p>
|
|
1348
|
+
*/
|
|
1349
|
+
updatedAt: Date | undefined;
|
|
1350
|
+
/**
|
|
1351
|
+
* @public
|
|
1352
|
+
* <p>The tags used to organize, track, or control access for this resource.</p>
|
|
1353
|
+
*/
|
|
1354
|
+
tags?: Record<string, string>;
|
|
1355
|
+
/**
|
|
1356
|
+
* @public
|
|
1357
|
+
* <p>Specifies whether the schema mapping has been applied to a workflow.</p>
|
|
1358
|
+
*/
|
|
1359
|
+
hasWorkflows: boolean | undefined;
|
|
1360
|
+
}
|
|
1361
|
+
/**
|
|
1362
|
+
* @public
|
|
1363
|
+
*/
|
|
1364
|
+
export interface ListIdMappingJobsInput {
|
|
1365
|
+
/**
|
|
1366
|
+
* @public
|
|
1367
|
+
* <p>The name of the workflow to be retrieved.</p>
|
|
1368
|
+
*/
|
|
1369
|
+
workflowName: string | undefined;
|
|
1370
|
+
/**
|
|
1371
|
+
* @public
|
|
1372
|
+
* <p>The pagination token from the previous API call.</p>
|
|
1373
|
+
*/
|
|
1374
|
+
nextToken?: string;
|
|
1375
|
+
/**
|
|
1376
|
+
* @public
|
|
1377
|
+
* <p>The maximum number of objects returned per page.</p>
|
|
1378
|
+
*/
|
|
1379
|
+
maxResults?: number;
|
|
1380
|
+
}
|
|
1381
|
+
/**
|
|
1382
|
+
* @public
|
|
1383
|
+
* <p>An object containing the <code>JobId</code>, <code>Status</code>,
|
|
1384
|
+
* <code>StartTime</code>, and <code>EndTime</code> of a job.</p>
|
|
1385
|
+
*/
|
|
1386
|
+
export interface JobSummary {
|
|
1387
|
+
/**
|
|
1388
|
+
* @public
|
|
1389
|
+
* <p>The ID of the job.</p>
|
|
1390
|
+
*/
|
|
1391
|
+
jobId: string | undefined;
|
|
738
1392
|
/**
|
|
739
1393
|
* @public
|
|
740
|
-
* <p>
|
|
1394
|
+
* <p>The current status of the job.</p>
|
|
741
1395
|
*/
|
|
742
|
-
|
|
1396
|
+
status: JobStatus | undefined;
|
|
743
1397
|
/**
|
|
744
1398
|
* @public
|
|
745
|
-
* <p>The
|
|
746
|
-
* resources on your behalf.</p>
|
|
1399
|
+
* <p>The time at which the job was started.</p>
|
|
747
1400
|
*/
|
|
748
|
-
|
|
1401
|
+
startTime: Date | undefined;
|
|
749
1402
|
/**
|
|
750
1403
|
* @public
|
|
751
|
-
* <p>The
|
|
1404
|
+
* <p>The time at which the job has finished.</p>
|
|
752
1405
|
*/
|
|
753
|
-
|
|
1406
|
+
endTime?: Date;
|
|
754
1407
|
}
|
|
755
1408
|
/**
|
|
756
1409
|
* @public
|
|
757
1410
|
*/
|
|
758
|
-
export interface
|
|
1411
|
+
export interface ListIdMappingJobsOutput {
|
|
759
1412
|
/**
|
|
760
1413
|
* @public
|
|
761
|
-
* <p>
|
|
1414
|
+
* <p>A list of <code>JobSummary</code> objects.</p>
|
|
762
1415
|
*/
|
|
763
|
-
|
|
1416
|
+
jobs?: JobSummary[];
|
|
1417
|
+
/**
|
|
1418
|
+
* @public
|
|
1419
|
+
* <p>The pagination token from the previous API call.</p>
|
|
1420
|
+
*/
|
|
1421
|
+
nextToken?: string;
|
|
764
1422
|
}
|
|
765
1423
|
/**
|
|
766
1424
|
* @public
|
|
767
1425
|
*/
|
|
768
|
-
export interface
|
|
1426
|
+
export interface ListIdMappingWorkflowsInput {
|
|
769
1427
|
/**
|
|
770
1428
|
* @public
|
|
771
|
-
* <p>The
|
|
1429
|
+
* <p>The pagination token from the previous API call.</p>
|
|
772
1430
|
*/
|
|
773
|
-
|
|
1431
|
+
nextToken?: string;
|
|
774
1432
|
/**
|
|
775
1433
|
* @public
|
|
776
|
-
* <p>The
|
|
1434
|
+
* <p>The maximum number of objects returned per page.</p>
|
|
777
1435
|
*/
|
|
778
|
-
|
|
1436
|
+
maxResults?: number;
|
|
1437
|
+
}
|
|
1438
|
+
/**
|
|
1439
|
+
* @public
|
|
1440
|
+
* <p>A list of <code>IdMappingWorkflowSummary</code> objects, each of which contain the
|
|
1441
|
+
* fields <code>WorkflowName</code>, <code>WorkflowArn</code>, <code>CreatedAt</code>, and
|
|
1442
|
+
* <code>UpdatedAt</code>.</p>
|
|
1443
|
+
*/
|
|
1444
|
+
export interface IdMappingWorkflowSummary {
|
|
779
1445
|
/**
|
|
780
1446
|
* @public
|
|
781
|
-
* <p>
|
|
1447
|
+
* <p>The name of the workflow.</p>
|
|
782
1448
|
*/
|
|
783
|
-
|
|
1449
|
+
workflowName: string | undefined;
|
|
784
1450
|
/**
|
|
785
1451
|
* @public
|
|
786
|
-
* <p>
|
|
787
|
-
*
|
|
788
|
-
* Venice uses for matching.</p>
|
|
1452
|
+
* <p>The ARN (Amazon Resource Name) that Entity Resolution generated for the
|
|
1453
|
+
* <code>IdMappingWorkflow</code>.</p>
|
|
789
1454
|
*/
|
|
790
|
-
|
|
1455
|
+
workflowArn: string | undefined;
|
|
791
1456
|
/**
|
|
792
1457
|
* @public
|
|
793
|
-
* <p>The timestamp of when the
|
|
1458
|
+
* <p>The timestamp of when the workflow was created.</p>
|
|
794
1459
|
*/
|
|
795
1460
|
createdAt: Date | undefined;
|
|
796
1461
|
/**
|
|
797
1462
|
* @public
|
|
798
|
-
* <p>The timestamp of when the
|
|
1463
|
+
* <p>The timestamp of when the workflow was last updated.</p>
|
|
799
1464
|
*/
|
|
800
1465
|
updatedAt: Date | undefined;
|
|
801
|
-
/**
|
|
802
|
-
* @public
|
|
803
|
-
* <p>The tags used to organize, track, or control access for this resource.</p>
|
|
804
|
-
*/
|
|
805
|
-
tags?: Record<string, string>;
|
|
806
1466
|
}
|
|
807
1467
|
/**
|
|
808
1468
|
* @public
|
|
809
1469
|
*/
|
|
810
|
-
export interface
|
|
1470
|
+
export interface ListIdMappingWorkflowsOutput {
|
|
811
1471
|
/**
|
|
812
1472
|
* @public
|
|
813
|
-
* <p>
|
|
1473
|
+
* <p>A list of <code>IdMappingWorkflowSummary</code> objects.</p>
|
|
814
1474
|
*/
|
|
815
|
-
|
|
1475
|
+
workflowSummaries?: IdMappingWorkflowSummary[];
|
|
816
1476
|
/**
|
|
817
1477
|
* @public
|
|
818
|
-
* <p>The pagination token from the previous
|
|
1478
|
+
* <p>The pagination token from the previous API call.</p>
|
|
819
1479
|
*/
|
|
820
1480
|
nextToken?: string;
|
|
821
|
-
/**
|
|
822
|
-
* @public
|
|
823
|
-
* <p>The maximum number of objects returned per page.</p>
|
|
824
|
-
*/
|
|
825
|
-
maxResults?: number;
|
|
826
1481
|
}
|
|
827
1482
|
/**
|
|
828
1483
|
* @public
|
|
829
|
-
* <p>An object containing the <code>JobId</code>, <code>Status</code>,
|
|
830
|
-
* <code>StartTime</code>, and <code>EndTime</code> of a job.</p>
|
|
831
1484
|
*/
|
|
832
|
-
export interface
|
|
833
|
-
/**
|
|
834
|
-
* @public
|
|
835
|
-
* <p>The ID of the job.</p>
|
|
836
|
-
*/
|
|
837
|
-
jobId: string | undefined;
|
|
1485
|
+
export interface ListMatchingJobsInput {
|
|
838
1486
|
/**
|
|
839
1487
|
* @public
|
|
840
|
-
* <p>The
|
|
1488
|
+
* <p>The name of the workflow to be retrieved.</p>
|
|
841
1489
|
*/
|
|
842
|
-
|
|
1490
|
+
workflowName: string | undefined;
|
|
843
1491
|
/**
|
|
844
1492
|
* @public
|
|
845
|
-
* <p>The
|
|
1493
|
+
* <p>The pagination token from the previous API call.</p>
|
|
846
1494
|
*/
|
|
847
|
-
|
|
1495
|
+
nextToken?: string;
|
|
848
1496
|
/**
|
|
849
1497
|
* @public
|
|
850
|
-
* <p>The
|
|
1498
|
+
* <p>The maximum number of objects returned per page.</p>
|
|
851
1499
|
*/
|
|
852
|
-
|
|
1500
|
+
maxResults?: number;
|
|
853
1501
|
}
|
|
854
1502
|
/**
|
|
855
1503
|
* @public
|
|
@@ -857,12 +1505,13 @@ export interface JobSummary {
|
|
|
857
1505
|
export interface ListMatchingJobsOutput {
|
|
858
1506
|
/**
|
|
859
1507
|
* @public
|
|
860
|
-
* <p>A list of <code>JobSummary</code> objects, each of which contain the ID, status, start
|
|
1508
|
+
* <p>A list of <code>JobSummary</code> objects, each of which contain the ID, status, start
|
|
1509
|
+
* time, and end time of a job.</p>
|
|
861
1510
|
*/
|
|
862
1511
|
jobs?: JobSummary[];
|
|
863
1512
|
/**
|
|
864
1513
|
* @public
|
|
865
|
-
* <p>The pagination token from the previous
|
|
1514
|
+
* <p>The pagination token from the previous API call.</p>
|
|
866
1515
|
*/
|
|
867
1516
|
nextToken?: string;
|
|
868
1517
|
}
|
|
@@ -872,7 +1521,7 @@ export interface ListMatchingJobsOutput {
|
|
|
872
1521
|
export interface ListMatchingWorkflowsInput {
|
|
873
1522
|
/**
|
|
874
1523
|
* @public
|
|
875
|
-
* <p>The pagination token from the previous
|
|
1524
|
+
* <p>The pagination token from the previous API call.</p>
|
|
876
1525
|
*/
|
|
877
1526
|
nextToken?: string;
|
|
878
1527
|
/**
|
|
@@ -884,7 +1533,8 @@ export interface ListMatchingWorkflowsInput {
|
|
|
884
1533
|
/**
|
|
885
1534
|
* @public
|
|
886
1535
|
* <p>A list of <code>MatchingWorkflowSummary</code> objects, each of which contain the fields
|
|
887
|
-
*
|
|
1536
|
+
* <code>WorkflowName</code>, <code>WorkflowArn</code>, <code>CreatedAt</code>,
|
|
1537
|
+
* <code>UpdatedAt</code>.</p>
|
|
888
1538
|
*/
|
|
889
1539
|
export interface MatchingWorkflowSummary {
|
|
890
1540
|
/**
|
|
@@ -894,7 +1544,8 @@ export interface MatchingWorkflowSummary {
|
|
|
894
1544
|
workflowName: string | undefined;
|
|
895
1545
|
/**
|
|
896
1546
|
* @public
|
|
897
|
-
* <p>The ARN (Amazon Resource Name) that Entity Resolution generated for the
|
|
1547
|
+
* <p>The ARN (Amazon Resource Name) that Entity Resolution generated for the
|
|
1548
|
+
* <code>MatchingWorkflow</code>.</p>
|
|
898
1549
|
*/
|
|
899
1550
|
workflowArn: string | undefined;
|
|
900
1551
|
/**
|
|
@@ -907,6 +1558,12 @@ export interface MatchingWorkflowSummary {
|
|
|
907
1558
|
* <p>The timestamp of when the workflow was last updated.</p>
|
|
908
1559
|
*/
|
|
909
1560
|
updatedAt: Date | undefined;
|
|
1561
|
+
/**
|
|
1562
|
+
* @public
|
|
1563
|
+
* <p>The method that has been specified for data matching, either using matching provided by
|
|
1564
|
+
* Entity Resolution or through a provider service.</p>
|
|
1565
|
+
*/
|
|
1566
|
+
resolutionType: ResolutionType | undefined;
|
|
910
1567
|
}
|
|
911
1568
|
/**
|
|
912
1569
|
* @public
|
|
@@ -915,12 +1572,82 @@ export interface ListMatchingWorkflowsOutput {
|
|
|
915
1572
|
/**
|
|
916
1573
|
* @public
|
|
917
1574
|
* <p>A list of <code>MatchingWorkflowSummary</code> objects, each of which contain the fields
|
|
918
|
-
*
|
|
1575
|
+
* <code>WorkflowName</code>, <code>WorkflowArn</code>, <code>CreatedAt</code>, and
|
|
1576
|
+
* <code>UpdatedAt</code>.</p>
|
|
919
1577
|
*/
|
|
920
1578
|
workflowSummaries?: MatchingWorkflowSummary[];
|
|
921
1579
|
/**
|
|
922
1580
|
* @public
|
|
923
|
-
* <p>The pagination token from the previous
|
|
1581
|
+
* <p>The pagination token from the previous API call.</p>
|
|
1582
|
+
*/
|
|
1583
|
+
nextToken?: string;
|
|
1584
|
+
}
|
|
1585
|
+
/**
|
|
1586
|
+
* @public
|
|
1587
|
+
*/
|
|
1588
|
+
export interface ListProviderServicesInput {
|
|
1589
|
+
/**
|
|
1590
|
+
* @public
|
|
1591
|
+
* <p>The pagination token from the previous API call.</p>
|
|
1592
|
+
*/
|
|
1593
|
+
nextToken?: string;
|
|
1594
|
+
/**
|
|
1595
|
+
* @public
|
|
1596
|
+
* <p>The maximum number of objects returned per page.</p>
|
|
1597
|
+
*/
|
|
1598
|
+
maxResults?: number;
|
|
1599
|
+
/**
|
|
1600
|
+
* @public
|
|
1601
|
+
* <p>The name of the provider. This name is typically the company name.</p>
|
|
1602
|
+
*/
|
|
1603
|
+
providerName?: string;
|
|
1604
|
+
}
|
|
1605
|
+
/**
|
|
1606
|
+
* @public
|
|
1607
|
+
* <p>A list of <code>ProviderService</code> objects, each of which contain the fields
|
|
1608
|
+
* <code>providerName</code>, <code>providerServiceArn</code>,
|
|
1609
|
+
* <code>providerServiceName</code>, and <code>providerServiceType</code>.</p>
|
|
1610
|
+
*/
|
|
1611
|
+
export interface ProviderServiceSummary {
|
|
1612
|
+
/**
|
|
1613
|
+
* @public
|
|
1614
|
+
* <p>The ARN (Amazon Resource Name) that Entity Resolution generated for the
|
|
1615
|
+
* <code>providerService</code>.</p>
|
|
1616
|
+
*/
|
|
1617
|
+
providerServiceArn: string | undefined;
|
|
1618
|
+
/**
|
|
1619
|
+
* @public
|
|
1620
|
+
* <p>The name of the provider. This name is typically the company name.</p>
|
|
1621
|
+
*/
|
|
1622
|
+
providerName: string | undefined;
|
|
1623
|
+
/**
|
|
1624
|
+
* @public
|
|
1625
|
+
* <p>The display name of the provider service.</p>
|
|
1626
|
+
*/
|
|
1627
|
+
providerServiceDisplayName: string | undefined;
|
|
1628
|
+
/**
|
|
1629
|
+
* @public
|
|
1630
|
+
* <p>The name of the product that the provider service provides.</p>
|
|
1631
|
+
*/
|
|
1632
|
+
providerServiceName: string | undefined;
|
|
1633
|
+
/**
|
|
1634
|
+
* @public
|
|
1635
|
+
* <p>The type of provider service.</p>
|
|
1636
|
+
*/
|
|
1637
|
+
providerServiceType: ServiceType | undefined;
|
|
1638
|
+
}
|
|
1639
|
+
/**
|
|
1640
|
+
* @public
|
|
1641
|
+
*/
|
|
1642
|
+
export interface ListProviderServicesOutput {
|
|
1643
|
+
/**
|
|
1644
|
+
* @public
|
|
1645
|
+
* <p>A list of <code>ProviderServices</code> objects.</p>
|
|
1646
|
+
*/
|
|
1647
|
+
providerServiceSummaries?: ProviderServiceSummary[];
|
|
1648
|
+
/**
|
|
1649
|
+
* @public
|
|
1650
|
+
* <p>The pagination token from the previous API call.</p>
|
|
924
1651
|
*/
|
|
925
1652
|
nextToken?: string;
|
|
926
1653
|
}
|
|
@@ -930,7 +1657,7 @@ export interface ListMatchingWorkflowsOutput {
|
|
|
930
1657
|
export interface ListSchemaMappingsInput {
|
|
931
1658
|
/**
|
|
932
1659
|
* @public
|
|
933
|
-
* <p>The pagination token from the previous
|
|
1660
|
+
* <p>The pagination token from the previous API call.</p>
|
|
934
1661
|
*/
|
|
935
1662
|
nextToken?: string;
|
|
936
1663
|
/**
|
|
@@ -942,7 +1669,7 @@ export interface ListSchemaMappingsInput {
|
|
|
942
1669
|
/**
|
|
943
1670
|
* @public
|
|
944
1671
|
* <p>An object containing <code>SchemaName</code>, <code>SchemaArn</code>,
|
|
945
|
-
*
|
|
1672
|
+
* <code>CreatedAt</code>, and<code>UpdatedAt</code>.</p>
|
|
946
1673
|
*/
|
|
947
1674
|
export interface SchemaMappingSummary {
|
|
948
1675
|
/**
|
|
@@ -966,6 +1693,11 @@ export interface SchemaMappingSummary {
|
|
|
966
1693
|
* <p>The timestamp of when the <code>SchemaMapping</code> was last updated.</p>
|
|
967
1694
|
*/
|
|
968
1695
|
updatedAt: Date | undefined;
|
|
1696
|
+
/**
|
|
1697
|
+
* @public
|
|
1698
|
+
* <p>Specifies whether the schema mapping has been applied to a workflow.</p>
|
|
1699
|
+
*/
|
|
1700
|
+
hasWorkflows: boolean | undefined;
|
|
969
1701
|
}
|
|
970
1702
|
/**
|
|
971
1703
|
* @public
|
|
@@ -974,12 +1706,13 @@ export interface ListSchemaMappingsOutput {
|
|
|
974
1706
|
/**
|
|
975
1707
|
* @public
|
|
976
1708
|
* <p>A list of <code>SchemaMappingSummary</code> objects, each of which contain the fields
|
|
977
|
-
*
|
|
1709
|
+
* <code>SchemaName</code>, <code>SchemaArn</code>, <code>CreatedAt</code>,
|
|
1710
|
+
* <code>UpdatedAt</code>.</p>
|
|
978
1711
|
*/
|
|
979
1712
|
schemaList?: SchemaMappingSummary[];
|
|
980
1713
|
/**
|
|
981
1714
|
* @public
|
|
982
|
-
* <p>The pagination token from the previous
|
|
1715
|
+
* <p>The pagination token from the previous API call.</p>
|
|
983
1716
|
*/
|
|
984
1717
|
nextToken?: string;
|
|
985
1718
|
}
|
|
@@ -1003,6 +1736,26 @@ export interface ListTagsForResourceOutput {
|
|
|
1003
1736
|
*/
|
|
1004
1737
|
tags: Record<string, string> | undefined;
|
|
1005
1738
|
}
|
|
1739
|
+
/**
|
|
1740
|
+
* @public
|
|
1741
|
+
*/
|
|
1742
|
+
export interface StartIdMappingJobInput {
|
|
1743
|
+
/**
|
|
1744
|
+
* @public
|
|
1745
|
+
* <p>The name of the ID mapping job to be retrieved.</p>
|
|
1746
|
+
*/
|
|
1747
|
+
workflowName: string | undefined;
|
|
1748
|
+
}
|
|
1749
|
+
/**
|
|
1750
|
+
* @public
|
|
1751
|
+
*/
|
|
1752
|
+
export interface StartIdMappingJobOutput {
|
|
1753
|
+
/**
|
|
1754
|
+
* @public
|
|
1755
|
+
* <p>The ID of the job.</p>
|
|
1756
|
+
*/
|
|
1757
|
+
jobId: string | undefined;
|
|
1758
|
+
}
|
|
1006
1759
|
/**
|
|
1007
1760
|
* @public
|
|
1008
1761
|
*/
|
|
@@ -1063,6 +1816,90 @@ export interface UntagResourceInput {
|
|
|
1063
1816
|
*/
|
|
1064
1817
|
export interface UntagResourceOutput {
|
|
1065
1818
|
}
|
|
1819
|
+
/**
|
|
1820
|
+
* @public
|
|
1821
|
+
*/
|
|
1822
|
+
export interface UpdateIdMappingWorkflowInput {
|
|
1823
|
+
/**
|
|
1824
|
+
* @public
|
|
1825
|
+
* <p>The name of the workflow.</p>
|
|
1826
|
+
*/
|
|
1827
|
+
workflowName: string | undefined;
|
|
1828
|
+
/**
|
|
1829
|
+
* @public
|
|
1830
|
+
* <p>A description of the workflow.</p>
|
|
1831
|
+
*/
|
|
1832
|
+
description?: string;
|
|
1833
|
+
/**
|
|
1834
|
+
* @public
|
|
1835
|
+
* <p>A list of <code>InputSource</code> objects, which have the fields
|
|
1836
|
+
* <code>InputSourceARN</code> and <code>SchemaName</code>.</p>
|
|
1837
|
+
*/
|
|
1838
|
+
inputSourceConfig: IdMappingWorkflowInputSource[] | undefined;
|
|
1839
|
+
/**
|
|
1840
|
+
* @public
|
|
1841
|
+
* <p>A list of <code>OutputSource</code> objects, each of which contains fields
|
|
1842
|
+
* <code>OutputS3Path</code> and <code>KMSArn</code>.</p>
|
|
1843
|
+
*/
|
|
1844
|
+
outputSourceConfig: IdMappingWorkflowOutputSource[] | undefined;
|
|
1845
|
+
/**
|
|
1846
|
+
* @public
|
|
1847
|
+
* <p>An object which defines the <code>idMappingType</code> and the
|
|
1848
|
+
* <code>providerProperties</code>.</p>
|
|
1849
|
+
*/
|
|
1850
|
+
idMappingTechniques: IdMappingTechniques | undefined;
|
|
1851
|
+
/**
|
|
1852
|
+
* @public
|
|
1853
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes
|
|
1854
|
+
* this role to access resources on your behalf.</p>
|
|
1855
|
+
*/
|
|
1856
|
+
roleArn: string | undefined;
|
|
1857
|
+
}
|
|
1858
|
+
/**
|
|
1859
|
+
* @public
|
|
1860
|
+
*/
|
|
1861
|
+
export interface UpdateIdMappingWorkflowOutput {
|
|
1862
|
+
/**
|
|
1863
|
+
* @public
|
|
1864
|
+
* <p>The name of the workflow.</p>
|
|
1865
|
+
*/
|
|
1866
|
+
workflowName: string | undefined;
|
|
1867
|
+
/**
|
|
1868
|
+
* @public
|
|
1869
|
+
* <p>The Amazon Resource Name (ARN) of the workflow role. Entity Resolution assumes this role
|
|
1870
|
+
* to access resources on your behalf.</p>
|
|
1871
|
+
*/
|
|
1872
|
+
workflowArn: string | undefined;
|
|
1873
|
+
/**
|
|
1874
|
+
* @public
|
|
1875
|
+
* <p>A description of the workflow.</p>
|
|
1876
|
+
*/
|
|
1877
|
+
description?: string;
|
|
1878
|
+
/**
|
|
1879
|
+
* @public
|
|
1880
|
+
* <p>A list of <code>InputSource</code> objects, which have the fields
|
|
1881
|
+
* <code>InputSourceARN</code> and <code>SchemaName</code>.</p>
|
|
1882
|
+
*/
|
|
1883
|
+
inputSourceConfig: IdMappingWorkflowInputSource[] | undefined;
|
|
1884
|
+
/**
|
|
1885
|
+
* @public
|
|
1886
|
+
* <p>A list of <code>OutputSource</code> objects, each of which contains fields
|
|
1887
|
+
* <code>OutputS3Path</code> and <code>KMSArn</code>.</p>
|
|
1888
|
+
*/
|
|
1889
|
+
outputSourceConfig: IdMappingWorkflowOutputSource[] | undefined;
|
|
1890
|
+
/**
|
|
1891
|
+
* @public
|
|
1892
|
+
* <p>An object which defines the <code>idMappingType</code> and the
|
|
1893
|
+
* <code>providerProperties</code>.</p>
|
|
1894
|
+
*/
|
|
1895
|
+
idMappingTechniques: IdMappingTechniques | undefined;
|
|
1896
|
+
/**
|
|
1897
|
+
* @public
|
|
1898
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes
|
|
1899
|
+
* this role to access resources on your behalf.</p>
|
|
1900
|
+
*/
|
|
1901
|
+
roleArn: string | undefined;
|
|
1902
|
+
}
|
|
1066
1903
|
/**
|
|
1067
1904
|
* @public
|
|
1068
1905
|
*/
|
|
@@ -1079,30 +1916,33 @@ export interface UpdateMatchingWorkflowInput {
|
|
|
1079
1916
|
description?: string;
|
|
1080
1917
|
/**
|
|
1081
1918
|
* @public
|
|
1082
|
-
* <p>A list of <code>InputSource</code> objects, which have the fields
|
|
1083
|
-
*
|
|
1919
|
+
* <p>A list of <code>InputSource</code> objects, which have the fields
|
|
1920
|
+
* <code>InputSourceARN</code> and <code>SchemaName</code>.</p>
|
|
1084
1921
|
*/
|
|
1085
1922
|
inputSourceConfig: InputSource[] | undefined;
|
|
1086
1923
|
/**
|
|
1087
1924
|
* @public
|
|
1088
|
-
* <p>A list of <code>OutputSource</code> objects, each of which contains fields
|
|
1089
|
-
*
|
|
1925
|
+
* <p>A list of <code>OutputSource</code> objects, each of which contains fields
|
|
1926
|
+
* <code>OutputS3Path</code>, <code>ApplyNormalization</code>, and
|
|
1927
|
+
* <code>Output</code>.</p>
|
|
1090
1928
|
*/
|
|
1091
1929
|
outputSourceConfig: OutputSource[] | undefined;
|
|
1092
1930
|
/**
|
|
1093
1931
|
* @public
|
|
1094
|
-
* <p>An object which defines the <code>resolutionType</code> and the
|
|
1932
|
+
* <p>An object which defines the <code>resolutionType</code> and the
|
|
1933
|
+
* <code>ruleBasedProperties</code>.</p>
|
|
1095
1934
|
*/
|
|
1096
1935
|
resolutionTechniques: ResolutionTechniques | undefined;
|
|
1097
1936
|
/**
|
|
1098
1937
|
* @public
|
|
1099
|
-
* <p>An object which defines an incremental run type and has only
|
|
1938
|
+
* <p>An object which defines an incremental run type and has only
|
|
1939
|
+
* <code>incrementalRunType</code> as a field.</p>
|
|
1100
1940
|
*/
|
|
1101
1941
|
incrementalRunConfig?: IncrementalRunConfig;
|
|
1102
1942
|
/**
|
|
1103
1943
|
* @public
|
|
1104
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role
|
|
1105
|
-
*
|
|
1944
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to
|
|
1945
|
+
* create resources on your behalf as part of workflow execution.</p>
|
|
1106
1946
|
*/
|
|
1107
1947
|
roleArn: string | undefined;
|
|
1108
1948
|
}
|
|
@@ -1122,34 +1962,88 @@ export interface UpdateMatchingWorkflowOutput {
|
|
|
1122
1962
|
description?: string;
|
|
1123
1963
|
/**
|
|
1124
1964
|
* @public
|
|
1125
|
-
* <p>A list of <code>InputSource</code> objects, which have the fields
|
|
1126
|
-
*
|
|
1965
|
+
* <p>A list of <code>InputSource</code> objects, which have the fields
|
|
1966
|
+
* <code>InputSourceARN</code> and <code>SchemaName</code>.</p>
|
|
1127
1967
|
*/
|
|
1128
1968
|
inputSourceConfig: InputSource[] | undefined;
|
|
1129
1969
|
/**
|
|
1130
1970
|
* @public
|
|
1131
|
-
* <p>A list of <code>OutputSource</code> objects, each of which contains fields
|
|
1132
|
-
*
|
|
1971
|
+
* <p>A list of <code>OutputSource</code> objects, each of which contains fields
|
|
1972
|
+
* <code>OutputS3Path</code>, <code>ApplyNormalization</code>, and
|
|
1973
|
+
* <code>Output</code>.</p>
|
|
1133
1974
|
*/
|
|
1134
1975
|
outputSourceConfig: OutputSource[] | undefined;
|
|
1135
1976
|
/**
|
|
1136
1977
|
* @public
|
|
1137
|
-
* <p>An object which defines the <code>resolutionType</code> and the
|
|
1978
|
+
* <p>An object which defines the <code>resolutionType</code> and the
|
|
1979
|
+
* <code>ruleBasedProperties</code>
|
|
1138
1980
|
* </p>
|
|
1139
1981
|
*/
|
|
1140
1982
|
resolutionTechniques: ResolutionTechniques | undefined;
|
|
1141
1983
|
/**
|
|
1142
1984
|
* @public
|
|
1143
|
-
* <p>An object which defines an incremental run type and has only
|
|
1985
|
+
* <p>An object which defines an incremental run type and has only
|
|
1986
|
+
* <code>incrementalRunType</code> as a field.</p>
|
|
1144
1987
|
*/
|
|
1145
1988
|
incrementalRunConfig?: IncrementalRunConfig;
|
|
1146
1989
|
/**
|
|
1147
1990
|
* @public
|
|
1148
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes
|
|
1149
|
-
* to create resources on your behalf as part of workflow execution.</p>
|
|
1991
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes
|
|
1992
|
+
* this role to create resources on your behalf as part of workflow execution.</p>
|
|
1150
1993
|
*/
|
|
1151
1994
|
roleArn: string | undefined;
|
|
1152
1995
|
}
|
|
1996
|
+
/**
|
|
1997
|
+
* @public
|
|
1998
|
+
*/
|
|
1999
|
+
export interface UpdateSchemaMappingInput {
|
|
2000
|
+
/**
|
|
2001
|
+
* @public
|
|
2002
|
+
* <p>The name of the schema. There can't be multiple <code>SchemaMappings</code> with the
|
|
2003
|
+
* same name.</p>
|
|
2004
|
+
*/
|
|
2005
|
+
schemaName: string | undefined;
|
|
2006
|
+
/**
|
|
2007
|
+
* @public
|
|
2008
|
+
* <p>A description of the schema.</p>
|
|
2009
|
+
*/
|
|
2010
|
+
description?: string;
|
|
2011
|
+
/**
|
|
2012
|
+
* @public
|
|
2013
|
+
* <p>A list of <code>MappedInputFields</code>. Each <code>MappedInputField</code> corresponds
|
|
2014
|
+
* to a column the source data table, and contains column name plus additional information
|
|
2015
|
+
* that Entity Resolution uses for matching.</p>
|
|
2016
|
+
*/
|
|
2017
|
+
mappedInputFields: SchemaInputAttribute[] | undefined;
|
|
2018
|
+
}
|
|
2019
|
+
/**
|
|
2020
|
+
* @public
|
|
2021
|
+
*/
|
|
2022
|
+
export interface UpdateSchemaMappingOutput {
|
|
2023
|
+
/**
|
|
2024
|
+
* @public
|
|
2025
|
+
* <p>The name of the schema.</p>
|
|
2026
|
+
*/
|
|
2027
|
+
schemaName: string | undefined;
|
|
2028
|
+
/**
|
|
2029
|
+
* @public
|
|
2030
|
+
* <p>The ARN (Amazon Resource Name) that Entity Resolution generated for the
|
|
2031
|
+
* <code>SchemaMapping</code>.</p>
|
|
2032
|
+
*/
|
|
2033
|
+
schemaArn: string | undefined;
|
|
2034
|
+
/**
|
|
2035
|
+
* @public
|
|
2036
|
+
* <p>A description of the schema.</p>
|
|
2037
|
+
*/
|
|
2038
|
+
description?: string;
|
|
2039
|
+
/**
|
|
2040
|
+
* @public
|
|
2041
|
+
* <p>A list of <code>MappedInputFields</code>. Each <code>MappedInputField</code> corresponds
|
|
2042
|
+
* to a column the source data table, and contains column name plus additional information
|
|
2043
|
+
* that Entity Resolution uses for matching.</p>
|
|
2044
|
+
*/
|
|
2045
|
+
mappedInputFields: SchemaInputAttribute[] | undefined;
|
|
2046
|
+
}
|
|
1153
2047
|
/**
|
|
1154
2048
|
* @internal
|
|
1155
2049
|
*/
|