@aws-sdk/client-cleanrooms 3.461.0 → 3.465.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 (123) hide show
  1. package/README.md +136 -0
  2. package/dist-cjs/CleanRooms.js +34 -0
  3. package/dist-cjs/commands/CreateConfiguredAudienceModelAssociationCommand.js +51 -0
  4. package/dist-cjs/commands/CreatePrivacyBudgetTemplateCommand.js +51 -0
  5. package/dist-cjs/commands/DeleteConfiguredAudienceModelAssociationCommand.js +51 -0
  6. package/dist-cjs/commands/DeletePrivacyBudgetTemplateCommand.js +51 -0
  7. package/dist-cjs/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.js +51 -0
  8. package/dist-cjs/commands/GetCollaborationPrivacyBudgetTemplateCommand.js +51 -0
  9. package/dist-cjs/commands/GetConfiguredAudienceModelAssociationCommand.js +51 -0
  10. package/dist-cjs/commands/GetPrivacyBudgetTemplateCommand.js +51 -0
  11. package/dist-cjs/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.js +51 -0
  12. package/dist-cjs/commands/ListCollaborationPrivacyBudgetTemplatesCommand.js +51 -0
  13. package/dist-cjs/commands/ListCollaborationPrivacyBudgetsCommand.js +51 -0
  14. package/dist-cjs/commands/ListConfiguredAudienceModelAssociationsCommand.js +51 -0
  15. package/dist-cjs/commands/ListPrivacyBudgetTemplatesCommand.js +51 -0
  16. package/dist-cjs/commands/ListPrivacyBudgetsCommand.js +51 -0
  17. package/dist-cjs/commands/PreviewPrivacyImpactCommand.js +51 -0
  18. package/dist-cjs/commands/UpdateConfiguredAudienceModelAssociationCommand.js +51 -0
  19. package/dist-cjs/commands/UpdatePrivacyBudgetTemplateCommand.js +51 -0
  20. package/dist-cjs/commands/index.js +17 -0
  21. package/dist-cjs/models/models_0.js +64 -2
  22. package/dist-cjs/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.js +29 -0
  23. package/dist-cjs/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.js +29 -0
  24. package/dist-cjs/pagination/ListCollaborationPrivacyBudgetsPaginator.js +29 -0
  25. package/dist-cjs/pagination/ListConfiguredAudienceModelAssociationsPaginator.js +29 -0
  26. package/dist-cjs/pagination/ListPrivacyBudgetTemplatesPaginator.js +29 -0
  27. package/dist-cjs/pagination/ListPrivacyBudgetsPaginator.js +29 -0
  28. package/dist-cjs/pagination/index.js +6 -0
  29. package/dist-cjs/protocols/Aws_restJson1.js +1513 -128
  30. package/dist-es/CleanRooms.js +34 -0
  31. package/dist-es/commands/CreateConfiguredAudienceModelAssociationCommand.js +47 -0
  32. package/dist-es/commands/CreatePrivacyBudgetTemplateCommand.js +47 -0
  33. package/dist-es/commands/DeleteConfiguredAudienceModelAssociationCommand.js +47 -0
  34. package/dist-es/commands/DeletePrivacyBudgetTemplateCommand.js +47 -0
  35. package/dist-es/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.js +47 -0
  36. package/dist-es/commands/GetCollaborationPrivacyBudgetTemplateCommand.js +47 -0
  37. package/dist-es/commands/GetConfiguredAudienceModelAssociationCommand.js +47 -0
  38. package/dist-es/commands/GetPrivacyBudgetTemplateCommand.js +47 -0
  39. package/dist-es/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.js +47 -0
  40. package/dist-es/commands/ListCollaborationPrivacyBudgetTemplatesCommand.js +47 -0
  41. package/dist-es/commands/ListCollaborationPrivacyBudgetsCommand.js +47 -0
  42. package/dist-es/commands/ListConfiguredAudienceModelAssociationsCommand.js +47 -0
  43. package/dist-es/commands/ListPrivacyBudgetTemplatesCommand.js +47 -0
  44. package/dist-es/commands/ListPrivacyBudgetsCommand.js +47 -0
  45. package/dist-es/commands/PreviewPrivacyImpactCommand.js +47 -0
  46. package/dist-es/commands/UpdateConfiguredAudienceModelAssociationCommand.js +47 -0
  47. package/dist-es/commands/UpdatePrivacyBudgetTemplateCommand.js +47 -0
  48. package/dist-es/commands/index.js +17 -0
  49. package/dist-es/models/models_0.js +62 -0
  50. package/dist-es/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.js +25 -0
  51. package/dist-es/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.js +25 -0
  52. package/dist-es/pagination/ListCollaborationPrivacyBudgetsPaginator.js +25 -0
  53. package/dist-es/pagination/ListConfiguredAudienceModelAssociationsPaginator.js +25 -0
  54. package/dist-es/pagination/ListPrivacyBudgetTemplatesPaginator.js +25 -0
  55. package/dist-es/pagination/ListPrivacyBudgetsPaginator.js +25 -0
  56. package/dist-es/pagination/index.js +6 -0
  57. package/dist-es/protocols/Aws_restJson1.js +1541 -191
  58. package/dist-types/CleanRooms.d.ts +119 -0
  59. package/dist-types/CleanRoomsClient.d.ts +19 -2
  60. package/dist-types/commands/CreateConfiguredAudienceModelAssociationCommand.d.ts +114 -0
  61. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +14 -0
  62. package/dist-types/commands/CreatePrivacyBudgetTemplateCommand.d.ts +119 -0
  63. package/dist-types/commands/DeleteConfiguredAudienceModelAssociationCommand.d.ts +87 -0
  64. package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +87 -0
  65. package/dist-types/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.d.ts +100 -0
  66. package/dist-types/commands/GetCollaborationPrivacyBudgetTemplateCommand.d.ts +105 -0
  67. package/dist-types/commands/GetConfiguredAudienceModelAssociationCommand.d.ts +102 -0
  68. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +7 -0
  69. package/dist-types/commands/GetPrivacyBudgetTemplateCommand.d.ts +106 -0
  70. package/dist-types/commands/GetProtectedQueryCommand.d.ts +11 -0
  71. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +7 -0
  72. package/dist-types/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.d.ts +103 -0
  73. package/dist-types/commands/ListCollaborationPrivacyBudgetTemplatesCommand.d.ts +102 -0
  74. package/dist-types/commands/ListCollaborationPrivacyBudgetsCommand.d.ts +116 -0
  75. package/dist-types/commands/ListConfiguredAudienceModelAssociationsCommand.d.ts +105 -0
  76. package/dist-types/commands/ListPrivacyBudgetTemplatesCommand.d.ts +103 -0
  77. package/dist-types/commands/ListPrivacyBudgetsCommand.d.ts +117 -0
  78. package/dist-types/commands/PreviewPrivacyImpactCommand.d.ts +103 -0
  79. package/dist-types/commands/StartProtectedQueryCommand.d.ts +11 -0
  80. package/dist-types/commands/UpdateConfiguredAudienceModelAssociationCommand.d.ts +104 -0
  81. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +14 -0
  82. package/dist-types/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +116 -0
  83. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +11 -0
  84. package/dist-types/commands/index.d.ts +17 -0
  85. package/dist-types/models/models_0.d.ts +2605 -1044
  86. package/dist-types/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.d.ts +7 -0
  87. package/dist-types/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.d.ts +7 -0
  88. package/dist-types/pagination/ListCollaborationPrivacyBudgetsPaginator.d.ts +7 -0
  89. package/dist-types/pagination/ListConfiguredAudienceModelAssociationsPaginator.d.ts +7 -0
  90. package/dist-types/pagination/ListPrivacyBudgetTemplatesPaginator.d.ts +7 -0
  91. package/dist-types/pagination/ListPrivacyBudgetsPaginator.d.ts +7 -0
  92. package/dist-types/pagination/index.d.ts +6 -0
  93. package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
  94. package/dist-types/ts3.4/CleanRooms.d.ts +343 -0
  95. package/dist-types/ts3.4/CleanRoomsClient.d.ts +102 -0
  96. package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelAssociationCommand.d.ts +42 -0
  97. package/dist-types/ts3.4/commands/CreatePrivacyBudgetTemplateCommand.d.ts +42 -0
  98. package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelAssociationCommand.d.ts +42 -0
  99. package/dist-types/ts3.4/commands/DeletePrivacyBudgetTemplateCommand.d.ts +42 -0
  100. package/dist-types/ts3.4/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.d.ts +44 -0
  101. package/dist-types/ts3.4/commands/GetCollaborationPrivacyBudgetTemplateCommand.d.ts +42 -0
  102. package/dist-types/ts3.4/commands/GetConfiguredAudienceModelAssociationCommand.d.ts +42 -0
  103. package/dist-types/ts3.4/commands/GetPrivacyBudgetTemplateCommand.d.ts +42 -0
  104. package/dist-types/ts3.4/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.d.ts +44 -0
  105. package/dist-types/ts3.4/commands/ListCollaborationPrivacyBudgetTemplatesCommand.d.ts +42 -0
  106. package/dist-types/ts3.4/commands/ListCollaborationPrivacyBudgetsCommand.d.ts +42 -0
  107. package/dist-types/ts3.4/commands/ListConfiguredAudienceModelAssociationsCommand.d.ts +42 -0
  108. package/dist-types/ts3.4/commands/ListPrivacyBudgetTemplatesCommand.d.ts +42 -0
  109. package/dist-types/ts3.4/commands/ListPrivacyBudgetsCommand.d.ts +39 -0
  110. package/dist-types/ts3.4/commands/PreviewPrivacyImpactCommand.d.ts +42 -0
  111. package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelAssociationCommand.d.ts +42 -0
  112. package/dist-types/ts3.4/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +42 -0
  113. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  114. package/dist-types/ts3.4/models/models_0.d.ts +477 -0
  115. package/dist-types/ts3.4/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.d.ts +11 -0
  116. package/dist-types/ts3.4/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.d.ts +11 -0
  117. package/dist-types/ts3.4/pagination/ListCollaborationPrivacyBudgetsPaginator.d.ts +11 -0
  118. package/dist-types/ts3.4/pagination/ListConfiguredAudienceModelAssociationsPaginator.d.ts +11 -0
  119. package/dist-types/ts3.4/pagination/ListPrivacyBudgetTemplatesPaginator.d.ts +11 -0
  120. package/dist-types/ts3.4/pagination/ListPrivacyBudgetsPaginator.d.ts +11 -0
  121. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  122. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
  123. package/package.json +14 -16
@@ -4,46 +4,63 @@ import { BatchGetCollaborationAnalysisTemplateCommandInput, BatchGetCollaboratio
4
4
  import { BatchGetSchemaCommandInput, BatchGetSchemaCommandOutput } from "./commands/BatchGetSchemaCommand";
5
5
  import { CreateAnalysisTemplateCommandInput, CreateAnalysisTemplateCommandOutput } from "./commands/CreateAnalysisTemplateCommand";
6
6
  import { CreateCollaborationCommandInput, CreateCollaborationCommandOutput } from "./commands/CreateCollaborationCommand";
7
+ import { CreateConfiguredAudienceModelAssociationCommandInput, CreateConfiguredAudienceModelAssociationCommandOutput } from "./commands/CreateConfiguredAudienceModelAssociationCommand";
7
8
  import { CreateConfiguredTableAnalysisRuleCommandInput, CreateConfiguredTableAnalysisRuleCommandOutput } from "./commands/CreateConfiguredTableAnalysisRuleCommand";
8
9
  import { CreateConfiguredTableAssociationCommandInput, CreateConfiguredTableAssociationCommandOutput } from "./commands/CreateConfiguredTableAssociationCommand";
9
10
  import { CreateConfiguredTableCommandInput, CreateConfiguredTableCommandOutput } from "./commands/CreateConfiguredTableCommand";
10
11
  import { CreateMembershipCommandInput, CreateMembershipCommandOutput } from "./commands/CreateMembershipCommand";
12
+ import { CreatePrivacyBudgetTemplateCommandInput, CreatePrivacyBudgetTemplateCommandOutput } from "./commands/CreatePrivacyBudgetTemplateCommand";
11
13
  import { DeleteAnalysisTemplateCommandInput, DeleteAnalysisTemplateCommandOutput } from "./commands/DeleteAnalysisTemplateCommand";
12
14
  import { DeleteCollaborationCommandInput, DeleteCollaborationCommandOutput } from "./commands/DeleteCollaborationCommand";
15
+ import { DeleteConfiguredAudienceModelAssociationCommandInput, DeleteConfiguredAudienceModelAssociationCommandOutput } from "./commands/DeleteConfiguredAudienceModelAssociationCommand";
13
16
  import { DeleteConfiguredTableAnalysisRuleCommandInput, DeleteConfiguredTableAnalysisRuleCommandOutput } from "./commands/DeleteConfiguredTableAnalysisRuleCommand";
14
17
  import { DeleteConfiguredTableAssociationCommandInput, DeleteConfiguredTableAssociationCommandOutput } from "./commands/DeleteConfiguredTableAssociationCommand";
15
18
  import { DeleteConfiguredTableCommandInput, DeleteConfiguredTableCommandOutput } from "./commands/DeleteConfiguredTableCommand";
16
19
  import { DeleteMemberCommandInput, DeleteMemberCommandOutput } from "./commands/DeleteMemberCommand";
17
20
  import { DeleteMembershipCommandInput, DeleteMembershipCommandOutput } from "./commands/DeleteMembershipCommand";
21
+ import { DeletePrivacyBudgetTemplateCommandInput, DeletePrivacyBudgetTemplateCommandOutput } from "./commands/DeletePrivacyBudgetTemplateCommand";
18
22
  import { GetAnalysisTemplateCommandInput, GetAnalysisTemplateCommandOutput } from "./commands/GetAnalysisTemplateCommand";
19
23
  import { GetCollaborationAnalysisTemplateCommandInput, GetCollaborationAnalysisTemplateCommandOutput } from "./commands/GetCollaborationAnalysisTemplateCommand";
20
24
  import { GetCollaborationCommandInput, GetCollaborationCommandOutput } from "./commands/GetCollaborationCommand";
25
+ import { GetCollaborationConfiguredAudienceModelAssociationCommandInput, GetCollaborationConfiguredAudienceModelAssociationCommandOutput } from "./commands/GetCollaborationConfiguredAudienceModelAssociationCommand";
26
+ import { GetCollaborationPrivacyBudgetTemplateCommandInput, GetCollaborationPrivacyBudgetTemplateCommandOutput } from "./commands/GetCollaborationPrivacyBudgetTemplateCommand";
27
+ import { GetConfiguredAudienceModelAssociationCommandInput, GetConfiguredAudienceModelAssociationCommandOutput } from "./commands/GetConfiguredAudienceModelAssociationCommand";
21
28
  import { GetConfiguredTableAnalysisRuleCommandInput, GetConfiguredTableAnalysisRuleCommandOutput } from "./commands/GetConfiguredTableAnalysisRuleCommand";
22
29
  import { GetConfiguredTableAssociationCommandInput, GetConfiguredTableAssociationCommandOutput } from "./commands/GetConfiguredTableAssociationCommand";
23
30
  import { GetConfiguredTableCommandInput, GetConfiguredTableCommandOutput } from "./commands/GetConfiguredTableCommand";
24
31
  import { GetMembershipCommandInput, GetMembershipCommandOutput } from "./commands/GetMembershipCommand";
32
+ import { GetPrivacyBudgetTemplateCommandInput, GetPrivacyBudgetTemplateCommandOutput } from "./commands/GetPrivacyBudgetTemplateCommand";
25
33
  import { GetProtectedQueryCommandInput, GetProtectedQueryCommandOutput } from "./commands/GetProtectedQueryCommand";
26
34
  import { GetSchemaAnalysisRuleCommandInput, GetSchemaAnalysisRuleCommandOutput } from "./commands/GetSchemaAnalysisRuleCommand";
27
35
  import { GetSchemaCommandInput, GetSchemaCommandOutput } from "./commands/GetSchemaCommand";
28
36
  import { ListAnalysisTemplatesCommandInput, ListAnalysisTemplatesCommandOutput } from "./commands/ListAnalysisTemplatesCommand";
29
37
  import { ListCollaborationAnalysisTemplatesCommandInput, ListCollaborationAnalysisTemplatesCommandOutput } from "./commands/ListCollaborationAnalysisTemplatesCommand";
38
+ import { ListCollaborationConfiguredAudienceModelAssociationsCommandInput, ListCollaborationConfiguredAudienceModelAssociationsCommandOutput } from "./commands/ListCollaborationConfiguredAudienceModelAssociationsCommand";
39
+ import { ListCollaborationPrivacyBudgetsCommandInput, ListCollaborationPrivacyBudgetsCommandOutput } from "./commands/ListCollaborationPrivacyBudgetsCommand";
40
+ import { ListCollaborationPrivacyBudgetTemplatesCommandInput, ListCollaborationPrivacyBudgetTemplatesCommandOutput } from "./commands/ListCollaborationPrivacyBudgetTemplatesCommand";
30
41
  import { ListCollaborationsCommandInput, ListCollaborationsCommandOutput } from "./commands/ListCollaborationsCommand";
42
+ import { ListConfiguredAudienceModelAssociationsCommandInput, ListConfiguredAudienceModelAssociationsCommandOutput } from "./commands/ListConfiguredAudienceModelAssociationsCommand";
31
43
  import { ListConfiguredTableAssociationsCommandInput, ListConfiguredTableAssociationsCommandOutput } from "./commands/ListConfiguredTableAssociationsCommand";
32
44
  import { ListConfiguredTablesCommandInput, ListConfiguredTablesCommandOutput } from "./commands/ListConfiguredTablesCommand";
33
45
  import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
34
46
  import { ListMembershipsCommandInput, ListMembershipsCommandOutput } from "./commands/ListMembershipsCommand";
47
+ import { ListPrivacyBudgetsCommandInput, ListPrivacyBudgetsCommandOutput } from "./commands/ListPrivacyBudgetsCommand";
48
+ import { ListPrivacyBudgetTemplatesCommandInput, ListPrivacyBudgetTemplatesCommandOutput } from "./commands/ListPrivacyBudgetTemplatesCommand";
35
49
  import { ListProtectedQueriesCommandInput, ListProtectedQueriesCommandOutput } from "./commands/ListProtectedQueriesCommand";
36
50
  import { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
37
51
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
52
+ import { PreviewPrivacyImpactCommandInput, PreviewPrivacyImpactCommandOutput } from "./commands/PreviewPrivacyImpactCommand";
38
53
  import { StartProtectedQueryCommandInput, StartProtectedQueryCommandOutput } from "./commands/StartProtectedQueryCommand";
39
54
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
40
55
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
41
56
  import { UpdateAnalysisTemplateCommandInput, UpdateAnalysisTemplateCommandOutput } from "./commands/UpdateAnalysisTemplateCommand";
42
57
  import { UpdateCollaborationCommandInput, UpdateCollaborationCommandOutput } from "./commands/UpdateCollaborationCommand";
58
+ import { UpdateConfiguredAudienceModelAssociationCommandInput, UpdateConfiguredAudienceModelAssociationCommandOutput } from "./commands/UpdateConfiguredAudienceModelAssociationCommand";
43
59
  import { UpdateConfiguredTableAnalysisRuleCommandInput, UpdateConfiguredTableAnalysisRuleCommandOutput } from "./commands/UpdateConfiguredTableAnalysisRuleCommand";
44
60
  import { UpdateConfiguredTableAssociationCommandInput, UpdateConfiguredTableAssociationCommandOutput } from "./commands/UpdateConfiguredTableAssociationCommand";
45
61
  import { UpdateConfiguredTableCommandInput, UpdateConfiguredTableCommandOutput } from "./commands/UpdateConfiguredTableCommand";
46
62
  import { UpdateMembershipCommandInput, UpdateMembershipCommandOutput } from "./commands/UpdateMembershipCommand";
63
+ import { UpdatePrivacyBudgetTemplateCommandInput, UpdatePrivacyBudgetTemplateCommandOutput } from "./commands/UpdatePrivacyBudgetTemplateCommand";
47
64
  import { UpdateProtectedQueryCommandInput, UpdateProtectedQueryCommandOutput } from "./commands/UpdateProtectedQueryCommand";
48
65
  export interface CleanRooms {
49
66
  /**
@@ -70,6 +87,12 @@ export interface CleanRooms {
70
87
  createCollaboration(args: CreateCollaborationCommandInput, options?: __HttpHandlerOptions): Promise<CreateCollaborationCommandOutput>;
71
88
  createCollaboration(args: CreateCollaborationCommandInput, cb: (err: any, data?: CreateCollaborationCommandOutput) => void): void;
72
89
  createCollaboration(args: CreateCollaborationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCollaborationCommandOutput) => void): void;
90
+ /**
91
+ * @see {@link CreateConfiguredAudienceModelAssociationCommand}
92
+ */
93
+ createConfiguredAudienceModelAssociation(args: CreateConfiguredAudienceModelAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateConfiguredAudienceModelAssociationCommandOutput>;
94
+ createConfiguredAudienceModelAssociation(args: CreateConfiguredAudienceModelAssociationCommandInput, cb: (err: any, data?: CreateConfiguredAudienceModelAssociationCommandOutput) => void): void;
95
+ createConfiguredAudienceModelAssociation(args: CreateConfiguredAudienceModelAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfiguredAudienceModelAssociationCommandOutput) => void): void;
73
96
  /**
74
97
  * @see {@link CreateConfiguredTableCommand}
75
98
  */
@@ -94,6 +117,12 @@ export interface CleanRooms {
94
117
  createMembership(args: CreateMembershipCommandInput, options?: __HttpHandlerOptions): Promise<CreateMembershipCommandOutput>;
95
118
  createMembership(args: CreateMembershipCommandInput, cb: (err: any, data?: CreateMembershipCommandOutput) => void): void;
96
119
  createMembership(args: CreateMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMembershipCommandOutput) => void): void;
120
+ /**
121
+ * @see {@link CreatePrivacyBudgetTemplateCommand}
122
+ */
123
+ createPrivacyBudgetTemplate(args: CreatePrivacyBudgetTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreatePrivacyBudgetTemplateCommandOutput>;
124
+ createPrivacyBudgetTemplate(args: CreatePrivacyBudgetTemplateCommandInput, cb: (err: any, data?: CreatePrivacyBudgetTemplateCommandOutput) => void): void;
125
+ createPrivacyBudgetTemplate(args: CreatePrivacyBudgetTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePrivacyBudgetTemplateCommandOutput) => void): void;
97
126
  /**
98
127
  * @see {@link DeleteAnalysisTemplateCommand}
99
128
  */
@@ -106,6 +135,12 @@ export interface CleanRooms {
106
135
  deleteCollaboration(args: DeleteCollaborationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCollaborationCommandOutput>;
107
136
  deleteCollaboration(args: DeleteCollaborationCommandInput, cb: (err: any, data?: DeleteCollaborationCommandOutput) => void): void;
108
137
  deleteCollaboration(args: DeleteCollaborationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCollaborationCommandOutput) => void): void;
138
+ /**
139
+ * @see {@link DeleteConfiguredAudienceModelAssociationCommand}
140
+ */
141
+ deleteConfiguredAudienceModelAssociation(args: DeleteConfiguredAudienceModelAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConfiguredAudienceModelAssociationCommandOutput>;
142
+ deleteConfiguredAudienceModelAssociation(args: DeleteConfiguredAudienceModelAssociationCommandInput, cb: (err: any, data?: DeleteConfiguredAudienceModelAssociationCommandOutput) => void): void;
143
+ deleteConfiguredAudienceModelAssociation(args: DeleteConfiguredAudienceModelAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfiguredAudienceModelAssociationCommandOutput) => void): void;
109
144
  /**
110
145
  * @see {@link DeleteConfiguredTableCommand}
111
146
  */
@@ -136,6 +171,12 @@ export interface CleanRooms {
136
171
  deleteMembership(args: DeleteMembershipCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMembershipCommandOutput>;
137
172
  deleteMembership(args: DeleteMembershipCommandInput, cb: (err: any, data?: DeleteMembershipCommandOutput) => void): void;
138
173
  deleteMembership(args: DeleteMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMembershipCommandOutput) => void): void;
174
+ /**
175
+ * @see {@link DeletePrivacyBudgetTemplateCommand}
176
+ */
177
+ deletePrivacyBudgetTemplate(args: DeletePrivacyBudgetTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeletePrivacyBudgetTemplateCommandOutput>;
178
+ deletePrivacyBudgetTemplate(args: DeletePrivacyBudgetTemplateCommandInput, cb: (err: any, data?: DeletePrivacyBudgetTemplateCommandOutput) => void): void;
179
+ deletePrivacyBudgetTemplate(args: DeletePrivacyBudgetTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePrivacyBudgetTemplateCommandOutput) => void): void;
139
180
  /**
140
181
  * @see {@link GetAnalysisTemplateCommand}
141
182
  */
@@ -154,6 +195,24 @@ export interface CleanRooms {
154
195
  getCollaborationAnalysisTemplate(args: GetCollaborationAnalysisTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetCollaborationAnalysisTemplateCommandOutput>;
155
196
  getCollaborationAnalysisTemplate(args: GetCollaborationAnalysisTemplateCommandInput, cb: (err: any, data?: GetCollaborationAnalysisTemplateCommandOutput) => void): void;
156
197
  getCollaborationAnalysisTemplate(args: GetCollaborationAnalysisTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCollaborationAnalysisTemplateCommandOutput) => void): void;
198
+ /**
199
+ * @see {@link GetCollaborationConfiguredAudienceModelAssociationCommand}
200
+ */
201
+ getCollaborationConfiguredAudienceModelAssociation(args: GetCollaborationConfiguredAudienceModelAssociationCommandInput, options?: __HttpHandlerOptions): Promise<GetCollaborationConfiguredAudienceModelAssociationCommandOutput>;
202
+ getCollaborationConfiguredAudienceModelAssociation(args: GetCollaborationConfiguredAudienceModelAssociationCommandInput, cb: (err: any, data?: GetCollaborationConfiguredAudienceModelAssociationCommandOutput) => void): void;
203
+ getCollaborationConfiguredAudienceModelAssociation(args: GetCollaborationConfiguredAudienceModelAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCollaborationConfiguredAudienceModelAssociationCommandOutput) => void): void;
204
+ /**
205
+ * @see {@link GetCollaborationPrivacyBudgetTemplateCommand}
206
+ */
207
+ getCollaborationPrivacyBudgetTemplate(args: GetCollaborationPrivacyBudgetTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetCollaborationPrivacyBudgetTemplateCommandOutput>;
208
+ getCollaborationPrivacyBudgetTemplate(args: GetCollaborationPrivacyBudgetTemplateCommandInput, cb: (err: any, data?: GetCollaborationPrivacyBudgetTemplateCommandOutput) => void): void;
209
+ getCollaborationPrivacyBudgetTemplate(args: GetCollaborationPrivacyBudgetTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCollaborationPrivacyBudgetTemplateCommandOutput) => void): void;
210
+ /**
211
+ * @see {@link GetConfiguredAudienceModelAssociationCommand}
212
+ */
213
+ getConfiguredAudienceModelAssociation(args: GetConfiguredAudienceModelAssociationCommandInput, options?: __HttpHandlerOptions): Promise<GetConfiguredAudienceModelAssociationCommandOutput>;
214
+ getConfiguredAudienceModelAssociation(args: GetConfiguredAudienceModelAssociationCommandInput, cb: (err: any, data?: GetConfiguredAudienceModelAssociationCommandOutput) => void): void;
215
+ getConfiguredAudienceModelAssociation(args: GetConfiguredAudienceModelAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfiguredAudienceModelAssociationCommandOutput) => void): void;
157
216
  /**
158
217
  * @see {@link GetConfiguredTableCommand}
159
218
  */
@@ -178,6 +237,12 @@ export interface CleanRooms {
178
237
  getMembership(args: GetMembershipCommandInput, options?: __HttpHandlerOptions): Promise<GetMembershipCommandOutput>;
179
238
  getMembership(args: GetMembershipCommandInput, cb: (err: any, data?: GetMembershipCommandOutput) => void): void;
180
239
  getMembership(args: GetMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMembershipCommandOutput) => void): void;
240
+ /**
241
+ * @see {@link GetPrivacyBudgetTemplateCommand}
242
+ */
243
+ getPrivacyBudgetTemplate(args: GetPrivacyBudgetTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetPrivacyBudgetTemplateCommandOutput>;
244
+ getPrivacyBudgetTemplate(args: GetPrivacyBudgetTemplateCommandInput, cb: (err: any, data?: GetPrivacyBudgetTemplateCommandOutput) => void): void;
245
+ getPrivacyBudgetTemplate(args: GetPrivacyBudgetTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPrivacyBudgetTemplateCommandOutput) => void): void;
181
246
  /**
182
247
  * @see {@link GetProtectedQueryCommand}
183
248
  */
@@ -208,12 +273,36 @@ export interface CleanRooms {
208
273
  listCollaborationAnalysisTemplates(args: ListCollaborationAnalysisTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListCollaborationAnalysisTemplatesCommandOutput>;
209
274
  listCollaborationAnalysisTemplates(args: ListCollaborationAnalysisTemplatesCommandInput, cb: (err: any, data?: ListCollaborationAnalysisTemplatesCommandOutput) => void): void;
210
275
  listCollaborationAnalysisTemplates(args: ListCollaborationAnalysisTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCollaborationAnalysisTemplatesCommandOutput) => void): void;
276
+ /**
277
+ * @see {@link ListCollaborationConfiguredAudienceModelAssociationsCommand}
278
+ */
279
+ listCollaborationConfiguredAudienceModelAssociations(args: ListCollaborationConfiguredAudienceModelAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListCollaborationConfiguredAudienceModelAssociationsCommandOutput>;
280
+ listCollaborationConfiguredAudienceModelAssociations(args: ListCollaborationConfiguredAudienceModelAssociationsCommandInput, cb: (err: any, data?: ListCollaborationConfiguredAudienceModelAssociationsCommandOutput) => void): void;
281
+ listCollaborationConfiguredAudienceModelAssociations(args: ListCollaborationConfiguredAudienceModelAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCollaborationConfiguredAudienceModelAssociationsCommandOutput) => void): void;
282
+ /**
283
+ * @see {@link ListCollaborationPrivacyBudgetsCommand}
284
+ */
285
+ listCollaborationPrivacyBudgets(args: ListCollaborationPrivacyBudgetsCommandInput, options?: __HttpHandlerOptions): Promise<ListCollaborationPrivacyBudgetsCommandOutput>;
286
+ listCollaborationPrivacyBudgets(args: ListCollaborationPrivacyBudgetsCommandInput, cb: (err: any, data?: ListCollaborationPrivacyBudgetsCommandOutput) => void): void;
287
+ listCollaborationPrivacyBudgets(args: ListCollaborationPrivacyBudgetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCollaborationPrivacyBudgetsCommandOutput) => void): void;
288
+ /**
289
+ * @see {@link ListCollaborationPrivacyBudgetTemplatesCommand}
290
+ */
291
+ listCollaborationPrivacyBudgetTemplates(args: ListCollaborationPrivacyBudgetTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListCollaborationPrivacyBudgetTemplatesCommandOutput>;
292
+ listCollaborationPrivacyBudgetTemplates(args: ListCollaborationPrivacyBudgetTemplatesCommandInput, cb: (err: any, data?: ListCollaborationPrivacyBudgetTemplatesCommandOutput) => void): void;
293
+ listCollaborationPrivacyBudgetTemplates(args: ListCollaborationPrivacyBudgetTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCollaborationPrivacyBudgetTemplatesCommandOutput) => void): void;
211
294
  /**
212
295
  * @see {@link ListCollaborationsCommand}
213
296
  */
214
297
  listCollaborations(args: ListCollaborationsCommandInput, options?: __HttpHandlerOptions): Promise<ListCollaborationsCommandOutput>;
215
298
  listCollaborations(args: ListCollaborationsCommandInput, cb: (err: any, data?: ListCollaborationsCommandOutput) => void): void;
216
299
  listCollaborations(args: ListCollaborationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCollaborationsCommandOutput) => void): void;
300
+ /**
301
+ * @see {@link ListConfiguredAudienceModelAssociationsCommand}
302
+ */
303
+ listConfiguredAudienceModelAssociations(args: ListConfiguredAudienceModelAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListConfiguredAudienceModelAssociationsCommandOutput>;
304
+ listConfiguredAudienceModelAssociations(args: ListConfiguredAudienceModelAssociationsCommandInput, cb: (err: any, data?: ListConfiguredAudienceModelAssociationsCommandOutput) => void): void;
305
+ listConfiguredAudienceModelAssociations(args: ListConfiguredAudienceModelAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfiguredAudienceModelAssociationsCommandOutput) => void): void;
217
306
  /**
218
307
  * @see {@link ListConfiguredTableAssociationsCommand}
219
308
  */
@@ -238,6 +327,18 @@ export interface CleanRooms {
238
327
  listMemberships(args: ListMembershipsCommandInput, options?: __HttpHandlerOptions): Promise<ListMembershipsCommandOutput>;
239
328
  listMemberships(args: ListMembershipsCommandInput, cb: (err: any, data?: ListMembershipsCommandOutput) => void): void;
240
329
  listMemberships(args: ListMembershipsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMembershipsCommandOutput) => void): void;
330
+ /**
331
+ * @see {@link ListPrivacyBudgetsCommand}
332
+ */
333
+ listPrivacyBudgets(args: ListPrivacyBudgetsCommandInput, options?: __HttpHandlerOptions): Promise<ListPrivacyBudgetsCommandOutput>;
334
+ listPrivacyBudgets(args: ListPrivacyBudgetsCommandInput, cb: (err: any, data?: ListPrivacyBudgetsCommandOutput) => void): void;
335
+ listPrivacyBudgets(args: ListPrivacyBudgetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPrivacyBudgetsCommandOutput) => void): void;
336
+ /**
337
+ * @see {@link ListPrivacyBudgetTemplatesCommand}
338
+ */
339
+ listPrivacyBudgetTemplates(args: ListPrivacyBudgetTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListPrivacyBudgetTemplatesCommandOutput>;
340
+ listPrivacyBudgetTemplates(args: ListPrivacyBudgetTemplatesCommandInput, cb: (err: any, data?: ListPrivacyBudgetTemplatesCommandOutput) => void): void;
341
+ listPrivacyBudgetTemplates(args: ListPrivacyBudgetTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPrivacyBudgetTemplatesCommandOutput) => void): void;
241
342
  /**
242
343
  * @see {@link ListProtectedQueriesCommand}
243
344
  */
@@ -256,6 +357,12 @@ export interface CleanRooms {
256
357
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
257
358
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
258
359
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
360
+ /**
361
+ * @see {@link PreviewPrivacyImpactCommand}
362
+ */
363
+ previewPrivacyImpact(args: PreviewPrivacyImpactCommandInput, options?: __HttpHandlerOptions): Promise<PreviewPrivacyImpactCommandOutput>;
364
+ previewPrivacyImpact(args: PreviewPrivacyImpactCommandInput, cb: (err: any, data?: PreviewPrivacyImpactCommandOutput) => void): void;
365
+ previewPrivacyImpact(args: PreviewPrivacyImpactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PreviewPrivacyImpactCommandOutput) => void): void;
259
366
  /**
260
367
  * @see {@link StartProtectedQueryCommand}
261
368
  */
@@ -286,6 +393,12 @@ export interface CleanRooms {
286
393
  updateCollaboration(args: UpdateCollaborationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCollaborationCommandOutput>;
287
394
  updateCollaboration(args: UpdateCollaborationCommandInput, cb: (err: any, data?: UpdateCollaborationCommandOutput) => void): void;
288
395
  updateCollaboration(args: UpdateCollaborationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCollaborationCommandOutput) => void): void;
396
+ /**
397
+ * @see {@link UpdateConfiguredAudienceModelAssociationCommand}
398
+ */
399
+ updateConfiguredAudienceModelAssociation(args: UpdateConfiguredAudienceModelAssociationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConfiguredAudienceModelAssociationCommandOutput>;
400
+ updateConfiguredAudienceModelAssociation(args: UpdateConfiguredAudienceModelAssociationCommandInput, cb: (err: any, data?: UpdateConfiguredAudienceModelAssociationCommandOutput) => void): void;
401
+ updateConfiguredAudienceModelAssociation(args: UpdateConfiguredAudienceModelAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfiguredAudienceModelAssociationCommandOutput) => void): void;
289
402
  /**
290
403
  * @see {@link UpdateConfiguredTableCommand}
291
404
  */
@@ -310,6 +423,12 @@ export interface CleanRooms {
310
423
  updateMembership(args: UpdateMembershipCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMembershipCommandOutput>;
311
424
  updateMembership(args: UpdateMembershipCommandInput, cb: (err: any, data?: UpdateMembershipCommandOutput) => void): void;
312
425
  updateMembership(args: UpdateMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMembershipCommandOutput) => void): void;
426
+ /**
427
+ * @see {@link UpdatePrivacyBudgetTemplateCommand}
428
+ */
429
+ updatePrivacyBudgetTemplate(args: UpdatePrivacyBudgetTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePrivacyBudgetTemplateCommandOutput>;
430
+ updatePrivacyBudgetTemplate(args: UpdatePrivacyBudgetTemplateCommandInput, cb: (err: any, data?: UpdatePrivacyBudgetTemplateCommandOutput) => void): void;
431
+ updatePrivacyBudgetTemplate(args: UpdatePrivacyBudgetTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePrivacyBudgetTemplateCommandOutput) => void): void;
313
432
  /**
314
433
  * @see {@link UpdateProtectedQueryCommand}
315
434
  */
@@ -12,46 +12,63 @@ import { BatchGetCollaborationAnalysisTemplateCommandInput, BatchGetCollaboratio
12
12
  import { BatchGetSchemaCommandInput, BatchGetSchemaCommandOutput } from "./commands/BatchGetSchemaCommand";
13
13
  import { CreateAnalysisTemplateCommandInput, CreateAnalysisTemplateCommandOutput } from "./commands/CreateAnalysisTemplateCommand";
14
14
  import { CreateCollaborationCommandInput, CreateCollaborationCommandOutput } from "./commands/CreateCollaborationCommand";
15
+ import { CreateConfiguredAudienceModelAssociationCommandInput, CreateConfiguredAudienceModelAssociationCommandOutput } from "./commands/CreateConfiguredAudienceModelAssociationCommand";
15
16
  import { CreateConfiguredTableAnalysisRuleCommandInput, CreateConfiguredTableAnalysisRuleCommandOutput } from "./commands/CreateConfiguredTableAnalysisRuleCommand";
16
17
  import { CreateConfiguredTableAssociationCommandInput, CreateConfiguredTableAssociationCommandOutput } from "./commands/CreateConfiguredTableAssociationCommand";
17
18
  import { CreateConfiguredTableCommandInput, CreateConfiguredTableCommandOutput } from "./commands/CreateConfiguredTableCommand";
18
19
  import { CreateMembershipCommandInput, CreateMembershipCommandOutput } from "./commands/CreateMembershipCommand";
20
+ import { CreatePrivacyBudgetTemplateCommandInput, CreatePrivacyBudgetTemplateCommandOutput } from "./commands/CreatePrivacyBudgetTemplateCommand";
19
21
  import { DeleteAnalysisTemplateCommandInput, DeleteAnalysisTemplateCommandOutput } from "./commands/DeleteAnalysisTemplateCommand";
20
22
  import { DeleteCollaborationCommandInput, DeleteCollaborationCommandOutput } from "./commands/DeleteCollaborationCommand";
23
+ import { DeleteConfiguredAudienceModelAssociationCommandInput, DeleteConfiguredAudienceModelAssociationCommandOutput } from "./commands/DeleteConfiguredAudienceModelAssociationCommand";
21
24
  import { DeleteConfiguredTableAnalysisRuleCommandInput, DeleteConfiguredTableAnalysisRuleCommandOutput } from "./commands/DeleteConfiguredTableAnalysisRuleCommand";
22
25
  import { DeleteConfiguredTableAssociationCommandInput, DeleteConfiguredTableAssociationCommandOutput } from "./commands/DeleteConfiguredTableAssociationCommand";
23
26
  import { DeleteConfiguredTableCommandInput, DeleteConfiguredTableCommandOutput } from "./commands/DeleteConfiguredTableCommand";
24
27
  import { DeleteMemberCommandInput, DeleteMemberCommandOutput } from "./commands/DeleteMemberCommand";
25
28
  import { DeleteMembershipCommandInput, DeleteMembershipCommandOutput } from "./commands/DeleteMembershipCommand";
29
+ import { DeletePrivacyBudgetTemplateCommandInput, DeletePrivacyBudgetTemplateCommandOutput } from "./commands/DeletePrivacyBudgetTemplateCommand";
26
30
  import { GetAnalysisTemplateCommandInput, GetAnalysisTemplateCommandOutput } from "./commands/GetAnalysisTemplateCommand";
27
31
  import { GetCollaborationAnalysisTemplateCommandInput, GetCollaborationAnalysisTemplateCommandOutput } from "./commands/GetCollaborationAnalysisTemplateCommand";
28
32
  import { GetCollaborationCommandInput, GetCollaborationCommandOutput } from "./commands/GetCollaborationCommand";
33
+ import { GetCollaborationConfiguredAudienceModelAssociationCommandInput, GetCollaborationConfiguredAudienceModelAssociationCommandOutput } from "./commands/GetCollaborationConfiguredAudienceModelAssociationCommand";
34
+ import { GetCollaborationPrivacyBudgetTemplateCommandInput, GetCollaborationPrivacyBudgetTemplateCommandOutput } from "./commands/GetCollaborationPrivacyBudgetTemplateCommand";
35
+ import { GetConfiguredAudienceModelAssociationCommandInput, GetConfiguredAudienceModelAssociationCommandOutput } from "./commands/GetConfiguredAudienceModelAssociationCommand";
29
36
  import { GetConfiguredTableAnalysisRuleCommandInput, GetConfiguredTableAnalysisRuleCommandOutput } from "./commands/GetConfiguredTableAnalysisRuleCommand";
30
37
  import { GetConfiguredTableAssociationCommandInput, GetConfiguredTableAssociationCommandOutput } from "./commands/GetConfiguredTableAssociationCommand";
31
38
  import { GetConfiguredTableCommandInput, GetConfiguredTableCommandOutput } from "./commands/GetConfiguredTableCommand";
32
39
  import { GetMembershipCommandInput, GetMembershipCommandOutput } from "./commands/GetMembershipCommand";
40
+ import { GetPrivacyBudgetTemplateCommandInput, GetPrivacyBudgetTemplateCommandOutput } from "./commands/GetPrivacyBudgetTemplateCommand";
33
41
  import { GetProtectedQueryCommandInput, GetProtectedQueryCommandOutput } from "./commands/GetProtectedQueryCommand";
34
42
  import { GetSchemaAnalysisRuleCommandInput, GetSchemaAnalysisRuleCommandOutput } from "./commands/GetSchemaAnalysisRuleCommand";
35
43
  import { GetSchemaCommandInput, GetSchemaCommandOutput } from "./commands/GetSchemaCommand";
36
44
  import { ListAnalysisTemplatesCommandInput, ListAnalysisTemplatesCommandOutput } from "./commands/ListAnalysisTemplatesCommand";
37
45
  import { ListCollaborationAnalysisTemplatesCommandInput, ListCollaborationAnalysisTemplatesCommandOutput } from "./commands/ListCollaborationAnalysisTemplatesCommand";
46
+ import { ListCollaborationConfiguredAudienceModelAssociationsCommandInput, ListCollaborationConfiguredAudienceModelAssociationsCommandOutput } from "./commands/ListCollaborationConfiguredAudienceModelAssociationsCommand";
47
+ import { ListCollaborationPrivacyBudgetsCommandInput, ListCollaborationPrivacyBudgetsCommandOutput } from "./commands/ListCollaborationPrivacyBudgetsCommand";
48
+ import { ListCollaborationPrivacyBudgetTemplatesCommandInput, ListCollaborationPrivacyBudgetTemplatesCommandOutput } from "./commands/ListCollaborationPrivacyBudgetTemplatesCommand";
38
49
  import { ListCollaborationsCommandInput, ListCollaborationsCommandOutput } from "./commands/ListCollaborationsCommand";
50
+ import { ListConfiguredAudienceModelAssociationsCommandInput, ListConfiguredAudienceModelAssociationsCommandOutput } from "./commands/ListConfiguredAudienceModelAssociationsCommand";
39
51
  import { ListConfiguredTableAssociationsCommandInput, ListConfiguredTableAssociationsCommandOutput } from "./commands/ListConfiguredTableAssociationsCommand";
40
52
  import { ListConfiguredTablesCommandInput, ListConfiguredTablesCommandOutput } from "./commands/ListConfiguredTablesCommand";
41
53
  import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
42
54
  import { ListMembershipsCommandInput, ListMembershipsCommandOutput } from "./commands/ListMembershipsCommand";
55
+ import { ListPrivacyBudgetsCommandInput, ListPrivacyBudgetsCommandOutput } from "./commands/ListPrivacyBudgetsCommand";
56
+ import { ListPrivacyBudgetTemplatesCommandInput, ListPrivacyBudgetTemplatesCommandOutput } from "./commands/ListPrivacyBudgetTemplatesCommand";
43
57
  import { ListProtectedQueriesCommandInput, ListProtectedQueriesCommandOutput } from "./commands/ListProtectedQueriesCommand";
44
58
  import { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
45
59
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
60
+ import { PreviewPrivacyImpactCommandInput, PreviewPrivacyImpactCommandOutput } from "./commands/PreviewPrivacyImpactCommand";
46
61
  import { StartProtectedQueryCommandInput, StartProtectedQueryCommandOutput } from "./commands/StartProtectedQueryCommand";
47
62
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
48
63
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
49
64
  import { UpdateAnalysisTemplateCommandInput, UpdateAnalysisTemplateCommandOutput } from "./commands/UpdateAnalysisTemplateCommand";
50
65
  import { UpdateCollaborationCommandInput, UpdateCollaborationCommandOutput } from "./commands/UpdateCollaborationCommand";
66
+ import { UpdateConfiguredAudienceModelAssociationCommandInput, UpdateConfiguredAudienceModelAssociationCommandOutput } from "./commands/UpdateConfiguredAudienceModelAssociationCommand";
51
67
  import { UpdateConfiguredTableAnalysisRuleCommandInput, UpdateConfiguredTableAnalysisRuleCommandOutput } from "./commands/UpdateConfiguredTableAnalysisRuleCommand";
52
68
  import { UpdateConfiguredTableAssociationCommandInput, UpdateConfiguredTableAssociationCommandOutput } from "./commands/UpdateConfiguredTableAssociationCommand";
53
69
  import { UpdateConfiguredTableCommandInput, UpdateConfiguredTableCommandOutput } from "./commands/UpdateConfiguredTableCommand";
54
70
  import { UpdateMembershipCommandInput, UpdateMembershipCommandOutput } from "./commands/UpdateMembershipCommand";
71
+ import { UpdatePrivacyBudgetTemplateCommandInput, UpdatePrivacyBudgetTemplateCommandOutput } from "./commands/UpdatePrivacyBudgetTemplateCommand";
55
72
  import { UpdateProtectedQueryCommandInput, UpdateProtectedQueryCommandOutput } from "./commands/UpdateProtectedQueryCommand";
56
73
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
57
74
  import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
@@ -59,11 +76,11 @@ export { __Client };
59
76
  /**
60
77
  * @public
61
78
  */
62
- export type ServiceInputTypes = BatchGetCollaborationAnalysisTemplateCommandInput | BatchGetSchemaCommandInput | CreateAnalysisTemplateCommandInput | CreateCollaborationCommandInput | CreateConfiguredTableAnalysisRuleCommandInput | CreateConfiguredTableAssociationCommandInput | CreateConfiguredTableCommandInput | CreateMembershipCommandInput | DeleteAnalysisTemplateCommandInput | DeleteCollaborationCommandInput | DeleteConfiguredTableAnalysisRuleCommandInput | DeleteConfiguredTableAssociationCommandInput | DeleteConfiguredTableCommandInput | DeleteMemberCommandInput | DeleteMembershipCommandInput | GetAnalysisTemplateCommandInput | GetCollaborationAnalysisTemplateCommandInput | GetCollaborationCommandInput | GetConfiguredTableAnalysisRuleCommandInput | GetConfiguredTableAssociationCommandInput | GetConfiguredTableCommandInput | GetMembershipCommandInput | GetProtectedQueryCommandInput | GetSchemaAnalysisRuleCommandInput | GetSchemaCommandInput | ListAnalysisTemplatesCommandInput | ListCollaborationAnalysisTemplatesCommandInput | ListCollaborationsCommandInput | ListConfiguredTableAssociationsCommandInput | ListConfiguredTablesCommandInput | ListMembersCommandInput | ListMembershipsCommandInput | ListProtectedQueriesCommandInput | ListSchemasCommandInput | ListTagsForResourceCommandInput | StartProtectedQueryCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAnalysisTemplateCommandInput | UpdateCollaborationCommandInput | UpdateConfiguredTableAnalysisRuleCommandInput | UpdateConfiguredTableAssociationCommandInput | UpdateConfiguredTableCommandInput | UpdateMembershipCommandInput | UpdateProtectedQueryCommandInput;
79
+ export type ServiceInputTypes = BatchGetCollaborationAnalysisTemplateCommandInput | BatchGetSchemaCommandInput | CreateAnalysisTemplateCommandInput | CreateCollaborationCommandInput | CreateConfiguredAudienceModelAssociationCommandInput | CreateConfiguredTableAnalysisRuleCommandInput | CreateConfiguredTableAssociationCommandInput | CreateConfiguredTableCommandInput | CreateMembershipCommandInput | CreatePrivacyBudgetTemplateCommandInput | DeleteAnalysisTemplateCommandInput | DeleteCollaborationCommandInput | DeleteConfiguredAudienceModelAssociationCommandInput | DeleteConfiguredTableAnalysisRuleCommandInput | DeleteConfiguredTableAssociationCommandInput | DeleteConfiguredTableCommandInput | DeleteMemberCommandInput | DeleteMembershipCommandInput | DeletePrivacyBudgetTemplateCommandInput | GetAnalysisTemplateCommandInput | GetCollaborationAnalysisTemplateCommandInput | GetCollaborationCommandInput | GetCollaborationConfiguredAudienceModelAssociationCommandInput | GetCollaborationPrivacyBudgetTemplateCommandInput | GetConfiguredAudienceModelAssociationCommandInput | GetConfiguredTableAnalysisRuleCommandInput | GetConfiguredTableAssociationCommandInput | GetConfiguredTableCommandInput | GetMembershipCommandInput | GetPrivacyBudgetTemplateCommandInput | GetProtectedQueryCommandInput | GetSchemaAnalysisRuleCommandInput | GetSchemaCommandInput | ListAnalysisTemplatesCommandInput | ListCollaborationAnalysisTemplatesCommandInput | ListCollaborationConfiguredAudienceModelAssociationsCommandInput | ListCollaborationPrivacyBudgetTemplatesCommandInput | ListCollaborationPrivacyBudgetsCommandInput | ListCollaborationsCommandInput | ListConfiguredAudienceModelAssociationsCommandInput | ListConfiguredTableAssociationsCommandInput | ListConfiguredTablesCommandInput | ListMembersCommandInput | ListMembershipsCommandInput | ListPrivacyBudgetTemplatesCommandInput | ListPrivacyBudgetsCommandInput | ListProtectedQueriesCommandInput | ListSchemasCommandInput | ListTagsForResourceCommandInput | PreviewPrivacyImpactCommandInput | StartProtectedQueryCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAnalysisTemplateCommandInput | UpdateCollaborationCommandInput | UpdateConfiguredAudienceModelAssociationCommandInput | UpdateConfiguredTableAnalysisRuleCommandInput | UpdateConfiguredTableAssociationCommandInput | UpdateConfiguredTableCommandInput | UpdateMembershipCommandInput | UpdatePrivacyBudgetTemplateCommandInput | UpdateProtectedQueryCommandInput;
63
80
  /**
64
81
  * @public
65
82
  */
66
- export type ServiceOutputTypes = BatchGetCollaborationAnalysisTemplateCommandOutput | BatchGetSchemaCommandOutput | CreateAnalysisTemplateCommandOutput | CreateCollaborationCommandOutput | CreateConfiguredTableAnalysisRuleCommandOutput | CreateConfiguredTableAssociationCommandOutput | CreateConfiguredTableCommandOutput | CreateMembershipCommandOutput | DeleteAnalysisTemplateCommandOutput | DeleteCollaborationCommandOutput | DeleteConfiguredTableAnalysisRuleCommandOutput | DeleteConfiguredTableAssociationCommandOutput | DeleteConfiguredTableCommandOutput | DeleteMemberCommandOutput | DeleteMembershipCommandOutput | GetAnalysisTemplateCommandOutput | GetCollaborationAnalysisTemplateCommandOutput | GetCollaborationCommandOutput | GetConfiguredTableAnalysisRuleCommandOutput | GetConfiguredTableAssociationCommandOutput | GetConfiguredTableCommandOutput | GetMembershipCommandOutput | GetProtectedQueryCommandOutput | GetSchemaAnalysisRuleCommandOutput | GetSchemaCommandOutput | ListAnalysisTemplatesCommandOutput | ListCollaborationAnalysisTemplatesCommandOutput | ListCollaborationsCommandOutput | ListConfiguredTableAssociationsCommandOutput | ListConfiguredTablesCommandOutput | ListMembersCommandOutput | ListMembershipsCommandOutput | ListProtectedQueriesCommandOutput | ListSchemasCommandOutput | ListTagsForResourceCommandOutput | StartProtectedQueryCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAnalysisTemplateCommandOutput | UpdateCollaborationCommandOutput | UpdateConfiguredTableAnalysisRuleCommandOutput | UpdateConfiguredTableAssociationCommandOutput | UpdateConfiguredTableCommandOutput | UpdateMembershipCommandOutput | UpdateProtectedQueryCommandOutput;
83
+ export type ServiceOutputTypes = BatchGetCollaborationAnalysisTemplateCommandOutput | BatchGetSchemaCommandOutput | CreateAnalysisTemplateCommandOutput | CreateCollaborationCommandOutput | CreateConfiguredAudienceModelAssociationCommandOutput | CreateConfiguredTableAnalysisRuleCommandOutput | CreateConfiguredTableAssociationCommandOutput | CreateConfiguredTableCommandOutput | CreateMembershipCommandOutput | CreatePrivacyBudgetTemplateCommandOutput | DeleteAnalysisTemplateCommandOutput | DeleteCollaborationCommandOutput | DeleteConfiguredAudienceModelAssociationCommandOutput | DeleteConfiguredTableAnalysisRuleCommandOutput | DeleteConfiguredTableAssociationCommandOutput | DeleteConfiguredTableCommandOutput | DeleteMemberCommandOutput | DeleteMembershipCommandOutput | DeletePrivacyBudgetTemplateCommandOutput | GetAnalysisTemplateCommandOutput | GetCollaborationAnalysisTemplateCommandOutput | GetCollaborationCommandOutput | GetCollaborationConfiguredAudienceModelAssociationCommandOutput | GetCollaborationPrivacyBudgetTemplateCommandOutput | GetConfiguredAudienceModelAssociationCommandOutput | GetConfiguredTableAnalysisRuleCommandOutput | GetConfiguredTableAssociationCommandOutput | GetConfiguredTableCommandOutput | GetMembershipCommandOutput | GetPrivacyBudgetTemplateCommandOutput | GetProtectedQueryCommandOutput | GetSchemaAnalysisRuleCommandOutput | GetSchemaCommandOutput | ListAnalysisTemplatesCommandOutput | ListCollaborationAnalysisTemplatesCommandOutput | ListCollaborationConfiguredAudienceModelAssociationsCommandOutput | ListCollaborationPrivacyBudgetTemplatesCommandOutput | ListCollaborationPrivacyBudgetsCommandOutput | ListCollaborationsCommandOutput | ListConfiguredAudienceModelAssociationsCommandOutput | ListConfiguredTableAssociationsCommandOutput | ListConfiguredTablesCommandOutput | ListMembersCommandOutput | ListMembershipsCommandOutput | ListPrivacyBudgetTemplatesCommandOutput | ListPrivacyBudgetsCommandOutput | ListProtectedQueriesCommandOutput | ListSchemasCommandOutput | ListTagsForResourceCommandOutput | PreviewPrivacyImpactCommandOutput | StartProtectedQueryCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAnalysisTemplateCommandOutput | UpdateCollaborationCommandOutput | UpdateConfiguredAudienceModelAssociationCommandOutput | UpdateConfiguredTableAnalysisRuleCommandOutput | UpdateConfiguredTableAssociationCommandOutput | UpdateConfiguredTableCommandOutput | UpdateMembershipCommandOutput | UpdatePrivacyBudgetTemplateCommandOutput | UpdateProtectedQueryCommandOutput;
67
84
  /**
68
85
  * @public
69
86
  */
@@ -0,0 +1,114 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
+ import { CreateConfiguredAudienceModelAssociationInput, CreateConfiguredAudienceModelAssociationOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateConfiguredAudienceModelAssociationCommand}.
14
+ */
15
+ export interface CreateConfiguredAudienceModelAssociationCommandInput extends CreateConfiguredAudienceModelAssociationInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateConfiguredAudienceModelAssociationCommand}.
21
+ */
22
+ export interface CreateConfiguredAudienceModelAssociationCommandOutput extends CreateConfiguredAudienceModelAssociationOutput, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Provides the details necessary to create a configured audience model association.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { CleanRoomsClient, CreateConfiguredAudienceModelAssociationCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
31
+ * // const { CleanRoomsClient, CreateConfiguredAudienceModelAssociationCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
32
+ * const client = new CleanRoomsClient(config);
33
+ * const input = { // CreateConfiguredAudienceModelAssociationInput
34
+ * membershipIdentifier: "STRING_VALUE", // required
35
+ * configuredAudienceModelArn: "STRING_VALUE", // required
36
+ * configuredAudienceModelAssociationName: "STRING_VALUE", // required
37
+ * manageResourcePolicies: true || false, // required
38
+ * tags: { // TagMap
39
+ * "<keys>": "STRING_VALUE",
40
+ * },
41
+ * description: "STRING_VALUE",
42
+ * };
43
+ * const command = new CreateConfiguredAudienceModelAssociationCommand(input);
44
+ * const response = await client.send(command);
45
+ * // { // CreateConfiguredAudienceModelAssociationOutput
46
+ * // configuredAudienceModelAssociation: { // ConfiguredAudienceModelAssociation
47
+ * // id: "STRING_VALUE", // required
48
+ * // arn: "STRING_VALUE", // required
49
+ * // configuredAudienceModelArn: "STRING_VALUE", // required
50
+ * // membershipId: "STRING_VALUE", // required
51
+ * // membershipArn: "STRING_VALUE", // required
52
+ * // collaborationId: "STRING_VALUE", // required
53
+ * // collaborationArn: "STRING_VALUE", // required
54
+ * // name: "STRING_VALUE", // required
55
+ * // manageResourcePolicies: true || false, // required
56
+ * // description: "STRING_VALUE",
57
+ * // createTime: new Date("TIMESTAMP"), // required
58
+ * // updateTime: new Date("TIMESTAMP"), // required
59
+ * // },
60
+ * // };
61
+ *
62
+ * ```
63
+ *
64
+ * @param CreateConfiguredAudienceModelAssociationCommandInput - {@link CreateConfiguredAudienceModelAssociationCommandInput}
65
+ * @returns {@link CreateConfiguredAudienceModelAssociationCommandOutput}
66
+ * @see {@link CreateConfiguredAudienceModelAssociationCommandInput} for command's `input` shape.
67
+ * @see {@link CreateConfiguredAudienceModelAssociationCommandOutput} for command's `response` shape.
68
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
69
+ *
70
+ * @throws {@link AccessDeniedException} (client fault)
71
+ * <p>Caller does not have sufficient access to perform this action.</p>
72
+ *
73
+ * @throws {@link ConflictException} (client fault)
74
+ * <p>Updating or deleting a resource can cause an inconsistent state.</p>
75
+ *
76
+ * @throws {@link InternalServerException} (server fault)
77
+ * <p>Unexpected error during processing of request.</p>
78
+ *
79
+ * @throws {@link ResourceNotFoundException} (client fault)
80
+ * <p>Request references a resource which does not exist.</p>
81
+ *
82
+ * @throws {@link ServiceQuotaExceededException} (client fault)
83
+ * <p>Request denied because service quota has been exceeded.</p>
84
+ *
85
+ * @throws {@link ThrottlingException} (client fault)
86
+ * <p>Request was denied due to request throttling.</p>
87
+ *
88
+ * @throws {@link ValidationException} (client fault)
89
+ * <p>The input fails to satisfy the specified constraints.</p>
90
+ *
91
+ * @throws {@link CleanRoomsServiceException}
92
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
93
+ *
94
+ */
95
+ export declare class CreateConfiguredAudienceModelAssociationCommand extends $Command<CreateConfiguredAudienceModelAssociationCommandInput, CreateConfiguredAudienceModelAssociationCommandOutput, CleanRoomsClientResolvedConfig> {
96
+ readonly input: CreateConfiguredAudienceModelAssociationCommandInput;
97
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
+ /**
99
+ * @public
100
+ */
101
+ constructor(input: CreateConfiguredAudienceModelAssociationCommandInput);
102
+ /**
103
+ * @internal
104
+ */
105
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConfiguredAudienceModelAssociationCommandInput, CreateConfiguredAudienceModelAssociationCommandOutput>;
106
+ /**
107
+ * @internal
108
+ */
109
+ private serialize;
110
+ /**
111
+ * @internal
112
+ */
113
+ private deserialize;
114
+ }
@@ -84,6 +84,13 @@ export interface CreateConfiguredTableAnalysisRuleCommandOutput extends CreateCo
84
84
  * allowedAnalysisProviders: [ // AllowedAnalysisProviderList
85
85
  * "STRING_VALUE",
86
86
  * ],
87
+ * differentialPrivacy: { // DifferentialPrivacyConfiguration
88
+ * columns: [ // DifferentialPrivacyColumnList // required
89
+ * { // DifferentialPrivacyColumn
90
+ * name: "STRING_VALUE", // required
91
+ * },
92
+ * ],
93
+ * },
87
94
  * },
88
95
  * },
89
96
  * },
@@ -144,6 +151,13 @@ export interface CreateConfiguredTableAnalysisRuleCommandOutput extends CreateCo
144
151
  * // allowedAnalysisProviders: [ // AllowedAnalysisProviderList
145
152
  * // "STRING_VALUE",
146
153
  * // ],
154
+ * // differentialPrivacy: { // DifferentialPrivacyConfiguration
155
+ * // columns: [ // DifferentialPrivacyColumnList // required
156
+ * // { // DifferentialPrivacyColumn
157
+ * // name: "STRING_VALUE", // required
158
+ * // },
159
+ * // ],
160
+ * // },
147
161
  * // },
148
162
  * // },
149
163
  * // },
@@ -0,0 +1,119 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
+ import { CreatePrivacyBudgetTemplateInput, CreatePrivacyBudgetTemplateOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreatePrivacyBudgetTemplateCommand}.
14
+ */
15
+ export interface CreatePrivacyBudgetTemplateCommandInput extends CreatePrivacyBudgetTemplateInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreatePrivacyBudgetTemplateCommand}.
21
+ */
22
+ export interface CreatePrivacyBudgetTemplateCommandOutput extends CreatePrivacyBudgetTemplateOutput, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Creates a privacy budget template for a specified membership. Each membership can have only one privacy budget template, but it can be deleted and recreated. If you need to change the privacy budget template for a membership, use the <a>UpdatePrivacyBudgetTemplate</a> operation.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { CleanRoomsClient, CreatePrivacyBudgetTemplateCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
31
+ * // const { CleanRoomsClient, CreatePrivacyBudgetTemplateCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
32
+ * const client = new CleanRoomsClient(config);
33
+ * const input = { // CreatePrivacyBudgetTemplateInput
34
+ * membershipIdentifier: "STRING_VALUE", // required
35
+ * autoRefresh: "CALENDAR_MONTH" || "NONE", // required
36
+ * privacyBudgetType: "DIFFERENTIAL_PRIVACY", // required
37
+ * parameters: { // PrivacyBudgetTemplateParametersInput Union: only one key present
38
+ * differentialPrivacy: { // DifferentialPrivacyTemplateParametersInput
39
+ * epsilon: Number("int"), // required
40
+ * usersNoisePerQuery: Number("int"), // required
41
+ * },
42
+ * },
43
+ * tags: { // TagMap
44
+ * "<keys>": "STRING_VALUE",
45
+ * },
46
+ * };
47
+ * const command = new CreatePrivacyBudgetTemplateCommand(input);
48
+ * const response = await client.send(command);
49
+ * // { // CreatePrivacyBudgetTemplateOutput
50
+ * // privacyBudgetTemplate: { // PrivacyBudgetTemplate
51
+ * // id: "STRING_VALUE", // required
52
+ * // arn: "STRING_VALUE", // required
53
+ * // membershipId: "STRING_VALUE", // required
54
+ * // membershipArn: "STRING_VALUE", // required
55
+ * // collaborationId: "STRING_VALUE", // required
56
+ * // collaborationArn: "STRING_VALUE", // required
57
+ * // createTime: new Date("TIMESTAMP"), // required
58
+ * // updateTime: new Date("TIMESTAMP"), // required
59
+ * // privacyBudgetType: "DIFFERENTIAL_PRIVACY", // required
60
+ * // autoRefresh: "CALENDAR_MONTH" || "NONE", // required
61
+ * // parameters: { // PrivacyBudgetTemplateParametersOutput Union: only one key present
62
+ * // differentialPrivacy: { // DifferentialPrivacyTemplateParametersOutput
63
+ * // epsilon: Number("int"), // required
64
+ * // usersNoisePerQuery: Number("int"), // required
65
+ * // },
66
+ * // },
67
+ * // },
68
+ * // };
69
+ *
70
+ * ```
71
+ *
72
+ * @param CreatePrivacyBudgetTemplateCommandInput - {@link CreatePrivacyBudgetTemplateCommandInput}
73
+ * @returns {@link CreatePrivacyBudgetTemplateCommandOutput}
74
+ * @see {@link CreatePrivacyBudgetTemplateCommandInput} for command's `input` shape.
75
+ * @see {@link CreatePrivacyBudgetTemplateCommandOutput} for command's `response` shape.
76
+ * @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
77
+ *
78
+ * @throws {@link AccessDeniedException} (client fault)
79
+ * <p>Caller does not have sufficient access to perform this action.</p>
80
+ *
81
+ * @throws {@link ConflictException} (client fault)
82
+ * <p>Updating or deleting a resource can cause an inconsistent state.</p>
83
+ *
84
+ * @throws {@link InternalServerException} (server fault)
85
+ * <p>Unexpected error during processing of request.</p>
86
+ *
87
+ * @throws {@link ResourceNotFoundException} (client fault)
88
+ * <p>Request references a resource which does not exist.</p>
89
+ *
90
+ * @throws {@link ThrottlingException} (client fault)
91
+ * <p>Request was denied due to request throttling.</p>
92
+ *
93
+ * @throws {@link ValidationException} (client fault)
94
+ * <p>The input fails to satisfy the specified constraints.</p>
95
+ *
96
+ * @throws {@link CleanRoomsServiceException}
97
+ * <p>Base exception class for all service exceptions from CleanRooms service.</p>
98
+ *
99
+ */
100
+ export declare class CreatePrivacyBudgetTemplateCommand extends $Command<CreatePrivacyBudgetTemplateCommandInput, CreatePrivacyBudgetTemplateCommandOutput, CleanRoomsClientResolvedConfig> {
101
+ readonly input: CreatePrivacyBudgetTemplateCommandInput;
102
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
103
+ /**
104
+ * @public
105
+ */
106
+ constructor(input: CreatePrivacyBudgetTemplateCommandInput);
107
+ /**
108
+ * @internal
109
+ */
110
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePrivacyBudgetTemplateCommandInput, CreatePrivacyBudgetTemplateCommandOutput>;
111
+ /**
112
+ * @internal
113
+ */
114
+ private serialize;
115
+ /**
116
+ * @internal
117
+ */
118
+ private deserialize;
119
+ }