@aws-sdk/client-entityresolution 3.948.0 → 3.953.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 +553 -384
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AddPolicyStatementCommand.js +2 -2
- package/dist-es/commands/BatchDeleteUniqueIdCommand.js +2 -2
- package/dist-es/commands/CreateIdMappingWorkflowCommand.js +2 -2
- package/dist-es/commands/CreateIdNamespaceCommand.js +2 -2
- package/dist-es/commands/CreateMatchingWorkflowCommand.js +2 -2
- package/dist-es/commands/CreateSchemaMappingCommand.js +2 -2
- package/dist-es/commands/DeleteIdMappingWorkflowCommand.js +2 -2
- package/dist-es/commands/DeleteIdNamespaceCommand.js +2 -2
- package/dist-es/commands/DeleteMatchingWorkflowCommand.js +2 -2
- package/dist-es/commands/DeletePolicyStatementCommand.js +2 -2
- package/dist-es/commands/DeleteSchemaMappingCommand.js +2 -2
- package/dist-es/commands/GenerateMatchIdCommand.js +2 -2
- package/dist-es/commands/GetIdMappingJobCommand.js +2 -2
- package/dist-es/commands/GetIdMappingWorkflowCommand.js +2 -2
- package/dist-es/commands/GetIdNamespaceCommand.js +2 -2
- package/dist-es/commands/GetMatchIdCommand.js +2 -2
- package/dist-es/commands/GetMatchingJobCommand.js +2 -2
- package/dist-es/commands/GetMatchingWorkflowCommand.js +2 -2
- package/dist-es/commands/GetPolicyCommand.js +2 -2
- package/dist-es/commands/GetProviderServiceCommand.js +2 -2
- package/dist-es/commands/GetSchemaMappingCommand.js +2 -2
- package/dist-es/commands/ListIdMappingJobsCommand.js +2 -2
- package/dist-es/commands/ListIdMappingWorkflowsCommand.js +2 -2
- package/dist-es/commands/ListIdNamespacesCommand.js +2 -2
- package/dist-es/commands/ListMatchingJobsCommand.js +2 -2
- package/dist-es/commands/ListMatchingWorkflowsCommand.js +2 -2
- package/dist-es/commands/ListProviderServicesCommand.js +2 -2
- package/dist-es/commands/ListSchemaMappingsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutPolicyCommand.js +2 -2
- package/dist-es/commands/StartIdMappingJobCommand.js +2 -2
- package/dist-es/commands/StartMatchingJobCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateIdMappingWorkflowCommand.js +2 -2
- package/dist-es/commands/UpdateIdNamespaceCommand.js +2 -2
- package/dist-es/commands/UpdateMatchingWorkflowCommand.js +2 -2
- package/dist-es/commands/UpdateSchemaMappingCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +342 -341
- package/dist-types/EntityResolutionClient.d.ts +1 -10
- package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +2 -2
- package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +10 -2
- package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +1 -1
- package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +5 -1
- package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +2 -2
- package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +10 -2
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +29 -8
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +169 -209
- package/dist-types/ts3.4/EntityResolutionClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +9 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +168 -210
- package/package.json +34 -34
|
@@ -15,6 +15,7 @@ const _CINO = "CreateIdNamespaceOutput";
|
|
|
15
15
|
const _CMW = "CreateMatchingWorkflow";
|
|
16
16
|
const _CMWI = "CreateMatchingWorkflowInput";
|
|
17
17
|
const _CMWO = "CreateMatchingWorkflowOutput";
|
|
18
|
+
const _CPIC = "CustomerProfilesIntegrationConfig";
|
|
18
19
|
const _CSM = "CreateSchemaMapping";
|
|
19
20
|
const _CSMI = "CreateSchemaMappingInput";
|
|
20
21
|
const _CSMO = "CreateSchemaMappingOutput";
|
|
@@ -203,8 +204,10 @@ const _aO = "anonymizedOutput";
|
|
|
203
204
|
const _ac = "action";
|
|
204
205
|
const _c = "client";
|
|
205
206
|
const _cA = "createdAt";
|
|
207
|
+
const _cPIC = "customerProfilesIntegrationConfig";
|
|
206
208
|
const _co = "condition";
|
|
207
209
|
const _d = "deleted";
|
|
210
|
+
const _dA = "domainArn";
|
|
208
211
|
const _dRP = "deleteRecordsProcessed";
|
|
209
212
|
const _dSI = "dataSetId";
|
|
210
213
|
const _dUI = "disconnectedUniqueIds";
|
|
@@ -268,6 +271,7 @@ const _nURL = "newUniqueRecordsLoaded";
|
|
|
268
271
|
const _o = "output";
|
|
269
272
|
const _oSC = "outputSourceConfig";
|
|
270
273
|
const _oSP = "outputS3Path";
|
|
274
|
+
const _oTA = "objectTypeArn";
|
|
271
275
|
const _p = "principal";
|
|
272
276
|
const _pC = "providerConfiguration";
|
|
273
277
|
const _pCD = "providerConfigurationDefinition";
|
|
@@ -337,11 +341,11 @@ const _wN = "workflowName";
|
|
|
337
341
|
const _wS = "workflowSummaries";
|
|
338
342
|
const n0 = "com.amazonaws.entityresolution";
|
|
339
343
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
340
|
-
import { EntityResolutionServiceException
|
|
341
|
-
import { AccessDeniedException
|
|
342
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
343
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
344
|
-
export var AddPolicyStatementInput = [
|
|
344
|
+
import { EntityResolutionServiceException } from "../models/EntityResolutionServiceException";
|
|
345
|
+
import { AccessDeniedException, ConflictException, ExceedsLimitException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
346
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
347
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
348
|
+
export var AddPolicyStatementInput$ = [
|
|
345
349
|
3,
|
|
346
350
|
n0,
|
|
347
351
|
_APSI,
|
|
@@ -349,8 +353,8 @@ export var AddPolicyStatementInput = [
|
|
|
349
353
|
[_a, _sI, _ef, _ac, _p, _co],
|
|
350
354
|
[[0, 1], [0, 1], 0, 64 | 0, 64 | 0, 0],
|
|
351
355
|
];
|
|
352
|
-
export var AddPolicyStatementOutput = [3, n0, _APSO, 0, [_a, _t, _po], [0, 0, 0]];
|
|
353
|
-
export var BatchDeleteUniqueIdInput = [
|
|
356
|
+
export var AddPolicyStatementOutput$ = [3, n0, _APSO, 0, [_a, _t, _po], [0, 0, 0]];
|
|
357
|
+
export var BatchDeleteUniqueIdInput$ = [
|
|
354
358
|
3,
|
|
355
359
|
n0,
|
|
356
360
|
_BDUII,
|
|
@@ -362,7 +366,7 @@ export var BatchDeleteUniqueIdInput = [
|
|
|
362
366
|
[64 | 0, { [_hH]: _uI }],
|
|
363
367
|
],
|
|
364
368
|
];
|
|
365
|
-
export var BatchDeleteUniqueIdOutput = [
|
|
369
|
+
export var BatchDeleteUniqueIdOutput$ = [
|
|
366
370
|
3,
|
|
367
371
|
n0,
|
|
368
372
|
_BDUIO,
|
|
@@ -370,9 +374,9 @@ export var BatchDeleteUniqueIdOutput = [
|
|
|
370
374
|
[_s, _er, _d, _dUI],
|
|
371
375
|
[0, () => DeleteUniqueIdErrorsList, () => DeletedUniqueIdList, 64 | 0],
|
|
372
376
|
];
|
|
373
|
-
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
374
|
-
TypeRegistry.for(n0).registerError(ConflictException
|
|
375
|
-
export var CreateIdMappingWorkflowInput = [
|
|
377
|
+
export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
378
|
+
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
379
|
+
export var CreateIdMappingWorkflowInput$ = [
|
|
376
380
|
3,
|
|
377
381
|
n0,
|
|
378
382
|
_CIMWI,
|
|
@@ -383,13 +387,13 @@ export var CreateIdMappingWorkflowInput = [
|
|
|
383
387
|
0,
|
|
384
388
|
() => IdMappingWorkflowInputSourceConfig,
|
|
385
389
|
() => IdMappingWorkflowOutputSourceConfig,
|
|
386
|
-
() => IdMappingTechniques
|
|
387
|
-
() => IdMappingIncrementalRunConfig
|
|
390
|
+
() => IdMappingTechniques$,
|
|
391
|
+
() => IdMappingIncrementalRunConfig$,
|
|
388
392
|
0,
|
|
389
393
|
128 | 0,
|
|
390
394
|
],
|
|
391
395
|
];
|
|
392
|
-
export var CreateIdMappingWorkflowOutput = [
|
|
396
|
+
export var CreateIdMappingWorkflowOutput$ = [
|
|
393
397
|
3,
|
|
394
398
|
n0,
|
|
395
399
|
_CIMWO,
|
|
@@ -401,12 +405,12 @@ export var CreateIdMappingWorkflowOutput = [
|
|
|
401
405
|
0,
|
|
402
406
|
() => IdMappingWorkflowInputSourceConfig,
|
|
403
407
|
() => IdMappingWorkflowOutputSourceConfig,
|
|
404
|
-
() => IdMappingTechniques
|
|
405
|
-
() => IdMappingIncrementalRunConfig
|
|
408
|
+
() => IdMappingTechniques$,
|
|
409
|
+
() => IdMappingIncrementalRunConfig$,
|
|
406
410
|
0,
|
|
407
411
|
],
|
|
408
412
|
];
|
|
409
|
-
export var CreateIdNamespaceInput = [
|
|
413
|
+
export var CreateIdNamespaceInput$ = [
|
|
410
414
|
3,
|
|
411
415
|
n0,
|
|
412
416
|
_CINI,
|
|
@@ -414,7 +418,7 @@ export var CreateIdNamespaceInput = [
|
|
|
414
418
|
[_iNN, _de, _iSC, _iMWP, _ty, _rA, _ta],
|
|
415
419
|
[0, 0, () => IdNamespaceInputSourceConfig, () => IdNamespaceIdMappingWorkflowPropertiesList, 0, 0, 128 | 0],
|
|
416
420
|
];
|
|
417
|
-
export var CreateIdNamespaceOutput = [
|
|
421
|
+
export var CreateIdNamespaceOutput$ = [
|
|
418
422
|
3,
|
|
419
423
|
n0,
|
|
420
424
|
_CINO,
|
|
@@ -422,7 +426,7 @@ export var CreateIdNamespaceOutput = [
|
|
|
422
426
|
[_iNN, _iNA, _de, _iSC, _iMWP, _ty, _rA, _cA, _uA, _ta],
|
|
423
427
|
[0, 0, 0, () => IdNamespaceInputSourceConfig, () => IdNamespaceIdMappingWorkflowPropertiesList, 0, 0, 4, 4, 128 | 0],
|
|
424
428
|
];
|
|
425
|
-
export var CreateMatchingWorkflowInput = [
|
|
429
|
+
export var CreateMatchingWorkflowInput$ = [
|
|
426
430
|
3,
|
|
427
431
|
n0,
|
|
428
432
|
_CMWI,
|
|
@@ -433,13 +437,13 @@ export var CreateMatchingWorkflowInput = [
|
|
|
433
437
|
0,
|
|
434
438
|
() => InputSourceConfig,
|
|
435
439
|
() => OutputSourceConfig,
|
|
436
|
-
() => ResolutionTechniques
|
|
437
|
-
() => IncrementalRunConfig
|
|
440
|
+
() => ResolutionTechniques$,
|
|
441
|
+
() => IncrementalRunConfig$,
|
|
438
442
|
0,
|
|
439
443
|
128 | 0,
|
|
440
444
|
],
|
|
441
445
|
];
|
|
442
|
-
export var CreateMatchingWorkflowOutput = [
|
|
446
|
+
export var CreateMatchingWorkflowOutput$ = [
|
|
443
447
|
3,
|
|
444
448
|
n0,
|
|
445
449
|
_CMWO,
|
|
@@ -451,12 +455,12 @@ export var CreateMatchingWorkflowOutput = [
|
|
|
451
455
|
0,
|
|
452
456
|
() => InputSourceConfig,
|
|
453
457
|
() => OutputSourceConfig,
|
|
454
|
-
() => ResolutionTechniques
|
|
455
|
-
() => IncrementalRunConfig
|
|
458
|
+
() => ResolutionTechniques$,
|
|
459
|
+
() => IncrementalRunConfig$,
|
|
456
460
|
0,
|
|
457
461
|
],
|
|
458
462
|
];
|
|
459
|
-
export var CreateSchemaMappingInput = [
|
|
463
|
+
export var CreateSchemaMappingInput$ = [
|
|
460
464
|
3,
|
|
461
465
|
n0,
|
|
462
466
|
_CSMI,
|
|
@@ -464,7 +468,7 @@ export var CreateSchemaMappingInput = [
|
|
|
464
468
|
[_sN, _de, _mIF, _ta],
|
|
465
469
|
[0, 0, () => SchemaInputAttributes, 128 | 0],
|
|
466
470
|
];
|
|
467
|
-
export var CreateSchemaMappingOutput = [
|
|
471
|
+
export var CreateSchemaMappingOutput$ = [
|
|
468
472
|
3,
|
|
469
473
|
n0,
|
|
470
474
|
_CSMO,
|
|
@@ -472,14 +476,15 @@ export var CreateSchemaMappingOutput = [
|
|
|
472
476
|
[_sN, _sA, _de, _mIF],
|
|
473
477
|
[0, 0, 0, () => SchemaInputAttributes],
|
|
474
478
|
];
|
|
475
|
-
export var
|
|
476
|
-
export var
|
|
477
|
-
export var
|
|
478
|
-
export var
|
|
479
|
-
export var
|
|
480
|
-
export var
|
|
481
|
-
export var
|
|
482
|
-
export var
|
|
479
|
+
export var CustomerProfilesIntegrationConfig$ = [3, n0, _CPIC, 0, [_dA, _oTA], [0, 0]];
|
|
480
|
+
export var DeletedUniqueId$ = [3, n0, _DUI, 0, [_uIn], [0]];
|
|
481
|
+
export var DeleteIdMappingWorkflowInput$ = [3, n0, _DIMWI, 0, [_wN], [[0, 1]]];
|
|
482
|
+
export var DeleteIdMappingWorkflowOutput$ = [3, n0, _DIMWO, 0, [_m], [0]];
|
|
483
|
+
export var DeleteIdNamespaceInput$ = [3, n0, _DINI, 0, [_iNN], [[0, 1]]];
|
|
484
|
+
export var DeleteIdNamespaceOutput$ = [3, n0, _DINO, 0, [_m], [0]];
|
|
485
|
+
export var DeleteMatchingWorkflowInput$ = [3, n0, _DMWI, 0, [_wN], [[0, 1]]];
|
|
486
|
+
export var DeleteMatchingWorkflowOutput$ = [3, n0, _DMWO, 0, [_m], [0]];
|
|
487
|
+
export var DeletePolicyStatementInput$ = [
|
|
483
488
|
3,
|
|
484
489
|
n0,
|
|
485
490
|
_DPSI,
|
|
@@ -490,12 +495,12 @@ export var DeletePolicyStatementInput = [
|
|
|
490
495
|
[0, 1],
|
|
491
496
|
],
|
|
492
497
|
];
|
|
493
|
-
export var DeletePolicyStatementOutput = [3, n0, _DPSO, 0, [_a, _t, _po], [0, 0, 0]];
|
|
494
|
-
export var DeleteSchemaMappingInput = [3, n0, _DSMI, 0, [_sN], [[0, 1]]];
|
|
495
|
-
export var DeleteSchemaMappingOutput = [3, n0, _DSMO, 0, [_m], [0]];
|
|
496
|
-
export var DeleteUniqueIdError = [3, n0, _DUIE, 0, [_uIn, _eT], [0, 0]];
|
|
497
|
-
export var ErrorDetails = [3, n0, _ED, 0, [_eM], [0]];
|
|
498
|
-
export var ExceedsLimitException = [
|
|
498
|
+
export var DeletePolicyStatementOutput$ = [3, n0, _DPSO, 0, [_a, _t, _po], [0, 0, 0]];
|
|
499
|
+
export var DeleteSchemaMappingInput$ = [3, n0, _DSMI, 0, [_sN], [[0, 1]]];
|
|
500
|
+
export var DeleteSchemaMappingOutput$ = [3, n0, _DSMO, 0, [_m], [0]];
|
|
501
|
+
export var DeleteUniqueIdError$ = [3, n0, _DUIE, 0, [_uIn, _eT], [0, 0]];
|
|
502
|
+
export var ErrorDetails$ = [3, n0, _ED, 0, [_eM], [0]];
|
|
503
|
+
export var ExceedsLimitException$ = [
|
|
499
504
|
-3,
|
|
500
505
|
n0,
|
|
501
506
|
_ELE,
|
|
@@ -503,9 +508,9 @@ export var ExceedsLimitException = [
|
|
|
503
508
|
[_m, _qN, _qV],
|
|
504
509
|
[0, 0, 1],
|
|
505
510
|
];
|
|
506
|
-
TypeRegistry.for(n0).registerError(ExceedsLimitException
|
|
507
|
-
export var FailedRecord = [3, n0, _FR, 0, [_iSARN, _uIn, _eM], [0, 0, 0]];
|
|
508
|
-
export var GenerateMatchIdInput = [
|
|
511
|
+
TypeRegistry.for(n0).registerError(ExceedsLimitException$, ExceedsLimitException);
|
|
512
|
+
export var FailedRecord$ = [3, n0, _FR, 0, [_iSARN, _uIn, _eM], [0, 0, 0]];
|
|
513
|
+
export var GenerateMatchIdInput$ = [
|
|
509
514
|
3,
|
|
510
515
|
n0,
|
|
511
516
|
_GMII,
|
|
@@ -513,7 +518,7 @@ export var GenerateMatchIdInput = [
|
|
|
513
518
|
[_wN, _r, _pT],
|
|
514
519
|
[[0, 1], [() => RecordList, 0], 0],
|
|
515
520
|
];
|
|
516
|
-
export var GenerateMatchIdOutput = [
|
|
521
|
+
export var GenerateMatchIdOutput$ = [
|
|
517
522
|
3,
|
|
518
523
|
n0,
|
|
519
524
|
_GMIO,
|
|
@@ -521,7 +526,7 @@ export var GenerateMatchIdOutput = [
|
|
|
521
526
|
[_mG, _fR],
|
|
522
527
|
[() => MatchGroupsList, () => FailedRecordsList],
|
|
523
528
|
];
|
|
524
|
-
export var GetIdMappingJobInput = [
|
|
529
|
+
export var GetIdMappingJobInput$ = [
|
|
525
530
|
3,
|
|
526
531
|
n0,
|
|
527
532
|
_GIMJI,
|
|
@@ -532,16 +537,16 @@ export var GetIdMappingJobInput = [
|
|
|
532
537
|
[0, 1],
|
|
533
538
|
],
|
|
534
539
|
];
|
|
535
|
-
export var GetIdMappingJobOutput = [
|
|
540
|
+
export var GetIdMappingJobOutput$ = [
|
|
536
541
|
3,
|
|
537
542
|
n0,
|
|
538
543
|
_GIMJO,
|
|
539
544
|
0,
|
|
540
545
|
[_jI, _s, _sT, _eTn, _me, _eD, _oSC, _jT],
|
|
541
|
-
[0, 0, 4, 4, () => IdMappingJobMetrics
|
|
546
|
+
[0, 0, 4, 4, () => IdMappingJobMetrics$, () => ErrorDetails$, () => IdMappingJobOutputSourceConfig, 0],
|
|
542
547
|
];
|
|
543
|
-
export var GetIdMappingWorkflowInput = [3, n0, _GIMWI, 0, [_wN], [[0, 1]]];
|
|
544
|
-
export var GetIdMappingWorkflowOutput = [
|
|
548
|
+
export var GetIdMappingWorkflowInput$ = [3, n0, _GIMWI, 0, [_wN], [[0, 1]]];
|
|
549
|
+
export var GetIdMappingWorkflowOutput$ = [
|
|
545
550
|
3,
|
|
546
551
|
n0,
|
|
547
552
|
_GIMWO,
|
|
@@ -553,16 +558,16 @@ export var GetIdMappingWorkflowOutput = [
|
|
|
553
558
|
0,
|
|
554
559
|
() => IdMappingWorkflowInputSourceConfig,
|
|
555
560
|
() => IdMappingWorkflowOutputSourceConfig,
|
|
556
|
-
() => IdMappingTechniques
|
|
561
|
+
() => IdMappingTechniques$,
|
|
557
562
|
4,
|
|
558
563
|
4,
|
|
559
|
-
() => IdMappingIncrementalRunConfig
|
|
564
|
+
() => IdMappingIncrementalRunConfig$,
|
|
560
565
|
0,
|
|
561
566
|
128 | 0,
|
|
562
567
|
],
|
|
563
568
|
];
|
|
564
|
-
export var GetIdNamespaceInput = [3, n0, _GINI, 0, [_iNN], [[0, 1]]];
|
|
565
|
-
export var GetIdNamespaceOutput = [
|
|
569
|
+
export var GetIdNamespaceInput$ = [3, n0, _GINI, 0, [_iNN], [[0, 1]]];
|
|
570
|
+
export var GetIdNamespaceOutput$ = [
|
|
566
571
|
3,
|
|
567
572
|
n0,
|
|
568
573
|
_GINO,
|
|
@@ -570,7 +575,7 @@ export var GetIdNamespaceOutput = [
|
|
|
570
575
|
[_iNN, _iNA, _de, _iSC, _iMWP, _ty, _rA, _cA, _uA, _ta],
|
|
571
576
|
[0, 0, 0, () => IdNamespaceInputSourceConfig, () => IdNamespaceIdMappingWorkflowPropertiesList, 0, 0, 4, 4, 128 | 0],
|
|
572
577
|
];
|
|
573
|
-
export var GetMatchIdInput = [
|
|
578
|
+
export var GetMatchIdInput$ = [
|
|
574
579
|
3,
|
|
575
580
|
n0,
|
|
576
581
|
_GMIIe,
|
|
@@ -578,8 +583,8 @@ export var GetMatchIdInput = [
|
|
|
578
583
|
[_wN, _re, _aN],
|
|
579
584
|
[[0, 1], [() => RecordAttributeMap, 0], 2],
|
|
580
585
|
];
|
|
581
|
-
export var GetMatchIdOutput = [3, n0, _GMIOe, 0, [_mI, _mR], [0, 0]];
|
|
582
|
-
export var GetMatchingJobInput = [
|
|
586
|
+
export var GetMatchIdOutput$ = [3, n0, _GMIOe, 0, [_mI, _mR], [0, 0]];
|
|
587
|
+
export var GetMatchingJobInput$ = [
|
|
583
588
|
3,
|
|
584
589
|
n0,
|
|
585
590
|
_GMJI,
|
|
@@ -590,16 +595,16 @@ export var GetMatchingJobInput = [
|
|
|
590
595
|
[0, 1],
|
|
591
596
|
],
|
|
592
597
|
];
|
|
593
|
-
export var GetMatchingJobOutput = [
|
|
598
|
+
export var GetMatchingJobOutput$ = [
|
|
594
599
|
3,
|
|
595
600
|
n0,
|
|
596
601
|
_GMJO,
|
|
597
602
|
0,
|
|
598
603
|
[_jI, _s, _sT, _eTn, _me, _eD, _oSC],
|
|
599
|
-
[0, 0, 4, 4, () => JobMetrics
|
|
604
|
+
[0, 0, 4, 4, () => JobMetrics$, () => ErrorDetails$, () => JobOutputSourceConfig],
|
|
600
605
|
];
|
|
601
|
-
export var GetMatchingWorkflowInput = [3, n0, _GMWI, 0, [_wN], [[0, 1]]];
|
|
602
|
-
export var GetMatchingWorkflowOutput = [
|
|
606
|
+
export var GetMatchingWorkflowInput$ = [3, n0, _GMWI, 0, [_wN], [[0, 1]]];
|
|
607
|
+
export var GetMatchingWorkflowOutput$ = [
|
|
603
608
|
3,
|
|
604
609
|
n0,
|
|
605
610
|
_GMWO,
|
|
@@ -611,17 +616,17 @@ export var GetMatchingWorkflowOutput = [
|
|
|
611
616
|
0,
|
|
612
617
|
() => InputSourceConfig,
|
|
613
618
|
() => OutputSourceConfig,
|
|
614
|
-
() => ResolutionTechniques
|
|
619
|
+
() => ResolutionTechniques$,
|
|
615
620
|
4,
|
|
616
621
|
4,
|
|
617
|
-
() => IncrementalRunConfig
|
|
622
|
+
() => IncrementalRunConfig$,
|
|
618
623
|
0,
|
|
619
624
|
128 | 0,
|
|
620
625
|
],
|
|
621
626
|
];
|
|
622
|
-
export var GetPolicyInput = [3, n0, _GPI, 0, [_a], [[0, 1]]];
|
|
623
|
-
export var GetPolicyOutput = [3, n0, _GPO, 0, [_a, _t, _po], [0, 0, 0]];
|
|
624
|
-
export var GetProviderServiceInput = [
|
|
627
|
+
export var GetPolicyInput$ = [3, n0, _GPI, 0, [_a], [[0, 1]]];
|
|
628
|
+
export var GetPolicyOutput$ = [3, n0, _GPO, 0, [_a, _t, _po], [0, 0, 0]];
|
|
629
|
+
export var GetProviderServiceInput$ = [
|
|
625
630
|
3,
|
|
626
631
|
n0,
|
|
627
632
|
_GPSI,
|
|
@@ -632,7 +637,7 @@ export var GetProviderServiceInput = [
|
|
|
632
637
|
[0, 1],
|
|
633
638
|
],
|
|
634
639
|
];
|
|
635
|
-
export var GetProviderServiceOutput = [
|
|
640
|
+
export var GetProviderServiceOutput$ = [
|
|
636
641
|
3,
|
|
637
642
|
n0,
|
|
638
643
|
_GPSO,
|
|
@@ -645,17 +650,17 @@ export var GetProviderServiceOutput = [
|
|
|
645
650
|
0,
|
|
646
651
|
0,
|
|
647
652
|
15,
|
|
648
|
-
() => ProviderIdNameSpaceConfiguration
|
|
653
|
+
() => ProviderIdNameSpaceConfiguration$,
|
|
649
654
|
15,
|
|
650
|
-
() => ProviderEndpointConfiguration
|
|
655
|
+
() => ProviderEndpointConfiguration$,
|
|
651
656
|
2,
|
|
652
657
|
15,
|
|
653
|
-
() => ProviderIntermediateDataAccessConfiguration
|
|
654
|
-
() => ProviderComponentSchema
|
|
658
|
+
() => ProviderIntermediateDataAccessConfiguration$,
|
|
659
|
+
() => ProviderComponentSchema$,
|
|
655
660
|
],
|
|
656
661
|
];
|
|
657
|
-
export var GetSchemaMappingInput = [3, n0, _GSMI, 0, [_sN], [[0, 1]]];
|
|
658
|
-
export var GetSchemaMappingOutput = [
|
|
662
|
+
export var GetSchemaMappingInput$ = [3, n0, _GSMI, 0, [_sN], [[0, 1]]];
|
|
663
|
+
export var GetSchemaMappingOutput$ = [
|
|
659
664
|
3,
|
|
660
665
|
n0,
|
|
661
666
|
_GSMO,
|
|
@@ -663,8 +668,8 @@ export var GetSchemaMappingOutput = [
|
|
|
663
668
|
[_sN, _sA, _de, _mIF, _cA, _uA, _ta, _hW],
|
|
664
669
|
[0, 0, 0, () => SchemaInputAttributes, 4, 4, 128 | 0, 2],
|
|
665
670
|
];
|
|
666
|
-
export var IdMappingIncrementalRunConfig = [3, n0, _IMIRC, 0, [_iRT], [0]];
|
|
667
|
-
export var IdMappingJobMetrics = [
|
|
671
|
+
export var IdMappingIncrementalRunConfig$ = [3, n0, _IMIRC, 0, [_iRT], [0]];
|
|
672
|
+
export var IdMappingJobMetrics$ = [
|
|
668
673
|
3,
|
|
669
674
|
n0,
|
|
670
675
|
_IMJM,
|
|
@@ -672,8 +677,8 @@ export var IdMappingJobMetrics = [
|
|
|
672
677
|
[_iR, _tRP, _rNP, _dRP, _tMR, _tMSR, _tMTR, _uRL, _nMR, _nMSR, _nMTR, _nURL, _mRR, _mSRR, _mTRR],
|
|
673
678
|
[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
|
|
674
679
|
];
|
|
675
|
-
export var IdMappingJobOutputSource = [3, n0, _IMJOS, 0, [_rA, _oSP, _KMSA], [0, 0, 0]];
|
|
676
|
-
export var IdMappingRuleBasedProperties = [
|
|
680
|
+
export var IdMappingJobOutputSource$ = [3, n0, _IMJOS, 0, [_rA, _oSP, _KMSA], [0, 0, 0]];
|
|
681
|
+
export var IdMappingRuleBasedProperties$ = [
|
|
677
682
|
3,
|
|
678
683
|
n0,
|
|
679
684
|
_IMRBP,
|
|
@@ -681,28 +686,28 @@ export var IdMappingRuleBasedProperties = [
|
|
|
681
686
|
[_ru, _rDT, _aMM, _rMM],
|
|
682
687
|
[() => RuleList, 0, 0, 0],
|
|
683
688
|
];
|
|
684
|
-
export var IdMappingTechniques = [
|
|
689
|
+
export var IdMappingTechniques$ = [
|
|
685
690
|
3,
|
|
686
691
|
n0,
|
|
687
692
|
_IMT,
|
|
688
693
|
0,
|
|
689
694
|
[_iMTd, _rBP, _pP],
|
|
690
|
-
[0, () => IdMappingRuleBasedProperties
|
|
695
|
+
[0, () => IdMappingRuleBasedProperties$, () => ProviderProperties$],
|
|
691
696
|
];
|
|
692
|
-
export var IdMappingWorkflowInputSource = [3, n0, _IMWIS, 0, [_iSARN, _sN, _ty], [0, 0, 0]];
|
|
693
|
-
export var IdMappingWorkflowOutputSource = [3, n0, _IMWOS, 0, [
|
|
694
|
-
export var IdMappingWorkflowSummary = [3, n0, _IMWS, 0, [_wN, _wA, _cA, _uA], [0, 0, 4, 4]];
|
|
695
|
-
export var IdNamespaceIdMappingWorkflowMetadata = [3, n0, _INIMWM, 0, [_iMTd], [0]];
|
|
696
|
-
export var IdNamespaceIdMappingWorkflowProperties = [
|
|
697
|
+
export var IdMappingWorkflowInputSource$ = [3, n0, _IMWIS, 0, [_iSARN, _sN, _ty], [0, 0, 0]];
|
|
698
|
+
export var IdMappingWorkflowOutputSource$ = [3, n0, _IMWOS, 0, [_KMSA, _oSP], [0, 0]];
|
|
699
|
+
export var IdMappingWorkflowSummary$ = [3, n0, _IMWS, 0, [_wN, _wA, _cA, _uA], [0, 0, 4, 4]];
|
|
700
|
+
export var IdNamespaceIdMappingWorkflowMetadata$ = [3, n0, _INIMWM, 0, [_iMTd], [0]];
|
|
701
|
+
export var IdNamespaceIdMappingWorkflowProperties$ = [
|
|
697
702
|
3,
|
|
698
703
|
n0,
|
|
699
704
|
_INIMWP,
|
|
700
705
|
0,
|
|
701
706
|
[_iMTd, _rBP, _pP],
|
|
702
|
-
[0, () => NamespaceRuleBasedProperties
|
|
707
|
+
[0, () => NamespaceRuleBasedProperties$, () => NamespaceProviderProperties$],
|
|
703
708
|
];
|
|
704
|
-
export var IdNamespaceInputSource = [3, n0, _INIS, 0, [_iSARN, _sN], [0, 0]];
|
|
705
|
-
export var IdNamespaceSummary = [
|
|
709
|
+
export var IdNamespaceInputSource$ = [3, n0, _INIS, 0, [_iSARN, _sN], [0, 0]];
|
|
710
|
+
export var IdNamespaceSummary$ = [
|
|
706
711
|
3,
|
|
707
712
|
n0,
|
|
708
713
|
_INS,
|
|
@@ -710,15 +715,15 @@ export var IdNamespaceSummary = [
|
|
|
710
715
|
[_iNN, _iNA, _de, _iMWP, _ty, _cA, _uA],
|
|
711
716
|
[0, 0, 0, () => IdNamespaceIdMappingWorkflowMetadataList, 0, 4, 4],
|
|
712
717
|
];
|
|
713
|
-
export var IncrementalRunConfig = [3, n0, _IRC, 0, [_iRT], [0]];
|
|
714
|
-
export var InputSource = [3, n0, _IS, 0, [_iSARN, _sN, _aN], [0, 0, 2]];
|
|
715
|
-
export var IntermediateSourceConfiguration = [3, n0, _ISC, 0, [_iSP], [0]];
|
|
716
|
-
export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
717
|
-
TypeRegistry.for(n0).registerError(InternalServerException
|
|
718
|
-
export var JobMetrics = [3, n0, _JM, 0, [_iR, _tRP, _rNP, _dRP, _mID], [1, 1, 1, 1, 1]];
|
|
719
|
-
export var JobOutputSource = [3, n0, _JOS, 0, [_rA, _oSP, _KMSA], [0, 0, 0]];
|
|
720
|
-
export var JobSummary = [3, n0, _JS, 0, [_jI, _s, _sT, _eTn], [0, 0, 4, 4]];
|
|
721
|
-
export var ListIdMappingJobsInput = [
|
|
718
|
+
export var IncrementalRunConfig$ = [3, n0, _IRC, 0, [_iRT], [0]];
|
|
719
|
+
export var InputSource$ = [3, n0, _IS, 0, [_iSARN, _sN, _aN], [0, 0, 2]];
|
|
720
|
+
export var IntermediateSourceConfiguration$ = [3, n0, _ISC, 0, [_iSP], [0]];
|
|
721
|
+
export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
722
|
+
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
723
|
+
export var JobMetrics$ = [3, n0, _JM, 0, [_iR, _tRP, _rNP, _dRP, _mID], [1, 1, 1, 1, 1]];
|
|
724
|
+
export var JobOutputSource$ = [3, n0, _JOS, 0, [_rA, _oSP, _KMSA], [0, 0, 0]];
|
|
725
|
+
export var JobSummary$ = [3, n0, _JS, 0, [_jI, _s, _sT, _eTn], [0, 0, 4, 4]];
|
|
726
|
+
export var ListIdMappingJobsInput$ = [
|
|
722
727
|
3,
|
|
723
728
|
n0,
|
|
724
729
|
_LIMJI,
|
|
@@ -730,8 +735,8 @@ export var ListIdMappingJobsInput = [
|
|
|
730
735
|
[1, { [_hQ]: _mRa }],
|
|
731
736
|
],
|
|
732
737
|
];
|
|
733
|
-
export var ListIdMappingJobsOutput = [3, n0, _LIMJO, 0, [_j, _nT], [() => JobList, 0]];
|
|
734
|
-
export var ListIdMappingWorkflowsInput = [
|
|
738
|
+
export var ListIdMappingJobsOutput$ = [3, n0, _LIMJO, 0, [_j, _nT], [() => JobList, 0]];
|
|
739
|
+
export var ListIdMappingWorkflowsInput$ = [
|
|
735
740
|
3,
|
|
736
741
|
n0,
|
|
737
742
|
_LIMWI,
|
|
@@ -742,7 +747,7 @@ export var ListIdMappingWorkflowsInput = [
|
|
|
742
747
|
[1, { [_hQ]: _mRa }],
|
|
743
748
|
],
|
|
744
749
|
];
|
|
745
|
-
export var ListIdMappingWorkflowsOutput = [
|
|
750
|
+
export var ListIdMappingWorkflowsOutput$ = [
|
|
746
751
|
3,
|
|
747
752
|
n0,
|
|
748
753
|
_LIMWO,
|
|
@@ -750,7 +755,7 @@ export var ListIdMappingWorkflowsOutput = [
|
|
|
750
755
|
[_wS, _nT],
|
|
751
756
|
[() => IdMappingWorkflowList, 0],
|
|
752
757
|
];
|
|
753
|
-
export var ListIdNamespacesInput = [
|
|
758
|
+
export var ListIdNamespacesInput$ = [
|
|
754
759
|
3,
|
|
755
760
|
n0,
|
|
756
761
|
_LINI,
|
|
@@ -761,8 +766,8 @@ export var ListIdNamespacesInput = [
|
|
|
761
766
|
[1, { [_hQ]: _mRa }],
|
|
762
767
|
],
|
|
763
768
|
];
|
|
764
|
-
export var ListIdNamespacesOutput = [3, n0, _LINO, 0, [_iNS, _nT], [() => IdNamespaceList, 0]];
|
|
765
|
-
export var ListMatchingJobsInput = [
|
|
769
|
+
export var ListIdNamespacesOutput$ = [3, n0, _LINO, 0, [_iNS, _nT], [() => IdNamespaceList, 0]];
|
|
770
|
+
export var ListMatchingJobsInput$ = [
|
|
766
771
|
3,
|
|
767
772
|
n0,
|
|
768
773
|
_LMJI,
|
|
@@ -774,8 +779,8 @@ export var ListMatchingJobsInput = [
|
|
|
774
779
|
[1, { [_hQ]: _mRa }],
|
|
775
780
|
],
|
|
776
781
|
];
|
|
777
|
-
export var ListMatchingJobsOutput = [3, n0, _LMJO, 0, [_j, _nT], [() => JobList, 0]];
|
|
778
|
-
export var ListMatchingWorkflowsInput = [
|
|
782
|
+
export var ListMatchingJobsOutput$ = [3, n0, _LMJO, 0, [_j, _nT], [() => JobList, 0]];
|
|
783
|
+
export var ListMatchingWorkflowsInput$ = [
|
|
779
784
|
3,
|
|
780
785
|
n0,
|
|
781
786
|
_LMWI,
|
|
@@ -786,7 +791,7 @@ export var ListMatchingWorkflowsInput = [
|
|
|
786
791
|
[1, { [_hQ]: _mRa }],
|
|
787
792
|
],
|
|
788
793
|
];
|
|
789
|
-
export var ListMatchingWorkflowsOutput = [
|
|
794
|
+
export var ListMatchingWorkflowsOutput$ = [
|
|
790
795
|
3,
|
|
791
796
|
n0,
|
|
792
797
|
_LMWO,
|
|
@@ -794,7 +799,7 @@ export var ListMatchingWorkflowsOutput = [
|
|
|
794
799
|
[_wS, _nT],
|
|
795
800
|
[() => MatchingWorkflowList, 0],
|
|
796
801
|
];
|
|
797
|
-
export var ListProviderServicesInput = [
|
|
802
|
+
export var ListProviderServicesInput$ = [
|
|
798
803
|
3,
|
|
799
804
|
n0,
|
|
800
805
|
_LPSI,
|
|
@@ -806,7 +811,7 @@ export var ListProviderServicesInput = [
|
|
|
806
811
|
[0, { [_hQ]: _pN }],
|
|
807
812
|
],
|
|
808
813
|
];
|
|
809
|
-
export var ListProviderServicesOutput = [
|
|
814
|
+
export var ListProviderServicesOutput$ = [
|
|
810
815
|
3,
|
|
811
816
|
n0,
|
|
812
817
|
_LPSO,
|
|
@@ -814,7 +819,7 @@ export var ListProviderServicesOutput = [
|
|
|
814
819
|
[_pSS, _nT],
|
|
815
820
|
[() => ProviderServiceList, 0],
|
|
816
821
|
];
|
|
817
|
-
export var ListSchemaMappingsInput = [
|
|
822
|
+
export var ListSchemaMappingsInput$ = [
|
|
818
823
|
3,
|
|
819
824
|
n0,
|
|
820
825
|
_LSMI,
|
|
@@ -825,7 +830,7 @@ export var ListSchemaMappingsInput = [
|
|
|
825
830
|
[1, { [_hQ]: _mRa }],
|
|
826
831
|
],
|
|
827
832
|
];
|
|
828
|
-
export var ListSchemaMappingsOutput = [
|
|
833
|
+
export var ListSchemaMappingsOutput$ = [
|
|
829
834
|
3,
|
|
830
835
|
n0,
|
|
831
836
|
_LSMO,
|
|
@@ -833,11 +838,11 @@ export var ListSchemaMappingsOutput = [
|
|
|
833
838
|
[_sL, _nT],
|
|
834
839
|
[() => SchemaMappingList, 0],
|
|
835
840
|
];
|
|
836
|
-
export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_rAe], [[0, 1]]];
|
|
837
|
-
export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_ta], [128 | 0]];
|
|
838
|
-
export var MatchedRecord = [3, n0, _MR, 0, [_iSARN, _rI], [0, 0]];
|
|
839
|
-
export var MatchGroup = [3, n0, _MG, 0, [_r, _mI, _mR], [() => MatchedRecordsList, 0, 0]];
|
|
840
|
-
export var MatchingWorkflowSummary = [
|
|
841
|
+
export var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_rAe], [[0, 1]]];
|
|
842
|
+
export var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_ta], [128 | 0]];
|
|
843
|
+
export var MatchedRecord$ = [3, n0, _MR, 0, [_iSARN, _rI], [0, 0]];
|
|
844
|
+
export var MatchGroup$ = [3, n0, _MG, 0, [_r, _mI, _mR], [() => MatchedRecordsList, 0, 0]];
|
|
845
|
+
export var MatchingWorkflowSummary$ = [
|
|
841
846
|
3,
|
|
842
847
|
n0,
|
|
843
848
|
_MWS,
|
|
@@ -845,8 +850,8 @@ export var MatchingWorkflowSummary = [
|
|
|
845
850
|
[_wN, _wA, _cA, _uA, _rTe],
|
|
846
851
|
[0, 0, 4, 4, 0],
|
|
847
852
|
];
|
|
848
|
-
export var NamespaceProviderProperties = [3, n0, _NPP, 0, [_pSA, _pC], [0, 15]];
|
|
849
|
-
export var NamespaceRuleBasedProperties = [
|
|
853
|
+
export var NamespaceProviderProperties$ = [3, n0, _NPP, 0, [_pSA, _pC], [0, 15]];
|
|
854
|
+
export var NamespaceRuleBasedProperties$ = [
|
|
850
855
|
3,
|
|
851
856
|
n0,
|
|
852
857
|
_NRBP,
|
|
@@ -854,16 +859,16 @@ export var NamespaceRuleBasedProperties = [
|
|
|
854
859
|
[_ru, _rDTu, _aMM, _rMMe],
|
|
855
860
|
[() => RuleList, 64 | 0, 0, 64 | 0],
|
|
856
861
|
];
|
|
857
|
-
export var OutputAttribute = [3, n0, _OA, 0, [_n, _h], [0, 2]];
|
|
858
|
-
export var OutputSource = [
|
|
862
|
+
export var OutputAttribute$ = [3, n0, _OA, 0, [_n, _h], [0, 2]];
|
|
863
|
+
export var OutputSource$ = [
|
|
859
864
|
3,
|
|
860
865
|
n0,
|
|
861
866
|
_OS,
|
|
862
867
|
0,
|
|
863
|
-
[
|
|
864
|
-
[0, 0, () => OutputAttributes, 2],
|
|
868
|
+
[_KMSA, _oSP, _o, _aN, _cPIC],
|
|
869
|
+
[0, 0, () => OutputAttributes, 2, () => CustomerProfilesIntegrationConfig$],
|
|
865
870
|
];
|
|
866
|
-
export var ProviderComponentSchema = [
|
|
871
|
+
export var ProviderComponentSchema$ = [
|
|
867
872
|
3,
|
|
868
873
|
n0,
|
|
869
874
|
_PCS,
|
|
@@ -871,7 +876,7 @@ export var ProviderComponentSchema = [
|
|
|
871
876
|
[_sc, _pSAr],
|
|
872
877
|
[[1, n0, _S, 0, 64 | 0], () => ProviderSchemaAttributes],
|
|
873
878
|
];
|
|
874
|
-
export var ProviderIdNameSpaceConfiguration = [
|
|
879
|
+
export var ProviderIdNameSpaceConfiguration$ = [
|
|
875
880
|
3,
|
|
876
881
|
n0,
|
|
877
882
|
_PINSC,
|
|
@@ -879,7 +884,7 @@ export var ProviderIdNameSpaceConfiguration = [
|
|
|
879
884
|
[_de, _pTCD, _pSCD],
|
|
880
885
|
[0, 15, 15],
|
|
881
886
|
];
|
|
882
|
-
export var ProviderIntermediateDataAccessConfiguration = [
|
|
887
|
+
export var ProviderIntermediateDataAccessConfiguration$ = [
|
|
883
888
|
3,
|
|
884
889
|
n0,
|
|
885
890
|
_PIDAC,
|
|
@@ -887,7 +892,7 @@ export var ProviderIntermediateDataAccessConfiguration = [
|
|
|
887
892
|
[_aAI, _rBA],
|
|
888
893
|
[64 | 0, 64 | 0],
|
|
889
894
|
];
|
|
890
|
-
export var ProviderMarketplaceConfiguration = [
|
|
895
|
+
export var ProviderMarketplaceConfiguration$ = [
|
|
891
896
|
3,
|
|
892
897
|
n0,
|
|
893
898
|
_PMC,
|
|
@@ -895,16 +900,16 @@ export var ProviderMarketplaceConfiguration = [
|
|
|
895
900
|
[_dSI, _rIe, _aI, _lI],
|
|
896
901
|
[0, 0, 0, 0],
|
|
897
902
|
];
|
|
898
|
-
export var ProviderProperties = [
|
|
903
|
+
export var ProviderProperties$ = [
|
|
899
904
|
3,
|
|
900
905
|
n0,
|
|
901
906
|
_PP,
|
|
902
907
|
0,
|
|
903
908
|
[_pSA, _pC, _iSCn],
|
|
904
|
-
[0, 15, () => IntermediateSourceConfiguration],
|
|
909
|
+
[0, 15, () => IntermediateSourceConfiguration$],
|
|
905
910
|
];
|
|
906
|
-
export var ProviderSchemaAttribute = [3, n0, _PSA, 0, [_fN, _ty, _sTu, _ha], [0, 0, 0, 2]];
|
|
907
|
-
export var ProviderServiceSummary = [
|
|
911
|
+
export var ProviderSchemaAttribute$ = [3, n0, _PSA, 0, [_fN, _ty, _sTu, _ha], [0, 0, 0, 2]];
|
|
912
|
+
export var ProviderServiceSummary$ = [
|
|
908
913
|
3,
|
|
909
914
|
n0,
|
|
910
915
|
_PSS,
|
|
@@ -912,9 +917,9 @@ export var ProviderServiceSummary = [
|
|
|
912
917
|
[_pSA, _pN, _pSDN, _pSN, _pST],
|
|
913
918
|
[0, 0, 0, 0, 0],
|
|
914
919
|
];
|
|
915
|
-
export var PutPolicyInput = [3, n0, _PPI, 0, [_a, _t, _po], [[0, 1], 0, 0]];
|
|
916
|
-
export var PutPolicyOutput = [3, n0, _PPO, 0, [_a, _t, _po], [0, 0, 0]];
|
|
917
|
-
export var _Record = [
|
|
920
|
+
export var PutPolicyInput$ = [3, n0, _PPI, 0, [_a, _t, _po], [[0, 1], 0, 0]];
|
|
921
|
+
export var PutPolicyOutput$ = [3, n0, _PPO, 0, [_a, _t, _po], [0, 0, 0]];
|
|
922
|
+
export var _Record$ = [
|
|
918
923
|
3,
|
|
919
924
|
n0,
|
|
920
925
|
_R,
|
|
@@ -922,21 +927,21 @@ export var _Record = [
|
|
|
922
927
|
[_iSARN, _uIn, _rAM],
|
|
923
928
|
[0, 0, [() => RecordAttributeMapString255, 0]],
|
|
924
929
|
];
|
|
925
|
-
export var ResolutionTechniques = [
|
|
930
|
+
export var ResolutionTechniques$ = [
|
|
926
931
|
3,
|
|
927
932
|
n0,
|
|
928
933
|
_RT,
|
|
929
934
|
0,
|
|
930
935
|
[_rTe, _rBP, _rCP, _pP],
|
|
931
|
-
[0, () => RuleBasedProperties
|
|
936
|
+
[0, () => RuleBasedProperties$, () => RuleConditionProperties$, () => ProviderProperties$],
|
|
932
937
|
];
|
|
933
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
934
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
935
|
-
export var Rule = [3, n0, _Ru, 0, [_rN, _mK], [0, 64 | 0]];
|
|
936
|
-
export var RuleBasedProperties = [3, n0, _RBP, 0, [_ru, _aMM, _mP], [() => RuleList, 0, 0]];
|
|
937
|
-
export var RuleCondition = [3, n0, _RC, 0, [_rN, _co], [0, 0]];
|
|
938
|
-
export var RuleConditionProperties = [3, n0, _RCP, 0, [_ru], [() => RuleConditionList]];
|
|
939
|
-
export var SchemaInputAttribute = [
|
|
938
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
939
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
940
|
+
export var Rule$ = [3, n0, _Ru, 0, [_rN, _mK], [0, 64 | 0]];
|
|
941
|
+
export var RuleBasedProperties$ = [3, n0, _RBP, 0, [_ru, _aMM, _mP], [() => RuleList, 0, 0]];
|
|
942
|
+
export var RuleCondition$ = [3, n0, _RC, 0, [_rN, _co], [0, 0]];
|
|
943
|
+
export var RuleConditionProperties$ = [3, n0, _RCP, 0, [_ru], [() => RuleConditionList]];
|
|
944
|
+
export var SchemaInputAttribute$ = [
|
|
940
945
|
3,
|
|
941
946
|
n0,
|
|
942
947
|
_SIA,
|
|
@@ -944,8 +949,8 @@ export var SchemaInputAttribute = [
|
|
|
944
949
|
[_fN, _ty, _gN, _mKa, _sTu, _h],
|
|
945
950
|
[0, 0, 0, 0, 0, 2],
|
|
946
951
|
];
|
|
947
|
-
export var SchemaMappingSummary = [3, n0, _SMS, 0, [_sN, _sA, _cA, _uA, _hW], [0, 0, 4, 4, 2]];
|
|
948
|
-
export var StartIdMappingJobInput = [
|
|
952
|
+
export var SchemaMappingSummary$ = [3, n0, _SMS, 0, [_sN, _sA, _cA, _uA, _hW], [0, 0, 4, 4, 2]];
|
|
953
|
+
export var StartIdMappingJobInput$ = [
|
|
949
954
|
3,
|
|
950
955
|
n0,
|
|
951
956
|
_SIMJI,
|
|
@@ -953,7 +958,7 @@ export var StartIdMappingJobInput = [
|
|
|
953
958
|
[_wN, _oSC, _jT],
|
|
954
959
|
[[0, 1], () => IdMappingJobOutputSourceConfig, 0],
|
|
955
960
|
];
|
|
956
|
-
export var StartIdMappingJobOutput = [
|
|
961
|
+
export var StartIdMappingJobOutput$ = [
|
|
957
962
|
3,
|
|
958
963
|
n0,
|
|
959
964
|
_SIMJO,
|
|
@@ -961,13 +966,13 @@ export var StartIdMappingJobOutput = [
|
|
|
961
966
|
[_jI, _oSC, _jT],
|
|
962
967
|
[0, () => IdMappingJobOutputSourceConfig, 0],
|
|
963
968
|
];
|
|
964
|
-
export var StartMatchingJobInput = [3, n0, _SMJI, 0, [_wN], [[0, 1]]];
|
|
965
|
-
export var StartMatchingJobOutput = [3, n0, _SMJO, 0, [_jI], [0]];
|
|
966
|
-
export var TagResourceInput = [3, n0, _TRI, 0, [_rAe, _ta], [[0, 1], 128 | 0]];
|
|
967
|
-
export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
|
|
968
|
-
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
969
|
-
TypeRegistry.for(n0).registerError(ThrottlingException
|
|
970
|
-
export var UntagResourceInput = [
|
|
969
|
+
export var StartMatchingJobInput$ = [3, n0, _SMJI, 0, [_wN], [[0, 1]]];
|
|
970
|
+
export var StartMatchingJobOutput$ = [3, n0, _SMJO, 0, [_jI], [0]];
|
|
971
|
+
export var TagResourceInput$ = [3, n0, _TRI, 0, [_rAe, _ta], [[0, 1], 128 | 0]];
|
|
972
|
+
export var TagResourceOutput$ = [3, n0, _TRO, 0, [], []];
|
|
973
|
+
export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
974
|
+
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
975
|
+
export var UntagResourceInput$ = [
|
|
971
976
|
3,
|
|
972
977
|
n0,
|
|
973
978
|
_URI,
|
|
@@ -978,8 +983,8 @@ export var UntagResourceInput = [
|
|
|
978
983
|
[64 | 0, { [_hQ]: _tK }],
|
|
979
984
|
],
|
|
980
985
|
];
|
|
981
|
-
export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
|
|
982
|
-
export var UpdateIdMappingWorkflowInput = [
|
|
986
|
+
export var UntagResourceOutput$ = [3, n0, _URO, 0, [], []];
|
|
987
|
+
export var UpdateIdMappingWorkflowInput$ = [
|
|
983
988
|
3,
|
|
984
989
|
n0,
|
|
985
990
|
_UIMWI,
|
|
@@ -990,12 +995,12 @@ export var UpdateIdMappingWorkflowInput = [
|
|
|
990
995
|
0,
|
|
991
996
|
() => IdMappingWorkflowInputSourceConfig,
|
|
992
997
|
() => IdMappingWorkflowOutputSourceConfig,
|
|
993
|
-
() => IdMappingTechniques
|
|
994
|
-
() => IdMappingIncrementalRunConfig
|
|
998
|
+
() => IdMappingTechniques$,
|
|
999
|
+
() => IdMappingIncrementalRunConfig$,
|
|
995
1000
|
0,
|
|
996
1001
|
],
|
|
997
1002
|
];
|
|
998
|
-
export var UpdateIdMappingWorkflowOutput = [
|
|
1003
|
+
export var UpdateIdMappingWorkflowOutput$ = [
|
|
999
1004
|
3,
|
|
1000
1005
|
n0,
|
|
1001
1006
|
_UIMWO,
|
|
@@ -1007,12 +1012,12 @@ export var UpdateIdMappingWorkflowOutput = [
|
|
|
1007
1012
|
0,
|
|
1008
1013
|
() => IdMappingWorkflowInputSourceConfig,
|
|
1009
1014
|
() => IdMappingWorkflowOutputSourceConfig,
|
|
1010
|
-
() => IdMappingTechniques
|
|
1011
|
-
() => IdMappingIncrementalRunConfig
|
|
1015
|
+
() => IdMappingTechniques$,
|
|
1016
|
+
() => IdMappingIncrementalRunConfig$,
|
|
1012
1017
|
0,
|
|
1013
1018
|
],
|
|
1014
1019
|
];
|
|
1015
|
-
export var UpdateIdNamespaceInput = [
|
|
1020
|
+
export var UpdateIdNamespaceInput$ = [
|
|
1016
1021
|
3,
|
|
1017
1022
|
n0,
|
|
1018
1023
|
_UINI,
|
|
@@ -1020,7 +1025,7 @@ export var UpdateIdNamespaceInput = [
|
|
|
1020
1025
|
[_iNN, _de, _iSC, _iMWP, _rA],
|
|
1021
1026
|
[[0, 1], 0, () => IdNamespaceInputSourceConfig, () => IdNamespaceIdMappingWorkflowPropertiesList, 0],
|
|
1022
1027
|
];
|
|
1023
|
-
export var UpdateIdNamespaceOutput = [
|
|
1028
|
+
export var UpdateIdNamespaceOutput$ = [
|
|
1024
1029
|
3,
|
|
1025
1030
|
n0,
|
|
1026
1031
|
_UINO,
|
|
@@ -1028,7 +1033,7 @@ export var UpdateIdNamespaceOutput = [
|
|
|
1028
1033
|
[_iNN, _iNA, _de, _iSC, _iMWP, _ty, _rA, _cA, _uA],
|
|
1029
1034
|
[0, 0, 0, () => IdNamespaceInputSourceConfig, () => IdNamespaceIdMappingWorkflowPropertiesList, 0, 0, 4, 4],
|
|
1030
1035
|
];
|
|
1031
|
-
export var UpdateMatchingWorkflowInput = [
|
|
1036
|
+
export var UpdateMatchingWorkflowInput$ = [
|
|
1032
1037
|
3,
|
|
1033
1038
|
n0,
|
|
1034
1039
|
_UMWI,
|
|
@@ -1039,20 +1044,28 @@ export var UpdateMatchingWorkflowInput = [
|
|
|
1039
1044
|
0,
|
|
1040
1045
|
() => InputSourceConfig,
|
|
1041
1046
|
() => OutputSourceConfig,
|
|
1042
|
-
() => ResolutionTechniques
|
|
1043
|
-
() => IncrementalRunConfig
|
|
1047
|
+
() => ResolutionTechniques$,
|
|
1048
|
+
() => IncrementalRunConfig$,
|
|
1044
1049
|
0,
|
|
1045
1050
|
],
|
|
1046
1051
|
];
|
|
1047
|
-
export var UpdateMatchingWorkflowOutput = [
|
|
1052
|
+
export var UpdateMatchingWorkflowOutput$ = [
|
|
1048
1053
|
3,
|
|
1049
1054
|
n0,
|
|
1050
1055
|
_UMWO,
|
|
1051
1056
|
0,
|
|
1052
1057
|
[_wN, _de, _iSC, _oSC, _rT, _iRC, _rA],
|
|
1053
|
-
[
|
|
1058
|
+
[
|
|
1059
|
+
0,
|
|
1060
|
+
0,
|
|
1061
|
+
() => InputSourceConfig,
|
|
1062
|
+
() => OutputSourceConfig,
|
|
1063
|
+
() => ResolutionTechniques$,
|
|
1064
|
+
() => IncrementalRunConfig$,
|
|
1065
|
+
0,
|
|
1066
|
+
],
|
|
1054
1067
|
];
|
|
1055
|
-
export var UpdateSchemaMappingInput = [
|
|
1068
|
+
export var UpdateSchemaMappingInput$ = [
|
|
1056
1069
|
3,
|
|
1057
1070
|
n0,
|
|
1058
1071
|
_USMI,
|
|
@@ -1060,7 +1073,7 @@ export var UpdateSchemaMappingInput = [
|
|
|
1060
1073
|
[_sN, _de, _mIF],
|
|
1061
1074
|
[[0, 1], 0, () => SchemaInputAttributes],
|
|
1062
1075
|
];
|
|
1063
|
-
export var UpdateSchemaMappingOutput = [
|
|
1076
|
+
export var UpdateSchemaMappingOutput$ = [
|
|
1064
1077
|
3,
|
|
1065
1078
|
n0,
|
|
1066
1079
|
_USMO,
|
|
@@ -1068,9 +1081,9 @@ export var UpdateSchemaMappingOutput = [
|
|
|
1068
1081
|
[_sN, _sA, _de, _mIF],
|
|
1069
1082
|
[0, 0, 0, () => SchemaInputAttributes],
|
|
1070
1083
|
];
|
|
1071
|
-
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1072
|
-
TypeRegistry.for(n0).registerError(ValidationException
|
|
1073
|
-
export var EntityResolutionServiceException = [
|
|
1084
|
+
export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1085
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
1086
|
+
export var EntityResolutionServiceException$ = [
|
|
1074
1087
|
-3,
|
|
1075
1088
|
_sm,
|
|
1076
1089
|
"EntityResolutionServiceException",
|
|
@@ -1078,381 +1091,369 @@ export var EntityResolutionServiceException = [
|
|
|
1078
1091
|
[],
|
|
1079
1092
|
[],
|
|
1080
1093
|
];
|
|
1081
|
-
TypeRegistry.for(_sm).registerError(EntityResolutionServiceException
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
() => IdMappingWorkflowInputSource,
|
|
1094
|
-
];
|
|
1095
|
-
export var IdMappingWorkflowList = [1, n0, _IMWL, 0, () => IdMappingWorkflowSummary];
|
|
1096
|
-
export var IdMappingWorkflowOutputSourceConfig = [
|
|
1097
|
-
1,
|
|
1098
|
-
n0,
|
|
1099
|
-
_IMWOSC,
|
|
1100
|
-
0,
|
|
1101
|
-
() => IdMappingWorkflowOutputSource,
|
|
1102
|
-
];
|
|
1103
|
-
export var IdMappingWorkflowRuleDefinitionTypeList = 64 | 0;
|
|
1104
|
-
export var IdNamespaceIdMappingWorkflowMetadataList = [
|
|
1094
|
+
TypeRegistry.for(_sm).registerError(EntityResolutionServiceException$, EntityResolutionServiceException);
|
|
1095
|
+
var AwsAccountIdList = 64 | 0;
|
|
1096
|
+
var DeletedUniqueIdList = [1, n0, _DUIL, 0, () => DeletedUniqueId$];
|
|
1097
|
+
var DeleteUniqueIdErrorsList = [1, n0, _DUIEL, 0, () => DeleteUniqueIdError$];
|
|
1098
|
+
var DisconnectedUniqueIdsList = 64 | 0;
|
|
1099
|
+
var FailedRecordsList = [1, n0, _FRL, 0, () => FailedRecord$];
|
|
1100
|
+
var IdMappingJobOutputSourceConfig = [1, n0, _IMJOSC, 0, () => IdMappingJobOutputSource$];
|
|
1101
|
+
var IdMappingWorkflowInputSourceConfig = [1, n0, _IMWISC, 0, () => IdMappingWorkflowInputSource$];
|
|
1102
|
+
var IdMappingWorkflowList = [1, n0, _IMWL, 0, () => IdMappingWorkflowSummary$];
|
|
1103
|
+
var IdMappingWorkflowOutputSourceConfig = [1, n0, _IMWOSC, 0, () => IdMappingWorkflowOutputSource$];
|
|
1104
|
+
var IdMappingWorkflowRuleDefinitionTypeList = 64 | 0;
|
|
1105
|
+
var IdNamespaceIdMappingWorkflowMetadataList = [
|
|
1105
1106
|
1,
|
|
1106
1107
|
n0,
|
|
1107
1108
|
_INIMWML,
|
|
1108
1109
|
0,
|
|
1109
|
-
() => IdNamespaceIdMappingWorkflowMetadata
|
|
1110
|
+
() => IdNamespaceIdMappingWorkflowMetadata$,
|
|
1110
1111
|
];
|
|
1111
|
-
|
|
1112
|
+
var IdNamespaceIdMappingWorkflowPropertiesList = [
|
|
1112
1113
|
1,
|
|
1113
1114
|
n0,
|
|
1114
1115
|
_INIMWPL,
|
|
1115
1116
|
0,
|
|
1116
|
-
() => IdNamespaceIdMappingWorkflowProperties
|
|
1117
|
-
];
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
export var ProviderEndpointConfiguration = [
|
|
1117
|
+
() => IdNamespaceIdMappingWorkflowProperties$,
|
|
1118
|
+
];
|
|
1119
|
+
var IdNamespaceInputSourceConfig = [1, n0, _INISC, 0, () => IdNamespaceInputSource$];
|
|
1120
|
+
var IdNamespaceList = [1, n0, _INL, 0, () => IdNamespaceSummary$];
|
|
1121
|
+
var InputSourceConfig = [1, n0, _ISCn, 0, () => InputSource$];
|
|
1122
|
+
var JobList = [1, n0, _JL, 0, () => JobSummary$];
|
|
1123
|
+
var JobOutputSourceConfig = [1, n0, _JOSC, 0, () => JobOutputSource$];
|
|
1124
|
+
var MatchedRecordsList = [1, n0, _MRL, 0, () => MatchedRecord$];
|
|
1125
|
+
var MatchGroupsList = [1, n0, _MGL, 0, () => MatchGroup$];
|
|
1126
|
+
var MatchingKeys = 64 | 0;
|
|
1127
|
+
var MatchingWorkflowList = [1, n0, _MWL, 0, () => MatchingWorkflowSummary$];
|
|
1128
|
+
var OutputAttributes = [1, n0, _OAu, 0, () => OutputAttribute$];
|
|
1129
|
+
var OutputSourceConfig = [1, n0, _OSC, 0, () => OutputSource$];
|
|
1130
|
+
var ProviderSchemaAttributes = [1, n0, _PSAr, 0, () => ProviderSchemaAttribute$];
|
|
1131
|
+
var ProviderServiceList = [1, n0, _PSL, 0, () => ProviderServiceSummary$];
|
|
1132
|
+
var RecordList = [1, n0, _RL, 0, [() => _Record$, 0]];
|
|
1133
|
+
var RecordMatchingModelList = 64 | 0;
|
|
1134
|
+
var RequiredBucketActionsList = 64 | 0;
|
|
1135
|
+
var RuleConditionList = [1, n0, _RCL, 0, () => RuleCondition$];
|
|
1136
|
+
var RuleList = [1, n0, _RLu, 0, () => Rule$];
|
|
1137
|
+
var SchemaInputAttributes = [1, n0, _SIAc, 0, () => SchemaInputAttribute$];
|
|
1138
|
+
var SchemaList = 64 | 0;
|
|
1139
|
+
var SchemaMappingList = [1, n0, _SML, 0, () => SchemaMappingSummary$];
|
|
1140
|
+
var Schemas = [1, n0, _S, 0, 64 | 0];
|
|
1141
|
+
var StatementActionList = 64 | 0;
|
|
1142
|
+
var StatementPrincipalList = 64 | 0;
|
|
1143
|
+
var TagKeyList = 64 | 0;
|
|
1144
|
+
var UniqueIdList = 64 | 0;
|
|
1145
|
+
var RecordAttributeMap = [2, n0, _RAM, 8, 0, 0];
|
|
1146
|
+
var RecordAttributeMapString255 = [2, n0, _RAMS, 8, 0, 0];
|
|
1147
|
+
var TagMap = 128 | 0;
|
|
1148
|
+
export var ProviderEndpointConfiguration$ = [
|
|
1148
1149
|
3,
|
|
1149
1150
|
n0,
|
|
1150
1151
|
_PEC,
|
|
1151
1152
|
0,
|
|
1152
1153
|
[_mC],
|
|
1153
|
-
[() => ProviderMarketplaceConfiguration],
|
|
1154
|
+
[() => ProviderMarketplaceConfiguration$],
|
|
1154
1155
|
];
|
|
1155
|
-
export var AddPolicyStatement = [
|
|
1156
|
+
export var AddPolicyStatement$ = [
|
|
1156
1157
|
9,
|
|
1157
1158
|
n0,
|
|
1158
1159
|
_APS,
|
|
1159
1160
|
{ [_ht]: ["POST", "/policies/{arn}/{statementId}", 200] },
|
|
1160
|
-
() => AddPolicyStatementInput
|
|
1161
|
-
() => AddPolicyStatementOutput
|
|
1161
|
+
() => AddPolicyStatementInput$,
|
|
1162
|
+
() => AddPolicyStatementOutput$,
|
|
1162
1163
|
];
|
|
1163
|
-
export var BatchDeleteUniqueId = [
|
|
1164
|
+
export var BatchDeleteUniqueId$ = [
|
|
1164
1165
|
9,
|
|
1165
1166
|
n0,
|
|
1166
1167
|
_BDUI,
|
|
1167
1168
|
{ [_ht]: ["DELETE", "/matchingworkflows/{workflowName}/uniqueids", 200] },
|
|
1168
|
-
() => BatchDeleteUniqueIdInput
|
|
1169
|
-
() => BatchDeleteUniqueIdOutput
|
|
1169
|
+
() => BatchDeleteUniqueIdInput$,
|
|
1170
|
+
() => BatchDeleteUniqueIdOutput$,
|
|
1170
1171
|
];
|
|
1171
|
-
export var CreateIdMappingWorkflow = [
|
|
1172
|
+
export var CreateIdMappingWorkflow$ = [
|
|
1172
1173
|
9,
|
|
1173
1174
|
n0,
|
|
1174
1175
|
_CIMW,
|
|
1175
1176
|
{ [_ht]: ["POST", "/idmappingworkflows", 200] },
|
|
1176
|
-
() => CreateIdMappingWorkflowInput
|
|
1177
|
-
() => CreateIdMappingWorkflowOutput
|
|
1177
|
+
() => CreateIdMappingWorkflowInput$,
|
|
1178
|
+
() => CreateIdMappingWorkflowOutput$,
|
|
1178
1179
|
];
|
|
1179
|
-
export var CreateIdNamespace = [
|
|
1180
|
+
export var CreateIdNamespace$ = [
|
|
1180
1181
|
9,
|
|
1181
1182
|
n0,
|
|
1182
1183
|
_CIN,
|
|
1183
1184
|
{ [_ht]: ["POST", "/idnamespaces", 200] },
|
|
1184
|
-
() => CreateIdNamespaceInput
|
|
1185
|
-
() => CreateIdNamespaceOutput
|
|
1185
|
+
() => CreateIdNamespaceInput$,
|
|
1186
|
+
() => CreateIdNamespaceOutput$,
|
|
1186
1187
|
];
|
|
1187
|
-
export var CreateMatchingWorkflow = [
|
|
1188
|
+
export var CreateMatchingWorkflow$ = [
|
|
1188
1189
|
9,
|
|
1189
1190
|
n0,
|
|
1190
1191
|
_CMW,
|
|
1191
1192
|
{ [_ht]: ["POST", "/matchingworkflows", 200] },
|
|
1192
|
-
() => CreateMatchingWorkflowInput
|
|
1193
|
-
() => CreateMatchingWorkflowOutput
|
|
1193
|
+
() => CreateMatchingWorkflowInput$,
|
|
1194
|
+
() => CreateMatchingWorkflowOutput$,
|
|
1194
1195
|
];
|
|
1195
|
-
export var CreateSchemaMapping = [
|
|
1196
|
+
export var CreateSchemaMapping$ = [
|
|
1196
1197
|
9,
|
|
1197
1198
|
n0,
|
|
1198
1199
|
_CSM,
|
|
1199
1200
|
{ [_ht]: ["POST", "/schemas", 200] },
|
|
1200
|
-
() => CreateSchemaMappingInput
|
|
1201
|
-
() => CreateSchemaMappingOutput
|
|
1201
|
+
() => CreateSchemaMappingInput$,
|
|
1202
|
+
() => CreateSchemaMappingOutput$,
|
|
1202
1203
|
];
|
|
1203
|
-
export var DeleteIdMappingWorkflow = [
|
|
1204
|
+
export var DeleteIdMappingWorkflow$ = [
|
|
1204
1205
|
9,
|
|
1205
1206
|
n0,
|
|
1206
1207
|
_DIMW,
|
|
1207
1208
|
{ [_ht]: ["DELETE", "/idmappingworkflows/{workflowName}", 200] },
|
|
1208
|
-
() => DeleteIdMappingWorkflowInput
|
|
1209
|
-
() => DeleteIdMappingWorkflowOutput
|
|
1209
|
+
() => DeleteIdMappingWorkflowInput$,
|
|
1210
|
+
() => DeleteIdMappingWorkflowOutput$,
|
|
1210
1211
|
];
|
|
1211
|
-
export var DeleteIdNamespace = [
|
|
1212
|
+
export var DeleteIdNamespace$ = [
|
|
1212
1213
|
9,
|
|
1213
1214
|
n0,
|
|
1214
1215
|
_DIN,
|
|
1215
1216
|
{ [_ht]: ["DELETE", "/idnamespaces/{idNamespaceName}", 200] },
|
|
1216
|
-
() => DeleteIdNamespaceInput
|
|
1217
|
-
() => DeleteIdNamespaceOutput
|
|
1217
|
+
() => DeleteIdNamespaceInput$,
|
|
1218
|
+
() => DeleteIdNamespaceOutput$,
|
|
1218
1219
|
];
|
|
1219
|
-
export var DeleteMatchingWorkflow = [
|
|
1220
|
+
export var DeleteMatchingWorkflow$ = [
|
|
1220
1221
|
9,
|
|
1221
1222
|
n0,
|
|
1222
1223
|
_DMW,
|
|
1223
1224
|
{ [_ht]: ["DELETE", "/matchingworkflows/{workflowName}", 200] },
|
|
1224
|
-
() => DeleteMatchingWorkflowInput
|
|
1225
|
-
() => DeleteMatchingWorkflowOutput
|
|
1225
|
+
() => DeleteMatchingWorkflowInput$,
|
|
1226
|
+
() => DeleteMatchingWorkflowOutput$,
|
|
1226
1227
|
];
|
|
1227
|
-
export var DeletePolicyStatement = [
|
|
1228
|
+
export var DeletePolicyStatement$ = [
|
|
1228
1229
|
9,
|
|
1229
1230
|
n0,
|
|
1230
1231
|
_DPS,
|
|
1231
1232
|
{ [_ht]: ["DELETE", "/policies/{arn}/{statementId}", 200] },
|
|
1232
|
-
() => DeletePolicyStatementInput
|
|
1233
|
-
() => DeletePolicyStatementOutput
|
|
1233
|
+
() => DeletePolicyStatementInput$,
|
|
1234
|
+
() => DeletePolicyStatementOutput$,
|
|
1234
1235
|
];
|
|
1235
|
-
export var DeleteSchemaMapping = [
|
|
1236
|
+
export var DeleteSchemaMapping$ = [
|
|
1236
1237
|
9,
|
|
1237
1238
|
n0,
|
|
1238
1239
|
_DSM,
|
|
1239
1240
|
{ [_ht]: ["DELETE", "/schemas/{schemaName}", 200] },
|
|
1240
|
-
() => DeleteSchemaMappingInput
|
|
1241
|
-
() => DeleteSchemaMappingOutput
|
|
1241
|
+
() => DeleteSchemaMappingInput$,
|
|
1242
|
+
() => DeleteSchemaMappingOutput$,
|
|
1242
1243
|
];
|
|
1243
|
-
export var GenerateMatchId = [
|
|
1244
|
+
export var GenerateMatchId$ = [
|
|
1244
1245
|
9,
|
|
1245
1246
|
n0,
|
|
1246
1247
|
_GMI,
|
|
1247
1248
|
{ [_ht]: ["POST", "/matchingworkflows/{workflowName}/generateMatches", 200] },
|
|
1248
|
-
() => GenerateMatchIdInput
|
|
1249
|
-
() => GenerateMatchIdOutput
|
|
1249
|
+
() => GenerateMatchIdInput$,
|
|
1250
|
+
() => GenerateMatchIdOutput$,
|
|
1250
1251
|
];
|
|
1251
|
-
export var GetIdMappingJob = [
|
|
1252
|
+
export var GetIdMappingJob$ = [
|
|
1252
1253
|
9,
|
|
1253
1254
|
n0,
|
|
1254
1255
|
_GIMJ,
|
|
1255
1256
|
{ [_ht]: ["GET", "/idmappingworkflows/{workflowName}/jobs/{jobId}", 200] },
|
|
1256
|
-
() => GetIdMappingJobInput
|
|
1257
|
-
() => GetIdMappingJobOutput
|
|
1257
|
+
() => GetIdMappingJobInput$,
|
|
1258
|
+
() => GetIdMappingJobOutput$,
|
|
1258
1259
|
];
|
|
1259
|
-
export var GetIdMappingWorkflow = [
|
|
1260
|
+
export var GetIdMappingWorkflow$ = [
|
|
1260
1261
|
9,
|
|
1261
1262
|
n0,
|
|
1262
1263
|
_GIMW,
|
|
1263
1264
|
{ [_ht]: ["GET", "/idmappingworkflows/{workflowName}", 200] },
|
|
1264
|
-
() => GetIdMappingWorkflowInput
|
|
1265
|
-
() => GetIdMappingWorkflowOutput
|
|
1265
|
+
() => GetIdMappingWorkflowInput$,
|
|
1266
|
+
() => GetIdMappingWorkflowOutput$,
|
|
1266
1267
|
];
|
|
1267
|
-
export var GetIdNamespace = [
|
|
1268
|
+
export var GetIdNamespace$ = [
|
|
1268
1269
|
9,
|
|
1269
1270
|
n0,
|
|
1270
1271
|
_GIN,
|
|
1271
1272
|
{ [_ht]: ["GET", "/idnamespaces/{idNamespaceName}", 200] },
|
|
1272
|
-
() => GetIdNamespaceInput
|
|
1273
|
-
() => GetIdNamespaceOutput
|
|
1273
|
+
() => GetIdNamespaceInput$,
|
|
1274
|
+
() => GetIdNamespaceOutput$,
|
|
1274
1275
|
];
|
|
1275
|
-
export var GetMatchId = [
|
|
1276
|
+
export var GetMatchId$ = [
|
|
1276
1277
|
9,
|
|
1277
1278
|
n0,
|
|
1278
1279
|
_GMIe,
|
|
1279
1280
|
{ [_ht]: ["POST", "/matchingworkflows/{workflowName}/matches", 200] },
|
|
1280
|
-
() => GetMatchIdInput
|
|
1281
|
-
() => GetMatchIdOutput
|
|
1281
|
+
() => GetMatchIdInput$,
|
|
1282
|
+
() => GetMatchIdOutput$,
|
|
1282
1283
|
];
|
|
1283
|
-
export var GetMatchingJob = [
|
|
1284
|
+
export var GetMatchingJob$ = [
|
|
1284
1285
|
9,
|
|
1285
1286
|
n0,
|
|
1286
1287
|
_GMJ,
|
|
1287
1288
|
{ [_ht]: ["GET", "/matchingworkflows/{workflowName}/jobs/{jobId}", 200] },
|
|
1288
|
-
() => GetMatchingJobInput
|
|
1289
|
-
() => GetMatchingJobOutput
|
|
1289
|
+
() => GetMatchingJobInput$,
|
|
1290
|
+
() => GetMatchingJobOutput$,
|
|
1290
1291
|
];
|
|
1291
|
-
export var GetMatchingWorkflow = [
|
|
1292
|
+
export var GetMatchingWorkflow$ = [
|
|
1292
1293
|
9,
|
|
1293
1294
|
n0,
|
|
1294
1295
|
_GMW,
|
|
1295
1296
|
{ [_ht]: ["GET", "/matchingworkflows/{workflowName}", 200] },
|
|
1296
|
-
() => GetMatchingWorkflowInput
|
|
1297
|
-
() => GetMatchingWorkflowOutput
|
|
1297
|
+
() => GetMatchingWorkflowInput$,
|
|
1298
|
+
() => GetMatchingWorkflowOutput$,
|
|
1298
1299
|
];
|
|
1299
|
-
export var GetPolicy = [
|
|
1300
|
+
export var GetPolicy$ = [
|
|
1300
1301
|
9,
|
|
1301
1302
|
n0,
|
|
1302
1303
|
_GP,
|
|
1303
1304
|
{ [_ht]: ["GET", "/policies/{arn}", 200] },
|
|
1304
|
-
() => GetPolicyInput
|
|
1305
|
-
() => GetPolicyOutput
|
|
1305
|
+
() => GetPolicyInput$,
|
|
1306
|
+
() => GetPolicyOutput$,
|
|
1306
1307
|
];
|
|
1307
|
-
export var GetProviderService = [
|
|
1308
|
+
export var GetProviderService$ = [
|
|
1308
1309
|
9,
|
|
1309
1310
|
n0,
|
|
1310
1311
|
_GPS,
|
|
1311
1312
|
{ [_ht]: ["GET", "/providerservices/{providerName}/{providerServiceName}", 200] },
|
|
1312
|
-
() => GetProviderServiceInput
|
|
1313
|
-
() => GetProviderServiceOutput
|
|
1313
|
+
() => GetProviderServiceInput$,
|
|
1314
|
+
() => GetProviderServiceOutput$,
|
|
1314
1315
|
];
|
|
1315
|
-
export var GetSchemaMapping = [
|
|
1316
|
+
export var GetSchemaMapping$ = [
|
|
1316
1317
|
9,
|
|
1317
1318
|
n0,
|
|
1318
1319
|
_GSM,
|
|
1319
1320
|
{ [_ht]: ["GET", "/schemas/{schemaName}", 200] },
|
|
1320
|
-
() => GetSchemaMappingInput
|
|
1321
|
-
() => GetSchemaMappingOutput
|
|
1321
|
+
() => GetSchemaMappingInput$,
|
|
1322
|
+
() => GetSchemaMappingOutput$,
|
|
1322
1323
|
];
|
|
1323
|
-
export var ListIdMappingJobs = [
|
|
1324
|
+
export var ListIdMappingJobs$ = [
|
|
1324
1325
|
9,
|
|
1325
1326
|
n0,
|
|
1326
1327
|
_LIMJ,
|
|
1327
1328
|
{ [_ht]: ["GET", "/idmappingworkflows/{workflowName}/jobs", 200] },
|
|
1328
|
-
() => ListIdMappingJobsInput
|
|
1329
|
-
() => ListIdMappingJobsOutput
|
|
1329
|
+
() => ListIdMappingJobsInput$,
|
|
1330
|
+
() => ListIdMappingJobsOutput$,
|
|
1330
1331
|
];
|
|
1331
|
-
export var ListIdMappingWorkflows = [
|
|
1332
|
+
export var ListIdMappingWorkflows$ = [
|
|
1332
1333
|
9,
|
|
1333
1334
|
n0,
|
|
1334
1335
|
_LIMW,
|
|
1335
1336
|
{ [_ht]: ["GET", "/idmappingworkflows", 200] },
|
|
1336
|
-
() => ListIdMappingWorkflowsInput
|
|
1337
|
-
() => ListIdMappingWorkflowsOutput
|
|
1337
|
+
() => ListIdMappingWorkflowsInput$,
|
|
1338
|
+
() => ListIdMappingWorkflowsOutput$,
|
|
1338
1339
|
];
|
|
1339
|
-
export var ListIdNamespaces = [
|
|
1340
|
+
export var ListIdNamespaces$ = [
|
|
1340
1341
|
9,
|
|
1341
1342
|
n0,
|
|
1342
1343
|
_LIN,
|
|
1343
1344
|
{ [_ht]: ["GET", "/idnamespaces", 200] },
|
|
1344
|
-
() => ListIdNamespacesInput
|
|
1345
|
-
() => ListIdNamespacesOutput
|
|
1345
|
+
() => ListIdNamespacesInput$,
|
|
1346
|
+
() => ListIdNamespacesOutput$,
|
|
1346
1347
|
];
|
|
1347
|
-
export var ListMatchingJobs = [
|
|
1348
|
+
export var ListMatchingJobs$ = [
|
|
1348
1349
|
9,
|
|
1349
1350
|
n0,
|
|
1350
1351
|
_LMJ,
|
|
1351
1352
|
{ [_ht]: ["GET", "/matchingworkflows/{workflowName}/jobs", 200] },
|
|
1352
|
-
() => ListMatchingJobsInput
|
|
1353
|
-
() => ListMatchingJobsOutput
|
|
1353
|
+
() => ListMatchingJobsInput$,
|
|
1354
|
+
() => ListMatchingJobsOutput$,
|
|
1354
1355
|
];
|
|
1355
|
-
export var ListMatchingWorkflows = [
|
|
1356
|
+
export var ListMatchingWorkflows$ = [
|
|
1356
1357
|
9,
|
|
1357
1358
|
n0,
|
|
1358
1359
|
_LMW,
|
|
1359
1360
|
{ [_ht]: ["GET", "/matchingworkflows", 200] },
|
|
1360
|
-
() => ListMatchingWorkflowsInput
|
|
1361
|
-
() => ListMatchingWorkflowsOutput
|
|
1361
|
+
() => ListMatchingWorkflowsInput$,
|
|
1362
|
+
() => ListMatchingWorkflowsOutput$,
|
|
1362
1363
|
];
|
|
1363
|
-
export var ListProviderServices = [
|
|
1364
|
+
export var ListProviderServices$ = [
|
|
1364
1365
|
9,
|
|
1365
1366
|
n0,
|
|
1366
1367
|
_LPS,
|
|
1367
1368
|
{ [_ht]: ["GET", "/providerservices", 200] },
|
|
1368
|
-
() => ListProviderServicesInput
|
|
1369
|
-
() => ListProviderServicesOutput
|
|
1369
|
+
() => ListProviderServicesInput$,
|
|
1370
|
+
() => ListProviderServicesOutput$,
|
|
1370
1371
|
];
|
|
1371
|
-
export var ListSchemaMappings = [
|
|
1372
|
+
export var ListSchemaMappings$ = [
|
|
1372
1373
|
9,
|
|
1373
1374
|
n0,
|
|
1374
1375
|
_LSM,
|
|
1375
1376
|
{ [_ht]: ["GET", "/schemas", 200] },
|
|
1376
|
-
() => ListSchemaMappingsInput
|
|
1377
|
-
() => ListSchemaMappingsOutput
|
|
1377
|
+
() => ListSchemaMappingsInput$,
|
|
1378
|
+
() => ListSchemaMappingsOutput$,
|
|
1378
1379
|
];
|
|
1379
|
-
export var ListTagsForResource = [
|
|
1380
|
+
export var ListTagsForResource$ = [
|
|
1380
1381
|
9,
|
|
1381
1382
|
n0,
|
|
1382
1383
|
_LTFR,
|
|
1383
1384
|
{ [_ht]: ["GET", "/tags/{resourceArn}", 200] },
|
|
1384
|
-
() => ListTagsForResourceInput
|
|
1385
|
-
() => ListTagsForResourceOutput
|
|
1385
|
+
() => ListTagsForResourceInput$,
|
|
1386
|
+
() => ListTagsForResourceOutput$,
|
|
1386
1387
|
];
|
|
1387
|
-
export var PutPolicy = [
|
|
1388
|
+
export var PutPolicy$ = [
|
|
1388
1389
|
9,
|
|
1389
1390
|
n0,
|
|
1390
1391
|
_PPu,
|
|
1391
1392
|
{ [_ht]: ["PUT", "/policies/{arn}", 200] },
|
|
1392
|
-
() => PutPolicyInput
|
|
1393
|
-
() => PutPolicyOutput
|
|
1393
|
+
() => PutPolicyInput$,
|
|
1394
|
+
() => PutPolicyOutput$,
|
|
1394
1395
|
];
|
|
1395
|
-
export var StartIdMappingJob = [
|
|
1396
|
+
export var StartIdMappingJob$ = [
|
|
1396
1397
|
9,
|
|
1397
1398
|
n0,
|
|
1398
1399
|
_SIMJ,
|
|
1399
1400
|
{ [_ht]: ["POST", "/idmappingworkflows/{workflowName}/jobs", 200] },
|
|
1400
|
-
() => StartIdMappingJobInput
|
|
1401
|
-
() => StartIdMappingJobOutput
|
|
1401
|
+
() => StartIdMappingJobInput$,
|
|
1402
|
+
() => StartIdMappingJobOutput$,
|
|
1402
1403
|
];
|
|
1403
|
-
export var StartMatchingJob = [
|
|
1404
|
+
export var StartMatchingJob$ = [
|
|
1404
1405
|
9,
|
|
1405
1406
|
n0,
|
|
1406
1407
|
_SMJ,
|
|
1407
1408
|
{ [_ht]: ["POST", "/matchingworkflows/{workflowName}/jobs", 200] },
|
|
1408
|
-
() => StartMatchingJobInput
|
|
1409
|
-
() => StartMatchingJobOutput
|
|
1409
|
+
() => StartMatchingJobInput$,
|
|
1410
|
+
() => StartMatchingJobOutput$,
|
|
1410
1411
|
];
|
|
1411
|
-
export var TagResource = [
|
|
1412
|
+
export var TagResource$ = [
|
|
1412
1413
|
9,
|
|
1413
1414
|
n0,
|
|
1414
1415
|
_TR,
|
|
1415
1416
|
{ [_ht]: ["POST", "/tags/{resourceArn}", 200] },
|
|
1416
|
-
() => TagResourceInput
|
|
1417
|
-
() => TagResourceOutput
|
|
1417
|
+
() => TagResourceInput$,
|
|
1418
|
+
() => TagResourceOutput$,
|
|
1418
1419
|
];
|
|
1419
|
-
export var UntagResource = [
|
|
1420
|
+
export var UntagResource$ = [
|
|
1420
1421
|
9,
|
|
1421
1422
|
n0,
|
|
1422
1423
|
_UR,
|
|
1423
1424
|
{ [_ht]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
1424
|
-
() => UntagResourceInput
|
|
1425
|
-
() => UntagResourceOutput
|
|
1425
|
+
() => UntagResourceInput$,
|
|
1426
|
+
() => UntagResourceOutput$,
|
|
1426
1427
|
];
|
|
1427
|
-
export var UpdateIdMappingWorkflow = [
|
|
1428
|
+
export var UpdateIdMappingWorkflow$ = [
|
|
1428
1429
|
9,
|
|
1429
1430
|
n0,
|
|
1430
1431
|
_UIMW,
|
|
1431
1432
|
{ [_ht]: ["PUT", "/idmappingworkflows/{workflowName}", 200] },
|
|
1432
|
-
() => UpdateIdMappingWorkflowInput
|
|
1433
|
-
() => UpdateIdMappingWorkflowOutput
|
|
1433
|
+
() => UpdateIdMappingWorkflowInput$,
|
|
1434
|
+
() => UpdateIdMappingWorkflowOutput$,
|
|
1434
1435
|
];
|
|
1435
|
-
export var UpdateIdNamespace = [
|
|
1436
|
+
export var UpdateIdNamespace$ = [
|
|
1436
1437
|
9,
|
|
1437
1438
|
n0,
|
|
1438
1439
|
_UIN,
|
|
1439
1440
|
{ [_ht]: ["PUT", "/idnamespaces/{idNamespaceName}", 200] },
|
|
1440
|
-
() => UpdateIdNamespaceInput
|
|
1441
|
-
() => UpdateIdNamespaceOutput
|
|
1441
|
+
() => UpdateIdNamespaceInput$,
|
|
1442
|
+
() => UpdateIdNamespaceOutput$,
|
|
1442
1443
|
];
|
|
1443
|
-
export var UpdateMatchingWorkflow = [
|
|
1444
|
+
export var UpdateMatchingWorkflow$ = [
|
|
1444
1445
|
9,
|
|
1445
1446
|
n0,
|
|
1446
1447
|
_UMW,
|
|
1447
1448
|
{ [_ht]: ["PUT", "/matchingworkflows/{workflowName}", 200] },
|
|
1448
|
-
() => UpdateMatchingWorkflowInput
|
|
1449
|
-
() => UpdateMatchingWorkflowOutput
|
|
1449
|
+
() => UpdateMatchingWorkflowInput$,
|
|
1450
|
+
() => UpdateMatchingWorkflowOutput$,
|
|
1450
1451
|
];
|
|
1451
|
-
export var UpdateSchemaMapping = [
|
|
1452
|
+
export var UpdateSchemaMapping$ = [
|
|
1452
1453
|
9,
|
|
1453
1454
|
n0,
|
|
1454
1455
|
_USM,
|
|
1455
1456
|
{ [_ht]: ["PUT", "/schemas/{schemaName}", 200] },
|
|
1456
|
-
() => UpdateSchemaMappingInput
|
|
1457
|
-
() => UpdateSchemaMappingOutput
|
|
1457
|
+
() => UpdateSchemaMappingInput$,
|
|
1458
|
+
() => UpdateSchemaMappingOutput$,
|
|
1458
1459
|
];
|