cdk-lambda-subminute 2.0.269 → 2.0.271
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +22 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +28 -6
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.examples.json +24 -24
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +721 -79
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.paginators.json +2 -1
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +3 -0
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +571 -38
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +111 -0
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +78 -59
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +205 -184
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +34 -18
- package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.min.json +5 -4
- package/node_modules/aws-sdk/apis/route53-recovery-control-config-2020-11-02.min.json +67 -37
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +40 -18
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +4 -4
- package/node_modules/aws-sdk/clients/drs.d.ts +27 -1
- package/node_modules/aws-sdk/clients/ecs.d.ts +3 -3
- package/node_modules/aws-sdk/clients/entityresolution.d.ts +650 -12
- package/node_modules/aws-sdk/clients/guardduty.d.ts +5 -1
- package/node_modules/aws-sdk/clients/kafka.d.ts +467 -0
- package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +125 -9
- package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +13 -13
- package/node_modules/aws-sdk/clients/opensearch.d.ts +46 -6
- package/node_modules/aws-sdk/clients/redshift.d.ts +47 -7
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +42 -2
- package/node_modules/aws-sdk/clients/route53recoverycluster.d.ts +16 -11
- package/node_modules/aws-sdk/clients/route53recoverycontrolconfig.d.ts +42 -0
- package/node_modules/aws-sdk/clients/sesv2.d.ts +43 -3
- package/node_modules/aws-sdk/clients/transfer.d.ts +8 -8
- package/node_modules/aws-sdk/clients/xray.d.ts +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +45 -13
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +104 -40
- package/node_modules/aws-sdk/dist/aws-sdk.js +208 -187
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +28 -28
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/s3/managed_upload.d.ts +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
@@ -11,6 +11,14 @@ declare class EntityResolution extends Service {
|
|
11
11
|
*/
|
12
12
|
constructor(options?: EntityResolution.Types.ClientConfiguration)
|
13
13
|
config: Config & EntityResolution.Types.ClientConfiguration;
|
14
|
+
/**
|
15
|
+
* Creates an IdMappingWorkflow object which stores the configuration of the data processing job to be run. Each IdMappingWorkflow must have a unique workflow name. To modify an existing workflow, use the UpdateIdMappingWorkflow API.
|
16
|
+
*/
|
17
|
+
createIdMappingWorkflow(params: EntityResolution.Types.CreateIdMappingWorkflowInput, callback?: (err: AWSError, data: EntityResolution.Types.CreateIdMappingWorkflowOutput) => void): Request<EntityResolution.Types.CreateIdMappingWorkflowOutput, AWSError>;
|
18
|
+
/**
|
19
|
+
* Creates an IdMappingWorkflow object which stores the configuration of the data processing job to be run. Each IdMappingWorkflow must have a unique workflow name. To modify an existing workflow, use the UpdateIdMappingWorkflow API.
|
20
|
+
*/
|
21
|
+
createIdMappingWorkflow(callback?: (err: AWSError, data: EntityResolution.Types.CreateIdMappingWorkflowOutput) => void): Request<EntityResolution.Types.CreateIdMappingWorkflowOutput, AWSError>;
|
14
22
|
/**
|
15
23
|
* Creates a MatchingWorkflow object which stores the configuration of the data processing job to be run. It is important to note that there should not be a pre-existing MatchingWorkflow with the same name. To modify an existing workflow, utilize the UpdateMatchingWorkflow API.
|
16
24
|
*/
|
@@ -27,6 +35,14 @@ declare class EntityResolution extends Service {
|
|
27
35
|
* Creates a schema mapping, which defines the schema of the input customer records table. The SchemaMapping also provides Entity Resolution with some metadata about the table, such as the attribute types of the columns and which columns to match on.
|
28
36
|
*/
|
29
37
|
createSchemaMapping(callback?: (err: AWSError, data: EntityResolution.Types.CreateSchemaMappingOutput) => void): Request<EntityResolution.Types.CreateSchemaMappingOutput, AWSError>;
|
38
|
+
/**
|
39
|
+
* Deletes the IdMappingWorkflow with a given name. This operation will succeed even if a workflow with the given name does not exist.
|
40
|
+
*/
|
41
|
+
deleteIdMappingWorkflow(params: EntityResolution.Types.DeleteIdMappingWorkflowInput, callback?: (err: AWSError, data: EntityResolution.Types.DeleteIdMappingWorkflowOutput) => void): Request<EntityResolution.Types.DeleteIdMappingWorkflowOutput, AWSError>;
|
42
|
+
/**
|
43
|
+
* Deletes the IdMappingWorkflow with a given name. This operation will succeed even if a workflow with the given name does not exist.
|
44
|
+
*/
|
45
|
+
deleteIdMappingWorkflow(callback?: (err: AWSError, data: EntityResolution.Types.DeleteIdMappingWorkflowOutput) => void): Request<EntityResolution.Types.DeleteIdMappingWorkflowOutput, AWSError>;
|
30
46
|
/**
|
31
47
|
* Deletes the MatchingWorkflow with a given name. This operation will succeed even if a workflow with the given name does not exist.
|
32
48
|
*/
|
@@ -36,13 +52,29 @@ declare class EntityResolution extends Service {
|
|
36
52
|
*/
|
37
53
|
deleteMatchingWorkflow(callback?: (err: AWSError, data: EntityResolution.Types.DeleteMatchingWorkflowOutput) => void): Request<EntityResolution.Types.DeleteMatchingWorkflowOutput, AWSError>;
|
38
54
|
/**
|
39
|
-
* Deletes the SchemaMapping with a given name. This operation will succeed even if a schema with the given name does not exist. This operation will fail if there is a
|
55
|
+
* Deletes the SchemaMapping with a given name. This operation will succeed even if a schema with the given name does not exist. This operation will fail if there is a MatchingWorkflow object that references the SchemaMapping in the workflow's InputSourceConfig.
|
40
56
|
*/
|
41
57
|
deleteSchemaMapping(params: EntityResolution.Types.DeleteSchemaMappingInput, callback?: (err: AWSError, data: EntityResolution.Types.DeleteSchemaMappingOutput) => void): Request<EntityResolution.Types.DeleteSchemaMappingOutput, AWSError>;
|
42
58
|
/**
|
43
|
-
* Deletes the SchemaMapping with a given name. This operation will succeed even if a schema with the given name does not exist. This operation will fail if there is a
|
59
|
+
* Deletes the SchemaMapping with a given name. This operation will succeed even if a schema with the given name does not exist. This operation will fail if there is a MatchingWorkflow object that references the SchemaMapping in the workflow's InputSourceConfig.
|
44
60
|
*/
|
45
61
|
deleteSchemaMapping(callback?: (err: AWSError, data: EntityResolution.Types.DeleteSchemaMappingOutput) => void): Request<EntityResolution.Types.DeleteSchemaMappingOutput, AWSError>;
|
62
|
+
/**
|
63
|
+
* Gets the status, metrics, and errors (if there are any) that are associated with a job.
|
64
|
+
*/
|
65
|
+
getIdMappingJob(params: EntityResolution.Types.GetIdMappingJobInput, callback?: (err: AWSError, data: EntityResolution.Types.GetIdMappingJobOutput) => void): Request<EntityResolution.Types.GetIdMappingJobOutput, AWSError>;
|
66
|
+
/**
|
67
|
+
* Gets the status, metrics, and errors (if there are any) that are associated with a job.
|
68
|
+
*/
|
69
|
+
getIdMappingJob(callback?: (err: AWSError, data: EntityResolution.Types.GetIdMappingJobOutput) => void): Request<EntityResolution.Types.GetIdMappingJobOutput, AWSError>;
|
70
|
+
/**
|
71
|
+
* Returns the IdMappingWorkflow with a given name, if it exists.
|
72
|
+
*/
|
73
|
+
getIdMappingWorkflow(params: EntityResolution.Types.GetIdMappingWorkflowInput, callback?: (err: AWSError, data: EntityResolution.Types.GetIdMappingWorkflowOutput) => void): Request<EntityResolution.Types.GetIdMappingWorkflowOutput, AWSError>;
|
74
|
+
/**
|
75
|
+
* Returns the IdMappingWorkflow with a given name, if it exists.
|
76
|
+
*/
|
77
|
+
getIdMappingWorkflow(callback?: (err: AWSError, data: EntityResolution.Types.GetIdMappingWorkflowOutput) => void): Request<EntityResolution.Types.GetIdMappingWorkflowOutput, AWSError>;
|
46
78
|
/**
|
47
79
|
* Returns the corresponding Match ID of a customer record if the record has been processed.
|
48
80
|
*/
|
@@ -67,6 +99,14 @@ declare class EntityResolution extends Service {
|
|
67
99
|
* Returns the MatchingWorkflow with a given name, if it exists.
|
68
100
|
*/
|
69
101
|
getMatchingWorkflow(callback?: (err: AWSError, data: EntityResolution.Types.GetMatchingWorkflowOutput) => void): Request<EntityResolution.Types.GetMatchingWorkflowOutput, AWSError>;
|
102
|
+
/**
|
103
|
+
* Returns the ProviderService of a given name.
|
104
|
+
*/
|
105
|
+
getProviderService(params: EntityResolution.Types.GetProviderServiceInput, callback?: (err: AWSError, data: EntityResolution.Types.GetProviderServiceOutput) => void): Request<EntityResolution.Types.GetProviderServiceOutput, AWSError>;
|
106
|
+
/**
|
107
|
+
* Returns the ProviderService of a given name.
|
108
|
+
*/
|
109
|
+
getProviderService(callback?: (err: AWSError, data: EntityResolution.Types.GetProviderServiceOutput) => void): Request<EntityResolution.Types.GetProviderServiceOutput, AWSError>;
|
70
110
|
/**
|
71
111
|
* Returns the SchemaMapping of a given name.
|
72
112
|
*/
|
@@ -75,6 +115,22 @@ declare class EntityResolution extends Service {
|
|
75
115
|
* Returns the SchemaMapping of a given name.
|
76
116
|
*/
|
77
117
|
getSchemaMapping(callback?: (err: AWSError, data: EntityResolution.Types.GetSchemaMappingOutput) => void): Request<EntityResolution.Types.GetSchemaMappingOutput, AWSError>;
|
118
|
+
/**
|
119
|
+
* Lists all ID mapping jobs for a given workflow.
|
120
|
+
*/
|
121
|
+
listIdMappingJobs(params: EntityResolution.Types.ListIdMappingJobsInput, callback?: (err: AWSError, data: EntityResolution.Types.ListIdMappingJobsOutput) => void): Request<EntityResolution.Types.ListIdMappingJobsOutput, AWSError>;
|
122
|
+
/**
|
123
|
+
* Lists all ID mapping jobs for a given workflow.
|
124
|
+
*/
|
125
|
+
listIdMappingJobs(callback?: (err: AWSError, data: EntityResolution.Types.ListIdMappingJobsOutput) => void): Request<EntityResolution.Types.ListIdMappingJobsOutput, AWSError>;
|
126
|
+
/**
|
127
|
+
* Returns a list of all the IdMappingWorkflows that have been created for an Amazon Web Services account.
|
128
|
+
*/
|
129
|
+
listIdMappingWorkflows(params: EntityResolution.Types.ListIdMappingWorkflowsInput, callback?: (err: AWSError, data: EntityResolution.Types.ListIdMappingWorkflowsOutput) => void): Request<EntityResolution.Types.ListIdMappingWorkflowsOutput, AWSError>;
|
130
|
+
/**
|
131
|
+
* Returns a list of all the IdMappingWorkflows that have been created for an Amazon Web Services account.
|
132
|
+
*/
|
133
|
+
listIdMappingWorkflows(callback?: (err: AWSError, data: EntityResolution.Types.ListIdMappingWorkflowsOutput) => void): Request<EntityResolution.Types.ListIdMappingWorkflowsOutput, AWSError>;
|
78
134
|
/**
|
79
135
|
* Lists all jobs for a given workflow.
|
80
136
|
*/
|
@@ -91,6 +147,14 @@ declare class EntityResolution extends Service {
|
|
91
147
|
* Returns a list of all the MatchingWorkflows that have been created for an Amazon Web Services account.
|
92
148
|
*/
|
93
149
|
listMatchingWorkflows(callback?: (err: AWSError, data: EntityResolution.Types.ListMatchingWorkflowsOutput) => void): Request<EntityResolution.Types.ListMatchingWorkflowsOutput, AWSError>;
|
150
|
+
/**
|
151
|
+
* Returns a list of all the ProviderServices that are available in this Amazon Web Services Region.
|
152
|
+
*/
|
153
|
+
listProviderServices(params: EntityResolution.Types.ListProviderServicesInput, callback?: (err: AWSError, data: EntityResolution.Types.ListProviderServicesOutput) => void): Request<EntityResolution.Types.ListProviderServicesOutput, AWSError>;
|
154
|
+
/**
|
155
|
+
* Returns a list of all the ProviderServices that are available in this Amazon Web Services Region.
|
156
|
+
*/
|
157
|
+
listProviderServices(callback?: (err: AWSError, data: EntityResolution.Types.ListProviderServicesOutput) => void): Request<EntityResolution.Types.ListProviderServicesOutput, AWSError>;
|
94
158
|
/**
|
95
159
|
* Returns a list of all the SchemaMappings that have been created for an Amazon Web Services account.
|
96
160
|
*/
|
@@ -107,6 +171,14 @@ declare class EntityResolution extends Service {
|
|
107
171
|
* Displays the tags associated with an Entity Resolution resource. In Entity Resolution, SchemaMapping, and MatchingWorkflow can be tagged.
|
108
172
|
*/
|
109
173
|
listTagsForResource(callback?: (err: AWSError, data: EntityResolution.Types.ListTagsForResourceOutput) => void): Request<EntityResolution.Types.ListTagsForResourceOutput, AWSError>;
|
174
|
+
/**
|
175
|
+
* Starts the IdMappingJob of a workflow. The workflow must have previously been created using the CreateIdMappingWorkflow endpoint.
|
176
|
+
*/
|
177
|
+
startIdMappingJob(params: EntityResolution.Types.StartIdMappingJobInput, callback?: (err: AWSError, data: EntityResolution.Types.StartIdMappingJobOutput) => void): Request<EntityResolution.Types.StartIdMappingJobOutput, AWSError>;
|
178
|
+
/**
|
179
|
+
* Starts the IdMappingJob of a workflow. The workflow must have previously been created using the CreateIdMappingWorkflow endpoint.
|
180
|
+
*/
|
181
|
+
startIdMappingJob(callback?: (err: AWSError, data: EntityResolution.Types.StartIdMappingJobOutput) => void): Request<EntityResolution.Types.StartIdMappingJobOutput, AWSError>;
|
110
182
|
/**
|
111
183
|
* Starts the MatchingJob of a workflow. The workflow must have previously been created using the CreateMatchingWorkflow endpoint.
|
112
184
|
*/
|
@@ -131,6 +203,14 @@ declare class EntityResolution extends Service {
|
|
131
203
|
* Removes one or more tags from the specified Entity Resolution resource. In Entity Resolution, SchemaMapping, and MatchingWorkflow can be tagged.
|
132
204
|
*/
|
133
205
|
untagResource(callback?: (err: AWSError, data: EntityResolution.Types.UntagResourceOutput) => void): Request<EntityResolution.Types.UntagResourceOutput, AWSError>;
|
206
|
+
/**
|
207
|
+
* Updates an existing IdMappingWorkflow. This method is identical to CreateIdMappingWorkflow, except it uses an HTTP PUT request instead of a POST request, and the IdMappingWorkflow must already exist for the method to succeed.
|
208
|
+
*/
|
209
|
+
updateIdMappingWorkflow(params: EntityResolution.Types.UpdateIdMappingWorkflowInput, callback?: (err: AWSError, data: EntityResolution.Types.UpdateIdMappingWorkflowOutput) => void): Request<EntityResolution.Types.UpdateIdMappingWorkflowOutput, AWSError>;
|
210
|
+
/**
|
211
|
+
* Updates an existing IdMappingWorkflow. This method is identical to CreateIdMappingWorkflow, except it uses an HTTP PUT request instead of a POST request, and the IdMappingWorkflow must already exist for the method to succeed.
|
212
|
+
*/
|
213
|
+
updateIdMappingWorkflow(callback?: (err: AWSError, data: EntityResolution.Types.UpdateIdMappingWorkflowOutput) => void): Request<EntityResolution.Types.UpdateIdMappingWorkflowOutput, AWSError>;
|
134
214
|
/**
|
135
215
|
* Updates an existing MatchingWorkflow. This method is identical to CreateMatchingWorkflow, except it uses an HTTP PUT request instead of a POST request, and the MatchingWorkflow must already exist for the method to succeed.
|
136
216
|
*/
|
@@ -139,11 +219,81 @@ declare class EntityResolution extends Service {
|
|
139
219
|
* Updates an existing MatchingWorkflow. This method is identical to CreateMatchingWorkflow, except it uses an HTTP PUT request instead of a POST request, and the MatchingWorkflow must already exist for the method to succeed.
|
140
220
|
*/
|
141
221
|
updateMatchingWorkflow(callback?: (err: AWSError, data: EntityResolution.Types.UpdateMatchingWorkflowOutput) => void): Request<EntityResolution.Types.UpdateMatchingWorkflowOutput, AWSError>;
|
222
|
+
/**
|
223
|
+
* Updates a schema mapping. A schema is immutable if it is being used by a workflow. Therefore, you can't update a schema mapping if it's associated with a workflow.
|
224
|
+
*/
|
225
|
+
updateSchemaMapping(params: EntityResolution.Types.UpdateSchemaMappingInput, callback?: (err: AWSError, data: EntityResolution.Types.UpdateSchemaMappingOutput) => void): Request<EntityResolution.Types.UpdateSchemaMappingOutput, AWSError>;
|
226
|
+
/**
|
227
|
+
* Updates a schema mapping. A schema is immutable if it is being used by a workflow. Therefore, you can't update a schema mapping if it's associated with a workflow.
|
228
|
+
*/
|
229
|
+
updateSchemaMapping(callback?: (err: AWSError, data: EntityResolution.Types.UpdateSchemaMappingOutput) => void): Request<EntityResolution.Types.UpdateSchemaMappingOutput, AWSError>;
|
142
230
|
}
|
143
231
|
declare namespace EntityResolution {
|
144
232
|
export type AttributeMatchingModel = "ONE_TO_ONE"|"MANY_TO_MANY"|string;
|
145
233
|
export type AttributeName = string;
|
234
|
+
export type AwsAccountId = string;
|
235
|
+
export type AwsAccountIdList = AwsAccountId[];
|
146
236
|
export type Boolean = boolean;
|
237
|
+
export interface CreateIdMappingWorkflowInput {
|
238
|
+
/**
|
239
|
+
* A description of the workflow.
|
240
|
+
*/
|
241
|
+
description?: Description;
|
242
|
+
/**
|
243
|
+
* An object which defines the idMappingType and the providerProperties.
|
244
|
+
*/
|
245
|
+
idMappingTechniques: IdMappingTechniques;
|
246
|
+
/**
|
247
|
+
* A list of InputSource objects, which have the fields InputSourceARN and SchemaName.
|
248
|
+
*/
|
249
|
+
inputSourceConfig: IdMappingWorkflowInputSourceConfig;
|
250
|
+
/**
|
251
|
+
* A list of IdMappingWorkflowOutputSource objects, each of which contains fields OutputS3Path and Output.
|
252
|
+
*/
|
253
|
+
outputSourceConfig: IdMappingWorkflowOutputSourceConfig;
|
254
|
+
/**
|
255
|
+
* The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
|
256
|
+
*/
|
257
|
+
roleArn: RoleArn;
|
258
|
+
/**
|
259
|
+
* The tags used to organize, track, or control access for this resource.
|
260
|
+
*/
|
261
|
+
tags?: TagMap;
|
262
|
+
/**
|
263
|
+
* The name of the workflow. There can't be multiple IdMappingWorkflows with the same name.
|
264
|
+
*/
|
265
|
+
workflowName: EntityName;
|
266
|
+
}
|
267
|
+
export interface CreateIdMappingWorkflowOutput {
|
268
|
+
/**
|
269
|
+
* A description of the workflow.
|
270
|
+
*/
|
271
|
+
description?: Description;
|
272
|
+
/**
|
273
|
+
* An object which defines the idMappingType and the providerProperties.
|
274
|
+
*/
|
275
|
+
idMappingTechniques: IdMappingTechniques;
|
276
|
+
/**
|
277
|
+
* A list of InputSource objects, which have the fields InputSourceARN and SchemaName.
|
278
|
+
*/
|
279
|
+
inputSourceConfig: IdMappingWorkflowInputSourceConfig;
|
280
|
+
/**
|
281
|
+
* A list of IdMappingWorkflowOutputSource objects, each of which contains fields OutputS3Path and Output.
|
282
|
+
*/
|
283
|
+
outputSourceConfig: IdMappingWorkflowOutputSourceConfig;
|
284
|
+
/**
|
285
|
+
* The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
|
286
|
+
*/
|
287
|
+
roleArn: RoleArn;
|
288
|
+
/**
|
289
|
+
* The ARN (Amazon Resource Name) that Entity Resolution generated for the IDMappingWorkflow.
|
290
|
+
*/
|
291
|
+
workflowArn: IdMappingWorkflowArn;
|
292
|
+
/**
|
293
|
+
* The name of the workflow.
|
294
|
+
*/
|
295
|
+
workflowName: EntityName;
|
296
|
+
}
|
147
297
|
export interface CreateMatchingWorkflowInput {
|
148
298
|
/**
|
149
299
|
* A description of the workflow.
|
@@ -174,7 +324,7 @@ declare namespace EntityResolution {
|
|
174
324
|
*/
|
175
325
|
tags?: TagMap;
|
176
326
|
/**
|
177
|
-
* The name of the workflow. There
|
327
|
+
* The name of the workflow. There can't be multiple MatchingWorkflows with the same name.
|
178
328
|
*/
|
179
329
|
workflowName: EntityName;
|
180
330
|
}
|
@@ -222,7 +372,7 @@ declare namespace EntityResolution {
|
|
222
372
|
*/
|
223
373
|
mappedInputFields: SchemaInputAttributes;
|
224
374
|
/**
|
225
|
-
* The name of the schema. There
|
375
|
+
* The name of the schema. There can't be multiple SchemaMappings with the same name.
|
226
376
|
*/
|
227
377
|
schemaName: EntityName;
|
228
378
|
/**
|
@@ -248,6 +398,18 @@ declare namespace EntityResolution {
|
|
248
398
|
*/
|
249
399
|
schemaName: EntityName;
|
250
400
|
}
|
401
|
+
export interface DeleteIdMappingWorkflowInput {
|
402
|
+
/**
|
403
|
+
* The name of the workflow to be deleted.
|
404
|
+
*/
|
405
|
+
workflowName: EntityName;
|
406
|
+
}
|
407
|
+
export interface DeleteIdMappingWorkflowOutput {
|
408
|
+
/**
|
409
|
+
* A successful operation message.
|
410
|
+
*/
|
411
|
+
message: String;
|
412
|
+
}
|
251
413
|
export interface DeleteMatchingWorkflowInput {
|
252
414
|
/**
|
253
415
|
* The name of the workflow to be retrieved.
|
@@ -273,6 +435,8 @@ declare namespace EntityResolution {
|
|
273
435
|
message: String;
|
274
436
|
}
|
275
437
|
export type Description = string;
|
438
|
+
export interface Document {
|
439
|
+
}
|
276
440
|
export type EntityName = string;
|
277
441
|
export interface ErrorDetails {
|
278
442
|
/**
|
@@ -281,6 +445,87 @@ declare namespace EntityResolution {
|
|
281
445
|
errorMessage?: ErrorMessage;
|
282
446
|
}
|
283
447
|
export type ErrorMessage = string;
|
448
|
+
export interface GetIdMappingJobInput {
|
449
|
+
/**
|
450
|
+
* The ID of the job.
|
451
|
+
*/
|
452
|
+
jobId: JobId;
|
453
|
+
/**
|
454
|
+
* The name of the workflow.
|
455
|
+
*/
|
456
|
+
workflowName: EntityName;
|
457
|
+
}
|
458
|
+
export interface GetIdMappingJobOutput {
|
459
|
+
/**
|
460
|
+
* The time at which the job has finished.
|
461
|
+
*/
|
462
|
+
endTime?: Timestamp;
|
463
|
+
errorDetails?: ErrorDetails;
|
464
|
+
/**
|
465
|
+
* The ID of the job.
|
466
|
+
*/
|
467
|
+
jobId: JobId;
|
468
|
+
/**
|
469
|
+
* Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.
|
470
|
+
*/
|
471
|
+
metrics?: IdMappingJobMetrics;
|
472
|
+
/**
|
473
|
+
* The time at which the job was started.
|
474
|
+
*/
|
475
|
+
startTime: Timestamp;
|
476
|
+
/**
|
477
|
+
* The current status of the job.
|
478
|
+
*/
|
479
|
+
status: JobStatus;
|
480
|
+
}
|
481
|
+
export interface GetIdMappingWorkflowInput {
|
482
|
+
/**
|
483
|
+
* The name of the workflow.
|
484
|
+
*/
|
485
|
+
workflowName: EntityName;
|
486
|
+
}
|
487
|
+
export interface GetIdMappingWorkflowOutput {
|
488
|
+
/**
|
489
|
+
* The timestamp of when the workflow was created.
|
490
|
+
*/
|
491
|
+
createdAt: Timestamp;
|
492
|
+
/**
|
493
|
+
* A description of the workflow.
|
494
|
+
*/
|
495
|
+
description?: Description;
|
496
|
+
/**
|
497
|
+
* An object which defines the idMappingType and the providerProperties.
|
498
|
+
*/
|
499
|
+
idMappingTechniques: IdMappingTechniques;
|
500
|
+
/**
|
501
|
+
* A list of InputSource objects, which have the fields InputSourceARN and SchemaName.
|
502
|
+
*/
|
503
|
+
inputSourceConfig: IdMappingWorkflowInputSourceConfig;
|
504
|
+
/**
|
505
|
+
* A list of OutputSource objects, each of which contains fields OutputS3Path and KMSArn.
|
506
|
+
*/
|
507
|
+
outputSourceConfig: IdMappingWorkflowOutputSourceConfig;
|
508
|
+
/**
|
509
|
+
* The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access resources on your behalf.
|
510
|
+
*/
|
511
|
+
roleArn: RoleArn;
|
512
|
+
/**
|
513
|
+
* The tags used to organize, track, or control access for this resource.
|
514
|
+
*/
|
515
|
+
tags?: TagMap;
|
516
|
+
/**
|
517
|
+
* The timestamp of when the workflow was last updated.
|
518
|
+
*/
|
519
|
+
updatedAt: Timestamp;
|
520
|
+
/**
|
521
|
+
* The ARN (Amazon Resource Name) that Entity Resolution generated for the IdMappingWorkflow .
|
522
|
+
*/
|
523
|
+
workflowArn: IdMappingWorkflowArn;
|
524
|
+
/**
|
525
|
+
* The name of the workflow.
|
526
|
+
*/
|
527
|
+
workflowName: EntityName;
|
528
|
+
}
|
284
529
|
export interface GetMatchIdInput {
|
285
530
|
/**
|
286
531
|
* The record to fetch the Match ID for.
|
@@ -385,6 +630,58 @@ declare namespace EntityResolution {
|
|
385
630
|
*/
|
386
631
|
workflowName: EntityName;
|
387
632
|
}
|
633
|
+
export interface GetProviderServiceInput {
|
634
|
+
/**
|
635
|
+
* The name of the provider. This name is typically the company name.
|
636
|
+
*/
|
637
|
+
providerName: EntityName;
|
638
|
+
/**
|
639
|
+
* The ARN (Amazon Resource Name) of the product that the provider service provides.
|
640
|
+
*/
|
641
|
+
providerServiceName: ProviderServiceArn;
|
642
|
+
}
|
643
|
+
export interface GetProviderServiceOutput {
|
644
|
+
/**
|
645
|
+
* Specifies whether output data from the provider is anonymized. A value of TRUE means the output will be anonymized and you can't relate the data that comes back from the provider to the identifying input. A value of FALSE means the output won't be anonymized and you can relate the data that comes back from the provider to your source data.
|
646
|
+
*/
|
647
|
+
anonymizedOutput: Boolean;
|
648
|
+
/**
|
649
|
+
* The definition of the provider configuration.
|
650
|
+
*/
|
651
|
+
providerConfigurationDefinition?: Document;
|
652
|
+
/**
|
653
|
+
* The required configuration fields to use with the provider service.
|
654
|
+
*/
|
655
|
+
providerEndpointConfiguration: ProviderEndpointConfiguration;
|
656
|
+
/**
|
657
|
+
* The definition of the provider entity output.
|
658
|
+
*/
|
659
|
+
providerEntityOutputDefinition: Document;
|
660
|
+
/**
|
661
|
+
* The Amazon Web Services accounts and the S3 permissions that are required by some providers to create an S3 bucket for intermediate data storage.
|
662
|
+
*/
|
663
|
+
providerIntermediateDataAccessConfiguration?: ProviderIntermediateDataAccessConfiguration;
|
664
|
+
/**
|
665
|
+
* The name of the provider. This name is typically the company name.
|
666
|
+
*/
|
667
|
+
providerName: EntityName;
|
668
|
+
/**
|
669
|
+
* The ARN (Amazon Resource Name) that Entity Resolution generated for the provider service.
|
670
|
+
*/
|
671
|
+
providerServiceArn: ProviderServiceArn;
|
672
|
+
/**
|
673
|
+
* The display name of the provider service.
|
674
|
+
*/
|
675
|
+
providerServiceDisplayName: ProviderServiceDisplayName;
|
676
|
+
/**
|
677
|
+
* The name of the product that the provider service provides.
|
678
|
+
*/
|
679
|
+
providerServiceName: EntityName;
|
680
|
+
/**
|
681
|
+
* The type of provider service.
|
682
|
+
*/
|
683
|
+
providerServiceType: ServiceType;
|
684
|
+
}
|
388
685
|
export interface GetSchemaMappingInput {
|
389
686
|
/**
|
390
687
|
* The name of the schema to be retrieved.
|
@@ -400,6 +697,10 @@ declare namespace EntityResolution {
|
|
400
697
|
* A description of the schema.
|
401
698
|
*/
|
402
699
|
description?: Description;
|
700
|
+
/**
|
701
|
+
* Specifies whether the schema mapping has been applied to a workflow.
|
702
|
+
*/
|
703
|
+
hasWorkflows: Boolean;
|
403
704
|
/**
|
404
705
|
* A list of MappedInputFields. Each MappedInputField corresponds to a column the source data table, and contains column name plus additional information Venice uses for matching.
|
405
706
|
*/
|
@@ -421,6 +722,74 @@ declare namespace EntityResolution {
|
|
421
722
|
*/
|
422
723
|
updatedAt: Timestamp;
|
423
724
|
}
|
725
|
+
export interface IdMappingJobMetrics {
|
726
|
+
/**
|
727
|
+
* The total number of input records.
|
728
|
+
*/
|
729
|
+
inputRecords?: Integer;
|
730
|
+
/**
|
731
|
+
* The total number of records that did not get processed.
|
732
|
+
*/
|
733
|
+
recordsNotProcessed?: Integer;
|
734
|
+
/**
|
735
|
+
* The total number of records processed.
|
736
|
+
*/
|
737
|
+
totalRecordsProcessed?: Integer;
|
738
|
+
}
|
739
|
+
export interface IdMappingTechniques {
|
740
|
+
/**
|
741
|
+
* The type of ID mapping.
|
742
|
+
*/
|
743
|
+
idMappingType: IdMappingType;
|
744
|
+
/**
|
745
|
+
* An object which defines any additional configurations required by the provider service.
|
746
|
+
*/
|
747
|
+
providerProperties: ProviderProperties;
|
748
|
+
}
|
749
|
+
export type IdMappingType = "PROVIDER"|string;
|
750
|
+
export type IdMappingWorkflowArn = string;
|
751
|
+
export interface IdMappingWorkflowInputSource {
|
752
|
+
/**
|
753
|
+
* An Gluetable ARN for the input source table.
|
754
|
+
*/
|
755
|
+
inputSourceARN: IdMappingWorkflowInputSourceInputSourceARNString;
|
756
|
+
/**
|
757
|
+
* The name of the schema to be retrieved.
|
758
|
+
*/
|
759
|
+
schemaName: EntityName;
|
760
|
+
}
|
761
|
+
export type IdMappingWorkflowInputSourceConfig = IdMappingWorkflowInputSource[];
|
762
|
+
export type IdMappingWorkflowInputSourceInputSourceARNString = string;
|
763
|
+
export type IdMappingWorkflowList = IdMappingWorkflowSummary[];
|
764
|
+
export interface IdMappingWorkflowOutputSource {
|
765
|
+
/**
|
766
|
+
* Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.
|
767
|
+
*/
|
768
|
+
KMSArn?: KMSArn;
|
769
|
+
/**
|
770
|
+
* The S3 path to which Entity Resolution will write the output table.
|
771
|
+
*/
|
772
|
+
outputS3Path: S3Path;
|
773
|
+
}
|
774
|
+
export type IdMappingWorkflowOutputSourceConfig = IdMappingWorkflowOutputSource[];
|
775
|
+
export interface IdMappingWorkflowSummary {
|
776
|
+
/**
|
777
|
+
* The timestamp of when the workflow was created.
|
778
|
+
*/
|
779
|
+
createdAt: Timestamp;
|
780
|
+
/**
|
781
|
+
* The timestamp of when the workflow was last updated.
|
782
|
+
*/
|
783
|
+
updatedAt: Timestamp;
|
784
|
+
/**
|
785
|
+
* The ARN (Amazon Resource Name) that Entity Resolution generated for the IdMappingWorkflow.
|
786
|
+
*/
|
787
|
+
workflowArn: IdMappingWorkflowArn;
|
788
|
+
/**
|
789
|
+
* The name of the workflow.
|
790
|
+
*/
|
791
|
+
workflowName: EntityName;
|
792
|
+
}
|
424
793
|
export interface IncrementalRunConfig {
|
425
794
|
/**
|
426
795
|
* The type of incremental run. It takes only one value: IMMEDIATE.
|
@@ -445,6 +814,12 @@ declare namespace EntityResolution {
|
|
445
814
|
export type InputSourceConfig = InputSource[];
|
446
815
|
export type InputSourceInputSourceARNString = string;
|
447
816
|
export type Integer = number;
|
817
|
+
export interface IntermediateSourceConfiguration {
|
818
|
+
/**
|
819
|
+
* The Amazon S3 location (bucket and prefix). For example: s3://provider_bucket/DOC-EXAMPLE-BUCKET
|
820
|
+
*/
|
821
|
+
intermediateS3Path: S3Path;
|
822
|
+
}
|
448
823
|
export type JobId = string;
|
449
824
|
export type JobList = JobSummary[];
|
450
825
|
export interface JobMetrics {
|
@@ -485,13 +860,59 @@ declare namespace EntityResolution {
|
|
485
860
|
status: JobStatus;
|
486
861
|
}
|
487
862
|
export type KMSArn = string;
|
863
|
+
export interface ListIdMappingJobsInput {
|
864
|
+
/**
|
865
|
+
* The maximum number of objects returned per page.
|
866
|
+
*/
|
867
|
+
maxResults?: ListIdMappingJobsInputMaxResultsInteger;
|
868
|
+
/**
|
869
|
+
* The pagination token from the previous API call.
|
870
|
+
*/
|
871
|
+
nextToken?: NextToken;
|
872
|
+
/**
|
873
|
+
* The name of the workflow to be retrieved.
|
874
|
+
*/
|
875
|
+
workflowName: EntityName;
|
876
|
+
}
|
877
|
+
export type ListIdMappingJobsInputMaxResultsInteger = number;
|
878
|
+
export interface ListIdMappingJobsOutput {
|
879
|
+
/**
|
880
|
+
* A list of JobSummary objects.
|
881
|
+
*/
|
882
|
+
jobs?: JobList;
|
883
|
+
/**
|
884
|
+
* The pagination token from the previous API call.
|
885
|
+
*/
|
886
|
+
nextToken?: NextToken;
|
887
|
+
}
|
888
|
+
export interface ListIdMappingWorkflowsInput {
|
889
|
+
/**
|
890
|
+
* The maximum number of objects returned per page.
|
891
|
+
*/
|
892
|
+
maxResults?: ListIdMappingWorkflowsInputMaxResultsInteger;
|
893
|
+
/**
|
894
|
+
* The pagination token from the previous API call.
|
895
|
+
*/
|
896
|
+
nextToken?: NextToken;
|
897
|
+
}
|
898
|
+
export type ListIdMappingWorkflowsInputMaxResultsInteger = number;
|
899
|
+
export interface ListIdMappingWorkflowsOutput {
|
900
|
+
/**
|
901
|
+
* The pagination token from the previous API call.
|
902
|
+
*/
|
903
|
+
nextToken?: NextToken;
|
904
|
+
/**
|
905
|
+
* A list of IdMappingWorkflowSummary objects.
|
906
|
+
*/
|
907
|
+
workflowSummaries?: IdMappingWorkflowList;
|
908
|
+
}
|
488
909
|
export interface ListMatchingJobsInput {
|
489
910
|
/**
|
490
911
|
* The maximum number of objects returned per page.
|
491
912
|
*/
|
492
913
|
maxResults?: ListMatchingJobsInputMaxResultsInteger;
|
493
914
|
/**
|
494
|
-
* The pagination token from the previous
|
915
|
+
* The pagination token from the previous API call.
|
495
916
|
*/
|
496
917
|
nextToken?: NextToken;
|
497
918
|
/**
|
@@ -506,7 +927,7 @@ declare namespace EntityResolution {
|
|
506
927
|
*/
|
507
928
|
jobs?: JobList;
|
508
929
|
/**
|
509
|
-
* The pagination token from the previous
|
930
|
+
* The pagination token from the previous API call.
|
510
931
|
*/
|
511
932
|
nextToken?: NextToken;
|
512
933
|
}
|
@@ -516,14 +937,14 @@ declare namespace EntityResolution {
|
|
516
937
|
*/
|
517
938
|
maxResults?: ListMatchingWorkflowsInputMaxResultsInteger;
|
518
939
|
/**
|
519
|
-
* The pagination token from the previous
|
940
|
+
* The pagination token from the previous API call.
|
520
941
|
*/
|
521
942
|
nextToken?: NextToken;
|
522
943
|
}
|
523
944
|
export type ListMatchingWorkflowsInputMaxResultsInteger = number;
|
524
945
|
export interface ListMatchingWorkflowsOutput {
|
525
946
|
/**
|
526
|
-
* The pagination token from the previous
|
947
|
+
* The pagination token from the previous API call.
|
527
948
|
*/
|
528
949
|
nextToken?: NextToken;
|
529
950
|
/**
|
@@ -531,20 +952,45 @@ declare namespace EntityResolution {
|
|
531
952
|
*/
|
532
953
|
workflowSummaries?: MatchingWorkflowList;
|
533
954
|
}
|
955
|
+
export interface ListProviderServicesInput {
|
956
|
+
/**
|
957
|
+
* The maximum number of objects returned per page.
|
958
|
+
*/
|
959
|
+
maxResults?: ListProviderServicesInputMaxResultsInteger;
|
960
|
+
/**
|
961
|
+
* The pagination token from the previous API call.
|
962
|
+
*/
|
963
|
+
nextToken?: NextToken;
|
964
|
+
/**
|
965
|
+
* The name of the provider. This name is typically the company name.
|
966
|
+
*/
|
967
|
+
providerName?: EntityName;
|
968
|
+
}
|
969
|
+
export type ListProviderServicesInputMaxResultsInteger = number;
|
970
|
+
export interface ListProviderServicesOutput {
|
971
|
+
/**
|
972
|
+
* The pagination token from the previous API call.
|
973
|
+
*/
|
974
|
+
nextToken?: NextToken;
|
975
|
+
/**
|
976
|
+
* A list of ProviderServices objects.
|
977
|
+
*/
|
978
|
+
providerServiceSummaries?: ProviderServiceList;
|
979
|
+
}
|
534
980
|
export interface ListSchemaMappingsInput {
|
535
981
|
/**
|
536
982
|
* The maximum number of objects returned per page.
|
537
983
|
*/
|
538
984
|
maxResults?: ListSchemaMappingsInputMaxResultsInteger;
|
539
985
|
/**
|
540
|
-
* The pagination token from the previous
|
986
|
+
* The pagination token from the previous API call.
|
541
987
|
*/
|
542
988
|
nextToken?: NextToken;
|
543
989
|
}
|
544
990
|
export type ListSchemaMappingsInputMaxResultsInteger = number;
|
545
991
|
export interface ListSchemaMappingsOutput {
|
546
992
|
/**
|
547
|
-
* The pagination token from the previous
|
993
|
+
* The pagination token from the previous API call.
|
548
994
|
*/
|
549
995
|
nextToken?: NextToken;
|
550
996
|
/**
|
@@ -571,6 +1017,10 @@ declare namespace EntityResolution {
|
|
571
1017
|
* The timestamp of when the workflow was created.
|
572
1018
|
*/
|
573
1019
|
createdAt: Timestamp;
|
1020
|
+
/**
|
1021
|
+
* The method that has been specified for data matching, either using matching provided by Entity Resolution or through a provider service.
|
1022
|
+
*/
|
1023
|
+
resolutionType: ResolutionType;
|
574
1024
|
/**
|
575
1025
|
* The timestamp of when the workflow was last updated.
|
576
1026
|
*/
|
@@ -615,10 +1065,88 @@ declare namespace EntityResolution {
|
|
615
1065
|
}
|
616
1066
|
export type OutputSourceConfig = OutputSource[];
|
617
1067
|
export type OutputSourceOutputList = OutputAttribute[];
|
1068
|
+
export interface ProviderEndpointConfiguration {
|
1069
|
+
/**
|
1070
|
+
* The identifiers of the provider service, from Data Exchange.
|
1071
|
+
*/
|
1072
|
+
marketplaceConfiguration?: ProviderMarketplaceConfiguration;
|
1073
|
+
}
|
1074
|
+
export interface ProviderIntermediateDataAccessConfiguration {
|
1075
|
+
/**
|
1076
|
+
* The Amazon Web Services account that provider can use to read or write data into the customer's intermediate S3 bucket.
|
1077
|
+
*/
|
1078
|
+
awsAccountIds?: AwsAccountIdList;
|
1079
|
+
/**
|
1080
|
+
* The S3 bucket actions that the provider requires permission for.
|
1081
|
+
*/
|
1082
|
+
requiredBucketActions?: RequiredBucketActionsList;
|
1083
|
+
}
|
1084
|
+
export interface ProviderMarketplaceConfiguration {
|
1085
|
+
/**
|
1086
|
+
* The asset ID on Data Exchange.
|
1087
|
+
*/
|
1088
|
+
assetId: String;
|
1089
|
+
/**
|
1090
|
+
* The dataset ID on Data Exchange.
|
1091
|
+
*/
|
1092
|
+
dataSetId: String;
|
1093
|
+
/**
|
1094
|
+
* The listing ID on Data Exchange.
|
1095
|
+
*/
|
1096
|
+
listingId: String;
|
1097
|
+
/**
|
1098
|
+
* The revision ID on Data Exchange.
|
1099
|
+
*/
|
1100
|
+
revisionId: String;
|
1101
|
+
}
|
1102
|
+
export interface ProviderProperties {
|
1103
|
+
/**
|
1104
|
+
* The Amazon S3 location that temporarily stores your data while it processes. Your information won't be saved permanently.
|
1105
|
+
*/
|
1106
|
+
intermediateSourceConfiguration?: IntermediateSourceConfiguration;
|
1107
|
+
/**
|
1108
|
+
* The required configuration fields to use with the provider service.
|
1109
|
+
*/
|
1110
|
+
providerConfiguration?: Document;
|
1111
|
+
/**
|
1112
|
+
* The ARN of the provider service.
|
1113
|
+
*/
|
1114
|
+
providerServiceArn: ProviderServiceArn;
|
1115
|
+
}
|
1116
|
+
export type ProviderServiceArn = string;
|
1117
|
+
export type ProviderServiceDisplayName = string;
|
1118
|
+
export type ProviderServiceList = ProviderServiceSummary[];
|
1119
|
+
export interface ProviderServiceSummary {
|
1120
|
+
/**
|
1121
|
+
* The name of the provider. This name is typically the company name.
|
1122
|
+
*/
|
1123
|
+
providerName: EntityName;
|
1124
|
+
/**
|
1125
|
+
* The ARN (Amazon Resource Name) that Entity Resolution generated for the providerService.
|
1126
|
+
*/
|
1127
|
+
providerServiceArn: ProviderServiceArn;
|
1128
|
+
/**
|
1129
|
+
* The display name of the provider service.
|
1130
|
+
*/
|
1131
|
+
providerServiceDisplayName: ProviderServiceDisplayName;
|
1132
|
+
/**
|
1133
|
+
* The name of the product that the provider service provides.
|
1134
|
+
*/
|
1135
|
+
providerServiceName: EntityName;
|
1136
|
+
/**
|
1137
|
+
* The type of provider service.
|
1138
|
+
*/
|
1139
|
+
providerServiceType: ServiceType;
|
1140
|
+
}
|
618
1141
|
export type RecordAttributeMap = {[key: string]: RecordAttributeMapValueString};
|
619
1142
|
export type RecordAttributeMapKeyString = string;
|
620
1143
|
export type RecordAttributeMapValueString = string;
|
1144
|
+
export type RequiredBucketActionsList = String[];
|
621
1145
|
export interface ResolutionTechniques {
|
1146
|
+
/**
|
1147
|
+
* The properties of the provider service.
|
1148
|
+
*/
|
1149
|
+
providerProperties?: ProviderProperties;
|
622
1150
|
/**
|
623
1151
|
* The type of matching. There are two types of matching: RULE_MATCHING and ML_MATCHING.
|
624
1152
|
*/
|
@@ -628,7 +1156,8 @@ declare namespace EntityResolution {
|
|
628
1156
|
*/
|
629
1157
|
ruleBasedProperties?: RuleBasedProperties;
|
630
1158
|
}
|
631
|
-
export type ResolutionType = "RULE_MATCHING"|"ML_MATCHING"|string;
|
1159
|
+
export type ResolutionType = "RULE_MATCHING"|"ML_MATCHING"|"PROVIDER"|string;
|
1160
|
+
export type RoleArn = string;
|
632
1161
|
export interface Rule {
|
633
1162
|
/**
|
634
1163
|
* A list of MatchingKeys. The MatchingKeys must have been defined in the SchemaMapping. Two records are considered to match according to this rule if all of the MatchingKeys match.
|
@@ -653,7 +1182,7 @@ declare namespace EntityResolution {
|
|
653
1182
|
export type RuleMatchingKeysList = AttributeName[];
|
654
1183
|
export type RuleRuleNameString = string;
|
655
1184
|
export type S3Path = string;
|
656
|
-
export type SchemaAttributeType = "NAME"|"NAME_FIRST"|"NAME_MIDDLE"|"NAME_LAST"|"ADDRESS"|"ADDRESS_STREET1"|"ADDRESS_STREET2"|"ADDRESS_STREET3"|"ADDRESS_CITY"|"ADDRESS_STATE"|"ADDRESS_COUNTRY"|"ADDRESS_POSTALCODE"|"PHONE"|"PHONE_NUMBER"|"PHONE_COUNTRYCODE"|"EMAIL_ADDRESS"|"UNIQUE_ID"|"DATE"|"STRING"|string;
|
1185
|
+
export type SchemaAttributeType = "NAME"|"NAME_FIRST"|"NAME_MIDDLE"|"NAME_LAST"|"ADDRESS"|"ADDRESS_STREET1"|"ADDRESS_STREET2"|"ADDRESS_STREET3"|"ADDRESS_CITY"|"ADDRESS_STATE"|"ADDRESS_COUNTRY"|"ADDRESS_POSTALCODE"|"PHONE"|"PHONE_NUMBER"|"PHONE_COUNTRYCODE"|"EMAIL_ADDRESS"|"UNIQUE_ID"|"DATE"|"STRING"|"PROVIDER_ID"|string;
|
657
1186
|
export interface SchemaInputAttribute {
|
658
1187
|
/**
|
659
1188
|
* A string containing the field name.
|
@@ -667,6 +1196,10 @@ declare namespace EntityResolution {
|
|
667
1196
|
* A key that allows grouping of multiple input attributes into a unified matching group. For example, let's consider a scenario where the source table contains various addresses, such as business_address and shipping_address. By assigning the MatchKey Address to both attributes, Entity Resolution will match records across these fields to create a consolidated matching group. If no MatchKey is specified for a column, it won't be utilized for matching purposes but will still be included in the output table.
|
668
1197
|
*/
|
669
1198
|
matchKey?: AttributeName;
|
1199
|
+
/**
|
1200
|
+
* The subtype of the attribute, selected from a list of values.
|
1201
|
+
*/
|
1202
|
+
subType?: AttributeName;
|
670
1203
|
/**
|
671
1204
|
* The type of the attribute, selected from a list of values.
|
672
1205
|
*/
|
@@ -680,6 +1213,10 @@ declare namespace EntityResolution {
|
|
680
1213
|
* The timestamp of when the SchemaMapping was created.
|
681
1214
|
*/
|
682
1215
|
createdAt: Timestamp;
|
1216
|
+
/**
|
1217
|
+
* Specifies whether the schema mapping has been applied to a workflow.
|
1218
|
+
*/
|
1219
|
+
hasWorkflows: Boolean;
|
683
1220
|
/**
|
684
1221
|
* The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.
|
685
1222
|
*/
|
@@ -693,6 +1230,19 @@ declare namespace EntityResolution {
|
|
693
1230
|
*/
|
694
1231
|
updatedAt: Timestamp;
|
695
1232
|
}
|
1233
|
+
export type ServiceType = "ASSIGNMENT"|"ID_MAPPING"|string;
|
1234
|
+
export interface StartIdMappingJobInput {
|
1235
|
+
/**
|
1236
|
+
* The name of the ID mapping job to be retrieved.
|
1237
|
+
*/
|
1238
|
+
workflowName: EntityName;
|
1239
|
+
}
|
1240
|
+
export interface StartIdMappingJobOutput {
|
1241
|
+
/**
|
1242
|
+
* The ID of the job.
|
1243
|
+
*/
|
1244
|
+
jobId: JobId;
|
1245
|
+
}
|
696
1246
|
export interface StartMatchingJobInput {
|
697
1247
|
/**
|
698
1248
|
* The name of the matching job to be retrieved.
|
@@ -735,6 +1285,62 @@ declare namespace EntityResolution {
|
|
735
1285
|
}
|
736
1286
|
export interface UntagResourceOutput {
|
737
1287
|
}
|
1288
|
+
export interface UpdateIdMappingWorkflowInput {
|
1289
|
+
/**
|
1290
|
+
* A description of the workflow.
|
1291
|
+
*/
|
1292
|
+
description?: Description;
|
1293
|
+
/**
|
1294
|
+
* An object which defines the idMappingType and the providerProperties.
|
1295
|
+
*/
|
1296
|
+
idMappingTechniques: IdMappingTechniques;
|
1297
|
+
/**
|
1298
|
+
* A list of InputSource objects, which have the fields InputSourceARN and SchemaName.
|
1299
|
+
*/
|
1300
|
+
inputSourceConfig: IdMappingWorkflowInputSourceConfig;
|
1301
|
+
/**
|
1302
|
+
* A list of OutputSource objects, each of which contains fields OutputS3Path and KMSArn.
|
1303
|
+
*/
|
1304
|
+
outputSourceConfig: IdMappingWorkflowOutputSourceConfig;
|
1305
|
+
/**
|
1306
|
+
* The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access resources on your behalf.
|
1307
|
+
*/
|
1308
|
+
roleArn: RoleArn;
|
1309
|
+
/**
|
1310
|
+
* The name of the workflow.
|
1311
|
+
*/
|
1312
|
+
workflowName: EntityName;
|
1313
|
+
}
|
1314
|
+
export interface UpdateIdMappingWorkflowOutput {
|
1315
|
+
/**
|
1316
|
+
* A description of the workflow.
|
1317
|
+
*/
|
1318
|
+
description?: Description;
|
1319
|
+
/**
|
1320
|
+
* An object which defines the idMappingType and the providerProperties.
|
1321
|
+
*/
|
1322
|
+
idMappingTechniques: IdMappingTechniques;
|
1323
|
+
/**
|
1324
|
+
* A list of InputSource objects, which have the fields InputSourceARN and SchemaName.
|
1325
|
+
*/
|
1326
|
+
inputSourceConfig: IdMappingWorkflowInputSourceConfig;
|
1327
|
+
/**
|
1328
|
+
* A list of OutputSource objects, each of which contains fields OutputS3Path and KMSArn.
|
1329
|
+
*/
|
1330
|
+
outputSourceConfig: IdMappingWorkflowOutputSourceConfig;
|
1331
|
+
/**
|
1332
|
+
* The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access resources on your behalf.
|
1333
|
+
*/
|
1334
|
+
roleArn: RoleArn;
|
1335
|
+
/**
|
1336
|
+
* The Amazon Resource Name (ARN) of the workflow role. Entity Resolution assumes this role to access resources on your behalf.
|
1337
|
+
*/
|
1338
|
+
workflowArn: IdMappingWorkflowArn;
|
1339
|
+
/**
|
1340
|
+
* The name of the workflow.
|
1341
|
+
*/
|
1342
|
+
workflowName: EntityName;
|
1343
|
+
}
|
738
1344
|
export interface UpdateMatchingWorkflowInput {
|
739
1345
|
/**
|
740
1346
|
* A description of the workflow.
|
@@ -795,6 +1401,38 @@ declare namespace EntityResolution {
|
|
795
1401
|
*/
|
796
1402
|
workflowName: EntityName;
|
797
1403
|
}
|
1404
|
+
export interface UpdateSchemaMappingInput {
|
1405
|
+
/**
|
1406
|
+
* A description of the schema.
|
1407
|
+
*/
|
1408
|
+
description?: Description;
|
1409
|
+
/**
|
1410
|
+
* A list of MappedInputFields. Each MappedInputField corresponds to a column the source data table, and contains column name plus additional information that Entity Resolution uses for matching.
|
1411
|
+
*/
|
1412
|
+
mappedInputFields: SchemaInputAttributes;
|
1413
|
+
/**
|
1414
|
+
* The name of the schema. There can't be multiple SchemaMappings with the same name.
|
1415
|
+
*/
|
1416
|
+
schemaName: EntityName;
|
1417
|
+
}
|
1418
|
+
export interface UpdateSchemaMappingOutput {
|
1419
|
+
/**
|
1420
|
+
* A description of the schema.
|
1421
|
+
*/
|
1422
|
+
description?: Description;
|
1423
|
+
/**
|
1424
|
+
* A list of MappedInputFields. Each MappedInputField corresponds to a column the source data table, and contains column name plus additional information that Entity Resolution uses for matching.
|
1425
|
+
*/
|
1426
|
+
mappedInputFields: SchemaInputAttributes;
|
1427
|
+
/**
|
1428
|
+
* The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.
|
1429
|
+
*/
|
1430
|
+
schemaArn: SchemaMappingArn;
|
1431
|
+
/**
|
1432
|
+
* The name of the schema.
|
1433
|
+
*/
|
1434
|
+
schemaName: EntityName;
|
1435
|
+
}
|
798
1436
|
export type VeniceGlobalArn = string;
|
799
1437
|
/**
|
800
1438
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|