@aws-sdk/client-entityresolution 3.943.0 → 3.947.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/dist-cjs/index.js +63 -292
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/EntityResolutionClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +63 -293
  8. package/dist-types/EntityResolution.d.ts +1 -1
  9. package/dist-types/EntityResolutionClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/AddPolicyStatementCommand.d.ts +3 -3
  13. package/dist-types/commands/BatchDeleteUniqueIdCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateIdNamespaceCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateSchemaMappingCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteIdNamespaceCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +3 -3
  21. package/dist-types/commands/DeletePolicyStatementCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +3 -3
  23. package/dist-types/commands/GenerateMatchIdCommand.d.ts +3 -3
  24. package/dist-types/commands/GetIdMappingJobCommand.d.ts +3 -3
  25. package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +3 -3
  26. package/dist-types/commands/GetIdNamespaceCommand.d.ts +3 -3
  27. package/dist-types/commands/GetMatchIdCommand.d.ts +3 -3
  28. package/dist-types/commands/GetMatchingJobCommand.d.ts +3 -3
  29. package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +3 -3
  30. package/dist-types/commands/GetPolicyCommand.d.ts +3 -3
  31. package/dist-types/commands/GetProviderServiceCommand.d.ts +3 -3
  32. package/dist-types/commands/GetSchemaMappingCommand.d.ts +3 -3
  33. package/dist-types/commands/ListIdMappingJobsCommand.d.ts +3 -3
  34. package/dist-types/commands/ListIdMappingWorkflowsCommand.d.ts +3 -3
  35. package/dist-types/commands/ListIdNamespacesCommand.d.ts +3 -3
  36. package/dist-types/commands/ListMatchingJobsCommand.d.ts +3 -3
  37. package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +3 -3
  38. package/dist-types/commands/ListProviderServicesCommand.d.ts +3 -3
  39. package/dist-types/commands/ListSchemaMappingsCommand.d.ts +3 -3
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  41. package/dist-types/commands/PutPolicyCommand.d.ts +3 -3
  42. package/dist-types/commands/StartIdMappingJobCommand.d.ts +3 -3
  43. package/dist-types/commands/StartMatchingJobCommand.d.ts +3 -3
  44. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  45. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  46. package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +3 -3
  47. package/dist-types/commands/UpdateIdNamespaceCommand.d.ts +3 -3
  48. package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +3 -3
  49. package/dist-types/commands/UpdateSchemaMappingCommand.d.ts +3 -3
  50. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  51. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  52. package/dist-types/extensionConfiguration.d.ts +4 -4
  53. package/dist-types/models/EntityResolutionServiceException.d.ts +1 -1
  54. package/dist-types/models/errors.d.ts +1 -1
  55. package/dist-types/pagination/Interfaces.d.ts +1 -1
  56. package/dist-types/pagination/ListIdMappingJobsPaginator.d.ts +1 -1
  57. package/dist-types/pagination/ListIdMappingWorkflowsPaginator.d.ts +1 -1
  58. package/dist-types/pagination/ListIdNamespacesPaginator.d.ts +1 -1
  59. package/dist-types/pagination/ListMatchingJobsPaginator.d.ts +1 -1
  60. package/dist-types/pagination/ListMatchingWorkflowsPaginator.d.ts +1 -1
  61. package/dist-types/pagination/ListProviderServicesPaginator.d.ts +1 -1
  62. package/dist-types/pagination/ListSchemaMappingsPaginator.d.ts +1 -1
  63. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  64. package/dist-types/runtimeConfig.d.ts +1 -1
  65. package/dist-types/runtimeConfig.native.d.ts +1 -1
  66. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  67. package/dist-types/runtimeExtensions.d.ts +1 -1
  68. package/dist-types/schemas/schemas_0.d.ts +1 -2
  69. package/dist-types/ts3.4/EntityResolutionClient.d.ts +3 -3
  70. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  71. package/dist-types/ts3.4/models/EntityResolutionServiceException.d.ts +1 -1
  72. package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
  73. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -548,17 +548,7 @@ const _wA = "workflowArn";
548
548
  const _wN = "workflowName";
549
549
  const _wS = "workflowSummaries";
550
550
  const n0 = "com.amazonaws.entityresolution";
551
- var AccessDeniedException = [
552
- -3,
553
- n0,
554
- _ADE,
555
- {
556
- [_e]: _c,
557
- [_hE]: 403,
558
- },
559
- [_m],
560
- [0],
561
- ];
551
+ var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
562
552
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
563
553
  var AddPolicyStatementInput = [
564
554
  3,
@@ -577,18 +567,8 @@ var BatchDeleteUniqueIdInput = [
577
567
  [_wN, _iS, _uI],
578
568
  [
579
569
  [0, 1],
580
- [
581
- 0,
582
- {
583
- [_hH]: _iS,
584
- },
585
- ],
586
- [
587
- 64 | 0,
588
- {
589
- [_hH]: _uI,
590
- },
591
- ],
570
+ [0, { [_hH]: _iS }],
571
+ [64 | 0, { [_hH]: _uI }],
592
572
  ],
593
573
  ];
594
574
  var BatchDeleteUniqueIdOutput = [
@@ -599,17 +579,7 @@ var BatchDeleteUniqueIdOutput = [
599
579
  [_s, _er, _d, _dUI],
600
580
  [0, () => DeleteUniqueIdErrorsList, () => DeletedUniqueIdList, 64 | 0],
601
581
  ];
602
- var ConflictException = [
603
- -3,
604
- n0,
605
- _CE,
606
- {
607
- [_e]: _c,
608
- [_hE]: 400,
609
- },
610
- [_m],
611
- [0],
612
- ];
582
+ var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
613
583
  schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
614
584
  var CreateIdMappingWorkflowInput = [
615
585
  3,
@@ -738,10 +708,7 @@ var ExceedsLimitException = [
738
708
  -3,
739
709
  n0,
740
710
  _ELE,
741
- {
742
- [_e]: _c,
743
- [_hE]: 402,
744
- },
711
+ { [_e]: _c, [_hE]: 402 },
745
712
  [_m, _qN, _qV],
746
713
  [0, 0, 1],
747
714
  ];
@@ -955,17 +922,7 @@ var IdNamespaceSummary = [
955
922
  var IncrementalRunConfig = [3, n0, _IRC, 0, [_iRT], [0]];
956
923
  var InputSource = [3, n0, _IS, 0, [_iSARN, _sN, _aN], [0, 0, 2]];
957
924
  var IntermediateSourceConfiguration = [3, n0, _ISC, 0, [_iSP], [0]];
958
- var InternalServerException = [
959
- -3,
960
- n0,
961
- _ISE,
962
- {
963
- [_e]: _se,
964
- [_hE]: 500,
965
- },
966
- [_m],
967
- [0],
968
- ];
925
+ var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
969
926
  schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
970
927
  var JobMetrics = [3, n0, _JM, 0, [_iR, _tRP, _rNP, _dRP, _mID], [1, 1, 1, 1, 1]];
971
928
  var JobOutputSource = [3, n0, _JOS, 0, [_rA, _oSP, _KMSA], [0, 0, 0]];
@@ -978,18 +935,8 @@ var ListIdMappingJobsInput = [
978
935
  [_wN, _nT, _mRa],
979
936
  [
980
937
  [0, 1],
981
- [
982
- 0,
983
- {
984
- [_hQ]: _nT,
985
- },
986
- ],
987
- [
988
- 1,
989
- {
990
- [_hQ]: _mRa,
991
- },
992
- ],
938
+ [0, { [_hQ]: _nT }],
939
+ [1, { [_hQ]: _mRa }],
993
940
  ],
994
941
  ];
995
942
  var ListIdMappingJobsOutput = [3, n0, _LIMJO, 0, [_j, _nT], [() => JobList, 0]];
@@ -1000,18 +947,8 @@ var ListIdMappingWorkflowsInput = [
1000
947
  0,
1001
948
  [_nT, _mRa],
1002
949
  [
1003
- [
1004
- 0,
1005
- {
1006
- [_hQ]: _nT,
1007
- },
1008
- ],
1009
- [
1010
- 1,
1011
- {
1012
- [_hQ]: _mRa,
1013
- },
1014
- ],
950
+ [0, { [_hQ]: _nT }],
951
+ [1, { [_hQ]: _mRa }],
1015
952
  ],
1016
953
  ];
1017
954
  var ListIdMappingWorkflowsOutput = [
@@ -1029,18 +966,8 @@ var ListIdNamespacesInput = [
1029
966
  0,
1030
967
  [_nT, _mRa],
1031
968
  [
1032
- [
1033
- 0,
1034
- {
1035
- [_hQ]: _nT,
1036
- },
1037
- ],
1038
- [
1039
- 1,
1040
- {
1041
- [_hQ]: _mRa,
1042
- },
1043
- ],
969
+ [0, { [_hQ]: _nT }],
970
+ [1, { [_hQ]: _mRa }],
1044
971
  ],
1045
972
  ];
1046
973
  var ListIdNamespacesOutput = [3, n0, _LINO, 0, [_iNS, _nT], [() => IdNamespaceList, 0]];
@@ -1052,18 +979,8 @@ var ListMatchingJobsInput = [
1052
979
  [_wN, _nT, _mRa],
1053
980
  [
1054
981
  [0, 1],
1055
- [
1056
- 0,
1057
- {
1058
- [_hQ]: _nT,
1059
- },
1060
- ],
1061
- [
1062
- 1,
1063
- {
1064
- [_hQ]: _mRa,
1065
- },
1066
- ],
982
+ [0, { [_hQ]: _nT }],
983
+ [1, { [_hQ]: _mRa }],
1067
984
  ],
1068
985
  ];
1069
986
  var ListMatchingJobsOutput = [3, n0, _LMJO, 0, [_j, _nT], [() => JobList, 0]];
@@ -1074,18 +991,8 @@ var ListMatchingWorkflowsInput = [
1074
991
  0,
1075
992
  [_nT, _mRa],
1076
993
  [
1077
- [
1078
- 0,
1079
- {
1080
- [_hQ]: _nT,
1081
- },
1082
- ],
1083
- [
1084
- 1,
1085
- {
1086
- [_hQ]: _mRa,
1087
- },
1088
- ],
994
+ [0, { [_hQ]: _nT }],
995
+ [1, { [_hQ]: _mRa }],
1089
996
  ],
1090
997
  ];
1091
998
  var ListMatchingWorkflowsOutput = [
@@ -1103,24 +1010,9 @@ var ListProviderServicesInput = [
1103
1010
  0,
1104
1011
  [_nT, _mRa, _pN],
1105
1012
  [
1106
- [
1107
- 0,
1108
- {
1109
- [_hQ]: _nT,
1110
- },
1111
- ],
1112
- [
1113
- 1,
1114
- {
1115
- [_hQ]: _mRa,
1116
- },
1117
- ],
1118
- [
1119
- 0,
1120
- {
1121
- [_hQ]: _pN,
1122
- },
1123
- ],
1013
+ [0, { [_hQ]: _nT }],
1014
+ [1, { [_hQ]: _mRa }],
1015
+ [0, { [_hQ]: _pN }],
1124
1016
  ],
1125
1017
  ];
1126
1018
  var ListProviderServicesOutput = [
@@ -1138,18 +1030,8 @@ var ListSchemaMappingsInput = [
1138
1030
  0,
1139
1031
  [_nT, _mRa],
1140
1032
  [
1141
- [
1142
- 0,
1143
- {
1144
- [_hQ]: _nT,
1145
- },
1146
- ],
1147
- [
1148
- 1,
1149
- {
1150
- [_hQ]: _mRa,
1151
- },
1152
- ],
1033
+ [0, { [_hQ]: _nT }],
1034
+ [1, { [_hQ]: _mRa }],
1153
1035
  ],
1154
1036
  ];
1155
1037
  var ListSchemaMappingsOutput = [
@@ -1257,17 +1139,7 @@ var ResolutionTechniques = [
1257
1139
  [_rTe, _rBP, _rCP, _pP],
1258
1140
  [0, () => RuleBasedProperties, () => RuleConditionProperties, () => ProviderProperties],
1259
1141
  ];
1260
- var ResourceNotFoundException = [
1261
- -3,
1262
- n0,
1263
- _RNFE,
1264
- {
1265
- [_e]: _c,
1266
- [_hE]: 404,
1267
- },
1268
- [_m],
1269
- [0],
1270
- ];
1142
+ var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
1271
1143
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1272
1144
  var Rule = [3, n0, _Ru, 0, [_rN, _mK], [0, 64 | 0]];
1273
1145
  var RuleBasedProperties = [3, n0, _RBP, 0, [_ru, _aMM, _mP], [() => RuleList, 0, 0]];
@@ -1302,17 +1174,7 @@ var StartMatchingJobInput = [3, n0, _SMJI, 0, [_wN], [[0, 1]]];
1302
1174
  var StartMatchingJobOutput = [3, n0, _SMJO, 0, [_jI], [0]];
1303
1175
  var TagResourceInput = [3, n0, _TRI, 0, [_rAe, _ta], [[0, 1], 128 | 0]];
1304
1176
  var TagResourceOutput = [3, n0, _TRO, 0, [], []];
1305
- var ThrottlingException = [
1306
- -3,
1307
- n0,
1308
- _TE,
1309
- {
1310
- [_e]: _c,
1311
- [_hE]: 429,
1312
- },
1313
- [_m],
1314
- [0],
1315
- ];
1177
+ var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
1316
1178
  schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
1317
1179
  var UntagResourceInput = [
1318
1180
  3,
@@ -1322,12 +1184,7 @@ var UntagResourceInput = [
1322
1184
  [_rAe, _tK],
1323
1185
  [
1324
1186
  [0, 1],
1325
- [
1326
- 64 | 0,
1327
- {
1328
- [_hQ]: _tK,
1329
- },
1330
- ],
1187
+ [64 | 0, { [_hQ]: _tK }],
1331
1188
  ],
1332
1189
  ];
1333
1190
  var UntagResourceOutput = [3, n0, _URO, 0, [], []];
@@ -1420,17 +1277,7 @@ var UpdateSchemaMappingOutput = [
1420
1277
  [_sN, _sA, _de, _mIF],
1421
1278
  [0, 0, 0, () => SchemaInputAttributes],
1422
1279
  ];
1423
- var ValidationException = [
1424
- -3,
1425
- n0,
1426
- _VE,
1427
- {
1428
- [_e]: _c,
1429
- [_hE]: 400,
1430
- },
1431
- [_m],
1432
- [0],
1433
- ];
1280
+ var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1434
1281
  schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
1435
1282
  var EntityResolutionServiceException = [
1436
1283
  -3,
@@ -1505,9 +1352,7 @@ var AddPolicyStatement = [
1505
1352
  9,
1506
1353
  n0,
1507
1354
  _APS,
1508
- {
1509
- [_ht]: ["POST", "/policies/{arn}/{statementId}", 200],
1510
- },
1355
+ { [_ht]: ["POST", "/policies/{arn}/{statementId}", 200] },
1511
1356
  () => AddPolicyStatementInput,
1512
1357
  () => AddPolicyStatementOutput,
1513
1358
  ];
@@ -1515,9 +1360,7 @@ var BatchDeleteUniqueId = [
1515
1360
  9,
1516
1361
  n0,
1517
1362
  _BDUI,
1518
- {
1519
- [_ht]: ["DELETE", "/matchingworkflows/{workflowName}/uniqueids", 200],
1520
- },
1363
+ { [_ht]: ["DELETE", "/matchingworkflows/{workflowName}/uniqueids", 200] },
1521
1364
  () => BatchDeleteUniqueIdInput,
1522
1365
  () => BatchDeleteUniqueIdOutput,
1523
1366
  ];
@@ -1525,9 +1368,7 @@ var CreateIdMappingWorkflow = [
1525
1368
  9,
1526
1369
  n0,
1527
1370
  _CIMW,
1528
- {
1529
- [_ht]: ["POST", "/idmappingworkflows", 200],
1530
- },
1371
+ { [_ht]: ["POST", "/idmappingworkflows", 200] },
1531
1372
  () => CreateIdMappingWorkflowInput,
1532
1373
  () => CreateIdMappingWorkflowOutput,
1533
1374
  ];
@@ -1535,9 +1376,7 @@ var CreateIdNamespace = [
1535
1376
  9,
1536
1377
  n0,
1537
1378
  _CIN,
1538
- {
1539
- [_ht]: ["POST", "/idnamespaces", 200],
1540
- },
1379
+ { [_ht]: ["POST", "/idnamespaces", 200] },
1541
1380
  () => CreateIdNamespaceInput,
1542
1381
  () => CreateIdNamespaceOutput,
1543
1382
  ];
@@ -1545,9 +1384,7 @@ var CreateMatchingWorkflow = [
1545
1384
  9,
1546
1385
  n0,
1547
1386
  _CMW,
1548
- {
1549
- [_ht]: ["POST", "/matchingworkflows", 200],
1550
- },
1387
+ { [_ht]: ["POST", "/matchingworkflows", 200] },
1551
1388
  () => CreateMatchingWorkflowInput,
1552
1389
  () => CreateMatchingWorkflowOutput,
1553
1390
  ];
@@ -1555,9 +1392,7 @@ var CreateSchemaMapping = [
1555
1392
  9,
1556
1393
  n0,
1557
1394
  _CSM,
1558
- {
1559
- [_ht]: ["POST", "/schemas", 200],
1560
- },
1395
+ { [_ht]: ["POST", "/schemas", 200] },
1561
1396
  () => CreateSchemaMappingInput,
1562
1397
  () => CreateSchemaMappingOutput,
1563
1398
  ];
@@ -1565,9 +1400,7 @@ var DeleteIdMappingWorkflow = [
1565
1400
  9,
1566
1401
  n0,
1567
1402
  _DIMW,
1568
- {
1569
- [_ht]: ["DELETE", "/idmappingworkflows/{workflowName}", 200],
1570
- },
1403
+ { [_ht]: ["DELETE", "/idmappingworkflows/{workflowName}", 200] },
1571
1404
  () => DeleteIdMappingWorkflowInput,
1572
1405
  () => DeleteIdMappingWorkflowOutput,
1573
1406
  ];
@@ -1575,9 +1408,7 @@ var DeleteIdNamespace = [
1575
1408
  9,
1576
1409
  n0,
1577
1410
  _DIN,
1578
- {
1579
- [_ht]: ["DELETE", "/idnamespaces/{idNamespaceName}", 200],
1580
- },
1411
+ { [_ht]: ["DELETE", "/idnamespaces/{idNamespaceName}", 200] },
1581
1412
  () => DeleteIdNamespaceInput,
1582
1413
  () => DeleteIdNamespaceOutput,
1583
1414
  ];
@@ -1585,9 +1416,7 @@ var DeleteMatchingWorkflow = [
1585
1416
  9,
1586
1417
  n0,
1587
1418
  _DMW,
1588
- {
1589
- [_ht]: ["DELETE", "/matchingworkflows/{workflowName}", 200],
1590
- },
1419
+ { [_ht]: ["DELETE", "/matchingworkflows/{workflowName}", 200] },
1591
1420
  () => DeleteMatchingWorkflowInput,
1592
1421
  () => DeleteMatchingWorkflowOutput,
1593
1422
  ];
@@ -1595,9 +1424,7 @@ var DeletePolicyStatement = [
1595
1424
  9,
1596
1425
  n0,
1597
1426
  _DPS,
1598
- {
1599
- [_ht]: ["DELETE", "/policies/{arn}/{statementId}", 200],
1600
- },
1427
+ { [_ht]: ["DELETE", "/policies/{arn}/{statementId}", 200] },
1601
1428
  () => DeletePolicyStatementInput,
1602
1429
  () => DeletePolicyStatementOutput,
1603
1430
  ];
@@ -1605,9 +1432,7 @@ var DeleteSchemaMapping = [
1605
1432
  9,
1606
1433
  n0,
1607
1434
  _DSM,
1608
- {
1609
- [_ht]: ["DELETE", "/schemas/{schemaName}", 200],
1610
- },
1435
+ { [_ht]: ["DELETE", "/schemas/{schemaName}", 200] },
1611
1436
  () => DeleteSchemaMappingInput,
1612
1437
  () => DeleteSchemaMappingOutput,
1613
1438
  ];
@@ -1615,9 +1440,7 @@ var GenerateMatchId = [
1615
1440
  9,
1616
1441
  n0,
1617
1442
  _GMI,
1618
- {
1619
- [_ht]: ["POST", "/matchingworkflows/{workflowName}/generateMatches", 200],
1620
- },
1443
+ { [_ht]: ["POST", "/matchingworkflows/{workflowName}/generateMatches", 200] },
1621
1444
  () => GenerateMatchIdInput,
1622
1445
  () => GenerateMatchIdOutput,
1623
1446
  ];
@@ -1625,9 +1448,7 @@ var GetIdMappingJob = [
1625
1448
  9,
1626
1449
  n0,
1627
1450
  _GIMJ,
1628
- {
1629
- [_ht]: ["GET", "/idmappingworkflows/{workflowName}/jobs/{jobId}", 200],
1630
- },
1451
+ { [_ht]: ["GET", "/idmappingworkflows/{workflowName}/jobs/{jobId}", 200] },
1631
1452
  () => GetIdMappingJobInput,
1632
1453
  () => GetIdMappingJobOutput,
1633
1454
  ];
@@ -1635,9 +1456,7 @@ var GetIdMappingWorkflow = [
1635
1456
  9,
1636
1457
  n0,
1637
1458
  _GIMW,
1638
- {
1639
- [_ht]: ["GET", "/idmappingworkflows/{workflowName}", 200],
1640
- },
1459
+ { [_ht]: ["GET", "/idmappingworkflows/{workflowName}", 200] },
1641
1460
  () => GetIdMappingWorkflowInput,
1642
1461
  () => GetIdMappingWorkflowOutput,
1643
1462
  ];
@@ -1645,9 +1464,7 @@ var GetIdNamespace = [
1645
1464
  9,
1646
1465
  n0,
1647
1466
  _GIN,
1648
- {
1649
- [_ht]: ["GET", "/idnamespaces/{idNamespaceName}", 200],
1650
- },
1467
+ { [_ht]: ["GET", "/idnamespaces/{idNamespaceName}", 200] },
1651
1468
  () => GetIdNamespaceInput,
1652
1469
  () => GetIdNamespaceOutput,
1653
1470
  ];
@@ -1655,9 +1472,7 @@ var GetMatchId = [
1655
1472
  9,
1656
1473
  n0,
1657
1474
  _GMIe,
1658
- {
1659
- [_ht]: ["POST", "/matchingworkflows/{workflowName}/matches", 200],
1660
- },
1475
+ { [_ht]: ["POST", "/matchingworkflows/{workflowName}/matches", 200] },
1661
1476
  () => GetMatchIdInput,
1662
1477
  () => GetMatchIdOutput,
1663
1478
  ];
@@ -1665,9 +1480,7 @@ var GetMatchingJob = [
1665
1480
  9,
1666
1481
  n0,
1667
1482
  _GMJ,
1668
- {
1669
- [_ht]: ["GET", "/matchingworkflows/{workflowName}/jobs/{jobId}", 200],
1670
- },
1483
+ { [_ht]: ["GET", "/matchingworkflows/{workflowName}/jobs/{jobId}", 200] },
1671
1484
  () => GetMatchingJobInput,
1672
1485
  () => GetMatchingJobOutput,
1673
1486
  ];
@@ -1675,9 +1488,7 @@ var GetMatchingWorkflow = [
1675
1488
  9,
1676
1489
  n0,
1677
1490
  _GMW,
1678
- {
1679
- [_ht]: ["GET", "/matchingworkflows/{workflowName}", 200],
1680
- },
1491
+ { [_ht]: ["GET", "/matchingworkflows/{workflowName}", 200] },
1681
1492
  () => GetMatchingWorkflowInput,
1682
1493
  () => GetMatchingWorkflowOutput,
1683
1494
  ];
@@ -1685,9 +1496,7 @@ var GetPolicy = [
1685
1496
  9,
1686
1497
  n0,
1687
1498
  _GP,
1688
- {
1689
- [_ht]: ["GET", "/policies/{arn}", 200],
1690
- },
1499
+ { [_ht]: ["GET", "/policies/{arn}", 200] },
1691
1500
  () => GetPolicyInput,
1692
1501
  () => GetPolicyOutput,
1693
1502
  ];
@@ -1695,9 +1504,7 @@ var GetProviderService = [
1695
1504
  9,
1696
1505
  n0,
1697
1506
  _GPS,
1698
- {
1699
- [_ht]: ["GET", "/providerservices/{providerName}/{providerServiceName}", 200],
1700
- },
1507
+ { [_ht]: ["GET", "/providerservices/{providerName}/{providerServiceName}", 200] },
1701
1508
  () => GetProviderServiceInput,
1702
1509
  () => GetProviderServiceOutput,
1703
1510
  ];
@@ -1705,9 +1512,7 @@ var GetSchemaMapping = [
1705
1512
  9,
1706
1513
  n0,
1707
1514
  _GSM,
1708
- {
1709
- [_ht]: ["GET", "/schemas/{schemaName}", 200],
1710
- },
1515
+ { [_ht]: ["GET", "/schemas/{schemaName}", 200] },
1711
1516
  () => GetSchemaMappingInput,
1712
1517
  () => GetSchemaMappingOutput,
1713
1518
  ];
@@ -1715,9 +1520,7 @@ var ListIdMappingJobs = [
1715
1520
  9,
1716
1521
  n0,
1717
1522
  _LIMJ,
1718
- {
1719
- [_ht]: ["GET", "/idmappingworkflows/{workflowName}/jobs", 200],
1720
- },
1523
+ { [_ht]: ["GET", "/idmappingworkflows/{workflowName}/jobs", 200] },
1721
1524
  () => ListIdMappingJobsInput,
1722
1525
  () => ListIdMappingJobsOutput,
1723
1526
  ];
@@ -1725,9 +1528,7 @@ var ListIdMappingWorkflows = [
1725
1528
  9,
1726
1529
  n0,
1727
1530
  _LIMW,
1728
- {
1729
- [_ht]: ["GET", "/idmappingworkflows", 200],
1730
- },
1531
+ { [_ht]: ["GET", "/idmappingworkflows", 200] },
1731
1532
  () => ListIdMappingWorkflowsInput,
1732
1533
  () => ListIdMappingWorkflowsOutput,
1733
1534
  ];
@@ -1735,9 +1536,7 @@ var ListIdNamespaces = [
1735
1536
  9,
1736
1537
  n0,
1737
1538
  _LIN,
1738
- {
1739
- [_ht]: ["GET", "/idnamespaces", 200],
1740
- },
1539
+ { [_ht]: ["GET", "/idnamespaces", 200] },
1741
1540
  () => ListIdNamespacesInput,
1742
1541
  () => ListIdNamespacesOutput,
1743
1542
  ];
@@ -1745,9 +1544,7 @@ var ListMatchingJobs = [
1745
1544
  9,
1746
1545
  n0,
1747
1546
  _LMJ,
1748
- {
1749
- [_ht]: ["GET", "/matchingworkflows/{workflowName}/jobs", 200],
1750
- },
1547
+ { [_ht]: ["GET", "/matchingworkflows/{workflowName}/jobs", 200] },
1751
1548
  () => ListMatchingJobsInput,
1752
1549
  () => ListMatchingJobsOutput,
1753
1550
  ];
@@ -1755,9 +1552,7 @@ var ListMatchingWorkflows = [
1755
1552
  9,
1756
1553
  n0,
1757
1554
  _LMW,
1758
- {
1759
- [_ht]: ["GET", "/matchingworkflows", 200],
1760
- },
1555
+ { [_ht]: ["GET", "/matchingworkflows", 200] },
1761
1556
  () => ListMatchingWorkflowsInput,
1762
1557
  () => ListMatchingWorkflowsOutput,
1763
1558
  ];
@@ -1765,9 +1560,7 @@ var ListProviderServices = [
1765
1560
  9,
1766
1561
  n0,
1767
1562
  _LPS,
1768
- {
1769
- [_ht]: ["GET", "/providerservices", 200],
1770
- },
1563
+ { [_ht]: ["GET", "/providerservices", 200] },
1771
1564
  () => ListProviderServicesInput,
1772
1565
  () => ListProviderServicesOutput,
1773
1566
  ];
@@ -1775,9 +1568,7 @@ var ListSchemaMappings = [
1775
1568
  9,
1776
1569
  n0,
1777
1570
  _LSM,
1778
- {
1779
- [_ht]: ["GET", "/schemas", 200],
1780
- },
1571
+ { [_ht]: ["GET", "/schemas", 200] },
1781
1572
  () => ListSchemaMappingsInput,
1782
1573
  () => ListSchemaMappingsOutput,
1783
1574
  ];
@@ -1785,9 +1576,7 @@ var ListTagsForResource = [
1785
1576
  9,
1786
1577
  n0,
1787
1578
  _LTFR,
1788
- {
1789
- [_ht]: ["GET", "/tags/{resourceArn}", 200],
1790
- },
1579
+ { [_ht]: ["GET", "/tags/{resourceArn}", 200] },
1791
1580
  () => ListTagsForResourceInput,
1792
1581
  () => ListTagsForResourceOutput,
1793
1582
  ];
@@ -1795,9 +1584,7 @@ var PutPolicy = [
1795
1584
  9,
1796
1585
  n0,
1797
1586
  _PPu,
1798
- {
1799
- [_ht]: ["PUT", "/policies/{arn}", 200],
1800
- },
1587
+ { [_ht]: ["PUT", "/policies/{arn}", 200] },
1801
1588
  () => PutPolicyInput,
1802
1589
  () => PutPolicyOutput,
1803
1590
  ];
@@ -1805,9 +1592,7 @@ var StartIdMappingJob = [
1805
1592
  9,
1806
1593
  n0,
1807
1594
  _SIMJ,
1808
- {
1809
- [_ht]: ["POST", "/idmappingworkflows/{workflowName}/jobs", 200],
1810
- },
1595
+ { [_ht]: ["POST", "/idmappingworkflows/{workflowName}/jobs", 200] },
1811
1596
  () => StartIdMappingJobInput,
1812
1597
  () => StartIdMappingJobOutput,
1813
1598
  ];
@@ -1815,9 +1600,7 @@ var StartMatchingJob = [
1815
1600
  9,
1816
1601
  n0,
1817
1602
  _SMJ,
1818
- {
1819
- [_ht]: ["POST", "/matchingworkflows/{workflowName}/jobs", 200],
1820
- },
1603
+ { [_ht]: ["POST", "/matchingworkflows/{workflowName}/jobs", 200] },
1821
1604
  () => StartMatchingJobInput,
1822
1605
  () => StartMatchingJobOutput,
1823
1606
  ];
@@ -1825,9 +1608,7 @@ var TagResource = [
1825
1608
  9,
1826
1609
  n0,
1827
1610
  _TR,
1828
- {
1829
- [_ht]: ["POST", "/tags/{resourceArn}", 200],
1830
- },
1611
+ { [_ht]: ["POST", "/tags/{resourceArn}", 200] },
1831
1612
  () => TagResourceInput,
1832
1613
  () => TagResourceOutput,
1833
1614
  ];
@@ -1835,9 +1616,7 @@ var UntagResource = [
1835
1616
  9,
1836
1617
  n0,
1837
1618
  _UR,
1838
- {
1839
- [_ht]: ["DELETE", "/tags/{resourceArn}", 200],
1840
- },
1619
+ { [_ht]: ["DELETE", "/tags/{resourceArn}", 200] },
1841
1620
  () => UntagResourceInput,
1842
1621
  () => UntagResourceOutput,
1843
1622
  ];
@@ -1845,9 +1624,7 @@ var UpdateIdMappingWorkflow = [
1845
1624
  9,
1846
1625
  n0,
1847
1626
  _UIMW,
1848
- {
1849
- [_ht]: ["PUT", "/idmappingworkflows/{workflowName}", 200],
1850
- },
1627
+ { [_ht]: ["PUT", "/idmappingworkflows/{workflowName}", 200] },
1851
1628
  () => UpdateIdMappingWorkflowInput,
1852
1629
  () => UpdateIdMappingWorkflowOutput,
1853
1630
  ];
@@ -1855,9 +1632,7 @@ var UpdateIdNamespace = [
1855
1632
  9,
1856
1633
  n0,
1857
1634
  _UIN,
1858
- {
1859
- [_ht]: ["PUT", "/idnamespaces/{idNamespaceName}", 200],
1860
- },
1635
+ { [_ht]: ["PUT", "/idnamespaces/{idNamespaceName}", 200] },
1861
1636
  () => UpdateIdNamespaceInput,
1862
1637
  () => UpdateIdNamespaceOutput,
1863
1638
  ];
@@ -1865,9 +1640,7 @@ var UpdateMatchingWorkflow = [
1865
1640
  9,
1866
1641
  n0,
1867
1642
  _UMW,
1868
- {
1869
- [_ht]: ["PUT", "/matchingworkflows/{workflowName}", 200],
1870
- },
1643
+ { [_ht]: ["PUT", "/matchingworkflows/{workflowName}", 200] },
1871
1644
  () => UpdateMatchingWorkflowInput,
1872
1645
  () => UpdateMatchingWorkflowOutput,
1873
1646
  ];
@@ -1875,9 +1648,7 @@ var UpdateSchemaMapping = [
1875
1648
  9,
1876
1649
  n0,
1877
1650
  _USM,
1878
- {
1879
- [_ht]: ["PUT", "/schemas/{schemaName}", 200],
1880
- },
1651
+ { [_ht]: ["PUT", "/schemas/{schemaName}", 200] },
1881
1652
  () => UpdateSchemaMappingInput,
1882
1653
  () => UpdateSchemaMappingOutput,
1883
1654
  ];