@aws-sdk/client-cleanrooms 3.461.0 → 3.462.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/README.md +136 -0
- package/dist-cjs/CleanRooms.js +34 -0
- package/dist-cjs/commands/CreateConfiguredAudienceModelAssociationCommand.js +51 -0
- package/dist-cjs/commands/CreatePrivacyBudgetTemplateCommand.js +51 -0
- package/dist-cjs/commands/DeleteConfiguredAudienceModelAssociationCommand.js +51 -0
- package/dist-cjs/commands/DeletePrivacyBudgetTemplateCommand.js +51 -0
- package/dist-cjs/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.js +51 -0
- package/dist-cjs/commands/GetCollaborationPrivacyBudgetTemplateCommand.js +51 -0
- package/dist-cjs/commands/GetConfiguredAudienceModelAssociationCommand.js +51 -0
- package/dist-cjs/commands/GetPrivacyBudgetTemplateCommand.js +51 -0
- package/dist-cjs/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.js +51 -0
- package/dist-cjs/commands/ListCollaborationPrivacyBudgetTemplatesCommand.js +51 -0
- package/dist-cjs/commands/ListCollaborationPrivacyBudgetsCommand.js +51 -0
- package/dist-cjs/commands/ListConfiguredAudienceModelAssociationsCommand.js +51 -0
- package/dist-cjs/commands/ListPrivacyBudgetTemplatesCommand.js +51 -0
- package/dist-cjs/commands/ListPrivacyBudgetsCommand.js +51 -0
- package/dist-cjs/commands/PreviewPrivacyImpactCommand.js +51 -0
- package/dist-cjs/commands/UpdateConfiguredAudienceModelAssociationCommand.js +51 -0
- package/dist-cjs/commands/UpdatePrivacyBudgetTemplateCommand.js +51 -0
- package/dist-cjs/commands/index.js +17 -0
- package/dist-cjs/models/models_0.js +64 -2
- package/dist-cjs/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.js +29 -0
- package/dist-cjs/pagination/ListCollaborationPrivacyBudgetsPaginator.js +29 -0
- package/dist-cjs/pagination/ListConfiguredAudienceModelAssociationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListPrivacyBudgetTemplatesPaginator.js +29 -0
- package/dist-cjs/pagination/ListPrivacyBudgetsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +6 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1513 -128
- package/dist-es/CleanRooms.js +34 -0
- package/dist-es/commands/CreateConfiguredAudienceModelAssociationCommand.js +47 -0
- package/dist-es/commands/CreatePrivacyBudgetTemplateCommand.js +47 -0
- package/dist-es/commands/DeleteConfiguredAudienceModelAssociationCommand.js +47 -0
- package/dist-es/commands/DeletePrivacyBudgetTemplateCommand.js +47 -0
- package/dist-es/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.js +47 -0
- package/dist-es/commands/GetCollaborationPrivacyBudgetTemplateCommand.js +47 -0
- package/dist-es/commands/GetConfiguredAudienceModelAssociationCommand.js +47 -0
- package/dist-es/commands/GetPrivacyBudgetTemplateCommand.js +47 -0
- package/dist-es/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.js +47 -0
- package/dist-es/commands/ListCollaborationPrivacyBudgetTemplatesCommand.js +47 -0
- package/dist-es/commands/ListCollaborationPrivacyBudgetsCommand.js +47 -0
- package/dist-es/commands/ListConfiguredAudienceModelAssociationsCommand.js +47 -0
- package/dist-es/commands/ListPrivacyBudgetTemplatesCommand.js +47 -0
- package/dist-es/commands/ListPrivacyBudgetsCommand.js +47 -0
- package/dist-es/commands/PreviewPrivacyImpactCommand.js +47 -0
- package/dist-es/commands/UpdateConfiguredAudienceModelAssociationCommand.js +47 -0
- package/dist-es/commands/UpdatePrivacyBudgetTemplateCommand.js +47 -0
- package/dist-es/commands/index.js +17 -0
- package/dist-es/models/models_0.js +62 -0
- package/dist-es/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.js +25 -0
- package/dist-es/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.js +25 -0
- package/dist-es/pagination/ListCollaborationPrivacyBudgetsPaginator.js +25 -0
- package/dist-es/pagination/ListConfiguredAudienceModelAssociationsPaginator.js +25 -0
- package/dist-es/pagination/ListPrivacyBudgetTemplatesPaginator.js +25 -0
- package/dist-es/pagination/ListPrivacyBudgetsPaginator.js +25 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +1541 -191
- package/dist-types/CleanRooms.d.ts +119 -0
- package/dist-types/CleanRoomsClient.d.ts +19 -2
- package/dist-types/commands/CreateConfiguredAudienceModelAssociationCommand.d.ts +114 -0
- package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +14 -0
- package/dist-types/commands/CreatePrivacyBudgetTemplateCommand.d.ts +119 -0
- package/dist-types/commands/DeleteConfiguredAudienceModelAssociationCommand.d.ts +87 -0
- package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +87 -0
- package/dist-types/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.d.ts +100 -0
- package/dist-types/commands/GetCollaborationPrivacyBudgetTemplateCommand.d.ts +105 -0
- package/dist-types/commands/GetConfiguredAudienceModelAssociationCommand.d.ts +102 -0
- package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +7 -0
- package/dist-types/commands/GetPrivacyBudgetTemplateCommand.d.ts +106 -0
- package/dist-types/commands/GetProtectedQueryCommand.d.ts +11 -0
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +7 -0
- package/dist-types/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.d.ts +103 -0
- package/dist-types/commands/ListCollaborationPrivacyBudgetTemplatesCommand.d.ts +102 -0
- package/dist-types/commands/ListCollaborationPrivacyBudgetsCommand.d.ts +116 -0
- package/dist-types/commands/ListConfiguredAudienceModelAssociationsCommand.d.ts +105 -0
- package/dist-types/commands/ListPrivacyBudgetTemplatesCommand.d.ts +103 -0
- package/dist-types/commands/ListPrivacyBudgetsCommand.d.ts +117 -0
- package/dist-types/commands/PreviewPrivacyImpactCommand.d.ts +103 -0
- package/dist-types/commands/StartProtectedQueryCommand.d.ts +11 -0
- package/dist-types/commands/UpdateConfiguredAudienceModelAssociationCommand.d.ts +104 -0
- package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +14 -0
- package/dist-types/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +116 -0
- package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +11 -0
- package/dist-types/commands/index.d.ts +17 -0
- package/dist-types/models/models_0.d.ts +2605 -1044
- package/dist-types/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCollaborationPrivacyBudgetsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListConfiguredAudienceModelAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPrivacyBudgetTemplatesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPrivacyBudgetsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
- package/dist-types/ts3.4/CleanRooms.d.ts +343 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +102 -0
- package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreatePrivacyBudgetTemplateCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeletePrivacyBudgetTemplateCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/GetCollaborationPrivacyBudgetTemplateCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetConfiguredAudienceModelAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetPrivacyBudgetTemplateCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/ListCollaborationPrivacyBudgetTemplatesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListCollaborationPrivacyBudgetsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListConfiguredAudienceModelAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListPrivacyBudgetTemplatesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListPrivacyBudgetsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/PreviewPrivacyImpactCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +17 -0
- package/dist-types/ts3.4/models/models_0.d.ts +477 -0
- package/dist-types/ts3.4/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCollaborationPrivacyBudgetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConfiguredAudienceModelAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPrivacyBudgetTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPrivacyBudgetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
- package/package.json +2 -2
|
@@ -5,44 +5,61 @@ tslib_1.__exportStar(require("./BatchGetCollaborationAnalysisTemplateCommand"),
|
|
|
5
5
|
tslib_1.__exportStar(require("./BatchGetSchemaCommand"), exports);
|
|
6
6
|
tslib_1.__exportStar(require("./CreateAnalysisTemplateCommand"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./CreateCollaborationCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./CreateConfiguredAudienceModelAssociationCommand"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./CreateConfiguredTableAnalysisRuleCommand"), exports);
|
|
9
10
|
tslib_1.__exportStar(require("./CreateConfiguredTableAssociationCommand"), exports);
|
|
10
11
|
tslib_1.__exportStar(require("./CreateConfiguredTableCommand"), exports);
|
|
11
12
|
tslib_1.__exportStar(require("./CreateMembershipCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./CreatePrivacyBudgetTemplateCommand"), exports);
|
|
12
14
|
tslib_1.__exportStar(require("./DeleteAnalysisTemplateCommand"), exports);
|
|
13
15
|
tslib_1.__exportStar(require("./DeleteCollaborationCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./DeleteConfiguredAudienceModelAssociationCommand"), exports);
|
|
14
17
|
tslib_1.__exportStar(require("./DeleteConfiguredTableAnalysisRuleCommand"), exports);
|
|
15
18
|
tslib_1.__exportStar(require("./DeleteConfiguredTableAssociationCommand"), exports);
|
|
16
19
|
tslib_1.__exportStar(require("./DeleteConfiguredTableCommand"), exports);
|
|
17
20
|
tslib_1.__exportStar(require("./DeleteMemberCommand"), exports);
|
|
18
21
|
tslib_1.__exportStar(require("./DeleteMembershipCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./DeletePrivacyBudgetTemplateCommand"), exports);
|
|
19
23
|
tslib_1.__exportStar(require("./GetAnalysisTemplateCommand"), exports);
|
|
20
24
|
tslib_1.__exportStar(require("./GetCollaborationAnalysisTemplateCommand"), exports);
|
|
21
25
|
tslib_1.__exportStar(require("./GetCollaborationCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./GetCollaborationConfiguredAudienceModelAssociationCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./GetCollaborationPrivacyBudgetTemplateCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./GetConfiguredAudienceModelAssociationCommand"), exports);
|
|
22
29
|
tslib_1.__exportStar(require("./GetConfiguredTableAnalysisRuleCommand"), exports);
|
|
23
30
|
tslib_1.__exportStar(require("./GetConfiguredTableAssociationCommand"), exports);
|
|
24
31
|
tslib_1.__exportStar(require("./GetConfiguredTableCommand"), exports);
|
|
25
32
|
tslib_1.__exportStar(require("./GetMembershipCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./GetPrivacyBudgetTemplateCommand"), exports);
|
|
26
34
|
tslib_1.__exportStar(require("./GetProtectedQueryCommand"), exports);
|
|
27
35
|
tslib_1.__exportStar(require("./GetSchemaAnalysisRuleCommand"), exports);
|
|
28
36
|
tslib_1.__exportStar(require("./GetSchemaCommand"), exports);
|
|
29
37
|
tslib_1.__exportStar(require("./ListAnalysisTemplatesCommand"), exports);
|
|
30
38
|
tslib_1.__exportStar(require("./ListCollaborationAnalysisTemplatesCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./ListCollaborationConfiguredAudienceModelAssociationsCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./ListCollaborationPrivacyBudgetTemplatesCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./ListCollaborationPrivacyBudgetsCommand"), exports);
|
|
31
42
|
tslib_1.__exportStar(require("./ListCollaborationsCommand"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./ListConfiguredAudienceModelAssociationsCommand"), exports);
|
|
32
44
|
tslib_1.__exportStar(require("./ListConfiguredTableAssociationsCommand"), exports);
|
|
33
45
|
tslib_1.__exportStar(require("./ListConfiguredTablesCommand"), exports);
|
|
34
46
|
tslib_1.__exportStar(require("./ListMembersCommand"), exports);
|
|
35
47
|
tslib_1.__exportStar(require("./ListMembershipsCommand"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./ListPrivacyBudgetTemplatesCommand"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./ListPrivacyBudgetsCommand"), exports);
|
|
36
50
|
tslib_1.__exportStar(require("./ListProtectedQueriesCommand"), exports);
|
|
37
51
|
tslib_1.__exportStar(require("./ListSchemasCommand"), exports);
|
|
38
52
|
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./PreviewPrivacyImpactCommand"), exports);
|
|
39
54
|
tslib_1.__exportStar(require("./StartProtectedQueryCommand"), exports);
|
|
40
55
|
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
41
56
|
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
42
57
|
tslib_1.__exportStar(require("./UpdateAnalysisTemplateCommand"), exports);
|
|
43
58
|
tslib_1.__exportStar(require("./UpdateCollaborationCommand"), exports);
|
|
59
|
+
tslib_1.__exportStar(require("./UpdateConfiguredAudienceModelAssociationCommand"), exports);
|
|
44
60
|
tslib_1.__exportStar(require("./UpdateConfiguredTableAnalysisRuleCommand"), exports);
|
|
45
61
|
tslib_1.__exportStar(require("./UpdateConfiguredTableAssociationCommand"), exports);
|
|
46
62
|
tslib_1.__exportStar(require("./UpdateConfiguredTableCommand"), exports);
|
|
47
63
|
tslib_1.__exportStar(require("./UpdateMembershipCommand"), exports);
|
|
64
|
+
tslib_1.__exportStar(require("./UpdatePrivacyBudgetTemplateCommand"), exports);
|
|
48
65
|
tslib_1.__exportStar(require("./UpdateProtectedQueryCommand"), exports);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.UpdateProtectedQueryOutputFilterSensitiveLog = exports.StartProtectedQueryOutputFilterSensitiveLog = exports.StartProtectedQueryInputFilterSensitiveLog = exports.GetProtectedQueryOutputFilterSensitiveLog = exports.ProtectedQueryFilterSensitiveLog = exports.ProtectedQuerySQLParametersFilterSensitiveLog = exports.GetCollaborationAnalysisTemplateOutputFilterSensitiveLog = void 0;
|
|
3
|
+
exports.PrivacyBudgetTemplateUpdateParameters = exports.PrivacyBudgetTemplateParametersInput = exports.TargetProtectedQueryStatus = exports.ProtectedQueryType = exports.PrivacyImpact = exports.PreviewPrivacyImpactParametersInput = exports.ProtectedQueryStatus = exports.ProtectedQueryOutputConfiguration = exports.ProtectedQueryOutput = exports.MembershipStatus = exports.MembershipQueryLogStatus = exports.MembershipProtectedQueryOutputConfiguration = exports.ResultFormat = exports.ConfiguredTableAnalysisRulePolicy = exports.ConfiguredTableAnalysisRulePolicyV1 = exports.ConfiguredTableAnalysisRuleType = exports.TableReference = exports.FilterableMemberStatus = exports.PrivacyBudget = exports.DifferentialPrivacyAggregationType = exports.PrivacyBudgetType = exports.PrivacyBudgetTemplateParametersOutput = exports.PrivacyBudgetTemplateAutoRefresh = exports.MemberStatus = exports.CollaborationQueryLogStatus = exports.MemberAbility = exports.SchemaType = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.ResourceType = exports.ConflictExceptionReason = exports.AnalysisSource = exports.AnalysisRuleType = exports.AnalysisRulePolicy = exports.AnalysisRulePolicyV1 = exports.ScalarFunctions = exports.JoinRequiredOption = exports.JoinOperator = exports.ParameterType = exports.AnalysisMethod = exports.AnalysisFormat = exports.AggregationType = exports.AggregateFunctionName = exports.AccessDeniedException = exports.AccessDeniedExceptionReason = void 0;
|
|
4
|
+
exports.UpdateProtectedQueryOutputFilterSensitiveLog = exports.StartProtectedQueryOutputFilterSensitiveLog = exports.StartProtectedQueryInputFilterSensitiveLog = exports.GetProtectedQueryOutputFilterSensitiveLog = exports.ProtectedQueryFilterSensitiveLog = exports.ProtectedQuerySQLParametersFilterSensitiveLog = exports.GetCollaborationAnalysisTemplateOutputFilterSensitiveLog = exports.BatchGetCollaborationAnalysisTemplateOutputFilterSensitiveLog = exports.CollaborationAnalysisTemplateFilterSensitiveLog = exports.UpdateAnalysisTemplateOutputFilterSensitiveLog = exports.GetAnalysisTemplateOutputFilterSensitiveLog = exports.CreateAnalysisTemplateOutputFilterSensitiveLog = exports.CreateAnalysisTemplateInputFilterSensitiveLog = exports.AnalysisTemplateFilterSensitiveLog = exports.AnalysisSourceFilterSensitiveLog = exports.AnalysisParameterFilterSensitiveLog = void 0;
|
|
5
5
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
6
|
const CleanRoomsServiceException_1 = require("./CleanRoomsServiceException");
|
|
7
7
|
exports.AccessDeniedExceptionReason = {
|
|
@@ -230,6 +230,36 @@ exports.MemberStatus = {
|
|
|
230
230
|
LEFT: "LEFT",
|
|
231
231
|
REMOVED: "REMOVED",
|
|
232
232
|
};
|
|
233
|
+
exports.PrivacyBudgetTemplateAutoRefresh = {
|
|
234
|
+
CALENDAR_MONTH: "CALENDAR_MONTH",
|
|
235
|
+
NONE: "NONE",
|
|
236
|
+
};
|
|
237
|
+
var PrivacyBudgetTemplateParametersOutput;
|
|
238
|
+
(function (PrivacyBudgetTemplateParametersOutput) {
|
|
239
|
+
PrivacyBudgetTemplateParametersOutput.visit = (value, visitor) => {
|
|
240
|
+
if (value.differentialPrivacy !== undefined)
|
|
241
|
+
return visitor.differentialPrivacy(value.differentialPrivacy);
|
|
242
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
243
|
+
};
|
|
244
|
+
})(PrivacyBudgetTemplateParametersOutput = exports.PrivacyBudgetTemplateParametersOutput || (exports.PrivacyBudgetTemplateParametersOutput = {}));
|
|
245
|
+
exports.PrivacyBudgetType = {
|
|
246
|
+
DIFFERENTIAL_PRIVACY: "DIFFERENTIAL_PRIVACY",
|
|
247
|
+
};
|
|
248
|
+
exports.DifferentialPrivacyAggregationType = {
|
|
249
|
+
AVG: "AVG",
|
|
250
|
+
COUNT: "COUNT",
|
|
251
|
+
COUNT_DISTINCT: "COUNT_DISTINCT",
|
|
252
|
+
STDDEV: "STDDEV",
|
|
253
|
+
SUM: "SUM",
|
|
254
|
+
};
|
|
255
|
+
var PrivacyBudget;
|
|
256
|
+
(function (PrivacyBudget) {
|
|
257
|
+
PrivacyBudget.visit = (value, visitor) => {
|
|
258
|
+
if (value.differentialPrivacy !== undefined)
|
|
259
|
+
return visitor.differentialPrivacy(value.differentialPrivacy);
|
|
260
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
261
|
+
};
|
|
262
|
+
})(PrivacyBudget = exports.PrivacyBudget || (exports.PrivacyBudget = {}));
|
|
233
263
|
exports.FilterableMemberStatus = {
|
|
234
264
|
ACTIVE: "ACTIVE",
|
|
235
265
|
INVITED: "INVITED",
|
|
@@ -315,12 +345,44 @@ exports.ProtectedQueryStatus = {
|
|
|
315
345
|
SUCCESS: "SUCCESS",
|
|
316
346
|
TIMED_OUT: "TIMED_OUT",
|
|
317
347
|
};
|
|
348
|
+
var PreviewPrivacyImpactParametersInput;
|
|
349
|
+
(function (PreviewPrivacyImpactParametersInput) {
|
|
350
|
+
PreviewPrivacyImpactParametersInput.visit = (value, visitor) => {
|
|
351
|
+
if (value.differentialPrivacy !== undefined)
|
|
352
|
+
return visitor.differentialPrivacy(value.differentialPrivacy);
|
|
353
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
354
|
+
};
|
|
355
|
+
})(PreviewPrivacyImpactParametersInput = exports.PreviewPrivacyImpactParametersInput || (exports.PreviewPrivacyImpactParametersInput = {}));
|
|
356
|
+
var PrivacyImpact;
|
|
357
|
+
(function (PrivacyImpact) {
|
|
358
|
+
PrivacyImpact.visit = (value, visitor) => {
|
|
359
|
+
if (value.differentialPrivacy !== undefined)
|
|
360
|
+
return visitor.differentialPrivacy(value.differentialPrivacy);
|
|
361
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
362
|
+
};
|
|
363
|
+
})(PrivacyImpact = exports.PrivacyImpact || (exports.PrivacyImpact = {}));
|
|
318
364
|
exports.ProtectedQueryType = {
|
|
319
365
|
SQL: "SQL",
|
|
320
366
|
};
|
|
321
367
|
exports.TargetProtectedQueryStatus = {
|
|
322
368
|
CANCELLED: "CANCELLED",
|
|
323
369
|
};
|
|
370
|
+
var PrivacyBudgetTemplateParametersInput;
|
|
371
|
+
(function (PrivacyBudgetTemplateParametersInput) {
|
|
372
|
+
PrivacyBudgetTemplateParametersInput.visit = (value, visitor) => {
|
|
373
|
+
if (value.differentialPrivacy !== undefined)
|
|
374
|
+
return visitor.differentialPrivacy(value.differentialPrivacy);
|
|
375
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
376
|
+
};
|
|
377
|
+
})(PrivacyBudgetTemplateParametersInput = exports.PrivacyBudgetTemplateParametersInput || (exports.PrivacyBudgetTemplateParametersInput = {}));
|
|
378
|
+
var PrivacyBudgetTemplateUpdateParameters;
|
|
379
|
+
(function (PrivacyBudgetTemplateUpdateParameters) {
|
|
380
|
+
PrivacyBudgetTemplateUpdateParameters.visit = (value, visitor) => {
|
|
381
|
+
if (value.differentialPrivacy !== undefined)
|
|
382
|
+
return visitor.differentialPrivacy(value.differentialPrivacy);
|
|
383
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
384
|
+
};
|
|
385
|
+
})(PrivacyBudgetTemplateUpdateParameters = exports.PrivacyBudgetTemplateUpdateParameters || (exports.PrivacyBudgetTemplateUpdateParameters = {}));
|
|
324
386
|
const AnalysisParameterFilterSensitiveLog = (obj) => ({
|
|
325
387
|
...obj,
|
|
326
388
|
});
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListCollaborationConfiguredAudienceModelAssociations = void 0;
|
|
4
|
+
const CleanRoomsClient_1 = require("../CleanRoomsClient");
|
|
5
|
+
const ListCollaborationConfiguredAudienceModelAssociationsCommand_1 = require("../commands/ListCollaborationConfiguredAudienceModelAssociationsCommand");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new ListCollaborationConfiguredAudienceModelAssociationsCommand_1.ListCollaborationConfiguredAudienceModelAssociationsCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateListCollaborationConfiguredAudienceModelAssociations(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.nextToken = token;
|
|
15
|
+
input["maxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof CleanRoomsClient_1.CleanRoomsClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected CleanRooms | CleanRoomsClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.nextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateListCollaborationConfiguredAudienceModelAssociations = paginateListCollaborationConfiguredAudienceModelAssociations;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListCollaborationPrivacyBudgetTemplates = void 0;
|
|
4
|
+
const CleanRoomsClient_1 = require("../CleanRoomsClient");
|
|
5
|
+
const ListCollaborationPrivacyBudgetTemplatesCommand_1 = require("../commands/ListCollaborationPrivacyBudgetTemplatesCommand");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new ListCollaborationPrivacyBudgetTemplatesCommand_1.ListCollaborationPrivacyBudgetTemplatesCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateListCollaborationPrivacyBudgetTemplates(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.nextToken = token;
|
|
15
|
+
input["maxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof CleanRoomsClient_1.CleanRoomsClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected CleanRooms | CleanRoomsClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.nextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateListCollaborationPrivacyBudgetTemplates = paginateListCollaborationPrivacyBudgetTemplates;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListCollaborationPrivacyBudgets = void 0;
|
|
4
|
+
const CleanRoomsClient_1 = require("../CleanRoomsClient");
|
|
5
|
+
const ListCollaborationPrivacyBudgetsCommand_1 = require("../commands/ListCollaborationPrivacyBudgetsCommand");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new ListCollaborationPrivacyBudgetsCommand_1.ListCollaborationPrivacyBudgetsCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateListCollaborationPrivacyBudgets(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.nextToken = token;
|
|
15
|
+
input["maxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof CleanRoomsClient_1.CleanRoomsClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected CleanRooms | CleanRoomsClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.nextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateListCollaborationPrivacyBudgets = paginateListCollaborationPrivacyBudgets;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListConfiguredAudienceModelAssociations = void 0;
|
|
4
|
+
const CleanRoomsClient_1 = require("../CleanRoomsClient");
|
|
5
|
+
const ListConfiguredAudienceModelAssociationsCommand_1 = require("../commands/ListConfiguredAudienceModelAssociationsCommand");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new ListConfiguredAudienceModelAssociationsCommand_1.ListConfiguredAudienceModelAssociationsCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateListConfiguredAudienceModelAssociations(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.nextToken = token;
|
|
15
|
+
input["maxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof CleanRoomsClient_1.CleanRoomsClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected CleanRooms | CleanRoomsClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.nextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateListConfiguredAudienceModelAssociations = paginateListConfiguredAudienceModelAssociations;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListPrivacyBudgetTemplates = void 0;
|
|
4
|
+
const CleanRoomsClient_1 = require("../CleanRoomsClient");
|
|
5
|
+
const ListPrivacyBudgetTemplatesCommand_1 = require("../commands/ListPrivacyBudgetTemplatesCommand");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new ListPrivacyBudgetTemplatesCommand_1.ListPrivacyBudgetTemplatesCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateListPrivacyBudgetTemplates(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.nextToken = token;
|
|
15
|
+
input["maxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof CleanRoomsClient_1.CleanRoomsClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected CleanRooms | CleanRoomsClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.nextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateListPrivacyBudgetTemplates = paginateListPrivacyBudgetTemplates;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListPrivacyBudgets = void 0;
|
|
4
|
+
const CleanRoomsClient_1 = require("../CleanRoomsClient");
|
|
5
|
+
const ListPrivacyBudgetsCommand_1 = require("../commands/ListPrivacyBudgetsCommand");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new ListPrivacyBudgetsCommand_1.ListPrivacyBudgetsCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateListPrivacyBudgets(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.nextToken = token;
|
|
15
|
+
input["maxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof CleanRoomsClient_1.CleanRoomsClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected CleanRooms | CleanRoomsClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.nextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateListPrivacyBudgets = paginateListPrivacyBudgets;
|
|
@@ -4,10 +4,16 @@ const tslib_1 = require("tslib");
|
|
|
4
4
|
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
5
|
tslib_1.__exportStar(require("./ListAnalysisTemplatesPaginator"), exports);
|
|
6
6
|
tslib_1.__exportStar(require("./ListCollaborationAnalysisTemplatesPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ListCollaborationConfiguredAudienceModelAssociationsPaginator"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./ListCollaborationPrivacyBudgetTemplatesPaginator"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./ListCollaborationPrivacyBudgetsPaginator"), exports);
|
|
7
10
|
tslib_1.__exportStar(require("./ListCollaborationsPaginator"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./ListConfiguredAudienceModelAssociationsPaginator"), exports);
|
|
8
12
|
tslib_1.__exportStar(require("./ListConfiguredTableAssociationsPaginator"), exports);
|
|
9
13
|
tslib_1.__exportStar(require("./ListConfiguredTablesPaginator"), exports);
|
|
10
14
|
tslib_1.__exportStar(require("./ListMembersPaginator"), exports);
|
|
11
15
|
tslib_1.__exportStar(require("./ListMembershipsPaginator"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./ListPrivacyBudgetTemplatesPaginator"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./ListPrivacyBudgetsPaginator"), exports);
|
|
12
18
|
tslib_1.__exportStar(require("./ListProtectedQueriesPaginator"), exports);
|
|
13
19
|
tslib_1.__exportStar(require("./ListSchemasPaginator"), exports);
|