@aws-sdk/client-entityresolution 3.987.0 → 3.989.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/dist-cjs/index.js +57 -1510
- package/dist-cjs/models/EntityResolutionServiceException.js +12 -0
- package/dist-cjs/models/errors.js +103 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1225 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +51 -45
- package/dist-types/schemas/schemas_0.d.ts +14 -7
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -7
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
+
var errors = require('./models/errors');
|
|
20
|
+
var EntityResolutionServiceException = require('./models/EntityResolutionServiceException');
|
|
18
21
|
|
|
19
22
|
const resolveClientEndpointParameters = (options) => {
|
|
20
23
|
return Object.assign(options, {
|
|
@@ -110,1302 +113,6 @@ class EntityResolutionClient extends smithyClient.Client {
|
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class EntityResolutionServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, EntityResolutionServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class AccessDeniedException extends EntityResolutionServiceException {
|
|
121
|
-
name = "AccessDeniedException";
|
|
122
|
-
$fault = "client";
|
|
123
|
-
constructor(opts) {
|
|
124
|
-
super({
|
|
125
|
-
name: "AccessDeniedException",
|
|
126
|
-
$fault: "client",
|
|
127
|
-
...opts,
|
|
128
|
-
});
|
|
129
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
class ConflictException extends EntityResolutionServiceException {
|
|
133
|
-
name = "ConflictException";
|
|
134
|
-
$fault = "client";
|
|
135
|
-
constructor(opts) {
|
|
136
|
-
super({
|
|
137
|
-
name: "ConflictException",
|
|
138
|
-
$fault: "client",
|
|
139
|
-
...opts,
|
|
140
|
-
});
|
|
141
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
class InternalServerException extends EntityResolutionServiceException {
|
|
145
|
-
name = "InternalServerException";
|
|
146
|
-
$fault = "server";
|
|
147
|
-
$retryable = {};
|
|
148
|
-
constructor(opts) {
|
|
149
|
-
super({
|
|
150
|
-
name: "InternalServerException",
|
|
151
|
-
$fault: "server",
|
|
152
|
-
...opts,
|
|
153
|
-
});
|
|
154
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
class ResourceNotFoundException extends EntityResolutionServiceException {
|
|
158
|
-
name = "ResourceNotFoundException";
|
|
159
|
-
$fault = "client";
|
|
160
|
-
constructor(opts) {
|
|
161
|
-
super({
|
|
162
|
-
name: "ResourceNotFoundException",
|
|
163
|
-
$fault: "client",
|
|
164
|
-
...opts,
|
|
165
|
-
});
|
|
166
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
class ThrottlingException extends EntityResolutionServiceException {
|
|
170
|
-
name = "ThrottlingException";
|
|
171
|
-
$fault = "client";
|
|
172
|
-
$retryable = {
|
|
173
|
-
throttling: true,
|
|
174
|
-
};
|
|
175
|
-
constructor(opts) {
|
|
176
|
-
super({
|
|
177
|
-
name: "ThrottlingException",
|
|
178
|
-
$fault: "client",
|
|
179
|
-
...opts,
|
|
180
|
-
});
|
|
181
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
class ValidationException extends EntityResolutionServiceException {
|
|
185
|
-
name = "ValidationException";
|
|
186
|
-
$fault = "client";
|
|
187
|
-
constructor(opts) {
|
|
188
|
-
super({
|
|
189
|
-
name: "ValidationException",
|
|
190
|
-
$fault: "client",
|
|
191
|
-
...opts,
|
|
192
|
-
});
|
|
193
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
class ExceedsLimitException extends EntityResolutionServiceException {
|
|
197
|
-
name = "ExceedsLimitException";
|
|
198
|
-
$fault = "client";
|
|
199
|
-
quotaName;
|
|
200
|
-
quotaValue;
|
|
201
|
-
constructor(opts) {
|
|
202
|
-
super({
|
|
203
|
-
name: "ExceedsLimitException",
|
|
204
|
-
$fault: "client",
|
|
205
|
-
...opts,
|
|
206
|
-
});
|
|
207
|
-
Object.setPrototypeOf(this, ExceedsLimitException.prototype);
|
|
208
|
-
this.quotaName = opts.quotaName;
|
|
209
|
-
this.quotaValue = opts.quotaValue;
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
const _ADE = "AccessDeniedException";
|
|
214
|
-
const _APS = "AddPolicyStatement";
|
|
215
|
-
const _APSI = "AddPolicyStatementInput";
|
|
216
|
-
const _APSO = "AddPolicyStatementOutput";
|
|
217
|
-
const _BDUI = "BatchDeleteUniqueId";
|
|
218
|
-
const _BDUII = "BatchDeleteUniqueIdInput";
|
|
219
|
-
const _BDUIO = "BatchDeleteUniqueIdOutput";
|
|
220
|
-
const _CE = "ConflictException";
|
|
221
|
-
const _CIMW = "CreateIdMappingWorkflow";
|
|
222
|
-
const _CIMWI = "CreateIdMappingWorkflowInput";
|
|
223
|
-
const _CIMWO = "CreateIdMappingWorkflowOutput";
|
|
224
|
-
const _CIN = "CreateIdNamespace";
|
|
225
|
-
const _CINI = "CreateIdNamespaceInput";
|
|
226
|
-
const _CINO = "CreateIdNamespaceOutput";
|
|
227
|
-
const _CMW = "CreateMatchingWorkflow";
|
|
228
|
-
const _CMWI = "CreateMatchingWorkflowInput";
|
|
229
|
-
const _CMWO = "CreateMatchingWorkflowOutput";
|
|
230
|
-
const _CPIC = "CustomerProfilesIntegrationConfig";
|
|
231
|
-
const _CSM = "CreateSchemaMapping";
|
|
232
|
-
const _CSMI = "CreateSchemaMappingInput";
|
|
233
|
-
const _CSMO = "CreateSchemaMappingOutput";
|
|
234
|
-
const _DIMW = "DeleteIdMappingWorkflow";
|
|
235
|
-
const _DIMWI = "DeleteIdMappingWorkflowInput";
|
|
236
|
-
const _DIMWO = "DeleteIdMappingWorkflowOutput";
|
|
237
|
-
const _DIN = "DeleteIdNamespace";
|
|
238
|
-
const _DINI = "DeleteIdNamespaceInput";
|
|
239
|
-
const _DINO = "DeleteIdNamespaceOutput";
|
|
240
|
-
const _DMW = "DeleteMatchingWorkflow";
|
|
241
|
-
const _DMWI = "DeleteMatchingWorkflowInput";
|
|
242
|
-
const _DMWO = "DeleteMatchingWorkflowOutput";
|
|
243
|
-
const _DPS = "DeletePolicyStatement";
|
|
244
|
-
const _DPSI = "DeletePolicyStatementInput";
|
|
245
|
-
const _DPSO = "DeletePolicyStatementOutput";
|
|
246
|
-
const _DSM = "DeleteSchemaMapping";
|
|
247
|
-
const _DSMI = "DeleteSchemaMappingInput";
|
|
248
|
-
const _DSMO = "DeleteSchemaMappingOutput";
|
|
249
|
-
const _DUI = "DeletedUniqueId";
|
|
250
|
-
const _DUIE = "DeleteUniqueIdError";
|
|
251
|
-
const _DUIEL = "DeleteUniqueIdErrorsList";
|
|
252
|
-
const _DUIL = "DeletedUniqueIdList";
|
|
253
|
-
const _ED = "ErrorDetails";
|
|
254
|
-
const _ELE = "ExceedsLimitException";
|
|
255
|
-
const _FR = "FailedRecord";
|
|
256
|
-
const _FRL = "FailedRecordsList";
|
|
257
|
-
const _GIMJ = "GetIdMappingJob";
|
|
258
|
-
const _GIMJI = "GetIdMappingJobInput";
|
|
259
|
-
const _GIMJO = "GetIdMappingJobOutput";
|
|
260
|
-
const _GIMW = "GetIdMappingWorkflow";
|
|
261
|
-
const _GIMWI = "GetIdMappingWorkflowInput";
|
|
262
|
-
const _GIMWO = "GetIdMappingWorkflowOutput";
|
|
263
|
-
const _GIN = "GetIdNamespace";
|
|
264
|
-
const _GINI = "GetIdNamespaceInput";
|
|
265
|
-
const _GINO = "GetIdNamespaceOutput";
|
|
266
|
-
const _GMI = "GenerateMatchId";
|
|
267
|
-
const _GMII = "GenerateMatchIdInput";
|
|
268
|
-
const _GMIIe = "GetMatchIdInput";
|
|
269
|
-
const _GMIO = "GenerateMatchIdOutput";
|
|
270
|
-
const _GMIOe = "GetMatchIdOutput";
|
|
271
|
-
const _GMIe = "GetMatchId";
|
|
272
|
-
const _GMJ = "GetMatchingJob";
|
|
273
|
-
const _GMJI = "GetMatchingJobInput";
|
|
274
|
-
const _GMJO = "GetMatchingJobOutput";
|
|
275
|
-
const _GMW = "GetMatchingWorkflow";
|
|
276
|
-
const _GMWI = "GetMatchingWorkflowInput";
|
|
277
|
-
const _GMWO = "GetMatchingWorkflowOutput";
|
|
278
|
-
const _GP = "GetPolicy";
|
|
279
|
-
const _GPI = "GetPolicyInput";
|
|
280
|
-
const _GPO = "GetPolicyOutput";
|
|
281
|
-
const _GPS = "GetProviderService";
|
|
282
|
-
const _GPSI = "GetProviderServiceInput";
|
|
283
|
-
const _GPSO = "GetProviderServiceOutput";
|
|
284
|
-
const _GSM = "GetSchemaMapping";
|
|
285
|
-
const _GSMI = "GetSchemaMappingInput";
|
|
286
|
-
const _GSMO = "GetSchemaMappingOutput";
|
|
287
|
-
const _IMIRC = "IdMappingIncrementalRunConfig";
|
|
288
|
-
const _IMJM = "IdMappingJobMetrics";
|
|
289
|
-
const _IMJOS = "IdMappingJobOutputSource";
|
|
290
|
-
const _IMJOSC = "IdMappingJobOutputSourceConfig";
|
|
291
|
-
const _IMRBP = "IdMappingRuleBasedProperties";
|
|
292
|
-
const _IMT = "IdMappingTechniques";
|
|
293
|
-
const _IMWIS = "IdMappingWorkflowInputSource";
|
|
294
|
-
const _IMWISC = "IdMappingWorkflowInputSourceConfig";
|
|
295
|
-
const _IMWL = "IdMappingWorkflowList";
|
|
296
|
-
const _IMWOS = "IdMappingWorkflowOutputSource";
|
|
297
|
-
const _IMWOSC = "IdMappingWorkflowOutputSourceConfig";
|
|
298
|
-
const _IMWS = "IdMappingWorkflowSummary";
|
|
299
|
-
const _INIMWM = "IdNamespaceIdMappingWorkflowMetadata";
|
|
300
|
-
const _INIMWML = "IdNamespaceIdMappingWorkflowMetadataList";
|
|
301
|
-
const _INIMWP = "IdNamespaceIdMappingWorkflowProperties";
|
|
302
|
-
const _INIMWPL = "IdNamespaceIdMappingWorkflowPropertiesList";
|
|
303
|
-
const _INIS = "IdNamespaceInputSource";
|
|
304
|
-
const _INISC = "IdNamespaceInputSourceConfig";
|
|
305
|
-
const _INL = "IdNamespaceList";
|
|
306
|
-
const _INS = "IdNamespaceSummary";
|
|
307
|
-
const _IRC = "IncrementalRunConfig";
|
|
308
|
-
const _IS = "InputSource";
|
|
309
|
-
const _ISC = "IntermediateSourceConfiguration";
|
|
310
|
-
const _ISCn = "InputSourceConfig";
|
|
311
|
-
const _ISE = "InternalServerException";
|
|
312
|
-
const _JL = "JobList";
|
|
313
|
-
const _JM = "JobMetrics";
|
|
314
|
-
const _JOS = "JobOutputSource";
|
|
315
|
-
const _JOSC = "JobOutputSourceConfig";
|
|
316
|
-
const _JS = "JobSummary";
|
|
317
|
-
const _KMSA = "KMSArn";
|
|
318
|
-
const _LIMJ = "ListIdMappingJobs";
|
|
319
|
-
const _LIMJI = "ListIdMappingJobsInput";
|
|
320
|
-
const _LIMJO = "ListIdMappingJobsOutput";
|
|
321
|
-
const _LIMW = "ListIdMappingWorkflows";
|
|
322
|
-
const _LIMWI = "ListIdMappingWorkflowsInput";
|
|
323
|
-
const _LIMWO = "ListIdMappingWorkflowsOutput";
|
|
324
|
-
const _LIN = "ListIdNamespaces";
|
|
325
|
-
const _LINI = "ListIdNamespacesInput";
|
|
326
|
-
const _LINO = "ListIdNamespacesOutput";
|
|
327
|
-
const _LMJ = "ListMatchingJobs";
|
|
328
|
-
const _LMJI = "ListMatchingJobsInput";
|
|
329
|
-
const _LMJO = "ListMatchingJobsOutput";
|
|
330
|
-
const _LMW = "ListMatchingWorkflows";
|
|
331
|
-
const _LMWI = "ListMatchingWorkflowsInput";
|
|
332
|
-
const _LMWO = "ListMatchingWorkflowsOutput";
|
|
333
|
-
const _LPS = "ListProviderServices";
|
|
334
|
-
const _LPSI = "ListProviderServicesInput";
|
|
335
|
-
const _LPSO = "ListProviderServicesOutput";
|
|
336
|
-
const _LSM = "ListSchemaMappings";
|
|
337
|
-
const _LSMI = "ListSchemaMappingsInput";
|
|
338
|
-
const _LSMO = "ListSchemaMappingsOutput";
|
|
339
|
-
const _LTFR = "ListTagsForResource";
|
|
340
|
-
const _LTFRI = "ListTagsForResourceInput";
|
|
341
|
-
const _LTFRO = "ListTagsForResourceOutput";
|
|
342
|
-
const _MG = "MatchGroup";
|
|
343
|
-
const _MGL = "MatchGroupsList";
|
|
344
|
-
const _MR = "MatchedRecord";
|
|
345
|
-
const _MRL = "MatchedRecordsList";
|
|
346
|
-
const _MWL = "MatchingWorkflowList";
|
|
347
|
-
const _MWS = "MatchingWorkflowSummary";
|
|
348
|
-
const _NPP = "NamespaceProviderProperties";
|
|
349
|
-
const _NRBP = "NamespaceRuleBasedProperties";
|
|
350
|
-
const _OA = "OutputAttribute";
|
|
351
|
-
const _OAu = "OutputAttributes";
|
|
352
|
-
const _OS = "OutputSource";
|
|
353
|
-
const _OSC = "OutputSourceConfig";
|
|
354
|
-
const _PCS = "ProviderComponentSchema";
|
|
355
|
-
const _PEC = "ProviderEndpointConfiguration";
|
|
356
|
-
const _PIDAC = "ProviderIntermediateDataAccessConfiguration";
|
|
357
|
-
const _PINSC = "ProviderIdNameSpaceConfiguration";
|
|
358
|
-
const _PMC = "ProviderMarketplaceConfiguration";
|
|
359
|
-
const _PP = "ProviderProperties";
|
|
360
|
-
const _PPI = "PutPolicyInput";
|
|
361
|
-
const _PPO = "PutPolicyOutput";
|
|
362
|
-
const _PPu = "PutPolicy";
|
|
363
|
-
const _PSA = "ProviderSchemaAttribute";
|
|
364
|
-
const _PSAr = "ProviderSchemaAttributes";
|
|
365
|
-
const _PSL = "ProviderServiceList";
|
|
366
|
-
const _PSS = "ProviderServiceSummary";
|
|
367
|
-
const _R = "Record";
|
|
368
|
-
const _RAM = "RecordAttributeMap";
|
|
369
|
-
const _RAMS = "RecordAttributeMapString255";
|
|
370
|
-
const _RBP = "RuleBasedProperties";
|
|
371
|
-
const _RC = "RuleCondition";
|
|
372
|
-
const _RCL = "RuleConditionList";
|
|
373
|
-
const _RCP = "RuleConditionProperties";
|
|
374
|
-
const _RL = "RecordList";
|
|
375
|
-
const _RLu = "RuleList";
|
|
376
|
-
const _RNFE = "ResourceNotFoundException";
|
|
377
|
-
const _RT = "ResolutionTechniques";
|
|
378
|
-
const _Ru = "Rule";
|
|
379
|
-
const _S = "Schemas";
|
|
380
|
-
const _SIA = "SchemaInputAttribute";
|
|
381
|
-
const _SIAc = "SchemaInputAttributes";
|
|
382
|
-
const _SIMJ = "StartIdMappingJob";
|
|
383
|
-
const _SIMJI = "StartIdMappingJobInput";
|
|
384
|
-
const _SIMJO = "StartIdMappingJobOutput";
|
|
385
|
-
const _SMJ = "StartMatchingJob";
|
|
386
|
-
const _SMJI = "StartMatchingJobInput";
|
|
387
|
-
const _SMJO = "StartMatchingJobOutput";
|
|
388
|
-
const _SML = "SchemaMappingList";
|
|
389
|
-
const _SMS = "SchemaMappingSummary";
|
|
390
|
-
const _TE = "ThrottlingException";
|
|
391
|
-
const _TR = "TagResource";
|
|
392
|
-
const _TRI = "TagResourceInput";
|
|
393
|
-
const _TRO = "TagResourceOutput";
|
|
394
|
-
const _UIMW = "UpdateIdMappingWorkflow";
|
|
395
|
-
const _UIMWI = "UpdateIdMappingWorkflowInput";
|
|
396
|
-
const _UIMWO = "UpdateIdMappingWorkflowOutput";
|
|
397
|
-
const _UIN = "UpdateIdNamespace";
|
|
398
|
-
const _UINI = "UpdateIdNamespaceInput";
|
|
399
|
-
const _UINO = "UpdateIdNamespaceOutput";
|
|
400
|
-
const _UMW = "UpdateMatchingWorkflow";
|
|
401
|
-
const _UMWI = "UpdateMatchingWorkflowInput";
|
|
402
|
-
const _UMWO = "UpdateMatchingWorkflowOutput";
|
|
403
|
-
const _UR = "UntagResource";
|
|
404
|
-
const _URI = "UntagResourceInput";
|
|
405
|
-
const _URO = "UntagResourceOutput";
|
|
406
|
-
const _USM = "UpdateSchemaMapping";
|
|
407
|
-
const _USMI = "UpdateSchemaMappingInput";
|
|
408
|
-
const _USMO = "UpdateSchemaMappingOutput";
|
|
409
|
-
const _VE = "ValidationException";
|
|
410
|
-
const _a = "arn";
|
|
411
|
-
const _aAI = "awsAccountIds";
|
|
412
|
-
const _aI = "assetId";
|
|
413
|
-
const _aMM = "attributeMatchingModel";
|
|
414
|
-
const _aN = "applyNormalization";
|
|
415
|
-
const _aO = "anonymizedOutput";
|
|
416
|
-
const _ac = "action";
|
|
417
|
-
const _c = "client";
|
|
418
|
-
const _cA = "createdAt";
|
|
419
|
-
const _cPIC = "customerProfilesIntegrationConfig";
|
|
420
|
-
const _co = "condition";
|
|
421
|
-
const _d = "deleted";
|
|
422
|
-
const _dA = "domainArn";
|
|
423
|
-
const _dRP = "deleteRecordsProcessed";
|
|
424
|
-
const _dSI = "dataSetId";
|
|
425
|
-
const _dUI = "disconnectedUniqueIds";
|
|
426
|
-
const _de = "description";
|
|
427
|
-
const _e = "error";
|
|
428
|
-
const _eD = "errorDetails";
|
|
429
|
-
const _eM = "errorMessage";
|
|
430
|
-
const _eT = "errorType";
|
|
431
|
-
const _eTn = "endTime";
|
|
432
|
-
const _ef = "effect";
|
|
433
|
-
const _er = "errors";
|
|
434
|
-
const _fN = "fieldName";
|
|
435
|
-
const _fR = "failedRecords";
|
|
436
|
-
const _gN = "groupName";
|
|
437
|
-
const _h = "hashed";
|
|
438
|
-
const _hE = "httpError";
|
|
439
|
-
const _hH = "httpHeader";
|
|
440
|
-
const _hQ = "httpQuery";
|
|
441
|
-
const _hW = "hasWorkflows";
|
|
442
|
-
const _ha = "hashing";
|
|
443
|
-
const _ht = "http";
|
|
444
|
-
const _iMT = "idMappingTechniques";
|
|
445
|
-
const _iMTd = "idMappingType";
|
|
446
|
-
const _iMWP = "idMappingWorkflowProperties";
|
|
447
|
-
const _iNA = "idNamespaceArn";
|
|
448
|
-
const _iNN = "idNamespaceName";
|
|
449
|
-
const _iNS = "idNamespaceSummaries";
|
|
450
|
-
const _iR = "inputRecords";
|
|
451
|
-
const _iRC = "incrementalRunConfig";
|
|
452
|
-
const _iRT = "incrementalRunType";
|
|
453
|
-
const _iS = "inputSource";
|
|
454
|
-
const _iSARN = "inputSourceARN";
|
|
455
|
-
const _iSC = "inputSourceConfig";
|
|
456
|
-
const _iSCn = "intermediateSourceConfiguration";
|
|
457
|
-
const _iSP = "intermediateS3Path";
|
|
458
|
-
const _j = "jobs";
|
|
459
|
-
const _jI = "jobId";
|
|
460
|
-
const _jT = "jobType";
|
|
461
|
-
const _lI = "listingId";
|
|
462
|
-
const _m = "message";
|
|
463
|
-
const _mC = "marketplaceConfiguration";
|
|
464
|
-
const _mG = "matchGroups";
|
|
465
|
-
const _mI = "matchId";
|
|
466
|
-
const _mID = "matchIDs";
|
|
467
|
-
const _mIF = "mappedInputFields";
|
|
468
|
-
const _mK = "matchingKeys";
|
|
469
|
-
const _mKa = "matchKey";
|
|
470
|
-
const _mP = "matchPurpose";
|
|
471
|
-
const _mR = "matchRule";
|
|
472
|
-
const _mRR = "mappedRecordsRemoved";
|
|
473
|
-
const _mRa = "maxResults";
|
|
474
|
-
const _mSRR = "mappedSourceRecordsRemoved";
|
|
475
|
-
const _mTRR = "mappedTargetRecordsRemoved";
|
|
476
|
-
const _me = "metrics";
|
|
477
|
-
const _n = "name";
|
|
478
|
-
const _nMR = "newMappedRecords";
|
|
479
|
-
const _nMSR = "newMappedSourceRecords";
|
|
480
|
-
const _nMTR = "newMappedTargetRecords";
|
|
481
|
-
const _nT = "nextToken";
|
|
482
|
-
const _nURL = "newUniqueRecordsLoaded";
|
|
483
|
-
const _o = "output";
|
|
484
|
-
const _oSC = "outputSourceConfig";
|
|
485
|
-
const _oSP = "outputS3Path";
|
|
486
|
-
const _oTA = "objectTypeArn";
|
|
487
|
-
const _p = "principal";
|
|
488
|
-
const _pC = "providerConfiguration";
|
|
489
|
-
const _pCD = "providerConfigurationDefinition";
|
|
490
|
-
const _pCS = "providerComponentSchema";
|
|
491
|
-
const _pEC = "providerEndpointConfiguration";
|
|
492
|
-
const _pEOD = "providerEntityOutputDefinition";
|
|
493
|
-
const _pIDAC = "providerIntermediateDataAccessConfiguration";
|
|
494
|
-
const _pINSC = "providerIdNameSpaceConfiguration";
|
|
495
|
-
const _pJC = "providerJobConfiguration";
|
|
496
|
-
const _pN = "providerName";
|
|
497
|
-
const _pP = "providerProperties";
|
|
498
|
-
const _pSA = "providerServiceArn";
|
|
499
|
-
const _pSAr = "providerSchemaAttributes";
|
|
500
|
-
const _pSCD = "providerSourceConfigurationDefinition";
|
|
501
|
-
const _pSDN = "providerServiceDisplayName";
|
|
502
|
-
const _pSN = "providerServiceName";
|
|
503
|
-
const _pSS = "providerServiceSummaries";
|
|
504
|
-
const _pST = "providerServiceType";
|
|
505
|
-
const _pT = "processingType";
|
|
506
|
-
const _pTCD = "providerTargetConfigurationDefinition";
|
|
507
|
-
const _po = "policy";
|
|
508
|
-
const _qN = "quotaName";
|
|
509
|
-
const _qV = "quotaValue";
|
|
510
|
-
const _r = "records";
|
|
511
|
-
const _rA = "roleArn";
|
|
512
|
-
const _rAM = "recordAttributeMap";
|
|
513
|
-
const _rAe = "resourceArn";
|
|
514
|
-
const _rBA = "requiredBucketActions";
|
|
515
|
-
const _rBP = "ruleBasedProperties";
|
|
516
|
-
const _rCP = "ruleConditionProperties";
|
|
517
|
-
const _rDT = "ruleDefinitionType";
|
|
518
|
-
const _rDTu = "ruleDefinitionTypes";
|
|
519
|
-
const _rI = "recordId";
|
|
520
|
-
const _rIe = "revisionId";
|
|
521
|
-
const _rMM = "recordMatchingModel";
|
|
522
|
-
const _rMMe = "recordMatchingModels";
|
|
523
|
-
const _rN = "ruleName";
|
|
524
|
-
const _rNP = "recordsNotProcessed";
|
|
525
|
-
const _rT = "resolutionTechniques";
|
|
526
|
-
const _rTe = "resolutionType";
|
|
527
|
-
const _re = "record";
|
|
528
|
-
const _ru = "rules";
|
|
529
|
-
const _s = "status";
|
|
530
|
-
const _sA = "schemaArn";
|
|
531
|
-
const _sI = "statementId";
|
|
532
|
-
const _sL = "schemaList";
|
|
533
|
-
const _sN = "schemaName";
|
|
534
|
-
const _sT = "startTime";
|
|
535
|
-
const _sTu = "subType";
|
|
536
|
-
const _sc = "schemas";
|
|
537
|
-
const _se = "server";
|
|
538
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.entityresolution";
|
|
539
|
-
const _t = "token";
|
|
540
|
-
const _tK = "tagKeys";
|
|
541
|
-
const _tMR = "totalMappedRecords";
|
|
542
|
-
const _tMSR = "totalMappedSourceRecords";
|
|
543
|
-
const _tMTR = "totalMappedTargetRecords";
|
|
544
|
-
const _tRP = "totalRecordsProcessed";
|
|
545
|
-
const _ta = "tags";
|
|
546
|
-
const _ty = "type";
|
|
547
|
-
const _uA = "updatedAt";
|
|
548
|
-
const _uI = "uniqueIds";
|
|
549
|
-
const _uIn = "uniqueId";
|
|
550
|
-
const _uRL = "uniqueRecordsLoaded";
|
|
551
|
-
const _wA = "workflowArn";
|
|
552
|
-
const _wN = "workflowName";
|
|
553
|
-
const _wS = "workflowSummaries";
|
|
554
|
-
const n0 = "com.amazonaws.entityresolution";
|
|
555
|
-
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
556
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
557
|
-
[_m],
|
|
558
|
-
[0]
|
|
559
|
-
];
|
|
560
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
561
|
-
var AddPolicyStatementInput$ = [3, n0, _APSI,
|
|
562
|
-
0,
|
|
563
|
-
[_a, _sI, _ef, _ac, _p, _co],
|
|
564
|
-
[[0, 1], [0, 1], 0, 64 | 0, 64 | 0, 0], 5
|
|
565
|
-
];
|
|
566
|
-
var AddPolicyStatementOutput$ = [3, n0, _APSO,
|
|
567
|
-
0,
|
|
568
|
-
[_a, _t, _po],
|
|
569
|
-
[0, 0, 0], 2
|
|
570
|
-
];
|
|
571
|
-
var BatchDeleteUniqueIdInput$ = [3, n0, _BDUII,
|
|
572
|
-
0,
|
|
573
|
-
[_wN, _uI, _iS],
|
|
574
|
-
[[0, 1], [64 | 0, { [_hH]: _uI }], [0, { [_hH]: _iS }]], 2
|
|
575
|
-
];
|
|
576
|
-
var BatchDeleteUniqueIdOutput$ = [3, n0, _BDUIO,
|
|
577
|
-
0,
|
|
578
|
-
[_s, _er, _d, _dUI],
|
|
579
|
-
[0, () => DeleteUniqueIdErrorsList, () => DeletedUniqueIdList, 64 | 0], 4
|
|
580
|
-
];
|
|
581
|
-
var ConflictException$ = [-3, n0, _CE,
|
|
582
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
583
|
-
[_m],
|
|
584
|
-
[0]
|
|
585
|
-
];
|
|
586
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
587
|
-
var CreateIdMappingWorkflowInput$ = [3, n0, _CIMWI,
|
|
588
|
-
0,
|
|
589
|
-
[_wN, _iSC, _iMT, _de, _oSC, _iRC, _rA, _ta],
|
|
590
|
-
[0, () => IdMappingWorkflowInputSourceConfig, () => IdMappingTechniques$, 0, () => IdMappingWorkflowOutputSourceConfig, () => IdMappingIncrementalRunConfig$, 0, 128 | 0], 3
|
|
591
|
-
];
|
|
592
|
-
var CreateIdMappingWorkflowOutput$ = [3, n0, _CIMWO,
|
|
593
|
-
0,
|
|
594
|
-
[_wN, _wA, _iSC, _iMT, _de, _oSC, _iRC, _rA],
|
|
595
|
-
[0, 0, () => IdMappingWorkflowInputSourceConfig, () => IdMappingTechniques$, 0, () => IdMappingWorkflowOutputSourceConfig, () => IdMappingIncrementalRunConfig$, 0], 4
|
|
596
|
-
];
|
|
597
|
-
var CreateIdNamespaceInput$ = [3, n0, _CINI,
|
|
598
|
-
0,
|
|
599
|
-
[_iNN, _ty, _de, _iSC, _iMWP, _rA, _ta],
|
|
600
|
-
[0, 0, 0, () => IdNamespaceInputSourceConfig, () => IdNamespaceIdMappingWorkflowPropertiesList, 0, 128 | 0], 2
|
|
601
|
-
];
|
|
602
|
-
var CreateIdNamespaceOutput$ = [3, n0, _CINO,
|
|
603
|
-
0,
|
|
604
|
-
[_iNN, _iNA, _ty, _cA, _uA, _de, _iSC, _iMWP, _rA, _ta],
|
|
605
|
-
[0, 0, 0, 4, 4, 0, () => IdNamespaceInputSourceConfig, () => IdNamespaceIdMappingWorkflowPropertiesList, 0, 128 | 0], 5
|
|
606
|
-
];
|
|
607
|
-
var CreateMatchingWorkflowInput$ = [3, n0, _CMWI,
|
|
608
|
-
0,
|
|
609
|
-
[_wN, _iSC, _oSC, _rT, _rA, _de, _iRC, _ta],
|
|
610
|
-
[0, () => InputSourceConfig, () => OutputSourceConfig, () => ResolutionTechniques$, 0, 0, () => IncrementalRunConfig$, 128 | 0], 5
|
|
611
|
-
];
|
|
612
|
-
var CreateMatchingWorkflowOutput$ = [3, n0, _CMWO,
|
|
613
|
-
0,
|
|
614
|
-
[_wN, _wA, _iSC, _oSC, _rT, _rA, _de, _iRC],
|
|
615
|
-
[0, 0, () => InputSourceConfig, () => OutputSourceConfig, () => ResolutionTechniques$, 0, 0, () => IncrementalRunConfig$], 6
|
|
616
|
-
];
|
|
617
|
-
var CreateSchemaMappingInput$ = [3, n0, _CSMI,
|
|
618
|
-
0,
|
|
619
|
-
[_sN, _mIF, _de, _ta],
|
|
620
|
-
[0, () => SchemaInputAttributes, 0, 128 | 0], 2
|
|
621
|
-
];
|
|
622
|
-
var CreateSchemaMappingOutput$ = [3, n0, _CSMO,
|
|
623
|
-
0,
|
|
624
|
-
[_sN, _sA, _de, _mIF],
|
|
625
|
-
[0, 0, 0, () => SchemaInputAttributes], 4
|
|
626
|
-
];
|
|
627
|
-
var CustomerProfilesIntegrationConfig$ = [3, n0, _CPIC,
|
|
628
|
-
0,
|
|
629
|
-
[_dA, _oTA],
|
|
630
|
-
[0, 0], 2
|
|
631
|
-
];
|
|
632
|
-
var DeletedUniqueId$ = [3, n0, _DUI,
|
|
633
|
-
0,
|
|
634
|
-
[_uIn],
|
|
635
|
-
[0], 1
|
|
636
|
-
];
|
|
637
|
-
var DeleteIdMappingWorkflowInput$ = [3, n0, _DIMWI,
|
|
638
|
-
0,
|
|
639
|
-
[_wN],
|
|
640
|
-
[[0, 1]], 1
|
|
641
|
-
];
|
|
642
|
-
var DeleteIdMappingWorkflowOutput$ = [3, n0, _DIMWO,
|
|
643
|
-
0,
|
|
644
|
-
[_m],
|
|
645
|
-
[0], 1
|
|
646
|
-
];
|
|
647
|
-
var DeleteIdNamespaceInput$ = [3, n0, _DINI,
|
|
648
|
-
0,
|
|
649
|
-
[_iNN],
|
|
650
|
-
[[0, 1]], 1
|
|
651
|
-
];
|
|
652
|
-
var DeleteIdNamespaceOutput$ = [3, n0, _DINO,
|
|
653
|
-
0,
|
|
654
|
-
[_m],
|
|
655
|
-
[0], 1
|
|
656
|
-
];
|
|
657
|
-
var DeleteMatchingWorkflowInput$ = [3, n0, _DMWI,
|
|
658
|
-
0,
|
|
659
|
-
[_wN],
|
|
660
|
-
[[0, 1]], 1
|
|
661
|
-
];
|
|
662
|
-
var DeleteMatchingWorkflowOutput$ = [3, n0, _DMWO,
|
|
663
|
-
0,
|
|
664
|
-
[_m],
|
|
665
|
-
[0], 1
|
|
666
|
-
];
|
|
667
|
-
var DeletePolicyStatementInput$ = [3, n0, _DPSI,
|
|
668
|
-
0,
|
|
669
|
-
[_a, _sI],
|
|
670
|
-
[[0, 1], [0, 1]], 2
|
|
671
|
-
];
|
|
672
|
-
var DeletePolicyStatementOutput$ = [3, n0, _DPSO,
|
|
673
|
-
0,
|
|
674
|
-
[_a, _t, _po],
|
|
675
|
-
[0, 0, 0], 2
|
|
676
|
-
];
|
|
677
|
-
var DeleteSchemaMappingInput$ = [3, n0, _DSMI,
|
|
678
|
-
0,
|
|
679
|
-
[_sN],
|
|
680
|
-
[[0, 1]], 1
|
|
681
|
-
];
|
|
682
|
-
var DeleteSchemaMappingOutput$ = [3, n0, _DSMO,
|
|
683
|
-
0,
|
|
684
|
-
[_m],
|
|
685
|
-
[0], 1
|
|
686
|
-
];
|
|
687
|
-
var DeleteUniqueIdError$ = [3, n0, _DUIE,
|
|
688
|
-
0,
|
|
689
|
-
[_uIn, _eT],
|
|
690
|
-
[0, 0], 2
|
|
691
|
-
];
|
|
692
|
-
var ErrorDetails$ = [3, n0, _ED,
|
|
693
|
-
0,
|
|
694
|
-
[_eM],
|
|
695
|
-
[0]
|
|
696
|
-
];
|
|
697
|
-
var ExceedsLimitException$ = [-3, n0, _ELE,
|
|
698
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
699
|
-
[_m, _qN, _qV],
|
|
700
|
-
[0, 0, 1]
|
|
701
|
-
];
|
|
702
|
-
schema.TypeRegistry.for(n0).registerError(ExceedsLimitException$, ExceedsLimitException);
|
|
703
|
-
var FailedRecord$ = [3, n0, _FR,
|
|
704
|
-
0,
|
|
705
|
-
[_iSARN, _uIn, _eM],
|
|
706
|
-
[0, 0, 0], 3
|
|
707
|
-
];
|
|
708
|
-
var GenerateMatchIdInput$ = [3, n0, _GMII,
|
|
709
|
-
0,
|
|
710
|
-
[_wN, _r, _pT],
|
|
711
|
-
[[0, 1], [() => RecordList, 0], 0], 2
|
|
712
|
-
];
|
|
713
|
-
var GenerateMatchIdOutput$ = [3, n0, _GMIO,
|
|
714
|
-
0,
|
|
715
|
-
[_mG, _fR],
|
|
716
|
-
[() => MatchGroupsList, () => FailedRecordsList], 2
|
|
717
|
-
];
|
|
718
|
-
var GetIdMappingJobInput$ = [3, n0, _GIMJI,
|
|
719
|
-
0,
|
|
720
|
-
[_wN, _jI],
|
|
721
|
-
[[0, 1], [0, 1]], 2
|
|
722
|
-
];
|
|
723
|
-
var GetIdMappingJobOutput$ = [3, n0, _GIMJO,
|
|
724
|
-
0,
|
|
725
|
-
[_jI, _s, _sT, _eTn, _me, _eD, _oSC, _jT],
|
|
726
|
-
[0, 0, 4, 4, () => IdMappingJobMetrics$, () => ErrorDetails$, () => IdMappingJobOutputSourceConfig, 0], 3
|
|
727
|
-
];
|
|
728
|
-
var GetIdMappingWorkflowInput$ = [3, n0, _GIMWI,
|
|
729
|
-
0,
|
|
730
|
-
[_wN],
|
|
731
|
-
[[0, 1]], 1
|
|
732
|
-
];
|
|
733
|
-
var GetIdMappingWorkflowOutput$ = [3, n0, _GIMWO,
|
|
734
|
-
0,
|
|
735
|
-
[_wN, _wA, _iSC, _iMT, _cA, _uA, _de, _oSC, _iRC, _rA, _ta],
|
|
736
|
-
[0, 0, () => IdMappingWorkflowInputSourceConfig, () => IdMappingTechniques$, 4, 4, 0, () => IdMappingWorkflowOutputSourceConfig, () => IdMappingIncrementalRunConfig$, 0, 128 | 0], 6
|
|
737
|
-
];
|
|
738
|
-
var GetIdNamespaceInput$ = [3, n0, _GINI,
|
|
739
|
-
0,
|
|
740
|
-
[_iNN],
|
|
741
|
-
[[0, 1]], 1
|
|
742
|
-
];
|
|
743
|
-
var GetIdNamespaceOutput$ = [3, n0, _GINO,
|
|
744
|
-
0,
|
|
745
|
-
[_iNN, _iNA, _ty, _cA, _uA, _de, _iSC, _iMWP, _rA, _ta],
|
|
746
|
-
[0, 0, 0, 4, 4, 0, () => IdNamespaceInputSourceConfig, () => IdNamespaceIdMappingWorkflowPropertiesList, 0, 128 | 0], 5
|
|
747
|
-
];
|
|
748
|
-
var GetMatchIdInput$ = [3, n0, _GMIIe,
|
|
749
|
-
0,
|
|
750
|
-
[_wN, _re, _aN],
|
|
751
|
-
[[0, 1], [() => RecordAttributeMap, 0], 2], 2
|
|
752
|
-
];
|
|
753
|
-
var GetMatchIdOutput$ = [3, n0, _GMIOe,
|
|
754
|
-
0,
|
|
755
|
-
[_mI, _mR],
|
|
756
|
-
[0, 0]
|
|
757
|
-
];
|
|
758
|
-
var GetMatchingJobInput$ = [3, n0, _GMJI,
|
|
759
|
-
0,
|
|
760
|
-
[_wN, _jI],
|
|
761
|
-
[[0, 1], [0, 1]], 2
|
|
762
|
-
];
|
|
763
|
-
var GetMatchingJobOutput$ = [3, n0, _GMJO,
|
|
764
|
-
0,
|
|
765
|
-
[_jI, _s, _sT, _eTn, _me, _eD, _oSC],
|
|
766
|
-
[0, 0, 4, 4, () => JobMetrics$, () => ErrorDetails$, () => JobOutputSourceConfig], 3
|
|
767
|
-
];
|
|
768
|
-
var GetMatchingWorkflowInput$ = [3, n0, _GMWI,
|
|
769
|
-
0,
|
|
770
|
-
[_wN],
|
|
771
|
-
[[0, 1]], 1
|
|
772
|
-
];
|
|
773
|
-
var GetMatchingWorkflowOutput$ = [3, n0, _GMWO,
|
|
774
|
-
0,
|
|
775
|
-
[_wN, _wA, _iSC, _oSC, _rT, _cA, _uA, _rA, _de, _iRC, _ta],
|
|
776
|
-
[0, 0, () => InputSourceConfig, () => OutputSourceConfig, () => ResolutionTechniques$, 4, 4, 0, 0, () => IncrementalRunConfig$, 128 | 0], 8
|
|
777
|
-
];
|
|
778
|
-
var GetPolicyInput$ = [3, n0, _GPI,
|
|
779
|
-
0,
|
|
780
|
-
[_a],
|
|
781
|
-
[[0, 1]], 1
|
|
782
|
-
];
|
|
783
|
-
var GetPolicyOutput$ = [3, n0, _GPO,
|
|
784
|
-
0,
|
|
785
|
-
[_a, _t, _po],
|
|
786
|
-
[0, 0, 0], 2
|
|
787
|
-
];
|
|
788
|
-
var GetProviderServiceInput$ = [3, n0, _GPSI,
|
|
789
|
-
0,
|
|
790
|
-
[_pN, _pSN],
|
|
791
|
-
[[0, 1], [0, 1]], 2
|
|
792
|
-
];
|
|
793
|
-
var GetProviderServiceOutput$ = [3, n0, _GPSO,
|
|
794
|
-
0,
|
|
795
|
-
[_pN, _pSN, _pSDN, _pST, _pSA, _pEC, _aO, _pEOD, _pCD, _pINSC, _pJC, _pIDAC, _pCS],
|
|
796
|
-
[0, 0, 0, 0, 0, () => ProviderEndpointConfiguration$, 2, 15, 15, () => ProviderIdNameSpaceConfiguration$, 15, () => ProviderIntermediateDataAccessConfiguration$, () => ProviderComponentSchema$], 8
|
|
797
|
-
];
|
|
798
|
-
var GetSchemaMappingInput$ = [3, n0, _GSMI,
|
|
799
|
-
0,
|
|
800
|
-
[_sN],
|
|
801
|
-
[[0, 1]], 1
|
|
802
|
-
];
|
|
803
|
-
var GetSchemaMappingOutput$ = [3, n0, _GSMO,
|
|
804
|
-
0,
|
|
805
|
-
[_sN, _sA, _mIF, _cA, _uA, _hW, _de, _ta],
|
|
806
|
-
[0, 0, () => SchemaInputAttributes, 4, 4, 2, 0, 128 | 0], 6
|
|
807
|
-
];
|
|
808
|
-
var IdMappingIncrementalRunConfig$ = [3, n0, _IMIRC,
|
|
809
|
-
0,
|
|
810
|
-
[_iRT],
|
|
811
|
-
[0]
|
|
812
|
-
];
|
|
813
|
-
var IdMappingJobMetrics$ = [3, n0, _IMJM,
|
|
814
|
-
0,
|
|
815
|
-
[_iR, _tRP, _rNP, _dRP, _tMR, _tMSR, _tMTR, _uRL, _nMR, _nMSR, _nMTR, _nURL, _mRR, _mSRR, _mTRR],
|
|
816
|
-
[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
|
|
817
|
-
];
|
|
818
|
-
var IdMappingJobOutputSource$ = [3, n0, _IMJOS,
|
|
819
|
-
0,
|
|
820
|
-
[_rA, _oSP, _KMSA],
|
|
821
|
-
[0, 0, 0], 2
|
|
822
|
-
];
|
|
823
|
-
var IdMappingRuleBasedProperties$ = [3, n0, _IMRBP,
|
|
824
|
-
0,
|
|
825
|
-
[_rDT, _aMM, _rMM, _ru],
|
|
826
|
-
[0, 0, 0, () => RuleList], 3
|
|
827
|
-
];
|
|
828
|
-
var IdMappingTechniques$ = [3, n0, _IMT,
|
|
829
|
-
0,
|
|
830
|
-
[_iMTd, _rBP, _pP],
|
|
831
|
-
[0, () => IdMappingRuleBasedProperties$, () => ProviderProperties$], 1
|
|
832
|
-
];
|
|
833
|
-
var IdMappingWorkflowInputSource$ = [3, n0, _IMWIS,
|
|
834
|
-
0,
|
|
835
|
-
[_iSARN, _sN, _ty],
|
|
836
|
-
[0, 0, 0], 1
|
|
837
|
-
];
|
|
838
|
-
var IdMappingWorkflowOutputSource$ = [3, n0, _IMWOS,
|
|
839
|
-
0,
|
|
840
|
-
[_oSP, _KMSA],
|
|
841
|
-
[0, 0], 1
|
|
842
|
-
];
|
|
843
|
-
var IdMappingWorkflowSummary$ = [3, n0, _IMWS,
|
|
844
|
-
0,
|
|
845
|
-
[_wN, _wA, _cA, _uA],
|
|
846
|
-
[0, 0, 4, 4], 4
|
|
847
|
-
];
|
|
848
|
-
var IdNamespaceIdMappingWorkflowMetadata$ = [3, n0, _INIMWM,
|
|
849
|
-
0,
|
|
850
|
-
[_iMTd],
|
|
851
|
-
[0], 1
|
|
852
|
-
];
|
|
853
|
-
var IdNamespaceIdMappingWorkflowProperties$ = [3, n0, _INIMWP,
|
|
854
|
-
0,
|
|
855
|
-
[_iMTd, _rBP, _pP],
|
|
856
|
-
[0, () => NamespaceRuleBasedProperties$, () => NamespaceProviderProperties$], 1
|
|
857
|
-
];
|
|
858
|
-
var IdNamespaceInputSource$ = [3, n0, _INIS,
|
|
859
|
-
0,
|
|
860
|
-
[_iSARN, _sN],
|
|
861
|
-
[0, 0], 1
|
|
862
|
-
];
|
|
863
|
-
var IdNamespaceSummary$ = [3, n0, _INS,
|
|
864
|
-
0,
|
|
865
|
-
[_iNN, _iNA, _ty, _cA, _uA, _de, _iMWP],
|
|
866
|
-
[0, 0, 0, 4, 4, 0, () => IdNamespaceIdMappingWorkflowMetadataList], 5
|
|
867
|
-
];
|
|
868
|
-
var IncrementalRunConfig$ = [3, n0, _IRC,
|
|
869
|
-
0,
|
|
870
|
-
[_iRT],
|
|
871
|
-
[0]
|
|
872
|
-
];
|
|
873
|
-
var InputSource$ = [3, n0, _IS,
|
|
874
|
-
0,
|
|
875
|
-
[_iSARN, _sN, _aN],
|
|
876
|
-
[0, 0, 2], 2
|
|
877
|
-
];
|
|
878
|
-
var IntermediateSourceConfiguration$ = [3, n0, _ISC,
|
|
879
|
-
0,
|
|
880
|
-
[_iSP],
|
|
881
|
-
[0], 1
|
|
882
|
-
];
|
|
883
|
-
var InternalServerException$ = [-3, n0, _ISE,
|
|
884
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
885
|
-
[_m],
|
|
886
|
-
[0]
|
|
887
|
-
];
|
|
888
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
889
|
-
var JobMetrics$ = [3, n0, _JM,
|
|
890
|
-
0,
|
|
891
|
-
[_iR, _tRP, _rNP, _dRP, _mID],
|
|
892
|
-
[1, 1, 1, 1, 1]
|
|
893
|
-
];
|
|
894
|
-
var JobOutputSource$ = [3, n0, _JOS,
|
|
895
|
-
0,
|
|
896
|
-
[_rA, _oSP, _KMSA],
|
|
897
|
-
[0, 0, 0], 2
|
|
898
|
-
];
|
|
899
|
-
var JobSummary$ = [3, n0, _JS,
|
|
900
|
-
0,
|
|
901
|
-
[_jI, _s, _sT, _eTn],
|
|
902
|
-
[0, 0, 4, 4], 3
|
|
903
|
-
];
|
|
904
|
-
var ListIdMappingJobsInput$ = [3, n0, _LIMJI,
|
|
905
|
-
0,
|
|
906
|
-
[_wN, _nT, _mRa],
|
|
907
|
-
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 1
|
|
908
|
-
];
|
|
909
|
-
var ListIdMappingJobsOutput$ = [3, n0, _LIMJO,
|
|
910
|
-
0,
|
|
911
|
-
[_j, _nT],
|
|
912
|
-
[() => JobList, 0]
|
|
913
|
-
];
|
|
914
|
-
var ListIdMappingWorkflowsInput$ = [3, n0, _LIMWI,
|
|
915
|
-
0,
|
|
916
|
-
[_nT, _mRa],
|
|
917
|
-
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]]
|
|
918
|
-
];
|
|
919
|
-
var ListIdMappingWorkflowsOutput$ = [3, n0, _LIMWO,
|
|
920
|
-
0,
|
|
921
|
-
[_wS, _nT],
|
|
922
|
-
[() => IdMappingWorkflowList, 0]
|
|
923
|
-
];
|
|
924
|
-
var ListIdNamespacesInput$ = [3, n0, _LINI,
|
|
925
|
-
0,
|
|
926
|
-
[_nT, _mRa],
|
|
927
|
-
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]]
|
|
928
|
-
];
|
|
929
|
-
var ListIdNamespacesOutput$ = [3, n0, _LINO,
|
|
930
|
-
0,
|
|
931
|
-
[_iNS, _nT],
|
|
932
|
-
[() => IdNamespaceList, 0]
|
|
933
|
-
];
|
|
934
|
-
var ListMatchingJobsInput$ = [3, n0, _LMJI,
|
|
935
|
-
0,
|
|
936
|
-
[_wN, _nT, _mRa],
|
|
937
|
-
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]], 1
|
|
938
|
-
];
|
|
939
|
-
var ListMatchingJobsOutput$ = [3, n0, _LMJO,
|
|
940
|
-
0,
|
|
941
|
-
[_j, _nT],
|
|
942
|
-
[() => JobList, 0]
|
|
943
|
-
];
|
|
944
|
-
var ListMatchingWorkflowsInput$ = [3, n0, _LMWI,
|
|
945
|
-
0,
|
|
946
|
-
[_nT, _mRa],
|
|
947
|
-
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]]
|
|
948
|
-
];
|
|
949
|
-
var ListMatchingWorkflowsOutput$ = [3, n0, _LMWO,
|
|
950
|
-
0,
|
|
951
|
-
[_wS, _nT],
|
|
952
|
-
[() => MatchingWorkflowList, 0]
|
|
953
|
-
];
|
|
954
|
-
var ListProviderServicesInput$ = [3, n0, _LPSI,
|
|
955
|
-
0,
|
|
956
|
-
[_nT, _mRa, _pN],
|
|
957
|
-
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _pN }]]
|
|
958
|
-
];
|
|
959
|
-
var ListProviderServicesOutput$ = [3, n0, _LPSO,
|
|
960
|
-
0,
|
|
961
|
-
[_pSS, _nT],
|
|
962
|
-
[() => ProviderServiceList, 0]
|
|
963
|
-
];
|
|
964
|
-
var ListSchemaMappingsInput$ = [3, n0, _LSMI,
|
|
965
|
-
0,
|
|
966
|
-
[_nT, _mRa],
|
|
967
|
-
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mRa }]]
|
|
968
|
-
];
|
|
969
|
-
var ListSchemaMappingsOutput$ = [3, n0, _LSMO,
|
|
970
|
-
0,
|
|
971
|
-
[_sL, _nT],
|
|
972
|
-
[() => SchemaMappingList, 0]
|
|
973
|
-
];
|
|
974
|
-
var ListTagsForResourceInput$ = [3, n0, _LTFRI,
|
|
975
|
-
0,
|
|
976
|
-
[_rAe],
|
|
977
|
-
[[0, 1]], 1
|
|
978
|
-
];
|
|
979
|
-
var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
|
|
980
|
-
0,
|
|
981
|
-
[_ta],
|
|
982
|
-
[128 | 0], 1
|
|
983
|
-
];
|
|
984
|
-
var MatchedRecord$ = [3, n0, _MR,
|
|
985
|
-
0,
|
|
986
|
-
[_iSARN, _rI],
|
|
987
|
-
[0, 0], 2
|
|
988
|
-
];
|
|
989
|
-
var MatchGroup$ = [3, n0, _MG,
|
|
990
|
-
0,
|
|
991
|
-
[_r, _mI, _mR],
|
|
992
|
-
[() => MatchedRecordsList, 0, 0], 3
|
|
993
|
-
];
|
|
994
|
-
var MatchingWorkflowSummary$ = [3, n0, _MWS,
|
|
995
|
-
0,
|
|
996
|
-
[_wN, _wA, _cA, _uA, _rTe],
|
|
997
|
-
[0, 0, 4, 4, 0], 5
|
|
998
|
-
];
|
|
999
|
-
var NamespaceProviderProperties$ = [3, n0, _NPP,
|
|
1000
|
-
0,
|
|
1001
|
-
[_pSA, _pC],
|
|
1002
|
-
[0, 15], 1
|
|
1003
|
-
];
|
|
1004
|
-
var NamespaceRuleBasedProperties$ = [3, n0, _NRBP,
|
|
1005
|
-
0,
|
|
1006
|
-
[_ru, _rDTu, _aMM, _rMMe],
|
|
1007
|
-
[() => RuleList, 64 | 0, 0, 64 | 0]
|
|
1008
|
-
];
|
|
1009
|
-
var OutputAttribute$ = [3, n0, _OA,
|
|
1010
|
-
0,
|
|
1011
|
-
[_n, _h],
|
|
1012
|
-
[0, 2], 1
|
|
1013
|
-
];
|
|
1014
|
-
var OutputSource$ = [3, n0, _OS,
|
|
1015
|
-
0,
|
|
1016
|
-
[_o, _KMSA, _oSP, _aN, _cPIC],
|
|
1017
|
-
[() => OutputAttributes, 0, 0, 2, () => CustomerProfilesIntegrationConfig$], 1
|
|
1018
|
-
];
|
|
1019
|
-
var ProviderComponentSchema$ = [3, n0, _PCS,
|
|
1020
|
-
0,
|
|
1021
|
-
[_sc, _pSAr],
|
|
1022
|
-
[[1, n0, _S, 0, 64 | 0], () => ProviderSchemaAttributes]
|
|
1023
|
-
];
|
|
1024
|
-
var ProviderIdNameSpaceConfiguration$ = [3, n0, _PINSC,
|
|
1025
|
-
0,
|
|
1026
|
-
[_de, _pTCD, _pSCD],
|
|
1027
|
-
[0, 15, 15]
|
|
1028
|
-
];
|
|
1029
|
-
var ProviderIntermediateDataAccessConfiguration$ = [3, n0, _PIDAC,
|
|
1030
|
-
0,
|
|
1031
|
-
[_aAI, _rBA],
|
|
1032
|
-
[64 | 0, 64 | 0]
|
|
1033
|
-
];
|
|
1034
|
-
var ProviderMarketplaceConfiguration$ = [3, n0, _PMC,
|
|
1035
|
-
0,
|
|
1036
|
-
[_dSI, _rIe, _aI, _lI],
|
|
1037
|
-
[0, 0, 0, 0], 4
|
|
1038
|
-
];
|
|
1039
|
-
var ProviderProperties$ = [3, n0, _PP,
|
|
1040
|
-
0,
|
|
1041
|
-
[_pSA, _pC, _iSCn],
|
|
1042
|
-
[0, 15, () => IntermediateSourceConfiguration$], 1
|
|
1043
|
-
];
|
|
1044
|
-
var ProviderSchemaAttribute$ = [3, n0, _PSA,
|
|
1045
|
-
0,
|
|
1046
|
-
[_fN, _ty, _sTu, _ha],
|
|
1047
|
-
[0, 0, 0, 2], 2
|
|
1048
|
-
];
|
|
1049
|
-
var ProviderServiceSummary$ = [3, n0, _PSS,
|
|
1050
|
-
0,
|
|
1051
|
-
[_pSA, _pN, _pSDN, _pSN, _pST],
|
|
1052
|
-
[0, 0, 0, 0, 0], 5
|
|
1053
|
-
];
|
|
1054
|
-
var PutPolicyInput$ = [3, n0, _PPI,
|
|
1055
|
-
0,
|
|
1056
|
-
[_a, _po, _t],
|
|
1057
|
-
[[0, 1], 0, 0], 2
|
|
1058
|
-
];
|
|
1059
|
-
var PutPolicyOutput$ = [3, n0, _PPO,
|
|
1060
|
-
0,
|
|
1061
|
-
[_a, _t, _po],
|
|
1062
|
-
[0, 0, 0], 2
|
|
1063
|
-
];
|
|
1064
|
-
var _Record$ = [3, n0, _R,
|
|
1065
|
-
0,
|
|
1066
|
-
[_iSARN, _uIn, _rAM],
|
|
1067
|
-
[0, 0, [() => RecordAttributeMapString255, 0]], 3
|
|
1068
|
-
];
|
|
1069
|
-
var ResolutionTechniques$ = [3, n0, _RT,
|
|
1070
|
-
0,
|
|
1071
|
-
[_rTe, _rBP, _rCP, _pP],
|
|
1072
|
-
[0, () => RuleBasedProperties$, () => RuleConditionProperties$, () => ProviderProperties$], 1
|
|
1073
|
-
];
|
|
1074
|
-
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1075
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1076
|
-
[_m],
|
|
1077
|
-
[0]
|
|
1078
|
-
];
|
|
1079
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1080
|
-
var Rule$ = [3, n0, _Ru,
|
|
1081
|
-
0,
|
|
1082
|
-
[_rN, _mK],
|
|
1083
|
-
[0, 64 | 0], 2
|
|
1084
|
-
];
|
|
1085
|
-
var RuleBasedProperties$ = [3, n0, _RBP,
|
|
1086
|
-
0,
|
|
1087
|
-
[_ru, _aMM, _mP],
|
|
1088
|
-
[() => RuleList, 0, 0], 2
|
|
1089
|
-
];
|
|
1090
|
-
var RuleCondition$ = [3, n0, _RC,
|
|
1091
|
-
0,
|
|
1092
|
-
[_rN, _co],
|
|
1093
|
-
[0, 0], 2
|
|
1094
|
-
];
|
|
1095
|
-
var RuleConditionProperties$ = [3, n0, _RCP,
|
|
1096
|
-
0,
|
|
1097
|
-
[_ru],
|
|
1098
|
-
[() => RuleConditionList], 1
|
|
1099
|
-
];
|
|
1100
|
-
var SchemaInputAttribute$ = [3, n0, _SIA,
|
|
1101
|
-
0,
|
|
1102
|
-
[_fN, _ty, _gN, _mKa, _sTu, _h],
|
|
1103
|
-
[0, 0, 0, 0, 0, 2], 2
|
|
1104
|
-
];
|
|
1105
|
-
var SchemaMappingSummary$ = [3, n0, _SMS,
|
|
1106
|
-
0,
|
|
1107
|
-
[_sN, _sA, _cA, _uA, _hW],
|
|
1108
|
-
[0, 0, 4, 4, 2], 5
|
|
1109
|
-
];
|
|
1110
|
-
var StartIdMappingJobInput$ = [3, n0, _SIMJI,
|
|
1111
|
-
0,
|
|
1112
|
-
[_wN, _oSC, _jT],
|
|
1113
|
-
[[0, 1], () => IdMappingJobOutputSourceConfig, 0], 1
|
|
1114
|
-
];
|
|
1115
|
-
var StartIdMappingJobOutput$ = [3, n0, _SIMJO,
|
|
1116
|
-
0,
|
|
1117
|
-
[_jI, _oSC, _jT],
|
|
1118
|
-
[0, () => IdMappingJobOutputSourceConfig, 0], 1
|
|
1119
|
-
];
|
|
1120
|
-
var StartMatchingJobInput$ = [3, n0, _SMJI,
|
|
1121
|
-
0,
|
|
1122
|
-
[_wN],
|
|
1123
|
-
[[0, 1]], 1
|
|
1124
|
-
];
|
|
1125
|
-
var StartMatchingJobOutput$ = [3, n0, _SMJO,
|
|
1126
|
-
0,
|
|
1127
|
-
[_jI],
|
|
1128
|
-
[0], 1
|
|
1129
|
-
];
|
|
1130
|
-
var TagResourceInput$ = [3, n0, _TRI,
|
|
1131
|
-
0,
|
|
1132
|
-
[_rAe, _ta],
|
|
1133
|
-
[[0, 1], 128 | 0], 2
|
|
1134
|
-
];
|
|
1135
|
-
var TagResourceOutput$ = [3, n0, _TRO,
|
|
1136
|
-
0,
|
|
1137
|
-
[],
|
|
1138
|
-
[]
|
|
1139
|
-
];
|
|
1140
|
-
var ThrottlingException$ = [-3, n0, _TE,
|
|
1141
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
1142
|
-
[_m],
|
|
1143
|
-
[0]
|
|
1144
|
-
];
|
|
1145
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1146
|
-
var UntagResourceInput$ = [3, n0, _URI,
|
|
1147
|
-
0,
|
|
1148
|
-
[_rAe, _tK],
|
|
1149
|
-
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
1150
|
-
];
|
|
1151
|
-
var UntagResourceOutput$ = [3, n0, _URO,
|
|
1152
|
-
0,
|
|
1153
|
-
[],
|
|
1154
|
-
[]
|
|
1155
|
-
];
|
|
1156
|
-
var UpdateIdMappingWorkflowInput$ = [3, n0, _UIMWI,
|
|
1157
|
-
0,
|
|
1158
|
-
[_wN, _iSC, _iMT, _de, _oSC, _iRC, _rA],
|
|
1159
|
-
[[0, 1], () => IdMappingWorkflowInputSourceConfig, () => IdMappingTechniques$, 0, () => IdMappingWorkflowOutputSourceConfig, () => IdMappingIncrementalRunConfig$, 0], 3
|
|
1160
|
-
];
|
|
1161
|
-
var UpdateIdMappingWorkflowOutput$ = [3, n0, _UIMWO,
|
|
1162
|
-
0,
|
|
1163
|
-
[_wN, _wA, _iSC, _iMT, _de, _oSC, _iRC, _rA],
|
|
1164
|
-
[0, 0, () => IdMappingWorkflowInputSourceConfig, () => IdMappingTechniques$, 0, () => IdMappingWorkflowOutputSourceConfig, () => IdMappingIncrementalRunConfig$, 0], 4
|
|
1165
|
-
];
|
|
1166
|
-
var UpdateIdNamespaceInput$ = [3, n0, _UINI,
|
|
1167
|
-
0,
|
|
1168
|
-
[_iNN, _de, _iSC, _iMWP, _rA],
|
|
1169
|
-
[[0, 1], 0, () => IdNamespaceInputSourceConfig, () => IdNamespaceIdMappingWorkflowPropertiesList, 0], 1
|
|
1170
|
-
];
|
|
1171
|
-
var UpdateIdNamespaceOutput$ = [3, n0, _UINO,
|
|
1172
|
-
0,
|
|
1173
|
-
[_iNN, _iNA, _ty, _cA, _uA, _de, _iSC, _iMWP, _rA],
|
|
1174
|
-
[0, 0, 0, 4, 4, 0, () => IdNamespaceInputSourceConfig, () => IdNamespaceIdMappingWorkflowPropertiesList, 0], 5
|
|
1175
|
-
];
|
|
1176
|
-
var UpdateMatchingWorkflowInput$ = [3, n0, _UMWI,
|
|
1177
|
-
0,
|
|
1178
|
-
[_wN, _iSC, _oSC, _rT, _rA, _de, _iRC],
|
|
1179
|
-
[[0, 1], () => InputSourceConfig, () => OutputSourceConfig, () => ResolutionTechniques$, 0, 0, () => IncrementalRunConfig$], 5
|
|
1180
|
-
];
|
|
1181
|
-
var UpdateMatchingWorkflowOutput$ = [3, n0, _UMWO,
|
|
1182
|
-
0,
|
|
1183
|
-
[_wN, _iSC, _oSC, _rT, _rA, _de, _iRC],
|
|
1184
|
-
[0, () => InputSourceConfig, () => OutputSourceConfig, () => ResolutionTechniques$, 0, 0, () => IncrementalRunConfig$], 5
|
|
1185
|
-
];
|
|
1186
|
-
var UpdateSchemaMappingInput$ = [3, n0, _USMI,
|
|
1187
|
-
0,
|
|
1188
|
-
[_sN, _mIF, _de],
|
|
1189
|
-
[[0, 1], () => SchemaInputAttributes, 0], 2
|
|
1190
|
-
];
|
|
1191
|
-
var UpdateSchemaMappingOutput$ = [3, n0, _USMO,
|
|
1192
|
-
0,
|
|
1193
|
-
[_sN, _sA, _mIF, _de],
|
|
1194
|
-
[0, 0, () => SchemaInputAttributes, 0], 3
|
|
1195
|
-
];
|
|
1196
|
-
var ValidationException$ = [-3, n0, _VE,
|
|
1197
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1198
|
-
[_m],
|
|
1199
|
-
[0]
|
|
1200
|
-
];
|
|
1201
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
1202
|
-
var EntityResolutionServiceException$ = [-3, _sm, "EntityResolutionServiceException", 0, [], []];
|
|
1203
|
-
schema.TypeRegistry.for(_sm).registerError(EntityResolutionServiceException$, EntityResolutionServiceException);
|
|
1204
|
-
var DeletedUniqueIdList = [1, n0, _DUIL,
|
|
1205
|
-
0, () => DeletedUniqueId$
|
|
1206
|
-
];
|
|
1207
|
-
var DeleteUniqueIdErrorsList = [1, n0, _DUIEL,
|
|
1208
|
-
0, () => DeleteUniqueIdError$
|
|
1209
|
-
];
|
|
1210
|
-
var FailedRecordsList = [1, n0, _FRL,
|
|
1211
|
-
0, () => FailedRecord$
|
|
1212
|
-
];
|
|
1213
|
-
var IdMappingJobOutputSourceConfig = [1, n0, _IMJOSC,
|
|
1214
|
-
0, () => IdMappingJobOutputSource$
|
|
1215
|
-
];
|
|
1216
|
-
var IdMappingWorkflowInputSourceConfig = [1, n0, _IMWISC,
|
|
1217
|
-
0, () => IdMappingWorkflowInputSource$
|
|
1218
|
-
];
|
|
1219
|
-
var IdMappingWorkflowList = [1, n0, _IMWL,
|
|
1220
|
-
0, () => IdMappingWorkflowSummary$
|
|
1221
|
-
];
|
|
1222
|
-
var IdMappingWorkflowOutputSourceConfig = [1, n0, _IMWOSC,
|
|
1223
|
-
0, () => IdMappingWorkflowOutputSource$
|
|
1224
|
-
];
|
|
1225
|
-
var IdNamespaceIdMappingWorkflowMetadataList = [1, n0, _INIMWML,
|
|
1226
|
-
0, () => IdNamespaceIdMappingWorkflowMetadata$
|
|
1227
|
-
];
|
|
1228
|
-
var IdNamespaceIdMappingWorkflowPropertiesList = [1, n0, _INIMWPL,
|
|
1229
|
-
0, () => IdNamespaceIdMappingWorkflowProperties$
|
|
1230
|
-
];
|
|
1231
|
-
var IdNamespaceInputSourceConfig = [1, n0, _INISC,
|
|
1232
|
-
0, () => IdNamespaceInputSource$
|
|
1233
|
-
];
|
|
1234
|
-
var IdNamespaceList = [1, n0, _INL,
|
|
1235
|
-
0, () => IdNamespaceSummary$
|
|
1236
|
-
];
|
|
1237
|
-
var InputSourceConfig = [1, n0, _ISCn,
|
|
1238
|
-
0, () => InputSource$
|
|
1239
|
-
];
|
|
1240
|
-
var JobList = [1, n0, _JL,
|
|
1241
|
-
0, () => JobSummary$
|
|
1242
|
-
];
|
|
1243
|
-
var JobOutputSourceConfig = [1, n0, _JOSC,
|
|
1244
|
-
0, () => JobOutputSource$
|
|
1245
|
-
];
|
|
1246
|
-
var MatchedRecordsList = [1, n0, _MRL,
|
|
1247
|
-
0, () => MatchedRecord$
|
|
1248
|
-
];
|
|
1249
|
-
var MatchGroupsList = [1, n0, _MGL,
|
|
1250
|
-
0, () => MatchGroup$
|
|
1251
|
-
];
|
|
1252
|
-
var MatchingWorkflowList = [1, n0, _MWL,
|
|
1253
|
-
0, () => MatchingWorkflowSummary$
|
|
1254
|
-
];
|
|
1255
|
-
var OutputAttributes = [1, n0, _OAu,
|
|
1256
|
-
0, () => OutputAttribute$
|
|
1257
|
-
];
|
|
1258
|
-
var OutputSourceConfig = [1, n0, _OSC,
|
|
1259
|
-
0, () => OutputSource$
|
|
1260
|
-
];
|
|
1261
|
-
var ProviderSchemaAttributes = [1, n0, _PSAr,
|
|
1262
|
-
0, () => ProviderSchemaAttribute$
|
|
1263
|
-
];
|
|
1264
|
-
var ProviderServiceList = [1, n0, _PSL,
|
|
1265
|
-
0, () => ProviderServiceSummary$
|
|
1266
|
-
];
|
|
1267
|
-
var RecordList = [1, n0, _RL,
|
|
1268
|
-
0, [() => _Record$,
|
|
1269
|
-
0]
|
|
1270
|
-
];
|
|
1271
|
-
var RuleConditionList = [1, n0, _RCL,
|
|
1272
|
-
0, () => RuleCondition$
|
|
1273
|
-
];
|
|
1274
|
-
var RuleList = [1, n0, _RLu,
|
|
1275
|
-
0, () => Rule$
|
|
1276
|
-
];
|
|
1277
|
-
var SchemaInputAttributes = [1, n0, _SIAc,
|
|
1278
|
-
0, () => SchemaInputAttribute$
|
|
1279
|
-
];
|
|
1280
|
-
var SchemaMappingList = [1, n0, _SML,
|
|
1281
|
-
0, () => SchemaMappingSummary$
|
|
1282
|
-
];
|
|
1283
|
-
var RecordAttributeMap = [2, n0, _RAM,
|
|
1284
|
-
8, 0, 0
|
|
1285
|
-
];
|
|
1286
|
-
var RecordAttributeMapString255 = [2, n0, _RAMS,
|
|
1287
|
-
8, 0, 0
|
|
1288
|
-
];
|
|
1289
|
-
var ProviderEndpointConfiguration$ = [4, n0, _PEC,
|
|
1290
|
-
0,
|
|
1291
|
-
[_mC],
|
|
1292
|
-
[() => ProviderMarketplaceConfiguration$]
|
|
1293
|
-
];
|
|
1294
|
-
var AddPolicyStatement$ = [9, n0, _APS,
|
|
1295
|
-
{ [_ht]: ["POST", "/policies/{arn}/{statementId}", 200] }, () => AddPolicyStatementInput$, () => AddPolicyStatementOutput$
|
|
1296
|
-
];
|
|
1297
|
-
var BatchDeleteUniqueId$ = [9, n0, _BDUI,
|
|
1298
|
-
{ [_ht]: ["DELETE", "/matchingworkflows/{workflowName}/uniqueids", 200] }, () => BatchDeleteUniqueIdInput$, () => BatchDeleteUniqueIdOutput$
|
|
1299
|
-
];
|
|
1300
|
-
var CreateIdMappingWorkflow$ = [9, n0, _CIMW,
|
|
1301
|
-
{ [_ht]: ["POST", "/idmappingworkflows", 200] }, () => CreateIdMappingWorkflowInput$, () => CreateIdMappingWorkflowOutput$
|
|
1302
|
-
];
|
|
1303
|
-
var CreateIdNamespace$ = [9, n0, _CIN,
|
|
1304
|
-
{ [_ht]: ["POST", "/idnamespaces", 200] }, () => CreateIdNamespaceInput$, () => CreateIdNamespaceOutput$
|
|
1305
|
-
];
|
|
1306
|
-
var CreateMatchingWorkflow$ = [9, n0, _CMW,
|
|
1307
|
-
{ [_ht]: ["POST", "/matchingworkflows", 200] }, () => CreateMatchingWorkflowInput$, () => CreateMatchingWorkflowOutput$
|
|
1308
|
-
];
|
|
1309
|
-
var CreateSchemaMapping$ = [9, n0, _CSM,
|
|
1310
|
-
{ [_ht]: ["POST", "/schemas", 200] }, () => CreateSchemaMappingInput$, () => CreateSchemaMappingOutput$
|
|
1311
|
-
];
|
|
1312
|
-
var DeleteIdMappingWorkflow$ = [9, n0, _DIMW,
|
|
1313
|
-
{ [_ht]: ["DELETE", "/idmappingworkflows/{workflowName}", 200] }, () => DeleteIdMappingWorkflowInput$, () => DeleteIdMappingWorkflowOutput$
|
|
1314
|
-
];
|
|
1315
|
-
var DeleteIdNamespace$ = [9, n0, _DIN,
|
|
1316
|
-
{ [_ht]: ["DELETE", "/idnamespaces/{idNamespaceName}", 200] }, () => DeleteIdNamespaceInput$, () => DeleteIdNamespaceOutput$
|
|
1317
|
-
];
|
|
1318
|
-
var DeleteMatchingWorkflow$ = [9, n0, _DMW,
|
|
1319
|
-
{ [_ht]: ["DELETE", "/matchingworkflows/{workflowName}", 200] }, () => DeleteMatchingWorkflowInput$, () => DeleteMatchingWorkflowOutput$
|
|
1320
|
-
];
|
|
1321
|
-
var DeletePolicyStatement$ = [9, n0, _DPS,
|
|
1322
|
-
{ [_ht]: ["DELETE", "/policies/{arn}/{statementId}", 200] }, () => DeletePolicyStatementInput$, () => DeletePolicyStatementOutput$
|
|
1323
|
-
];
|
|
1324
|
-
var DeleteSchemaMapping$ = [9, n0, _DSM,
|
|
1325
|
-
{ [_ht]: ["DELETE", "/schemas/{schemaName}", 200] }, () => DeleteSchemaMappingInput$, () => DeleteSchemaMappingOutput$
|
|
1326
|
-
];
|
|
1327
|
-
var GenerateMatchId$ = [9, n0, _GMI,
|
|
1328
|
-
{ [_ht]: ["POST", "/matchingworkflows/{workflowName}/generateMatches", 200] }, () => GenerateMatchIdInput$, () => GenerateMatchIdOutput$
|
|
1329
|
-
];
|
|
1330
|
-
var GetIdMappingJob$ = [9, n0, _GIMJ,
|
|
1331
|
-
{ [_ht]: ["GET", "/idmappingworkflows/{workflowName}/jobs/{jobId}", 200] }, () => GetIdMappingJobInput$, () => GetIdMappingJobOutput$
|
|
1332
|
-
];
|
|
1333
|
-
var GetIdMappingWorkflow$ = [9, n0, _GIMW,
|
|
1334
|
-
{ [_ht]: ["GET", "/idmappingworkflows/{workflowName}", 200] }, () => GetIdMappingWorkflowInput$, () => GetIdMappingWorkflowOutput$
|
|
1335
|
-
];
|
|
1336
|
-
var GetIdNamespace$ = [9, n0, _GIN,
|
|
1337
|
-
{ [_ht]: ["GET", "/idnamespaces/{idNamespaceName}", 200] }, () => GetIdNamespaceInput$, () => GetIdNamespaceOutput$
|
|
1338
|
-
];
|
|
1339
|
-
var GetMatchId$ = [9, n0, _GMIe,
|
|
1340
|
-
{ [_ht]: ["POST", "/matchingworkflows/{workflowName}/matches", 200] }, () => GetMatchIdInput$, () => GetMatchIdOutput$
|
|
1341
|
-
];
|
|
1342
|
-
var GetMatchingJob$ = [9, n0, _GMJ,
|
|
1343
|
-
{ [_ht]: ["GET", "/matchingworkflows/{workflowName}/jobs/{jobId}", 200] }, () => GetMatchingJobInput$, () => GetMatchingJobOutput$
|
|
1344
|
-
];
|
|
1345
|
-
var GetMatchingWorkflow$ = [9, n0, _GMW,
|
|
1346
|
-
{ [_ht]: ["GET", "/matchingworkflows/{workflowName}", 200] }, () => GetMatchingWorkflowInput$, () => GetMatchingWorkflowOutput$
|
|
1347
|
-
];
|
|
1348
|
-
var GetPolicy$ = [9, n0, _GP,
|
|
1349
|
-
{ [_ht]: ["GET", "/policies/{arn}", 200] }, () => GetPolicyInput$, () => GetPolicyOutput$
|
|
1350
|
-
];
|
|
1351
|
-
var GetProviderService$ = [9, n0, _GPS,
|
|
1352
|
-
{ [_ht]: ["GET", "/providerservices/{providerName}/{providerServiceName}", 200] }, () => GetProviderServiceInput$, () => GetProviderServiceOutput$
|
|
1353
|
-
];
|
|
1354
|
-
var GetSchemaMapping$ = [9, n0, _GSM,
|
|
1355
|
-
{ [_ht]: ["GET", "/schemas/{schemaName}", 200] }, () => GetSchemaMappingInput$, () => GetSchemaMappingOutput$
|
|
1356
|
-
];
|
|
1357
|
-
var ListIdMappingJobs$ = [9, n0, _LIMJ,
|
|
1358
|
-
{ [_ht]: ["GET", "/idmappingworkflows/{workflowName}/jobs", 200] }, () => ListIdMappingJobsInput$, () => ListIdMappingJobsOutput$
|
|
1359
|
-
];
|
|
1360
|
-
var ListIdMappingWorkflows$ = [9, n0, _LIMW,
|
|
1361
|
-
{ [_ht]: ["GET", "/idmappingworkflows", 200] }, () => ListIdMappingWorkflowsInput$, () => ListIdMappingWorkflowsOutput$
|
|
1362
|
-
];
|
|
1363
|
-
var ListIdNamespaces$ = [9, n0, _LIN,
|
|
1364
|
-
{ [_ht]: ["GET", "/idnamespaces", 200] }, () => ListIdNamespacesInput$, () => ListIdNamespacesOutput$
|
|
1365
|
-
];
|
|
1366
|
-
var ListMatchingJobs$ = [9, n0, _LMJ,
|
|
1367
|
-
{ [_ht]: ["GET", "/matchingworkflows/{workflowName}/jobs", 200] }, () => ListMatchingJobsInput$, () => ListMatchingJobsOutput$
|
|
1368
|
-
];
|
|
1369
|
-
var ListMatchingWorkflows$ = [9, n0, _LMW,
|
|
1370
|
-
{ [_ht]: ["GET", "/matchingworkflows", 200] }, () => ListMatchingWorkflowsInput$, () => ListMatchingWorkflowsOutput$
|
|
1371
|
-
];
|
|
1372
|
-
var ListProviderServices$ = [9, n0, _LPS,
|
|
1373
|
-
{ [_ht]: ["GET", "/providerservices", 200] }, () => ListProviderServicesInput$, () => ListProviderServicesOutput$
|
|
1374
|
-
];
|
|
1375
|
-
var ListSchemaMappings$ = [9, n0, _LSM,
|
|
1376
|
-
{ [_ht]: ["GET", "/schemas", 200] }, () => ListSchemaMappingsInput$, () => ListSchemaMappingsOutput$
|
|
1377
|
-
];
|
|
1378
|
-
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
1379
|
-
{ [_ht]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
|
|
1380
|
-
];
|
|
1381
|
-
var PutPolicy$ = [9, n0, _PPu,
|
|
1382
|
-
{ [_ht]: ["PUT", "/policies/{arn}", 200] }, () => PutPolicyInput$, () => PutPolicyOutput$
|
|
1383
|
-
];
|
|
1384
|
-
var StartIdMappingJob$ = [9, n0, _SIMJ,
|
|
1385
|
-
{ [_ht]: ["POST", "/idmappingworkflows/{workflowName}/jobs", 200] }, () => StartIdMappingJobInput$, () => StartIdMappingJobOutput$
|
|
1386
|
-
];
|
|
1387
|
-
var StartMatchingJob$ = [9, n0, _SMJ,
|
|
1388
|
-
{ [_ht]: ["POST", "/matchingworkflows/{workflowName}/jobs", 200] }, () => StartMatchingJobInput$, () => StartMatchingJobOutput$
|
|
1389
|
-
];
|
|
1390
|
-
var TagResource$ = [9, n0, _TR,
|
|
1391
|
-
{ [_ht]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceInput$, () => TagResourceOutput$
|
|
1392
|
-
];
|
|
1393
|
-
var UntagResource$ = [9, n0, _UR,
|
|
1394
|
-
{ [_ht]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceInput$, () => UntagResourceOutput$
|
|
1395
|
-
];
|
|
1396
|
-
var UpdateIdMappingWorkflow$ = [9, n0, _UIMW,
|
|
1397
|
-
{ [_ht]: ["PUT", "/idmappingworkflows/{workflowName}", 200] }, () => UpdateIdMappingWorkflowInput$, () => UpdateIdMappingWorkflowOutput$
|
|
1398
|
-
];
|
|
1399
|
-
var UpdateIdNamespace$ = [9, n0, _UIN,
|
|
1400
|
-
{ [_ht]: ["PUT", "/idnamespaces/{idNamespaceName}", 200] }, () => UpdateIdNamespaceInput$, () => UpdateIdNamespaceOutput$
|
|
1401
|
-
];
|
|
1402
|
-
var UpdateMatchingWorkflow$ = [9, n0, _UMW,
|
|
1403
|
-
{ [_ht]: ["PUT", "/matchingworkflows/{workflowName}", 200] }, () => UpdateMatchingWorkflowInput$, () => UpdateMatchingWorkflowOutput$
|
|
1404
|
-
];
|
|
1405
|
-
var UpdateSchemaMapping$ = [9, n0, _USM,
|
|
1406
|
-
{ [_ht]: ["PUT", "/schemas/{schemaName}", 200] }, () => UpdateSchemaMappingInput$, () => UpdateSchemaMappingOutput$
|
|
1407
|
-
];
|
|
1408
|
-
|
|
1409
116
|
class AddPolicyStatementCommand extends smithyClient.Command
|
|
1410
117
|
.classBuilder()
|
|
1411
118
|
.ep(commonParams)
|
|
@@ -1414,7 +121,7 @@ class AddPolicyStatementCommand extends smithyClient.Command
|
|
|
1414
121
|
})
|
|
1415
122
|
.s("AWSVeniceService", "AddPolicyStatement", {})
|
|
1416
123
|
.n("EntityResolutionClient", "AddPolicyStatementCommand")
|
|
1417
|
-
.sc(AddPolicyStatement$)
|
|
124
|
+
.sc(schemas_0.AddPolicyStatement$)
|
|
1418
125
|
.build() {
|
|
1419
126
|
}
|
|
1420
127
|
|
|
@@ -1426,7 +133,7 @@ class BatchDeleteUniqueIdCommand extends smithyClient.Command
|
|
|
1426
133
|
})
|
|
1427
134
|
.s("AWSVeniceService", "BatchDeleteUniqueId", {})
|
|
1428
135
|
.n("EntityResolutionClient", "BatchDeleteUniqueIdCommand")
|
|
1429
|
-
.sc(BatchDeleteUniqueId$)
|
|
136
|
+
.sc(schemas_0.BatchDeleteUniqueId$)
|
|
1430
137
|
.build() {
|
|
1431
138
|
}
|
|
1432
139
|
|
|
@@ -1438,7 +145,7 @@ class CreateIdMappingWorkflowCommand extends smithyClient.Command
|
|
|
1438
145
|
})
|
|
1439
146
|
.s("AWSVeniceService", "CreateIdMappingWorkflow", {})
|
|
1440
147
|
.n("EntityResolutionClient", "CreateIdMappingWorkflowCommand")
|
|
1441
|
-
.sc(CreateIdMappingWorkflow$)
|
|
148
|
+
.sc(schemas_0.CreateIdMappingWorkflow$)
|
|
1442
149
|
.build() {
|
|
1443
150
|
}
|
|
1444
151
|
|
|
@@ -1450,7 +157,7 @@ class CreateIdNamespaceCommand extends smithyClient.Command
|
|
|
1450
157
|
})
|
|
1451
158
|
.s("AWSVeniceService", "CreateIdNamespace", {})
|
|
1452
159
|
.n("EntityResolutionClient", "CreateIdNamespaceCommand")
|
|
1453
|
-
.sc(CreateIdNamespace$)
|
|
160
|
+
.sc(schemas_0.CreateIdNamespace$)
|
|
1454
161
|
.build() {
|
|
1455
162
|
}
|
|
1456
163
|
|
|
@@ -1462,7 +169,7 @@ class CreateMatchingWorkflowCommand extends smithyClient.Command
|
|
|
1462
169
|
})
|
|
1463
170
|
.s("AWSVeniceService", "CreateMatchingWorkflow", {})
|
|
1464
171
|
.n("EntityResolutionClient", "CreateMatchingWorkflowCommand")
|
|
1465
|
-
.sc(CreateMatchingWorkflow$)
|
|
172
|
+
.sc(schemas_0.CreateMatchingWorkflow$)
|
|
1466
173
|
.build() {
|
|
1467
174
|
}
|
|
1468
175
|
|
|
@@ -1474,7 +181,7 @@ class CreateSchemaMappingCommand extends smithyClient.Command
|
|
|
1474
181
|
})
|
|
1475
182
|
.s("AWSVeniceService", "CreateSchemaMapping", {})
|
|
1476
183
|
.n("EntityResolutionClient", "CreateSchemaMappingCommand")
|
|
1477
|
-
.sc(CreateSchemaMapping$)
|
|
184
|
+
.sc(schemas_0.CreateSchemaMapping$)
|
|
1478
185
|
.build() {
|
|
1479
186
|
}
|
|
1480
187
|
|
|
@@ -1486,7 +193,7 @@ class DeleteIdMappingWorkflowCommand extends smithyClient.Command
|
|
|
1486
193
|
})
|
|
1487
194
|
.s("AWSVeniceService", "DeleteIdMappingWorkflow", {})
|
|
1488
195
|
.n("EntityResolutionClient", "DeleteIdMappingWorkflowCommand")
|
|
1489
|
-
.sc(DeleteIdMappingWorkflow$)
|
|
196
|
+
.sc(schemas_0.DeleteIdMappingWorkflow$)
|
|
1490
197
|
.build() {
|
|
1491
198
|
}
|
|
1492
199
|
|
|
@@ -1498,7 +205,7 @@ class DeleteIdNamespaceCommand extends smithyClient.Command
|
|
|
1498
205
|
})
|
|
1499
206
|
.s("AWSVeniceService", "DeleteIdNamespace", {})
|
|
1500
207
|
.n("EntityResolutionClient", "DeleteIdNamespaceCommand")
|
|
1501
|
-
.sc(DeleteIdNamespace$)
|
|
208
|
+
.sc(schemas_0.DeleteIdNamespace$)
|
|
1502
209
|
.build() {
|
|
1503
210
|
}
|
|
1504
211
|
|
|
@@ -1510,7 +217,7 @@ class DeleteMatchingWorkflowCommand extends smithyClient.Command
|
|
|
1510
217
|
})
|
|
1511
218
|
.s("AWSVeniceService", "DeleteMatchingWorkflow", {})
|
|
1512
219
|
.n("EntityResolutionClient", "DeleteMatchingWorkflowCommand")
|
|
1513
|
-
.sc(DeleteMatchingWorkflow$)
|
|
220
|
+
.sc(schemas_0.DeleteMatchingWorkflow$)
|
|
1514
221
|
.build() {
|
|
1515
222
|
}
|
|
1516
223
|
|
|
@@ -1522,7 +229,7 @@ class DeletePolicyStatementCommand extends smithyClient.Command
|
|
|
1522
229
|
})
|
|
1523
230
|
.s("AWSVeniceService", "DeletePolicyStatement", {})
|
|
1524
231
|
.n("EntityResolutionClient", "DeletePolicyStatementCommand")
|
|
1525
|
-
.sc(DeletePolicyStatement$)
|
|
232
|
+
.sc(schemas_0.DeletePolicyStatement$)
|
|
1526
233
|
.build() {
|
|
1527
234
|
}
|
|
1528
235
|
|
|
@@ -1534,7 +241,7 @@ class DeleteSchemaMappingCommand extends smithyClient.Command
|
|
|
1534
241
|
})
|
|
1535
242
|
.s("AWSVeniceService", "DeleteSchemaMapping", {})
|
|
1536
243
|
.n("EntityResolutionClient", "DeleteSchemaMappingCommand")
|
|
1537
|
-
.sc(DeleteSchemaMapping$)
|
|
244
|
+
.sc(schemas_0.DeleteSchemaMapping$)
|
|
1538
245
|
.build() {
|
|
1539
246
|
}
|
|
1540
247
|
|
|
@@ -1546,7 +253,7 @@ class GenerateMatchIdCommand extends smithyClient.Command
|
|
|
1546
253
|
})
|
|
1547
254
|
.s("AWSVeniceService", "GenerateMatchId", {})
|
|
1548
255
|
.n("EntityResolutionClient", "GenerateMatchIdCommand")
|
|
1549
|
-
.sc(GenerateMatchId$)
|
|
256
|
+
.sc(schemas_0.GenerateMatchId$)
|
|
1550
257
|
.build() {
|
|
1551
258
|
}
|
|
1552
259
|
|
|
@@ -1558,7 +265,7 @@ class GetIdMappingJobCommand extends smithyClient.Command
|
|
|
1558
265
|
})
|
|
1559
266
|
.s("AWSVeniceService", "GetIdMappingJob", {})
|
|
1560
267
|
.n("EntityResolutionClient", "GetIdMappingJobCommand")
|
|
1561
|
-
.sc(GetIdMappingJob$)
|
|
268
|
+
.sc(schemas_0.GetIdMappingJob$)
|
|
1562
269
|
.build() {
|
|
1563
270
|
}
|
|
1564
271
|
|
|
@@ -1570,7 +277,7 @@ class GetIdMappingWorkflowCommand extends smithyClient.Command
|
|
|
1570
277
|
})
|
|
1571
278
|
.s("AWSVeniceService", "GetIdMappingWorkflow", {})
|
|
1572
279
|
.n("EntityResolutionClient", "GetIdMappingWorkflowCommand")
|
|
1573
|
-
.sc(GetIdMappingWorkflow$)
|
|
280
|
+
.sc(schemas_0.GetIdMappingWorkflow$)
|
|
1574
281
|
.build() {
|
|
1575
282
|
}
|
|
1576
283
|
|
|
@@ -1582,7 +289,7 @@ class GetIdNamespaceCommand extends smithyClient.Command
|
|
|
1582
289
|
})
|
|
1583
290
|
.s("AWSVeniceService", "GetIdNamespace", {})
|
|
1584
291
|
.n("EntityResolutionClient", "GetIdNamespaceCommand")
|
|
1585
|
-
.sc(GetIdNamespace$)
|
|
292
|
+
.sc(schemas_0.GetIdNamespace$)
|
|
1586
293
|
.build() {
|
|
1587
294
|
}
|
|
1588
295
|
|
|
@@ -1594,7 +301,7 @@ class GetMatchIdCommand extends smithyClient.Command
|
|
|
1594
301
|
})
|
|
1595
302
|
.s("AWSVeniceService", "GetMatchId", {})
|
|
1596
303
|
.n("EntityResolutionClient", "GetMatchIdCommand")
|
|
1597
|
-
.sc(GetMatchId$)
|
|
304
|
+
.sc(schemas_0.GetMatchId$)
|
|
1598
305
|
.build() {
|
|
1599
306
|
}
|
|
1600
307
|
|
|
@@ -1606,7 +313,7 @@ class GetMatchingJobCommand extends smithyClient.Command
|
|
|
1606
313
|
})
|
|
1607
314
|
.s("AWSVeniceService", "GetMatchingJob", {})
|
|
1608
315
|
.n("EntityResolutionClient", "GetMatchingJobCommand")
|
|
1609
|
-
.sc(GetMatchingJob$)
|
|
316
|
+
.sc(schemas_0.GetMatchingJob$)
|
|
1610
317
|
.build() {
|
|
1611
318
|
}
|
|
1612
319
|
|
|
@@ -1618,7 +325,7 @@ class GetMatchingWorkflowCommand extends smithyClient.Command
|
|
|
1618
325
|
})
|
|
1619
326
|
.s("AWSVeniceService", "GetMatchingWorkflow", {})
|
|
1620
327
|
.n("EntityResolutionClient", "GetMatchingWorkflowCommand")
|
|
1621
|
-
.sc(GetMatchingWorkflow$)
|
|
328
|
+
.sc(schemas_0.GetMatchingWorkflow$)
|
|
1622
329
|
.build() {
|
|
1623
330
|
}
|
|
1624
331
|
|
|
@@ -1630,7 +337,7 @@ class GetPolicyCommand extends smithyClient.Command
|
|
|
1630
337
|
})
|
|
1631
338
|
.s("AWSVeniceService", "GetPolicy", {})
|
|
1632
339
|
.n("EntityResolutionClient", "GetPolicyCommand")
|
|
1633
|
-
.sc(GetPolicy$)
|
|
340
|
+
.sc(schemas_0.GetPolicy$)
|
|
1634
341
|
.build() {
|
|
1635
342
|
}
|
|
1636
343
|
|
|
@@ -1642,7 +349,7 @@ class GetProviderServiceCommand extends smithyClient.Command
|
|
|
1642
349
|
})
|
|
1643
350
|
.s("AWSVeniceService", "GetProviderService", {})
|
|
1644
351
|
.n("EntityResolutionClient", "GetProviderServiceCommand")
|
|
1645
|
-
.sc(GetProviderService$)
|
|
352
|
+
.sc(schemas_0.GetProviderService$)
|
|
1646
353
|
.build() {
|
|
1647
354
|
}
|
|
1648
355
|
|
|
@@ -1654,7 +361,7 @@ class GetSchemaMappingCommand extends smithyClient.Command
|
|
|
1654
361
|
})
|
|
1655
362
|
.s("AWSVeniceService", "GetSchemaMapping", {})
|
|
1656
363
|
.n("EntityResolutionClient", "GetSchemaMappingCommand")
|
|
1657
|
-
.sc(GetSchemaMapping$)
|
|
364
|
+
.sc(schemas_0.GetSchemaMapping$)
|
|
1658
365
|
.build() {
|
|
1659
366
|
}
|
|
1660
367
|
|
|
@@ -1666,7 +373,7 @@ class ListIdMappingJobsCommand extends smithyClient.Command
|
|
|
1666
373
|
})
|
|
1667
374
|
.s("AWSVeniceService", "ListIdMappingJobs", {})
|
|
1668
375
|
.n("EntityResolutionClient", "ListIdMappingJobsCommand")
|
|
1669
|
-
.sc(ListIdMappingJobs$)
|
|
376
|
+
.sc(schemas_0.ListIdMappingJobs$)
|
|
1670
377
|
.build() {
|
|
1671
378
|
}
|
|
1672
379
|
|
|
@@ -1678,7 +385,7 @@ class ListIdMappingWorkflowsCommand extends smithyClient.Command
|
|
|
1678
385
|
})
|
|
1679
386
|
.s("AWSVeniceService", "ListIdMappingWorkflows", {})
|
|
1680
387
|
.n("EntityResolutionClient", "ListIdMappingWorkflowsCommand")
|
|
1681
|
-
.sc(ListIdMappingWorkflows$)
|
|
388
|
+
.sc(schemas_0.ListIdMappingWorkflows$)
|
|
1682
389
|
.build() {
|
|
1683
390
|
}
|
|
1684
391
|
|
|
@@ -1690,7 +397,7 @@ class ListIdNamespacesCommand extends smithyClient.Command
|
|
|
1690
397
|
})
|
|
1691
398
|
.s("AWSVeniceService", "ListIdNamespaces", {})
|
|
1692
399
|
.n("EntityResolutionClient", "ListIdNamespacesCommand")
|
|
1693
|
-
.sc(ListIdNamespaces$)
|
|
400
|
+
.sc(schemas_0.ListIdNamespaces$)
|
|
1694
401
|
.build() {
|
|
1695
402
|
}
|
|
1696
403
|
|
|
@@ -1702,7 +409,7 @@ class ListMatchingJobsCommand extends smithyClient.Command
|
|
|
1702
409
|
})
|
|
1703
410
|
.s("AWSVeniceService", "ListMatchingJobs", {})
|
|
1704
411
|
.n("EntityResolutionClient", "ListMatchingJobsCommand")
|
|
1705
|
-
.sc(ListMatchingJobs$)
|
|
412
|
+
.sc(schemas_0.ListMatchingJobs$)
|
|
1706
413
|
.build() {
|
|
1707
414
|
}
|
|
1708
415
|
|
|
@@ -1714,7 +421,7 @@ class ListMatchingWorkflowsCommand extends smithyClient.Command
|
|
|
1714
421
|
})
|
|
1715
422
|
.s("AWSVeniceService", "ListMatchingWorkflows", {})
|
|
1716
423
|
.n("EntityResolutionClient", "ListMatchingWorkflowsCommand")
|
|
1717
|
-
.sc(ListMatchingWorkflows$)
|
|
424
|
+
.sc(schemas_0.ListMatchingWorkflows$)
|
|
1718
425
|
.build() {
|
|
1719
426
|
}
|
|
1720
427
|
|
|
@@ -1726,7 +433,7 @@ class ListProviderServicesCommand extends smithyClient.Command
|
|
|
1726
433
|
})
|
|
1727
434
|
.s("AWSVeniceService", "ListProviderServices", {})
|
|
1728
435
|
.n("EntityResolutionClient", "ListProviderServicesCommand")
|
|
1729
|
-
.sc(ListProviderServices$)
|
|
436
|
+
.sc(schemas_0.ListProviderServices$)
|
|
1730
437
|
.build() {
|
|
1731
438
|
}
|
|
1732
439
|
|
|
@@ -1738,7 +445,7 @@ class ListSchemaMappingsCommand extends smithyClient.Command
|
|
|
1738
445
|
})
|
|
1739
446
|
.s("AWSVeniceService", "ListSchemaMappings", {})
|
|
1740
447
|
.n("EntityResolutionClient", "ListSchemaMappingsCommand")
|
|
1741
|
-
.sc(ListSchemaMappings$)
|
|
448
|
+
.sc(schemas_0.ListSchemaMappings$)
|
|
1742
449
|
.build() {
|
|
1743
450
|
}
|
|
1744
451
|
|
|
@@ -1750,7 +457,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1750
457
|
})
|
|
1751
458
|
.s("AWSVeniceService", "ListTagsForResource", {})
|
|
1752
459
|
.n("EntityResolutionClient", "ListTagsForResourceCommand")
|
|
1753
|
-
.sc(ListTagsForResource$)
|
|
460
|
+
.sc(schemas_0.ListTagsForResource$)
|
|
1754
461
|
.build() {
|
|
1755
462
|
}
|
|
1756
463
|
|
|
@@ -1762,7 +469,7 @@ class PutPolicyCommand extends smithyClient.Command
|
|
|
1762
469
|
})
|
|
1763
470
|
.s("AWSVeniceService", "PutPolicy", {})
|
|
1764
471
|
.n("EntityResolutionClient", "PutPolicyCommand")
|
|
1765
|
-
.sc(PutPolicy$)
|
|
472
|
+
.sc(schemas_0.PutPolicy$)
|
|
1766
473
|
.build() {
|
|
1767
474
|
}
|
|
1768
475
|
|
|
@@ -1774,7 +481,7 @@ class StartIdMappingJobCommand extends smithyClient.Command
|
|
|
1774
481
|
})
|
|
1775
482
|
.s("AWSVeniceService", "StartIdMappingJob", {})
|
|
1776
483
|
.n("EntityResolutionClient", "StartIdMappingJobCommand")
|
|
1777
|
-
.sc(StartIdMappingJob$)
|
|
484
|
+
.sc(schemas_0.StartIdMappingJob$)
|
|
1778
485
|
.build() {
|
|
1779
486
|
}
|
|
1780
487
|
|
|
@@ -1786,7 +493,7 @@ class StartMatchingJobCommand extends smithyClient.Command
|
|
|
1786
493
|
})
|
|
1787
494
|
.s("AWSVeniceService", "StartMatchingJob", {})
|
|
1788
495
|
.n("EntityResolutionClient", "StartMatchingJobCommand")
|
|
1789
|
-
.sc(StartMatchingJob$)
|
|
496
|
+
.sc(schemas_0.StartMatchingJob$)
|
|
1790
497
|
.build() {
|
|
1791
498
|
}
|
|
1792
499
|
|
|
@@ -1798,7 +505,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1798
505
|
})
|
|
1799
506
|
.s("AWSVeniceService", "TagResource", {})
|
|
1800
507
|
.n("EntityResolutionClient", "TagResourceCommand")
|
|
1801
|
-
.sc(TagResource$)
|
|
508
|
+
.sc(schemas_0.TagResource$)
|
|
1802
509
|
.build() {
|
|
1803
510
|
}
|
|
1804
511
|
|
|
@@ -1810,7 +517,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1810
517
|
})
|
|
1811
518
|
.s("AWSVeniceService", "UntagResource", {})
|
|
1812
519
|
.n("EntityResolutionClient", "UntagResourceCommand")
|
|
1813
|
-
.sc(UntagResource$)
|
|
520
|
+
.sc(schemas_0.UntagResource$)
|
|
1814
521
|
.build() {
|
|
1815
522
|
}
|
|
1816
523
|
|
|
@@ -1822,7 +529,7 @@ class UpdateIdMappingWorkflowCommand extends smithyClient.Command
|
|
|
1822
529
|
})
|
|
1823
530
|
.s("AWSVeniceService", "UpdateIdMappingWorkflow", {})
|
|
1824
531
|
.n("EntityResolutionClient", "UpdateIdMappingWorkflowCommand")
|
|
1825
|
-
.sc(UpdateIdMappingWorkflow$)
|
|
532
|
+
.sc(schemas_0.UpdateIdMappingWorkflow$)
|
|
1826
533
|
.build() {
|
|
1827
534
|
}
|
|
1828
535
|
|
|
@@ -1834,7 +541,7 @@ class UpdateIdNamespaceCommand extends smithyClient.Command
|
|
|
1834
541
|
})
|
|
1835
542
|
.s("AWSVeniceService", "UpdateIdNamespace", {})
|
|
1836
543
|
.n("EntityResolutionClient", "UpdateIdNamespaceCommand")
|
|
1837
|
-
.sc(UpdateIdNamespace$)
|
|
544
|
+
.sc(schemas_0.UpdateIdNamespace$)
|
|
1838
545
|
.build() {
|
|
1839
546
|
}
|
|
1840
547
|
|
|
@@ -1846,7 +553,7 @@ class UpdateMatchingWorkflowCommand extends smithyClient.Command
|
|
|
1846
553
|
})
|
|
1847
554
|
.s("AWSVeniceService", "UpdateMatchingWorkflow", {})
|
|
1848
555
|
.n("EntityResolutionClient", "UpdateMatchingWorkflowCommand")
|
|
1849
|
-
.sc(UpdateMatchingWorkflow$)
|
|
556
|
+
.sc(schemas_0.UpdateMatchingWorkflow$)
|
|
1850
557
|
.build() {
|
|
1851
558
|
}
|
|
1852
559
|
|
|
@@ -1858,7 +565,7 @@ class UpdateSchemaMappingCommand extends smithyClient.Command
|
|
|
1858
565
|
})
|
|
1859
566
|
.s("AWSVeniceService", "UpdateSchemaMapping", {})
|
|
1860
567
|
.n("EntityResolutionClient", "UpdateSchemaMappingCommand")
|
|
1861
|
-
.sc(UpdateSchemaMapping$)
|
|
568
|
+
.sc(schemas_0.UpdateSchemaMapping$)
|
|
1862
569
|
.build() {
|
|
1863
570
|
}
|
|
1864
571
|
|
|
@@ -2030,239 +737,67 @@ Object.defineProperty(exports, "__Client", {
|
|
|
2030
737
|
enumerable: true,
|
|
2031
738
|
get: function () { return smithyClient.Client; }
|
|
2032
739
|
});
|
|
2033
|
-
exports
|
|
2034
|
-
|
|
2035
|
-
|
|
740
|
+
Object.defineProperty(exports, "EntityResolutionServiceException", {
|
|
741
|
+
enumerable: true,
|
|
742
|
+
get: function () { return EntityResolutionServiceException.EntityResolutionServiceException; }
|
|
743
|
+
});
|
|
2036
744
|
exports.AddPolicyStatementCommand = AddPolicyStatementCommand;
|
|
2037
|
-
exports.AddPolicyStatementInput$ = AddPolicyStatementInput$;
|
|
2038
|
-
exports.AddPolicyStatementOutput$ = AddPolicyStatementOutput$;
|
|
2039
745
|
exports.AttributeMatchingModel = AttributeMatchingModel;
|
|
2040
|
-
exports.BatchDeleteUniqueId$ = BatchDeleteUniqueId$;
|
|
2041
746
|
exports.BatchDeleteUniqueIdCommand = BatchDeleteUniqueIdCommand;
|
|
2042
|
-
exports.BatchDeleteUniqueIdInput$ = BatchDeleteUniqueIdInput$;
|
|
2043
|
-
exports.BatchDeleteUniqueIdOutput$ = BatchDeleteUniqueIdOutput$;
|
|
2044
|
-
exports.ConflictException = ConflictException;
|
|
2045
|
-
exports.ConflictException$ = ConflictException$;
|
|
2046
|
-
exports.CreateIdMappingWorkflow$ = CreateIdMappingWorkflow$;
|
|
2047
747
|
exports.CreateIdMappingWorkflowCommand = CreateIdMappingWorkflowCommand;
|
|
2048
|
-
exports.CreateIdMappingWorkflowInput$ = CreateIdMappingWorkflowInput$;
|
|
2049
|
-
exports.CreateIdMappingWorkflowOutput$ = CreateIdMappingWorkflowOutput$;
|
|
2050
|
-
exports.CreateIdNamespace$ = CreateIdNamespace$;
|
|
2051
748
|
exports.CreateIdNamespaceCommand = CreateIdNamespaceCommand;
|
|
2052
|
-
exports.CreateIdNamespaceInput$ = CreateIdNamespaceInput$;
|
|
2053
|
-
exports.CreateIdNamespaceOutput$ = CreateIdNamespaceOutput$;
|
|
2054
|
-
exports.CreateMatchingWorkflow$ = CreateMatchingWorkflow$;
|
|
2055
749
|
exports.CreateMatchingWorkflowCommand = CreateMatchingWorkflowCommand;
|
|
2056
|
-
exports.CreateMatchingWorkflowInput$ = CreateMatchingWorkflowInput$;
|
|
2057
|
-
exports.CreateMatchingWorkflowOutput$ = CreateMatchingWorkflowOutput$;
|
|
2058
|
-
exports.CreateSchemaMapping$ = CreateSchemaMapping$;
|
|
2059
750
|
exports.CreateSchemaMappingCommand = CreateSchemaMappingCommand;
|
|
2060
|
-
exports.CreateSchemaMappingInput$ = CreateSchemaMappingInput$;
|
|
2061
|
-
exports.CreateSchemaMappingOutput$ = CreateSchemaMappingOutput$;
|
|
2062
|
-
exports.CustomerProfilesIntegrationConfig$ = CustomerProfilesIntegrationConfig$;
|
|
2063
|
-
exports.DeleteIdMappingWorkflow$ = DeleteIdMappingWorkflow$;
|
|
2064
751
|
exports.DeleteIdMappingWorkflowCommand = DeleteIdMappingWorkflowCommand;
|
|
2065
|
-
exports.DeleteIdMappingWorkflowInput$ = DeleteIdMappingWorkflowInput$;
|
|
2066
|
-
exports.DeleteIdMappingWorkflowOutput$ = DeleteIdMappingWorkflowOutput$;
|
|
2067
|
-
exports.DeleteIdNamespace$ = DeleteIdNamespace$;
|
|
2068
752
|
exports.DeleteIdNamespaceCommand = DeleteIdNamespaceCommand;
|
|
2069
|
-
exports.DeleteIdNamespaceInput$ = DeleteIdNamespaceInput$;
|
|
2070
|
-
exports.DeleteIdNamespaceOutput$ = DeleteIdNamespaceOutput$;
|
|
2071
|
-
exports.DeleteMatchingWorkflow$ = DeleteMatchingWorkflow$;
|
|
2072
753
|
exports.DeleteMatchingWorkflowCommand = DeleteMatchingWorkflowCommand;
|
|
2073
|
-
exports.DeleteMatchingWorkflowInput$ = DeleteMatchingWorkflowInput$;
|
|
2074
|
-
exports.DeleteMatchingWorkflowOutput$ = DeleteMatchingWorkflowOutput$;
|
|
2075
|
-
exports.DeletePolicyStatement$ = DeletePolicyStatement$;
|
|
2076
754
|
exports.DeletePolicyStatementCommand = DeletePolicyStatementCommand;
|
|
2077
|
-
exports.DeletePolicyStatementInput$ = DeletePolicyStatementInput$;
|
|
2078
|
-
exports.DeletePolicyStatementOutput$ = DeletePolicyStatementOutput$;
|
|
2079
|
-
exports.DeleteSchemaMapping$ = DeleteSchemaMapping$;
|
|
2080
755
|
exports.DeleteSchemaMappingCommand = DeleteSchemaMappingCommand;
|
|
2081
|
-
exports.DeleteSchemaMappingInput$ = DeleteSchemaMappingInput$;
|
|
2082
|
-
exports.DeleteSchemaMappingOutput$ = DeleteSchemaMappingOutput$;
|
|
2083
|
-
exports.DeleteUniqueIdError$ = DeleteUniqueIdError$;
|
|
2084
756
|
exports.DeleteUniqueIdErrorType = DeleteUniqueIdErrorType;
|
|
2085
757
|
exports.DeleteUniqueIdStatus = DeleteUniqueIdStatus;
|
|
2086
|
-
exports.DeletedUniqueId$ = DeletedUniqueId$;
|
|
2087
758
|
exports.EntityResolution = EntityResolution;
|
|
2088
759
|
exports.EntityResolutionClient = EntityResolutionClient;
|
|
2089
|
-
exports.EntityResolutionServiceException = EntityResolutionServiceException;
|
|
2090
|
-
exports.EntityResolutionServiceException$ = EntityResolutionServiceException$;
|
|
2091
|
-
exports.ErrorDetails$ = ErrorDetails$;
|
|
2092
|
-
exports.ExceedsLimitException = ExceedsLimitException;
|
|
2093
|
-
exports.ExceedsLimitException$ = ExceedsLimitException$;
|
|
2094
|
-
exports.FailedRecord$ = FailedRecord$;
|
|
2095
|
-
exports.GenerateMatchId$ = GenerateMatchId$;
|
|
2096
760
|
exports.GenerateMatchIdCommand = GenerateMatchIdCommand;
|
|
2097
|
-
exports.GenerateMatchIdInput$ = GenerateMatchIdInput$;
|
|
2098
|
-
exports.GenerateMatchIdOutput$ = GenerateMatchIdOutput$;
|
|
2099
|
-
exports.GetIdMappingJob$ = GetIdMappingJob$;
|
|
2100
761
|
exports.GetIdMappingJobCommand = GetIdMappingJobCommand;
|
|
2101
|
-
exports.GetIdMappingJobInput$ = GetIdMappingJobInput$;
|
|
2102
|
-
exports.GetIdMappingJobOutput$ = GetIdMappingJobOutput$;
|
|
2103
|
-
exports.GetIdMappingWorkflow$ = GetIdMappingWorkflow$;
|
|
2104
762
|
exports.GetIdMappingWorkflowCommand = GetIdMappingWorkflowCommand;
|
|
2105
|
-
exports.GetIdMappingWorkflowInput$ = GetIdMappingWorkflowInput$;
|
|
2106
|
-
exports.GetIdMappingWorkflowOutput$ = GetIdMappingWorkflowOutput$;
|
|
2107
|
-
exports.GetIdNamespace$ = GetIdNamespace$;
|
|
2108
763
|
exports.GetIdNamespaceCommand = GetIdNamespaceCommand;
|
|
2109
|
-
exports.GetIdNamespaceInput$ = GetIdNamespaceInput$;
|
|
2110
|
-
exports.GetIdNamespaceOutput$ = GetIdNamespaceOutput$;
|
|
2111
|
-
exports.GetMatchId$ = GetMatchId$;
|
|
2112
764
|
exports.GetMatchIdCommand = GetMatchIdCommand;
|
|
2113
|
-
exports.GetMatchIdInput$ = GetMatchIdInput$;
|
|
2114
|
-
exports.GetMatchIdOutput$ = GetMatchIdOutput$;
|
|
2115
|
-
exports.GetMatchingJob$ = GetMatchingJob$;
|
|
2116
765
|
exports.GetMatchingJobCommand = GetMatchingJobCommand;
|
|
2117
|
-
exports.GetMatchingJobInput$ = GetMatchingJobInput$;
|
|
2118
|
-
exports.GetMatchingJobOutput$ = GetMatchingJobOutput$;
|
|
2119
|
-
exports.GetMatchingWorkflow$ = GetMatchingWorkflow$;
|
|
2120
766
|
exports.GetMatchingWorkflowCommand = GetMatchingWorkflowCommand;
|
|
2121
|
-
exports.GetMatchingWorkflowInput$ = GetMatchingWorkflowInput$;
|
|
2122
|
-
exports.GetMatchingWorkflowOutput$ = GetMatchingWorkflowOutput$;
|
|
2123
|
-
exports.GetPolicy$ = GetPolicy$;
|
|
2124
767
|
exports.GetPolicyCommand = GetPolicyCommand;
|
|
2125
|
-
exports.GetPolicyInput$ = GetPolicyInput$;
|
|
2126
|
-
exports.GetPolicyOutput$ = GetPolicyOutput$;
|
|
2127
|
-
exports.GetProviderService$ = GetProviderService$;
|
|
2128
768
|
exports.GetProviderServiceCommand = GetProviderServiceCommand;
|
|
2129
|
-
exports.GetProviderServiceInput$ = GetProviderServiceInput$;
|
|
2130
|
-
exports.GetProviderServiceOutput$ = GetProviderServiceOutput$;
|
|
2131
|
-
exports.GetSchemaMapping$ = GetSchemaMapping$;
|
|
2132
769
|
exports.GetSchemaMappingCommand = GetSchemaMappingCommand;
|
|
2133
|
-
exports.GetSchemaMappingInput$ = GetSchemaMappingInput$;
|
|
2134
|
-
exports.GetSchemaMappingOutput$ = GetSchemaMappingOutput$;
|
|
2135
|
-
exports.IdMappingIncrementalRunConfig$ = IdMappingIncrementalRunConfig$;
|
|
2136
770
|
exports.IdMappingIncrementalRunType = IdMappingIncrementalRunType;
|
|
2137
|
-
exports.IdMappingJobMetrics$ = IdMappingJobMetrics$;
|
|
2138
|
-
exports.IdMappingJobOutputSource$ = IdMappingJobOutputSource$;
|
|
2139
|
-
exports.IdMappingRuleBasedProperties$ = IdMappingRuleBasedProperties$;
|
|
2140
|
-
exports.IdMappingTechniques$ = IdMappingTechniques$;
|
|
2141
771
|
exports.IdMappingType = IdMappingType;
|
|
2142
|
-
exports.IdMappingWorkflowInputSource$ = IdMappingWorkflowInputSource$;
|
|
2143
|
-
exports.IdMappingWorkflowOutputSource$ = IdMappingWorkflowOutputSource$;
|
|
2144
772
|
exports.IdMappingWorkflowRuleDefinitionType = IdMappingWorkflowRuleDefinitionType;
|
|
2145
|
-
exports.IdMappingWorkflowSummary$ = IdMappingWorkflowSummary$;
|
|
2146
|
-
exports.IdNamespaceIdMappingWorkflowMetadata$ = IdNamespaceIdMappingWorkflowMetadata$;
|
|
2147
|
-
exports.IdNamespaceIdMappingWorkflowProperties$ = IdNamespaceIdMappingWorkflowProperties$;
|
|
2148
|
-
exports.IdNamespaceInputSource$ = IdNamespaceInputSource$;
|
|
2149
|
-
exports.IdNamespaceSummary$ = IdNamespaceSummary$;
|
|
2150
773
|
exports.IdNamespaceType = IdNamespaceType;
|
|
2151
|
-
exports.IncrementalRunConfig$ = IncrementalRunConfig$;
|
|
2152
774
|
exports.IncrementalRunType = IncrementalRunType;
|
|
2153
|
-
exports.InputSource$ = InputSource$;
|
|
2154
|
-
exports.IntermediateSourceConfiguration$ = IntermediateSourceConfiguration$;
|
|
2155
|
-
exports.InternalServerException = InternalServerException;
|
|
2156
|
-
exports.InternalServerException$ = InternalServerException$;
|
|
2157
|
-
exports.JobMetrics$ = JobMetrics$;
|
|
2158
|
-
exports.JobOutputSource$ = JobOutputSource$;
|
|
2159
775
|
exports.JobStatus = JobStatus;
|
|
2160
|
-
exports.JobSummary$ = JobSummary$;
|
|
2161
776
|
exports.JobType = JobType;
|
|
2162
|
-
exports.ListIdMappingJobs$ = ListIdMappingJobs$;
|
|
2163
777
|
exports.ListIdMappingJobsCommand = ListIdMappingJobsCommand;
|
|
2164
|
-
exports.ListIdMappingJobsInput$ = ListIdMappingJobsInput$;
|
|
2165
|
-
exports.ListIdMappingJobsOutput$ = ListIdMappingJobsOutput$;
|
|
2166
|
-
exports.ListIdMappingWorkflows$ = ListIdMappingWorkflows$;
|
|
2167
778
|
exports.ListIdMappingWorkflowsCommand = ListIdMappingWorkflowsCommand;
|
|
2168
|
-
exports.ListIdMappingWorkflowsInput$ = ListIdMappingWorkflowsInput$;
|
|
2169
|
-
exports.ListIdMappingWorkflowsOutput$ = ListIdMappingWorkflowsOutput$;
|
|
2170
|
-
exports.ListIdNamespaces$ = ListIdNamespaces$;
|
|
2171
779
|
exports.ListIdNamespacesCommand = ListIdNamespacesCommand;
|
|
2172
|
-
exports.ListIdNamespacesInput$ = ListIdNamespacesInput$;
|
|
2173
|
-
exports.ListIdNamespacesOutput$ = ListIdNamespacesOutput$;
|
|
2174
|
-
exports.ListMatchingJobs$ = ListMatchingJobs$;
|
|
2175
780
|
exports.ListMatchingJobsCommand = ListMatchingJobsCommand;
|
|
2176
|
-
exports.ListMatchingJobsInput$ = ListMatchingJobsInput$;
|
|
2177
|
-
exports.ListMatchingJobsOutput$ = ListMatchingJobsOutput$;
|
|
2178
|
-
exports.ListMatchingWorkflows$ = ListMatchingWorkflows$;
|
|
2179
781
|
exports.ListMatchingWorkflowsCommand = ListMatchingWorkflowsCommand;
|
|
2180
|
-
exports.ListMatchingWorkflowsInput$ = ListMatchingWorkflowsInput$;
|
|
2181
|
-
exports.ListMatchingWorkflowsOutput$ = ListMatchingWorkflowsOutput$;
|
|
2182
|
-
exports.ListProviderServices$ = ListProviderServices$;
|
|
2183
782
|
exports.ListProviderServicesCommand = ListProviderServicesCommand;
|
|
2184
|
-
exports.ListProviderServicesInput$ = ListProviderServicesInput$;
|
|
2185
|
-
exports.ListProviderServicesOutput$ = ListProviderServicesOutput$;
|
|
2186
|
-
exports.ListSchemaMappings$ = ListSchemaMappings$;
|
|
2187
783
|
exports.ListSchemaMappingsCommand = ListSchemaMappingsCommand;
|
|
2188
|
-
exports.ListSchemaMappingsInput$ = ListSchemaMappingsInput$;
|
|
2189
|
-
exports.ListSchemaMappingsOutput$ = ListSchemaMappingsOutput$;
|
|
2190
|
-
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
2191
784
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
2192
|
-
exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
|
|
2193
|
-
exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
|
|
2194
|
-
exports.MatchGroup$ = MatchGroup$;
|
|
2195
785
|
exports.MatchPurpose = MatchPurpose;
|
|
2196
|
-
exports.MatchedRecord$ = MatchedRecord$;
|
|
2197
|
-
exports.MatchingWorkflowSummary$ = MatchingWorkflowSummary$;
|
|
2198
|
-
exports.NamespaceProviderProperties$ = NamespaceProviderProperties$;
|
|
2199
|
-
exports.NamespaceRuleBasedProperties$ = NamespaceRuleBasedProperties$;
|
|
2200
|
-
exports.OutputAttribute$ = OutputAttribute$;
|
|
2201
|
-
exports.OutputSource$ = OutputSource$;
|
|
2202
786
|
exports.ProcessingType = ProcessingType;
|
|
2203
|
-
exports.ProviderComponentSchema$ = ProviderComponentSchema$;
|
|
2204
|
-
exports.ProviderEndpointConfiguration$ = ProviderEndpointConfiguration$;
|
|
2205
|
-
exports.ProviderIdNameSpaceConfiguration$ = ProviderIdNameSpaceConfiguration$;
|
|
2206
|
-
exports.ProviderIntermediateDataAccessConfiguration$ = ProviderIntermediateDataAccessConfiguration$;
|
|
2207
|
-
exports.ProviderMarketplaceConfiguration$ = ProviderMarketplaceConfiguration$;
|
|
2208
|
-
exports.ProviderProperties$ = ProviderProperties$;
|
|
2209
|
-
exports.ProviderSchemaAttribute$ = ProviderSchemaAttribute$;
|
|
2210
|
-
exports.ProviderServiceSummary$ = ProviderServiceSummary$;
|
|
2211
|
-
exports.PutPolicy$ = PutPolicy$;
|
|
2212
787
|
exports.PutPolicyCommand = PutPolicyCommand;
|
|
2213
|
-
exports.PutPolicyInput$ = PutPolicyInput$;
|
|
2214
|
-
exports.PutPolicyOutput$ = PutPolicyOutput$;
|
|
2215
788
|
exports.RecordMatchingModel = RecordMatchingModel;
|
|
2216
|
-
exports.ResolutionTechniques$ = ResolutionTechniques$;
|
|
2217
789
|
exports.ResolutionType = ResolutionType;
|
|
2218
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
2219
|
-
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
2220
|
-
exports.Rule$ = Rule$;
|
|
2221
|
-
exports.RuleBasedProperties$ = RuleBasedProperties$;
|
|
2222
|
-
exports.RuleCondition$ = RuleCondition$;
|
|
2223
|
-
exports.RuleConditionProperties$ = RuleConditionProperties$;
|
|
2224
790
|
exports.SchemaAttributeType = SchemaAttributeType;
|
|
2225
|
-
exports.SchemaInputAttribute$ = SchemaInputAttribute$;
|
|
2226
|
-
exports.SchemaMappingSummary$ = SchemaMappingSummary$;
|
|
2227
791
|
exports.ServiceType = ServiceType;
|
|
2228
|
-
exports.StartIdMappingJob$ = StartIdMappingJob$;
|
|
2229
792
|
exports.StartIdMappingJobCommand = StartIdMappingJobCommand;
|
|
2230
|
-
exports.StartIdMappingJobInput$ = StartIdMappingJobInput$;
|
|
2231
|
-
exports.StartIdMappingJobOutput$ = StartIdMappingJobOutput$;
|
|
2232
|
-
exports.StartMatchingJob$ = StartMatchingJob$;
|
|
2233
793
|
exports.StartMatchingJobCommand = StartMatchingJobCommand;
|
|
2234
|
-
exports.StartMatchingJobInput$ = StartMatchingJobInput$;
|
|
2235
|
-
exports.StartMatchingJobOutput$ = StartMatchingJobOutput$;
|
|
2236
794
|
exports.StatementEffect = StatementEffect;
|
|
2237
|
-
exports.TagResource$ = TagResource$;
|
|
2238
795
|
exports.TagResourceCommand = TagResourceCommand;
|
|
2239
|
-
exports.TagResourceInput$ = TagResourceInput$;
|
|
2240
|
-
exports.TagResourceOutput$ = TagResourceOutput$;
|
|
2241
|
-
exports.ThrottlingException = ThrottlingException;
|
|
2242
|
-
exports.ThrottlingException$ = ThrottlingException$;
|
|
2243
|
-
exports.UntagResource$ = UntagResource$;
|
|
2244
796
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
2245
|
-
exports.UntagResourceInput$ = UntagResourceInput$;
|
|
2246
|
-
exports.UntagResourceOutput$ = UntagResourceOutput$;
|
|
2247
|
-
exports.UpdateIdMappingWorkflow$ = UpdateIdMappingWorkflow$;
|
|
2248
797
|
exports.UpdateIdMappingWorkflowCommand = UpdateIdMappingWorkflowCommand;
|
|
2249
|
-
exports.UpdateIdMappingWorkflowInput$ = UpdateIdMappingWorkflowInput$;
|
|
2250
|
-
exports.UpdateIdMappingWorkflowOutput$ = UpdateIdMappingWorkflowOutput$;
|
|
2251
|
-
exports.UpdateIdNamespace$ = UpdateIdNamespace$;
|
|
2252
798
|
exports.UpdateIdNamespaceCommand = UpdateIdNamespaceCommand;
|
|
2253
|
-
exports.UpdateIdNamespaceInput$ = UpdateIdNamespaceInput$;
|
|
2254
|
-
exports.UpdateIdNamespaceOutput$ = UpdateIdNamespaceOutput$;
|
|
2255
|
-
exports.UpdateMatchingWorkflow$ = UpdateMatchingWorkflow$;
|
|
2256
799
|
exports.UpdateMatchingWorkflowCommand = UpdateMatchingWorkflowCommand;
|
|
2257
|
-
exports.UpdateMatchingWorkflowInput$ = UpdateMatchingWorkflowInput$;
|
|
2258
|
-
exports.UpdateMatchingWorkflowOutput$ = UpdateMatchingWorkflowOutput$;
|
|
2259
|
-
exports.UpdateSchemaMapping$ = UpdateSchemaMapping$;
|
|
2260
800
|
exports.UpdateSchemaMappingCommand = UpdateSchemaMappingCommand;
|
|
2261
|
-
exports.UpdateSchemaMappingInput$ = UpdateSchemaMappingInput$;
|
|
2262
|
-
exports.UpdateSchemaMappingOutput$ = UpdateSchemaMappingOutput$;
|
|
2263
|
-
exports.ValidationException = ValidationException;
|
|
2264
|
-
exports.ValidationException$ = ValidationException$;
|
|
2265
|
-
exports._Record$ = _Record$;
|
|
2266
801
|
exports.paginateListIdMappingJobs = paginateListIdMappingJobs;
|
|
2267
802
|
exports.paginateListIdMappingWorkflows = paginateListIdMappingWorkflows;
|
|
2268
803
|
exports.paginateListIdNamespaces = paginateListIdNamespaces;
|
|
@@ -2270,3 +805,15 @@ exports.paginateListMatchingJobs = paginateListMatchingJobs;
|
|
|
2270
805
|
exports.paginateListMatchingWorkflows = paginateListMatchingWorkflows;
|
|
2271
806
|
exports.paginateListProviderServices = paginateListProviderServices;
|
|
2272
807
|
exports.paginateListSchemaMappings = paginateListSchemaMappings;
|
|
808
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
809
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
810
|
+
enumerable: true,
|
|
811
|
+
get: function () { return schemas_0[k]; }
|
|
812
|
+
});
|
|
813
|
+
});
|
|
814
|
+
Object.keys(errors).forEach(function (k) {
|
|
815
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
816
|
+
enumerable: true,
|
|
817
|
+
get: function () { return errors[k]; }
|
|
818
|
+
});
|
|
819
|
+
});
|