@aws-sdk/client-cleanrooms 3.1107.0 → 3.1109.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 (59) hide show
  1. package/README.md +21 -0
  2. package/dist-cjs/index.js +183 -41
  3. package/dist-es/CleanRooms.js +8 -0
  4. package/dist-es/commands/GetAnalysisLogExportCommand.js +4 -0
  5. package/dist-es/commands/ListAnalysisLogExportsCommand.js +4 -0
  6. package/dist-es/commands/StartAnalysisLogExportCommand.js +4 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/enums.js +13 -0
  9. package/dist-es/pagination/ListAnalysisLogExportsPaginator.js +4 -0
  10. package/dist-es/pagination/index.js +1 -0
  11. package/dist-es/schemas/schemas_0.js +133 -40
  12. package/dist-types/CleanRooms.d.ts +28 -0
  13. package/dist-types/CleanRoomsClient.d.ts +5 -2
  14. package/dist-types/commands/CreateCollaborationChangeRequestCommand.d.ts +5 -5
  15. package/dist-types/commands/CreateCollaborationCommand.d.ts +4 -4
  16. package/dist-types/commands/CreateIntermediateTableAnalysisRuleCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateIntermediateTableCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateMembershipCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteIntermediateTableCommand.d.ts +1 -1
  20. package/dist-types/commands/DisallowIntermediateTableCommand.d.ts +1 -1
  21. package/dist-types/commands/GetAnalysisLogExportCommand.d.ts +107 -0
  22. package/dist-types/commands/GetCollaborationChangeRequestCommand.d.ts +3 -3
  23. package/dist-types/commands/GetCollaborationCommand.d.ts +1 -1
  24. package/dist-types/commands/GetMembershipCommand.d.ts +1 -1
  25. package/dist-types/commands/ListAnalysisLogExportsCommand.d.ts +99 -0
  26. package/dist-types/commands/ListCollaborationChangeRequestsCommand.d.ts +3 -3
  27. package/dist-types/commands/ListMembersCommand.d.ts +1 -1
  28. package/dist-types/commands/ListMembershipsCommand.d.ts +1 -1
  29. package/dist-types/commands/PopulateIntermediateTableCommand.d.ts +2 -2
  30. package/dist-types/commands/StartAnalysisLogExportCommand.d.ts +119 -0
  31. package/dist-types/commands/UpdateCollaborationChangeRequestCommand.d.ts +3 -3
  32. package/dist-types/commands/UpdateCollaborationCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +3 -0
  34. package/dist-types/commands/UpdateIntermediateTableAnalysisRuleCommand.d.ts +1 -2
  35. package/dist-types/commands/UpdateIntermediateTableCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateMembershipCommand.d.ts +1 -1
  37. package/dist-types/commands/index.d.ts +3 -0
  38. package/dist-types/models/enums.d.ts +29 -0
  39. package/dist-types/models/models_0.d.ts +143 -138
  40. package/dist-types/models/models_1.d.ts +238 -2
  41. package/dist-types/pagination/ListAnalysisLogExportsPaginator.d.ts +7 -0
  42. package/dist-types/pagination/index.d.ts +1 -0
  43. package/dist-types/schemas/schemas_0.d.ts +15 -0
  44. package/dist-types/ts3.4/CleanRooms.d.ts +58 -0
  45. package/dist-types/ts3.4/CleanRoomsClient.d.ts +18 -0
  46. package/dist-types/ts3.4/commands/GetAnalysisLogExportCommand.d.ts +39 -0
  47. package/dist-types/ts3.4/commands/ListAnalysisLogExportsCommand.d.ts +39 -0
  48. package/dist-types/ts3.4/commands/PopulateIntermediateTableCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/StartAnalysisLogExportCommand.d.ts +39 -0
  50. package/dist-types/ts3.4/commands/UpdateIntermediateTableAnalysisRuleCommand.d.ts +4 -2
  51. package/dist-types/ts3.4/commands/UpdateIntermediateTableCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  53. package/dist-types/ts3.4/models/enums.d.ts +17 -0
  54. package/dist-types/ts3.4/models/models_0.d.ts +34 -32
  55. package/dist-types/ts3.4/models/models_1.d.ts +69 -0
  56. package/dist-types/ts3.4/pagination/ListAnalysisLogExportsPaginator.d.ts +11 -0
  57. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  58. package/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -0
  59. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1106.0";
72
+ var version = "3.1108.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -254,6 +254,13 @@ const _ACL = "AggregateColumnList";
254
254
  const _ACg = "AggregationConstraint";
255
255
  const _ACgg = "AggregationConstraints";
256
256
  const _ADE = "AccessDeniedException";
257
+ const _ALE = "AnalysisLogExport";
258
+ const _ALEE = "AnalysisLogExportError";
259
+ const _ALEOC = "AnalysisLogExportOutputConfiguration";
260
+ const _ALERC = "AnalysisLogExportResultConfiguration";
261
+ const _ALES = "AnalysisLogExportSummary";
262
+ const _ALESL = "AnalysisLogExportSummaryList";
263
+ const _ALESOC = "AnalysisLogExportS3OutputConfiguration";
257
264
  const _AP = "AnalysisParameter";
258
265
  const _APL = "AnalysisParameterList";
259
266
  const _AR = "AnalysisRule";
@@ -469,6 +476,9 @@ const _DPTPI = "DifferentialPrivacyTemplateParametersInput";
469
476
  const _DPTPO = "DifferentialPrivacyTemplateParametersOutput";
470
477
  const _DPTUP = "DifferentialPrivacyTemplateUpdateParameters";
471
478
  const _EMC = "ErrorMessageConfiguration";
479
+ const _GALE = "GetAnalysisLogExport";
480
+ const _GALEI = "GetAnalysisLogExportInput";
481
+ const _GALEO = "GetAnalysisLogExportOutput";
472
482
  const _GAT = "GetAnalysisTemplate";
473
483
  const _GATI = "GetAnalysisTemplateInput";
474
484
  const _GATO = "GetAnalysisTemplateOutput";
@@ -584,6 +594,9 @@ const _ITVS = "IntermediateTableVersionSummary";
584
594
  const _ITVSL = "IntermediateTableVersionSummaryList";
585
595
  const _JCPC = "JobComputePaymentConfig";
586
596
  const _JPM = "JobParameterMap";
597
+ const _LALE = "ListAnalysisLogExports";
598
+ const _LALEI = "ListAnalysisLogExportsInput";
599
+ const _LALEO = "ListAnalysisLogExportsOutput";
587
600
  const _LAT = "ListAnalysisTemplates";
588
601
  const _LATI = "ListAnalysisTemplatesInput";
589
602
  const _LATO = "ListAnalysisTemplatesOutput";
@@ -753,6 +766,9 @@ const _RC = "ReceiverConfiguration";
753
766
  const _RCL = "ReceiverConfigurationsList";
754
767
  const _RNFE = "ResourceNotFoundException";
755
768
  const _S = "Schema";
769
+ const _SALE = "StartAnalysisLogExport";
770
+ const _SALEI = "StartAnalysisLogExportInput";
771
+ const _SALEO = "StartAnalysisLogExportOutput";
756
772
  const _SARL = "SchemaAnalysisRuleList";
757
773
  const _SARR = "SchemaAnalysisRuleRequest";
758
774
  const _SARRL = "SchemaAnalysisRuleRequestList";
@@ -858,11 +874,16 @@ const _aCll = "allowCleartext";
858
874
  const _aD = "allowDuplicates";
859
875
  const _aE = "analyticsEngine";
860
876
  const _aEg = "aggregationExpression";
861
- const _aI = "accountId";
862
- const _aIc = "accountIdentifier";
863
- const _aIn = "analysisId";
877
+ const _aI = "analysisId";
878
+ const _aIc = "accountId";
879
+ const _aIcc = "accountIdentifier";
880
+ const _aIn = "analysisIdentifier";
864
881
  const _aJO = "allowedJoinOperators";
865
882
  const _aJOCWDN = "allowJoinsOnColumnsWithDifferentNames";
883
+ const _aLE = "analysisLogExport";
884
+ const _aLEI = "analysisLogExportId";
885
+ const _aLEIn = "analysisLogExportIdentifier";
886
+ const _aLEn = "analysisLogExports";
866
887
  const _aM = "analysisMethod";
867
888
  const _aP = "analysisParameters";
868
889
  const _aPAI = "analysisPayerAccountId";
@@ -875,13 +896,13 @@ const _aRT = "analysisRuleTypes";
875
896
  const _aRTn = "analysisRuleType";
876
897
  const _aRn = "analysisRules";
877
898
  const _aRna = "analysisRule";
878
- const _aT = "analysisTemplate";
899
+ const _aT = "analysisType";
879
900
  const _aTA = "analysisTemplateArns";
880
901
  const _aTAn = "analysisTemplateArn";
881
902
  const _aTI = "analysisTemplateIdentifier";
882
903
  const _aTS = "analysisTemplateSummaries";
883
904
  const _aTg = "aggregationType";
884
- const _aTn = "analysisType";
905
+ const _aTn = "analysisTemplate";
885
906
  const _aUADC = "allowUseAsDimensionColumn";
886
907
  const _ab = "abilities";
887
908
  const _ac = "action";
@@ -1064,8 +1085,8 @@ const _na = "names";
1064
1085
  const _nu = "number";
1065
1086
  const _o = "output";
1066
1087
  const _oAI = "ownerAccountId";
1067
- const _oC = "outputConstraints";
1068
- const _oCu = "outputConfiguration";
1088
+ const _oC = "outputConfiguration";
1089
+ const _oCu = "outputConstraints";
1069
1090
  const _oL = "outputLocation";
1070
1091
  const _p = "policy";
1071
1092
  const _pAC = "populationAnalysisConfiguration";
@@ -1102,8 +1123,8 @@ const _rA = "resourceArn";
1102
1123
  const _rAI = "receiverAccountIds";
1103
1124
  const _rAo = "roleArn";
1104
1125
  const _rB = "remainingBudget";
1105
- const _rC = "remainingCount";
1106
- const _rCe = "resultConfiguration";
1126
+ const _rC = "resultConfiguration";
1127
+ const _rCe = "remainingCount";
1107
1128
  const _rCec = "receiverConfigurations";
1108
1129
  const _rF = "resultFormat";
1109
1130
  const _rI = "resourceId";
@@ -1261,6 +1282,36 @@ var AggregationConstraint$ = [3, n0, _ACg,
1261
1282
  [_cNo, _mi, _t],
1262
1283
  [0, 1, 0], 3
1263
1284
  ];
1285
+ var AnalysisLogExport$ = [3, n0, _ALE,
1286
+ 0,
1287
+ [_aLEI, _aI, _aT, _mI, _st, _rC, _cT, _uT, _e],
1288
+ [0, 0, 0, 0, 0, () => AnalysisLogExportResultConfiguration$, 4, 4, () => AnalysisLogExportError$], 8
1289
+ ];
1290
+ var AnalysisLogExportError$ = [3, n0, _ALEE,
1291
+ 0,
1292
+ [_co, _m],
1293
+ [0, 0], 2
1294
+ ];
1295
+ var AnalysisLogExportOutputConfiguration$ = [3, n0, _ALEOC,
1296
+ 0,
1297
+ [_s_],
1298
+ [() => AnalysisLogExportS3OutputConfiguration$], 1
1299
+ ];
1300
+ var AnalysisLogExportResultConfiguration$ = [3, n0, _ALERC,
1301
+ 0,
1302
+ [_oC],
1303
+ [() => AnalysisLogExportOutputConfiguration$], 1
1304
+ ];
1305
+ var AnalysisLogExportS3OutputConfiguration$ = [3, n0, _ALESOC,
1306
+ 0,
1307
+ [_bu, _kP],
1308
+ [0, 0], 1
1309
+ ];
1310
+ var AnalysisLogExportSummary$ = [3, n0, _ALES,
1311
+ 0,
1312
+ [_aLEI, _aI, _aT, _st, _cT],
1313
+ [0, 0, 0, 0, 4], 5
1314
+ ];
1264
1315
  var AnalysisParameter$ = [3, n0, _AP,
1265
1316
  8,
1266
1317
  [_n, _t, _dV],
@@ -1273,7 +1324,7 @@ var AnalysisRule$ = [3, n0, _AR,
1273
1324
  ];
1274
1325
  var AnalysisRuleAggregation$ = [3, n0, _ARA,
1275
1326
  0,
1276
- [_aC, _jC, _dC, _sF, _oC, _jR, _aJO, _aA],
1327
+ [_aC, _jC, _dC, _sF, _oCu, _jR, _aJO, _aA],
1277
1328
  [() => AggregateColumnList, 64 | 0, 64 | 0, 64 | 0, () => AggregationConstraints, 0, 64 | 0, 0], 5
1278
1329
  ];
1279
1330
  var AnalysisRuleCustom$ = [3, n0, _ARC,
@@ -1563,7 +1614,7 @@ var ConfiguredTableSummary$ = [3, n0, _CTS,
1563
1614
  ];
1564
1615
  var ConsolidatedPolicyAggregation$ = [3, n0, _CPA,
1565
1616
  0,
1566
- [_aC, _jC, _dC, _sF, _oC, _jR, _aJO, _aA, _aRR, _aAA],
1617
+ [_aC, _jC, _dC, _sF, _oCu, _jR, _aJO, _aA, _aRR, _aAA],
1567
1618
  [() => AggregateColumnList, 64 | 0, 64 | 0, 64 | 0, () => AggregationConstraints, 0, 64 | 0, 0, 64 | 0, 64 | 0], 5
1568
1619
  ];
1569
1620
  var ConsolidatedPolicyCustom$ = [3, n0, _CPC,
@@ -1583,7 +1634,7 @@ var CreateAnalysisTemplateInput$ = [3, n0, _CATI,
1583
1634
  ];
1584
1635
  var CreateAnalysisTemplateOutput$ = [3, n0, _CATO,
1585
1636
  0,
1586
- [_aT],
1637
+ [_aTn],
1587
1638
  [[() => AnalysisTemplate$, 0]], 1
1588
1639
  ];
1589
1640
  var CreateCollaborationChangeRequestInput$ = [3, n0, _CCCRI,
@@ -1833,7 +1884,7 @@ var DeleteIntermediateTableOutput$ = [3, n0, _DITO,
1833
1884
  ];
1834
1885
  var DeleteMemberInput$ = [3, n0, _DMI,
1835
1886
  0,
1836
- [_cIo, _aI],
1887
+ [_cIo, _aIc],
1837
1888
  [[0, 1], [0, 1]], 2
1838
1889
  ];
1839
1890
  var DeleteMemberOutput$ = [3, n0, _DMO,
@@ -1893,7 +1944,7 @@ var DifferentialPrivacyPrivacyBudget$ = [3, n0, _DPPB,
1893
1944
  ];
1894
1945
  var DifferentialPrivacyPrivacyBudgetAggregation$ = [3, n0, _DPPBA,
1895
1946
  0,
1896
- [_t, _mC, _rC],
1947
+ [_t, _mC, _rCe],
1897
1948
  [0, 1, 1], 3
1898
1949
  ];
1899
1950
  var DifferentialPrivacyPrivacyImpact$ = [3, n0, _DPPI,
@@ -1941,6 +1992,16 @@ var ErrorMessageConfiguration$ = [3, n0, _EMC,
1941
1992
  [_t],
1942
1993
  [0], 1
1943
1994
  ];
1995
+ var GetAnalysisLogExportInput$ = [3, n0, _GALEI,
1996
+ 0,
1997
+ [_mIe, _aLEIn],
1998
+ [[0, 1], [0, 1]], 2
1999
+ ];
2000
+ var GetAnalysisLogExportOutput$ = [3, n0, _GALEO,
2001
+ 0,
2002
+ [_aLE],
2003
+ [() => AnalysisLogExport$], 1
2004
+ ];
1944
2005
  var GetAnalysisTemplateInput$ = [3, n0, _GATI,
1945
2006
  0,
1946
2007
  [_mIe, _aTI],
@@ -1948,7 +2009,7 @@ var GetAnalysisTemplateInput$ = [3, n0, _GATI,
1948
2009
  ];
1949
2010
  var GetAnalysisTemplateOutput$ = [3, n0, _GATO,
1950
2011
  0,
1951
- [_aT],
2012
+ [_aTn],
1952
2013
  [[() => AnalysisTemplate$, 0]], 1
1953
2014
  ];
1954
2015
  var GetCollaborationAnalysisTemplateInput$ = [3, n0, _GCATI,
@@ -2273,7 +2334,7 @@ var IntermediateTable$ = [3, n0, _IT,
2273
2334
  ];
2274
2335
  var IntermediateTableActiveVersion$ = [3, n0, _ITAV,
2275
2336
  0,
2276
- [_vI, _aIn, _aTn, _iC, _kKA, _pa, _eTx],
2337
+ [_vI, _aI, _aT, _iC, _kKA, _pa, _eTx],
2277
2338
  [0, 0, 0, () => IntermediateTableInheritedConstraints$, 0, [() => ParameterMap, 0], 4], 4
2278
2339
  ];
2279
2340
  var IntermediateTableAnalysisRule$ = [3, n0, _ITAR,
@@ -2323,7 +2384,7 @@ var IntermediateTableSummary$ = [3, n0, _ITSn,
2323
2384
  ];
2324
2385
  var IntermediateTableVersionSummary$ = [3, n0, _ITVS,
2325
2386
  0,
2326
- [_vI, _tI, _cT, _aIn, _st, _aTn, _kKA, _eTx],
2387
+ [_vI, _tI, _cT, _aI, _st, _aT, _kKA, _eTx],
2327
2388
  [0, 0, 4, 0, 0, 0, 0, 4], 6
2328
2389
  ];
2329
2390
  var JobComputePaymentConfig$ = [3, n0, _JCPC,
@@ -2331,6 +2392,16 @@ var JobComputePaymentConfig$ = [3, n0, _JCPC,
2331
2392
  [_iR],
2332
2393
  [2], 1
2333
2394
  ];
2395
+ var ListAnalysisLogExportsInput$ = [3, n0, _LALEI,
2396
+ 0,
2397
+ [_mIe, _aIn, _st, _nT, _mR],
2398
+ [[0, 1], [0, { [_hQ]: _aIn }], [0, { [_hQ]: _st }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
2399
+ ];
2400
+ var ListAnalysisLogExportsOutput$ = [3, n0, _LALEO,
2401
+ 0,
2402
+ [_aLEn, _nT],
2403
+ [() => AnalysisLogExportSummaryList, 0], 1
2404
+ ];
2334
2405
  var ListAnalysisTemplatesInput$ = [3, n0, _LATI,
2335
2406
  0,
2336
2407
  [_mIe, _nT, _mR],
@@ -2563,7 +2634,7 @@ var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
2563
2634
  ];
2564
2635
  var MemberChangeSpecification$ = [3, n0, _MCS,
2565
2636
  0,
2566
- [_aI, _mAe, _mMA, _pC, _dNi],
2637
+ [_aIc, _mAe, _mMA, _pC, _dNi],
2567
2638
  [0, 64 | 0, () => MLMemberAbilities$, () => PaymentConfiguration$, 0], 2
2568
2639
  ];
2569
2640
  var Membership$ = [3, n0, _M,
@@ -2598,12 +2669,12 @@ var MembershipPaymentConfiguration$ = [3, n0, _MPC,
2598
2669
  ];
2599
2670
  var MembershipProtectedJobResultConfiguration$ = [3, n0, _MPJRC,
2600
2671
  0,
2601
- [_oCu, _rAo],
2672
+ [_oC, _rAo],
2602
2673
  [() => MembershipProtectedJobOutputConfiguration$, 0], 2
2603
2674
  ];
2604
2675
  var MembershipProtectedQueryResultConfiguration$ = [3, n0, _MPQRC,
2605
2676
  0,
2606
- [_oCu, _rAo],
2677
+ [_oC, _rAo],
2607
2678
  [() => MembershipProtectedQueryOutputConfiguration$, 0], 1
2608
2679
  ];
2609
2680
  var MembershipQueryComputePaymentConfig$ = [3, n0, _MQCPC,
@@ -2623,12 +2694,12 @@ var MembershipSyntheticDataGenerationPaymentConfig$ = [3, n0, _MSDGPC,
2623
2694
  ];
2624
2695
  var MemberSpecification$ = [3, n0, _MSe,
2625
2696
  0,
2626
- [_aI, _mAe, _dNi, _mMA, _pC],
2697
+ [_aIc, _mAe, _dNi, _mMA, _pC],
2627
2698
  [0, 64 | 0, 0, () => MLMemberAbilities$, () => PaymentConfiguration$], 3
2628
2699
  ];
2629
2700
  var MemberSummary$ = [3, n0, _MSem,
2630
2701
  0,
2631
- [_aI, _st, _dNi, _ab, _cT, _uT, _pC, _mAl, _mI, _mA],
2702
+ [_aIc, _st, _dNi, _ab, _cT, _uT, _pC, _mAl, _mI, _mA],
2632
2703
  [0, 0, 0, 64 | 0, 4, 4, () => PaymentConfiguration$, () => MLMemberAbilities$, 0, 0], 7
2633
2704
  ];
2634
2705
  var MLMemberAbilities$ = [3, n0, _MLMA,
@@ -2678,7 +2749,7 @@ var PopulateIntermediateTableInput$ = [3, n0, _PITI,
2678
2749
  ];
2679
2750
  var PopulateIntermediateTableOutput$ = [3, n0, _PITO,
2680
2751
  0,
2681
- [_aIn, _aTn, _vI],
2752
+ [_aI, _aT, _vI],
2682
2753
  [0, 0, 0], 3
2683
2754
  ];
2684
2755
  var PopulationAnalysisSqlParameters$ = [3, n0, _PASP,
@@ -2713,7 +2784,7 @@ var PrivacyBudgetTemplateSummary$ = [3, n0, _PBTS,
2713
2784
  ];
2714
2785
  var ProtectedJob$ = [3, n0, _PJ,
2715
2786
  0,
2716
- [_i, _mI, _mA, _cT, _st, _jP, _rCe, _sta, _res, _e, _cCo, _jCPAI],
2787
+ [_i, _mI, _mA, _cT, _st, _jP, _rC, _sta, _res, _e, _cCo, _jCPAI],
2717
2788
  [0, 0, 0, 4, 0, [() => ProtectedJobParameters$, 0], () => ProtectedJobResultConfigurationOutput$, () => ProtectedJobStatistics$, () => ProtectedJobResult$, () => ProtectedJobError$, () => ProtectedJobComputeConfiguration$, 0], 5
2718
2789
  ];
2719
2790
  var ProtectedJobDirectAnalysisConfigurationDetails$ = [3, n0, _PJDACD,
@@ -2728,12 +2799,12 @@ var ProtectedJobError$ = [3, n0, _PJE,
2728
2799
  ];
2729
2800
  var ProtectedJobMemberOutputConfigurationInput$ = [3, n0, _PJMOCI,
2730
2801
  0,
2731
- [_aI],
2802
+ [_aIc],
2732
2803
  [0], 1
2733
2804
  ];
2734
2805
  var ProtectedJobMemberOutputConfigurationOutput$ = [3, n0, _PJMOCO,
2735
2806
  0,
2736
- [_aI],
2807
+ [_aIc],
2737
2808
  [0], 1
2738
2809
  ];
2739
2810
  var ProtectedJobParameters$ = [3, n0, _PJP,
@@ -2743,7 +2814,7 @@ var ProtectedJobParameters$ = [3, n0, _PJP,
2743
2814
  ];
2744
2815
  var ProtectedJobReceiverConfiguration$ = [3, n0, _PJRC,
2745
2816
  0,
2746
- [_aTn, _cD],
2817
+ [_aT, _cD],
2747
2818
  [0, () => ProtectedJobConfigurationDetails$], 1
2748
2819
  ];
2749
2820
  var ProtectedJobResult$ = [3, n0, _PJR,
@@ -2753,12 +2824,12 @@ var ProtectedJobResult$ = [3, n0, _PJR,
2753
2824
  ];
2754
2825
  var ProtectedJobResultConfigurationInput$ = [3, n0, _PJRCI,
2755
2826
  0,
2756
- [_oCu],
2827
+ [_oC],
2757
2828
  [() => ProtectedJobOutputConfigurationInput$], 1
2758
2829
  ];
2759
2830
  var ProtectedJobResultConfigurationOutput$ = [3, n0, _PJRCO,
2760
2831
  0,
2761
- [_oCu],
2832
+ [_oC],
2762
2833
  [() => ProtectedJobOutputConfigurationOutput$], 1
2763
2834
  ];
2764
2835
  var ProtectedJobS3Output$ = [3, n0, _PJSO,
@@ -2778,7 +2849,7 @@ var ProtectedJobS3OutputConfigurationOutput$ = [3, n0, _PJSOCO,
2778
2849
  ];
2779
2850
  var ProtectedJobSingleMemberOutput$ = [3, n0, _PJSMO,
2780
2851
  0,
2781
- [_aI],
2852
+ [_aIc],
2782
2853
  [0], 1
2783
2854
  ];
2784
2855
  var ProtectedJobStatistics$ = [3, n0, _PJS,
@@ -2798,7 +2869,7 @@ var ProtectedJobWorkerComputeConfiguration$ = [3, n0, _PJWCC,
2798
2869
  ];
2799
2870
  var ProtectedQuery$ = [3, n0, _PQ,
2800
2871
  0,
2801
- [_i, _mI, _mA, _cT, _st, _sPq, _rCe, _sta, _res, _e, _dP, _cCo, _qCPAI],
2872
+ [_i, _mI, _mA, _cT, _st, _sPq, _rC, _sta, _res, _e, _dP, _cCo, _qCPAI],
2802
2873
  [0, 0, 0, 4, 0, [() => ProtectedQuerySQLParameters$, 0], () => ProtectedQueryResultConfiguration$, () => ProtectedQueryStatistics$, () => ProtectedQueryResult$, () => ProtectedQueryError$, () => DifferentialPrivacyParameters$, () => ComputeConfiguration$, 0], 5
2803
2874
  ];
2804
2875
  var ProtectedQueryDistributeOutput$ = [3, n0, _PQDO,
@@ -2818,7 +2889,7 @@ var ProtectedQueryError$ = [3, n0, _PQE,
2818
2889
  ];
2819
2890
  var ProtectedQueryMemberOutputConfiguration$ = [3, n0, _PQMOC,
2820
2891
  0,
2821
- [_aI],
2892
+ [_aIc],
2822
2893
  [0], 1
2823
2894
  ];
2824
2895
  var ProtectedQueryResult$ = [3, n0, _PQR,
@@ -2828,7 +2899,7 @@ var ProtectedQueryResult$ = [3, n0, _PQR,
2828
2899
  ];
2829
2900
  var ProtectedQueryResultConfiguration$ = [3, n0, _PQRC,
2830
2901
  0,
2831
- [_oCu],
2902
+ [_oC],
2832
2903
  [() => ProtectedQueryOutputConfiguration$], 1
2833
2904
  ];
2834
2905
  var ProtectedQueryS3Output$ = [3, n0, _PQSO,
@@ -2843,7 +2914,7 @@ var ProtectedQueryS3OutputConfiguration$ = [3, n0, _PQSOC,
2843
2914
  ];
2844
2915
  var ProtectedQuerySingleMemberOutput$ = [3, n0, _PQSMO,
2845
2916
  0,
2846
- [_aI],
2917
+ [_aIc],
2847
2918
  [0], 1
2848
2919
  ];
2849
2920
  var ProtectedQuerySQLParameters$ = [3, n0, _PQSQLP,
@@ -2873,7 +2944,7 @@ var QueryConstraintRequireOverlap$ = [3, n0, _QCRO,
2873
2944
  ];
2874
2945
  var ReceiverConfiguration$ = [3, n0, _RC,
2875
2946
  0,
2876
- [_aTn, _cD],
2947
+ [_aT, _cD],
2877
2948
  [0, () => ConfigurationDetails$], 1
2878
2949
  ];
2879
2950
  var S3Location$ = [3, n0, _SL,
@@ -2893,7 +2964,7 @@ var SchemaAnalysisRuleRequest$ = [3, n0, _SARR,
2893
2964
  ];
2894
2965
  var SchemaStatusDetail$ = [3, n0, _SSD,
2895
2966
  0,
2896
- [_st, _aTn, _re, _aRTn, _con],
2967
+ [_st, _aT, _re, _aRTn, _con],
2897
2968
  [0, 0, () => SchemaStatusReasonList, 0, 64 | 0], 2
2898
2969
  ];
2899
2970
  var SchemaStatusReason$ = [3, n0, _SSR,
@@ -2908,7 +2979,7 @@ var SchemaSummary$ = [3, n0, _SS,
2908
2979
  ];
2909
2980
  var SnowflakeTableReference$ = [3, n0, _STR,
2910
2981
  0,
2911
- [_sA, _aIc, _dN, _tN, _sNc, _tS],
2982
+ [_sA, _aIcc, _dN, _tN, _sNc, _tS],
2912
2983
  [0, 0, 0, 0, 0, () => SnowflakeTableSchema$], 6
2913
2984
  ];
2914
2985
  var SnowflakeTableSchemaV1$ = [3, n0, _STSV,
@@ -2916,9 +2987,19 @@ var SnowflakeTableSchemaV1$ = [3, n0, _STSV,
2916
2987
  [_cNo, _cTol],
2917
2988
  [0, 0], 2
2918
2989
  ];
2990
+ var StartAnalysisLogExportInput$ = [3, n0, _SALEI,
2991
+ 0,
2992
+ [_mIe, _aI, _aT, _rC],
2993
+ [[0, 1], 0, 0, () => AnalysisLogExportResultConfiguration$], 4
2994
+ ];
2995
+ var StartAnalysisLogExportOutput$ = [3, n0, _SALEO,
2996
+ 0,
2997
+ [_aLE],
2998
+ [() => AnalysisLogExport$], 1
2999
+ ];
2919
3000
  var StartProtectedJobInput$ = [3, n0, _SPJI,
2920
3001
  0,
2921
- [_t, _mIe, _jP, _rCe, _cCo, _jCPAI],
3002
+ [_t, _mIe, _jP, _rC, _cCo, _jCPAI],
2922
3003
  [0, [0, 1], [() => ProtectedJobParameters$, 0], () => ProtectedJobResultConfigurationInput$, () => ProtectedJobComputeConfiguration$, 0], 3
2923
3004
  ];
2924
3005
  var StartProtectedJobOutput$ = [3, n0, _SPJO,
@@ -2928,7 +3009,7 @@ var StartProtectedJobOutput$ = [3, n0, _SPJO,
2928
3009
  ];
2929
3010
  var StartProtectedQueryInput$ = [3, n0, _SPQI,
2930
3011
  0,
2931
- [_t, _mIe, _sPq, _rCe, _cCo, _qCPAI],
3012
+ [_t, _mIe, _sPq, _rC, _cCo, _qCPAI],
2932
3013
  [0, [0, 1], [() => ProtectedQuerySQLParameters$, 0], () => ProtectedQueryResultConfiguration$, () => ComputeConfiguration$, 0], 3
2933
3014
  ];
2934
3015
  var StartProtectedQueryOutput$ = [3, n0, _SPQO,
@@ -2973,7 +3054,7 @@ var UpdateAnalysisTemplateInput$ = [3, n0, _UATI,
2973
3054
  ];
2974
3055
  var UpdateAnalysisTemplateOutput$ = [3, n0, _UATO,
2975
3056
  0,
2976
- [_aT],
3057
+ [_aTn],
2977
3058
  [[() => AnalysisTemplate$, 0]], 1
2978
3059
  ];
2979
3060
  var UpdateCollaborationChangeRequestInput$ = [3, n0, _UCCRI,
@@ -3150,6 +3231,9 @@ var AggregateColumnList = [1, n0, _ACL,
3150
3231
  var AggregationConstraints = [1, n0, _ACgg,
3151
3232
  0, () => AggregationConstraint$
3152
3233
  ];
3234
+ var AnalysisLogExportSummaryList = [1, n0, _ALESL,
3235
+ 0, () => AnalysisLogExportSummary$
3236
+ ];
3153
3237
  var AnalysisParameterList = [1, n0, _APL,
3154
3238
  0, [() => AnalysisParameter$,
3155
3239
  0]
@@ -3638,6 +3722,9 @@ var DeletePrivacyBudgetTemplate$ = [9, n0, _DPBT,
3638
3722
  var DisallowIntermediateTable$ = [9, n0, _DITi,
3639
3723
  { [_h]: ["POST", "/memberships/{membershipIdentifier}/disallowIntermediateTable", 200] }, () => DisallowIntermediateTableInput$, () => DisallowIntermediateTableOutput$
3640
3724
  ];
3725
+ var GetAnalysisLogExport$ = [9, n0, _GALE,
3726
+ { [_h]: ["GET", "/memberships/{membershipIdentifier}/analysislogexports/{analysisLogExportIdentifier}", 200] }, () => GetAnalysisLogExportInput$, () => GetAnalysisLogExportOutput$
3727
+ ];
3641
3728
  var GetAnalysisTemplate$ = [9, n0, _GAT,
3642
3729
  { [_h]: ["GET", "/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}", 200] }, () => GetAnalysisTemplateInput$, () => GetAnalysisTemplateOutput$
3643
3730
  ];
@@ -3704,6 +3791,9 @@ var GetSchema$ = [9, n0, _GS,
3704
3791
  var GetSchemaAnalysisRule$ = [9, n0, _GSAR,
3705
3792
  { [_h]: ["GET", "/collaborations/{collaborationIdentifier}/schemas/{name}/analysisRule/{type}", 200] }, () => GetSchemaAnalysisRuleInput$, () => GetSchemaAnalysisRuleOutput$
3706
3793
  ];
3794
+ var ListAnalysisLogExports$ = [9, n0, _LALE,
3795
+ { [_h]: ["GET", "/memberships/{membershipIdentifier}/analysislogexports", 200] }, () => ListAnalysisLogExportsInput$, () => ListAnalysisLogExportsOutput$
3796
+ ];
3707
3797
  var ListAnalysisTemplates$ = [9, n0, _LAT,
3708
3798
  { [_h]: ["GET", "/memberships/{membershipIdentifier}/analysistemplates", 200] }, () => ListAnalysisTemplatesInput$, () => ListAnalysisTemplatesOutput$
3709
3799
  ];
@@ -3782,6 +3872,9 @@ var PopulateIntermediateTable$ = [9, n0, _PIT,
3782
3872
  var PreviewPrivacyImpact$ = [9, n0, _PPI,
3783
3873
  { [_h]: ["POST", "/memberships/{membershipIdentifier}/previewprivacyimpact", 200] }, () => PreviewPrivacyImpactInput$, () => PreviewPrivacyImpactOutput$
3784
3874
  ];
3875
+ var StartAnalysisLogExport$ = [9, n0, _SALE,
3876
+ { [_h]: ["POST", "/memberships/{membershipIdentifier}/analysislogexports", 200] }, () => StartAnalysisLogExportInput$, () => StartAnalysisLogExportOutput$
3877
+ ];
3785
3878
  var StartProtectedJob$ = [9, n0, _SPJ,
3786
3879
  { [_h]: ["POST", "/memberships/{membershipIdentifier}/protectedJobs", 200] }, () => StartProtectedJobInput$, () => StartProtectedJobOutput$
3787
3880
  ];
@@ -4089,6 +4182,9 @@ class DeletePrivacyBudgetTemplateCommand extends command(_ep0, _mw0, "DeletePriv
4089
4182
  class DisallowIntermediateTableCommand extends command(_ep0, _mw0, "DisallowIntermediateTable", DisallowIntermediateTable$) {
4090
4183
  }
4091
4184
 
4185
+ class GetAnalysisLogExportCommand extends command(_ep0, _mw0, "GetAnalysisLogExport", GetAnalysisLogExport$) {
4186
+ }
4187
+
4092
4188
  class GetAnalysisTemplateCommand extends command(_ep0, _mw0, "GetAnalysisTemplate", GetAnalysisTemplate$) {
4093
4189
  }
4094
4190
 
@@ -4155,6 +4251,9 @@ class GetSchemaAnalysisRuleCommand extends command(_ep0, _mw0, "GetSchemaAnalysi
4155
4251
  class GetSchemaCommand extends command(_ep0, _mw0, "GetSchema", GetSchema$) {
4156
4252
  }
4157
4253
 
4254
+ class ListAnalysisLogExportsCommand extends command(_ep0, _mw0, "ListAnalysisLogExports", ListAnalysisLogExports$) {
4255
+ }
4256
+
4158
4257
  class ListAnalysisTemplatesCommand extends command(_ep0, _mw0, "ListAnalysisTemplates", ListAnalysisTemplates$) {
4159
4258
  }
4160
4259
 
@@ -4233,6 +4332,9 @@ class PopulateIntermediateTableCommand extends command(_ep0, _mw0, "PopulateInte
4233
4332
  class PreviewPrivacyImpactCommand extends command(_ep0, _mw0, "PreviewPrivacyImpact", PreviewPrivacyImpact$) {
4234
4333
  }
4235
4334
 
4335
+ class StartAnalysisLogExportCommand extends command(_ep0, _mw0, "StartAnalysisLogExport", StartAnalysisLogExport$) {
4336
+ }
4337
+
4236
4338
  class StartProtectedJobCommand extends command(_ep0, _mw0, "StartProtectedJob", StartProtectedJob$) {
4237
4339
  }
4238
4340
 
@@ -4293,6 +4395,8 @@ class UpdateProtectedJobCommand extends command(_ep0, _mw0, "UpdateProtectedJob"
4293
4395
  class UpdateProtectedQueryCommand extends command(_ep0, _mw0, "UpdateProtectedQuery", UpdateProtectedQuery$) {
4294
4396
  }
4295
4397
 
4398
+ const paginateListAnalysisLogExports = createPaginator(CleanRoomsClient, ListAnalysisLogExportsCommand, "nextToken", "nextToken", "maxResults");
4399
+
4296
4400
  const paginateListAnalysisTemplates = createPaginator(CleanRoomsClient, ListAnalysisTemplatesCommand, "nextToken", "nextToken", "maxResults");
4297
4401
 
4298
4402
  const paginateListCollaborationAnalysisTemplates = createPaginator(CleanRoomsClient, ListCollaborationAnalysisTemplatesCommand, "nextToken", "nextToken", "maxResults");
@@ -4370,6 +4474,7 @@ const commands = {
4370
4474
  DeleteMembershipCommand,
4371
4475
  DeletePrivacyBudgetTemplateCommand,
4372
4476
  DisallowIntermediateTableCommand,
4477
+ GetAnalysisLogExportCommand,
4373
4478
  GetAnalysisTemplateCommand,
4374
4479
  GetCollaborationCommand,
4375
4480
  GetCollaborationAnalysisTemplateCommand,
@@ -4392,6 +4497,7 @@ const commands = {
4392
4497
  GetProtectedQueryCommand,
4393
4498
  GetSchemaCommand,
4394
4499
  GetSchemaAnalysisRuleCommand,
4500
+ ListAnalysisLogExportsCommand,
4395
4501
  ListAnalysisTemplatesCommand,
4396
4502
  ListCollaborationAnalysisTemplatesCommand,
4397
4503
  ListCollaborationChangeRequestsCommand,
@@ -4418,6 +4524,7 @@ const commands = {
4418
4524
  PopulateIdMappingTableCommand,
4419
4525
  PopulateIntermediateTableCommand,
4420
4526
  PreviewPrivacyImpactCommand,
4527
+ StartAnalysisLogExportCommand,
4421
4528
  StartProtectedJobCommand,
4422
4529
  StartProtectedQueryCommand,
4423
4530
  TagResourceCommand,
@@ -4440,6 +4547,7 @@ const commands = {
4440
4547
  UpdateProtectedQueryCommand,
4441
4548
  };
4442
4549
  const paginators = {
4550
+ paginateListAnalysisLogExports,
4443
4551
  paginateListAnalysisTemplates,
4444
4552
  paginateListCollaborationAnalysisTemplates,
4445
4553
  paginateListCollaborationChangeRequests,
@@ -4534,6 +4642,14 @@ const AnalysisFormat = {
4534
4642
  PYSPARK_1_0: "PYSPARK_1_0",
4535
4643
  SQL: "SQL",
4536
4644
  };
4645
+ const LogExportAnalysisType = {
4646
+ PROTECTED_QUERY: "PROTECTED_QUERY",
4647
+ };
4648
+ const AnalysisLogExportStatus = {
4649
+ FAILED: "FAILED",
4650
+ IN_PROGRESS: "IN_PROGRESS",
4651
+ SUCCESS: "SUCCESS",
4652
+ };
4537
4653
  const AnalysisMethod = {
4538
4654
  DIRECT_JOB: "DIRECT_JOB",
4539
4655
  DIRECT_QUERY: "DIRECT_QUERY",
@@ -4690,7 +4806,9 @@ const CommercialRegion = {
4690
4806
  };
4691
4807
  const AutoApprovedChangeType = {
4692
4808
  ADD_MEMBER: "ADD_MEMBER",
4809
+ GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY: "GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY",
4693
4810
  GRANT_RECEIVE_RESULTS_ABILITY: "GRANT_RECEIVE_RESULTS_ABILITY",
4811
+ REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY: "REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY",
4694
4812
  REVOKE_RECEIVE_RESULTS_ABILITY: "REVOKE_RECEIVE_RESULTS_ABILITY",
4695
4813
  };
4696
4814
  const SchemaConfiguration = {
@@ -4733,6 +4851,7 @@ const SchemaType = {
4733
4851
  TABLE: "TABLE",
4734
4852
  };
4735
4853
  const MemberAbility = {
4854
+ CAN_EXPORT_QUERY_ANALYSIS_LOG: "CAN_EXPORT_QUERY_ANALYSIS_LOG",
4736
4855
  CAN_QUERY: "CAN_QUERY",
4737
4856
  CAN_RECEIVE_RESULTS: "CAN_RECEIVE_RESULTS",
4738
4857
  CAN_RUN_JOB: "CAN_RUN_JOB",
@@ -4765,10 +4884,12 @@ const ChangeType = {
4765
4884
  EDIT_AUTO_APPROVED_CHANGE_TYPES: "EDIT_AUTO_APPROVED_CHANGE_TYPES",
4766
4885
  GRANT_CAN_RECEIVE_INFERENCE_OUTPUT: "GRANT_CAN_RECEIVE_INFERENCE_OUTPUT",
4767
4886
  GRANT_CAN_RECEIVE_MODEL_OUTPUT: "GRANT_CAN_RECEIVE_MODEL_OUTPUT",
4887
+ GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY: "GRANT_EXPORT_QUERY_ANALYSIS_LOG_ABILITY",
4768
4888
  GRANT_RECEIVE_RESULTS_ABILITY: "GRANT_RECEIVE_RESULTS_ABILITY",
4769
4889
  REMOVE_PAYER_CANDIDATE: "REMOVE_PAYER_CANDIDATE",
4770
4890
  REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT: "REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT",
4771
4891
  REVOKE_CAN_RECEIVE_MODEL_OUTPUT: "REVOKE_CAN_RECEIVE_MODEL_OUTPUT",
4892
+ REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY: "REVOKE_EXPORT_QUERY_ANALYSIS_LOG_ABILITY",
4772
4893
  REVOKE_RECEIVE_RESULTS_ABILITY: "REVOKE_RECEIVE_RESULTS_ABILITY",
4773
4894
  };
4774
4895
  const ChangeRequestStatus = {
@@ -4934,6 +5055,13 @@ exports.AggregateFunctionName = AggregateFunctionName;
4934
5055
  exports.AggregationConstraint$ = AggregationConstraint$;
4935
5056
  exports.AggregationType = AggregationType;
4936
5057
  exports.AnalysisFormat = AnalysisFormat;
5058
+ exports.AnalysisLogExport$ = AnalysisLogExport$;
5059
+ exports.AnalysisLogExportError$ = AnalysisLogExportError$;
5060
+ exports.AnalysisLogExportOutputConfiguration$ = AnalysisLogExportOutputConfiguration$;
5061
+ exports.AnalysisLogExportResultConfiguration$ = AnalysisLogExportResultConfiguration$;
5062
+ exports.AnalysisLogExportS3OutputConfiguration$ = AnalysisLogExportS3OutputConfiguration$;
5063
+ exports.AnalysisLogExportStatus = AnalysisLogExportStatus;
5064
+ exports.AnalysisLogExportSummary$ = AnalysisLogExportSummary$;
4937
5065
  exports.AnalysisMethod = AnalysisMethod;
4938
5066
  exports.AnalysisParameter$ = AnalysisParameter$;
4939
5067
  exports.AnalysisRule$ = AnalysisRule$;
@@ -5179,6 +5307,10 @@ exports.DisallowIntermediateTableOutput$ = DisallowIntermediateTableOutput$;
5179
5307
  exports.ErrorMessageConfiguration$ = ErrorMessageConfiguration$;
5180
5308
  exports.ErrorMessageType = ErrorMessageType;
5181
5309
  exports.FilterableMemberStatus = FilterableMemberStatus;
5310
+ exports.GetAnalysisLogExport$ = GetAnalysisLogExport$;
5311
+ exports.GetAnalysisLogExportCommand = GetAnalysisLogExportCommand;
5312
+ exports.GetAnalysisLogExportInput$ = GetAnalysisLogExportInput$;
5313
+ exports.GetAnalysisLogExportOutput$ = GetAnalysisLogExportOutput$;
5182
5314
  exports.GetAnalysisTemplate$ = GetAnalysisTemplate$;
5183
5315
  exports.GetAnalysisTemplateCommand = GetAnalysisTemplateCommand;
5184
5316
  exports.GetAnalysisTemplateInput$ = GetAnalysisTemplateInput$;
@@ -5313,6 +5445,10 @@ exports.JobComputePaymentConfig$ = JobComputePaymentConfig$;
5313
5445
  exports.JobType = JobType;
5314
5446
  exports.JoinOperator = JoinOperator;
5315
5447
  exports.JoinRequiredOption = JoinRequiredOption;
5448
+ exports.ListAnalysisLogExports$ = ListAnalysisLogExports$;
5449
+ exports.ListAnalysisLogExportsCommand = ListAnalysisLogExportsCommand;
5450
+ exports.ListAnalysisLogExportsInput$ = ListAnalysisLogExportsInput$;
5451
+ exports.ListAnalysisLogExportsOutput$ = ListAnalysisLogExportsOutput$;
5316
5452
  exports.ListAnalysisTemplates$ = ListAnalysisTemplates$;
5317
5453
  exports.ListAnalysisTemplatesCommand = ListAnalysisTemplatesCommand;
5318
5454
  exports.ListAnalysisTemplatesInput$ = ListAnalysisTemplatesInput$;
@@ -5405,6 +5541,7 @@ exports.ListTagsForResource$ = ListTagsForResource$;
5405
5541
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
5406
5542
  exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
5407
5543
  exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
5544
+ exports.LogExportAnalysisType = LogExportAnalysisType;
5408
5545
  exports.MLMemberAbilities$ = MLMemberAbilities$;
5409
5546
  exports.MLPaymentConfig$ = MLPaymentConfig$;
5410
5547
  exports.MLSyntheticDataParameters$ = MLSyntheticDataParameters$;
@@ -5530,6 +5667,10 @@ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
5530
5667
  exports.SnowflakeTableReference$ = SnowflakeTableReference$;
5531
5668
  exports.SnowflakeTableSchema$ = SnowflakeTableSchema$;
5532
5669
  exports.SnowflakeTableSchemaV1$ = SnowflakeTableSchemaV1$;
5670
+ exports.StartAnalysisLogExport$ = StartAnalysisLogExport$;
5671
+ exports.StartAnalysisLogExportCommand = StartAnalysisLogExportCommand;
5672
+ exports.StartAnalysisLogExportInput$ = StartAnalysisLogExportInput$;
5673
+ exports.StartAnalysisLogExportOutput$ = StartAnalysisLogExportOutput$;
5533
5674
  exports.StartProtectedJob$ = StartProtectedJob$;
5534
5675
  exports.StartProtectedJobCommand = StartProtectedJobCommand;
5535
5676
  exports.StartProtectedJobInput$ = StartProtectedJobInput$;
@@ -5629,6 +5770,7 @@ exports.WorkerComputeConfiguration$ = WorkerComputeConfiguration$;
5629
5770
  exports.WorkerComputeConfigurationProperties$ = WorkerComputeConfigurationProperties$;
5630
5771
  exports.WorkerComputeType = WorkerComputeType;
5631
5772
  exports.errorTypeRegistries = errorTypeRegistries;
5773
+ exports.paginateListAnalysisLogExports = paginateListAnalysisLogExports;
5632
5774
  exports.paginateListAnalysisTemplates = paginateListAnalysisTemplates;
5633
5775
  exports.paginateListCollaborationAnalysisTemplates = paginateListCollaborationAnalysisTemplates;
5634
5776
  exports.paginateListCollaborationChangeRequests = paginateListCollaborationChangeRequests;