@aws-sdk/client-cleanrooms 3.1109.0 → 3.1111.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +70 -23
- package/dist-es/models/enums.js +7 -0
- package/dist-es/schemas/schemas_0.js +57 -22
- package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +36 -0
- package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +36 -0
- package/dist-types/commands/CreateIntermediateTableAnalysisRuleCommand.d.ts +40 -0
- package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +18 -0
- package/dist-types/commands/GetIntermediateTableAnalysisRuleCommand.d.ts +20 -0
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +36 -0
- package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +36 -0
- package/dist-types/commands/UpdateIntermediateTableAnalysisRuleCommand.d.ts +40 -0
- package/dist-types/models/enums.d.ts +23 -0
- package/dist-types/models/models_0.d.ts +96 -90
- package/dist-types/models/models_1.d.ts +89 -2
- package/dist-types/runtimeConfig.browser.d.ts +38 -38
- package/dist-types/runtimeConfig.d.ts +36 -36
- package/dist-types/runtimeConfig.native.d.ts +37 -37
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/models/enums.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +23 -40
- package/dist-types/ts3.4/models/models_1.d.ts +40 -3
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +54 -56
- package/dist-types/ts3.4/runtimeConfig.d.ts +57 -57
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +58 -60
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/package.json +5 -5
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.
|
|
72
|
+
var version = "3.1110.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -275,11 +275,12 @@ const _ASD = "ApprovalStatusDetails";
|
|
|
275
275
|
const _ASM = "AnalysisSourceMetadata";
|
|
276
276
|
const _ASn = "AnalysisSource";
|
|
277
277
|
const _ASp = "ApprovalStatuses";
|
|
278
|
-
const _AT = "
|
|
278
|
+
const _AT = "AggregationThreshold";
|
|
279
279
|
const _ATA = "AnalysisTemplateArtifact";
|
|
280
280
|
const _ATAL = "AnalysisTemplateArtifactList";
|
|
281
281
|
const _ATAM = "AnalysisTemplateArtifactMetadata";
|
|
282
282
|
const _ATAn = "AnalysisTemplateArtifacts";
|
|
283
|
+
const _ATL = "AggregationThresholdList";
|
|
283
284
|
const _ATR = "AthenaTableReference";
|
|
284
285
|
const _ATS = "AnalysisTemplateSummary";
|
|
285
286
|
const _ATSL = "AnalysisTemplateSummaryList";
|
|
@@ -288,6 +289,7 @@ const _ATVSD = "AnalysisTemplateValidationStatusDetail";
|
|
|
288
289
|
const _ATVSDL = "AnalysisTemplateValidationStatusDetailList";
|
|
289
290
|
const _ATVSR = "AnalysisTemplateValidationStatusReason";
|
|
290
291
|
const _ATVSRL = "AnalysisTemplateValidationStatusReasonList";
|
|
292
|
+
const _ATn = "AnalysisTemplate";
|
|
291
293
|
const _BGCAT = "BatchGetCollaborationAnalysisTemplate";
|
|
292
294
|
const _BGCATE = "BatchGetCollaborationAnalysisTemplateError";
|
|
293
295
|
const _BGCATEL = "BatchGetCollaborationAnalysisTemplateErrorList";
|
|
@@ -318,7 +320,7 @@ const _CATO = "CreateAnalysisTemplateOutput";
|
|
|
318
320
|
const _CATS = "CollaborationAnalysisTemplateSummary";
|
|
319
321
|
const _CATSL = "CollaborationAnalysisTemplateSummaryList";
|
|
320
322
|
const _CATr = "CreateAnalysisTemplate";
|
|
321
|
-
const _CC = "
|
|
323
|
+
const _CC = "ComparisonControls";
|
|
322
324
|
const _CCAMA = "CollaborationConfiguredAudienceModelAssociation";
|
|
323
325
|
const _CCAMAI = "CreateConfiguredAudienceModelAssociationInput";
|
|
324
326
|
const _CCAMAO = "CreateConfiguredAudienceModelAssociationOutput";
|
|
@@ -347,6 +349,7 @@ const _CCTARI = "CreateConfiguredTableAnalysisRuleInput";
|
|
|
347
349
|
const _CCTARO = "CreateConfiguredTableAnalysisRuleOutput";
|
|
348
350
|
const _CCTI = "CreateConfiguredTableInput";
|
|
349
351
|
const _CCTO = "CreateConfiguredTableOutput";
|
|
352
|
+
const _CCo = "ComputeConfiguration";
|
|
350
353
|
const _CCr = "CreateCollaboration";
|
|
351
354
|
const _CD = "ConfigurationDetails";
|
|
352
355
|
const _CE = "ConflictException";
|
|
@@ -690,6 +693,8 @@ const _MSLe = "MemberSummaryList";
|
|
|
690
693
|
const _MSe = "MemberSpecification";
|
|
691
694
|
const _MSem = "MemberSummary";
|
|
692
695
|
const _MTPC = "ModelTrainingPaymentConfig";
|
|
696
|
+
const _OCT = "OutputColumnThreshold";
|
|
697
|
+
const _OCTL = "OutputColumnThresholdList";
|
|
693
698
|
const _PAC = "PopulationAnalysisConfiguration";
|
|
694
699
|
const _PASP = "PopulationAnalysisSqlParameters";
|
|
695
700
|
const _PB = "PrivacyBudget";
|
|
@@ -862,6 +867,7 @@ const _aA = "additionalAnalyses";
|
|
|
862
867
|
const _aAA = "allowedAdditionalAnalyses";
|
|
863
868
|
const _aACRT = "autoApprovedChangeRequestTypes";
|
|
864
869
|
const _aACT = "autoApprovedChangeTypes";
|
|
870
|
+
const _aAET = "allowedAggregateExpressionType";
|
|
865
871
|
const _aAH = "additionalArtifactHashes";
|
|
866
872
|
const _aAP = "allowedAnalysisProviders";
|
|
867
873
|
const _aAd = "additionalArtifacts";
|
|
@@ -869,6 +875,7 @@ const _aAl = "allowedAnalyses";
|
|
|
869
875
|
const _aB = "accessBudget";
|
|
870
876
|
const _aBRA = "accessBudgetResourceArn";
|
|
871
877
|
const _aC = "aggregateColumns";
|
|
878
|
+
const _aCCC = "allowedColumnComparisonColumns";
|
|
872
879
|
const _aCl = "allowedColumns";
|
|
873
880
|
const _aCll = "allowCleartext";
|
|
874
881
|
const _aD = "allowDuplicates";
|
|
@@ -880,6 +887,7 @@ const _aIcc = "accountIdentifier";
|
|
|
880
887
|
const _aIn = "analysisIdentifier";
|
|
881
888
|
const _aJO = "allowedJoinOperators";
|
|
882
889
|
const _aJOCWDN = "allowJoinsOnColumnsWithDifferentNames";
|
|
890
|
+
const _aLCC = "allowedLiteralComparisonColumns";
|
|
883
891
|
const _aLE = "analysisLogExport";
|
|
884
892
|
const _aLEI = "analysisLogExportId";
|
|
885
893
|
const _aLEIn = "analysisLogExportIdentifier";
|
|
@@ -901,7 +909,8 @@ const _aTA = "analysisTemplateArns";
|
|
|
901
909
|
const _aTAn = "analysisTemplateArn";
|
|
902
910
|
const _aTI = "analysisTemplateIdentifier";
|
|
903
911
|
const _aTS = "analysisTemplateSummaries";
|
|
904
|
-
const _aTg = "
|
|
912
|
+
const _aTg = "aggregationThresholds";
|
|
913
|
+
const _aTgg = "aggregationType";
|
|
905
914
|
const _aTn = "analysisTemplate";
|
|
906
915
|
const _aUADC = "allowUseAsDimensionColumn";
|
|
907
916
|
const _ab = "abilities";
|
|
@@ -927,14 +936,15 @@ const _cAMAo = "configuredAudienceModelAssociation";
|
|
|
927
936
|
const _cAT = "collaborationAnalysisTemplates";
|
|
928
937
|
const _cATS = "collaborationAnalysisTemplateSummaries";
|
|
929
938
|
const _cATo = "collaborationAnalysisTemplate";
|
|
930
|
-
const _cC = "
|
|
939
|
+
const _cC = "comparisonControls";
|
|
931
940
|
const _cCAI = "collaborationCreatorAccountId";
|
|
932
941
|
const _cCAMA = "collaborationConfiguredAudienceModelAssociation";
|
|
933
942
|
const _cCAMAS = "collaborationConfiguredAudienceModelAssociationSummaries";
|
|
934
943
|
const _cCDN = "collaborationCreatorDisplayName";
|
|
935
944
|
const _cCR = "collaborationChangeRequest";
|
|
936
945
|
const _cCRS = "collaborationChangeRequestSummaries";
|
|
937
|
-
const _cCo = "
|
|
946
|
+
const _cCo = "columnClassification";
|
|
947
|
+
const _cCom = "computeConfiguration";
|
|
938
948
|
const _cD = "configurationDetails";
|
|
939
949
|
const _cDN = "creatorDisplayName";
|
|
940
950
|
const _cI = "collaborationId";
|
|
@@ -1008,7 +1018,8 @@ const _hE = "httpError";
|
|
|
1008
1018
|
const _hQ = "httpQuery";
|
|
1009
1019
|
const _i = "id";
|
|
1010
1020
|
const _iAA = "isAutoApproved";
|
|
1011
|
-
const _iC = "
|
|
1021
|
+
const _iC = "identityColumns";
|
|
1022
|
+
const _iCn = "inheritedConstraints";
|
|
1012
1023
|
const _iD = "includeDescendants";
|
|
1013
1024
|
const _iMC = "idMappingConfig";
|
|
1014
1025
|
const _iME = "isMetricsEnabled";
|
|
@@ -1061,6 +1072,7 @@ const _mC = "maxCount";
|
|
|
1061
1072
|
const _mCV = "minColumnValue";
|
|
1062
1073
|
const _mCVa = "maxColumnValue";
|
|
1063
1074
|
const _mI = "membershipId";
|
|
1075
|
+
const _mIC = "minimumIdentityCount";
|
|
1064
1076
|
const _mIe = "membershipIdentifier";
|
|
1065
1077
|
const _mIo = "modelInference";
|
|
1066
1078
|
const _mL = "machineLearning";
|
|
@@ -1086,6 +1098,8 @@ const _nu = "number";
|
|
|
1086
1098
|
const _o = "output";
|
|
1087
1099
|
const _oAI = "ownerAccountId";
|
|
1088
1100
|
const _oC = "outputConfiguration";
|
|
1101
|
+
const _oCN = "outputColumnName";
|
|
1102
|
+
const _oCT = "outputColumnThresholds";
|
|
1089
1103
|
const _oCu = "outputConstraints";
|
|
1090
1104
|
const _oL = "outputLocation";
|
|
1091
1105
|
const _p = "policy";
|
|
@@ -1282,6 +1296,11 @@ var AggregationConstraint$ = [3, n0, _ACg,
|
|
|
1282
1296
|
[_cNo, _mi, _t],
|
|
1283
1297
|
[0, 1, 0], 3
|
|
1284
1298
|
];
|
|
1299
|
+
var AggregationThreshold$ = [3, n0, _AT,
|
|
1300
|
+
0,
|
|
1301
|
+
[_iC, _mIC, _t, _aAET, _oCT],
|
|
1302
|
+
[64 | 0, 1, 0, 0, () => OutputColumnThresholdList], 4
|
|
1303
|
+
];
|
|
1285
1304
|
var AnalysisLogExport$ = [3, n0, _ALE,
|
|
1286
1305
|
0,
|
|
1287
1306
|
[_aLEI, _aI, _aT, _mI, _st, _rC, _cT, _uT, _e],
|
|
@@ -1329,8 +1348,8 @@ var AnalysisRuleAggregation$ = [3, n0, _ARA,
|
|
|
1329
1348
|
];
|
|
1330
1349
|
var AnalysisRuleCustom$ = [3, n0, _ARC,
|
|
1331
1350
|
0,
|
|
1332
|
-
[_aAl, _aAP, _aA, _dOC, _dP, _aRR, _aAA],
|
|
1333
|
-
[64 | 0, 64 | 0, 0, 64 | 0, () => DifferentialPrivacyConfiguration$, 64 | 0, 64 | 0], 1
|
|
1351
|
+
[_aAl, _aAP, _aA, _dOC, _dP, _aTg, _cC, _aRR, _aAA],
|
|
1352
|
+
[64 | 0, 64 | 0, 0, 64 | 0, () => DifferentialPrivacyConfiguration$, () => AggregationThresholdList, () => ComparisonControls$, 64 | 0, 64 | 0], 1
|
|
1334
1353
|
];
|
|
1335
1354
|
var AnalysisRuleIdMappingTable$ = [3, n0, _ARIMT,
|
|
1336
1355
|
0,
|
|
@@ -1347,7 +1366,7 @@ var AnalysisSchema$ = [3, n0, _AS,
|
|
|
1347
1366
|
[_rTe],
|
|
1348
1367
|
[64 | 0]
|
|
1349
1368
|
];
|
|
1350
|
-
var AnalysisTemplate$ = [3, n0,
|
|
1369
|
+
var AnalysisTemplate$ = [3, n0, _ATn,
|
|
1351
1370
|
0,
|
|
1352
1371
|
[_i, _a, _cI, _cA, _mI, _mA, _n, _cT, _uT, _sc, _fo, _so, _de, _sM, _aP, _v, _eMC, _sDP],
|
|
1353
1372
|
[0, 0, 0, 0, 0, 0, 0, 4, 4, () => AnalysisSchema$, 0, [() => AnalysisSource$, 0], 0, () => AnalysisSourceMetadata$, [() => AnalysisParameterList, 0], () => AnalysisTemplateValidationStatusDetailList, () => ErrorMessageConfiguration$, () => SyntheticDataParameters$], 12
|
|
@@ -1552,6 +1571,11 @@ var ColumnLineageEntry$ = [3, n0, _CLE,
|
|
|
1552
1571
|
[_col, _sC, _sN, _sI, _sTo, _sAI],
|
|
1553
1572
|
[0, 0, 0, 0, 0, 0], 6
|
|
1554
1573
|
];
|
|
1574
|
+
var ComparisonControls$ = [3, n0, _CC,
|
|
1575
|
+
0,
|
|
1576
|
+
[_aLCC, _aCCC],
|
|
1577
|
+
[64 | 0, 64 | 0], 2
|
|
1578
|
+
];
|
|
1555
1579
|
var ConfiguredAudienceModelAssociation$ = [3, n0, _CAMA,
|
|
1556
1580
|
0,
|
|
1557
1581
|
[_i, _a, _cAMA, _mI, _mA, _cI, _cA, _n, _mRP, _cT, _uT, _de],
|
|
@@ -1619,8 +1643,8 @@ var ConsolidatedPolicyAggregation$ = [3, n0, _CPA,
|
|
|
1619
1643
|
];
|
|
1620
1644
|
var ConsolidatedPolicyCustom$ = [3, n0, _CPC,
|
|
1621
1645
|
0,
|
|
1622
|
-
[_aAl, _aAP, _aA, _dOC, _dP, _aRR, _aAA],
|
|
1623
|
-
[64 | 0, 64 | 0, 0, 64 | 0, () => DifferentialPrivacyConfiguration$, 64 | 0, 64 | 0], 1
|
|
1646
|
+
[_aAl, _aAP, _aA, _dOC, _dP, _aTg, _cC, _aRR, _aAA],
|
|
1647
|
+
[64 | 0, 64 | 0, 0, 64 | 0, () => DifferentialPrivacyConfiguration$, () => AggregationThresholdList, () => ComparisonControls$, 64 | 0, 64 | 0], 1
|
|
1624
1648
|
];
|
|
1625
1649
|
var ConsolidatedPolicyList$ = [3, n0, _CPL,
|
|
1626
1650
|
0,
|
|
@@ -1954,7 +1978,7 @@ var DifferentialPrivacyPrivacyImpact$ = [3, n0, _DPPI,
|
|
|
1954
1978
|
];
|
|
1955
1979
|
var DifferentialPrivacySensitivityParameters$ = [3, n0, _DPSP,
|
|
1956
1980
|
0,
|
|
1957
|
-
[
|
|
1981
|
+
[_aTgg, _aEg, _uCL, _mCV, _mCVa],
|
|
1958
1982
|
[0, 0, 1, 1, 1], 3
|
|
1959
1983
|
];
|
|
1960
1984
|
var DifferentialPrivacyTemplateParametersInput$ = [3, n0, _DPTPI,
|
|
@@ -2334,7 +2358,7 @@ var IntermediateTable$ = [3, n0, _IT,
|
|
|
2334
2358
|
];
|
|
2335
2359
|
var IntermediateTableActiveVersion$ = [3, n0, _ITAV,
|
|
2336
2360
|
0,
|
|
2337
|
-
[_vI, _aI, _aT,
|
|
2361
|
+
[_vI, _aI, _aT, _iCn, _kKA, _pa, _eTx],
|
|
2338
2362
|
[0, 0, 0, () => IntermediateTableInheritedConstraints$, 0, [() => ParameterMap, 0], 4], 4
|
|
2339
2363
|
];
|
|
2340
2364
|
var IntermediateTableAnalysisRule$ = [3, n0, _ITAR,
|
|
@@ -2344,8 +2368,8 @@ var IntermediateTableAnalysisRule$ = [3, n0, _ITAR,
|
|
|
2344
2368
|
];
|
|
2345
2369
|
var IntermediateTableAnalysisRuleCustom$ = [3, n0, _ITARC,
|
|
2346
2370
|
0,
|
|
2347
|
-
[_aAl, _aA, _aAA, _aAP, _aRR, _dP, _dOC],
|
|
2348
|
-
[64 | 0, 0, 64 | 0, 64 | 0, 64 | 0, () => DifferentialPrivacyConfiguration$, 64 | 0]
|
|
2371
|
+
[_aAl, _aA, _aAA, _aAP, _aRR, _dP, _dOC, _aTg, _cC],
|
|
2372
|
+
[64 | 0, 0, 64 | 0, 64 | 0, 64 | 0, () => DifferentialPrivacyConfiguration$, 64 | 0, () => AggregationThresholdList, () => ComparisonControls$]
|
|
2349
2373
|
];
|
|
2350
2374
|
var IntermediateTableColumn$ = [3, n0, _ITC,
|
|
2351
2375
|
0,
|
|
@@ -2714,7 +2738,7 @@ var MLPaymentConfig$ = [3, n0, _MLPC,
|
|
|
2714
2738
|
];
|
|
2715
2739
|
var MLSyntheticDataParameters$ = [3, n0, _MLSDP,
|
|
2716
2740
|
0,
|
|
2717
|
-
[_ep, _mMIAS,
|
|
2741
|
+
[_ep, _mMIAS, _cCo],
|
|
2718
2742
|
[1, 1, () => ColumnClassificationDetails$], 3
|
|
2719
2743
|
];
|
|
2720
2744
|
var ModelInferencePaymentConfig$ = [3, n0, _MIPC,
|
|
@@ -2727,6 +2751,11 @@ var ModelTrainingPaymentConfig$ = [3, n0, _MTPC,
|
|
|
2727
2751
|
[_iR],
|
|
2728
2752
|
[2], 1
|
|
2729
2753
|
];
|
|
2754
|
+
var OutputColumnThreshold$ = [3, n0, _OCT,
|
|
2755
|
+
0,
|
|
2756
|
+
[_oCN, _mIC],
|
|
2757
|
+
[0, 1], 2
|
|
2758
|
+
];
|
|
2730
2759
|
var PaymentConfiguration$ = [3, n0, _PC,
|
|
2731
2760
|
0,
|
|
2732
2761
|
[_qCu, _mL, _jCo],
|
|
@@ -2744,7 +2773,7 @@ var PopulateIdMappingTableOutput$ = [3, n0, _PIMTO,
|
|
|
2744
2773
|
];
|
|
2745
2774
|
var PopulateIntermediateTableInput$ = [3, n0, _PITI,
|
|
2746
2775
|
0,
|
|
2747
|
-
[_iTI, _mIe, _pa,
|
|
2776
|
+
[_iTI, _mIe, _pa, _cCom, _aPAI],
|
|
2748
2777
|
[[0, 1], [0, 1], [() => ParameterMap, 0], () => IntermediateTableComputeConfiguration$, 0], 2
|
|
2749
2778
|
];
|
|
2750
2779
|
var PopulateIntermediateTableOutput$ = [3, n0, _PITO,
|
|
@@ -2784,7 +2813,7 @@ var PrivacyBudgetTemplateSummary$ = [3, n0, _PBTS,
|
|
|
2784
2813
|
];
|
|
2785
2814
|
var ProtectedJob$ = [3, n0, _PJ,
|
|
2786
2815
|
0,
|
|
2787
|
-
[_i, _mI, _mA, _cT, _st, _jP, _rC, _sta, _res, _e,
|
|
2816
|
+
[_i, _mI, _mA, _cT, _st, _jP, _rC, _sta, _res, _e, _cCom, _jCPAI],
|
|
2788
2817
|
[0, 0, 0, 4, 0, [() => ProtectedJobParameters$, 0], () => ProtectedJobResultConfigurationOutput$, () => ProtectedJobStatistics$, () => ProtectedJobResult$, () => ProtectedJobError$, () => ProtectedJobComputeConfiguration$, 0], 5
|
|
2789
2818
|
];
|
|
2790
2819
|
var ProtectedJobDirectAnalysisConfigurationDetails$ = [3, n0, _PJDACD,
|
|
@@ -2869,7 +2898,7 @@ var ProtectedJobWorkerComputeConfiguration$ = [3, n0, _PJWCC,
|
|
|
2869
2898
|
];
|
|
2870
2899
|
var ProtectedQuery$ = [3, n0, _PQ,
|
|
2871
2900
|
0,
|
|
2872
|
-
[_i, _mI, _mA, _cT, _st, _sPq, _rC, _sta, _res, _e, _dP,
|
|
2901
|
+
[_i, _mI, _mA, _cT, _st, _sPq, _rC, _sta, _res, _e, _dP, _cCom, _qCPAI],
|
|
2873
2902
|
[0, 0, 0, 4, 0, [() => ProtectedQuerySQLParameters$, 0], () => ProtectedQueryResultConfiguration$, () => ProtectedQueryStatistics$, () => ProtectedQueryResult$, () => ProtectedQueryError$, () => DifferentialPrivacyParameters$, () => ComputeConfiguration$, 0], 5
|
|
2874
2903
|
];
|
|
2875
2904
|
var ProtectedQueryDistributeOutput$ = [3, n0, _PQDO,
|
|
@@ -2999,7 +3028,7 @@ var StartAnalysisLogExportOutput$ = [3, n0, _SALEO,
|
|
|
2999
3028
|
];
|
|
3000
3029
|
var StartProtectedJobInput$ = [3, n0, _SPJI,
|
|
3001
3030
|
0,
|
|
3002
|
-
[_t, _mIe, _jP, _rC,
|
|
3031
|
+
[_t, _mIe, _jP, _rC, _cCom, _jCPAI],
|
|
3003
3032
|
[0, [0, 1], [() => ProtectedJobParameters$, 0], () => ProtectedJobResultConfigurationInput$, () => ProtectedJobComputeConfiguration$, 0], 3
|
|
3004
3033
|
];
|
|
3005
3034
|
var StartProtectedJobOutput$ = [3, n0, _SPJO,
|
|
@@ -3009,7 +3038,7 @@ var StartProtectedJobOutput$ = [3, n0, _SPJO,
|
|
|
3009
3038
|
];
|
|
3010
3039
|
var StartProtectedQueryInput$ = [3, n0, _SPQI,
|
|
3011
3040
|
0,
|
|
3012
|
-
[_t, _mIe, _sPq, _rC,
|
|
3041
|
+
[_t, _mIe, _sPq, _rC, _cCom, _qCPAI],
|
|
3013
3042
|
[0, [0, 1], [() => ProtectedQuerySQLParameters$, 0], () => ProtectedQueryResultConfiguration$, () => ComputeConfiguration$, 0], 3
|
|
3014
3043
|
];
|
|
3015
3044
|
var StartProtectedQueryOutput$ = [3, n0, _SPQO,
|
|
@@ -3231,6 +3260,9 @@ var AggregateColumnList = [1, n0, _ACL,
|
|
|
3231
3260
|
var AggregationConstraints = [1, n0, _ACgg,
|
|
3232
3261
|
0, () => AggregationConstraint$
|
|
3233
3262
|
];
|
|
3263
|
+
var AggregationThresholdList = [1, n0, _ATL,
|
|
3264
|
+
0, () => AggregationThreshold$
|
|
3265
|
+
];
|
|
3234
3266
|
var AnalysisLogExportSummaryList = [1, n0, _ALESL,
|
|
3235
3267
|
0, () => AnalysisLogExportSummary$
|
|
3236
3268
|
];
|
|
@@ -3368,6 +3400,9 @@ var MembershipSummaryList = [1, n0, _MSL,
|
|
|
3368
3400
|
var MemberSummaryList = [1, n0, _MSLe,
|
|
3369
3401
|
0, () => MemberSummary$
|
|
3370
3402
|
];
|
|
3403
|
+
var OutputColumnThresholdList = [1, n0, _OCTL,
|
|
3404
|
+
0, () => OutputColumnThreshold$
|
|
3405
|
+
];
|
|
3371
3406
|
var PrivacyBudgetSummaryList = [1, n0, _PBSL,
|
|
3372
3407
|
0, () => PrivacyBudgetSummary$
|
|
3373
3408
|
];
|
|
@@ -3456,7 +3491,7 @@ var ChangeSpecification$ = [4, n0, _CSh,
|
|
|
3456
3491
|
[_memb, _coll],
|
|
3457
3492
|
[() => MemberChangeSpecification$, () => CollaborationChangeSpecification$]
|
|
3458
3493
|
];
|
|
3459
|
-
var ComputeConfiguration$ = [4, n0,
|
|
3494
|
+
var ComputeConfiguration$ = [4, n0, _CCo,
|
|
3460
3495
|
0,
|
|
3461
3496
|
[_w],
|
|
3462
3497
|
[() => WorkerComputeConfiguration$]
|
|
@@ -4603,6 +4638,13 @@ const AggregateFunctionName = {
|
|
|
4603
4638
|
const AggregationType = {
|
|
4604
4639
|
COUNT_DISTINCT: "COUNT_DISTINCT",
|
|
4605
4640
|
};
|
|
4641
|
+
const AllowedAggregateExpressionType = {
|
|
4642
|
+
ANY_EXPRESSION: "ANY_EXPRESSION",
|
|
4643
|
+
COLUMNS_ONLY: "COLUMNS_ONLY",
|
|
4644
|
+
};
|
|
4645
|
+
const AggregationThresholdType = {
|
|
4646
|
+
COUNT_DISTINCT: "COUNT_DISTINCT",
|
|
4647
|
+
};
|
|
4606
4648
|
const SupportedS3Region = {
|
|
4607
4649
|
AF_SOUTH_1: "af-south-1",
|
|
4608
4650
|
AP_EAST_1: "ap-east-1",
|
|
@@ -5053,7 +5095,10 @@ exports.AdditionalAnalyses = AdditionalAnalyses;
|
|
|
5053
5095
|
exports.AggregateColumn$ = AggregateColumn$;
|
|
5054
5096
|
exports.AggregateFunctionName = AggregateFunctionName;
|
|
5055
5097
|
exports.AggregationConstraint$ = AggregationConstraint$;
|
|
5098
|
+
exports.AggregationThreshold$ = AggregationThreshold$;
|
|
5099
|
+
exports.AggregationThresholdType = AggregationThresholdType;
|
|
5056
5100
|
exports.AggregationType = AggregationType;
|
|
5101
|
+
exports.AllowedAggregateExpressionType = AllowedAggregateExpressionType;
|
|
5057
5102
|
exports.AnalysisFormat = AnalysisFormat;
|
|
5058
5103
|
exports.AnalysisLogExport$ = AnalysisLogExport$;
|
|
5059
5104
|
exports.AnalysisLogExportError$ = AnalysisLogExportError$;
|
|
@@ -5144,6 +5189,7 @@ exports.Column$ = Column$;
|
|
|
5144
5189
|
exports.ColumnClassificationDetails$ = ColumnClassificationDetails$;
|
|
5145
5190
|
exports.ColumnLineageEntry$ = ColumnLineageEntry$;
|
|
5146
5191
|
exports.CommercialRegion = CommercialRegion;
|
|
5192
|
+
exports.ComparisonControls$ = ComparisonControls$;
|
|
5147
5193
|
exports.ComputeConfiguration$ = ComputeConfiguration$;
|
|
5148
5194
|
exports.ConfigurationDetails$ = ConfigurationDetails$;
|
|
5149
5195
|
exports.ConfiguredAudienceModelAssociation$ = ConfiguredAudienceModelAssociation$;
|
|
@@ -5568,6 +5614,7 @@ exports.MembershipSummary$ = MembershipSummary$;
|
|
|
5568
5614
|
exports.MembershipSyntheticDataGenerationPaymentConfig$ = MembershipSyntheticDataGenerationPaymentConfig$;
|
|
5569
5615
|
exports.ModelInferencePaymentConfig$ = ModelInferencePaymentConfig$;
|
|
5570
5616
|
exports.ModelTrainingPaymentConfig$ = ModelTrainingPaymentConfig$;
|
|
5617
|
+
exports.OutputColumnThreshold$ = OutputColumnThreshold$;
|
|
5571
5618
|
exports.ParameterType = ParameterType;
|
|
5572
5619
|
exports.PaymentConfiguration$ = PaymentConfiguration$;
|
|
5573
5620
|
exports.PopulateIdMappingTable$ = PopulateIdMappingTable$;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -26,6 +26,13 @@ export const AggregateFunctionName = {
|
|
|
26
26
|
export const AggregationType = {
|
|
27
27
|
COUNT_DISTINCT: "COUNT_DISTINCT",
|
|
28
28
|
};
|
|
29
|
+
export const AllowedAggregateExpressionType = {
|
|
30
|
+
ANY_EXPRESSION: "ANY_EXPRESSION",
|
|
31
|
+
COLUMNS_ONLY: "COLUMNS_ONLY",
|
|
32
|
+
};
|
|
33
|
+
export const AggregationThresholdType = {
|
|
34
|
+
COUNT_DISTINCT: "COUNT_DISTINCT",
|
|
35
|
+
};
|
|
29
36
|
export const SupportedS3Region = {
|
|
30
37
|
AF_SOUTH_1: "af-south-1",
|
|
31
38
|
AP_EAST_1: "ap-east-1",
|
|
@@ -30,11 +30,12 @@ const _ASD = "ApprovalStatusDetails";
|
|
|
30
30
|
const _ASM = "AnalysisSourceMetadata";
|
|
31
31
|
const _ASn = "AnalysisSource";
|
|
32
32
|
const _ASp = "ApprovalStatuses";
|
|
33
|
-
const _AT = "
|
|
33
|
+
const _AT = "AggregationThreshold";
|
|
34
34
|
const _ATA = "AnalysisTemplateArtifact";
|
|
35
35
|
const _ATAL = "AnalysisTemplateArtifactList";
|
|
36
36
|
const _ATAM = "AnalysisTemplateArtifactMetadata";
|
|
37
37
|
const _ATAn = "AnalysisTemplateArtifacts";
|
|
38
|
+
const _ATL = "AggregationThresholdList";
|
|
38
39
|
const _ATR = "AthenaTableReference";
|
|
39
40
|
const _ATS = "AnalysisTemplateSummary";
|
|
40
41
|
const _ATSL = "AnalysisTemplateSummaryList";
|
|
@@ -43,6 +44,7 @@ const _ATVSD = "AnalysisTemplateValidationStatusDetail";
|
|
|
43
44
|
const _ATVSDL = "AnalysisTemplateValidationStatusDetailList";
|
|
44
45
|
const _ATVSR = "AnalysisTemplateValidationStatusReason";
|
|
45
46
|
const _ATVSRL = "AnalysisTemplateValidationStatusReasonList";
|
|
47
|
+
const _ATn = "AnalysisTemplate";
|
|
46
48
|
const _BGCAT = "BatchGetCollaborationAnalysisTemplate";
|
|
47
49
|
const _BGCATE = "BatchGetCollaborationAnalysisTemplateError";
|
|
48
50
|
const _BGCATEL = "BatchGetCollaborationAnalysisTemplateErrorList";
|
|
@@ -73,7 +75,7 @@ const _CATO = "CreateAnalysisTemplateOutput";
|
|
|
73
75
|
const _CATS = "CollaborationAnalysisTemplateSummary";
|
|
74
76
|
const _CATSL = "CollaborationAnalysisTemplateSummaryList";
|
|
75
77
|
const _CATr = "CreateAnalysisTemplate";
|
|
76
|
-
const _CC = "
|
|
78
|
+
const _CC = "ComparisonControls";
|
|
77
79
|
const _CCAMA = "CollaborationConfiguredAudienceModelAssociation";
|
|
78
80
|
const _CCAMAI = "CreateConfiguredAudienceModelAssociationInput";
|
|
79
81
|
const _CCAMAO = "CreateConfiguredAudienceModelAssociationOutput";
|
|
@@ -102,6 +104,7 @@ const _CCTARI = "CreateConfiguredTableAnalysisRuleInput";
|
|
|
102
104
|
const _CCTARO = "CreateConfiguredTableAnalysisRuleOutput";
|
|
103
105
|
const _CCTI = "CreateConfiguredTableInput";
|
|
104
106
|
const _CCTO = "CreateConfiguredTableOutput";
|
|
107
|
+
const _CCo = "ComputeConfiguration";
|
|
105
108
|
const _CCr = "CreateCollaboration";
|
|
106
109
|
const _CD = "ConfigurationDetails";
|
|
107
110
|
const _CE = "ConflictException";
|
|
@@ -445,6 +448,8 @@ const _MSLe = "MemberSummaryList";
|
|
|
445
448
|
const _MSe = "MemberSpecification";
|
|
446
449
|
const _MSem = "MemberSummary";
|
|
447
450
|
const _MTPC = "ModelTrainingPaymentConfig";
|
|
451
|
+
const _OCT = "OutputColumnThreshold";
|
|
452
|
+
const _OCTL = "OutputColumnThresholdList";
|
|
448
453
|
const _PAC = "PopulationAnalysisConfiguration";
|
|
449
454
|
const _PASP = "PopulationAnalysisSqlParameters";
|
|
450
455
|
const _PB = "PrivacyBudget";
|
|
@@ -617,6 +622,7 @@ const _aA = "additionalAnalyses";
|
|
|
617
622
|
const _aAA = "allowedAdditionalAnalyses";
|
|
618
623
|
const _aACRT = "autoApprovedChangeRequestTypes";
|
|
619
624
|
const _aACT = "autoApprovedChangeTypes";
|
|
625
|
+
const _aAET = "allowedAggregateExpressionType";
|
|
620
626
|
const _aAH = "additionalArtifactHashes";
|
|
621
627
|
const _aAP = "allowedAnalysisProviders";
|
|
622
628
|
const _aAd = "additionalArtifacts";
|
|
@@ -624,6 +630,7 @@ const _aAl = "allowedAnalyses";
|
|
|
624
630
|
const _aB = "accessBudget";
|
|
625
631
|
const _aBRA = "accessBudgetResourceArn";
|
|
626
632
|
const _aC = "aggregateColumns";
|
|
633
|
+
const _aCCC = "allowedColumnComparisonColumns";
|
|
627
634
|
const _aCl = "allowedColumns";
|
|
628
635
|
const _aCll = "allowCleartext";
|
|
629
636
|
const _aD = "allowDuplicates";
|
|
@@ -635,6 +642,7 @@ const _aIcc = "accountIdentifier";
|
|
|
635
642
|
const _aIn = "analysisIdentifier";
|
|
636
643
|
const _aJO = "allowedJoinOperators";
|
|
637
644
|
const _aJOCWDN = "allowJoinsOnColumnsWithDifferentNames";
|
|
645
|
+
const _aLCC = "allowedLiteralComparisonColumns";
|
|
638
646
|
const _aLE = "analysisLogExport";
|
|
639
647
|
const _aLEI = "analysisLogExportId";
|
|
640
648
|
const _aLEIn = "analysisLogExportIdentifier";
|
|
@@ -656,7 +664,8 @@ const _aTA = "analysisTemplateArns";
|
|
|
656
664
|
const _aTAn = "analysisTemplateArn";
|
|
657
665
|
const _aTI = "analysisTemplateIdentifier";
|
|
658
666
|
const _aTS = "analysisTemplateSummaries";
|
|
659
|
-
const _aTg = "
|
|
667
|
+
const _aTg = "aggregationThresholds";
|
|
668
|
+
const _aTgg = "aggregationType";
|
|
660
669
|
const _aTn = "analysisTemplate";
|
|
661
670
|
const _aUADC = "allowUseAsDimensionColumn";
|
|
662
671
|
const _ab = "abilities";
|
|
@@ -682,14 +691,15 @@ const _cAMAo = "configuredAudienceModelAssociation";
|
|
|
682
691
|
const _cAT = "collaborationAnalysisTemplates";
|
|
683
692
|
const _cATS = "collaborationAnalysisTemplateSummaries";
|
|
684
693
|
const _cATo = "collaborationAnalysisTemplate";
|
|
685
|
-
const _cC = "
|
|
694
|
+
const _cC = "comparisonControls";
|
|
686
695
|
const _cCAI = "collaborationCreatorAccountId";
|
|
687
696
|
const _cCAMA = "collaborationConfiguredAudienceModelAssociation";
|
|
688
697
|
const _cCAMAS = "collaborationConfiguredAudienceModelAssociationSummaries";
|
|
689
698
|
const _cCDN = "collaborationCreatorDisplayName";
|
|
690
699
|
const _cCR = "collaborationChangeRequest";
|
|
691
700
|
const _cCRS = "collaborationChangeRequestSummaries";
|
|
692
|
-
const _cCo = "
|
|
701
|
+
const _cCo = "columnClassification";
|
|
702
|
+
const _cCom = "computeConfiguration";
|
|
693
703
|
const _cD = "configurationDetails";
|
|
694
704
|
const _cDN = "creatorDisplayName";
|
|
695
705
|
const _cI = "collaborationId";
|
|
@@ -763,7 +773,8 @@ const _hE = "httpError";
|
|
|
763
773
|
const _hQ = "httpQuery";
|
|
764
774
|
const _i = "id";
|
|
765
775
|
const _iAA = "isAutoApproved";
|
|
766
|
-
const _iC = "
|
|
776
|
+
const _iC = "identityColumns";
|
|
777
|
+
const _iCn = "inheritedConstraints";
|
|
767
778
|
const _iD = "includeDescendants";
|
|
768
779
|
const _iMC = "idMappingConfig";
|
|
769
780
|
const _iME = "isMetricsEnabled";
|
|
@@ -816,6 +827,7 @@ const _mC = "maxCount";
|
|
|
816
827
|
const _mCV = "minColumnValue";
|
|
817
828
|
const _mCVa = "maxColumnValue";
|
|
818
829
|
const _mI = "membershipId";
|
|
830
|
+
const _mIC = "minimumIdentityCount";
|
|
819
831
|
const _mIe = "membershipIdentifier";
|
|
820
832
|
const _mIo = "modelInference";
|
|
821
833
|
const _mL = "machineLearning";
|
|
@@ -841,6 +853,8 @@ const _nu = "number";
|
|
|
841
853
|
const _o = "output";
|
|
842
854
|
const _oAI = "ownerAccountId";
|
|
843
855
|
const _oC = "outputConfiguration";
|
|
856
|
+
const _oCN = "outputColumnName";
|
|
857
|
+
const _oCT = "outputColumnThresholds";
|
|
844
858
|
const _oCu = "outputConstraints";
|
|
845
859
|
const _oL = "outputLocation";
|
|
846
860
|
const _p = "policy";
|
|
@@ -1040,6 +1054,11 @@ export var AggregationConstraint$ = [3, n0, _ACg,
|
|
|
1040
1054
|
[_cNo, _mi, _t],
|
|
1041
1055
|
[0, 1, 0], 3
|
|
1042
1056
|
];
|
|
1057
|
+
export var AggregationThreshold$ = [3, n0, _AT,
|
|
1058
|
+
0,
|
|
1059
|
+
[_iC, _mIC, _t, _aAET, _oCT],
|
|
1060
|
+
[64 | 0, 1, 0, 0, () => OutputColumnThresholdList], 4
|
|
1061
|
+
];
|
|
1043
1062
|
export var AnalysisLogExport$ = [3, n0, _ALE,
|
|
1044
1063
|
0,
|
|
1045
1064
|
[_aLEI, _aI, _aT, _mI, _st, _rC, _cT, _uT, _e],
|
|
@@ -1087,8 +1106,8 @@ export var AnalysisRuleAggregation$ = [3, n0, _ARA,
|
|
|
1087
1106
|
];
|
|
1088
1107
|
export var AnalysisRuleCustom$ = [3, n0, _ARC,
|
|
1089
1108
|
0,
|
|
1090
|
-
[_aAl, _aAP, _aA, _dOC, _dP, _aRR, _aAA],
|
|
1091
|
-
[64 | 0, 64 | 0, 0, 64 | 0, () => DifferentialPrivacyConfiguration$, 64 | 0, 64 | 0], 1
|
|
1109
|
+
[_aAl, _aAP, _aA, _dOC, _dP, _aTg, _cC, _aRR, _aAA],
|
|
1110
|
+
[64 | 0, 64 | 0, 0, 64 | 0, () => DifferentialPrivacyConfiguration$, () => AggregationThresholdList, () => ComparisonControls$, 64 | 0, 64 | 0], 1
|
|
1092
1111
|
];
|
|
1093
1112
|
export var AnalysisRuleIdMappingTable$ = [3, n0, _ARIMT,
|
|
1094
1113
|
0,
|
|
@@ -1105,7 +1124,7 @@ export var AnalysisSchema$ = [3, n0, _AS,
|
|
|
1105
1124
|
[_rTe],
|
|
1106
1125
|
[64 | 0]
|
|
1107
1126
|
];
|
|
1108
|
-
export var AnalysisTemplate$ = [3, n0,
|
|
1127
|
+
export var AnalysisTemplate$ = [3, n0, _ATn,
|
|
1109
1128
|
0,
|
|
1110
1129
|
[_i, _a, _cI, _cA, _mI, _mA, _n, _cT, _uT, _sc, _fo, _so, _de, _sM, _aP, _v, _eMC, _sDP],
|
|
1111
1130
|
[0, 0, 0, 0, 0, 0, 0, 4, 4, () => AnalysisSchema$, 0, [() => AnalysisSource$, 0], 0, () => AnalysisSourceMetadata$, [() => AnalysisParameterList, 0], () => AnalysisTemplateValidationStatusDetailList, () => ErrorMessageConfiguration$, () => SyntheticDataParameters$], 12
|
|
@@ -1310,6 +1329,11 @@ export var ColumnLineageEntry$ = [3, n0, _CLE,
|
|
|
1310
1329
|
[_col, _sC, _sN, _sI, _sTo, _sAI],
|
|
1311
1330
|
[0, 0, 0, 0, 0, 0], 6
|
|
1312
1331
|
];
|
|
1332
|
+
export var ComparisonControls$ = [3, n0, _CC,
|
|
1333
|
+
0,
|
|
1334
|
+
[_aLCC, _aCCC],
|
|
1335
|
+
[64 | 0, 64 | 0], 2
|
|
1336
|
+
];
|
|
1313
1337
|
export var ConfiguredAudienceModelAssociation$ = [3, n0, _CAMA,
|
|
1314
1338
|
0,
|
|
1315
1339
|
[_i, _a, _cAMA, _mI, _mA, _cI, _cA, _n, _mRP, _cT, _uT, _de],
|
|
@@ -1377,8 +1401,8 @@ export var ConsolidatedPolicyAggregation$ = [3, n0, _CPA,
|
|
|
1377
1401
|
];
|
|
1378
1402
|
export var ConsolidatedPolicyCustom$ = [3, n0, _CPC,
|
|
1379
1403
|
0,
|
|
1380
|
-
[_aAl, _aAP, _aA, _dOC, _dP, _aRR, _aAA],
|
|
1381
|
-
[64 | 0, 64 | 0, 0, 64 | 0, () => DifferentialPrivacyConfiguration$, 64 | 0, 64 | 0], 1
|
|
1404
|
+
[_aAl, _aAP, _aA, _dOC, _dP, _aTg, _cC, _aRR, _aAA],
|
|
1405
|
+
[64 | 0, 64 | 0, 0, 64 | 0, () => DifferentialPrivacyConfiguration$, () => AggregationThresholdList, () => ComparisonControls$, 64 | 0, 64 | 0], 1
|
|
1382
1406
|
];
|
|
1383
1407
|
export var ConsolidatedPolicyList$ = [3, n0, _CPL,
|
|
1384
1408
|
0,
|
|
@@ -1712,7 +1736,7 @@ export var DifferentialPrivacyPrivacyImpact$ = [3, n0, _DPPI,
|
|
|
1712
1736
|
];
|
|
1713
1737
|
export var DifferentialPrivacySensitivityParameters$ = [3, n0, _DPSP,
|
|
1714
1738
|
0,
|
|
1715
|
-
[
|
|
1739
|
+
[_aTgg, _aEg, _uCL, _mCV, _mCVa],
|
|
1716
1740
|
[0, 0, 1, 1, 1], 3
|
|
1717
1741
|
];
|
|
1718
1742
|
export var DifferentialPrivacyTemplateParametersInput$ = [3, n0, _DPTPI,
|
|
@@ -2092,7 +2116,7 @@ export var IntermediateTable$ = [3, n0, _IT,
|
|
|
2092
2116
|
];
|
|
2093
2117
|
export var IntermediateTableActiveVersion$ = [3, n0, _ITAV,
|
|
2094
2118
|
0,
|
|
2095
|
-
[_vI, _aI, _aT,
|
|
2119
|
+
[_vI, _aI, _aT, _iCn, _kKA, _pa, _eTx],
|
|
2096
2120
|
[0, 0, 0, () => IntermediateTableInheritedConstraints$, 0, [() => ParameterMap, 0], 4], 4
|
|
2097
2121
|
];
|
|
2098
2122
|
export var IntermediateTableAnalysisRule$ = [3, n0, _ITAR,
|
|
@@ -2102,8 +2126,8 @@ export var IntermediateTableAnalysisRule$ = [3, n0, _ITAR,
|
|
|
2102
2126
|
];
|
|
2103
2127
|
export var IntermediateTableAnalysisRuleCustom$ = [3, n0, _ITARC,
|
|
2104
2128
|
0,
|
|
2105
|
-
[_aAl, _aA, _aAA, _aAP, _aRR, _dP, _dOC],
|
|
2106
|
-
[64 | 0, 0, 64 | 0, 64 | 0, 64 | 0, () => DifferentialPrivacyConfiguration$, 64 | 0]
|
|
2129
|
+
[_aAl, _aA, _aAA, _aAP, _aRR, _dP, _dOC, _aTg, _cC],
|
|
2130
|
+
[64 | 0, 0, 64 | 0, 64 | 0, 64 | 0, () => DifferentialPrivacyConfiguration$, 64 | 0, () => AggregationThresholdList, () => ComparisonControls$]
|
|
2107
2131
|
];
|
|
2108
2132
|
export var IntermediateTableColumn$ = [3, n0, _ITC,
|
|
2109
2133
|
0,
|
|
@@ -2472,7 +2496,7 @@ export var MLPaymentConfig$ = [3, n0, _MLPC,
|
|
|
2472
2496
|
];
|
|
2473
2497
|
export var MLSyntheticDataParameters$ = [3, n0, _MLSDP,
|
|
2474
2498
|
0,
|
|
2475
|
-
[_ep, _mMIAS,
|
|
2499
|
+
[_ep, _mMIAS, _cCo],
|
|
2476
2500
|
[1, 1, () => ColumnClassificationDetails$], 3
|
|
2477
2501
|
];
|
|
2478
2502
|
export var ModelInferencePaymentConfig$ = [3, n0, _MIPC,
|
|
@@ -2485,6 +2509,11 @@ export var ModelTrainingPaymentConfig$ = [3, n0, _MTPC,
|
|
|
2485
2509
|
[_iR],
|
|
2486
2510
|
[2], 1
|
|
2487
2511
|
];
|
|
2512
|
+
export var OutputColumnThreshold$ = [3, n0, _OCT,
|
|
2513
|
+
0,
|
|
2514
|
+
[_oCN, _mIC],
|
|
2515
|
+
[0, 1], 2
|
|
2516
|
+
];
|
|
2488
2517
|
export var PaymentConfiguration$ = [3, n0, _PC,
|
|
2489
2518
|
0,
|
|
2490
2519
|
[_qCu, _mL, _jCo],
|
|
@@ -2502,7 +2531,7 @@ export var PopulateIdMappingTableOutput$ = [3, n0, _PIMTO,
|
|
|
2502
2531
|
];
|
|
2503
2532
|
export var PopulateIntermediateTableInput$ = [3, n0, _PITI,
|
|
2504
2533
|
0,
|
|
2505
|
-
[_iTI, _mIe, _pa,
|
|
2534
|
+
[_iTI, _mIe, _pa, _cCom, _aPAI],
|
|
2506
2535
|
[[0, 1], [0, 1], [() => ParameterMap, 0], () => IntermediateTableComputeConfiguration$, 0], 2
|
|
2507
2536
|
];
|
|
2508
2537
|
export var PopulateIntermediateTableOutput$ = [3, n0, _PITO,
|
|
@@ -2542,7 +2571,7 @@ export var PrivacyBudgetTemplateSummary$ = [3, n0, _PBTS,
|
|
|
2542
2571
|
];
|
|
2543
2572
|
export var ProtectedJob$ = [3, n0, _PJ,
|
|
2544
2573
|
0,
|
|
2545
|
-
[_i, _mI, _mA, _cT, _st, _jP, _rC, _sta, _res, _e,
|
|
2574
|
+
[_i, _mI, _mA, _cT, _st, _jP, _rC, _sta, _res, _e, _cCom, _jCPAI],
|
|
2546
2575
|
[0, 0, 0, 4, 0, [() => ProtectedJobParameters$, 0], () => ProtectedJobResultConfigurationOutput$, () => ProtectedJobStatistics$, () => ProtectedJobResult$, () => ProtectedJobError$, () => ProtectedJobComputeConfiguration$, 0], 5
|
|
2547
2576
|
];
|
|
2548
2577
|
export var ProtectedJobDirectAnalysisConfigurationDetails$ = [3, n0, _PJDACD,
|
|
@@ -2627,7 +2656,7 @@ export var ProtectedJobWorkerComputeConfiguration$ = [3, n0, _PJWCC,
|
|
|
2627
2656
|
];
|
|
2628
2657
|
export var ProtectedQuery$ = [3, n0, _PQ,
|
|
2629
2658
|
0,
|
|
2630
|
-
[_i, _mI, _mA, _cT, _st, _sPq, _rC, _sta, _res, _e, _dP,
|
|
2659
|
+
[_i, _mI, _mA, _cT, _st, _sPq, _rC, _sta, _res, _e, _dP, _cCom, _qCPAI],
|
|
2631
2660
|
[0, 0, 0, 4, 0, [() => ProtectedQuerySQLParameters$, 0], () => ProtectedQueryResultConfiguration$, () => ProtectedQueryStatistics$, () => ProtectedQueryResult$, () => ProtectedQueryError$, () => DifferentialPrivacyParameters$, () => ComputeConfiguration$, 0], 5
|
|
2632
2661
|
];
|
|
2633
2662
|
export var ProtectedQueryDistributeOutput$ = [3, n0, _PQDO,
|
|
@@ -2757,7 +2786,7 @@ export var StartAnalysisLogExportOutput$ = [3, n0, _SALEO,
|
|
|
2757
2786
|
];
|
|
2758
2787
|
export var StartProtectedJobInput$ = [3, n0, _SPJI,
|
|
2759
2788
|
0,
|
|
2760
|
-
[_t, _mIe, _jP, _rC,
|
|
2789
|
+
[_t, _mIe, _jP, _rC, _cCom, _jCPAI],
|
|
2761
2790
|
[0, [0, 1], [() => ProtectedJobParameters$, 0], () => ProtectedJobResultConfigurationInput$, () => ProtectedJobComputeConfiguration$, 0], 3
|
|
2762
2791
|
];
|
|
2763
2792
|
export var StartProtectedJobOutput$ = [3, n0, _SPJO,
|
|
@@ -2767,7 +2796,7 @@ export var StartProtectedJobOutput$ = [3, n0, _SPJO,
|
|
|
2767
2796
|
];
|
|
2768
2797
|
export var StartProtectedQueryInput$ = [3, n0, _SPQI,
|
|
2769
2798
|
0,
|
|
2770
|
-
[_t, _mIe, _sPq, _rC,
|
|
2799
|
+
[_t, _mIe, _sPq, _rC, _cCom, _qCPAI],
|
|
2771
2800
|
[0, [0, 1], [() => ProtectedQuerySQLParameters$, 0], () => ProtectedQueryResultConfiguration$, () => ComputeConfiguration$, 0], 3
|
|
2772
2801
|
];
|
|
2773
2802
|
export var StartProtectedQueryOutput$ = [3, n0, _SPQO,
|
|
@@ -2990,6 +3019,9 @@ var AggregateColumnList = [1, n0, _ACL,
|
|
|
2990
3019
|
var AggregationConstraints = [1, n0, _ACgg,
|
|
2991
3020
|
0, () => AggregationConstraint$
|
|
2992
3021
|
];
|
|
3022
|
+
var AggregationThresholdList = [1, n0, _ATL,
|
|
3023
|
+
0, () => AggregationThreshold$
|
|
3024
|
+
];
|
|
2993
3025
|
var AllowedAdditionalAnalyses = 64 | 0;
|
|
2994
3026
|
var AllowedAnalysesList = 64 | 0;
|
|
2995
3027
|
var AllowedAnalysisProviderList = 64 | 0;
|
|
@@ -3146,6 +3178,9 @@ var MembershipSummaryList = [1, n0, _MSL,
|
|
|
3146
3178
|
var MemberSummaryList = [1, n0, _MSLe,
|
|
3147
3179
|
0, () => MemberSummary$
|
|
3148
3180
|
];
|
|
3181
|
+
var OutputColumnThresholdList = [1, n0, _OCTL,
|
|
3182
|
+
0, () => OutputColumnThreshold$
|
|
3183
|
+
];
|
|
3149
3184
|
var PrivacyBudgetSummaryList = [1, n0, _PBSL,
|
|
3150
3185
|
0, () => PrivacyBudgetSummary$
|
|
3151
3186
|
];
|
|
@@ -3244,7 +3279,7 @@ export var ChangeSpecification$ = [4, n0, _CSh,
|
|
|
3244
3279
|
[_memb, _coll],
|
|
3245
3280
|
[() => MemberChangeSpecification$, () => CollaborationChangeSpecification$]
|
|
3246
3281
|
];
|
|
3247
|
-
export var ComputeConfiguration$ = [4, n0,
|
|
3282
|
+
export var ComputeConfiguration$ = [4, n0, _CCo,
|
|
3248
3283
|
0,
|
|
3249
3284
|
[_w],
|
|
3250
3285
|
[() => WorkerComputeConfiguration$]
|