@aws-sdk/client-cleanrooms 3.929.0 → 3.931.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 +0 -318
- package/dist-es/models/models_0.js +0 -172
- package/dist-es/models/models_1.js +0 -146
- package/dist-types/models/models_0.d.ts +72 -18
- package/dist-types/models/models_1.d.ts +64 -16
- package/dist-types/ts3.4/models/models_0.d.ts +0 -36
- package/dist-types/ts3.4/models/models_1.d.ts +0 -49
- package/package.json +33 -33
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
export var MembershipProtectedQueryOutputConfiguration;
|
|
2
|
-
(function (MembershipProtectedQueryOutputConfiguration) {
|
|
3
|
-
MembershipProtectedQueryOutputConfiguration.visit = (value, visitor) => {
|
|
4
|
-
if (value.s3 !== undefined)
|
|
5
|
-
return visitor.s3(value.s3);
|
|
6
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
7
|
-
};
|
|
8
|
-
})(MembershipProtectedQueryOutputConfiguration || (MembershipProtectedQueryOutputConfiguration = {}));
|
|
9
1
|
export const MembershipJobLogStatus = {
|
|
10
2
|
DISABLED: "DISABLED",
|
|
11
3
|
ENABLED: "ENABLED",
|
|
@@ -23,34 +15,6 @@ export const ProtectedJobWorkerComputeType = {
|
|
|
23
15
|
CR1X: "CR.1X",
|
|
24
16
|
CR4X: "CR.4X",
|
|
25
17
|
};
|
|
26
|
-
export var ProtectedJobComputeConfiguration;
|
|
27
|
-
(function (ProtectedJobComputeConfiguration) {
|
|
28
|
-
ProtectedJobComputeConfiguration.visit = (value, visitor) => {
|
|
29
|
-
if (value.worker !== undefined)
|
|
30
|
-
return visitor.worker(value.worker);
|
|
31
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
32
|
-
};
|
|
33
|
-
})(ProtectedJobComputeConfiguration || (ProtectedJobComputeConfiguration = {}));
|
|
34
|
-
export var ProtectedJobOutput;
|
|
35
|
-
(function (ProtectedJobOutput) {
|
|
36
|
-
ProtectedJobOutput.visit = (value, visitor) => {
|
|
37
|
-
if (value.s3 !== undefined)
|
|
38
|
-
return visitor.s3(value.s3);
|
|
39
|
-
if (value.memberList !== undefined)
|
|
40
|
-
return visitor.memberList(value.memberList);
|
|
41
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
42
|
-
};
|
|
43
|
-
})(ProtectedJobOutput || (ProtectedJobOutput = {}));
|
|
44
|
-
export var ProtectedJobOutputConfigurationOutput;
|
|
45
|
-
(function (ProtectedJobOutputConfigurationOutput) {
|
|
46
|
-
ProtectedJobOutputConfigurationOutput.visit = (value, visitor) => {
|
|
47
|
-
if (value.s3 !== undefined)
|
|
48
|
-
return visitor.s3(value.s3);
|
|
49
|
-
if (value.member !== undefined)
|
|
50
|
-
return visitor.member(value.member);
|
|
51
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
52
|
-
};
|
|
53
|
-
})(ProtectedJobOutputConfigurationOutput || (ProtectedJobOutputConfigurationOutput = {}));
|
|
54
18
|
export const ProtectedJobStatus = {
|
|
55
19
|
CANCELLED: "CANCELLED",
|
|
56
20
|
CANCELLING: "CANCELLING",
|
|
@@ -59,60 +23,10 @@ export const ProtectedJobStatus = {
|
|
|
59
23
|
SUBMITTED: "SUBMITTED",
|
|
60
24
|
SUCCESS: "SUCCESS",
|
|
61
25
|
};
|
|
62
|
-
export var WorkerComputeConfigurationProperties;
|
|
63
|
-
(function (WorkerComputeConfigurationProperties) {
|
|
64
|
-
WorkerComputeConfigurationProperties.visit = (value, visitor) => {
|
|
65
|
-
if (value.spark !== undefined)
|
|
66
|
-
return visitor.spark(value.spark);
|
|
67
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
68
|
-
};
|
|
69
|
-
})(WorkerComputeConfigurationProperties || (WorkerComputeConfigurationProperties = {}));
|
|
70
26
|
export const WorkerComputeType = {
|
|
71
27
|
CR1X: "CR.1X",
|
|
72
28
|
CR4X: "CR.4X",
|
|
73
29
|
};
|
|
74
|
-
export var ComputeConfiguration;
|
|
75
|
-
(function (ComputeConfiguration) {
|
|
76
|
-
ComputeConfiguration.visit = (value, visitor) => {
|
|
77
|
-
if (value.worker !== undefined)
|
|
78
|
-
return visitor.worker(value.worker);
|
|
79
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
80
|
-
};
|
|
81
|
-
})(ComputeConfiguration || (ComputeConfiguration = {}));
|
|
82
|
-
export var ProtectedQueryOutput;
|
|
83
|
-
(function (ProtectedQueryOutput) {
|
|
84
|
-
ProtectedQueryOutput.visit = (value, visitor) => {
|
|
85
|
-
if (value.s3 !== undefined)
|
|
86
|
-
return visitor.s3(value.s3);
|
|
87
|
-
if (value.memberList !== undefined)
|
|
88
|
-
return visitor.memberList(value.memberList);
|
|
89
|
-
if (value.distribute !== undefined)
|
|
90
|
-
return visitor.distribute(value.distribute);
|
|
91
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
92
|
-
};
|
|
93
|
-
})(ProtectedQueryOutput || (ProtectedQueryOutput = {}));
|
|
94
|
-
export var ProtectedQueryDistributeOutputConfigurationLocation;
|
|
95
|
-
(function (ProtectedQueryDistributeOutputConfigurationLocation) {
|
|
96
|
-
ProtectedQueryDistributeOutputConfigurationLocation.visit = (value, visitor) => {
|
|
97
|
-
if (value.s3 !== undefined)
|
|
98
|
-
return visitor.s3(value.s3);
|
|
99
|
-
if (value.member !== undefined)
|
|
100
|
-
return visitor.member(value.member);
|
|
101
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
102
|
-
};
|
|
103
|
-
})(ProtectedQueryDistributeOutputConfigurationLocation || (ProtectedQueryDistributeOutputConfigurationLocation = {}));
|
|
104
|
-
export var ProtectedQueryOutputConfiguration;
|
|
105
|
-
(function (ProtectedQueryOutputConfiguration) {
|
|
106
|
-
ProtectedQueryOutputConfiguration.visit = (value, visitor) => {
|
|
107
|
-
if (value.s3 !== undefined)
|
|
108
|
-
return visitor.s3(value.s3);
|
|
109
|
-
if (value.member !== undefined)
|
|
110
|
-
return visitor.member(value.member);
|
|
111
|
-
if (value.distribute !== undefined)
|
|
112
|
-
return visitor.distribute(value.distribute);
|
|
113
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
114
|
-
};
|
|
115
|
-
})(ProtectedQueryOutputConfiguration || (ProtectedQueryOutputConfiguration = {}));
|
|
116
30
|
export const ProtectedQueryStatus = {
|
|
117
31
|
CANCELLED: "CANCELLED",
|
|
118
32
|
CANCELLING: "CANCELLING",
|
|
@@ -125,46 +39,6 @@ export const ProtectedQueryStatus = {
|
|
|
125
39
|
export const ProtectedJobAnalysisType = {
|
|
126
40
|
DIRECT_ANALYSIS: "DIRECT_ANALYSIS",
|
|
127
41
|
};
|
|
128
|
-
export var ProtectedJobConfigurationDetails;
|
|
129
|
-
(function (ProtectedJobConfigurationDetails) {
|
|
130
|
-
ProtectedJobConfigurationDetails.visit = (value, visitor) => {
|
|
131
|
-
if (value.directAnalysisConfigurationDetails !== undefined)
|
|
132
|
-
return visitor.directAnalysisConfigurationDetails(value.directAnalysisConfigurationDetails);
|
|
133
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
134
|
-
};
|
|
135
|
-
})(ProtectedJobConfigurationDetails || (ProtectedJobConfigurationDetails = {}));
|
|
136
|
-
export var ConfigurationDetails;
|
|
137
|
-
(function (ConfigurationDetails) {
|
|
138
|
-
ConfigurationDetails.visit = (value, visitor) => {
|
|
139
|
-
if (value.directAnalysisConfigurationDetails !== undefined)
|
|
140
|
-
return visitor.directAnalysisConfigurationDetails(value.directAnalysisConfigurationDetails);
|
|
141
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
142
|
-
};
|
|
143
|
-
})(ConfigurationDetails || (ConfigurationDetails = {}));
|
|
144
|
-
export var PreviewPrivacyImpactParametersInput;
|
|
145
|
-
(function (PreviewPrivacyImpactParametersInput) {
|
|
146
|
-
PreviewPrivacyImpactParametersInput.visit = (value, visitor) => {
|
|
147
|
-
if (value.differentialPrivacy !== undefined)
|
|
148
|
-
return visitor.differentialPrivacy(value.differentialPrivacy);
|
|
149
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
150
|
-
};
|
|
151
|
-
})(PreviewPrivacyImpactParametersInput || (PreviewPrivacyImpactParametersInput = {}));
|
|
152
|
-
export var PrivacyImpact;
|
|
153
|
-
(function (PrivacyImpact) {
|
|
154
|
-
PrivacyImpact.visit = (value, visitor) => {
|
|
155
|
-
if (value.differentialPrivacy !== undefined)
|
|
156
|
-
return visitor.differentialPrivacy(value.differentialPrivacy);
|
|
157
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
158
|
-
};
|
|
159
|
-
})(PrivacyImpact || (PrivacyImpact = {}));
|
|
160
|
-
export var ProtectedJobOutputConfigurationInput;
|
|
161
|
-
(function (ProtectedJobOutputConfigurationInput) {
|
|
162
|
-
ProtectedJobOutputConfigurationInput.visit = (value, visitor) => {
|
|
163
|
-
if (value.member !== undefined)
|
|
164
|
-
return visitor.member(value.member);
|
|
165
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
166
|
-
};
|
|
167
|
-
})(ProtectedJobOutputConfigurationInput || (ProtectedJobOutputConfigurationInput = {}));
|
|
168
42
|
export const ProtectedJobType = {
|
|
169
43
|
PYSPARK: "PYSPARK",
|
|
170
44
|
};
|
|
@@ -177,23 +51,3 @@ export const TargetProtectedJobStatus = {
|
|
|
177
51
|
export const TargetProtectedQueryStatus = {
|
|
178
52
|
CANCELLED: "CANCELLED",
|
|
179
53
|
};
|
|
180
|
-
export var PrivacyBudgetTemplateParametersInput;
|
|
181
|
-
(function (PrivacyBudgetTemplateParametersInput) {
|
|
182
|
-
PrivacyBudgetTemplateParametersInput.visit = (value, visitor) => {
|
|
183
|
-
if (value.differentialPrivacy !== undefined)
|
|
184
|
-
return visitor.differentialPrivacy(value.differentialPrivacy);
|
|
185
|
-
if (value.accessBudget !== undefined)
|
|
186
|
-
return visitor.accessBudget(value.accessBudget);
|
|
187
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
188
|
-
};
|
|
189
|
-
})(PrivacyBudgetTemplateParametersInput || (PrivacyBudgetTemplateParametersInput = {}));
|
|
190
|
-
export var PrivacyBudgetTemplateUpdateParameters;
|
|
191
|
-
(function (PrivacyBudgetTemplateUpdateParameters) {
|
|
192
|
-
PrivacyBudgetTemplateUpdateParameters.visit = (value, visitor) => {
|
|
193
|
-
if (value.differentialPrivacy !== undefined)
|
|
194
|
-
return visitor.differentialPrivacy(value.differentialPrivacy);
|
|
195
|
-
if (value.accessBudget !== undefined)
|
|
196
|
-
return visitor.accessBudget(value.accessBudget);
|
|
197
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
198
|
-
};
|
|
199
|
-
})(PrivacyBudgetTemplateUpdateParameters || (PrivacyBudgetTemplateUpdateParameters = {}));
|
|
@@ -475,13 +475,16 @@ export declare namespace ConfiguredTableAssociationAnalysisRulePolicyV1 {
|
|
|
475
475
|
custom?: never;
|
|
476
476
|
$unknown: [string, any];
|
|
477
477
|
}
|
|
478
|
+
/**
|
|
479
|
+
* @deprecated unused in schema-serde mode.
|
|
480
|
+
*
|
|
481
|
+
*/
|
|
478
482
|
interface Visitor<T> {
|
|
479
483
|
list: (value: ConfiguredTableAssociationAnalysisRuleList) => T;
|
|
480
484
|
aggregation: (value: ConfiguredTableAssociationAnalysisRuleAggregation) => T;
|
|
481
485
|
custom: (value: ConfiguredTableAssociationAnalysisRuleCustom) => T;
|
|
482
486
|
_: (name: string, value: any) => T;
|
|
483
487
|
}
|
|
484
|
-
const visit: <T>(value: ConfiguredTableAssociationAnalysisRulePolicyV1, visitor: Visitor<T>) => T;
|
|
485
488
|
}
|
|
486
489
|
/**
|
|
487
490
|
* <p> Controls on the query specifications that can be run on an associated configured table.</p>
|
|
@@ -507,11 +510,14 @@ export declare namespace ConfiguredTableAssociationAnalysisRulePolicy {
|
|
|
507
510
|
v1?: never;
|
|
508
511
|
$unknown: [string, any];
|
|
509
512
|
}
|
|
513
|
+
/**
|
|
514
|
+
* @deprecated unused in schema-serde mode.
|
|
515
|
+
*
|
|
516
|
+
*/
|
|
510
517
|
interface Visitor<T> {
|
|
511
518
|
v1: (value: ConfiguredTableAssociationAnalysisRulePolicyV1) => T;
|
|
512
519
|
_: (name: string, value: any) => T;
|
|
513
520
|
}
|
|
514
|
-
const visit: <T>(value: ConfiguredTableAssociationAnalysisRulePolicy, visitor: Visitor<T>) => T;
|
|
515
521
|
}
|
|
516
522
|
/**
|
|
517
523
|
* @public
|
|
@@ -773,13 +779,16 @@ export declare namespace ConsolidatedPolicyV1 {
|
|
|
773
779
|
custom?: never;
|
|
774
780
|
$unknown: [string, any];
|
|
775
781
|
}
|
|
782
|
+
/**
|
|
783
|
+
* @deprecated unused in schema-serde mode.
|
|
784
|
+
*
|
|
785
|
+
*/
|
|
776
786
|
interface Visitor<T> {
|
|
777
787
|
list: (value: ConsolidatedPolicyList) => T;
|
|
778
788
|
aggregation: (value: ConsolidatedPolicyAggregation) => T;
|
|
779
789
|
custom: (value: ConsolidatedPolicyCustom) => T;
|
|
780
790
|
_: (name: string, value: any) => T;
|
|
781
791
|
}
|
|
782
|
-
const visit: <T>(value: ConsolidatedPolicyV1, visitor: Visitor<T>) => T;
|
|
783
792
|
}
|
|
784
793
|
/**
|
|
785
794
|
* <p>Controls on the analysis specifications that can be run on a configured table.</p>
|
|
@@ -805,11 +814,14 @@ export declare namespace ConsolidatedPolicy {
|
|
|
805
814
|
v1?: never;
|
|
806
815
|
$unknown: [string, any];
|
|
807
816
|
}
|
|
817
|
+
/**
|
|
818
|
+
* @deprecated unused in schema-serde mode.
|
|
819
|
+
*
|
|
820
|
+
*/
|
|
808
821
|
interface Visitor<T> {
|
|
809
822
|
v1: (value: ConsolidatedPolicyV1) => T;
|
|
810
823
|
_: (name: string, value: any) => T;
|
|
811
824
|
}
|
|
812
|
-
const visit: <T>(value: ConsolidatedPolicy, visitor: Visitor<T>) => T;
|
|
813
825
|
}
|
|
814
826
|
/**
|
|
815
827
|
* <p>A type of analysis rule that enables query structure and specified queries that produce aggregate statistics.</p>
|
|
@@ -923,11 +935,14 @@ export declare namespace QueryConstraint {
|
|
|
923
935
|
requireOverlap?: never;
|
|
924
936
|
$unknown: [string, any];
|
|
925
937
|
}
|
|
938
|
+
/**
|
|
939
|
+
* @deprecated unused in schema-serde mode.
|
|
940
|
+
*
|
|
941
|
+
*/
|
|
926
942
|
interface Visitor<T> {
|
|
927
943
|
requireOverlap: (value: QueryConstraintRequireOverlap) => T;
|
|
928
944
|
_: (name: string, value: any) => T;
|
|
929
945
|
}
|
|
930
|
-
const visit: <T>(value: QueryConstraint, visitor: Visitor<T>) => T;
|
|
931
946
|
}
|
|
932
947
|
/**
|
|
933
948
|
* <p>Defines details for the analysis rule ID mapping table.</p>
|
|
@@ -1039,6 +1054,10 @@ export declare namespace AnalysisRulePolicyV1 {
|
|
|
1039
1054
|
idMappingTable?: never;
|
|
1040
1055
|
$unknown: [string, any];
|
|
1041
1056
|
}
|
|
1057
|
+
/**
|
|
1058
|
+
* @deprecated unused in schema-serde mode.
|
|
1059
|
+
*
|
|
1060
|
+
*/
|
|
1042
1061
|
interface Visitor<T> {
|
|
1043
1062
|
list: (value: AnalysisRuleList) => T;
|
|
1044
1063
|
aggregation: (value: AnalysisRuleAggregation) => T;
|
|
@@ -1046,7 +1065,6 @@ export declare namespace AnalysisRulePolicyV1 {
|
|
|
1046
1065
|
idMappingTable: (value: AnalysisRuleIdMappingTable) => T;
|
|
1047
1066
|
_: (name: string, value: any) => T;
|
|
1048
1067
|
}
|
|
1049
|
-
const visit: <T>(value: AnalysisRulePolicyV1, visitor: Visitor<T>) => T;
|
|
1050
1068
|
}
|
|
1051
1069
|
/**
|
|
1052
1070
|
* <p>Controls on the query specifications that can be run on configured table.</p>
|
|
@@ -1072,11 +1090,14 @@ export declare namespace AnalysisRulePolicy {
|
|
|
1072
1090
|
v1?: never;
|
|
1073
1091
|
$unknown: [string, any];
|
|
1074
1092
|
}
|
|
1093
|
+
/**
|
|
1094
|
+
* @deprecated unused in schema-serde mode.
|
|
1095
|
+
*
|
|
1096
|
+
*/
|
|
1075
1097
|
interface Visitor<T> {
|
|
1076
1098
|
v1: (value: AnalysisRulePolicyV1) => T;
|
|
1077
1099
|
_: (name: string, value: any) => T;
|
|
1078
1100
|
}
|
|
1079
|
-
const visit: <T>(value: AnalysisRulePolicy, visitor: Visitor<T>) => T;
|
|
1080
1101
|
}
|
|
1081
1102
|
/**
|
|
1082
1103
|
* @public
|
|
@@ -1232,12 +1253,15 @@ export declare namespace AnalysisSource {
|
|
|
1232
1253
|
artifacts?: never;
|
|
1233
1254
|
$unknown: [string, any];
|
|
1234
1255
|
}
|
|
1256
|
+
/**
|
|
1257
|
+
* @deprecated unused in schema-serde mode.
|
|
1258
|
+
*
|
|
1259
|
+
*/
|
|
1235
1260
|
interface Visitor<T> {
|
|
1236
1261
|
text: (value: string) => T;
|
|
1237
1262
|
artifacts: (value: AnalysisTemplateArtifacts) => T;
|
|
1238
1263
|
_: (name: string, value: any) => T;
|
|
1239
1264
|
}
|
|
1240
|
-
const visit: <T>(value: AnalysisSource, visitor: Visitor<T>) => T;
|
|
1241
1265
|
}
|
|
1242
1266
|
/**
|
|
1243
1267
|
* <p> Hash</p>
|
|
@@ -1290,11 +1314,14 @@ export declare namespace AnalysisSourceMetadata {
|
|
|
1290
1314
|
artifacts?: never;
|
|
1291
1315
|
$unknown: [string, any];
|
|
1292
1316
|
}
|
|
1317
|
+
/**
|
|
1318
|
+
* @deprecated unused in schema-serde mode.
|
|
1319
|
+
*
|
|
1320
|
+
*/
|
|
1293
1321
|
interface Visitor<T> {
|
|
1294
1322
|
artifacts: (value: AnalysisTemplateArtifactMetadata) => T;
|
|
1295
1323
|
_: (name: string, value: any) => T;
|
|
1296
1324
|
}
|
|
1297
|
-
const visit: <T>(value: AnalysisSourceMetadata, visitor: Visitor<T>) => T;
|
|
1298
1325
|
}
|
|
1299
1326
|
/**
|
|
1300
1327
|
* @public
|
|
@@ -2317,11 +2344,14 @@ export declare namespace SchemaTypeProperties {
|
|
|
2317
2344
|
idMappingTable?: never;
|
|
2318
2345
|
$unknown: [string, any];
|
|
2319
2346
|
}
|
|
2347
|
+
/**
|
|
2348
|
+
* @deprecated unused in schema-serde mode.
|
|
2349
|
+
*
|
|
2350
|
+
*/
|
|
2320
2351
|
interface Visitor<T> {
|
|
2321
2352
|
idMappingTable: (value: IdMappingTableSchemaTypeProperties) => T;
|
|
2322
2353
|
_: (name: string, value: any) => T;
|
|
2323
2354
|
}
|
|
2324
|
-
const visit: <T>(value: SchemaTypeProperties, visitor: Visitor<T>) => T;
|
|
2325
2355
|
}
|
|
2326
2356
|
/**
|
|
2327
2357
|
* @public
|
|
@@ -2953,11 +2983,14 @@ export declare namespace ChangeSpecification {
|
|
|
2953
2983
|
member?: never;
|
|
2954
2984
|
$unknown: [string, any];
|
|
2955
2985
|
}
|
|
2986
|
+
/**
|
|
2987
|
+
* @deprecated unused in schema-serde mode.
|
|
2988
|
+
*
|
|
2989
|
+
*/
|
|
2956
2990
|
interface Visitor<T> {
|
|
2957
2991
|
member: (value: MemberChangeSpecification) => T;
|
|
2958
2992
|
_: (name: string, value: any) => T;
|
|
2959
2993
|
}
|
|
2960
|
-
const visit: <T>(value: ChangeSpecification, visitor: Visitor<T>) => T;
|
|
2961
2994
|
}
|
|
2962
2995
|
/**
|
|
2963
2996
|
* @public
|
|
@@ -3497,12 +3530,15 @@ export declare namespace PrivacyBudgetTemplateParametersOutput {
|
|
|
3497
3530
|
accessBudget?: never;
|
|
3498
3531
|
$unknown: [string, any];
|
|
3499
3532
|
}
|
|
3533
|
+
/**
|
|
3534
|
+
* @deprecated unused in schema-serde mode.
|
|
3535
|
+
*
|
|
3536
|
+
*/
|
|
3500
3537
|
interface Visitor<T> {
|
|
3501
3538
|
differentialPrivacy: (value: DifferentialPrivacyTemplateParametersOutput) => T;
|
|
3502
3539
|
accessBudget: (value: AccessBudgetsPrivacyTemplateParametersOutput) => T;
|
|
3503
3540
|
_: (name: string, value: any) => T;
|
|
3504
3541
|
}
|
|
3505
|
-
const visit: <T>(value: PrivacyBudgetTemplateParametersOutput, visitor: Visitor<T>) => T;
|
|
3506
3542
|
}
|
|
3507
3543
|
/**
|
|
3508
3544
|
* @public
|
|
@@ -4114,12 +4150,15 @@ export declare namespace PrivacyBudget {
|
|
|
4114
4150
|
accessBudget?: never;
|
|
4115
4151
|
$unknown: [string, any];
|
|
4116
4152
|
}
|
|
4153
|
+
/**
|
|
4154
|
+
* @deprecated unused in schema-serde mode.
|
|
4155
|
+
*
|
|
4156
|
+
*/
|
|
4117
4157
|
interface Visitor<T> {
|
|
4118
4158
|
differentialPrivacy: (value: DifferentialPrivacyPrivacyBudget) => T;
|
|
4119
4159
|
accessBudget: (value: AccessBudget) => T;
|
|
4120
4160
|
_: (name: string, value: any) => T;
|
|
4121
4161
|
}
|
|
4122
|
-
const visit: <T>(value: PrivacyBudget, visitor: Visitor<T>) => T;
|
|
4123
4162
|
}
|
|
4124
4163
|
/**
|
|
4125
4164
|
* <p>A summary of the collaboration privacy budgets. This summary includes the collaboration information, creation information, epsilon provided, and utility in terms of aggregations.</p>
|
|
@@ -5412,11 +5451,14 @@ export declare namespace SnowflakeTableSchema {
|
|
|
5412
5451
|
v1?: never;
|
|
5413
5452
|
$unknown: [string, any];
|
|
5414
5453
|
}
|
|
5454
|
+
/**
|
|
5455
|
+
* @deprecated unused in schema-serde mode.
|
|
5456
|
+
*
|
|
5457
|
+
*/
|
|
5415
5458
|
interface Visitor<T> {
|
|
5416
5459
|
v1: (value: SnowflakeTableSchemaV1[]) => T;
|
|
5417
5460
|
_: (name: string, value: any) => T;
|
|
5418
5461
|
}
|
|
5419
|
-
const visit: <T>(value: SnowflakeTableSchema, visitor: Visitor<T>) => T;
|
|
5420
5462
|
}
|
|
5421
5463
|
/**
|
|
5422
5464
|
* <p> A reference to a table within Snowflake.</p>
|
|
@@ -5502,13 +5544,16 @@ export declare namespace TableReference {
|
|
|
5502
5544
|
athena?: never;
|
|
5503
5545
|
$unknown: [string, any];
|
|
5504
5546
|
}
|
|
5547
|
+
/**
|
|
5548
|
+
* @deprecated unused in schema-serde mode.
|
|
5549
|
+
*
|
|
5550
|
+
*/
|
|
5505
5551
|
interface Visitor<T> {
|
|
5506
5552
|
glue: (value: GlueTableReference) => T;
|
|
5507
5553
|
snowflake: (value: SnowflakeTableReference) => T;
|
|
5508
5554
|
athena: (value: AthenaTableReference) => T;
|
|
5509
5555
|
_: (name: string, value: any) => T;
|
|
5510
5556
|
}
|
|
5511
|
-
const visit: <T>(value: TableReference, visitor: Visitor<T>) => T;
|
|
5512
5557
|
}
|
|
5513
5558
|
/**
|
|
5514
5559
|
* @public
|
|
@@ -5682,13 +5727,16 @@ export declare namespace ConfiguredTableAnalysisRulePolicyV1 {
|
|
|
5682
5727
|
custom?: never;
|
|
5683
5728
|
$unknown: [string, any];
|
|
5684
5729
|
}
|
|
5730
|
+
/**
|
|
5731
|
+
* @deprecated unused in schema-serde mode.
|
|
5732
|
+
*
|
|
5733
|
+
*/
|
|
5685
5734
|
interface Visitor<T> {
|
|
5686
5735
|
list: (value: AnalysisRuleList) => T;
|
|
5687
5736
|
aggregation: (value: AnalysisRuleAggregation) => T;
|
|
5688
5737
|
custom: (value: AnalysisRuleCustom) => T;
|
|
5689
5738
|
_: (name: string, value: any) => T;
|
|
5690
5739
|
}
|
|
5691
|
-
const visit: <T>(value: ConfiguredTableAnalysisRulePolicyV1, visitor: Visitor<T>) => T;
|
|
5692
5740
|
}
|
|
5693
5741
|
/**
|
|
5694
5742
|
* <p>Controls on the query specifications that can be run on a configured table.</p>
|
|
@@ -5714,11 +5762,14 @@ export declare namespace ConfiguredTableAnalysisRulePolicy {
|
|
|
5714
5762
|
v1?: never;
|
|
5715
5763
|
$unknown: [string, any];
|
|
5716
5764
|
}
|
|
5765
|
+
/**
|
|
5766
|
+
* @deprecated unused in schema-serde mode.
|
|
5767
|
+
*
|
|
5768
|
+
*/
|
|
5717
5769
|
interface Visitor<T> {
|
|
5718
5770
|
v1: (value: ConfiguredTableAnalysisRulePolicyV1) => T;
|
|
5719
5771
|
_: (name: string, value: any) => T;
|
|
5720
5772
|
}
|
|
5721
|
-
const visit: <T>(value: ConfiguredTableAnalysisRulePolicy, visitor: Visitor<T>) => T;
|
|
5722
5773
|
}
|
|
5723
5774
|
/**
|
|
5724
5775
|
* @public
|
|
@@ -6748,11 +6799,14 @@ export declare namespace MembershipProtectedJobOutputConfiguration {
|
|
|
6748
6799
|
s3?: never;
|
|
6749
6800
|
$unknown: [string, any];
|
|
6750
6801
|
}
|
|
6802
|
+
/**
|
|
6803
|
+
* @deprecated unused in schema-serde mode.
|
|
6804
|
+
*
|
|
6805
|
+
*/
|
|
6751
6806
|
interface Visitor<T> {
|
|
6752
6807
|
s3: (value: ProtectedJobS3OutputConfigurationInput) => T;
|
|
6753
6808
|
_: (name: string, value: any) => T;
|
|
6754
6809
|
}
|
|
6755
|
-
const visit: <T>(value: MembershipProtectedJobOutputConfiguration, visitor: Visitor<T>) => T;
|
|
6756
6810
|
}
|
|
6757
6811
|
/**
|
|
6758
6812
|
* <p>Contains configurations for protected job results.</p>
|