@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.
- package/README.md +136 -0
- package/dist-cjs/index.js +1123 -31
- package/dist-es/CleanRooms.js +34 -0
- package/dist-es/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/CreateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/CreateIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/DeleteIdMappingTableCommand.js +24 -0
- package/dist-es/commands/DeleteIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/GetCollaborationIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/GetConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/GetIdMappingTableCommand.js +24 -0
- package/dist-es/commands/GetIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/ListCollaborationIdNamespaceAssociationsCommand.js +24 -0
- package/dist-es/commands/ListIdMappingTablesCommand.js +24 -0
- package/dist-es/commands/ListIdNamespaceAssociationsCommand.js +24 -0
- package/dist-es/commands/PopulateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/UpdateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/UpdateIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/UpdateProtectedQueryCommand.js +1 -1
- package/dist-es/commands/index.js +17 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +75 -20
- package/dist-es/models/models_1.js +21 -0
- package/dist-es/pagination/ListCollaborationIdNamespaceAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListIdMappingTablesPaginator.js +4 -0
- package/dist-es/pagination/ListIdNamespaceAssociationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +602 -0
- package/dist-types/CleanRooms.d.ts +119 -0
- package/dist-types/CleanRoomsClient.d.ts +19 -2
- package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +20 -3
- package/dist-types/commands/BatchGetSchemaCommand.d.ts +15 -4
- package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
- package/dist-types/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +143 -0
- package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +3 -0
- package/dist-types/commands/CreateIdMappingTableCommand.d.ts +115 -0
- package/dist-types/commands/CreateIdNamespaceAssociationCommand.d.ts +117 -0
- package/dist-types/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +79 -0
- package/dist-types/commands/DeleteIdMappingTableCommand.d.ts +74 -0
- package/dist-types/commands/DeleteIdNamespaceAssociationCommand.d.ts +74 -0
- package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +99 -0
- package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +6 -0
- package/dist-types/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +114 -0
- package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +3 -0
- package/dist-types/commands/GetIdMappingTableCommand.d.ts +100 -0
- package/dist-types/commands/GetIdNamespaceAssociationCommand.d.ts +100 -0
- package/dist-types/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetProtectedQueryCommand.d.ts +3 -0
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +19 -2
- package/dist-types/commands/GetSchemaCommand.d.ts +15 -4
- package/dist-types/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +97 -0
- package/dist-types/commands/ListIdMappingTablesCommand.d.ts +95 -0
- package/dist-types/commands/ListIdNamespaceAssociationsCommand.d.ts +98 -0
- package/dist-types/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListProtectedQueriesCommand.d.ts +12 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +3 -3
- package/dist-types/commands/PopulateIdMappingTableCommand.d.ts +79 -0
- package/dist-types/commands/StartProtectedQueryCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
- package/dist-types/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +145 -0
- package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +3 -0
- package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +102 -0
- package/dist-types/commands/UpdateIdNamespaceAssociationCommand.d.ts +105 -0
- package/dist-types/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +5 -1
- package/dist-types/commands/index.d.ts +17 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2016 -903
- package/dist-types/models/models_1.d.ts +430 -0
- package/dist-types/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIdMappingTablesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIdNamespaceAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
- package/dist-types/ts3.4/CleanRooms.d.ts +325 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +102 -0
- package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetIdMappingTableCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListIdMappingTablesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListIdNamespaceAssociationsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PopulateIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProtectedQueryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/index.d.ts +17 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +486 -134
- package/dist-types/ts3.4/models/models_1.d.ts +140 -0
- package/dist-types/ts3.4/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIdMappingTablesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIdNamespaceAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
- package/package.json +1 -1
|
@@ -0,0 +1,430 @@
|
|
|
1
|
+
import { PrivacyBudgetTemplateAutoRefresh, PrivacyBudgetTemplateParametersOutput, PrivacyBudgetType, ProtectedQuery } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
*/
|
|
5
|
+
export interface UpdateProtectedQueryOutput {
|
|
6
|
+
/**
|
|
7
|
+
* <p>The protected query output.</p>
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
protectedQuery: ProtectedQuery | undefined;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* <p>The epsilon and noise parameter values that you want to use for the differential privacy template.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
export interface DifferentialPrivacyTemplateParametersInput {
|
|
17
|
+
/**
|
|
18
|
+
* <p>The epsilon value that you want to use.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
epsilon: number | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* <p>Noise added per query is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
usersNoisePerQuery: number | undefined;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* <p>The epsilon and noise parameters that you want to use for the privacy budget template.</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
export type PrivacyBudgetTemplateParametersInput = PrivacyBudgetTemplateParametersInput.DifferentialPrivacyMember | PrivacyBudgetTemplateParametersInput.$UnknownMember;
|
|
33
|
+
/**
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
export declare namespace PrivacyBudgetTemplateParametersInput {
|
|
37
|
+
/**
|
|
38
|
+
* <p>An object that specifies the epsilon and noise parameters.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
interface DifferentialPrivacyMember {
|
|
42
|
+
differentialPrivacy: DifferentialPrivacyTemplateParametersInput;
|
|
43
|
+
$unknown?: never;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
interface $UnknownMember {
|
|
49
|
+
differentialPrivacy?: never;
|
|
50
|
+
$unknown: [string, any];
|
|
51
|
+
}
|
|
52
|
+
interface Visitor<T> {
|
|
53
|
+
differentialPrivacy: (value: DifferentialPrivacyTemplateParametersInput) => T;
|
|
54
|
+
_: (name: string, value: any) => T;
|
|
55
|
+
}
|
|
56
|
+
const visit: <T>(value: PrivacyBudgetTemplateParametersInput, visitor: Visitor<T>) => T;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
export interface CreatePrivacyBudgetTemplateInput {
|
|
62
|
+
/**
|
|
63
|
+
* <p>A unique identifier for one of your memberships for a collaboration. The privacy budget template is created in the collaboration that this membership belongs to. Accepts a membership ID.</p>
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
66
|
+
membershipIdentifier: string | undefined;
|
|
67
|
+
/**
|
|
68
|
+
* <p>How often the privacy budget refreshes.</p>
|
|
69
|
+
* <important>
|
|
70
|
+
* <p>If you plan to regularly bring new data into the collaboration, you can use <code>CALENDAR_MONTH</code> to automatically get a new privacy budget for the collaboration every calendar month. Choosing this option allows arbitrary amounts of information to be revealed about rows of the data when repeatedly queries across refreshes. Avoid choosing this if the same rows will be repeatedly queried between privacy budget refreshes.</p>
|
|
71
|
+
* </important>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
autoRefresh: PrivacyBudgetTemplateAutoRefresh | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* <p>Specifies the type of the privacy budget template.</p>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
privacyBudgetType: PrivacyBudgetType | undefined;
|
|
80
|
+
/**
|
|
81
|
+
* <p>Specifies your parameters for the privacy budget template.</p>
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
parameters: PrivacyBudgetTemplateParametersInput | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* <p>An optional label that you can assign to a resource when you create it. Each tag
|
|
87
|
+
* consists of a key and an optional value, both of which you define. When you use tagging,
|
|
88
|
+
* you can also use tag-based access control in IAM policies to control access
|
|
89
|
+
* to this resource.</p>
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
tags?: Record<string, string>;
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* <p>An object that defines the privacy budget template.</p>
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
export interface PrivacyBudgetTemplate {
|
|
99
|
+
/**
|
|
100
|
+
* <p>The unique identifier of the privacy budget template.</p>
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
id: string | undefined;
|
|
104
|
+
/**
|
|
105
|
+
* <p>The ARN of the privacy budget template.</p>
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
arn: string | undefined;
|
|
109
|
+
/**
|
|
110
|
+
* <p>The identifier for a membership resource.</p>
|
|
111
|
+
* @public
|
|
112
|
+
*/
|
|
113
|
+
membershipId: string | undefined;
|
|
114
|
+
/**
|
|
115
|
+
* <p>The Amazon Resource Name (ARN) of the member who created the privacy budget template.</p>
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
118
|
+
membershipArn: string | undefined;
|
|
119
|
+
/**
|
|
120
|
+
* <p>The unique ID of the collaboration that contains this privacy budget template.</p>
|
|
121
|
+
* @public
|
|
122
|
+
*/
|
|
123
|
+
collaborationId: string | undefined;
|
|
124
|
+
/**
|
|
125
|
+
* <p>The ARN of the collaboration that contains this privacy budget template.</p>
|
|
126
|
+
* @public
|
|
127
|
+
*/
|
|
128
|
+
collaborationArn: string | undefined;
|
|
129
|
+
/**
|
|
130
|
+
* <p>The time at which the privacy budget template was created.</p>
|
|
131
|
+
* @public
|
|
132
|
+
*/
|
|
133
|
+
createTime: Date | undefined;
|
|
134
|
+
/**
|
|
135
|
+
* <p>The most recent time at which the privacy budget template was updated.</p>
|
|
136
|
+
* @public
|
|
137
|
+
*/
|
|
138
|
+
updateTime: Date | undefined;
|
|
139
|
+
/**
|
|
140
|
+
* <p>Specifies the type of the privacy budget template.</p>
|
|
141
|
+
* @public
|
|
142
|
+
*/
|
|
143
|
+
privacyBudgetType: PrivacyBudgetType | undefined;
|
|
144
|
+
/**
|
|
145
|
+
* <p>How often the privacy budget refreshes.</p>
|
|
146
|
+
* <important>
|
|
147
|
+
* <p>If you plan to regularly bring new data into the collaboration, use <code>CALENDAR_MONTH</code> to automatically get a new privacy budget for the collaboration every calendar month. Choosing this option allows arbitrary amounts of information to be revealed about rows of the data when repeatedly queried across refreshes. Avoid choosing this if the same rows will be repeatedly queried between privacy budget refreshes.</p>
|
|
148
|
+
* </important>
|
|
149
|
+
* @public
|
|
150
|
+
*/
|
|
151
|
+
autoRefresh: PrivacyBudgetTemplateAutoRefresh | undefined;
|
|
152
|
+
/**
|
|
153
|
+
* <p>Specifies the
|
|
154
|
+
* epsilon
|
|
155
|
+
* and noise parameters for the privacy budget template.</p>
|
|
156
|
+
* @public
|
|
157
|
+
*/
|
|
158
|
+
parameters: PrivacyBudgetTemplateParametersOutput | undefined;
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* @public
|
|
162
|
+
*/
|
|
163
|
+
export interface CreatePrivacyBudgetTemplateOutput {
|
|
164
|
+
/**
|
|
165
|
+
* <p>A summary of the elements in the privacy budget template.</p>
|
|
166
|
+
* @public
|
|
167
|
+
*/
|
|
168
|
+
privacyBudgetTemplate: PrivacyBudgetTemplate | undefined;
|
|
169
|
+
}
|
|
170
|
+
/**
|
|
171
|
+
* @public
|
|
172
|
+
*/
|
|
173
|
+
export interface DeletePrivacyBudgetTemplateInput {
|
|
174
|
+
/**
|
|
175
|
+
* <p>A unique identifier for one of your memberships for a collaboration. The privacy budget template is deleted from the collaboration that this membership belongs to. Accepts a membership ID.</p>
|
|
176
|
+
* @public
|
|
177
|
+
*/
|
|
178
|
+
membershipIdentifier: string | undefined;
|
|
179
|
+
/**
|
|
180
|
+
* <p>A unique identifier for your privacy budget template. </p>
|
|
181
|
+
* @public
|
|
182
|
+
*/
|
|
183
|
+
privacyBudgetTemplateIdentifier: string | undefined;
|
|
184
|
+
}
|
|
185
|
+
/**
|
|
186
|
+
* @public
|
|
187
|
+
*/
|
|
188
|
+
export interface DeletePrivacyBudgetTemplateOutput {
|
|
189
|
+
}
|
|
190
|
+
/**
|
|
191
|
+
* @public
|
|
192
|
+
*/
|
|
193
|
+
export interface GetPrivacyBudgetTemplateInput {
|
|
194
|
+
/**
|
|
195
|
+
* <p>A unique identifier for one of your memberships for a collaboration. The privacy budget template is retrieved from the collaboration that this membership belongs to. Accepts a membership ID.</p>
|
|
196
|
+
* @public
|
|
197
|
+
*/
|
|
198
|
+
membershipIdentifier: string | undefined;
|
|
199
|
+
/**
|
|
200
|
+
* <p>A unique identifier for your privacy budget template.</p>
|
|
201
|
+
* @public
|
|
202
|
+
*/
|
|
203
|
+
privacyBudgetTemplateIdentifier: string | undefined;
|
|
204
|
+
}
|
|
205
|
+
/**
|
|
206
|
+
* @public
|
|
207
|
+
*/
|
|
208
|
+
export interface GetPrivacyBudgetTemplateOutput {
|
|
209
|
+
/**
|
|
210
|
+
* <p>Returns the details of the privacy budget template that you requested.</p>
|
|
211
|
+
* @public
|
|
212
|
+
*/
|
|
213
|
+
privacyBudgetTemplate: PrivacyBudgetTemplate | undefined;
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* @public
|
|
217
|
+
*/
|
|
218
|
+
export interface ListPrivacyBudgetTemplatesInput {
|
|
219
|
+
/**
|
|
220
|
+
* <p>A unique identifier for one of your memberships for a collaboration. The privacy budget templates are retrieved from the collaboration that this membership belongs to. Accepts a membership ID.</p>
|
|
221
|
+
* @public
|
|
222
|
+
*/
|
|
223
|
+
membershipIdentifier: string | undefined;
|
|
224
|
+
/**
|
|
225
|
+
* <p>The token value retrieved from a previous call to access the next page of
|
|
226
|
+
* results.</p>
|
|
227
|
+
* @public
|
|
228
|
+
*/
|
|
229
|
+
nextToken?: string;
|
|
230
|
+
/**
|
|
231
|
+
* <p>The maximum size of the results that is returned per call. Service chooses a default if
|
|
232
|
+
* it has not been set. Service may return a nextToken even if the maximum results has not
|
|
233
|
+
* been met.</p>
|
|
234
|
+
* @public
|
|
235
|
+
*/
|
|
236
|
+
maxResults?: number;
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* <p>A summary of the privacy budget template. The summary includes membership information, collaboration information, and creation information.</p>
|
|
240
|
+
* @public
|
|
241
|
+
*/
|
|
242
|
+
export interface PrivacyBudgetTemplateSummary {
|
|
243
|
+
/**
|
|
244
|
+
* <p>The unique identifier of the privacy budget template.</p>
|
|
245
|
+
* @public
|
|
246
|
+
*/
|
|
247
|
+
id: string | undefined;
|
|
248
|
+
/**
|
|
249
|
+
* <p>The ARN of the privacy budget template.</p>
|
|
250
|
+
* @public
|
|
251
|
+
*/
|
|
252
|
+
arn: string | undefined;
|
|
253
|
+
/**
|
|
254
|
+
* <p>The identifier for a membership resource.</p>
|
|
255
|
+
* @public
|
|
256
|
+
*/
|
|
257
|
+
membershipId: string | undefined;
|
|
258
|
+
/**
|
|
259
|
+
* <p>The Amazon Resource Name (ARN) of the member who created the privacy budget template.</p>
|
|
260
|
+
* @public
|
|
261
|
+
*/
|
|
262
|
+
membershipArn: string | undefined;
|
|
263
|
+
/**
|
|
264
|
+
* <p>The unique ID of the collaboration that contains this privacy budget template.</p>
|
|
265
|
+
* @public
|
|
266
|
+
*/
|
|
267
|
+
collaborationId: string | undefined;
|
|
268
|
+
/**
|
|
269
|
+
* <p>The ARN of the collaboration that contains this privacy budget template.</p>
|
|
270
|
+
* @public
|
|
271
|
+
*/
|
|
272
|
+
collaborationArn: string | undefined;
|
|
273
|
+
/**
|
|
274
|
+
* <p>The type of the privacy budget template.</p>
|
|
275
|
+
* @public
|
|
276
|
+
*/
|
|
277
|
+
privacyBudgetType: PrivacyBudgetType | undefined;
|
|
278
|
+
/**
|
|
279
|
+
* <p>The time at which the privacy budget template was created.</p>
|
|
280
|
+
* @public
|
|
281
|
+
*/
|
|
282
|
+
createTime: Date | undefined;
|
|
283
|
+
/**
|
|
284
|
+
* <p>The most recent time at which the privacy budget template was updated.</p>
|
|
285
|
+
* @public
|
|
286
|
+
*/
|
|
287
|
+
updateTime: Date | undefined;
|
|
288
|
+
}
|
|
289
|
+
/**
|
|
290
|
+
* @public
|
|
291
|
+
*/
|
|
292
|
+
export interface ListPrivacyBudgetTemplatesOutput {
|
|
293
|
+
/**
|
|
294
|
+
* <p>The token value retrieved from a previous call to access the next page of
|
|
295
|
+
* results.</p>
|
|
296
|
+
* @public
|
|
297
|
+
*/
|
|
298
|
+
nextToken?: string;
|
|
299
|
+
/**
|
|
300
|
+
* <p>An array that summarizes the privacy budget templates. The summary includes collaboration information, creation information, and privacy budget type.</p>
|
|
301
|
+
* @public
|
|
302
|
+
*/
|
|
303
|
+
privacyBudgetTemplateSummaries: PrivacyBudgetTemplateSummary[] | undefined;
|
|
304
|
+
}
|
|
305
|
+
/**
|
|
306
|
+
* <p>The epsilon and noise parameter values that you want to update in the differential privacy template.</p>
|
|
307
|
+
* @public
|
|
308
|
+
*/
|
|
309
|
+
export interface DifferentialPrivacyTemplateUpdateParameters {
|
|
310
|
+
/**
|
|
311
|
+
* <p>The updated epsilon value that you want to use.</p>
|
|
312
|
+
* @public
|
|
313
|
+
*/
|
|
314
|
+
epsilon?: number;
|
|
315
|
+
/**
|
|
316
|
+
* <p>The updated value of noise added per query. It is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.</p>
|
|
317
|
+
* @public
|
|
318
|
+
*/
|
|
319
|
+
usersNoisePerQuery?: number;
|
|
320
|
+
}
|
|
321
|
+
/**
|
|
322
|
+
* <p>The epsilon and noise parameters that you want to update in the privacy budget template.</p>
|
|
323
|
+
* @public
|
|
324
|
+
*/
|
|
325
|
+
export type PrivacyBudgetTemplateUpdateParameters = PrivacyBudgetTemplateUpdateParameters.DifferentialPrivacyMember | PrivacyBudgetTemplateUpdateParameters.$UnknownMember;
|
|
326
|
+
/**
|
|
327
|
+
* @public
|
|
328
|
+
*/
|
|
329
|
+
export declare namespace PrivacyBudgetTemplateUpdateParameters {
|
|
330
|
+
/**
|
|
331
|
+
* <p>An object that specifies the new values for the epsilon and noise parameters.</p>
|
|
332
|
+
* @public
|
|
333
|
+
*/
|
|
334
|
+
interface DifferentialPrivacyMember {
|
|
335
|
+
differentialPrivacy: DifferentialPrivacyTemplateUpdateParameters;
|
|
336
|
+
$unknown?: never;
|
|
337
|
+
}
|
|
338
|
+
/**
|
|
339
|
+
* @public
|
|
340
|
+
*/
|
|
341
|
+
interface $UnknownMember {
|
|
342
|
+
differentialPrivacy?: never;
|
|
343
|
+
$unknown: [string, any];
|
|
344
|
+
}
|
|
345
|
+
interface Visitor<T> {
|
|
346
|
+
differentialPrivacy: (value: DifferentialPrivacyTemplateUpdateParameters) => T;
|
|
347
|
+
_: (name: string, value: any) => T;
|
|
348
|
+
}
|
|
349
|
+
const visit: <T>(value: PrivacyBudgetTemplateUpdateParameters, visitor: Visitor<T>) => T;
|
|
350
|
+
}
|
|
351
|
+
/**
|
|
352
|
+
* @public
|
|
353
|
+
*/
|
|
354
|
+
export interface UpdatePrivacyBudgetTemplateInput {
|
|
355
|
+
/**
|
|
356
|
+
* <p>A unique identifier for one of your memberships for a collaboration. The privacy budget template is updated in the collaboration that this membership belongs to. Accepts a membership ID.</p>
|
|
357
|
+
* @public
|
|
358
|
+
*/
|
|
359
|
+
membershipIdentifier: string | undefined;
|
|
360
|
+
/**
|
|
361
|
+
* <p>A unique identifier for your privacy budget template that you want to update.</p>
|
|
362
|
+
* @public
|
|
363
|
+
*/
|
|
364
|
+
privacyBudgetTemplateIdentifier: string | undefined;
|
|
365
|
+
/**
|
|
366
|
+
* <p>Specifies the type of the privacy budget template.</p>
|
|
367
|
+
* @public
|
|
368
|
+
*/
|
|
369
|
+
privacyBudgetType: PrivacyBudgetType | undefined;
|
|
370
|
+
/**
|
|
371
|
+
* <p>Specifies the epsilon and noise parameters for the privacy budget template.</p>
|
|
372
|
+
* @public
|
|
373
|
+
*/
|
|
374
|
+
parameters?: PrivacyBudgetTemplateUpdateParameters;
|
|
375
|
+
}
|
|
376
|
+
/**
|
|
377
|
+
* @public
|
|
378
|
+
*/
|
|
379
|
+
export interface UpdatePrivacyBudgetTemplateOutput {
|
|
380
|
+
/**
|
|
381
|
+
* <p>Summary of the privacy budget template.</p>
|
|
382
|
+
* @public
|
|
383
|
+
*/
|
|
384
|
+
privacyBudgetTemplate: PrivacyBudgetTemplate | undefined;
|
|
385
|
+
}
|
|
386
|
+
/**
|
|
387
|
+
* @public
|
|
388
|
+
*/
|
|
389
|
+
export interface TagResourceInput {
|
|
390
|
+
/**
|
|
391
|
+
* <p>The Amazon Resource Name (ARN) associated with the resource you want to tag.</p>
|
|
392
|
+
* @public
|
|
393
|
+
*/
|
|
394
|
+
resourceArn: string | undefined;
|
|
395
|
+
/**
|
|
396
|
+
* <p>A map of objects specifying each key name and value.</p>
|
|
397
|
+
* @public
|
|
398
|
+
*/
|
|
399
|
+
tags: Record<string, string> | undefined;
|
|
400
|
+
}
|
|
401
|
+
/**
|
|
402
|
+
* @public
|
|
403
|
+
*/
|
|
404
|
+
export interface TagResourceOutput {
|
|
405
|
+
}
|
|
406
|
+
/**
|
|
407
|
+
* @public
|
|
408
|
+
*/
|
|
409
|
+
export interface UntagResourceInput {
|
|
410
|
+
/**
|
|
411
|
+
* <p>The Amazon Resource Name (ARN) associated with the resource you want to remove the tag
|
|
412
|
+
* from.</p>
|
|
413
|
+
* @public
|
|
414
|
+
*/
|
|
415
|
+
resourceArn: string | undefined;
|
|
416
|
+
/**
|
|
417
|
+
* <p>A list of key names of tags to be removed.</p>
|
|
418
|
+
* @public
|
|
419
|
+
*/
|
|
420
|
+
tagKeys: string[] | undefined;
|
|
421
|
+
}
|
|
422
|
+
/**
|
|
423
|
+
* @public
|
|
424
|
+
*/
|
|
425
|
+
export interface UntagResourceOutput {
|
|
426
|
+
}
|
|
427
|
+
/**
|
|
428
|
+
* @internal
|
|
429
|
+
*/
|
|
430
|
+
export declare const UpdateProtectedQueryOutputFilterSensitiveLog: (obj: UpdateProtectedQueryOutput) => any;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListCollaborationIdNamespaceAssociationsCommandInput, ListCollaborationIdNamespaceAssociationsCommandOutput } from "../commands/ListCollaborationIdNamespaceAssociationsCommand";
|
|
3
|
+
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListCollaborationIdNamespaceAssociations: (config: CleanRoomsPaginationConfiguration, input: ListCollaborationIdNamespaceAssociationsCommandInput, ...rest: any[]) => Paginator<ListCollaborationIdNamespaceAssociationsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListIdMappingTablesCommandInput, ListIdMappingTablesCommandOutput } from "../commands/ListIdMappingTablesCommand";
|
|
3
|
+
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListIdMappingTables: (config: CleanRoomsPaginationConfiguration, input: ListIdMappingTablesCommandInput, ...rest: any[]) => Paginator<ListIdMappingTablesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListIdNamespaceAssociationsCommandInput, ListIdNamespaceAssociationsCommandOutput } from "../commands/ListIdNamespaceAssociationsCommand";
|
|
3
|
+
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListIdNamespaceAssociations: (config: CleanRoomsPaginationConfiguration, input: ListIdNamespaceAssociationsCommandInput, ...rest: any[]) => Paginator<ListIdNamespaceAssociationsCommandOutput>;
|
|
@@ -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";
|