@aws-sdk/client-cleanrooms 3.943.0 → 3.946.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 (136) hide show
  1. package/dist-cjs/index.js +126 -559
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/CleanRoomsClient.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 +126 -559
  8. package/dist-types/CleanRooms.d.ts +1 -1
  9. package/dist-types/CleanRoomsClient.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/BatchGetCollaborationAnalysisTemplateCommand.d.ts +3 -3
  13. package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +3 -3
  14. package/dist-types/commands/BatchGetSchemaCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateAnalysisTemplateCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateCollaborationChangeRequestCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateCollaborationCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateConfiguredAudienceModelAssociationCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +3 -3
  22. package/dist-types/commands/CreateConfiguredTableCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateIdMappingTableCommand.d.ts +3 -3
  24. package/dist-types/commands/CreateIdNamespaceAssociationCommand.d.ts +3 -3
  25. package/dist-types/commands/CreateMembershipCommand.d.ts +3 -3
  26. package/dist-types/commands/CreatePrivacyBudgetTemplateCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteAnalysisTemplateCommand.d.ts +3 -3
  28. package/dist-types/commands/DeleteCollaborationCommand.d.ts +3 -3
  29. package/dist-types/commands/DeleteConfiguredAudienceModelAssociationCommand.d.ts +3 -3
  30. package/dist-types/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +3 -3
  31. package/dist-types/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +3 -3
  32. package/dist-types/commands/DeleteConfiguredTableAssociationCommand.d.ts +3 -3
  33. package/dist-types/commands/DeleteConfiguredTableCommand.d.ts +3 -3
  34. package/dist-types/commands/DeleteIdMappingTableCommand.d.ts +3 -3
  35. package/dist-types/commands/DeleteIdNamespaceAssociationCommand.d.ts +3 -3
  36. package/dist-types/commands/DeleteMemberCommand.d.ts +3 -3
  37. package/dist-types/commands/DeleteMembershipCommand.d.ts +3 -3
  38. package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +3 -3
  39. package/dist-types/commands/GetAnalysisTemplateCommand.d.ts +3 -3
  40. package/dist-types/commands/GetCollaborationAnalysisTemplateCommand.d.ts +3 -3
  41. package/dist-types/commands/GetCollaborationChangeRequestCommand.d.ts +3 -3
  42. package/dist-types/commands/GetCollaborationCommand.d.ts +3 -3
  43. package/dist-types/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.d.ts +3 -3
  44. package/dist-types/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +3 -3
  45. package/dist-types/commands/GetCollaborationPrivacyBudgetTemplateCommand.d.ts +3 -3
  46. package/dist-types/commands/GetConfiguredAudienceModelAssociationCommand.d.ts +3 -3
  47. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +3 -3
  48. package/dist-types/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +3 -3
  49. package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +3 -3
  50. package/dist-types/commands/GetConfiguredTableCommand.d.ts +3 -3
  51. package/dist-types/commands/GetIdMappingTableCommand.d.ts +3 -3
  52. package/dist-types/commands/GetIdNamespaceAssociationCommand.d.ts +3 -3
  53. package/dist-types/commands/GetMembershipCommand.d.ts +3 -3
  54. package/dist-types/commands/GetPrivacyBudgetTemplateCommand.d.ts +3 -3
  55. package/dist-types/commands/GetProtectedJobCommand.d.ts +3 -3
  56. package/dist-types/commands/GetProtectedQueryCommand.d.ts +4 -4
  57. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +3 -3
  58. package/dist-types/commands/GetSchemaCommand.d.ts +3 -3
  59. package/dist-types/commands/ListAnalysisTemplatesCommand.d.ts +3 -3
  60. package/dist-types/commands/ListCollaborationAnalysisTemplatesCommand.d.ts +3 -3
  61. package/dist-types/commands/ListCollaborationChangeRequestsCommand.d.ts +3 -3
  62. package/dist-types/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.d.ts +3 -3
  63. package/dist-types/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +3 -3
  64. package/dist-types/commands/ListCollaborationPrivacyBudgetTemplatesCommand.d.ts +3 -3
  65. package/dist-types/commands/ListCollaborationPrivacyBudgetsCommand.d.ts +3 -3
  66. package/dist-types/commands/ListCollaborationsCommand.d.ts +3 -3
  67. package/dist-types/commands/ListConfiguredAudienceModelAssociationsCommand.d.ts +3 -3
  68. package/dist-types/commands/ListConfiguredTableAssociationsCommand.d.ts +3 -3
  69. package/dist-types/commands/ListConfiguredTablesCommand.d.ts +3 -3
  70. package/dist-types/commands/ListIdMappingTablesCommand.d.ts +3 -3
  71. package/dist-types/commands/ListIdNamespaceAssociationsCommand.d.ts +3 -3
  72. package/dist-types/commands/ListMembersCommand.d.ts +3 -3
  73. package/dist-types/commands/ListMembershipsCommand.d.ts +3 -3
  74. package/dist-types/commands/ListPrivacyBudgetTemplatesCommand.d.ts +3 -3
  75. package/dist-types/commands/ListPrivacyBudgetsCommand.d.ts +3 -3
  76. package/dist-types/commands/ListProtectedJobsCommand.d.ts +3 -3
  77. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +3 -3
  78. package/dist-types/commands/ListSchemasCommand.d.ts +3 -3
  79. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  80. package/dist-types/commands/PopulateIdMappingTableCommand.d.ts +3 -3
  81. package/dist-types/commands/PreviewPrivacyImpactCommand.d.ts +3 -3
  82. package/dist-types/commands/StartProtectedJobCommand.d.ts +3 -3
  83. package/dist-types/commands/StartProtectedQueryCommand.d.ts +3 -3
  84. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  85. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  86. package/dist-types/commands/UpdateAnalysisTemplateCommand.d.ts +3 -3
  87. package/dist-types/commands/UpdateCollaborationCommand.d.ts +3 -3
  88. package/dist-types/commands/UpdateConfiguredAudienceModelAssociationCommand.d.ts +3 -3
  89. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +3 -3
  90. package/dist-types/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +3 -3
  91. package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +3 -3
  92. package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +3 -3
  93. package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +3 -3
  94. package/dist-types/commands/UpdateIdNamespaceAssociationCommand.d.ts +3 -3
  95. package/dist-types/commands/UpdateMembershipCommand.d.ts +3 -3
  96. package/dist-types/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +3 -3
  97. package/dist-types/commands/UpdateProtectedJobCommand.d.ts +3 -3
  98. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +3 -3
  99. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  100. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  101. package/dist-types/extensionConfiguration.d.ts +4 -4
  102. package/dist-types/models/CleanRoomsServiceException.d.ts +1 -1
  103. package/dist-types/models/errors.d.ts +1 -1
  104. package/dist-types/models/models_1.d.ts +1 -1
  105. package/dist-types/pagination/Interfaces.d.ts +1 -1
  106. package/dist-types/pagination/ListAnalysisTemplatesPaginator.d.ts +1 -1
  107. package/dist-types/pagination/ListCollaborationAnalysisTemplatesPaginator.d.ts +1 -1
  108. package/dist-types/pagination/ListCollaborationChangeRequestsPaginator.d.ts +1 -1
  109. package/dist-types/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.d.ts +1 -1
  110. package/dist-types/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +1 -1
  111. package/dist-types/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.d.ts +1 -1
  112. package/dist-types/pagination/ListCollaborationPrivacyBudgetsPaginator.d.ts +1 -1
  113. package/dist-types/pagination/ListCollaborationsPaginator.d.ts +1 -1
  114. package/dist-types/pagination/ListConfiguredAudienceModelAssociationsPaginator.d.ts +1 -1
  115. package/dist-types/pagination/ListConfiguredTableAssociationsPaginator.d.ts +1 -1
  116. package/dist-types/pagination/ListConfiguredTablesPaginator.d.ts +1 -1
  117. package/dist-types/pagination/ListIdMappingTablesPaginator.d.ts +1 -1
  118. package/dist-types/pagination/ListIdNamespaceAssociationsPaginator.d.ts +1 -1
  119. package/dist-types/pagination/ListMembersPaginator.d.ts +1 -1
  120. package/dist-types/pagination/ListMembershipsPaginator.d.ts +1 -1
  121. package/dist-types/pagination/ListPrivacyBudgetTemplatesPaginator.d.ts +1 -1
  122. package/dist-types/pagination/ListPrivacyBudgetsPaginator.d.ts +1 -1
  123. package/dist-types/pagination/ListProtectedJobsPaginator.d.ts +1 -1
  124. package/dist-types/pagination/ListProtectedQueriesPaginator.d.ts +1 -1
  125. package/dist-types/pagination/ListSchemasPaginator.d.ts +1 -1
  126. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  127. package/dist-types/runtimeConfig.d.ts +1 -1
  128. package/dist-types/runtimeConfig.native.d.ts +1 -1
  129. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  130. package/dist-types/runtimeExtensions.d.ts +1 -1
  131. package/dist-types/schemas/schemas_0.d.ts +1 -1
  132. package/dist-types/ts3.4/CleanRoomsClient.d.ts +3 -3
  133. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  134. package/dist-types/ts3.4/models/CleanRoomsServiceException.d.ts +1 -1
  135. package/dist-types/ts3.4/models/models_1.d.ts +4 -4
  136. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -1071,17 +1071,7 @@ var AccessBudgetsPrivacyTemplateUpdateParameters = [
1071
1071
  [_bP],
1072
1072
  [() => BudgetParameters],
1073
1073
  ];
1074
- var AccessDeniedException = [
1075
- -3,
1076
- n0,
1077
- _ADE,
1078
- {
1079
- [_e]: _c,
1080
- [_hE]: 403,
1081
- },
1082
- [_m, _r],
1083
- [0, 0],
1084
- ];
1074
+ var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m, _r], [0, 0]];
1085
1075
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
1086
1076
  var AggregateColumn = [3, n0, _AC, 0, [_cN, _f], [64 | 0, 0]];
1087
1077
  var AggregationConstraint = [3, n0, _ACg, 0, [_cNo, _mi, _t], [0, 1, 0]];
@@ -1502,10 +1492,7 @@ var ConflictException = [
1502
1492
  -3,
1503
1493
  n0,
1504
1494
  _CE,
1505
- {
1506
- [_e]: _c,
1507
- [_hE]: 409,
1508
- },
1495
+ { [_e]: _c, [_hE]: 409 },
1509
1496
  [_m, _rI, _rTe, _r],
1510
1497
  [0, 0, 0, 0],
1511
1498
  ];
@@ -2325,17 +2312,7 @@ var IdNamespaceAssociationSummary = [
2325
2312
  () => IdNamespaceAssociationInputReferencePropertiesSummary,
2326
2313
  ],
2327
2314
  ];
2328
- var InternalServerException = [
2329
- -3,
2330
- n0,
2331
- _ISE,
2332
- {
2333
- [_e]: _se,
2334
- [_hE]: 500,
2335
- },
2336
- [_m],
2337
- [0],
2338
- ];
2315
+ var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
2339
2316
  schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
2340
2317
  var JobComputePaymentConfig = [3, n0, _JCPC, 0, [_iR], [2]];
2341
2318
  var ListAnalysisTemplatesInput = [
@@ -2346,18 +2323,8 @@ var ListAnalysisTemplatesInput = [
2346
2323
  [_mIe, _nT, _mR],
2347
2324
  [
2348
2325
  [0, 1],
2349
- [
2350
- 0,
2351
- {
2352
- [_hQ]: _nT,
2353
- },
2354
- ],
2355
- [
2356
- 1,
2357
- {
2358
- [_hQ]: _mR,
2359
- },
2360
- ],
2326
+ [0, { [_hQ]: _nT }],
2327
+ [1, { [_hQ]: _mR }],
2361
2328
  ],
2362
2329
  ];
2363
2330
  var ListAnalysisTemplatesOutput = [
@@ -2376,18 +2343,8 @@ var ListCollaborationAnalysisTemplatesInput = [
2376
2343
  [_cIo, _nT, _mR],
2377
2344
  [
2378
2345
  [0, 1],
2379
- [
2380
- 0,
2381
- {
2382
- [_hQ]: _nT,
2383
- },
2384
- ],
2385
- [
2386
- 1,
2387
- {
2388
- [_hQ]: _mR,
2389
- },
2390
- ],
2346
+ [0, { [_hQ]: _nT }],
2347
+ [1, { [_hQ]: _mR }],
2391
2348
  ],
2392
2349
  ];
2393
2350
  var ListCollaborationAnalysisTemplatesOutput = [
@@ -2406,24 +2363,9 @@ var ListCollaborationChangeRequestsInput = [
2406
2363
  [_cIo, _st, _nT, _mR],
2407
2364
  [
2408
2365
  [0, 1],
2409
- [
2410
- 0,
2411
- {
2412
- [_hQ]: _st,
2413
- },
2414
- ],
2415
- [
2416
- 0,
2417
- {
2418
- [_hQ]: _nT,
2419
- },
2420
- ],
2421
- [
2422
- 1,
2423
- {
2424
- [_hQ]: _mR,
2425
- },
2426
- ],
2366
+ [0, { [_hQ]: _st }],
2367
+ [0, { [_hQ]: _nT }],
2368
+ [1, { [_hQ]: _mR }],
2427
2369
  ],
2428
2370
  ];
2429
2371
  var ListCollaborationChangeRequestsOutput = [
@@ -2442,18 +2384,8 @@ var ListCollaborationConfiguredAudienceModelAssociationsInput = [
2442
2384
  [_cIo, _nT, _mR],
2443
2385
  [
2444
2386
  [0, 1],
2445
- [
2446
- 0,
2447
- {
2448
- [_hQ]: _nT,
2449
- },
2450
- ],
2451
- [
2452
- 1,
2453
- {
2454
- [_hQ]: _mR,
2455
- },
2456
- ],
2387
+ [0, { [_hQ]: _nT }],
2388
+ [1, { [_hQ]: _mR }],
2457
2389
  ],
2458
2390
  ];
2459
2391
  var ListCollaborationConfiguredAudienceModelAssociationsOutput = [
@@ -2472,18 +2404,8 @@ var ListCollaborationIdNamespaceAssociationsInput = [
2472
2404
  [_cIo, _nT, _mR],
2473
2405
  [
2474
2406
  [0, 1],
2475
- [
2476
- 0,
2477
- {
2478
- [_hQ]: _nT,
2479
- },
2480
- ],
2481
- [
2482
- 1,
2483
- {
2484
- [_hQ]: _mR,
2485
- },
2486
- ],
2407
+ [0, { [_hQ]: _nT }],
2408
+ [1, { [_hQ]: _mR }],
2487
2409
  ],
2488
2410
  ];
2489
2411
  var ListCollaborationIdNamespaceAssociationsOutput = [
@@ -2502,30 +2424,10 @@ var ListCollaborationPrivacyBudgetsInput = [
2502
2424
  [_cIo, _pBT, _mR, _nT, _aBRA],
2503
2425
  [
2504
2426
  [0, 1],
2505
- [
2506
- 0,
2507
- {
2508
- [_hQ]: _pBT,
2509
- },
2510
- ],
2511
- [
2512
- 1,
2513
- {
2514
- [_hQ]: _mR,
2515
- },
2516
- ],
2517
- [
2518
- 0,
2519
- {
2520
- [_hQ]: _nT,
2521
- },
2522
- ],
2523
- [
2524
- 0,
2525
- {
2526
- [_hQ]: _aBRA,
2527
- },
2528
- ],
2427
+ [0, { [_hQ]: _pBT }],
2428
+ [1, { [_hQ]: _mR }],
2429
+ [0, { [_hQ]: _nT }],
2430
+ [0, { [_hQ]: _aBRA }],
2529
2431
  ],
2530
2432
  ];
2531
2433
  var ListCollaborationPrivacyBudgetsOutput = [
@@ -2544,18 +2446,8 @@ var ListCollaborationPrivacyBudgetTemplatesInput = [
2544
2446
  [_cIo, _nT, _mR],
2545
2447
  [
2546
2448
  [0, 1],
2547
- [
2548
- 0,
2549
- {
2550
- [_hQ]: _nT,
2551
- },
2552
- ],
2553
- [
2554
- 1,
2555
- {
2556
- [_hQ]: _mR,
2557
- },
2558
- ],
2449
+ [0, { [_hQ]: _nT }],
2450
+ [1, { [_hQ]: _mR }],
2559
2451
  ],
2560
2452
  ];
2561
2453
  var ListCollaborationPrivacyBudgetTemplatesOutput = [
@@ -2573,24 +2465,9 @@ var ListCollaborationsInput = [
2573
2465
  0,
2574
2466
  [_nT, _mR, _mS],
2575
2467
  [
2576
- [
2577
- 0,
2578
- {
2579
- [_hQ]: _nT,
2580
- },
2581
- ],
2582
- [
2583
- 1,
2584
- {
2585
- [_hQ]: _mR,
2586
- },
2587
- ],
2588
- [
2589
- 0,
2590
- {
2591
- [_hQ]: _mS,
2592
- },
2593
- ],
2468
+ [0, { [_hQ]: _nT }],
2469
+ [1, { [_hQ]: _mR }],
2470
+ [0, { [_hQ]: _mS }],
2594
2471
  ],
2595
2472
  ];
2596
2473
  var ListCollaborationsOutput = [
@@ -2609,18 +2486,8 @@ var ListConfiguredAudienceModelAssociationsInput = [
2609
2486
  [_mIe, _nT, _mR],
2610
2487
  [
2611
2488
  [0, 1],
2612
- [
2613
- 0,
2614
- {
2615
- [_hQ]: _nT,
2616
- },
2617
- ],
2618
- [
2619
- 1,
2620
- {
2621
- [_hQ]: _mR,
2622
- },
2623
- ],
2489
+ [0, { [_hQ]: _nT }],
2490
+ [1, { [_hQ]: _mR }],
2624
2491
  ],
2625
2492
  ];
2626
2493
  var ListConfiguredAudienceModelAssociationsOutput = [
@@ -2639,18 +2506,8 @@ var ListConfiguredTableAssociationsInput = [
2639
2506
  [_mIe, _nT, _mR],
2640
2507
  [
2641
2508
  [0, 1],
2642
- [
2643
- 0,
2644
- {
2645
- [_hQ]: _nT,
2646
- },
2647
- ],
2648
- [
2649
- 1,
2650
- {
2651
- [_hQ]: _mR,
2652
- },
2653
- ],
2509
+ [0, { [_hQ]: _nT }],
2510
+ [1, { [_hQ]: _mR }],
2654
2511
  ],
2655
2512
  ];
2656
2513
  var ListConfiguredTableAssociationsOutput = [
@@ -2668,18 +2525,8 @@ var ListConfiguredTablesInput = [
2668
2525
  0,
2669
2526
  [_nT, _mR],
2670
2527
  [
2671
- [
2672
- 0,
2673
- {
2674
- [_hQ]: _nT,
2675
- },
2676
- ],
2677
- [
2678
- 1,
2679
- {
2680
- [_hQ]: _mR,
2681
- },
2682
- ],
2528
+ [0, { [_hQ]: _nT }],
2529
+ [1, { [_hQ]: _mR }],
2683
2530
  ],
2684
2531
  ];
2685
2532
  var ListConfiguredTablesOutput = [
@@ -2698,18 +2545,8 @@ var ListIdMappingTablesInput = [
2698
2545
  [_mIe, _nT, _mR],
2699
2546
  [
2700
2547
  [0, 1],
2701
- [
2702
- 0,
2703
- {
2704
- [_hQ]: _nT,
2705
- },
2706
- ],
2707
- [
2708
- 1,
2709
- {
2710
- [_hQ]: _mR,
2711
- },
2712
- ],
2548
+ [0, { [_hQ]: _nT }],
2549
+ [1, { [_hQ]: _mR }],
2713
2550
  ],
2714
2551
  ];
2715
2552
  var ListIdMappingTablesOutput = [
@@ -2728,18 +2565,8 @@ var ListIdNamespaceAssociationsInput = [
2728
2565
  [_mIe, _nT, _mR],
2729
2566
  [
2730
2567
  [0, 1],
2731
- [
2732
- 0,
2733
- {
2734
- [_hQ]: _nT,
2735
- },
2736
- ],
2737
- [
2738
- 1,
2739
- {
2740
- [_hQ]: _mR,
2741
- },
2742
- ],
2568
+ [0, { [_hQ]: _nT }],
2569
+ [1, { [_hQ]: _mR }],
2743
2570
  ],
2744
2571
  ];
2745
2572
  var ListIdNamespaceAssociationsOutput = [
@@ -2757,24 +2584,9 @@ var ListMembershipsInput = [
2757
2584
  0,
2758
2585
  [_nT, _mR, _st],
2759
2586
  [
2760
- [
2761
- 0,
2762
- {
2763
- [_hQ]: _nT,
2764
- },
2765
- ],
2766
- [
2767
- 1,
2768
- {
2769
- [_hQ]: _mR,
2770
- },
2771
- ],
2772
- [
2773
- 0,
2774
- {
2775
- [_hQ]: _st,
2776
- },
2777
- ],
2587
+ [0, { [_hQ]: _nT }],
2588
+ [1, { [_hQ]: _mR }],
2589
+ [0, { [_hQ]: _st }],
2778
2590
  ],
2779
2591
  ];
2780
2592
  var ListMembershipsOutput = [
@@ -2793,18 +2605,8 @@ var ListMembersInput = [
2793
2605
  [_cIo, _nT, _mR],
2794
2606
  [
2795
2607
  [0, 1],
2796
- [
2797
- 0,
2798
- {
2799
- [_hQ]: _nT,
2800
- },
2801
- ],
2802
- [
2803
- 1,
2804
- {
2805
- [_hQ]: _mR,
2806
- },
2807
- ],
2608
+ [0, { [_hQ]: _nT }],
2609
+ [1, { [_hQ]: _mR }],
2808
2610
  ],
2809
2611
  ];
2810
2612
  var ListMembersOutput = [3, n0, _LMOi, 0, [_nT, _mSem], [0, () => MemberSummaryList]];
@@ -2816,30 +2618,10 @@ var ListPrivacyBudgetsInput = [
2816
2618
  [_mIe, _pBT, _nT, _mR, _aBRA],
2817
2619
  [
2818
2620
  [0, 1],
2819
- [
2820
- 0,
2821
- {
2822
- [_hQ]: _pBT,
2823
- },
2824
- ],
2825
- [
2826
- 0,
2827
- {
2828
- [_hQ]: _nT,
2829
- },
2830
- ],
2831
- [
2832
- 1,
2833
- {
2834
- [_hQ]: _mR,
2835
- },
2836
- ],
2837
- [
2838
- 0,
2839
- {
2840
- [_hQ]: _aBRA,
2841
- },
2842
- ],
2621
+ [0, { [_hQ]: _pBT }],
2622
+ [0, { [_hQ]: _nT }],
2623
+ [1, { [_hQ]: _mR }],
2624
+ [0, { [_hQ]: _aBRA }],
2843
2625
  ],
2844
2626
  ];
2845
2627
  var ListPrivacyBudgetsOutput = [
@@ -2858,18 +2640,8 @@ var ListPrivacyBudgetTemplatesInput = [
2858
2640
  [_mIe, _nT, _mR],
2859
2641
  [
2860
2642
  [0, 1],
2861
- [
2862
- 0,
2863
- {
2864
- [_hQ]: _nT,
2865
- },
2866
- ],
2867
- [
2868
- 1,
2869
- {
2870
- [_hQ]: _mR,
2871
- },
2872
- ],
2643
+ [0, { [_hQ]: _nT }],
2644
+ [1, { [_hQ]: _mR }],
2873
2645
  ],
2874
2646
  ];
2875
2647
  var ListPrivacyBudgetTemplatesOutput = [
@@ -2888,24 +2660,9 @@ var ListProtectedJobsInput = [
2888
2660
  [_mIe, _st, _nT, _mR],
2889
2661
  [
2890
2662
  [0, 1],
2891
- [
2892
- 0,
2893
- {
2894
- [_hQ]: _st,
2895
- },
2896
- ],
2897
- [
2898
- 0,
2899
- {
2900
- [_hQ]: _nT,
2901
- },
2902
- ],
2903
- [
2904
- 1,
2905
- {
2906
- [_hQ]: _mR,
2907
- },
2908
- ],
2663
+ [0, { [_hQ]: _st }],
2664
+ [0, { [_hQ]: _nT }],
2665
+ [1, { [_hQ]: _mR }],
2909
2666
  ],
2910
2667
  ];
2911
2668
  var ListProtectedJobsOutput = [
@@ -2924,24 +2681,9 @@ var ListProtectedQueriesInput = [
2924
2681
  [_mIe, _st, _nT, _mR],
2925
2682
  [
2926
2683
  [0, 1],
2927
- [
2928
- 0,
2929
- {
2930
- [_hQ]: _st,
2931
- },
2932
- ],
2933
- [
2934
- 0,
2935
- {
2936
- [_hQ]: _nT,
2937
- },
2938
- ],
2939
- [
2940
- 1,
2941
- {
2942
- [_hQ]: _mR,
2943
- },
2944
- ],
2684
+ [0, { [_hQ]: _st }],
2685
+ [0, { [_hQ]: _nT }],
2686
+ [1, { [_hQ]: _mR }],
2945
2687
  ],
2946
2688
  ];
2947
2689
  var ListProtectedQueriesOutput = [
@@ -2960,24 +2702,9 @@ var ListSchemasInput = [
2960
2702
  [_cIo, _sTc, _nT, _mR],
2961
2703
  [
2962
2704
  [0, 1],
2963
- [
2964
- 0,
2965
- {
2966
- [_hQ]: _sTc,
2967
- },
2968
- ],
2969
- [
2970
- 0,
2971
- {
2972
- [_hQ]: _nT,
2973
- },
2974
- ],
2975
- [
2976
- 1,
2977
- {
2978
- [_hQ]: _mR,
2979
- },
2980
- ],
2705
+ [0, { [_hQ]: _sTc }],
2706
+ [0, { [_hQ]: _nT }],
2707
+ [1, { [_hQ]: _mR }],
2981
2708
  ],
2982
2709
  ];
2983
2710
  var ListSchemasOutput = [3, n0, _LSO, 0, [_sS, _nT], [() => SchemaSummaryList, 0]];
@@ -3304,10 +3031,7 @@ var ResourceNotFoundException = [
3304
3031
  -3,
3305
3032
  n0,
3306
3033
  _RNFE,
3307
- {
3308
- [_e]: _c,
3309
- [_hE]: 404,
3310
- },
3034
+ { [_e]: _c, [_hE]: 404 },
3311
3035
  [_m, _rI, _rTe],
3312
3036
  [0, 0, 0],
3313
3037
  ];
@@ -3360,10 +3084,7 @@ var ServiceQuotaExceededException = [
3360
3084
  -3,
3361
3085
  n0,
3362
3086
  _SQEE,
3363
- {
3364
- [_e]: _c,
3365
- [_hE]: 402,
3366
- },
3087
+ { [_e]: _c, [_hE]: 402 },
3367
3088
  [_m, _qN, _qV],
3368
3089
  [0, 0, 1],
3369
3090
  ];
@@ -3411,17 +3132,7 @@ var SyntheticDataColumnProperties = [3, n0, _SDCP, 0, [_cNo, _cTol, _iPV], [0, 0
3411
3132
  var SyntheticDataGenerationPaymentConfig = [3, n0, _SDGPC, 0, [_iR], [2]];
3412
3133
  var TagResourceInput = [3, n0, _TRI, 0, [_rA, _ta], [[0, 1], 128 | 0]];
3413
3134
  var TagResourceOutput = [3, n0, _TRO, 0, [], []];
3414
- var ThrottlingException = [
3415
- -3,
3416
- n0,
3417
- _TE,
3418
- {
3419
- [_e]: _c,
3420
- [_hE]: 429,
3421
- },
3422
- [_m],
3423
- [0],
3424
- ];
3135
+ var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
3425
3136
  schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
3426
3137
  var UntagResourceInput = [
3427
3138
  3,
@@ -3431,12 +3142,7 @@ var UntagResourceInput = [
3431
3142
  [_rA, _tK],
3432
3143
  [
3433
3144
  [0, 1],
3434
- [
3435
- 64 | 0,
3436
- {
3437
- [_hQ]: _tK,
3438
- },
3439
- ],
3145
+ [64 | 0, { [_hQ]: _tK }],
3440
3146
  ],
3441
3147
  ];
3442
3148
  var UntagResourceOutput = [3, n0, _URO, 0, [], []];
@@ -3596,10 +3302,7 @@ var ValidationException = [
3596
3302
  -3,
3597
3303
  n0,
3598
3304
  _VE,
3599
- {
3600
- [_e]: _c,
3601
- [_hE]: 400,
3602
- },
3305
+ { [_e]: _c, [_hE]: 400 },
3603
3306
  [_m, _r, _fL],
3604
3307
  [0, 0, () => ValidationExceptionFieldList],
3605
3308
  ];
@@ -4027,9 +3730,7 @@ var BatchGetCollaborationAnalysisTemplate = [
4027
3730
  9,
4028
3731
  n0,
4029
3732
  _BGCAT,
4030
- {
4031
- [_h]: ["POST", "/collaborations/{collaborationIdentifier}/batch-analysistemplates", 200],
4032
- },
3733
+ { [_h]: ["POST", "/collaborations/{collaborationIdentifier}/batch-analysistemplates", 200] },
4033
3734
  () => BatchGetCollaborationAnalysisTemplateInput,
4034
3735
  () => BatchGetCollaborationAnalysisTemplateOutput,
4035
3736
  ];
@@ -4037,9 +3738,7 @@ var BatchGetSchema = [
4037
3738
  9,
4038
3739
  n0,
4039
3740
  _BGS,
4040
- {
4041
- [_h]: ["POST", "/collaborations/{collaborationIdentifier}/batch-schema", 200],
4042
- },
3741
+ { [_h]: ["POST", "/collaborations/{collaborationIdentifier}/batch-schema", 200] },
4043
3742
  () => BatchGetSchemaInput,
4044
3743
  () => BatchGetSchemaOutput,
4045
3744
  ];
@@ -4047,9 +3746,7 @@ var BatchGetSchemaAnalysisRule = [
4047
3746
  9,
4048
3747
  n0,
4049
3748
  _BGSAR,
4050
- {
4051
- [_h]: ["POST", "/collaborations/{collaborationIdentifier}/batch-schema-analysis-rule", 200],
4052
- },
3749
+ { [_h]: ["POST", "/collaborations/{collaborationIdentifier}/batch-schema-analysis-rule", 200] },
4053
3750
  () => BatchGetSchemaAnalysisRuleInput,
4054
3751
  () => BatchGetSchemaAnalysisRuleOutput,
4055
3752
  ];
@@ -4057,9 +3754,7 @@ var CreateAnalysisTemplate = [
4057
3754
  9,
4058
3755
  n0,
4059
3756
  _CATr,
4060
- {
4061
- [_h]: ["POST", "/memberships/{membershipIdentifier}/analysistemplates", 200],
4062
- },
3757
+ { [_h]: ["POST", "/memberships/{membershipIdentifier}/analysistemplates", 200] },
4063
3758
  () => CreateAnalysisTemplateInput,
4064
3759
  () => CreateAnalysisTemplateOutput,
4065
3760
  ];
@@ -4067,9 +3762,7 @@ var CreateCollaboration = [
4067
3762
  9,
4068
3763
  n0,
4069
3764
  _CCr,
4070
- {
4071
- [_h]: ["POST", "/collaborations", 200],
4072
- },
3765
+ { [_h]: ["POST", "/collaborations", 200] },
4073
3766
  () => CreateCollaborationInput,
4074
3767
  () => CreateCollaborationOutput,
4075
3768
  ];
@@ -4077,9 +3770,7 @@ var CreateCollaborationChangeRequest = [
4077
3770
  9,
4078
3771
  n0,
4079
3772
  _CCCR,
4080
- {
4081
- [_h]: ["POST", "/collaborations/{collaborationIdentifier}/changeRequests", 200],
4082
- },
3773
+ { [_h]: ["POST", "/collaborations/{collaborationIdentifier}/changeRequests", 200] },
4083
3774
  () => CreateCollaborationChangeRequestInput,
4084
3775
  () => CreateCollaborationChangeRequestOutput,
4085
3776
  ];
@@ -4087,9 +3778,7 @@ var CreateConfiguredAudienceModelAssociation = [
4087
3778
  9,
4088
3779
  n0,
4089
3780
  _CCAMAr,
4090
- {
4091
- [_h]: ["POST", "/memberships/{membershipIdentifier}/configuredaudiencemodelassociations", 200],
4092
- },
3781
+ { [_h]: ["POST", "/memberships/{membershipIdentifier}/configuredaudiencemodelassociations", 200] },
4093
3782
  () => CreateConfiguredAudienceModelAssociationInput,
4094
3783
  () => CreateConfiguredAudienceModelAssociationOutput,
4095
3784
  ];
@@ -4097,9 +3786,7 @@ var CreateConfiguredTable = [
4097
3786
  9,
4098
3787
  n0,
4099
3788
  _CCT,
4100
- {
4101
- [_h]: ["POST", "/configuredTables", 200],
4102
- },
3789
+ { [_h]: ["POST", "/configuredTables", 200] },
4103
3790
  () => CreateConfiguredTableInput,
4104
3791
  () => CreateConfiguredTableOutput,
4105
3792
  ];
@@ -4107,9 +3794,7 @@ var CreateConfiguredTableAnalysisRule = [
4107
3794
  9,
4108
3795
  n0,
4109
3796
  _CCTAR,
4110
- {
4111
- [_h]: ["POST", "/configuredTables/{configuredTableIdentifier}/analysisRule", 200],
4112
- },
3797
+ { [_h]: ["POST", "/configuredTables/{configuredTableIdentifier}/analysisRule", 200] },
4113
3798
  () => CreateConfiguredTableAnalysisRuleInput,
4114
3799
  () => CreateConfiguredTableAnalysisRuleOutput,
4115
3800
  ];
@@ -4117,9 +3802,7 @@ var CreateConfiguredTableAssociation = [
4117
3802
  9,
4118
3803
  n0,
4119
3804
  _CCTA,
4120
- {
4121
- [_h]: ["POST", "/memberships/{membershipIdentifier}/configuredTableAssociations", 200],
4122
- },
3805
+ { [_h]: ["POST", "/memberships/{membershipIdentifier}/configuredTableAssociations", 200] },
4123
3806
  () => CreateConfiguredTableAssociationInput,
4124
3807
  () => CreateConfiguredTableAssociationOutput,
4125
3808
  ];
@@ -4141,9 +3824,7 @@ var CreateIdMappingTable = [
4141
3824
  9,
4142
3825
  n0,
4143
3826
  _CIMT,
4144
- {
4145
- [_h]: ["POST", "/memberships/{membershipIdentifier}/idmappingtables", 200],
4146
- },
3827
+ { [_h]: ["POST", "/memberships/{membershipIdentifier}/idmappingtables", 200] },
4147
3828
  () => CreateIdMappingTableInput,
4148
3829
  () => CreateIdMappingTableOutput,
4149
3830
  ];
@@ -4151,9 +3832,7 @@ var CreateIdNamespaceAssociation = [
4151
3832
  9,
4152
3833
  n0,
4153
3834
  _CINAr,
4154
- {
4155
- [_h]: ["POST", "/memberships/{membershipIdentifier}/idnamespaceassociations", 200],
4156
- },
3835
+ { [_h]: ["POST", "/memberships/{membershipIdentifier}/idnamespaceassociations", 200] },
4157
3836
  () => CreateIdNamespaceAssociationInput,
4158
3837
  () => CreateIdNamespaceAssociationOutput,
4159
3838
  ];
@@ -4161,9 +3840,7 @@ var CreateMembership = [
4161
3840
  9,
4162
3841
  n0,
4163
3842
  _CM,
4164
- {
4165
- [_h]: ["POST", "/memberships", 200],
4166
- },
3843
+ { [_h]: ["POST", "/memberships", 200] },
4167
3844
  () => CreateMembershipInput,
4168
3845
  () => CreateMembershipOutput,
4169
3846
  ];
@@ -4171,9 +3848,7 @@ var CreatePrivacyBudgetTemplate = [
4171
3848
  9,
4172
3849
  n0,
4173
3850
  _CPBTr,
4174
- {
4175
- [_h]: ["POST", "/memberships/{membershipIdentifier}/privacybudgettemplates", 200],
4176
- },
3851
+ { [_h]: ["POST", "/memberships/{membershipIdentifier}/privacybudgettemplates", 200] },
4177
3852
  () => CreatePrivacyBudgetTemplateInput,
4178
3853
  () => CreatePrivacyBudgetTemplateOutput,
4179
3854
  ];
@@ -4181,9 +3856,7 @@ var DeleteAnalysisTemplate = [
4181
3856
  9,
4182
3857
  n0,
4183
3858
  _DAT,
4184
- {
4185
- [_h]: ["DELETE", "/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}", 204],
4186
- },
3859
+ { [_h]: ["DELETE", "/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}", 204] },
4187
3860
  () => DeleteAnalysisTemplateInput,
4188
3861
  () => DeleteAnalysisTemplateOutput,
4189
3862
  ];
@@ -4191,9 +3864,7 @@ var DeleteCollaboration = [
4191
3864
  9,
4192
3865
  n0,
4193
3866
  _DC,
4194
- {
4195
- [_h]: ["DELETE", "/collaborations/{collaborationIdentifier}", 204],
4196
- },
3867
+ { [_h]: ["DELETE", "/collaborations/{collaborationIdentifier}", 204] },
4197
3868
  () => DeleteCollaborationInput,
4198
3869
  () => DeleteCollaborationOutput,
4199
3870
  ];
@@ -4215,9 +3886,7 @@ var DeleteConfiguredTable = [
4215
3886
  9,
4216
3887
  n0,
4217
3888
  _DCT,
4218
- {
4219
- [_h]: ["DELETE", "/configuredTables/{configuredTableIdentifier}", 204],
4220
- },
3889
+ { [_h]: ["DELETE", "/configuredTables/{configuredTableIdentifier}", 204] },
4221
3890
  () => DeleteConfiguredTableInput,
4222
3891
  () => DeleteConfiguredTableOutput,
4223
3892
  ];
@@ -4225,9 +3894,7 @@ var DeleteConfiguredTableAnalysisRule = [
4225
3894
  9,
4226
3895
  n0,
4227
3896
  _DCTAR,
4228
- {
4229
- [_h]: ["DELETE", "/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}", 204],
4230
- },
3897
+ { [_h]: ["DELETE", "/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}", 204] },
4231
3898
  () => DeleteConfiguredTableAnalysisRuleInput,
4232
3899
  () => DeleteConfiguredTableAnalysisRuleOutput,
4233
3900
  ];
@@ -4263,9 +3930,7 @@ var DeleteIdMappingTable = [
4263
3930
  9,
4264
3931
  n0,
4265
3932
  _DIMT,
4266
- {
4267
- [_h]: ["DELETE", "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}", 204],
4268
- },
3933
+ { [_h]: ["DELETE", "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}", 204] },
4269
3934
  () => DeleteIdMappingTableInput,
4270
3935
  () => DeleteIdMappingTableOutput,
4271
3936
  ];
@@ -4287,9 +3952,7 @@ var DeleteMember = [
4287
3952
  9,
4288
3953
  n0,
4289
3954
  _DM,
4290
- {
4291
- [_h]: ["DELETE", "/collaborations/{collaborationIdentifier}/member/{accountId}", 204],
4292
- },
3955
+ { [_h]: ["DELETE", "/collaborations/{collaborationIdentifier}/member/{accountId}", 204] },
4293
3956
  () => DeleteMemberInput,
4294
3957
  () => DeleteMemberOutput,
4295
3958
  ];
@@ -4297,9 +3960,7 @@ var DeleteMembership = [
4297
3960
  9,
4298
3961
  n0,
4299
3962
  _DMe,
4300
- {
4301
- [_h]: ["DELETE", "/memberships/{membershipIdentifier}", 204],
4302
- },
3963
+ { [_h]: ["DELETE", "/memberships/{membershipIdentifier}", 204] },
4303
3964
  () => DeleteMembershipInput,
4304
3965
  () => DeleteMembershipOutput,
4305
3966
  ];
@@ -4321,9 +3982,7 @@ var GetAnalysisTemplate = [
4321
3982
  9,
4322
3983
  n0,
4323
3984
  _GAT,
4324
- {
4325
- [_h]: ["GET", "/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}", 200],
4326
- },
3985
+ { [_h]: ["GET", "/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}", 200] },
4327
3986
  () => GetAnalysisTemplateInput,
4328
3987
  () => GetAnalysisTemplateOutput,
4329
3988
  ];
@@ -4331,9 +3990,7 @@ var GetCollaboration = [
4331
3990
  9,
4332
3991
  n0,
4333
3992
  _GC,
4334
- {
4335
- [_h]: ["GET", "/collaborations/{collaborationIdentifier}", 200],
4336
- },
3993
+ { [_h]: ["GET", "/collaborations/{collaborationIdentifier}", 200] },
4337
3994
  () => GetCollaborationInput,
4338
3995
  () => GetCollaborationOutput,
4339
3996
  ];
@@ -4341,9 +3998,7 @@ var GetCollaborationAnalysisTemplate = [
4341
3998
  9,
4342
3999
  n0,
4343
4000
  _GCAT,
4344
- {
4345
- [_h]: ["GET", "/collaborations/{collaborationIdentifier}/analysistemplates/{analysisTemplateArn}", 200],
4346
- },
4001
+ { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/analysistemplates/{analysisTemplateArn}", 200] },
4347
4002
  () => GetCollaborationAnalysisTemplateInput,
4348
4003
  () => GetCollaborationAnalysisTemplateOutput,
4349
4004
  ];
@@ -4351,9 +4006,7 @@ var GetCollaborationChangeRequest = [
4351
4006
  9,
4352
4007
  n0,
4353
4008
  _GCCR,
4354
- {
4355
- [_h]: ["GET", "/collaborations/{collaborationIdentifier}/changeRequests/{changeRequestIdentifier}", 200],
4356
- },
4009
+ { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/changeRequests/{changeRequestIdentifier}", 200] },
4357
4010
  () => GetCollaborationChangeRequestInput,
4358
4011
  () => GetCollaborationChangeRequestOutput,
4359
4012
  ];
@@ -4417,9 +4070,7 @@ var GetConfiguredTable = [
4417
4070
  9,
4418
4071
  n0,
4419
4072
  _GCT,
4420
- {
4421
- [_h]: ["GET", "/configuredTables/{configuredTableIdentifier}", 200],
4422
- },
4073
+ { [_h]: ["GET", "/configuredTables/{configuredTableIdentifier}", 200] },
4423
4074
  () => GetConfiguredTableInput,
4424
4075
  () => GetConfiguredTableOutput,
4425
4076
  ];
@@ -4427,9 +4078,7 @@ var GetConfiguredTableAnalysisRule = [
4427
4078
  9,
4428
4079
  n0,
4429
4080
  _GCTAR,
4430
- {
4431
- [_h]: ["GET", "/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}", 200],
4432
- },
4081
+ { [_h]: ["GET", "/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}", 200] },
4433
4082
  () => GetConfiguredTableAnalysisRuleInput,
4434
4083
  () => GetConfiguredTableAnalysisRuleOutput,
4435
4084
  ];
@@ -4465,9 +4114,7 @@ var GetIdMappingTable = [
4465
4114
  9,
4466
4115
  n0,
4467
4116
  _GIMT,
4468
- {
4469
- [_h]: ["GET", "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}", 200],
4470
- },
4117
+ { [_h]: ["GET", "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}", 200] },
4471
4118
  () => GetIdMappingTableInput,
4472
4119
  () => GetIdMappingTableOutput,
4473
4120
  ];
@@ -4489,9 +4136,7 @@ var GetMembership = [
4489
4136
  9,
4490
4137
  n0,
4491
4138
  _GM,
4492
- {
4493
- [_h]: ["GET", "/memberships/{membershipIdentifier}", 200],
4494
- },
4139
+ { [_h]: ["GET", "/memberships/{membershipIdentifier}", 200] },
4495
4140
  () => GetMembershipInput,
4496
4141
  () => GetMembershipOutput,
4497
4142
  ];
@@ -4509,9 +4154,7 @@ var GetProtectedJob = [
4509
4154
  9,
4510
4155
  n0,
4511
4156
  _GPJ,
4512
- {
4513
- [_h]: ["GET", "/memberships/{membershipIdentifier}/protectedJobs/{protectedJobIdentifier}", 200],
4514
- },
4157
+ { [_h]: ["GET", "/memberships/{membershipIdentifier}/protectedJobs/{protectedJobIdentifier}", 200] },
4515
4158
  () => GetProtectedJobInput,
4516
4159
  () => GetProtectedJobOutput,
4517
4160
  ];
@@ -4519,9 +4162,7 @@ var GetProtectedQuery = [
4519
4162
  9,
4520
4163
  n0,
4521
4164
  _GPQ,
4522
- {
4523
- [_h]: ["GET", "/memberships/{membershipIdentifier}/protectedQueries/{protectedQueryIdentifier}", 200],
4524
- },
4165
+ { [_h]: ["GET", "/memberships/{membershipIdentifier}/protectedQueries/{protectedQueryIdentifier}", 200] },
4525
4166
  () => GetProtectedQueryInput,
4526
4167
  () => GetProtectedQueryOutput,
4527
4168
  ];
@@ -4529,9 +4170,7 @@ var GetSchema = [
4529
4170
  9,
4530
4171
  n0,
4531
4172
  _GS,
4532
- {
4533
- [_h]: ["GET", "/collaborations/{collaborationIdentifier}/schemas/{name}", 200],
4534
- },
4173
+ { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/schemas/{name}", 200] },
4535
4174
  () => GetSchemaInput,
4536
4175
  () => GetSchemaOutput,
4537
4176
  ];
@@ -4539,9 +4178,7 @@ var GetSchemaAnalysisRule = [
4539
4178
  9,
4540
4179
  n0,
4541
4180
  _GSAR,
4542
- {
4543
- [_h]: ["GET", "/collaborations/{collaborationIdentifier}/schemas/{name}/analysisRule/{type}", 200],
4544
- },
4181
+ { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/schemas/{name}/analysisRule/{type}", 200] },
4545
4182
  () => GetSchemaAnalysisRuleInput,
4546
4183
  () => GetSchemaAnalysisRuleOutput,
4547
4184
  ];
@@ -4549,9 +4186,7 @@ var ListAnalysisTemplates = [
4549
4186
  9,
4550
4187
  n0,
4551
4188
  _LAT,
4552
- {
4553
- [_h]: ["GET", "/memberships/{membershipIdentifier}/analysistemplates", 200],
4554
- },
4189
+ { [_h]: ["GET", "/memberships/{membershipIdentifier}/analysistemplates", 200] },
4555
4190
  () => ListAnalysisTemplatesInput,
4556
4191
  () => ListAnalysisTemplatesOutput,
4557
4192
  ];
@@ -4559,9 +4194,7 @@ var ListCollaborationAnalysisTemplates = [
4559
4194
  9,
4560
4195
  n0,
4561
4196
  _LCAT,
4562
- {
4563
- [_h]: ["GET", "/collaborations/{collaborationIdentifier}/analysistemplates", 200],
4564
- },
4197
+ { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/analysistemplates", 200] },
4565
4198
  () => ListCollaborationAnalysisTemplatesInput,
4566
4199
  () => ListCollaborationAnalysisTemplatesOutput,
4567
4200
  ];
@@ -4569,9 +4202,7 @@ var ListCollaborationChangeRequests = [
4569
4202
  9,
4570
4203
  n0,
4571
4204
  _LCCR,
4572
- {
4573
- [_h]: ["GET", "/collaborations/{collaborationIdentifier}/changeRequests", 200],
4574
- },
4205
+ { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/changeRequests", 200] },
4575
4206
  () => ListCollaborationChangeRequestsInput,
4576
4207
  () => ListCollaborationChangeRequestsOutput,
4577
4208
  ];
@@ -4579,9 +4210,7 @@ var ListCollaborationConfiguredAudienceModelAssociations = [
4579
4210
  9,
4580
4211
  n0,
4581
4212
  _LCCAMA,
4582
- {
4583
- [_h]: ["GET", "/collaborations/{collaborationIdentifier}/configuredaudiencemodelassociations", 200],
4584
- },
4213
+ { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/configuredaudiencemodelassociations", 200] },
4585
4214
  () => ListCollaborationConfiguredAudienceModelAssociationsInput,
4586
4215
  () => ListCollaborationConfiguredAudienceModelAssociationsOutput,
4587
4216
  ];
@@ -4589,9 +4218,7 @@ var ListCollaborationIdNamespaceAssociations = [
4589
4218
  9,
4590
4219
  n0,
4591
4220
  _LCINA,
4592
- {
4593
- [_h]: ["GET", "/collaborations/{collaborationIdentifier}/idnamespaceassociations", 200],
4594
- },
4221
+ { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/idnamespaceassociations", 200] },
4595
4222
  () => ListCollaborationIdNamespaceAssociationsInput,
4596
4223
  () => ListCollaborationIdNamespaceAssociationsOutput,
4597
4224
  ];
@@ -4599,9 +4226,7 @@ var ListCollaborationPrivacyBudgets = [
4599
4226
  9,
4600
4227
  n0,
4601
4228
  _LCPB,
4602
- {
4603
- [_h]: ["GET", "/collaborations/{collaborationIdentifier}/privacybudgets", 200],
4604
- },
4229
+ { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/privacybudgets", 200] },
4605
4230
  () => ListCollaborationPrivacyBudgetsInput,
4606
4231
  () => ListCollaborationPrivacyBudgetsOutput,
4607
4232
  ];
@@ -4609,9 +4234,7 @@ var ListCollaborationPrivacyBudgetTemplates = [
4609
4234
  9,
4610
4235
  n0,
4611
4236
  _LCPBT,
4612
- {
4613
- [_h]: ["GET", "/collaborations/{collaborationIdentifier}/privacybudgettemplates", 200],
4614
- },
4237
+ { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/privacybudgettemplates", 200] },
4615
4238
  () => ListCollaborationPrivacyBudgetTemplatesInput,
4616
4239
  () => ListCollaborationPrivacyBudgetTemplatesOutput,
4617
4240
  ];
@@ -4619,9 +4242,7 @@ var ListCollaborations = [
4619
4242
  9,
4620
4243
  n0,
4621
4244
  _LC,
4622
- {
4623
- [_h]: ["GET", "/collaborations", 200],
4624
- },
4245
+ { [_h]: ["GET", "/collaborations", 200] },
4625
4246
  () => ListCollaborationsInput,
4626
4247
  () => ListCollaborationsOutput,
4627
4248
  ];
@@ -4629,9 +4250,7 @@ var ListConfiguredAudienceModelAssociations = [
4629
4250
  9,
4630
4251
  n0,
4631
4252
  _LCAMA,
4632
- {
4633
- [_h]: ["GET", "/memberships/{membershipIdentifier}/configuredaudiencemodelassociations", 200],
4634
- },
4253
+ { [_h]: ["GET", "/memberships/{membershipIdentifier}/configuredaudiencemodelassociations", 200] },
4635
4254
  () => ListConfiguredAudienceModelAssociationsInput,
4636
4255
  () => ListConfiguredAudienceModelAssociationsOutput,
4637
4256
  ];
@@ -4639,9 +4258,7 @@ var ListConfiguredTableAssociations = [
4639
4258
  9,
4640
4259
  n0,
4641
4260
  _LCTA,
4642
- {
4643
- [_h]: ["GET", "/memberships/{membershipIdentifier}/configuredTableAssociations", 200],
4644
- },
4261
+ { [_h]: ["GET", "/memberships/{membershipIdentifier}/configuredTableAssociations", 200] },
4645
4262
  () => ListConfiguredTableAssociationsInput,
4646
4263
  () => ListConfiguredTableAssociationsOutput,
4647
4264
  ];
@@ -4649,9 +4266,7 @@ var ListConfiguredTables = [
4649
4266
  9,
4650
4267
  n0,
4651
4268
  _LCT,
4652
- {
4653
- [_h]: ["GET", "/configuredTables", 200],
4654
- },
4269
+ { [_h]: ["GET", "/configuredTables", 200] },
4655
4270
  () => ListConfiguredTablesInput,
4656
4271
  () => ListConfiguredTablesOutput,
4657
4272
  ];
@@ -4659,9 +4274,7 @@ var ListIdMappingTables = [
4659
4274
  9,
4660
4275
  n0,
4661
4276
  _LIMT,
4662
- {
4663
- [_h]: ["GET", "/memberships/{membershipIdentifier}/idmappingtables", 200],
4664
- },
4277
+ { [_h]: ["GET", "/memberships/{membershipIdentifier}/idmappingtables", 200] },
4665
4278
  () => ListIdMappingTablesInput,
4666
4279
  () => ListIdMappingTablesOutput,
4667
4280
  ];
@@ -4669,9 +4282,7 @@ var ListIdNamespaceAssociations = [
4669
4282
  9,
4670
4283
  n0,
4671
4284
  _LINA,
4672
- {
4673
- [_h]: ["GET", "/memberships/{membershipIdentifier}/idnamespaceassociations", 200],
4674
- },
4285
+ { [_h]: ["GET", "/memberships/{membershipIdentifier}/idnamespaceassociations", 200] },
4675
4286
  () => ListIdNamespaceAssociationsInput,
4676
4287
  () => ListIdNamespaceAssociationsOutput,
4677
4288
  ];
@@ -4679,9 +4290,7 @@ var ListMembers = [
4679
4290
  9,
4680
4291
  n0,
4681
4292
  _LM,
4682
- {
4683
- [_h]: ["GET", "/collaborations/{collaborationIdentifier}/members", 200],
4684
- },
4293
+ { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/members", 200] },
4685
4294
  () => ListMembersInput,
4686
4295
  () => ListMembersOutput,
4687
4296
  ];
@@ -4689,9 +4298,7 @@ var ListMemberships = [
4689
4298
  9,
4690
4299
  n0,
4691
4300
  _LMi,
4692
- {
4693
- [_h]: ["GET", "/memberships", 200],
4694
- },
4301
+ { [_h]: ["GET", "/memberships", 200] },
4695
4302
  () => ListMembershipsInput,
4696
4303
  () => ListMembershipsOutput,
4697
4304
  ];
@@ -4699,9 +4306,7 @@ var ListPrivacyBudgets = [
4699
4306
  9,
4700
4307
  n0,
4701
4308
  _LPB,
4702
- {
4703
- [_h]: ["GET", "/memberships/{membershipIdentifier}/privacybudgets", 200],
4704
- },
4309
+ { [_h]: ["GET", "/memberships/{membershipIdentifier}/privacybudgets", 200] },
4705
4310
  () => ListPrivacyBudgetsInput,
4706
4311
  () => ListPrivacyBudgetsOutput,
4707
4312
  ];
@@ -4709,9 +4314,7 @@ var ListPrivacyBudgetTemplates = [
4709
4314
  9,
4710
4315
  n0,
4711
4316
  _LPBT,
4712
- {
4713
- [_h]: ["GET", "/memberships/{membershipIdentifier}/privacybudgettemplates", 200],
4714
- },
4317
+ { [_h]: ["GET", "/memberships/{membershipIdentifier}/privacybudgettemplates", 200] },
4715
4318
  () => ListPrivacyBudgetTemplatesInput,
4716
4319
  () => ListPrivacyBudgetTemplatesOutput,
4717
4320
  ];
@@ -4719,9 +4322,7 @@ var ListProtectedJobs = [
4719
4322
  9,
4720
4323
  n0,
4721
4324
  _LPJ,
4722
- {
4723
- [_h]: ["GET", "/memberships/{membershipIdentifier}/protectedJobs", 200],
4724
- },
4325
+ { [_h]: ["GET", "/memberships/{membershipIdentifier}/protectedJobs", 200] },
4725
4326
  () => ListProtectedJobsInput,
4726
4327
  () => ListProtectedJobsOutput,
4727
4328
  ];
@@ -4729,9 +4330,7 @@ var ListProtectedQueries = [
4729
4330
  9,
4730
4331
  n0,
4731
4332
  _LPQ,
4732
- {
4733
- [_h]: ["GET", "/memberships/{membershipIdentifier}/protectedQueries", 200],
4734
- },
4333
+ { [_h]: ["GET", "/memberships/{membershipIdentifier}/protectedQueries", 200] },
4735
4334
  () => ListProtectedQueriesInput,
4736
4335
  () => ListProtectedQueriesOutput,
4737
4336
  ];
@@ -4739,9 +4338,7 @@ var ListSchemas = [
4739
4338
  9,
4740
4339
  n0,
4741
4340
  _LS,
4742
- {
4743
- [_h]: ["GET", "/collaborations/{collaborationIdentifier}/schemas", 200],
4744
- },
4341
+ { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/schemas", 200] },
4745
4342
  () => ListSchemasInput,
4746
4343
  () => ListSchemasOutput,
4747
4344
  ];
@@ -4749,9 +4346,7 @@ var ListTagsForResource = [
4749
4346
  9,
4750
4347
  n0,
4751
4348
  _LTFR,
4752
- {
4753
- [_h]: ["GET", "/tags/{resourceArn}", 200],
4754
- },
4349
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] },
4755
4350
  () => ListTagsForResourceInput,
4756
4351
  () => ListTagsForResourceOutput,
4757
4352
  ];
@@ -4759,9 +4354,7 @@ var PopulateIdMappingTable = [
4759
4354
  9,
4760
4355
  n0,
4761
4356
  _PIMT,
4762
- {
4763
- [_h]: ["POST", "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}/populate", 200],
4764
- },
4357
+ { [_h]: ["POST", "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}/populate", 200] },
4765
4358
  () => PopulateIdMappingTableInput,
4766
4359
  () => PopulateIdMappingTableOutput,
4767
4360
  ];
@@ -4769,9 +4362,7 @@ var PreviewPrivacyImpact = [
4769
4362
  9,
4770
4363
  n0,
4771
4364
  _PPI,
4772
- {
4773
- [_h]: ["POST", "/memberships/{membershipIdentifier}/previewprivacyimpact", 200],
4774
- },
4365
+ { [_h]: ["POST", "/memberships/{membershipIdentifier}/previewprivacyimpact", 200] },
4775
4366
  () => PreviewPrivacyImpactInput,
4776
4367
  () => PreviewPrivacyImpactOutput,
4777
4368
  ];
@@ -4779,9 +4370,7 @@ var StartProtectedJob = [
4779
4370
  9,
4780
4371
  n0,
4781
4372
  _SPJ,
4782
- {
4783
- [_h]: ["POST", "/memberships/{membershipIdentifier}/protectedJobs", 200],
4784
- },
4373
+ { [_h]: ["POST", "/memberships/{membershipIdentifier}/protectedJobs", 200] },
4785
4374
  () => StartProtectedJobInput,
4786
4375
  () => StartProtectedJobOutput,
4787
4376
  ];
@@ -4789,9 +4378,7 @@ var StartProtectedQuery = [
4789
4378
  9,
4790
4379
  n0,
4791
4380
  _SPQ,
4792
- {
4793
- [_h]: ["POST", "/memberships/{membershipIdentifier}/protectedQueries", 200],
4794
- },
4381
+ { [_h]: ["POST", "/memberships/{membershipIdentifier}/protectedQueries", 200] },
4795
4382
  () => StartProtectedQueryInput,
4796
4383
  () => StartProtectedQueryOutput,
4797
4384
  ];
@@ -4799,9 +4386,7 @@ var TagResource = [
4799
4386
  9,
4800
4387
  n0,
4801
4388
  _TRa,
4802
- {
4803
- [_h]: ["POST", "/tags/{resourceArn}", 200],
4804
- },
4389
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] },
4805
4390
  () => TagResourceInput,
4806
4391
  () => TagResourceOutput,
4807
4392
  ];
@@ -4809,9 +4394,7 @@ var UntagResource = [
4809
4394
  9,
4810
4395
  n0,
4811
4396
  _UR,
4812
- {
4813
- [_h]: ["DELETE", "/tags/{resourceArn}", 200],
4814
- },
4397
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
4815
4398
  () => UntagResourceInput,
4816
4399
  () => UntagResourceOutput,
4817
4400
  ];
@@ -4819,9 +4402,7 @@ var UpdateAnalysisTemplate = [
4819
4402
  9,
4820
4403
  n0,
4821
4404
  _UAT,
4822
- {
4823
- [_h]: ["PATCH", "/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}", 200],
4824
- },
4405
+ { [_h]: ["PATCH", "/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}", 200] },
4825
4406
  () => UpdateAnalysisTemplateInput,
4826
4407
  () => UpdateAnalysisTemplateOutput,
4827
4408
  ];
@@ -4829,9 +4410,7 @@ var UpdateCollaboration = [
4829
4410
  9,
4830
4411
  n0,
4831
4412
  _UC,
4832
- {
4833
- [_h]: ["PATCH", "/collaborations/{collaborationIdentifier}", 200],
4834
- },
4413
+ { [_h]: ["PATCH", "/collaborations/{collaborationIdentifier}", 200] },
4835
4414
  () => UpdateCollaborationInput,
4836
4415
  () => UpdateCollaborationOutput,
4837
4416
  ];
@@ -4853,9 +4432,7 @@ var UpdateConfiguredTable = [
4853
4432
  9,
4854
4433
  n0,
4855
4434
  _UCT,
4856
- {
4857
- [_h]: ["PATCH", "/configuredTables/{configuredTableIdentifier}", 200],
4858
- },
4435
+ { [_h]: ["PATCH", "/configuredTables/{configuredTableIdentifier}", 200] },
4859
4436
  () => UpdateConfiguredTableInput,
4860
4437
  () => UpdateConfiguredTableOutput,
4861
4438
  ];
@@ -4863,9 +4440,7 @@ var UpdateConfiguredTableAnalysisRule = [
4863
4440
  9,
4864
4441
  n0,
4865
4442
  _UCTAR,
4866
- {
4867
- [_h]: ["PATCH", "/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}", 200],
4868
- },
4443
+ { [_h]: ["PATCH", "/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}", 200] },
4869
4444
  () => UpdateConfiguredTableAnalysisRuleInput,
4870
4445
  () => UpdateConfiguredTableAnalysisRuleOutput,
4871
4446
  ];
@@ -4901,9 +4476,7 @@ var UpdateIdMappingTable = [
4901
4476
  9,
4902
4477
  n0,
4903
4478
  _UIMT,
4904
- {
4905
- [_h]: ["PATCH", "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}", 200],
4906
- },
4479
+ { [_h]: ["PATCH", "/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}", 200] },
4907
4480
  () => UpdateIdMappingTableInput,
4908
4481
  () => UpdateIdMappingTableOutput,
4909
4482
  ];
@@ -4925,9 +4498,7 @@ var UpdateMembership = [
4925
4498
  9,
4926
4499
  n0,
4927
4500
  _UM,
4928
- {
4929
- [_h]: ["PATCH", "/memberships/{membershipIdentifier}", 200],
4930
- },
4501
+ { [_h]: ["PATCH", "/memberships/{membershipIdentifier}", 200] },
4931
4502
  () => UpdateMembershipInput,
4932
4503
  () => UpdateMembershipOutput,
4933
4504
  ];
@@ -4949,9 +4520,7 @@ var UpdateProtectedJob = [
4949
4520
  9,
4950
4521
  n0,
4951
4522
  _UPJ,
4952
- {
4953
- [_h]: ["PATCH", "/memberships/{membershipIdentifier}/protectedJobs/{protectedJobIdentifier}", 200],
4954
- },
4523
+ { [_h]: ["PATCH", "/memberships/{membershipIdentifier}/protectedJobs/{protectedJobIdentifier}", 200] },
4955
4524
  () => UpdateProtectedJobInput,
4956
4525
  () => UpdateProtectedJobOutput,
4957
4526
  ];
@@ -4959,9 +4528,7 @@ var UpdateProtectedQuery = [
4959
4528
  9,
4960
4529
  n0,
4961
4530
  _UPQ,
4962
- {
4963
- [_h]: ["PATCH", "/memberships/{membershipIdentifier}/protectedQueries/{protectedQueryIdentifier}", 200],
4964
- },
4531
+ { [_h]: ["PATCH", "/memberships/{membershipIdentifier}/protectedQueries/{protectedQueryIdentifier}", 200] },
4965
4532
  () => UpdateProtectedQueryInput,
4966
4533
  () => UpdateProtectedQueryOutput,
4967
4534
  ];