@aws-sdk/client-cleanrooms 3.312.0 → 3.316.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.
@@ -37,280 +37,240 @@ import { UpdateConfiguredTableAssociationCommandInput, UpdateConfiguredTableAsso
37
37
  import { UpdateConfiguredTableCommandInput, UpdateConfiguredTableCommandOutput } from "./commands/UpdateConfiguredTableCommand";
38
38
  import { UpdateMembershipCommandInput, UpdateMembershipCommandOutput } from "./commands/UpdateMembershipCommand";
39
39
  import { UpdateProtectedQueryCommandInput, UpdateProtectedQueryCommandOutput } from "./commands/UpdateProtectedQueryCommand";
40
- /**
41
- * @public
42
- * <p>Welcome to the <i>AWS Clean Rooms API Reference</i>.</p>
43
- * <p>AWS Clean Rooms is an AWS service that helps multiple parties to join their data
44
- * together in a secure collaboration workspace. In the collaboration, members who can query
45
- * and receive results can get insights into the collective datasets without either party getting
46
- * access to the other party's raw data.</p>
47
- * <p>To learn more about AWS Clean Rooms concepts, procedures, and best practices, see the
48
- * <a href="https://docs.aws.amazon.com/clean-rooms/latest/userguide/what-is.html">AWS Clean
49
- * Rooms User Guide</a>.</p>
50
- */
51
- export declare class CleanRooms extends CleanRoomsClient {
40
+ export interface CleanRooms {
52
41
  /**
53
- * @public
54
- * <p>Retrieves multiple schemas by their identifiers.</p>
42
+ * @see {@link BatchGetSchemaCommand}
55
43
  */
56
44
  batchGetSchema(args: BatchGetSchemaCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetSchemaCommandOutput>;
57
45
  batchGetSchema(args: BatchGetSchemaCommandInput, cb: (err: any, data?: BatchGetSchemaCommandOutput) => void): void;
58
46
  batchGetSchema(args: BatchGetSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetSchemaCommandOutput) => void): void;
59
47
  /**
60
- * @public
61
- * <p>Creates a new collaboration.</p>
48
+ * @see {@link CreateCollaborationCommand}
62
49
  */
63
50
  createCollaboration(args: CreateCollaborationCommandInput, options?: __HttpHandlerOptions): Promise<CreateCollaborationCommandOutput>;
64
51
  createCollaboration(args: CreateCollaborationCommandInput, cb: (err: any, data?: CreateCollaborationCommandOutput) => void): void;
65
52
  createCollaboration(args: CreateCollaborationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCollaborationCommandOutput) => void): void;
66
53
  /**
67
- * @public
68
- * <p>Creates a new configured table resource.</p>
54
+ * @see {@link CreateConfiguredTableCommand}
69
55
  */
70
56
  createConfiguredTable(args: CreateConfiguredTableCommandInput, options?: __HttpHandlerOptions): Promise<CreateConfiguredTableCommandOutput>;
71
57
  createConfiguredTable(args: CreateConfiguredTableCommandInput, cb: (err: any, data?: CreateConfiguredTableCommandOutput) => void): void;
72
58
  createConfiguredTable(args: CreateConfiguredTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfiguredTableCommandOutput) => void): void;
73
59
  /**
74
- * @public
75
- * <p>Creates a new analysis rule for a configured table. Currently, only one analysis rule
76
- * can be created for a given configured table.</p>
60
+ * @see {@link CreateConfiguredTableAnalysisRuleCommand}
77
61
  */
78
62
  createConfiguredTableAnalysisRule(args: CreateConfiguredTableAnalysisRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateConfiguredTableAnalysisRuleCommandOutput>;
79
63
  createConfiguredTableAnalysisRule(args: CreateConfiguredTableAnalysisRuleCommandInput, cb: (err: any, data?: CreateConfiguredTableAnalysisRuleCommandOutput) => void): void;
80
64
  createConfiguredTableAnalysisRule(args: CreateConfiguredTableAnalysisRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfiguredTableAnalysisRuleCommandOutput) => void): void;
81
65
  /**
82
- * @public
83
- * <p>Creates a configured table association. A configured table association links a
84
- * configured table with a collaboration.</p>
66
+ * @see {@link CreateConfiguredTableAssociationCommand}
85
67
  */
86
68
  createConfiguredTableAssociation(args: CreateConfiguredTableAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateConfiguredTableAssociationCommandOutput>;
87
69
  createConfiguredTableAssociation(args: CreateConfiguredTableAssociationCommandInput, cb: (err: any, data?: CreateConfiguredTableAssociationCommandOutput) => void): void;
88
70
  createConfiguredTableAssociation(args: CreateConfiguredTableAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfiguredTableAssociationCommandOutput) => void): void;
89
71
  /**
90
- * @public
91
- * <p>Creates a membership for a specific collaboration identifier and joins the
92
- * collaboration.</p>
72
+ * @see {@link CreateMembershipCommand}
93
73
  */
94
74
  createMembership(args: CreateMembershipCommandInput, options?: __HttpHandlerOptions): Promise<CreateMembershipCommandOutput>;
95
75
  createMembership(args: CreateMembershipCommandInput, cb: (err: any, data?: CreateMembershipCommandOutput) => void): void;
96
76
  createMembership(args: CreateMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMembershipCommandOutput) => void): void;
97
77
  /**
98
- * @public
99
- * <p>Deletes a collaboration. It can only be called by the collaboration owner.</p>
78
+ * @see {@link DeleteCollaborationCommand}
100
79
  */
101
80
  deleteCollaboration(args: DeleteCollaborationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCollaborationCommandOutput>;
102
81
  deleteCollaboration(args: DeleteCollaborationCommandInput, cb: (err: any, data?: DeleteCollaborationCommandOutput) => void): void;
103
82
  deleteCollaboration(args: DeleteCollaborationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCollaborationCommandOutput) => void): void;
104
83
  /**
105
- * @public
106
- * <p>Deletes a configured table.</p>
84
+ * @see {@link DeleteConfiguredTableCommand}
107
85
  */
108
86
  deleteConfiguredTable(args: DeleteConfiguredTableCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConfiguredTableCommandOutput>;
109
87
  deleteConfiguredTable(args: DeleteConfiguredTableCommandInput, cb: (err: any, data?: DeleteConfiguredTableCommandOutput) => void): void;
110
88
  deleteConfiguredTable(args: DeleteConfiguredTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfiguredTableCommandOutput) => void): void;
111
89
  /**
112
- * @public
113
- * <p>Deletes a configured table analysis rule.</p>
90
+ * @see {@link DeleteConfiguredTableAnalysisRuleCommand}
114
91
  */
115
92
  deleteConfiguredTableAnalysisRule(args: DeleteConfiguredTableAnalysisRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConfiguredTableAnalysisRuleCommandOutput>;
116
93
  deleteConfiguredTableAnalysisRule(args: DeleteConfiguredTableAnalysisRuleCommandInput, cb: (err: any, data?: DeleteConfiguredTableAnalysisRuleCommandOutput) => void): void;
117
94
  deleteConfiguredTableAnalysisRule(args: DeleteConfiguredTableAnalysisRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfiguredTableAnalysisRuleCommandOutput) => void): void;
118
95
  /**
119
- * @public
120
- * <p>Deletes a configured table association.</p>
96
+ * @see {@link DeleteConfiguredTableAssociationCommand}
121
97
  */
122
98
  deleteConfiguredTableAssociation(args: DeleteConfiguredTableAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConfiguredTableAssociationCommandOutput>;
123
99
  deleteConfiguredTableAssociation(args: DeleteConfiguredTableAssociationCommandInput, cb: (err: any, data?: DeleteConfiguredTableAssociationCommandOutput) => void): void;
124
100
  deleteConfiguredTableAssociation(args: DeleteConfiguredTableAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfiguredTableAssociationCommandOutput) => void): void;
125
101
  /**
126
- * @public
127
- * <p>Removes the specified member from a collaboration. The removed member is placed in the
128
- * Removed status and can't interact with the collaboration. The removed member's data is
129
- * inaccessible to active members of the collaboration.</p>
102
+ * @see {@link DeleteMemberCommand}
130
103
  */
131
104
  deleteMember(args: DeleteMemberCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMemberCommandOutput>;
132
105
  deleteMember(args: DeleteMemberCommandInput, cb: (err: any, data?: DeleteMemberCommandOutput) => void): void;
133
106
  deleteMember(args: DeleteMemberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMemberCommandOutput) => void): void;
134
107
  /**
135
- * @public
136
- * <p>Deletes a specified membership. All resources under a membership must be deleted.</p>
108
+ * @see {@link DeleteMembershipCommand}
137
109
  */
138
110
  deleteMembership(args: DeleteMembershipCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMembershipCommandOutput>;
139
111
  deleteMembership(args: DeleteMembershipCommandInput, cb: (err: any, data?: DeleteMembershipCommandOutput) => void): void;
140
112
  deleteMembership(args: DeleteMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMembershipCommandOutput) => void): void;
141
113
  /**
142
- * @public
143
- * <p>Returns metadata about a collaboration.</p>
114
+ * @see {@link GetCollaborationCommand}
144
115
  */
145
116
  getCollaboration(args: GetCollaborationCommandInput, options?: __HttpHandlerOptions): Promise<GetCollaborationCommandOutput>;
146
117
  getCollaboration(args: GetCollaborationCommandInput, cb: (err: any, data?: GetCollaborationCommandOutput) => void): void;
147
118
  getCollaboration(args: GetCollaborationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCollaborationCommandOutput) => void): void;
148
119
  /**
149
- * @public
150
- * <p>Retrieves a configured table.</p>
120
+ * @see {@link GetConfiguredTableCommand}
151
121
  */
152
122
  getConfiguredTable(args: GetConfiguredTableCommandInput, options?: __HttpHandlerOptions): Promise<GetConfiguredTableCommandOutput>;
153
123
  getConfiguredTable(args: GetConfiguredTableCommandInput, cb: (err: any, data?: GetConfiguredTableCommandOutput) => void): void;
154
124
  getConfiguredTable(args: GetConfiguredTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfiguredTableCommandOutput) => void): void;
155
125
  /**
156
- * @public
157
- * <p>Retrieves a configured table analysis rule.</p>
126
+ * @see {@link GetConfiguredTableAnalysisRuleCommand}
158
127
  */
159
128
  getConfiguredTableAnalysisRule(args: GetConfiguredTableAnalysisRuleCommandInput, options?: __HttpHandlerOptions): Promise<GetConfiguredTableAnalysisRuleCommandOutput>;
160
129
  getConfiguredTableAnalysisRule(args: GetConfiguredTableAnalysisRuleCommandInput, cb: (err: any, data?: GetConfiguredTableAnalysisRuleCommandOutput) => void): void;
161
130
  getConfiguredTableAnalysisRule(args: GetConfiguredTableAnalysisRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfiguredTableAnalysisRuleCommandOutput) => void): void;
162
131
  /**
163
- * @public
164
- * <p>Retrieves a configured table association.</p>
132
+ * @see {@link GetConfiguredTableAssociationCommand}
165
133
  */
166
134
  getConfiguredTableAssociation(args: GetConfiguredTableAssociationCommandInput, options?: __HttpHandlerOptions): Promise<GetConfiguredTableAssociationCommandOutput>;
167
135
  getConfiguredTableAssociation(args: GetConfiguredTableAssociationCommandInput, cb: (err: any, data?: GetConfiguredTableAssociationCommandOutput) => void): void;
168
136
  getConfiguredTableAssociation(args: GetConfiguredTableAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfiguredTableAssociationCommandOutput) => void): void;
169
137
  /**
170
- * @public
171
- * <p>Retrieves a specified membership for an identifier.</p>
138
+ * @see {@link GetMembershipCommand}
172
139
  */
173
140
  getMembership(args: GetMembershipCommandInput, options?: __HttpHandlerOptions): Promise<GetMembershipCommandOutput>;
174
141
  getMembership(args: GetMembershipCommandInput, cb: (err: any, data?: GetMembershipCommandOutput) => void): void;
175
142
  getMembership(args: GetMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMembershipCommandOutput) => void): void;
176
143
  /**
177
- * @public
178
- * <p>Returns query processing metadata.</p>
144
+ * @see {@link GetProtectedQueryCommand}
179
145
  */
180
146
  getProtectedQuery(args: GetProtectedQueryCommandInput, options?: __HttpHandlerOptions): Promise<GetProtectedQueryCommandOutput>;
181
147
  getProtectedQuery(args: GetProtectedQueryCommandInput, cb: (err: any, data?: GetProtectedQueryCommandOutput) => void): void;
182
148
  getProtectedQuery(args: GetProtectedQueryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProtectedQueryCommandOutput) => void): void;
183
149
  /**
184
- * @public
185
- * <p>Retrieves the schema for a relation within a collaboration.</p>
150
+ * @see {@link GetSchemaCommand}
186
151
  */
187
152
  getSchema(args: GetSchemaCommandInput, options?: __HttpHandlerOptions): Promise<GetSchemaCommandOutput>;
188
153
  getSchema(args: GetSchemaCommandInput, cb: (err: any, data?: GetSchemaCommandOutput) => void): void;
189
154
  getSchema(args: GetSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSchemaCommandOutput) => void): void;
190
155
  /**
191
- * @public
192
- * <p>Retrieves a schema analysis rule.</p>
156
+ * @see {@link GetSchemaAnalysisRuleCommand}
193
157
  */
194
158
  getSchemaAnalysisRule(args: GetSchemaAnalysisRuleCommandInput, options?: __HttpHandlerOptions): Promise<GetSchemaAnalysisRuleCommandOutput>;
195
159
  getSchemaAnalysisRule(args: GetSchemaAnalysisRuleCommandInput, cb: (err: any, data?: GetSchemaAnalysisRuleCommandOutput) => void): void;
196
160
  getSchemaAnalysisRule(args: GetSchemaAnalysisRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSchemaAnalysisRuleCommandOutput) => void): void;
197
161
  /**
198
- * @public
199
- * <p>Lists collaborations the caller owns, is active in, or has been invited to.</p>
162
+ * @see {@link ListCollaborationsCommand}
200
163
  */
201
164
  listCollaborations(args: ListCollaborationsCommandInput, options?: __HttpHandlerOptions): Promise<ListCollaborationsCommandOutput>;
202
165
  listCollaborations(args: ListCollaborationsCommandInput, cb: (err: any, data?: ListCollaborationsCommandOutput) => void): void;
203
166
  listCollaborations(args: ListCollaborationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCollaborationsCommandOutput) => void): void;
204
167
  /**
205
- * @public
206
- * <p>Lists configured table associations for a membership.</p>
168
+ * @see {@link ListConfiguredTableAssociationsCommand}
207
169
  */
208
170
  listConfiguredTableAssociations(args: ListConfiguredTableAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListConfiguredTableAssociationsCommandOutput>;
209
171
  listConfiguredTableAssociations(args: ListConfiguredTableAssociationsCommandInput, cb: (err: any, data?: ListConfiguredTableAssociationsCommandOutput) => void): void;
210
172
  listConfiguredTableAssociations(args: ListConfiguredTableAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfiguredTableAssociationsCommandOutput) => void): void;
211
173
  /**
212
- * @public
213
- * <p>Lists configured tables.</p>
174
+ * @see {@link ListConfiguredTablesCommand}
214
175
  */
215
176
  listConfiguredTables(args: ListConfiguredTablesCommandInput, options?: __HttpHandlerOptions): Promise<ListConfiguredTablesCommandOutput>;
216
177
  listConfiguredTables(args: ListConfiguredTablesCommandInput, cb: (err: any, data?: ListConfiguredTablesCommandOutput) => void): void;
217
178
  listConfiguredTables(args: ListConfiguredTablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfiguredTablesCommandOutput) => void): void;
218
179
  /**
219
- * @public
220
- * <p>Lists all members within a collaboration.</p>
180
+ * @see {@link ListMembersCommand}
221
181
  */
222
182
  listMembers(args: ListMembersCommandInput, options?: __HttpHandlerOptions): Promise<ListMembersCommandOutput>;
223
183
  listMembers(args: ListMembersCommandInput, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
224
184
  listMembers(args: ListMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
225
185
  /**
226
- * @public
227
- * <p>Lists all memberships resources within the caller's account.</p>
186
+ * @see {@link ListMembershipsCommand}
228
187
  */
229
188
  listMemberships(args: ListMembershipsCommandInput, options?: __HttpHandlerOptions): Promise<ListMembershipsCommandOutput>;
230
189
  listMemberships(args: ListMembershipsCommandInput, cb: (err: any, data?: ListMembershipsCommandOutput) => void): void;
231
190
  listMemberships(args: ListMembershipsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMembershipsCommandOutput) => void): void;
232
191
  /**
233
- * @public
234
- * <p>Lists protected queries, sorted by the most recent query.</p>
192
+ * @see {@link ListProtectedQueriesCommand}
235
193
  */
236
194
  listProtectedQueries(args: ListProtectedQueriesCommandInput, options?: __HttpHandlerOptions): Promise<ListProtectedQueriesCommandOutput>;
237
195
  listProtectedQueries(args: ListProtectedQueriesCommandInput, cb: (err: any, data?: ListProtectedQueriesCommandOutput) => void): void;
238
196
  listProtectedQueries(args: ListProtectedQueriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProtectedQueriesCommandOutput) => void): void;
239
197
  /**
240
- * @public
241
- * <p>Lists the schemas for relations within a collaboration.</p>
198
+ * @see {@link ListSchemasCommand}
242
199
  */
243
200
  listSchemas(args: ListSchemasCommandInput, options?: __HttpHandlerOptions): Promise<ListSchemasCommandOutput>;
244
201
  listSchemas(args: ListSchemasCommandInput, cb: (err: any, data?: ListSchemasCommandOutput) => void): void;
245
202
  listSchemas(args: ListSchemasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSchemasCommandOutput) => void): void;
246
203
  /**
247
- * @public
248
- * <p>Lists all of the tags that have been added to a resource.</p>
204
+ * @see {@link ListTagsForResourceCommand}
249
205
  */
250
206
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
251
207
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
252
208
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
253
209
  /**
254
- * @public
255
- * <p>Creates a protected query that is started by AWS Clean Rooms.</p>
210
+ * @see {@link StartProtectedQueryCommand}
256
211
  */
257
212
  startProtectedQuery(args: StartProtectedQueryCommandInput, options?: __HttpHandlerOptions): Promise<StartProtectedQueryCommandOutput>;
258
213
  startProtectedQuery(args: StartProtectedQueryCommandInput, cb: (err: any, data?: StartProtectedQueryCommandOutput) => void): void;
259
214
  startProtectedQuery(args: StartProtectedQueryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartProtectedQueryCommandOutput) => void): void;
260
215
  /**
261
- * @public
262
- * <p>Tags a resource.</p>
216
+ * @see {@link TagResourceCommand}
263
217
  */
264
218
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
265
219
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
266
220
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
267
221
  /**
268
- * @public
269
- * <p>Removes a tag or list of tags from a resource.</p>
222
+ * @see {@link UntagResourceCommand}
270
223
  */
271
224
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
272
225
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
273
226
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
274
227
  /**
275
- * @public
276
- * <p>Updates collaboration metadata and can only be called by the collaboration owner.</p>
228
+ * @see {@link UpdateCollaborationCommand}
277
229
  */
278
230
  updateCollaboration(args: UpdateCollaborationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCollaborationCommandOutput>;
279
231
  updateCollaboration(args: UpdateCollaborationCommandInput, cb: (err: any, data?: UpdateCollaborationCommandOutput) => void): void;
280
232
  updateCollaboration(args: UpdateCollaborationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCollaborationCommandOutput) => void): void;
281
233
  /**
282
- * @public
283
- * <p>Updates a configured table.</p>
234
+ * @see {@link UpdateConfiguredTableCommand}
284
235
  */
285
236
  updateConfiguredTable(args: UpdateConfiguredTableCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConfiguredTableCommandOutput>;
286
237
  updateConfiguredTable(args: UpdateConfiguredTableCommandInput, cb: (err: any, data?: UpdateConfiguredTableCommandOutput) => void): void;
287
238
  updateConfiguredTable(args: UpdateConfiguredTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfiguredTableCommandOutput) => void): void;
288
239
  /**
289
- * @public
290
- * <p>Updates a configured table analysis rule.</p>
240
+ * @see {@link UpdateConfiguredTableAnalysisRuleCommand}
291
241
  */
292
242
  updateConfiguredTableAnalysisRule(args: UpdateConfiguredTableAnalysisRuleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConfiguredTableAnalysisRuleCommandOutput>;
293
243
  updateConfiguredTableAnalysisRule(args: UpdateConfiguredTableAnalysisRuleCommandInput, cb: (err: any, data?: UpdateConfiguredTableAnalysisRuleCommandOutput) => void): void;
294
244
  updateConfiguredTableAnalysisRule(args: UpdateConfiguredTableAnalysisRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfiguredTableAnalysisRuleCommandOutput) => void): void;
295
245
  /**
296
- * @public
297
- * <p>Updates a configured table association.</p>
246
+ * @see {@link UpdateConfiguredTableAssociationCommand}
298
247
  */
299
248
  updateConfiguredTableAssociation(args: UpdateConfiguredTableAssociationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConfiguredTableAssociationCommandOutput>;
300
249
  updateConfiguredTableAssociation(args: UpdateConfiguredTableAssociationCommandInput, cb: (err: any, data?: UpdateConfiguredTableAssociationCommandOutput) => void): void;
301
250
  updateConfiguredTableAssociation(args: UpdateConfiguredTableAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfiguredTableAssociationCommandOutput) => void): void;
302
251
  /**
303
- * @public
304
- * <p>Updates a membership.</p>
252
+ * @see {@link UpdateMembershipCommand}
305
253
  */
306
254
  updateMembership(args: UpdateMembershipCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMembershipCommandOutput>;
307
255
  updateMembership(args: UpdateMembershipCommandInput, cb: (err: any, data?: UpdateMembershipCommandOutput) => void): void;
308
256
  updateMembership(args: UpdateMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMembershipCommandOutput) => void): void;
309
257
  /**
310
- * @public
311
- * <p>Updates the processing of a currently running query.</p>
258
+ * @see {@link UpdateProtectedQueryCommand}
312
259
  */
313
260
  updateProtectedQuery(args: UpdateProtectedQueryCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProtectedQueryCommandOutput>;
314
261
  updateProtectedQuery(args: UpdateProtectedQueryCommandInput, cb: (err: any, data?: UpdateProtectedQueryCommandOutput) => void): void;
315
262
  updateProtectedQuery(args: UpdateProtectedQueryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProtectedQueryCommandOutput) => void): void;
316
263
  }
264
+ /**
265
+ * @public
266
+ * <p>Welcome to the <i>AWS Clean Rooms API Reference</i>.</p>
267
+ * <p>AWS Clean Rooms is an AWS service that helps multiple parties to join their data
268
+ * together in a secure collaboration workspace. In the collaboration, members who can query
269
+ * and receive results can get insights into the collective datasets without either party getting
270
+ * access to the other party's raw data.</p>
271
+ * <p>To learn more about AWS Clean Rooms concepts, procedures, and best practices, see the
272
+ * <a href="https://docs.aws.amazon.com/clean-rooms/latest/userguide/what-is.html">AWS Clean
273
+ * Rooms User Guide</a>.</p>
274
+ */
275
+ export declare class CleanRooms extends CleanRoomsClient implements CleanRooms {
276
+ }
@@ -148,7 +148,7 @@ import {
148
148
  UpdateProtectedQueryCommandInput,
149
149
  UpdateProtectedQueryCommandOutput,
150
150
  } from "./commands/UpdateProtectedQueryCommand";
151
- export declare class CleanRooms extends CleanRoomsClient {
151
+ export interface CleanRooms {
152
152
  batchGetSchema(
153
153
  args: BatchGetSchemaCommandInput,
154
154
  options?: __HttpHandlerOptions
@@ -649,3 +649,6 @@ export declare class CleanRooms extends CleanRoomsClient {
649
649
  cb: (err: any, data?: UpdateProtectedQueryCommandOutput) => void
650
650
  ): void;
651
651
  }
652
+ export declare class CleanRooms
653
+ extends CleanRoomsClient
654
+ implements CleanRooms {}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cleanrooms",
3
3
  "description": "AWS SDK for JavaScript Cleanrooms Client for Node.js, Browser and React Native",
4
- "version": "3.312.0",
4
+ "version": "3.316.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.312.0",
24
+ "@aws-sdk/client-sts": "3.316.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.310.0",
26
+ "@aws-sdk/credential-provider-node": "3.316.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
@@ -40,14 +40,14 @@
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.310.0",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
43
- "@aws-sdk/smithy-client": "3.310.0",
43
+ "@aws-sdk/smithy-client": "3.316.0",
44
44
  "@aws-sdk/types": "3.310.0",
45
45
  "@aws-sdk/url-parser": "3.310.0",
46
46
  "@aws-sdk/util-base64": "3.310.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.310.0",
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.310.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.310.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.316.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.316.0",
51
51
  "@aws-sdk/util-endpoints": "3.310.0",
52
52
  "@aws-sdk/util-retry": "3.310.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.310.0",