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