@aws-sdk/client-cleanrooms 3.616.0 → 3.619.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/README.md +136 -0
  2. package/dist-cjs/index.js +1123 -31
  3. package/dist-es/CleanRooms.js +34 -0
  4. package/dist-es/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  5. package/dist-es/commands/CreateIdMappingTableCommand.js +24 -0
  6. package/dist-es/commands/CreateIdNamespaceAssociationCommand.js +24 -0
  7. package/dist-es/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  8. package/dist-es/commands/DeleteIdMappingTableCommand.js +24 -0
  9. package/dist-es/commands/DeleteIdNamespaceAssociationCommand.js +24 -0
  10. package/dist-es/commands/GetCollaborationIdNamespaceAssociationCommand.js +24 -0
  11. package/dist-es/commands/GetConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  12. package/dist-es/commands/GetIdMappingTableCommand.js +24 -0
  13. package/dist-es/commands/GetIdNamespaceAssociationCommand.js +24 -0
  14. package/dist-es/commands/ListCollaborationIdNamespaceAssociationsCommand.js +24 -0
  15. package/dist-es/commands/ListIdMappingTablesCommand.js +24 -0
  16. package/dist-es/commands/ListIdNamespaceAssociationsCommand.js +24 -0
  17. package/dist-es/commands/PopulateIdMappingTableCommand.js +24 -0
  18. package/dist-es/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  19. package/dist-es/commands/UpdateIdMappingTableCommand.js +24 -0
  20. package/dist-es/commands/UpdateIdNamespaceAssociationCommand.js +24 -0
  21. package/dist-es/commands/UpdateProtectedQueryCommand.js +1 -1
  22. package/dist-es/commands/index.js +17 -0
  23. package/dist-es/models/index.js +1 -0
  24. package/dist-es/models/models_0.js +75 -20
  25. package/dist-es/models/models_1.js +21 -0
  26. package/dist-es/pagination/ListCollaborationIdNamespaceAssociationsPaginator.js +4 -0
  27. package/dist-es/pagination/ListIdMappingTablesPaginator.js +4 -0
  28. package/dist-es/pagination/ListIdNamespaceAssociationsPaginator.js +4 -0
  29. package/dist-es/pagination/index.js +3 -0
  30. package/dist-es/protocols/Aws_restJson1.js +602 -0
  31. package/dist-types/CleanRooms.d.ts +119 -0
  32. package/dist-types/CleanRoomsClient.d.ts +19 -2
  33. package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +20 -3
  34. package/dist-types/commands/BatchGetSchemaCommand.d.ts +15 -4
  35. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
  36. package/dist-types/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +143 -0
  37. package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +3 -0
  38. package/dist-types/commands/CreateIdMappingTableCommand.d.ts +115 -0
  39. package/dist-types/commands/CreateIdNamespaceAssociationCommand.d.ts +117 -0
  40. package/dist-types/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +79 -0
  42. package/dist-types/commands/DeleteIdMappingTableCommand.d.ts +74 -0
  43. package/dist-types/commands/DeleteIdNamespaceAssociationCommand.d.ts +74 -0
  44. package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
  45. package/dist-types/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +99 -0
  46. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +6 -0
  47. package/dist-types/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +114 -0
  48. package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +3 -0
  49. package/dist-types/commands/GetIdMappingTableCommand.d.ts +100 -0
  50. package/dist-types/commands/GetIdNamespaceAssociationCommand.d.ts +100 -0
  51. package/dist-types/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
  52. package/dist-types/commands/GetProtectedQueryCommand.d.ts +3 -0
  53. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +19 -2
  54. package/dist-types/commands/GetSchemaCommand.d.ts +15 -4
  55. package/dist-types/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +97 -0
  56. package/dist-types/commands/ListIdMappingTablesCommand.d.ts +95 -0
  57. package/dist-types/commands/ListIdNamespaceAssociationsCommand.d.ts +98 -0
  58. package/dist-types/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
  59. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +12 -0
  60. package/dist-types/commands/ListSchemasCommand.d.ts +3 -3
  61. package/dist-types/commands/PopulateIdMappingTableCommand.d.ts +79 -0
  62. package/dist-types/commands/StartProtectedQueryCommand.d.ts +6 -0
  63. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  64. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
  66. package/dist-types/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +145 -0
  67. package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +3 -0
  68. package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +102 -0
  69. package/dist-types/commands/UpdateIdNamespaceAssociationCommand.d.ts +105 -0
  70. package/dist-types/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
  71. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +5 -1
  72. package/dist-types/commands/index.d.ts +17 -0
  73. package/dist-types/models/index.d.ts +1 -0
  74. package/dist-types/models/models_0.d.ts +2016 -903
  75. package/dist-types/models/models_1.d.ts +430 -0
  76. package/dist-types/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +7 -0
  77. package/dist-types/pagination/ListIdMappingTablesPaginator.d.ts +7 -0
  78. package/dist-types/pagination/ListIdNamespaceAssociationsPaginator.d.ts +7 -0
  79. package/dist-types/pagination/index.d.ts +3 -0
  80. package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
  81. package/dist-types/ts3.4/CleanRooms.d.ts +325 -0
  82. package/dist-types/ts3.4/CleanRoomsClient.d.ts +102 -0
  83. package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  84. package/dist-types/ts3.4/commands/CreateIdMappingTableCommand.d.ts +40 -0
  85. package/dist-types/ts3.4/commands/CreateIdNamespaceAssociationCommand.d.ts +40 -0
  86. package/dist-types/ts3.4/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  88. package/dist-types/ts3.4/commands/DeleteIdMappingTableCommand.d.ts +40 -0
  89. package/dist-types/ts3.4/commands/DeleteIdNamespaceAssociationCommand.d.ts +40 -0
  90. package/dist-types/ts3.4/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +40 -0
  92. package/dist-types/ts3.4/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  93. package/dist-types/ts3.4/commands/GetIdMappingTableCommand.d.ts +39 -0
  94. package/dist-types/ts3.4/commands/GetIdNamespaceAssociationCommand.d.ts +40 -0
  95. package/dist-types/ts3.4/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +40 -0
  97. package/dist-types/ts3.4/commands/ListIdMappingTablesCommand.d.ts +40 -0
  98. package/dist-types/ts3.4/commands/ListIdNamespaceAssociationsCommand.d.ts +40 -0
  99. package/dist-types/ts3.4/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/PopulateIdMappingTableCommand.d.ts +40 -0
  101. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  104. package/dist-types/ts3.4/commands/UpdateIdMappingTableCommand.d.ts +40 -0
  105. package/dist-types/ts3.4/commands/UpdateIdNamespaceAssociationCommand.d.ts +40 -0
  106. package/dist-types/ts3.4/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/UpdateProtectedQueryCommand.d.ts +2 -4
  108. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  109. package/dist-types/ts3.4/models/index.d.ts +1 -0
  110. package/dist-types/ts3.4/models/models_0.d.ts +486 -134
  111. package/dist-types/ts3.4/models/models_1.d.ts +140 -0
  112. package/dist-types/ts3.4/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +11 -0
  113. package/dist-types/ts3.4/pagination/ListIdMappingTablesPaginator.d.ts +11 -0
  114. package/dist-types/ts3.4/pagination/ListIdNamespaceAssociationsPaginator.d.ts +11 -0
  115. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  116. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
  117. package/package.json +1 -1
@@ -5,16 +5,22 @@ export * from "./CreateAnalysisTemplateCommand";
5
5
  export * from "./CreateCollaborationCommand";
6
6
  export * from "./CreateConfiguredAudienceModelAssociationCommand";
7
7
  export * from "./CreateConfiguredTableAnalysisRuleCommand";
8
+ export * from "./CreateConfiguredTableAssociationAnalysisRuleCommand";
8
9
  export * from "./CreateConfiguredTableAssociationCommand";
9
10
  export * from "./CreateConfiguredTableCommand";
11
+ export * from "./CreateIdMappingTableCommand";
12
+ export * from "./CreateIdNamespaceAssociationCommand";
10
13
  export * from "./CreateMembershipCommand";
11
14
  export * from "./CreatePrivacyBudgetTemplateCommand";
12
15
  export * from "./DeleteAnalysisTemplateCommand";
13
16
  export * from "./DeleteCollaborationCommand";
14
17
  export * from "./DeleteConfiguredAudienceModelAssociationCommand";
15
18
  export * from "./DeleteConfiguredTableAnalysisRuleCommand";
19
+ export * from "./DeleteConfiguredTableAssociationAnalysisRuleCommand";
16
20
  export * from "./DeleteConfiguredTableAssociationCommand";
17
21
  export * from "./DeleteConfiguredTableCommand";
22
+ export * from "./DeleteIdMappingTableCommand";
23
+ export * from "./DeleteIdNamespaceAssociationCommand";
18
24
  export * from "./DeleteMemberCommand";
19
25
  export * from "./DeleteMembershipCommand";
20
26
  export * from "./DeletePrivacyBudgetTemplateCommand";
@@ -22,11 +28,15 @@ export * from "./GetAnalysisTemplateCommand";
22
28
  export * from "./GetCollaborationAnalysisTemplateCommand";
23
29
  export * from "./GetCollaborationCommand";
24
30
  export * from "./GetCollaborationConfiguredAudienceModelAssociationCommand";
31
+ export * from "./GetCollaborationIdNamespaceAssociationCommand";
25
32
  export * from "./GetCollaborationPrivacyBudgetTemplateCommand";
26
33
  export * from "./GetConfiguredAudienceModelAssociationCommand";
27
34
  export * from "./GetConfiguredTableAnalysisRuleCommand";
35
+ export * from "./GetConfiguredTableAssociationAnalysisRuleCommand";
28
36
  export * from "./GetConfiguredTableAssociationCommand";
29
37
  export * from "./GetConfiguredTableCommand";
38
+ export * from "./GetIdMappingTableCommand";
39
+ export * from "./GetIdNamespaceAssociationCommand";
30
40
  export * from "./GetMembershipCommand";
31
41
  export * from "./GetPrivacyBudgetTemplateCommand";
32
42
  export * from "./GetProtectedQueryCommand";
@@ -35,12 +45,15 @@ export * from "./GetSchemaCommand";
35
45
  export * from "./ListAnalysisTemplatesCommand";
36
46
  export * from "./ListCollaborationAnalysisTemplatesCommand";
37
47
  export * from "./ListCollaborationConfiguredAudienceModelAssociationsCommand";
48
+ export * from "./ListCollaborationIdNamespaceAssociationsCommand";
38
49
  export * from "./ListCollaborationPrivacyBudgetTemplatesCommand";
39
50
  export * from "./ListCollaborationPrivacyBudgetsCommand";
40
51
  export * from "./ListCollaborationsCommand";
41
52
  export * from "./ListConfiguredAudienceModelAssociationsCommand";
42
53
  export * from "./ListConfiguredTableAssociationsCommand";
43
54
  export * from "./ListConfiguredTablesCommand";
55
+ export * from "./ListIdMappingTablesCommand";
56
+ export * from "./ListIdNamespaceAssociationsCommand";
44
57
  export * from "./ListMembersCommand";
45
58
  export * from "./ListMembershipsCommand";
46
59
  export * from "./ListPrivacyBudgetTemplatesCommand";
@@ -48,6 +61,7 @@ export * from "./ListPrivacyBudgetsCommand";
48
61
  export * from "./ListProtectedQueriesCommand";
49
62
  export * from "./ListSchemasCommand";
50
63
  export * from "./ListTagsForResourceCommand";
64
+ export * from "./PopulateIdMappingTableCommand";
51
65
  export * from "./PreviewPrivacyImpactCommand";
52
66
  export * from "./StartProtectedQueryCommand";
53
67
  export * from "./TagResourceCommand";
@@ -56,8 +70,11 @@ export * from "./UpdateAnalysisTemplateCommand";
56
70
  export * from "./UpdateCollaborationCommand";
57
71
  export * from "./UpdateConfiguredAudienceModelAssociationCommand";
58
72
  export * from "./UpdateConfiguredTableAnalysisRuleCommand";
73
+ export * from "./UpdateConfiguredTableAssociationAnalysisRuleCommand";
59
74
  export * from "./UpdateConfiguredTableAssociationCommand";
60
75
  export * from "./UpdateConfiguredTableCommand";
76
+ export * from "./UpdateIdMappingTableCommand";
77
+ export * from "./UpdateIdNamespaceAssociationCommand";
61
78
  export * from "./UpdateMembershipCommand";
62
79
  export * from "./UpdatePrivacyBudgetTemplateCommand";
63
80
  export * from "./UpdateProtectedQueryCommand";
@@ -1 +1,2 @@
1
1
  export * from "./models_0";
2
+ export * from "./models_1";
@@ -16,6 +16,11 @@ export class AccessDeniedException extends __BaseException {
16
16
  this.reason = opts.reason;
17
17
  }
18
18
  }
19
+ export const AdditionalAnalyses = {
20
+ ALLOWED: "ALLOWED",
21
+ NOT_ALLOWED: "NOT_ALLOWED",
22
+ REQUIRED: "REQUIRED",
23
+ };
19
24
  export const AggregateFunctionName = {
20
25
  AVG: "AVG",
21
26
  COUNT: "COUNT",
@@ -82,6 +87,14 @@ export const ScalarFunctions = {
82
87
  TRUNC: "TRUNC",
83
88
  UPPER: "UPPER",
84
89
  };
90
+ export var QueryConstraint;
91
+ (function (QueryConstraint) {
92
+ QueryConstraint.visit = (value, visitor) => {
93
+ if (value.requireOverlap !== undefined)
94
+ return visitor.requireOverlap(value.requireOverlap);
95
+ return visitor._(value.$unknown[0], value.$unknown[1]);
96
+ };
97
+ })(QueryConstraint || (QueryConstraint = {}));
85
98
  export var AnalysisRulePolicyV1;
86
99
  (function (AnalysisRulePolicyV1) {
87
100
  AnalysisRulePolicyV1.visit = (value, visitor) => {
@@ -91,6 +104,8 @@ export var AnalysisRulePolicyV1;
91
104
  return visitor.aggregation(value.aggregation);
92
105
  if (value.custom !== undefined)
93
106
  return visitor.custom(value.custom);
107
+ if (value.idMappingTable !== undefined)
108
+ return visitor.idMappingTable(value.idMappingTable);
94
109
  return visitor._(value.$unknown[0], value.$unknown[1]);
95
110
  };
96
111
  })(AnalysisRulePolicyV1 || (AnalysisRulePolicyV1 = {}));
@@ -105,6 +120,7 @@ export var AnalysisRulePolicy;
105
120
  export const AnalysisRuleType = {
106
121
  AGGREGATION: "AGGREGATION",
107
122
  CUSTOM: "CUSTOM",
123
+ ID_MAPPING_TABLE: "ID_MAPPING_TABLE",
108
124
  LIST: "LIST",
109
125
  };
110
126
  export var AnalysisSource;
@@ -221,20 +237,44 @@ export class ValidationException extends __BaseException {
221
237
  this.fieldList = opts.fieldList;
222
238
  }
223
239
  }
240
+ export const AnalysisType = {
241
+ ADDITIONAL_ANALYSIS: "ADDITIONAL_ANALYSIS",
242
+ DIRECT_ANALYSIS: "DIRECT_ANALYSIS",
243
+ };
224
244
  export const SchemaConfiguration = {
225
245
  DIFFERENTIAL_PRIVACY: "DIFFERENTIAL_PRIVACY",
226
246
  };
227
247
  export const SchemaStatusReasonCode = {
248
+ ADDITIONAL_ANALYSES_NOT_ALLOWED: "ADDITIONAL_ANALYSES_NOT_ALLOWED",
249
+ ADDITIONAL_ANALYSES_NOT_CONFIGURED: "ADDITIONAL_ANALYSES_NOT_CONFIGURED",
228
250
  ANALYSIS_PROVIDERS_NOT_CONFIGURED: "ANALYSIS_PROVIDERS_NOT_CONFIGURED",
229
251
  ANALYSIS_RULE_MISSING: "ANALYSIS_RULE_MISSING",
252
+ ANALYSIS_RULE_TYPES_NOT_COMPATIBLE: "ANALYSIS_RULE_TYPES_NOT_COMPATIBLE",
230
253
  ANALYSIS_TEMPLATES_NOT_CONFIGURED: "ANALYSIS_TEMPLATES_NOT_CONFIGURED",
254
+ COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED: "COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED",
231
255
  DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED: "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED",
256
+ ID_MAPPING_TABLE_NOT_POPULATED: "ID_MAPPING_TABLE_NOT_POPULATED",
257
+ RESULT_RECEIVERS_NOT_ALLOWED: "RESULT_RECEIVERS_NOT_ALLOWED",
258
+ RESULT_RECEIVERS_NOT_CONFIGURED: "RESULT_RECEIVERS_NOT_CONFIGURED",
232
259
  };
233
260
  export const SchemaStatus = {
234
261
  NOT_READY: "NOT_READY",
235
262
  READY: "READY",
236
263
  };
264
+ export const IdNamespaceType = {
265
+ SOURCE: "SOURCE",
266
+ TARGET: "TARGET",
267
+ };
268
+ export var SchemaTypeProperties;
269
+ (function (SchemaTypeProperties) {
270
+ SchemaTypeProperties.visit = (value, visitor) => {
271
+ if (value.idMappingTable !== undefined)
272
+ return visitor.idMappingTable(value.idMappingTable);
273
+ return visitor._(value.$unknown[0], value.$unknown[1]);
274
+ };
275
+ })(SchemaTypeProperties || (SchemaTypeProperties = {}));
237
276
  export const SchemaType = {
277
+ ID_MAPPING_TABLE: "ID_MAPPING_TABLE",
238
278
  TABLE: "TABLE",
239
279
  };
240
280
  export const MemberAbility = {
@@ -285,6 +325,31 @@ export const FilterableMemberStatus = {
285
325
  ACTIVE: "ACTIVE",
286
326
  INVITED: "INVITED",
287
327
  };
328
+ export const ConfiguredTableAssociationAnalysisRuleType = {
329
+ AGGREGATION: "AGGREGATION",
330
+ CUSTOM: "CUSTOM",
331
+ LIST: "LIST",
332
+ };
333
+ export var ConfiguredTableAssociationAnalysisRulePolicyV1;
334
+ (function (ConfiguredTableAssociationAnalysisRulePolicyV1) {
335
+ ConfiguredTableAssociationAnalysisRulePolicyV1.visit = (value, visitor) => {
336
+ if (value.list !== undefined)
337
+ return visitor.list(value.list);
338
+ if (value.aggregation !== undefined)
339
+ return visitor.aggregation(value.aggregation);
340
+ if (value.custom !== undefined)
341
+ return visitor.custom(value.custom);
342
+ return visitor._(value.$unknown[0], value.$unknown[1]);
343
+ };
344
+ })(ConfiguredTableAssociationAnalysisRulePolicyV1 || (ConfiguredTableAssociationAnalysisRulePolicyV1 = {}));
345
+ export var ConfiguredTableAssociationAnalysisRulePolicy;
346
+ (function (ConfiguredTableAssociationAnalysisRulePolicy) {
347
+ ConfiguredTableAssociationAnalysisRulePolicy.visit = (value, visitor) => {
348
+ if (value.v1 !== undefined)
349
+ return visitor.v1(value.v1);
350
+ return visitor._(value.$unknown[0], value.$unknown[1]);
351
+ };
352
+ })(ConfiguredTableAssociationAnalysisRulePolicy || (ConfiguredTableAssociationAnalysisRulePolicy = {}));
288
353
  export var TableReference;
289
354
  (function (TableReference) {
290
355
  TableReference.visit = (value, visitor) => {
@@ -354,6 +419,8 @@ export var ProtectedQueryOutputConfiguration;
354
419
  ProtectedQueryOutputConfiguration.visit = (value, visitor) => {
355
420
  if (value.s3 !== undefined)
356
421
  return visitor.s3(value.s3);
422
+ if (value.member !== undefined)
423
+ return visitor.member(value.member);
357
424
  return visitor._(value.$unknown[0], value.$unknown[1]);
358
425
  };
359
426
  })(ProtectedQueryOutputConfiguration || (ProtectedQueryOutputConfiguration = {}));
@@ -366,6 +433,14 @@ export const ProtectedQueryStatus = {
366
433
  SUCCESS: "SUCCESS",
367
434
  TIMED_OUT: "TIMED_OUT",
368
435
  };
436
+ export var ConfigurationDetails;
437
+ (function (ConfigurationDetails) {
438
+ ConfigurationDetails.visit = (value, visitor) => {
439
+ if (value.directAnalysisConfigurationDetails !== undefined)
440
+ return visitor.directAnalysisConfigurationDetails(value.directAnalysisConfigurationDetails);
441
+ return visitor._(value.$unknown[0], value.$unknown[1]);
442
+ };
443
+ })(ConfigurationDetails || (ConfigurationDetails = {}));
369
444
  export var PreviewPrivacyImpactParametersInput;
370
445
  (function (PreviewPrivacyImpactParametersInput) {
371
446
  PreviewPrivacyImpactParametersInput.visit = (value, visitor) => {
@@ -388,22 +463,6 @@ export const ProtectedQueryType = {
388
463
  export const TargetProtectedQueryStatus = {
389
464
  CANCELLED: "CANCELLED",
390
465
  };
391
- export var PrivacyBudgetTemplateParametersInput;
392
- (function (PrivacyBudgetTemplateParametersInput) {
393
- PrivacyBudgetTemplateParametersInput.visit = (value, visitor) => {
394
- if (value.differentialPrivacy !== undefined)
395
- return visitor.differentialPrivacy(value.differentialPrivacy);
396
- return visitor._(value.$unknown[0], value.$unknown[1]);
397
- };
398
- })(PrivacyBudgetTemplateParametersInput || (PrivacyBudgetTemplateParametersInput = {}));
399
- export var PrivacyBudgetTemplateUpdateParameters;
400
- (function (PrivacyBudgetTemplateUpdateParameters) {
401
- PrivacyBudgetTemplateUpdateParameters.visit = (value, visitor) => {
402
- if (value.differentialPrivacy !== undefined)
403
- return visitor.differentialPrivacy(value.differentialPrivacy);
404
- return visitor._(value.$unknown[0], value.$unknown[1]);
405
- };
406
- })(PrivacyBudgetTemplateUpdateParameters || (PrivacyBudgetTemplateUpdateParameters = {}));
407
466
  export const AnalysisParameterFilterSensitiveLog = (obj) => ({
408
467
  ...obj,
409
468
  });
@@ -474,7 +533,3 @@ export const StartProtectedQueryOutputFilterSensitiveLog = (obj) => ({
474
533
  ...obj,
475
534
  ...(obj.protectedQuery && { protectedQuery: ProtectedQueryFilterSensitiveLog(obj.protectedQuery) }),
476
535
  });
477
- export const UpdateProtectedQueryOutputFilterSensitiveLog = (obj) => ({
478
- ...obj,
479
- ...(obj.protectedQuery && { protectedQuery: ProtectedQueryFilterSensitiveLog(obj.protectedQuery) }),
480
- });
@@ -0,0 +1,21 @@
1
+ import { ProtectedQueryFilterSensitiveLog, } from "./models_0";
2
+ export var PrivacyBudgetTemplateParametersInput;
3
+ (function (PrivacyBudgetTemplateParametersInput) {
4
+ PrivacyBudgetTemplateParametersInput.visit = (value, visitor) => {
5
+ if (value.differentialPrivacy !== undefined)
6
+ return visitor.differentialPrivacy(value.differentialPrivacy);
7
+ return visitor._(value.$unknown[0], value.$unknown[1]);
8
+ };
9
+ })(PrivacyBudgetTemplateParametersInput || (PrivacyBudgetTemplateParametersInput = {}));
10
+ export var PrivacyBudgetTemplateUpdateParameters;
11
+ (function (PrivacyBudgetTemplateUpdateParameters) {
12
+ PrivacyBudgetTemplateUpdateParameters.visit = (value, visitor) => {
13
+ if (value.differentialPrivacy !== undefined)
14
+ return visitor.differentialPrivacy(value.differentialPrivacy);
15
+ return visitor._(value.$unknown[0], value.$unknown[1]);
16
+ };
17
+ })(PrivacyBudgetTemplateUpdateParameters || (PrivacyBudgetTemplateUpdateParameters = {}));
18
+ export const UpdateProtectedQueryOutputFilterSensitiveLog = (obj) => ({
19
+ ...obj,
20
+ ...(obj.protectedQuery && { protectedQuery: ProtectedQueryFilterSensitiveLog(obj.protectedQuery) }),
21
+ });
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { CleanRoomsClient } from "../CleanRoomsClient";
3
+ import { ListCollaborationIdNamespaceAssociationsCommand, } from "../commands/ListCollaborationIdNamespaceAssociationsCommand";
4
+ export const paginateListCollaborationIdNamespaceAssociations = createPaginator(CleanRoomsClient, ListCollaborationIdNamespaceAssociationsCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { CleanRoomsClient } from "../CleanRoomsClient";
3
+ import { ListIdMappingTablesCommand, } from "../commands/ListIdMappingTablesCommand";
4
+ export const paginateListIdMappingTables = createPaginator(CleanRoomsClient, ListIdMappingTablesCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { CleanRoomsClient } from "../CleanRoomsClient";
3
+ import { ListIdNamespaceAssociationsCommand, } from "../commands/ListIdNamespaceAssociationsCommand";
4
+ export const paginateListIdNamespaceAssociations = createPaginator(CleanRoomsClient, ListIdNamespaceAssociationsCommand, "nextToken", "nextToken", "maxResults");
@@ -2,12 +2,15 @@ export * from "./Interfaces";
2
2
  export * from "./ListAnalysisTemplatesPaginator";
3
3
  export * from "./ListCollaborationAnalysisTemplatesPaginator";
4
4
  export * from "./ListCollaborationConfiguredAudienceModelAssociationsPaginator";
5
+ export * from "./ListCollaborationIdNamespaceAssociationsPaginator";
5
6
  export * from "./ListCollaborationPrivacyBudgetTemplatesPaginator";
6
7
  export * from "./ListCollaborationPrivacyBudgetsPaginator";
7
8
  export * from "./ListCollaborationsPaginator";
8
9
  export * from "./ListConfiguredAudienceModelAssociationsPaginator";
9
10
  export * from "./ListConfiguredTableAssociationsPaginator";
10
11
  export * from "./ListConfiguredTablesPaginator";
12
+ export * from "./ListIdMappingTablesPaginator";
13
+ export * from "./ListIdNamespaceAssociationsPaginator";
11
14
  export * from "./ListMembersPaginator";
12
15
  export * from "./ListMembershipsPaginator";
13
16
  export * from "./ListPrivacyBudgetTemplatesPaginator";