@aws-sdk/client-entityresolution 3.428.0 → 3.430.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +104 -17
- package/dist-cjs/EntityResolution.js +22 -0
- package/dist-cjs/commands/CreateIdMappingWorkflowCommand.js +51 -0
- package/dist-cjs/commands/DeleteIdMappingWorkflowCommand.js +51 -0
- package/dist-cjs/commands/GetIdMappingJobCommand.js +51 -0
- package/dist-cjs/commands/GetIdMappingWorkflowCommand.js +51 -0
- package/dist-cjs/commands/GetProviderServiceCommand.js +51 -0
- package/dist-cjs/commands/ListIdMappingJobsCommand.js +51 -0
- package/dist-cjs/commands/ListIdMappingWorkflowsCommand.js +51 -0
- package/dist-cjs/commands/ListProviderServicesCommand.js +51 -0
- package/dist-cjs/commands/StartIdMappingJobCommand.js +51 -0
- package/dist-cjs/commands/UpdateIdMappingWorkflowCommand.js +51 -0
- package/dist-cjs/commands/UpdateSchemaMappingCommand.js +51 -0
- package/dist-cjs/commands/index.js +11 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +29 -12
- package/dist-cjs/pagination/ListIdMappingJobsPaginator.js +29 -0
- package/dist-cjs/pagination/ListIdMappingWorkflowsPaginator.js +29 -0
- package/dist-cjs/pagination/ListProviderServicesPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restJson1.js +917 -71
- package/dist-es/EntityResolution.js +22 -0
- package/dist-es/commands/CreateIdMappingWorkflowCommand.js +47 -0
- package/dist-es/commands/DeleteIdMappingWorkflowCommand.js +47 -0
- package/dist-es/commands/GetIdMappingJobCommand.js +47 -0
- package/dist-es/commands/GetIdMappingWorkflowCommand.js +47 -0
- package/dist-es/commands/GetProviderServiceCommand.js +47 -0
- package/dist-es/commands/ListIdMappingJobsCommand.js +47 -0
- package/dist-es/commands/ListIdMappingWorkflowsCommand.js +47 -0
- package/dist-es/commands/ListProviderServicesCommand.js +47 -0
- package/dist-es/commands/StartIdMappingJobCommand.js +47 -0
- package/dist-es/commands/UpdateIdMappingWorkflowCommand.js +47 -0
- package/dist-es/commands/UpdateSchemaMappingCommand.js +47 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +28 -11
- package/dist-es/pagination/ListIdMappingJobsPaginator.js +25 -0
- package/dist-es/pagination/ListIdMappingWorkflowsPaginator.js +25 -0
- package/dist-es/pagination/ListProviderServicesPaginator.js +25 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +908 -85
- package/dist-types/EntityResolution.d.ts +86 -10
- package/dist-types/EntityResolutionClient.d.ts +22 -12
- package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +160 -0
- package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +34 -13
- package/dist-types/commands/CreateSchemaMappingCommand.d.ts +18 -10
- package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +94 -0
- package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +10 -6
- package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +15 -9
- package/dist-types/commands/GetIdMappingJobCommand.d.ts +110 -0
- package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +127 -0
- package/dist-types/commands/GetMatchIdCommand.d.ts +10 -5
- package/dist-types/commands/GetMatchingJobCommand.d.ts +10 -5
- package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +16 -5
- package/dist-types/commands/GetProviderServiceCommand.d.ts +121 -0
- package/dist-types/commands/GetSchemaMappingCommand.d.ts +11 -5
- package/dist-types/commands/ListIdMappingJobsCommand.d.ts +107 -0
- package/dist-types/commands/ListIdMappingWorkflowsCommand.d.ts +103 -0
- package/dist-types/commands/ListMatchingJobsCommand.d.ts +8 -4
- package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +11 -5
- package/dist-types/commands/ListProviderServicesCommand.d.ts +105 -0
- package/dist-types/commands/ListSchemaMappingsCommand.d.ts +11 -5
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -5
- package/dist-types/commands/StartIdMappingJobCommand.d.ts +110 -0
- package/dist-types/commands/StartMatchingJobCommand.d.ts +16 -10
- package/dist-types/commands/TagResourceCommand.d.ts +11 -9
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +149 -0
- package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +27 -9
- package/dist-types/commands/UpdateSchemaMappingCommand.d.ts +128 -0
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/index.d.ts +9 -10
- package/dist-types/models/models_0.d.ts +1128 -234
- package/dist-types/pagination/ListIdMappingJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIdMappingWorkflowsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListProviderServicesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/EntityResolution.d.ts +187 -0
- package/dist-types/ts3.4/EntityResolutionClient.d.ts +68 -2
- package/dist-types/ts3.4/commands/CreateIdMappingWorkflowCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteIdMappingWorkflowCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIdMappingJobCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetIdMappingWorkflowCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetProviderServiceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListIdMappingJobsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListIdMappingWorkflowsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListProviderServicesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartIdMappingJobCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateIdMappingWorkflowCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateSchemaMappingCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +268 -55
- package/dist-types/ts3.4/pagination/ListIdMappingJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIdMappingWorkflowsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListProviderServicesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
- package/package.json +11 -11
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
3
|
import { EntityResolutionServiceException as __BaseException } from "./EntityResolutionServiceException";
|
|
3
4
|
export declare class AccessDeniedException extends __BaseException {
|
|
4
5
|
readonly name: "AccessDeniedException";
|
|
@@ -18,13 +19,89 @@ export declare class ConflictException extends __BaseException {
|
|
|
18
19
|
readonly $fault: "client";
|
|
19
20
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
20
21
|
}
|
|
22
|
+
export declare const IdMappingType: {
|
|
23
|
+
readonly PROVIDER: "PROVIDER";
|
|
24
|
+
};
|
|
25
|
+
export type IdMappingType = (typeof IdMappingType)[keyof typeof IdMappingType];
|
|
26
|
+
export interface IntermediateSourceConfiguration {
|
|
27
|
+
intermediateS3Path: string | undefined;
|
|
28
|
+
}
|
|
29
|
+
export interface ProviderProperties {
|
|
30
|
+
providerServiceArn: string | undefined;
|
|
31
|
+
providerConfiguration?: __DocumentType;
|
|
32
|
+
intermediateSourceConfiguration?: IntermediateSourceConfiguration;
|
|
33
|
+
}
|
|
34
|
+
export interface IdMappingTechniques {
|
|
35
|
+
idMappingType: IdMappingType | undefined;
|
|
36
|
+
providerProperties: ProviderProperties | undefined;
|
|
37
|
+
}
|
|
38
|
+
export interface IdMappingWorkflowInputSource {
|
|
39
|
+
inputSourceARN: string | undefined;
|
|
40
|
+
schemaName: string | undefined;
|
|
41
|
+
}
|
|
42
|
+
export interface IdMappingWorkflowOutputSource {
|
|
43
|
+
outputS3Path: string | undefined;
|
|
44
|
+
KMSArn?: string;
|
|
45
|
+
}
|
|
46
|
+
export interface CreateIdMappingWorkflowInput {
|
|
47
|
+
workflowName: string | undefined;
|
|
48
|
+
description?: string;
|
|
49
|
+
inputSourceConfig: IdMappingWorkflowInputSource[] | undefined;
|
|
50
|
+
outputSourceConfig: IdMappingWorkflowOutputSource[] | undefined;
|
|
51
|
+
idMappingTechniques: IdMappingTechniques | undefined;
|
|
52
|
+
roleArn: string | undefined;
|
|
53
|
+
tags?: Record<string, string>;
|
|
54
|
+
}
|
|
55
|
+
export interface CreateIdMappingWorkflowOutput {
|
|
56
|
+
workflowName: string | undefined;
|
|
57
|
+
workflowArn: string | undefined;
|
|
58
|
+
description?: string;
|
|
59
|
+
inputSourceConfig: IdMappingWorkflowInputSource[] | undefined;
|
|
60
|
+
outputSourceConfig: IdMappingWorkflowOutputSource[] | undefined;
|
|
61
|
+
idMappingTechniques: IdMappingTechniques | undefined;
|
|
62
|
+
roleArn: string | undefined;
|
|
63
|
+
}
|
|
64
|
+
export declare class ExceedsLimitException extends __BaseException {
|
|
65
|
+
readonly name: "ExceedsLimitException";
|
|
66
|
+
readonly $fault: "client";
|
|
67
|
+
quotaName?: string;
|
|
68
|
+
quotaValue?: number;
|
|
69
|
+
constructor(
|
|
70
|
+
opts: __ExceptionOptionType<ExceedsLimitException, __BaseException>
|
|
71
|
+
);
|
|
72
|
+
}
|
|
73
|
+
export declare class InternalServerException extends __BaseException {
|
|
74
|
+
readonly name: "InternalServerException";
|
|
75
|
+
readonly $fault: "server";
|
|
76
|
+
$retryable: {};
|
|
77
|
+
constructor(
|
|
78
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
79
|
+
);
|
|
80
|
+
}
|
|
81
|
+
export declare class ThrottlingException extends __BaseException {
|
|
82
|
+
readonly name: "ThrottlingException";
|
|
83
|
+
readonly $fault: "client";
|
|
84
|
+
$retryable: {
|
|
85
|
+
throttling: boolean;
|
|
86
|
+
};
|
|
87
|
+
constructor(
|
|
88
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
89
|
+
);
|
|
90
|
+
}
|
|
91
|
+
export declare class ValidationException extends __BaseException {
|
|
92
|
+
readonly name: "ValidationException";
|
|
93
|
+
readonly $fault: "client";
|
|
94
|
+
constructor(
|
|
95
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
96
|
+
);
|
|
97
|
+
}
|
|
21
98
|
export declare const IncrementalRunType: {
|
|
22
99
|
readonly IMMEDIATE: "IMMEDIATE";
|
|
23
100
|
};
|
|
24
101
|
export type IncrementalRunType =
|
|
25
102
|
(typeof IncrementalRunType)[keyof typeof IncrementalRunType];
|
|
26
103
|
export interface IncrementalRunConfig {
|
|
27
|
-
incrementalRunType?: IncrementalRunType
|
|
104
|
+
incrementalRunType?: IncrementalRunType;
|
|
28
105
|
}
|
|
29
106
|
export interface InputSource {
|
|
30
107
|
inputSourceARN: string | undefined;
|
|
@@ -43,6 +120,7 @@ export interface OutputSource {
|
|
|
43
120
|
}
|
|
44
121
|
export declare const ResolutionType: {
|
|
45
122
|
readonly ML_MATCHING: "ML_MATCHING";
|
|
123
|
+
readonly PROVIDER: "PROVIDER";
|
|
46
124
|
readonly RULE_MATCHING: "RULE_MATCHING";
|
|
47
125
|
};
|
|
48
126
|
export type ResolutionType =
|
|
@@ -53,11 +131,12 @@ export interface Rule {
|
|
|
53
131
|
}
|
|
54
132
|
export interface RuleBasedProperties {
|
|
55
133
|
rules: Rule[] | undefined;
|
|
56
|
-
attributeMatchingModel: AttributeMatchingModel |
|
|
134
|
+
attributeMatchingModel: AttributeMatchingModel | undefined;
|
|
57
135
|
}
|
|
58
136
|
export interface ResolutionTechniques {
|
|
59
|
-
resolutionType: ResolutionType |
|
|
137
|
+
resolutionType: ResolutionType | undefined;
|
|
60
138
|
ruleBasedProperties?: RuleBasedProperties;
|
|
139
|
+
providerProperties?: ProviderProperties;
|
|
61
140
|
}
|
|
62
141
|
export interface CreateMatchingWorkflowInput {
|
|
63
142
|
workflowName: string | undefined;
|
|
@@ -79,40 +158,6 @@ export interface CreateMatchingWorkflowOutput {
|
|
|
79
158
|
incrementalRunConfig?: IncrementalRunConfig;
|
|
80
159
|
roleArn: string | undefined;
|
|
81
160
|
}
|
|
82
|
-
export declare class ExceedsLimitException extends __BaseException {
|
|
83
|
-
readonly name: "ExceedsLimitException";
|
|
84
|
-
readonly $fault: "client";
|
|
85
|
-
quotaName?: string;
|
|
86
|
-
quotaValue?: number;
|
|
87
|
-
constructor(
|
|
88
|
-
opts: __ExceptionOptionType<ExceedsLimitException, __BaseException>
|
|
89
|
-
);
|
|
90
|
-
}
|
|
91
|
-
export declare class InternalServerException extends __BaseException {
|
|
92
|
-
readonly name: "InternalServerException";
|
|
93
|
-
readonly $fault: "server";
|
|
94
|
-
$retryable: {};
|
|
95
|
-
constructor(
|
|
96
|
-
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
97
|
-
);
|
|
98
|
-
}
|
|
99
|
-
export declare class ThrottlingException extends __BaseException {
|
|
100
|
-
readonly name: "ThrottlingException";
|
|
101
|
-
readonly $fault: "client";
|
|
102
|
-
$retryable: {
|
|
103
|
-
throttling: boolean;
|
|
104
|
-
};
|
|
105
|
-
constructor(
|
|
106
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
107
|
-
);
|
|
108
|
-
}
|
|
109
|
-
export declare class ValidationException extends __BaseException {
|
|
110
|
-
readonly name: "ValidationException";
|
|
111
|
-
readonly $fault: "client";
|
|
112
|
-
constructor(
|
|
113
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
114
|
-
);
|
|
115
|
-
}
|
|
116
161
|
export declare const SchemaAttributeType: {
|
|
117
162
|
readonly ADDRESS: "ADDRESS";
|
|
118
163
|
readonly ADDRESS_CITY: "ADDRESS_CITY";
|
|
@@ -131,6 +176,7 @@ export declare const SchemaAttributeType: {
|
|
|
131
176
|
readonly PHONE: "PHONE";
|
|
132
177
|
readonly PHONE_COUNTRYCODE: "PHONE_COUNTRYCODE";
|
|
133
178
|
readonly PHONE_NUMBER: "PHONE_NUMBER";
|
|
179
|
+
readonly PROVIDER_ID: "PROVIDER_ID";
|
|
134
180
|
readonly STRING: "STRING";
|
|
135
181
|
readonly UNIQUE_ID: "UNIQUE_ID";
|
|
136
182
|
};
|
|
@@ -138,9 +184,10 @@ export type SchemaAttributeType =
|
|
|
138
184
|
(typeof SchemaAttributeType)[keyof typeof SchemaAttributeType];
|
|
139
185
|
export interface SchemaInputAttribute {
|
|
140
186
|
fieldName: string | undefined;
|
|
141
|
-
type: SchemaAttributeType |
|
|
187
|
+
type: SchemaAttributeType | undefined;
|
|
142
188
|
groupName?: string;
|
|
143
189
|
matchKey?: string;
|
|
190
|
+
subType?: string;
|
|
144
191
|
}
|
|
145
192
|
export interface CreateSchemaMappingInput {
|
|
146
193
|
schemaName: string | undefined;
|
|
@@ -154,6 +201,12 @@ export interface CreateSchemaMappingOutput {
|
|
|
154
201
|
description: string | undefined;
|
|
155
202
|
mappedInputFields: SchemaInputAttribute[] | undefined;
|
|
156
203
|
}
|
|
204
|
+
export interface DeleteIdMappingWorkflowInput {
|
|
205
|
+
workflowName: string | undefined;
|
|
206
|
+
}
|
|
207
|
+
export interface DeleteIdMappingWorkflowOutput {
|
|
208
|
+
message: string | undefined;
|
|
209
|
+
}
|
|
157
210
|
export interface DeleteMatchingWorkflowInput {
|
|
158
211
|
workflowName: string | undefined;
|
|
159
212
|
}
|
|
@@ -166,12 +219,32 @@ export interface DeleteSchemaMappingInput {
|
|
|
166
219
|
export interface DeleteSchemaMappingOutput {
|
|
167
220
|
message: string | undefined;
|
|
168
221
|
}
|
|
169
|
-
export interface
|
|
222
|
+
export interface GetIdMappingJobInput {
|
|
170
223
|
workflowName: string | undefined;
|
|
171
|
-
|
|
224
|
+
jobId: string | undefined;
|
|
172
225
|
}
|
|
173
|
-
export interface
|
|
174
|
-
|
|
226
|
+
export interface ErrorDetails {
|
|
227
|
+
errorMessage?: string;
|
|
228
|
+
}
|
|
229
|
+
export interface IdMappingJobMetrics {
|
|
230
|
+
inputRecords?: number;
|
|
231
|
+
totalRecordsProcessed?: number;
|
|
232
|
+
recordsNotProcessed?: number;
|
|
233
|
+
}
|
|
234
|
+
export declare const JobStatus: {
|
|
235
|
+
readonly FAILED: "FAILED";
|
|
236
|
+
readonly QUEUED: "QUEUED";
|
|
237
|
+
readonly RUNNING: "RUNNING";
|
|
238
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
239
|
+
};
|
|
240
|
+
export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
|
|
241
|
+
export interface GetIdMappingJobOutput {
|
|
242
|
+
jobId: string | undefined;
|
|
243
|
+
status: JobStatus | undefined;
|
|
244
|
+
startTime: Date | undefined;
|
|
245
|
+
endTime?: Date;
|
|
246
|
+
metrics?: IdMappingJobMetrics;
|
|
247
|
+
errorDetails?: ErrorDetails;
|
|
175
248
|
}
|
|
176
249
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
177
250
|
readonly name: "ResourceNotFoundException";
|
|
@@ -180,29 +253,41 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
180
253
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
181
254
|
);
|
|
182
255
|
}
|
|
256
|
+
export interface GetIdMappingWorkflowInput {
|
|
257
|
+
workflowName: string | undefined;
|
|
258
|
+
}
|
|
259
|
+
export interface GetIdMappingWorkflowOutput {
|
|
260
|
+
workflowName: string | undefined;
|
|
261
|
+
workflowArn: string | undefined;
|
|
262
|
+
description?: string;
|
|
263
|
+
inputSourceConfig: IdMappingWorkflowInputSource[] | undefined;
|
|
264
|
+
outputSourceConfig: IdMappingWorkflowOutputSource[] | undefined;
|
|
265
|
+
idMappingTechniques: IdMappingTechniques | undefined;
|
|
266
|
+
createdAt: Date | undefined;
|
|
267
|
+
updatedAt: Date | undefined;
|
|
268
|
+
roleArn: string | undefined;
|
|
269
|
+
tags?: Record<string, string>;
|
|
270
|
+
}
|
|
271
|
+
export interface GetMatchIdInput {
|
|
272
|
+
workflowName: string | undefined;
|
|
273
|
+
record: Record<string, string> | undefined;
|
|
274
|
+
}
|
|
275
|
+
export interface GetMatchIdOutput {
|
|
276
|
+
matchId?: string;
|
|
277
|
+
}
|
|
183
278
|
export interface GetMatchingJobInput {
|
|
184
279
|
workflowName: string | undefined;
|
|
185
280
|
jobId: string | undefined;
|
|
186
281
|
}
|
|
187
|
-
export interface ErrorDetails {
|
|
188
|
-
errorMessage?: string;
|
|
189
|
-
}
|
|
190
282
|
export interface JobMetrics {
|
|
191
283
|
inputRecords?: number;
|
|
192
284
|
totalRecordsProcessed?: number;
|
|
193
285
|
recordsNotProcessed?: number;
|
|
194
286
|
matchIDs?: number;
|
|
195
287
|
}
|
|
196
|
-
export declare const JobStatus: {
|
|
197
|
-
readonly FAILED: "FAILED";
|
|
198
|
-
readonly QUEUED: "QUEUED";
|
|
199
|
-
readonly RUNNING: "RUNNING";
|
|
200
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
201
|
-
};
|
|
202
|
-
export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
|
|
203
288
|
export interface GetMatchingJobOutput {
|
|
204
289
|
jobId: string | undefined;
|
|
205
|
-
status: JobStatus |
|
|
290
|
+
status: JobStatus | undefined;
|
|
206
291
|
startTime: Date | undefined;
|
|
207
292
|
endTime?: Date;
|
|
208
293
|
metrics?: JobMetrics;
|
|
@@ -224,6 +309,58 @@ export interface GetMatchingWorkflowOutput {
|
|
|
224
309
|
roleArn: string | undefined;
|
|
225
310
|
tags?: Record<string, string>;
|
|
226
311
|
}
|
|
312
|
+
export interface GetProviderServiceInput {
|
|
313
|
+
providerName: string | undefined;
|
|
314
|
+
providerServiceName: string | undefined;
|
|
315
|
+
}
|
|
316
|
+
export interface ProviderMarketplaceConfiguration {
|
|
317
|
+
dataSetId: string | undefined;
|
|
318
|
+
revisionId: string | undefined;
|
|
319
|
+
assetId: string | undefined;
|
|
320
|
+
listingId: string | undefined;
|
|
321
|
+
}
|
|
322
|
+
export type ProviderEndpointConfiguration =
|
|
323
|
+
| ProviderEndpointConfiguration.MarketplaceConfigurationMember
|
|
324
|
+
| ProviderEndpointConfiguration.$UnknownMember;
|
|
325
|
+
export declare namespace ProviderEndpointConfiguration {
|
|
326
|
+
interface MarketplaceConfigurationMember {
|
|
327
|
+
marketplaceConfiguration: ProviderMarketplaceConfiguration;
|
|
328
|
+
$unknown?: never;
|
|
329
|
+
}
|
|
330
|
+
interface $UnknownMember {
|
|
331
|
+
marketplaceConfiguration?: never;
|
|
332
|
+
$unknown: [string, any];
|
|
333
|
+
}
|
|
334
|
+
interface Visitor<T> {
|
|
335
|
+
marketplaceConfiguration: (value: ProviderMarketplaceConfiguration) => T;
|
|
336
|
+
_: (name: string, value: any) => T;
|
|
337
|
+
}
|
|
338
|
+
const visit: <T>(
|
|
339
|
+
value: ProviderEndpointConfiguration,
|
|
340
|
+
visitor: Visitor<T>
|
|
341
|
+
) => T;
|
|
342
|
+
}
|
|
343
|
+
export interface ProviderIntermediateDataAccessConfiguration {
|
|
344
|
+
awsAccountIds?: string[];
|
|
345
|
+
requiredBucketActions?: string[];
|
|
346
|
+
}
|
|
347
|
+
export declare const ServiceType: {
|
|
348
|
+
readonly ASSIGNMENT: "ASSIGNMENT";
|
|
349
|
+
readonly ID_MAPPING: "ID_MAPPING";
|
|
350
|
+
};
|
|
351
|
+
export type ServiceType = (typeof ServiceType)[keyof typeof ServiceType];
|
|
352
|
+
export interface GetProviderServiceOutput {
|
|
353
|
+
providerName: string | undefined;
|
|
354
|
+
providerServiceName: string | undefined;
|
|
355
|
+
providerServiceDisplayName: string | undefined;
|
|
356
|
+
providerServiceType: ServiceType | undefined;
|
|
357
|
+
providerServiceArn: string | undefined;
|
|
358
|
+
providerConfigurationDefinition?: __DocumentType;
|
|
359
|
+
providerEndpointConfiguration: ProviderEndpointConfiguration | undefined;
|
|
360
|
+
anonymizedOutput: boolean | undefined;
|
|
361
|
+
providerEntityOutputDefinition: __DocumentType | undefined;
|
|
362
|
+
providerIntermediateDataAccessConfiguration?: ProviderIntermediateDataAccessConfiguration;
|
|
363
|
+
}
|
|
227
364
|
export interface GetSchemaMappingInput {
|
|
228
365
|
schemaName: string | undefined;
|
|
229
366
|
}
|
|
@@ -235,18 +372,42 @@ export interface GetSchemaMappingOutput {
|
|
|
235
372
|
createdAt: Date | undefined;
|
|
236
373
|
updatedAt: Date | undefined;
|
|
237
374
|
tags?: Record<string, string>;
|
|
375
|
+
hasWorkflows: boolean | undefined;
|
|
238
376
|
}
|
|
239
|
-
export interface
|
|
377
|
+
export interface ListIdMappingJobsInput {
|
|
240
378
|
workflowName: string | undefined;
|
|
241
379
|
nextToken?: string;
|
|
242
380
|
maxResults?: number;
|
|
243
381
|
}
|
|
244
382
|
export interface JobSummary {
|
|
245
383
|
jobId: string | undefined;
|
|
246
|
-
status: JobStatus |
|
|
384
|
+
status: JobStatus | undefined;
|
|
247
385
|
startTime: Date | undefined;
|
|
248
386
|
endTime?: Date;
|
|
249
387
|
}
|
|
388
|
+
export interface ListIdMappingJobsOutput {
|
|
389
|
+
jobs?: JobSummary[];
|
|
390
|
+
nextToken?: string;
|
|
391
|
+
}
|
|
392
|
+
export interface ListIdMappingWorkflowsInput {
|
|
393
|
+
nextToken?: string;
|
|
394
|
+
maxResults?: number;
|
|
395
|
+
}
|
|
396
|
+
export interface IdMappingWorkflowSummary {
|
|
397
|
+
workflowName: string | undefined;
|
|
398
|
+
workflowArn: string | undefined;
|
|
399
|
+
createdAt: Date | undefined;
|
|
400
|
+
updatedAt: Date | undefined;
|
|
401
|
+
}
|
|
402
|
+
export interface ListIdMappingWorkflowsOutput {
|
|
403
|
+
workflowSummaries?: IdMappingWorkflowSummary[];
|
|
404
|
+
nextToken?: string;
|
|
405
|
+
}
|
|
406
|
+
export interface ListMatchingJobsInput {
|
|
407
|
+
workflowName: string | undefined;
|
|
408
|
+
nextToken?: string;
|
|
409
|
+
maxResults?: number;
|
|
410
|
+
}
|
|
250
411
|
export interface ListMatchingJobsOutput {
|
|
251
412
|
jobs?: JobSummary[];
|
|
252
413
|
nextToken?: string;
|
|
@@ -260,11 +421,28 @@ export interface MatchingWorkflowSummary {
|
|
|
260
421
|
workflowArn: string | undefined;
|
|
261
422
|
createdAt: Date | undefined;
|
|
262
423
|
updatedAt: Date | undefined;
|
|
424
|
+
resolutionType: ResolutionType | undefined;
|
|
263
425
|
}
|
|
264
426
|
export interface ListMatchingWorkflowsOutput {
|
|
265
427
|
workflowSummaries?: MatchingWorkflowSummary[];
|
|
266
428
|
nextToken?: string;
|
|
267
429
|
}
|
|
430
|
+
export interface ListProviderServicesInput {
|
|
431
|
+
nextToken?: string;
|
|
432
|
+
maxResults?: number;
|
|
433
|
+
providerName?: string;
|
|
434
|
+
}
|
|
435
|
+
export interface ProviderServiceSummary {
|
|
436
|
+
providerServiceArn: string | undefined;
|
|
437
|
+
providerName: string | undefined;
|
|
438
|
+
providerServiceDisplayName: string | undefined;
|
|
439
|
+
providerServiceName: string | undefined;
|
|
440
|
+
providerServiceType: ServiceType | undefined;
|
|
441
|
+
}
|
|
442
|
+
export interface ListProviderServicesOutput {
|
|
443
|
+
providerServiceSummaries?: ProviderServiceSummary[];
|
|
444
|
+
nextToken?: string;
|
|
445
|
+
}
|
|
268
446
|
export interface ListSchemaMappingsInput {
|
|
269
447
|
nextToken?: string;
|
|
270
448
|
maxResults?: number;
|
|
@@ -274,6 +452,7 @@ export interface SchemaMappingSummary {
|
|
|
274
452
|
schemaArn: string | undefined;
|
|
275
453
|
createdAt: Date | undefined;
|
|
276
454
|
updatedAt: Date | undefined;
|
|
455
|
+
hasWorkflows: boolean | undefined;
|
|
277
456
|
}
|
|
278
457
|
export interface ListSchemaMappingsOutput {
|
|
279
458
|
schemaList?: SchemaMappingSummary[];
|
|
@@ -285,6 +464,12 @@ export interface ListTagsForResourceInput {
|
|
|
285
464
|
export interface ListTagsForResourceOutput {
|
|
286
465
|
tags: Record<string, string> | undefined;
|
|
287
466
|
}
|
|
467
|
+
export interface StartIdMappingJobInput {
|
|
468
|
+
workflowName: string | undefined;
|
|
469
|
+
}
|
|
470
|
+
export interface StartIdMappingJobOutput {
|
|
471
|
+
jobId: string | undefined;
|
|
472
|
+
}
|
|
288
473
|
export interface StartMatchingJobInput {
|
|
289
474
|
workflowName: string | undefined;
|
|
290
475
|
}
|
|
@@ -301,6 +486,23 @@ export interface UntagResourceInput {
|
|
|
301
486
|
tagKeys: string[] | undefined;
|
|
302
487
|
}
|
|
303
488
|
export interface UntagResourceOutput {}
|
|
489
|
+
export interface UpdateIdMappingWorkflowInput {
|
|
490
|
+
workflowName: string | undefined;
|
|
491
|
+
description?: string;
|
|
492
|
+
inputSourceConfig: IdMappingWorkflowInputSource[] | undefined;
|
|
493
|
+
outputSourceConfig: IdMappingWorkflowOutputSource[] | undefined;
|
|
494
|
+
idMappingTechniques: IdMappingTechniques | undefined;
|
|
495
|
+
roleArn: string | undefined;
|
|
496
|
+
}
|
|
497
|
+
export interface UpdateIdMappingWorkflowOutput {
|
|
498
|
+
workflowName: string | undefined;
|
|
499
|
+
workflowArn: string | undefined;
|
|
500
|
+
description?: string;
|
|
501
|
+
inputSourceConfig: IdMappingWorkflowInputSource[] | undefined;
|
|
502
|
+
outputSourceConfig: IdMappingWorkflowOutputSource[] | undefined;
|
|
503
|
+
idMappingTechniques: IdMappingTechniques | undefined;
|
|
504
|
+
roleArn: string | undefined;
|
|
505
|
+
}
|
|
304
506
|
export interface UpdateMatchingWorkflowInput {
|
|
305
507
|
workflowName: string | undefined;
|
|
306
508
|
description?: string;
|
|
@@ -319,6 +521,17 @@ export interface UpdateMatchingWorkflowOutput {
|
|
|
319
521
|
incrementalRunConfig?: IncrementalRunConfig;
|
|
320
522
|
roleArn: string | undefined;
|
|
321
523
|
}
|
|
524
|
+
export interface UpdateSchemaMappingInput {
|
|
525
|
+
schemaName: string | undefined;
|
|
526
|
+
description?: string;
|
|
527
|
+
mappedInputFields: SchemaInputAttribute[] | undefined;
|
|
528
|
+
}
|
|
529
|
+
export interface UpdateSchemaMappingOutput {
|
|
530
|
+
schemaName: string | undefined;
|
|
531
|
+
schemaArn: string | undefined;
|
|
532
|
+
description?: string;
|
|
533
|
+
mappedInputFields: SchemaInputAttribute[] | undefined;
|
|
534
|
+
}
|
|
322
535
|
export declare const GetMatchIdInputFilterSensitiveLog: (
|
|
323
536
|
obj: GetMatchIdInput
|
|
324
537
|
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListIdMappingJobsCommandInput,
|
|
4
|
+
ListIdMappingJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListIdMappingJobsCommand";
|
|
6
|
+
import { EntityResolutionPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListIdMappingJobs(
|
|
8
|
+
config: EntityResolutionPaginationConfiguration,
|
|
9
|
+
input: ListIdMappingJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListIdMappingJobsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListIdMappingWorkflowsCommandInput,
|
|
4
|
+
ListIdMappingWorkflowsCommandOutput,
|
|
5
|
+
} from "../commands/ListIdMappingWorkflowsCommand";
|
|
6
|
+
import { EntityResolutionPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListIdMappingWorkflows(
|
|
8
|
+
config: EntityResolutionPaginationConfiguration,
|
|
9
|
+
input: ListIdMappingWorkflowsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListIdMappingWorkflowsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListProviderServicesCommandInput,
|
|
4
|
+
ListProviderServicesCommandOutput,
|
|
5
|
+
} from "../commands/ListProviderServicesCommand";
|
|
6
|
+
import { EntityResolutionPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListProviderServices(
|
|
8
|
+
config: EntityResolutionPaginationConfiguration,
|
|
9
|
+
input: ListProviderServicesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListProviderServicesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListIdMappingJobsPaginator";
|
|
3
|
+
export * from "./ListIdMappingWorkflowsPaginator";
|
|
2
4
|
export * from "./ListMatchingJobsPaginator";
|
|
3
5
|
export * from "./ListMatchingWorkflowsPaginator";
|
|
6
|
+
export * from "./ListProviderServicesPaginator";
|
|
4
7
|
export * from "./ListSchemaMappingsPaginator";
|