cdk-docker-image-deployment 0.0.131 → 0.0.133

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 (32) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +10 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1927 -0
  9. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +46 -0
  10. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.waiters2.json +5 -0
  11. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +131 -114
  12. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +0 -10
  13. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +131 -99
  14. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  15. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +1 -0
  16. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  17. package/node_modules/aws-sdk/clients/all.js +2 -1
  18. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1828 -0
  19. package/node_modules/aws-sdk/clients/cleanrooms.js +19 -0
  20. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +17 -17
  21. package/node_modules/aws-sdk/clients/kendra.d.ts +7 -7
  22. package/node_modules/aws-sdk/clients/lambda.d.ts +32 -13
  23. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +44 -5
  24. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +19 -10
  25. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  26. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +51 -7
  27. package/node_modules/aws-sdk/dist/aws-sdk.js +137 -127
  28. package/node_modules/aws-sdk/dist/aws-sdk.min.js +41 -41
  29. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  30. package/node_modules/aws-sdk/lib/core.js +1 -1
  31. package/node_modules/aws-sdk/package.json +1 -1
  32. package/package.json +8 -8
@@ -0,0 +1,1828 @@
1
+ import {Request} from '../lib/request';
2
+ import {Response} from '../lib/response';
3
+ import {AWSError} from '../lib/error';
4
+ import {Service} from '../lib/service';
5
+ import {ServiceConfigurationOptions} from '../lib/service';
6
+ import {ConfigBase as Config} from '../lib/config-base';
7
+ interface Blob {}
8
+ declare class CleanRooms extends Service {
9
+ /**
10
+ * Constructs a service object. This object has one method for each API operation.
11
+ */
12
+ constructor(options?: CleanRooms.Types.ClientConfiguration)
13
+ config: Config & CleanRooms.Types.ClientConfiguration;
14
+ /**
15
+ * Retrieves multiple schemas by their identifiers.
16
+ */
17
+ batchGetSchema(params: CleanRooms.Types.BatchGetSchemaInput, callback?: (err: AWSError, data: CleanRooms.Types.BatchGetSchemaOutput) => void): Request<CleanRooms.Types.BatchGetSchemaOutput, AWSError>;
18
+ /**
19
+ * Retrieves multiple schemas by their identifiers.
20
+ */
21
+ batchGetSchema(callback?: (err: AWSError, data: CleanRooms.Types.BatchGetSchemaOutput) => void): Request<CleanRooms.Types.BatchGetSchemaOutput, AWSError>;
22
+ /**
23
+ * Creates a new collaboration.
24
+ */
25
+ createCollaboration(params: CleanRooms.Types.CreateCollaborationInput, callback?: (err: AWSError, data: CleanRooms.Types.CreateCollaborationOutput) => void): Request<CleanRooms.Types.CreateCollaborationOutput, AWSError>;
26
+ /**
27
+ * Creates a new collaboration.
28
+ */
29
+ createCollaboration(callback?: (err: AWSError, data: CleanRooms.Types.CreateCollaborationOutput) => void): Request<CleanRooms.Types.CreateCollaborationOutput, AWSError>;
30
+ /**
31
+ * Creates a new configured table resource.
32
+ */
33
+ createConfiguredTable(params: CleanRooms.Types.CreateConfiguredTableInput, callback?: (err: AWSError, data: CleanRooms.Types.CreateConfiguredTableOutput) => void): Request<CleanRooms.Types.CreateConfiguredTableOutput, AWSError>;
34
+ /**
35
+ * Creates a new configured table resource.
36
+ */
37
+ createConfiguredTable(callback?: (err: AWSError, data: CleanRooms.Types.CreateConfiguredTableOutput) => void): Request<CleanRooms.Types.CreateConfiguredTableOutput, AWSError>;
38
+ /**
39
+ * Creates a new analysis rule for a configured table. Currently, only one analysis rule can be created for a given configured table.
40
+ */
41
+ createConfiguredTableAnalysisRule(params: CleanRooms.Types.CreateConfiguredTableAnalysisRuleInput, callback?: (err: AWSError, data: CleanRooms.Types.CreateConfiguredTableAnalysisRuleOutput) => void): Request<CleanRooms.Types.CreateConfiguredTableAnalysisRuleOutput, AWSError>;
42
+ /**
43
+ * Creates a new analysis rule for a configured table. Currently, only one analysis rule can be created for a given configured table.
44
+ */
45
+ createConfiguredTableAnalysisRule(callback?: (err: AWSError, data: CleanRooms.Types.CreateConfiguredTableAnalysisRuleOutput) => void): Request<CleanRooms.Types.CreateConfiguredTableAnalysisRuleOutput, AWSError>;
46
+ /**
47
+ * Creates a configured table association. A configured table association links a configured table with a collaboration.
48
+ */
49
+ createConfiguredTableAssociation(params: CleanRooms.Types.CreateConfiguredTableAssociationInput, callback?: (err: AWSError, data: CleanRooms.Types.CreateConfiguredTableAssociationOutput) => void): Request<CleanRooms.Types.CreateConfiguredTableAssociationOutput, AWSError>;
50
+ /**
51
+ * Creates a configured table association. A configured table association links a configured table with a collaboration.
52
+ */
53
+ createConfiguredTableAssociation(callback?: (err: AWSError, data: CleanRooms.Types.CreateConfiguredTableAssociationOutput) => void): Request<CleanRooms.Types.CreateConfiguredTableAssociationOutput, AWSError>;
54
+ /**
55
+ * Creates a membership for a specific collaboration identifier and joins the collaboration.
56
+ */
57
+ createMembership(params: CleanRooms.Types.CreateMembershipInput, callback?: (err: AWSError, data: CleanRooms.Types.CreateMembershipOutput) => void): Request<CleanRooms.Types.CreateMembershipOutput, AWSError>;
58
+ /**
59
+ * Creates a membership for a specific collaboration identifier and joins the collaboration.
60
+ */
61
+ createMembership(callback?: (err: AWSError, data: CleanRooms.Types.CreateMembershipOutput) => void): Request<CleanRooms.Types.CreateMembershipOutput, AWSError>;
62
+ /**
63
+ * Deletes a collaboration. It can only be called by the collaboration owner.
64
+ */
65
+ deleteCollaboration(params: CleanRooms.Types.DeleteCollaborationInput, callback?: (err: AWSError, data: CleanRooms.Types.DeleteCollaborationOutput) => void): Request<CleanRooms.Types.DeleteCollaborationOutput, AWSError>;
66
+ /**
67
+ * Deletes a collaboration. It can only be called by the collaboration owner.
68
+ */
69
+ deleteCollaboration(callback?: (err: AWSError, data: CleanRooms.Types.DeleteCollaborationOutput) => void): Request<CleanRooms.Types.DeleteCollaborationOutput, AWSError>;
70
+ /**
71
+ * Deletes a configured table.
72
+ */
73
+ deleteConfiguredTable(params: CleanRooms.Types.DeleteConfiguredTableInput, callback?: (err: AWSError, data: CleanRooms.Types.DeleteConfiguredTableOutput) => void): Request<CleanRooms.Types.DeleteConfiguredTableOutput, AWSError>;
74
+ /**
75
+ * Deletes a configured table.
76
+ */
77
+ deleteConfiguredTable(callback?: (err: AWSError, data: CleanRooms.Types.DeleteConfiguredTableOutput) => void): Request<CleanRooms.Types.DeleteConfiguredTableOutput, AWSError>;
78
+ /**
79
+ * Deletes a configured table analysis rule.
80
+ */
81
+ deleteConfiguredTableAnalysisRule(params: CleanRooms.Types.DeleteConfiguredTableAnalysisRuleInput, callback?: (err: AWSError, data: CleanRooms.Types.DeleteConfiguredTableAnalysisRuleOutput) => void): Request<CleanRooms.Types.DeleteConfiguredTableAnalysisRuleOutput, AWSError>;
82
+ /**
83
+ * Deletes a configured table analysis rule.
84
+ */
85
+ deleteConfiguredTableAnalysisRule(callback?: (err: AWSError, data: CleanRooms.Types.DeleteConfiguredTableAnalysisRuleOutput) => void): Request<CleanRooms.Types.DeleteConfiguredTableAnalysisRuleOutput, AWSError>;
86
+ /**
87
+ * Deletes a configured table association.
88
+ */
89
+ deleteConfiguredTableAssociation(params: CleanRooms.Types.DeleteConfiguredTableAssociationInput, callback?: (err: AWSError, data: CleanRooms.Types.DeleteConfiguredTableAssociationOutput) => void): Request<CleanRooms.Types.DeleteConfiguredTableAssociationOutput, AWSError>;
90
+ /**
91
+ * Deletes a configured table association.
92
+ */
93
+ deleteConfiguredTableAssociation(callback?: (err: AWSError, data: CleanRooms.Types.DeleteConfiguredTableAssociationOutput) => void): Request<CleanRooms.Types.DeleteConfiguredTableAssociationOutput, AWSError>;
94
+ /**
95
+ * Removes the specified member from a collaboration. The removed member is placed in the Removed status and can't interact with the collaboration. The removed member's data is inaccessible to active members of the collaboration.
96
+ */
97
+ deleteMember(params: CleanRooms.Types.DeleteMemberInput, callback?: (err: AWSError, data: CleanRooms.Types.DeleteMemberOutput) => void): Request<CleanRooms.Types.DeleteMemberOutput, AWSError>;
98
+ /**
99
+ * Removes the specified member from a collaboration. The removed member is placed in the Removed status and can't interact with the collaboration. The removed member's data is inaccessible to active members of the collaboration.
100
+ */
101
+ deleteMember(callback?: (err: AWSError, data: CleanRooms.Types.DeleteMemberOutput) => void): Request<CleanRooms.Types.DeleteMemberOutput, AWSError>;
102
+ /**
103
+ * Deletes a specified membership. All resources under a membership must be deleted.
104
+ */
105
+ deleteMembership(params: CleanRooms.Types.DeleteMembershipInput, callback?: (err: AWSError, data: CleanRooms.Types.DeleteMembershipOutput) => void): Request<CleanRooms.Types.DeleteMembershipOutput, AWSError>;
106
+ /**
107
+ * Deletes a specified membership. All resources under a membership must be deleted.
108
+ */
109
+ deleteMembership(callback?: (err: AWSError, data: CleanRooms.Types.DeleteMembershipOutput) => void): Request<CleanRooms.Types.DeleteMembershipOutput, AWSError>;
110
+ /**
111
+ * Returns metadata about a collaboration.
112
+ */
113
+ getCollaboration(params: CleanRooms.Types.GetCollaborationInput, callback?: (err: AWSError, data: CleanRooms.Types.GetCollaborationOutput) => void): Request<CleanRooms.Types.GetCollaborationOutput, AWSError>;
114
+ /**
115
+ * Returns metadata about a collaboration.
116
+ */
117
+ getCollaboration(callback?: (err: AWSError, data: CleanRooms.Types.GetCollaborationOutput) => void): Request<CleanRooms.Types.GetCollaborationOutput, AWSError>;
118
+ /**
119
+ * Retrieves a configured table.
120
+ */
121
+ getConfiguredTable(params: CleanRooms.Types.GetConfiguredTableInput, callback?: (err: AWSError, data: CleanRooms.Types.GetConfiguredTableOutput) => void): Request<CleanRooms.Types.GetConfiguredTableOutput, AWSError>;
122
+ /**
123
+ * Retrieves a configured table.
124
+ */
125
+ getConfiguredTable(callback?: (err: AWSError, data: CleanRooms.Types.GetConfiguredTableOutput) => void): Request<CleanRooms.Types.GetConfiguredTableOutput, AWSError>;
126
+ /**
127
+ * Retrieves a configured table analysis rule.
128
+ */
129
+ getConfiguredTableAnalysisRule(params: CleanRooms.Types.GetConfiguredTableAnalysisRuleInput, callback?: (err: AWSError, data: CleanRooms.Types.GetConfiguredTableAnalysisRuleOutput) => void): Request<CleanRooms.Types.GetConfiguredTableAnalysisRuleOutput, AWSError>;
130
+ /**
131
+ * Retrieves a configured table analysis rule.
132
+ */
133
+ getConfiguredTableAnalysisRule(callback?: (err: AWSError, data: CleanRooms.Types.GetConfiguredTableAnalysisRuleOutput) => void): Request<CleanRooms.Types.GetConfiguredTableAnalysisRuleOutput, AWSError>;
134
+ /**
135
+ * Retrieves a configured table association.
136
+ */
137
+ getConfiguredTableAssociation(params: CleanRooms.Types.GetConfiguredTableAssociationInput, callback?: (err: AWSError, data: CleanRooms.Types.GetConfiguredTableAssociationOutput) => void): Request<CleanRooms.Types.GetConfiguredTableAssociationOutput, AWSError>;
138
+ /**
139
+ * Retrieves a configured table association.
140
+ */
141
+ getConfiguredTableAssociation(callback?: (err: AWSError, data: CleanRooms.Types.GetConfiguredTableAssociationOutput) => void): Request<CleanRooms.Types.GetConfiguredTableAssociationOutput, AWSError>;
142
+ /**
143
+ * Retrieves a specified membership for an identifier.
144
+ */
145
+ getMembership(params: CleanRooms.Types.GetMembershipInput, callback?: (err: AWSError, data: CleanRooms.Types.GetMembershipOutput) => void): Request<CleanRooms.Types.GetMembershipOutput, AWSError>;
146
+ /**
147
+ * Retrieves a specified membership for an identifier.
148
+ */
149
+ getMembership(callback?: (err: AWSError, data: CleanRooms.Types.GetMembershipOutput) => void): Request<CleanRooms.Types.GetMembershipOutput, AWSError>;
150
+ /**
151
+ * Returns query processing metadata.
152
+ */
153
+ getProtectedQuery(params: CleanRooms.Types.GetProtectedQueryInput, callback?: (err: AWSError, data: CleanRooms.Types.GetProtectedQueryOutput) => void): Request<CleanRooms.Types.GetProtectedQueryOutput, AWSError>;
154
+ /**
155
+ * Returns query processing metadata.
156
+ */
157
+ getProtectedQuery(callback?: (err: AWSError, data: CleanRooms.Types.GetProtectedQueryOutput) => void): Request<CleanRooms.Types.GetProtectedQueryOutput, AWSError>;
158
+ /**
159
+ * Retrieves the schema for a relation within a collaboration.
160
+ */
161
+ getSchema(params: CleanRooms.Types.GetSchemaInput, callback?: (err: AWSError, data: CleanRooms.Types.GetSchemaOutput) => void): Request<CleanRooms.Types.GetSchemaOutput, AWSError>;
162
+ /**
163
+ * Retrieves the schema for a relation within a collaboration.
164
+ */
165
+ getSchema(callback?: (err: AWSError, data: CleanRooms.Types.GetSchemaOutput) => void): Request<CleanRooms.Types.GetSchemaOutput, AWSError>;
166
+ /**
167
+ * Retrieves a schema analysis rule.
168
+ */
169
+ getSchemaAnalysisRule(params: CleanRooms.Types.GetSchemaAnalysisRuleInput, callback?: (err: AWSError, data: CleanRooms.Types.GetSchemaAnalysisRuleOutput) => void): Request<CleanRooms.Types.GetSchemaAnalysisRuleOutput, AWSError>;
170
+ /**
171
+ * Retrieves a schema analysis rule.
172
+ */
173
+ getSchemaAnalysisRule(callback?: (err: AWSError, data: CleanRooms.Types.GetSchemaAnalysisRuleOutput) => void): Request<CleanRooms.Types.GetSchemaAnalysisRuleOutput, AWSError>;
174
+ /**
175
+ * Lists collaborations the caller owns, is active in, or has been invited to.
176
+ */
177
+ listCollaborations(params: CleanRooms.Types.ListCollaborationsInput, callback?: (err: AWSError, data: CleanRooms.Types.ListCollaborationsOutput) => void): Request<CleanRooms.Types.ListCollaborationsOutput, AWSError>;
178
+ /**
179
+ * Lists collaborations the caller owns, is active in, or has been invited to.
180
+ */
181
+ listCollaborations(callback?: (err: AWSError, data: CleanRooms.Types.ListCollaborationsOutput) => void): Request<CleanRooms.Types.ListCollaborationsOutput, AWSError>;
182
+ /**
183
+ * Lists configured table associations for a membership.
184
+ */
185
+ listConfiguredTableAssociations(params: CleanRooms.Types.ListConfiguredTableAssociationsInput, callback?: (err: AWSError, data: CleanRooms.Types.ListConfiguredTableAssociationsOutput) => void): Request<CleanRooms.Types.ListConfiguredTableAssociationsOutput, AWSError>;
186
+ /**
187
+ * Lists configured table associations for a membership.
188
+ */
189
+ listConfiguredTableAssociations(callback?: (err: AWSError, data: CleanRooms.Types.ListConfiguredTableAssociationsOutput) => void): Request<CleanRooms.Types.ListConfiguredTableAssociationsOutput, AWSError>;
190
+ /**
191
+ * Lists configured tables.
192
+ */
193
+ listConfiguredTables(params: CleanRooms.Types.ListConfiguredTablesInput, callback?: (err: AWSError, data: CleanRooms.Types.ListConfiguredTablesOutput) => void): Request<CleanRooms.Types.ListConfiguredTablesOutput, AWSError>;
194
+ /**
195
+ * Lists configured tables.
196
+ */
197
+ listConfiguredTables(callback?: (err: AWSError, data: CleanRooms.Types.ListConfiguredTablesOutput) => void): Request<CleanRooms.Types.ListConfiguredTablesOutput, AWSError>;
198
+ /**
199
+ * Lists all members within a collaboration.
200
+ */
201
+ listMembers(params: CleanRooms.Types.ListMembersInput, callback?: (err: AWSError, data: CleanRooms.Types.ListMembersOutput) => void): Request<CleanRooms.Types.ListMembersOutput, AWSError>;
202
+ /**
203
+ * Lists all members within a collaboration.
204
+ */
205
+ listMembers(callback?: (err: AWSError, data: CleanRooms.Types.ListMembersOutput) => void): Request<CleanRooms.Types.ListMembersOutput, AWSError>;
206
+ /**
207
+ * Lists all memberships resources within the caller's account.
208
+ */
209
+ listMemberships(params: CleanRooms.Types.ListMembershipsInput, callback?: (err: AWSError, data: CleanRooms.Types.ListMembershipsOutput) => void): Request<CleanRooms.Types.ListMembershipsOutput, AWSError>;
210
+ /**
211
+ * Lists all memberships resources within the caller's account.
212
+ */
213
+ listMemberships(callback?: (err: AWSError, data: CleanRooms.Types.ListMembershipsOutput) => void): Request<CleanRooms.Types.ListMembershipsOutput, AWSError>;
214
+ /**
215
+ * Lists protected queries, sorted by the most recent query.
216
+ */
217
+ listProtectedQueries(params: CleanRooms.Types.ListProtectedQueriesInput, callback?: (err: AWSError, data: CleanRooms.Types.ListProtectedQueriesOutput) => void): Request<CleanRooms.Types.ListProtectedQueriesOutput, AWSError>;
218
+ /**
219
+ * Lists protected queries, sorted by the most recent query.
220
+ */
221
+ listProtectedQueries(callback?: (err: AWSError, data: CleanRooms.Types.ListProtectedQueriesOutput) => void): Request<CleanRooms.Types.ListProtectedQueriesOutput, AWSError>;
222
+ /**
223
+ * Lists the schemas for relations within a collaboration.
224
+ */
225
+ listSchemas(params: CleanRooms.Types.ListSchemasInput, callback?: (err: AWSError, data: CleanRooms.Types.ListSchemasOutput) => void): Request<CleanRooms.Types.ListSchemasOutput, AWSError>;
226
+ /**
227
+ * Lists the schemas for relations within a collaboration.
228
+ */
229
+ listSchemas(callback?: (err: AWSError, data: CleanRooms.Types.ListSchemasOutput) => void): Request<CleanRooms.Types.ListSchemasOutput, AWSError>;
230
+ /**
231
+ * Creates a protected query that is started by AWS Clean Rooms.
232
+ */
233
+ startProtectedQuery(params: CleanRooms.Types.StartProtectedQueryInput, callback?: (err: AWSError, data: CleanRooms.Types.StartProtectedQueryOutput) => void): Request<CleanRooms.Types.StartProtectedQueryOutput, AWSError>;
234
+ /**
235
+ * Creates a protected query that is started by AWS Clean Rooms.
236
+ */
237
+ startProtectedQuery(callback?: (err: AWSError, data: CleanRooms.Types.StartProtectedQueryOutput) => void): Request<CleanRooms.Types.StartProtectedQueryOutput, AWSError>;
238
+ /**
239
+ * Updates collaboration metadata and can only be called by the collaboration owner.
240
+ */
241
+ updateCollaboration(params: CleanRooms.Types.UpdateCollaborationInput, callback?: (err: AWSError, data: CleanRooms.Types.UpdateCollaborationOutput) => void): Request<CleanRooms.Types.UpdateCollaborationOutput, AWSError>;
242
+ /**
243
+ * Updates collaboration metadata and can only be called by the collaboration owner.
244
+ */
245
+ updateCollaboration(callback?: (err: AWSError, data: CleanRooms.Types.UpdateCollaborationOutput) => void): Request<CleanRooms.Types.UpdateCollaborationOutput, AWSError>;
246
+ /**
247
+ * Updates a configured table.
248
+ */
249
+ updateConfiguredTable(params: CleanRooms.Types.UpdateConfiguredTableInput, callback?: (err: AWSError, data: CleanRooms.Types.UpdateConfiguredTableOutput) => void): Request<CleanRooms.Types.UpdateConfiguredTableOutput, AWSError>;
250
+ /**
251
+ * Updates a configured table.
252
+ */
253
+ updateConfiguredTable(callback?: (err: AWSError, data: CleanRooms.Types.UpdateConfiguredTableOutput) => void): Request<CleanRooms.Types.UpdateConfiguredTableOutput, AWSError>;
254
+ /**
255
+ * Updates a configured table analysis rule.
256
+ */
257
+ updateConfiguredTableAnalysisRule(params: CleanRooms.Types.UpdateConfiguredTableAnalysisRuleInput, callback?: (err: AWSError, data: CleanRooms.Types.UpdateConfiguredTableAnalysisRuleOutput) => void): Request<CleanRooms.Types.UpdateConfiguredTableAnalysisRuleOutput, AWSError>;
258
+ /**
259
+ * Updates a configured table analysis rule.
260
+ */
261
+ updateConfiguredTableAnalysisRule(callback?: (err: AWSError, data: CleanRooms.Types.UpdateConfiguredTableAnalysisRuleOutput) => void): Request<CleanRooms.Types.UpdateConfiguredTableAnalysisRuleOutput, AWSError>;
262
+ /**
263
+ * Updates a configured table association.
264
+ */
265
+ updateConfiguredTableAssociation(params: CleanRooms.Types.UpdateConfiguredTableAssociationInput, callback?: (err: AWSError, data: CleanRooms.Types.UpdateConfiguredTableAssociationOutput) => void): Request<CleanRooms.Types.UpdateConfiguredTableAssociationOutput, AWSError>;
266
+ /**
267
+ * Updates a configured table association.
268
+ */
269
+ updateConfiguredTableAssociation(callback?: (err: AWSError, data: CleanRooms.Types.UpdateConfiguredTableAssociationOutput) => void): Request<CleanRooms.Types.UpdateConfiguredTableAssociationOutput, AWSError>;
270
+ /**
271
+ * Updates a membership.
272
+ */
273
+ updateMembership(params: CleanRooms.Types.UpdateMembershipInput, callback?: (err: AWSError, data: CleanRooms.Types.UpdateMembershipOutput) => void): Request<CleanRooms.Types.UpdateMembershipOutput, AWSError>;
274
+ /**
275
+ * Updates a membership.
276
+ */
277
+ updateMembership(callback?: (err: AWSError, data: CleanRooms.Types.UpdateMembershipOutput) => void): Request<CleanRooms.Types.UpdateMembershipOutput, AWSError>;
278
+ /**
279
+ * Updates the processing of a currently running query.
280
+ */
281
+ updateProtectedQuery(params: CleanRooms.Types.UpdateProtectedQueryInput, callback?: (err: AWSError, data: CleanRooms.Types.UpdateProtectedQueryOutput) => void): Request<CleanRooms.Types.UpdateProtectedQueryOutput, AWSError>;
282
+ /**
283
+ * Updates the processing of a currently running query.
284
+ */
285
+ updateProtectedQuery(callback?: (err: AWSError, data: CleanRooms.Types.UpdateProtectedQueryOutput) => void): Request<CleanRooms.Types.UpdateProtectedQueryOutput, AWSError>;
286
+ }
287
+ declare namespace CleanRooms {
288
+ export type AccountId = string;
289
+ export interface AggregateColumn {
290
+ /**
291
+ * Column names in configured table of aggregate columns.
292
+ */
293
+ columnNames: AggregateColumnColumnNamesList;
294
+ /**
295
+ * Aggregation function that can be applied to aggregate column in query.
296
+ */
297
+ function: AggregateFunctionName;
298
+ }
299
+ export type AggregateColumnColumnNamesList = AnalysisRuleColumnName[];
300
+ export type AggregateFunctionName = "SUM"|"SUM_DISTINCT"|"COUNT"|"COUNT_DISTINCT"|"AVG"|string;
301
+ export interface AggregationConstraint {
302
+ /**
303
+ * Column in aggregation constraint for which there must be a minimum number of distinct values in an output row for it to be in the query output.
304
+ */
305
+ columnName: AnalysisRuleColumnName;
306
+ /**
307
+ * The minimum number of distinct values that an output row must be an aggregation of. Minimum threshold of distinct values for a specified column that must exist in an output row for it to be in the query output.
308
+ */
309
+ minimum: AggregationConstraintMinimumInteger;
310
+ /**
311
+ * The type of aggregation the constraint allows. The only valid value is currently `COUNT_DISTINCT`.
312
+ */
313
+ type: AggregationType;
314
+ }
315
+ export type AggregationConstraintMinimumInteger = number;
316
+ export type AggregationConstraints = AggregationConstraint[];
317
+ export type AggregationType = "COUNT_DISTINCT"|string;
318
+ export type AllowedColumnList = ColumnName[];
319
+ export type AnalysisMethod = "DIRECT_QUERY"|string;
320
+ export interface AnalysisRule {
321
+ /**
322
+ * The unique ID for the associated collaboration.
323
+ */
324
+ collaborationId: CollaborationIdentifier;
325
+ /**
326
+ * The type of analysis rule. Valid values are `AGGREGATION` and `LIST`.
327
+ */
328
+ type: AnalysisRuleType;
329
+ /**
330
+ * The name for the analysis rule.
331
+ */
332
+ name: TableAlias;
333
+ /**
334
+ * The time the analysis rule was created.
335
+ */
336
+ createTime: Timestamp;
337
+ /**
338
+ * The time the analysis rule was last updated.
339
+ */
340
+ updateTime: Timestamp;
341
+ /**
342
+ * A policy that describes the associated data usage limitations.
343
+ */
344
+ policy: AnalysisRulePolicy;
345
+ }
346
+ export interface AnalysisRuleAggregation {
347
+ /**
348
+ * The columns that query runners are allowed to use in aggregation queries.
349
+ */
350
+ aggregateColumns: AnalysisRuleAggregationAggregateColumnsList;
351
+ /**
352
+ * Columns in configured table that can be used in join statements and/or as aggregate columns. They can never be outputted directly.
353
+ */
354
+ joinColumns: AnalysisRuleColumnList;
355
+ /**
356
+ * Control that requires member who runs query to do a join with their configured table and/or other configured table in query
357
+ */
358
+ joinRequired?: JoinRequiredOption;
359
+ /**
360
+ * The columns that query runners are allowed to select, group by, or filter by.
361
+ */
362
+ dimensionColumns: AnalysisRuleColumnList;
363
+ /**
364
+ * Set of scalar functions that are allowed to be used on dimension columns and the output of aggregation of metrics.
365
+ */
366
+ scalarFunctions: ScalarFunctionsList;
367
+ /**
368
+ * Columns that must meet a specific threshold value (after an aggregation function is applied to it) for each output row to be returned.
369
+ */
370
+ outputConstraints: AggregationConstraints;
371
+ }
372
+ export type AnalysisRuleAggregationAggregateColumnsList = AggregateColumn[];
373
+ export type AnalysisRuleColumnList = AnalysisRuleColumnName[];
374
+ export type AnalysisRuleColumnName = string;
375
+ export interface AnalysisRuleList {
376
+ /**
377
+ * Columns that can be used to join a configured table with the table of the member who can query and another members' configured tables.
378
+ */
379
+ joinColumns: AnalysisRuleListJoinColumnsList;
380
+ /**
381
+ * Columns that can be listed in the output.
382
+ */
383
+ listColumns: AnalysisRuleColumnList;
384
+ }
385
+ export type AnalysisRuleListJoinColumnsList = AnalysisRuleColumnName[];
386
+ export interface AnalysisRulePolicy {
387
+ /**
388
+ * Controls on the query specifications that can be run on configured table..
389
+ */
390
+ v1?: AnalysisRulePolicyV1;
391
+ }
392
+ export interface AnalysisRulePolicyV1 {
393
+ /**
394
+ * Analysis rule type that enables only list queries on a configured table.
395
+ */
396
+ list?: AnalysisRuleList;
397
+ /**
398
+ * Analysis rule type that enables only aggregation queries on a configured table.
399
+ */
400
+ aggregation?: AnalysisRuleAggregation;
401
+ }
402
+ export type AnalysisRuleType = "AGGREGATION"|"LIST"|string;
403
+ export type AnalysisRuleTypeList = AnalysisRuleType[];
404
+ export interface BatchGetSchemaError {
405
+ /**
406
+ * An error name for the error.
407
+ */
408
+ name: TableAlias;
409
+ /**
410
+ * An error code for the error.
411
+ */
412
+ code: String;
413
+ /**
414
+ * An error message for the error.
415
+ */
416
+ message: String;
417
+ }
418
+ export type BatchGetSchemaErrorList = BatchGetSchemaError[];
419
+ export interface BatchGetSchemaInput {
420
+ /**
421
+ * A unique identifier for the collaboration that the schemas belong to. Currently accepts collaboration ID.
422
+ */
423
+ collaborationIdentifier: CollaborationIdentifier;
424
+ /**
425
+ * The names for the schema objects to retrieve.&gt;
426
+ */
427
+ names: TableAliasList;
428
+ }
429
+ export interface BatchGetSchemaOutput {
430
+ /**
431
+ * The retrieved list of schemas.
432
+ */
433
+ schemas: SchemaList;
434
+ /**
435
+ * Error reasons for schemas that could not be retrieved. One error is returned for every schema that could not be retrieved.
436
+ */
437
+ errors: BatchGetSchemaErrorList;
438
+ }
439
+ export type Boolean = boolean;
440
+ export interface Collaboration {
441
+ /**
442
+ * The unique ID for the collaboration.
443
+ */
444
+ id: UUID;
445
+ /**
446
+ * The unique ARN for the collaboration.
447
+ */
448
+ arn: CollaborationArn;
449
+ /**
450
+ * A human-readable identifier provided by the collaboration owner. Display names are not unique.
451
+ */
452
+ name: CollaborationName;
453
+ /**
454
+ * A description of the collaboration provided by the collaboration owner.
455
+ */
456
+ description?: CollaborationDescription;
457
+ /**
458
+ * The identifier used to reference members of the collaboration. Currently only supports AWS account ID.
459
+ */
460
+ creatorAccountId: AccountId;
461
+ /**
462
+ * A display name of the collaboration creator.
463
+ */
464
+ creatorDisplayName: DisplayName;
465
+ /**
466
+ * The time when the collaboration was created.
467
+ */
468
+ createTime: Timestamp;
469
+ /**
470
+ * The time the collaboration metadata was last updated.
471
+ */
472
+ updateTime: Timestamp;
473
+ /**
474
+ * The status of a member in a collaboration.
475
+ */
476
+ memberStatus: MemberStatus;
477
+ /**
478
+ * The unique ID for your membership within the collaboration.
479
+ */
480
+ membershipId?: UUID;
481
+ /**
482
+ * The unique ARN for your membership within the collaboration.
483
+ */
484
+ membershipArn?: MembershipArn;
485
+ /**
486
+ * The settings for client-side encryption for cryptographic computing.
487
+ */
488
+ dataEncryptionMetadata?: DataEncryptionMetadata;
489
+ /**
490
+ * An indicator as to whether query logging has been enabled or disabled for the collaboration.
491
+ */
492
+ queryLogStatus: CollaborationQueryLogStatus;
493
+ }
494
+ export type CollaborationArn = string;
495
+ export type CollaborationDescription = string;
496
+ export type CollaborationIdentifier = string;
497
+ export type CollaborationName = string;
498
+ export type CollaborationQueryLogStatus = "ENABLED"|"DISABLED"|string;
499
+ export interface CollaborationSummary {
500
+ /**
501
+ * The identifier for the collaboration.
502
+ */
503
+ id: UUID;
504
+ /**
505
+ * The ARN of the collaboration.
506
+ */
507
+ arn: CollaborationArn;
508
+ /**
509
+ * A human-readable identifier provided by the collaboration owner. Display names are not unique.
510
+ */
511
+ name: CollaborationName;
512
+ /**
513
+ * The identifier used to reference members of the collaboration. Currently only supports AWS Account ID.
514
+ */
515
+ creatorAccountId: AccountId;
516
+ /**
517
+ * The display name of the collaboration creator.
518
+ */
519
+ creatorDisplayName: DisplayName;
520
+ /**
521
+ * The time when the collaboration was created.
522
+ */
523
+ createTime: Timestamp;
524
+ /**
525
+ * The time the collaboration metadata was last updated.
526
+ */
527
+ updateTime: Timestamp;
528
+ /**
529
+ * The status of a member in a collaboration.
530
+ */
531
+ memberStatus: MemberStatus;
532
+ /**
533
+ * The identifier of a member in a collaboration.
534
+ */
535
+ membershipId?: UUID;
536
+ /**
537
+ * The ARN of a member in a collaboration.
538
+ */
539
+ membershipArn?: MembershipArn;
540
+ }
541
+ export type CollaborationSummaryList = CollaborationSummary[];
542
+ export interface Column {
543
+ /**
544
+ * The name of the column.
545
+ */
546
+ name: ColumnName;
547
+ /**
548
+ * The type of the column.
549
+ */
550
+ type: ColumnTypeString;
551
+ }
552
+ export type ColumnList = Column[];
553
+ export type ColumnName = string;
554
+ export type ColumnTypeString = string;
555
+ export interface ConfiguredTable {
556
+ /**
557
+ * The unique ID for the configured table.
558
+ */
559
+ id: UUID;
560
+ /**
561
+ * The unique ARN for the configured table.
562
+ */
563
+ arn: ConfiguredTableArn;
564
+ /**
565
+ * A name for the configured table.
566
+ */
567
+ name: DisplayName;
568
+ /**
569
+ * A description for the configured table.
570
+ */
571
+ description?: TableDescription;
572
+ /**
573
+ * The AWS Glue table that this configured table represents.
574
+ */
575
+ tableReference: TableReference;
576
+ /**
577
+ * The time the configured table was created.
578
+ */
579
+ createTime: Timestamp;
580
+ /**
581
+ * The time the configured table was last updated
582
+ */
583
+ updateTime: Timestamp;
584
+ /**
585
+ * The types of analysis rules associated with this configured table. Valid values are `AGGREGATION` and `LIST`. Currently, only one analysis rule may be associated with a configured table.
586
+ */
587
+ analysisRuleTypes: ConfiguredTableAnalysisRuleTypeList;
588
+ /**
589
+ * The analysis method for the configured table. The only valid value is currently `DIRECT_QUERY`.
590
+ */
591
+ analysisMethod: AnalysisMethod;
592
+ /**
593
+ * The columns within the underlying AWS Glue table that can be utilized within collaborations.
594
+ */
595
+ allowedColumns: AllowedColumnList;
596
+ }
597
+ export interface ConfiguredTableAnalysisRule {
598
+ /**
599
+ * The unique ID for the configured table.
600
+ */
601
+ configuredTableId: UUID;
602
+ /**
603
+ * The unique ARN for the configured table.
604
+ */
605
+ configuredTableArn: ConfiguredTableArn;
606
+ /**
607
+ * The policy that controls SQL query rules.
608
+ */
609
+ policy: ConfiguredTableAnalysisRulePolicy;
610
+ /**
611
+ * The type of configured table analysis rule. Valid values are `AGGREGATION` and `LIST`.
612
+ */
613
+ type: ConfiguredTableAnalysisRuleType;
614
+ /**
615
+ * The time the configured table analysis rule was created.
616
+ */
617
+ createTime: Timestamp;
618
+ /**
619
+ * The time the configured table analysis rule was last updated.
620
+ */
621
+ updateTime: Timestamp;
622
+ }
623
+ export interface ConfiguredTableAnalysisRulePolicy {
624
+ /**
625
+ * Controls on the query specifications that can be run on a configured table.
626
+ */
627
+ v1?: ConfiguredTableAnalysisRulePolicyV1;
628
+ }
629
+ export interface ConfiguredTableAnalysisRulePolicyV1 {
630
+ /**
631
+ * Analysis rule type that enables only list queries on a configured table.
632
+ */
633
+ list?: AnalysisRuleList;
634
+ /**
635
+ * Analysis rule type that enables only aggregation queries on a configured table.
636
+ */
637
+ aggregation?: AnalysisRuleAggregation;
638
+ }
639
+ export type ConfiguredTableAnalysisRuleType = "AGGREGATION"|"LIST"|string;
640
+ export type ConfiguredTableAnalysisRuleTypeList = ConfiguredTableAnalysisRuleType[];
641
+ export type ConfiguredTableArn = string;
642
+ export interface ConfiguredTableAssociation {
643
+ /**
644
+ * The unique ARN for the configured table association.
645
+ */
646
+ arn: ConfiguredTableAssociationArn;
647
+ /**
648
+ * The unique ID for the configured table association.
649
+ */
650
+ id: UUID;
651
+ /**
652
+ * The unique ID for the configured table that the association refers to.
653
+ */
654
+ configuredTableId: UUID;
655
+ /**
656
+ * The unique ARN for the configured table that the association refers to.
657
+ */
658
+ configuredTableArn: ConfiguredTableArn;
659
+ /**
660
+ * The unique ID for the membership this configured table association belongs to.
661
+ */
662
+ membershipId: UUID;
663
+ /**
664
+ * The unique ARN for the membership this configured table association belongs to.
665
+ */
666
+ membershipArn: MembershipArn;
667
+ /**
668
+ * The service will assume this role to access catalog metadata and query the table.
669
+ */
670
+ roleArn: RoleArn;
671
+ /**
672
+ * The name of the configured table association, in lowercase. The table is identified by this name when running protected queries against the underlying data.
673
+ */
674
+ name: TableAlias;
675
+ /**
676
+ * A description of the configured table association.
677
+ */
678
+ description?: TableDescription;
679
+ /**
680
+ * The time the configured table association was created.
681
+ */
682
+ createTime: Timestamp;
683
+ /**
684
+ * The time the configured table association was last updated.
685
+ */
686
+ updateTime: Timestamp;
687
+ }
688
+ export type ConfiguredTableAssociationArn = string;
689
+ export type ConfiguredTableAssociationIdentifier = string;
690
+ export interface ConfiguredTableAssociationSummary {
691
+ /**
692
+ * The unique configured table ID that this configured table association refers to.
693
+ */
694
+ configuredTableId: UUID;
695
+ /**
696
+ * The unique ID for the membership that the configured table association belongs to.
697
+ */
698
+ membershipId: MembershipIdentifier;
699
+ /**
700
+ * The unique ARN for the membership that the configured table association belongs to.
701
+ */
702
+ membershipArn: MembershipArn;
703
+ /**
704
+ * The name of the configured table association. The table is identified by this name when running Protected Queries against the underlying data.
705
+ */
706
+ name: TableAlias;
707
+ /**
708
+ * The time the configured table association was created.
709
+ */
710
+ createTime: Timestamp;
711
+ /**
712
+ * The time the configured table association was last updated.
713
+ */
714
+ updateTime: Timestamp;
715
+ /**
716
+ * The unique ID for the configured table association.
717
+ */
718
+ id: UUID;
719
+ /**
720
+ * The unique ARN for the configured table association.
721
+ */
722
+ arn: ConfiguredTableAssociationArn;
723
+ }
724
+ export type ConfiguredTableAssociationSummaryList = ConfiguredTableAssociationSummary[];
725
+ export type ConfiguredTableIdentifier = string;
726
+ export interface ConfiguredTableSummary {
727
+ /**
728
+ * The unique ID of the configured table.
729
+ */
730
+ id: ConfiguredTableIdentifier;
731
+ /**
732
+ * The unique ARN of the configured table.
733
+ */
734
+ arn: ConfiguredTableArn;
735
+ /**
736
+ * The name of the configured table.
737
+ */
738
+ name: DisplayName;
739
+ /**
740
+ * The time the configured table was created.
741
+ */
742
+ createTime: Timestamp;
743
+ /**
744
+ * The time the configured table was last updated.
745
+ */
746
+ updateTime: Timestamp;
747
+ /**
748
+ * The types of analysis rules associated with this configured table.
749
+ */
750
+ analysisRuleTypes: ConfiguredTableAnalysisRuleTypeList;
751
+ /**
752
+ * The analysis method for the configured tables. The only valid value is currently `DIRECT_QUERY`.
753
+ */
754
+ analysisMethod: AnalysisMethod;
755
+ }
756
+ export type ConfiguredTableSummaryList = ConfiguredTableSummary[];
757
+ export interface CreateCollaborationInput {
758
+ /**
759
+ * A list of initial members, not including the creator. This list is immutable.
760
+ */
761
+ members: MemberList;
762
+ /**
763
+ * The display name for a collaboration.
764
+ */
765
+ name: CollaborationName;
766
+ /**
767
+ * A description of the collaboration provided by the collaboration owner.
768
+ */
769
+ description: CollaborationDescription;
770
+ /**
771
+ * The abilities granted to the collaboration creator.
772
+ */
773
+ creatorMemberAbilities: MemberAbilities;
774
+ /**
775
+ * The display name of the collaboration creator.
776
+ */
777
+ creatorDisplayName: DisplayName;
778
+ /**
779
+ * The settings for client-side encryption with Cryptographic Computing for Clean Rooms.
780
+ */
781
+ dataEncryptionMetadata?: DataEncryptionMetadata;
782
+ /**
783
+ * An indicator as to whether query logging has been enabled or disabled for the collaboration.
784
+ */
785
+ queryLogStatus: CollaborationQueryLogStatus;
786
+ }
787
+ export interface CreateCollaborationOutput {
788
+ /**
789
+ * The entire created collaboration object.
790
+ */
791
+ collaboration: Collaboration;
792
+ }
793
+ export interface CreateConfiguredTableAnalysisRuleInput {
794
+ /**
795
+ * The identifier for the configured table to create the analysis rule for. Currently accepts the configured table ID.
796
+ */
797
+ configuredTableIdentifier: ConfiguredTableIdentifier;
798
+ /**
799
+ * The type of analysis rule. Valid values are AGGREGATION and LIST.
800
+ */
801
+ analysisRuleType: ConfiguredTableAnalysisRuleType;
802
+ /**
803
+ * The entire created configured table analysis rule object.
804
+ */
805
+ analysisRulePolicy: ConfiguredTableAnalysisRulePolicy;
806
+ }
807
+ export interface CreateConfiguredTableAnalysisRuleOutput {
808
+ /**
809
+ * The entire created analysis rule.
810
+ */
811
+ analysisRule: ConfiguredTableAnalysisRule;
812
+ }
813
+ export interface CreateConfiguredTableAssociationInput {
814
+ /**
815
+ * The name of the configured table association. This name is used to query the underlying configured table.
816
+ */
817
+ name: TableAlias;
818
+ /**
819
+ * A description for the configured table association.
820
+ */
821
+ description?: TableDescription;
822
+ /**
823
+ * A unique identifier for one of your memberships for a collaboration. The configured table is associated to the collaboration that this membership belongs to. Currently accepts a membership ID.
824
+ */
825
+ membershipIdentifier: MembershipIdentifier;
826
+ /**
827
+ * A unique identifier for the configured table to be associated to. Currently accepts a configured table ID.
828
+ */
829
+ configuredTableIdentifier: ConfiguredTableIdentifier;
830
+ /**
831
+ * The service will assume this role to access catalog metadata and query the table.
832
+ */
833
+ roleArn: RoleArn;
834
+ }
835
+ export interface CreateConfiguredTableAssociationOutput {
836
+ /**
837
+ * The entire configured table association object.
838
+ */
839
+ configuredTableAssociation: ConfiguredTableAssociation;
840
+ }
841
+ export interface CreateConfiguredTableInput {
842
+ /**
843
+ * The name of the configured table.
844
+ */
845
+ name: DisplayName;
846
+ /**
847
+ * A description for the configured table.
848
+ */
849
+ description?: TableDescription;
850
+ /**
851
+ * A reference to the AWS Glue table being configured.
852
+ */
853
+ tableReference: TableReference;
854
+ /**
855
+ * The columns of the underlying table that can be used by collaborations or analysis rules.
856
+ */
857
+ allowedColumns: AllowedColumnList;
858
+ /**
859
+ * The analysis method for the configured tables. The only valid value is currently `DIRECT_QUERY`.
860
+ */
861
+ analysisMethod: AnalysisMethod;
862
+ }
863
+ export interface CreateConfiguredTableOutput {
864
+ /**
865
+ * The created configured table.
866
+ */
867
+ configuredTable: ConfiguredTable;
868
+ }
869
+ export interface CreateMembershipInput {
870
+ /**
871
+ * The unique ID for the associated collaboration.
872
+ */
873
+ collaborationIdentifier: CollaborationIdentifier;
874
+ /**
875
+ * An indicator as to whether query logging has been enabled or disabled for the collaboration.
876
+ */
877
+ queryLogStatus: MembershipQueryLogStatus;
878
+ }
879
+ export interface CreateMembershipOutput {
880
+ /**
881
+ * The membership that was created.
882
+ */
883
+ membership: Membership;
884
+ }
885
+ export interface DataEncryptionMetadata {
886
+ /**
887
+ * Indicates whether encrypted tables can contain cleartext data (true) or are to cryptographically process every column (false).
888
+ */
889
+ allowCleartext: Boolean;
890
+ /**
891
+ * Indicates whether Fingerprint columns can contain duplicate entries (true) or are to contain only non-repeated values (false).
892
+ */
893
+ allowDuplicates: Boolean;
894
+ /**
895
+ * Indicates whether Fingerprint columns can be joined on any other Fingerprint column with a different name (true) or can only be joined on Fingerprint columns of the same name (false).
896
+ */
897
+ allowJoinsOnColumnsWithDifferentNames: Boolean;
898
+ /**
899
+ * Indicates whether NULL values are to be copied as NULL to encrypted tables (true) or cryptographically processed (false).
900
+ */
901
+ preserveNulls: Boolean;
902
+ }
903
+ export interface DeleteCollaborationInput {
904
+ /**
905
+ * The identifier for the collaboration.
906
+ */
907
+ collaborationIdentifier: CollaborationIdentifier;
908
+ }
909
+ export interface DeleteCollaborationOutput {
910
+ }
911
+ export interface DeleteConfiguredTableAnalysisRuleInput {
912
+ /**
913
+ * The unique identifier for the configured table that the analysis rule applies to. Currently accepts the configured table ID.
914
+ */
915
+ configuredTableIdentifier: ConfiguredTableIdentifier;
916
+ /**
917
+ * The analysis rule type to be deleted. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.
918
+ */
919
+ analysisRuleType: ConfiguredTableAnalysisRuleType;
920
+ }
921
+ export interface DeleteConfiguredTableAnalysisRuleOutput {
922
+ }
923
+ export interface DeleteConfiguredTableAssociationInput {
924
+ /**
925
+ * The unique ID for the configured table association to be deleted. Currently accepts the configured table ID.
926
+ */
927
+ configuredTableAssociationIdentifier: ConfiguredTableAssociationIdentifier;
928
+ /**
929
+ * A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.
930
+ */
931
+ membershipIdentifier: MembershipIdentifier;
932
+ }
933
+ export interface DeleteConfiguredTableAssociationOutput {
934
+ }
935
+ export interface DeleteConfiguredTableInput {
936
+ /**
937
+ * The unique ID for the configured table to delete.
938
+ */
939
+ configuredTableIdentifier: ConfiguredTableIdentifier;
940
+ }
941
+ export interface DeleteConfiguredTableOutput {
942
+ }
943
+ export interface DeleteMemberInput {
944
+ /**
945
+ * The unique identifier for the associated collaboration.
946
+ */
947
+ collaborationIdentifier: CollaborationIdentifier;
948
+ /**
949
+ * The account ID of the member to remove.
950
+ */
951
+ accountId: AccountId;
952
+ }
953
+ export interface DeleteMemberOutput {
954
+ }
955
+ export interface DeleteMembershipInput {
956
+ /**
957
+ * The identifier for a membership resource.
958
+ */
959
+ membershipIdentifier: MembershipIdentifier;
960
+ }
961
+ export interface DeleteMembershipOutput {
962
+ }
963
+ export type DisplayName = string;
964
+ export type FilterableMemberStatus = "INVITED"|"ACTIVE"|string;
965
+ export interface GetCollaborationInput {
966
+ /**
967
+ * The identifier for the collaboration.
968
+ */
969
+ collaborationIdentifier: CollaborationIdentifier;
970
+ }
971
+ export interface GetCollaborationOutput {
972
+ /**
973
+ * The entire collaboration for this identifier.
974
+ */
975
+ collaboration: Collaboration;
976
+ }
977
+ export interface GetConfiguredTableAnalysisRuleInput {
978
+ /**
979
+ * The unique identifier for the configured table to retrieve. Currently accepts the configured table ID.
980
+ */
981
+ configuredTableIdentifier: ConfiguredTableIdentifier;
982
+ /**
983
+ * The analysis rule to be retrieved. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.
984
+ */
985
+ analysisRuleType: ConfiguredTableAnalysisRuleType;
986
+ }
987
+ export interface GetConfiguredTableAnalysisRuleOutput {
988
+ /**
989
+ * The entire analysis rule output.
990
+ */
991
+ analysisRule: ConfiguredTableAnalysisRule;
992
+ }
993
+ export interface GetConfiguredTableAssociationInput {
994
+ /**
995
+ * The unique ID for the configured table association to retrieve. Currently accepts the configured table ID.
996
+ */
997
+ configuredTableAssociationIdentifier: ConfiguredTableAssociationIdentifier;
998
+ /**
999
+ * A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.
1000
+ */
1001
+ membershipIdentifier: MembershipIdentifier;
1002
+ }
1003
+ export interface GetConfiguredTableAssociationOutput {
1004
+ /**
1005
+ * The entire configured table association object.
1006
+ */
1007
+ configuredTableAssociation: ConfiguredTableAssociation;
1008
+ }
1009
+ export interface GetConfiguredTableInput {
1010
+ /**
1011
+ * The unique ID for the configured table to retrieve.
1012
+ */
1013
+ configuredTableIdentifier: ConfiguredTableIdentifier;
1014
+ }
1015
+ export interface GetConfiguredTableOutput {
1016
+ /**
1017
+ * The retrieved configured table.
1018
+ */
1019
+ configuredTable: ConfiguredTable;
1020
+ }
1021
+ export interface GetMembershipInput {
1022
+ /**
1023
+ * The identifier for a membership resource.
1024
+ */
1025
+ membershipIdentifier: MembershipIdentifier;
1026
+ }
1027
+ export interface GetMembershipOutput {
1028
+ /**
1029
+ * The membership retrieved for the provided identifier.
1030
+ */
1031
+ membership: Membership;
1032
+ }
1033
+ export interface GetProtectedQueryInput {
1034
+ /**
1035
+ * The identifier for a membership in a protected query instance.
1036
+ */
1037
+ membershipIdentifier: MembershipIdentifier;
1038
+ /**
1039
+ * The identifier for a protected query instance.
1040
+ */
1041
+ protectedQueryIdentifier: ProtectedQueryIdentifier;
1042
+ }
1043
+ export interface GetProtectedQueryOutput {
1044
+ /**
1045
+ * The query processing metadata.
1046
+ */
1047
+ protectedQuery: ProtectedQuery;
1048
+ }
1049
+ export interface GetSchemaAnalysisRuleInput {
1050
+ /**
1051
+ * A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.
1052
+ */
1053
+ collaborationIdentifier: CollaborationIdentifier;
1054
+ /**
1055
+ * The name of the schema to retrieve the analysis rule for.
1056
+ */
1057
+ name: TableAlias;
1058
+ /**
1059
+ * The type of the schema analysis rule to retrieve. Schema analysis rules are uniquely identified by a combination of the collaboration, the schema name, and their type.
1060
+ */
1061
+ type: AnalysisRuleType;
1062
+ }
1063
+ export interface GetSchemaAnalysisRuleOutput {
1064
+ /**
1065
+ * A specification about how data from the configured table can be used.
1066
+ */
1067
+ analysisRule: AnalysisRule;
1068
+ }
1069
+ export interface GetSchemaInput {
1070
+ /**
1071
+ * A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.
1072
+ */
1073
+ collaborationIdentifier: CollaborationIdentifier;
1074
+ /**
1075
+ * The name of the relation to retrieve the schema for.
1076
+ */
1077
+ name: TableAlias;
1078
+ }
1079
+ export interface GetSchemaOutput {
1080
+ /**
1081
+ * The entire schema object.
1082
+ */
1083
+ schema: Schema;
1084
+ }
1085
+ export type GlueResourceName = string;
1086
+ export interface GlueTableReference {
1087
+ /**
1088
+ * The name of the AWS Glue table.
1089
+ */
1090
+ tableName: GlueResourceName;
1091
+ /**
1092
+ * The name of the database the AWS Glue table belongs to.
1093
+ */
1094
+ databaseName: GlueResourceName;
1095
+ }
1096
+ export type JoinRequiredOption = "QUERY_RUNNER"|string;
1097
+ export type KeyPrefix = string;
1098
+ export interface ListCollaborationsInput {
1099
+ /**
1100
+ * The token value retrieved from a previous call to access the next page of results.
1101
+ */
1102
+ nextToken?: PaginationToken;
1103
+ /**
1104
+ * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
1105
+ */
1106
+ maxResults?: MaxResults;
1107
+ /**
1108
+ * The caller's status in a collaboration.
1109
+ */
1110
+ memberStatus?: FilterableMemberStatus;
1111
+ }
1112
+ export interface ListCollaborationsOutput {
1113
+ /**
1114
+ * The token value retrieved from a previous call to access the next page of results.
1115
+ */
1116
+ nextToken?: PaginationToken;
1117
+ /**
1118
+ * The list of collaborations.
1119
+ */
1120
+ collaborationList: CollaborationSummaryList;
1121
+ }
1122
+ export interface ListConfiguredTableAssociationsInput {
1123
+ /**
1124
+ * A unique identifier for the membership to list configured table associations for. Currently accepts the membership ID.
1125
+ */
1126
+ membershipIdentifier: MembershipIdentifier;
1127
+ /**
1128
+ * The token value retrieved from a previous call to access the next page of results.
1129
+ */
1130
+ nextToken?: PaginationToken;
1131
+ /**
1132
+ * The maximum size of the results that is returned per call.
1133
+ */
1134
+ maxResults?: MaxResults;
1135
+ }
1136
+ export interface ListConfiguredTableAssociationsOutput {
1137
+ /**
1138
+ * The retrieved list of configured table associations.
1139
+ */
1140
+ configuredTableAssociationSummaries: ConfiguredTableAssociationSummaryList;
1141
+ /**
1142
+ * The token value retrieved from a previous call to access the next page of results.
1143
+ */
1144
+ nextToken?: PaginationToken;
1145
+ }
1146
+ export interface ListConfiguredTablesInput {
1147
+ /**
1148
+ * The token value retrieved from a previous call to access the next page of results.
1149
+ */
1150
+ nextToken?: PaginationToken;
1151
+ /**
1152
+ * The maximum size of the results that is returned per call.
1153
+ */
1154
+ maxResults?: MaxResults;
1155
+ }
1156
+ export interface ListConfiguredTablesOutput {
1157
+ /**
1158
+ * The configured tables listed by the request.
1159
+ */
1160
+ configuredTableSummaries: ConfiguredTableSummaryList;
1161
+ /**
1162
+ * The token value retrieved from a previous call to access the next page of results.
1163
+ */
1164
+ nextToken?: PaginationToken;
1165
+ }
1166
+ export interface ListMembersInput {
1167
+ /**
1168
+ * The identifier of the collaboration in which the members are listed.
1169
+ */
1170
+ collaborationIdentifier: CollaborationIdentifier;
1171
+ /**
1172
+ * The token value retrieved from a previous call to access the next page of results.
1173
+ */
1174
+ nextToken?: PaginationToken;
1175
+ /**
1176
+ * The maximum size of the results that is returned per call.
1177
+ */
1178
+ maxResults?: MaxResults;
1179
+ }
1180
+ export interface ListMembersOutput {
1181
+ /**
1182
+ * The token value retrieved from a previous call to access the next page of results.
1183
+ */
1184
+ nextToken?: PaginationToken;
1185
+ /**
1186
+ * The list of members returned by the ListMembers operation.
1187
+ */
1188
+ memberSummaries: MemberSummaryList;
1189
+ }
1190
+ export interface ListMembershipsInput {
1191
+ /**
1192
+ * The token value retrieved from a previous call to access the next page of results.
1193
+ */
1194
+ nextToken?: PaginationToken;
1195
+ /**
1196
+ * The maximum size of the results that is returned per call.
1197
+ */
1198
+ maxResults?: MaxResults;
1199
+ /**
1200
+ * A filter which will return only memberships in the specified status.
1201
+ */
1202
+ status?: MembershipStatus;
1203
+ }
1204
+ export interface ListMembershipsOutput {
1205
+ /**
1206
+ * The token value retrieved from a previous call to access the next page of results.
1207
+ */
1208
+ nextToken?: PaginationToken;
1209
+ /**
1210
+ * The list of memberships returned from the ListMemberships operation.
1211
+ */
1212
+ membershipSummaries: MembershipSummaryList;
1213
+ }
1214
+ export interface ListProtectedQueriesInput {
1215
+ /**
1216
+ * The identifier for the membership in the collaboration.
1217
+ */
1218
+ membershipIdentifier: MembershipIdentifier;
1219
+ /**
1220
+ * A filter on the status of the protected query.
1221
+ */
1222
+ status?: ProtectedQueryStatus;
1223
+ /**
1224
+ * The token value retrieved from a previous call to access the next page of results.
1225
+ */
1226
+ nextToken?: PaginationToken;
1227
+ /**
1228
+ * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service can return a nextToken even if the maximum results has not been met.
1229
+ */
1230
+ maxResults?: MaxResults;
1231
+ }
1232
+ export interface ListProtectedQueriesOutput {
1233
+ /**
1234
+ * The token value retrieved from a previous call to access the next page of results.
1235
+ */
1236
+ nextToken?: PaginationToken;
1237
+ /**
1238
+ * A list of protected queries.
1239
+ */
1240
+ protectedQueries: ProtectedQuerySummaryList;
1241
+ }
1242
+ export interface ListSchemasInput {
1243
+ /**
1244
+ * A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.
1245
+ */
1246
+ collaborationIdentifier: CollaborationIdentifier;
1247
+ /**
1248
+ * If present, filter schemas by schema type. The only valid schema type is currently `TABLE`.
1249
+ */
1250
+ schemaType?: SchemaType;
1251
+ /**
1252
+ * The token value retrieved from a previous call to access the next page of results.
1253
+ */
1254
+ nextToken?: PaginationToken;
1255
+ /**
1256
+ * The maximum size of the results that is returned per call.
1257
+ */
1258
+ maxResults?: MaxResults;
1259
+ }
1260
+ export interface ListSchemasOutput {
1261
+ /**
1262
+ * The retrieved list of schemas.
1263
+ */
1264
+ schemaSummaries: SchemaSummaryList;
1265
+ /**
1266
+ * The token value retrieved from a previous call to access the next page of results.
1267
+ */
1268
+ nextToken?: PaginationToken;
1269
+ }
1270
+ export type Long = number;
1271
+ export type MaxResults = number;
1272
+ export type MemberAbilities = MemberAbility[];
1273
+ export type MemberAbility = "CAN_QUERY"|"CAN_RECEIVE_RESULTS"|string;
1274
+ export type MemberList = MemberSpecification[];
1275
+ export interface MemberSpecification {
1276
+ /**
1277
+ * The identifier used to reference members of the collaboration. Currently only supports AWS Account ID.
1278
+ */
1279
+ accountId: AccountId;
1280
+ /**
1281
+ * The abilities granted to the collaboration member.
1282
+ */
1283
+ memberAbilities: MemberAbilities;
1284
+ /**
1285
+ * The member's display name.
1286
+ */
1287
+ displayName: DisplayName;
1288
+ }
1289
+ export type MemberStatus = "INVITED"|"ACTIVE"|"LEFT"|"REMOVED"|string;
1290
+ export interface MemberSummary {
1291
+ /**
1292
+ * The identifier used to reference members of the collaboration. Currently only supports AWS Account ID.
1293
+ */
1294
+ accountId: AccountId;
1295
+ /**
1296
+ * The status of the member. Valid values are `INVITED`, `ACTIVE`, `LEFT`, and `REMOVED`.
1297
+ */
1298
+ status: MemberStatus;
1299
+ /**
1300
+ * The member's display name.
1301
+ */
1302
+ displayName: DisplayName;
1303
+ /**
1304
+ * The abilities granted to the collaboration member.
1305
+ */
1306
+ abilities: MemberAbilities;
1307
+ /**
1308
+ * The time when the member was created.
1309
+ */
1310
+ createTime: Timestamp;
1311
+ /**
1312
+ * The time the member metadata was last updated.
1313
+ */
1314
+ updateTime: Timestamp;
1315
+ /**
1316
+ * The unique ID for the member's associated membership, if present.
1317
+ */
1318
+ membershipId?: UUID;
1319
+ /**
1320
+ * The unique ARN for the member's associated membership, if present.
1321
+ */
1322
+ membershipArn?: MembershipArn;
1323
+ }
1324
+ export type MemberSummaryList = MemberSummary[];
1325
+ export interface Membership {
1326
+ /**
1327
+ * The unique ID of the membership.
1328
+ */
1329
+ id: UUID;
1330
+ /**
1331
+ * The unique ARN for the membership.
1332
+ */
1333
+ arn: MembershipArn;
1334
+ /**
1335
+ * The unique ARN for the membership's associated collaboration.
1336
+ */
1337
+ collaborationArn: CollaborationArn;
1338
+ /**
1339
+ * The unique ID for the membership's collaboration.
1340
+ */
1341
+ collaborationId: UUID;
1342
+ /**
1343
+ * The identifier used to reference members of the collaboration. Currently only supports AWS account ID.
1344
+ */
1345
+ collaborationCreatorAccountId: AccountId;
1346
+ /**
1347
+ * The display name of the collaboration creator.
1348
+ */
1349
+ collaborationCreatorDisplayName: DisplayName;
1350
+ /**
1351
+ * The name of the membership's collaboration.
1352
+ */
1353
+ collaborationName: CollaborationName;
1354
+ /**
1355
+ * The time when the membership was created.
1356
+ */
1357
+ createTime: Timestamp;
1358
+ /**
1359
+ * The time the membership metadata was last updated.
1360
+ */
1361
+ updateTime: Timestamp;
1362
+ /**
1363
+ * The status of the membership. Valid values are `ACTIVE`, `REMOVED`, and `COLLABORATION_DELETED`.
1364
+ */
1365
+ status: MembershipStatus;
1366
+ /**
1367
+ * The abilities granted to the collaboration member.
1368
+ */
1369
+ memberAbilities: MemberAbilities;
1370
+ /**
1371
+ * An indicator as to whether query logging has been enabled or disabled for the collaboration.
1372
+ */
1373
+ queryLogStatus: MembershipQueryLogStatus;
1374
+ }
1375
+ export type MembershipArn = string;
1376
+ export type MembershipIdentifier = string;
1377
+ export type MembershipQueryLogStatus = "ENABLED"|"DISABLED"|string;
1378
+ export type MembershipStatus = "ACTIVE"|"REMOVED"|"COLLABORATION_DELETED"|string;
1379
+ export interface MembershipSummary {
1380
+ /**
1381
+ * The unique ID for the membership's collaboration.
1382
+ */
1383
+ id: UUID;
1384
+ /**
1385
+ * The unique ARN for the membership.
1386
+ */
1387
+ arn: MembershipArn;
1388
+ /**
1389
+ * The unique ARN for the membership's associated collaboration.
1390
+ */
1391
+ collaborationArn: CollaborationArn;
1392
+ /**
1393
+ * The unique ID for the membership's collaboration.
1394
+ */
1395
+ collaborationId: CollaborationIdentifier;
1396
+ /**
1397
+ * The identifier of the AWS principal that created the collaboration. Currently only supports AWS account ID.
1398
+ */
1399
+ collaborationCreatorAccountId: AccountId;
1400
+ /**
1401
+ * The display name of the collaboration creator.
1402
+ */
1403
+ collaborationCreatorDisplayName: DisplayName;
1404
+ /**
1405
+ * The name for the membership's collaboration.
1406
+ */
1407
+ collaborationName: CollaborationName;
1408
+ /**
1409
+ * The time when the membership was created.
1410
+ */
1411
+ createTime: Timestamp;
1412
+ /**
1413
+ * The time the membership metadata was last updated.
1414
+ */
1415
+ updateTime: Timestamp;
1416
+ /**
1417
+ * The status of the membership. Valid values are `ACTIVE`, `REMOVED`, and `COLLABORATION_DELETED`.
1418
+ */
1419
+ status: MembershipStatus;
1420
+ /**
1421
+ * The abilities granted to the collaboration member.
1422
+ */
1423
+ memberAbilities: MemberAbilities;
1424
+ }
1425
+ export type MembershipSummaryList = MembershipSummary[];
1426
+ export type PaginationToken = string;
1427
+ export interface ProtectedQuery {
1428
+ /**
1429
+ * The identifier for a protected query instance.
1430
+ */
1431
+ id: UUID;
1432
+ /**
1433
+ * The identifier for the membership.
1434
+ */
1435
+ membershipId: UUID;
1436
+ /**
1437
+ * The ARN of the membership.
1438
+ */
1439
+ membershipArn: MembershipArn;
1440
+ /**
1441
+ * The time at which the protected query was created.
1442
+ */
1443
+ createTime: Timestamp;
1444
+ /**
1445
+ * The protected query SQL parameters.
1446
+ */
1447
+ sqlParameters: ProtectedQuerySQLParameters;
1448
+ /**
1449
+ * The status of the query.
1450
+ */
1451
+ status: ProtectedQueryStatus;
1452
+ /**
1453
+ * Contains any details needed to write the query results.
1454
+ */
1455
+ resultConfiguration: ProtectedQueryResultConfiguration;
1456
+ /**
1457
+ * Statistics about protected query execution.
1458
+ */
1459
+ statistics?: ProtectedQueryStatistics;
1460
+ /**
1461
+ * The result of the protected query.
1462
+ */
1463
+ result?: ProtectedQueryResult;
1464
+ /**
1465
+ * An error thrown by the protected query.
1466
+ */
1467
+ error?: ProtectedQueryError;
1468
+ }
1469
+ export interface ProtectedQueryError {
1470
+ /**
1471
+ * A description of why the query failed.
1472
+ */
1473
+ message: String;
1474
+ /**
1475
+ * An error code for the error.
1476
+ */
1477
+ code: String;
1478
+ }
1479
+ export type ProtectedQueryIdentifier = string;
1480
+ export interface ProtectedQueryOutput {
1481
+ /**
1482
+ * If present, the output for a protected query with an `S3` output type.
1483
+ */
1484
+ s3?: ProtectedQueryS3Output;
1485
+ }
1486
+ export interface ProtectedQueryOutputConfiguration {
1487
+ /**
1488
+ * Required configuration for a protected query with an `S3` output type.
1489
+ */
1490
+ s3?: ProtectedQueryS3OutputConfiguration;
1491
+ }
1492
+ export interface ProtectedQueryResult {
1493
+ /**
1494
+ * The output of the protected query.
1495
+ */
1496
+ output: ProtectedQueryOutput;
1497
+ }
1498
+ export interface ProtectedQueryResultConfiguration {
1499
+ /**
1500
+ * Configuration for protected query results.
1501
+ */
1502
+ outputConfiguration: ProtectedQueryOutputConfiguration;
1503
+ }
1504
+ export interface ProtectedQueryS3Output {
1505
+ /**
1506
+ * The S3 location of the result.
1507
+ */
1508
+ location: String;
1509
+ }
1510
+ export interface ProtectedQueryS3OutputConfiguration {
1511
+ /**
1512
+ * Intended file format of the result.
1513
+ */
1514
+ resultFormat: ResultFormat;
1515
+ /**
1516
+ * The S3 bucket to unload the protected query results.
1517
+ */
1518
+ bucket: ProtectedQueryS3OutputConfigurationBucketString;
1519
+ /**
1520
+ * The S3 prefix to unload the protected query results.
1521
+ */
1522
+ keyPrefix?: KeyPrefix;
1523
+ }
1524
+ export type ProtectedQueryS3OutputConfigurationBucketString = string;
1525
+ export interface ProtectedQuerySQLParameters {
1526
+ /**
1527
+ * The query string to be submitted.
1528
+ */
1529
+ queryString: ProtectedQuerySQLParametersQueryStringString;
1530
+ }
1531
+ export type ProtectedQuerySQLParametersQueryStringString = string;
1532
+ export interface ProtectedQueryStatistics {
1533
+ /**
1534
+ * The duration of the Protected Query, from creation until query completion.
1535
+ */
1536
+ totalDurationInMillis?: Long;
1537
+ }
1538
+ export type ProtectedQueryStatus = "SUBMITTED"|"STARTED"|"CANCELLED"|"CANCELLING"|"FAILED"|"SUCCESS"|"TIMED_OUT"|string;
1539
+ export interface ProtectedQuerySummary {
1540
+ /**
1541
+ * The unique ID of the protected query.
1542
+ */
1543
+ id: UUID;
1544
+ /**
1545
+ * The unique ID for the membership that initiated the protected query.
1546
+ */
1547
+ membershipId: UUID;
1548
+ /**
1549
+ * The unique ARN for the membership that initiated the protected query.
1550
+ */
1551
+ membershipArn: MembershipArn;
1552
+ /**
1553
+ * The time the protected query was created.
1554
+ */
1555
+ createTime: Timestamp;
1556
+ /**
1557
+ * The status of the protected query. Value values are `SUBMITTED`, `STARTED`, `CANCELLED`, `CANCELLING`, `FAILED`, `SUCCESS`, `TIMED_OUT`.
1558
+ */
1559
+ status: ProtectedQueryStatus;
1560
+ }
1561
+ export type ProtectedQuerySummaryList = ProtectedQuerySummary[];
1562
+ export type ProtectedQueryType = "SQL"|string;
1563
+ export type ResultFormat = "CSV"|"PARQUET"|string;
1564
+ export type RoleArn = string;
1565
+ export type ScalarFunctions = "TRUNC"|"ABS"|"CEILING"|"FLOOR"|"LN"|"LOG"|"ROUND"|"SQRT"|"CAST"|"LOWER"|"RTRIM"|"UPPER"|"COALESCE"|string;
1566
+ export type ScalarFunctionsList = ScalarFunctions[];
1567
+ export interface Schema {
1568
+ /**
1569
+ * The columns for the relation this schema represents.
1570
+ */
1571
+ columns: ColumnList;
1572
+ /**
1573
+ * The partition keys for the data set underlying this schema.
1574
+ */
1575
+ partitionKeys: ColumnList;
1576
+ /**
1577
+ * The analysis rule types associated with the schema. Valued values are LIST and AGGREGATION. Currently, only one entry is present.
1578
+ */
1579
+ analysisRuleTypes: AnalysisRuleTypeList;
1580
+ /**
1581
+ * The analysis method for the schema. The only valid value is currently DIRECT_QUERY.
1582
+ */
1583
+ analysisMethod?: AnalysisMethod;
1584
+ /**
1585
+ * The unique account ID for the AWS account that owns the schema.
1586
+ */
1587
+ creatorAccountId: AccountId;
1588
+ /**
1589
+ * A name for the schema. The schema relation is referred to by this name when queried by a protected query.
1590
+ */
1591
+ name: TableAlias;
1592
+ /**
1593
+ * The unique ID for the collaboration that the schema belongs to.
1594
+ */
1595
+ collaborationId: UUID;
1596
+ /**
1597
+ * The unique ARN for the collaboration that the schema belongs to.
1598
+ */
1599
+ collaborationArn: CollaborationArn;
1600
+ /**
1601
+ * A description for the schema.
1602
+ */
1603
+ description: TableDescription;
1604
+ /**
1605
+ * The time the schema was created.
1606
+ */
1607
+ createTime: Timestamp;
1608
+ /**
1609
+ * The time the schema was last updated.
1610
+ */
1611
+ updateTime: Timestamp;
1612
+ /**
1613
+ * The type of schema. The only valid value is currently `TABLE`.
1614
+ */
1615
+ type: SchemaType;
1616
+ }
1617
+ export type SchemaList = Schema[];
1618
+ export interface SchemaSummary {
1619
+ /**
1620
+ * The name for the schema object.
1621
+ */
1622
+ name: TableAlias;
1623
+ /**
1624
+ * The type of schema object. The only valid schema type is currently `TABLE`.
1625
+ */
1626
+ type: SchemaType;
1627
+ /**
1628
+ * The unique account ID for the AWS account that owns the schema.
1629
+ */
1630
+ creatorAccountId: AccountId;
1631
+ /**
1632
+ * The time the schema object was created.
1633
+ */
1634
+ createTime: Timestamp;
1635
+ /**
1636
+ * The time the schema object was last updated.
1637
+ */
1638
+ updateTime: Timestamp;
1639
+ /**
1640
+ * The unique ID for the collaboration that the schema belongs to.
1641
+ */
1642
+ collaborationId: UUID;
1643
+ /**
1644
+ * The unique ARN for the collaboration that the schema belongs to.
1645
+ */
1646
+ collaborationArn: CollaborationArn;
1647
+ /**
1648
+ * The types of analysis rules that are associated with this schema object.
1649
+ */
1650
+ analysisRuleTypes: AnalysisRuleTypeList;
1651
+ /**
1652
+ * The analysis method for the associated schema. The only valid value is currently `DIRECT_QUERY`.
1653
+ */
1654
+ analysisMethod?: AnalysisMethod;
1655
+ }
1656
+ export type SchemaSummaryList = SchemaSummary[];
1657
+ export type SchemaType = "TABLE"|string;
1658
+ export interface StartProtectedQueryInput {
1659
+ /**
1660
+ * The type of the protected query to be started.
1661
+ */
1662
+ type: ProtectedQueryType;
1663
+ /**
1664
+ * A unique identifier for the membership to run this query against. Currently accepts a membership ID.
1665
+ */
1666
+ membershipIdentifier: MembershipIdentifier;
1667
+ /**
1668
+ * The protected SQL query parameters.
1669
+ */
1670
+ sqlParameters: ProtectedQuerySQLParameters;
1671
+ /**
1672
+ * The details needed to write the query results.
1673
+ */
1674
+ resultConfiguration: ProtectedQueryResultConfiguration;
1675
+ }
1676
+ export interface StartProtectedQueryOutput {
1677
+ /**
1678
+ * The protected query.
1679
+ */
1680
+ protectedQuery: ProtectedQuery;
1681
+ }
1682
+ export type String = string;
1683
+ export type TableAlias = string;
1684
+ export type TableAliasList = TableAlias[];
1685
+ export type TableDescription = string;
1686
+ export interface TableReference {
1687
+ /**
1688
+ * If present, a reference to the AWS Glue table referred to by this table reference.
1689
+ */
1690
+ glue?: GlueTableReference;
1691
+ }
1692
+ export type TargetProtectedQueryStatus = "CANCELLED"|string;
1693
+ export type Timestamp = Date;
1694
+ export type UUID = string;
1695
+ export interface UpdateCollaborationInput {
1696
+ /**
1697
+ * The identifier for the collaboration.
1698
+ */
1699
+ collaborationIdentifier: CollaborationIdentifier;
1700
+ /**
1701
+ * A human-readable identifier provided by the collaboration owner. Display names are not unique.
1702
+ */
1703
+ name?: CollaborationName;
1704
+ /**
1705
+ * A description of the collaboration.
1706
+ */
1707
+ description?: CollaborationDescription;
1708
+ }
1709
+ export interface UpdateCollaborationOutput {
1710
+ /**
1711
+ * The entire collaboration that has been updated.
1712
+ */
1713
+ collaboration: Collaboration;
1714
+ }
1715
+ export interface UpdateConfiguredTableAnalysisRuleInput {
1716
+ /**
1717
+ * The unique identifier for the configured table that the analysis rule applies to. Currently accepts the configured table ID.
1718
+ */
1719
+ configuredTableIdentifier: ConfiguredTableIdentifier;
1720
+ /**
1721
+ * The analysis rule type to be updated. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.
1722
+ */
1723
+ analysisRuleType: ConfiguredTableAnalysisRuleType;
1724
+ /**
1725
+ * The new analysis rule policy for the configured table analysis rule.
1726
+ */
1727
+ analysisRulePolicy: ConfiguredTableAnalysisRulePolicy;
1728
+ }
1729
+ export interface UpdateConfiguredTableAnalysisRuleOutput {
1730
+ /**
1731
+ * The entire updated analysis rule.
1732
+ */
1733
+ analysisRule: ConfiguredTableAnalysisRule;
1734
+ }
1735
+ export interface UpdateConfiguredTableAssociationInput {
1736
+ /**
1737
+ * The unique identifier for the configured table association to update. Currently accepts the configured table association ID.
1738
+ */
1739
+ configuredTableAssociationIdentifier: ConfiguredTableAssociationIdentifier;
1740
+ /**
1741
+ * The unique ID for the membership that the configured table association belongs to.
1742
+ */
1743
+ membershipIdentifier: MembershipIdentifier;
1744
+ /**
1745
+ * A new description for the configured table association.
1746
+ */
1747
+ description?: TableDescription;
1748
+ /**
1749
+ * The service will assume this role to access catalog metadata and query the table.
1750
+ */
1751
+ roleArn?: RoleArn;
1752
+ }
1753
+ export interface UpdateConfiguredTableAssociationOutput {
1754
+ /**
1755
+ * The entire updated configured table association.
1756
+ */
1757
+ configuredTableAssociation: ConfiguredTableAssociation;
1758
+ }
1759
+ export interface UpdateConfiguredTableInput {
1760
+ /**
1761
+ * The identifier for the configured table to update. Currently accepts the configured table ID.
1762
+ */
1763
+ configuredTableIdentifier: ConfiguredTableIdentifier;
1764
+ /**
1765
+ * A new name for the configured table.
1766
+ */
1767
+ name?: DisplayName;
1768
+ /**
1769
+ * A new description for the configured table.
1770
+ */
1771
+ description?: TableDescription;
1772
+ }
1773
+ export interface UpdateConfiguredTableOutput {
1774
+ /**
1775
+ * The updated configured table.
1776
+ */
1777
+ configuredTable: ConfiguredTable;
1778
+ }
1779
+ export interface UpdateMembershipInput {
1780
+ /**
1781
+ * The unique identifier of the membership.
1782
+ */
1783
+ membershipIdentifier: MembershipIdentifier;
1784
+ /**
1785
+ * An indicator as to whether query logging has been enabled or disabled for the collaboration.
1786
+ */
1787
+ queryLogStatus?: MembershipQueryLogStatus;
1788
+ }
1789
+ export interface UpdateMembershipOutput {
1790
+ membership: Membership;
1791
+ }
1792
+ export interface UpdateProtectedQueryInput {
1793
+ /**
1794
+ * The identifier for a member of a protected query instance.
1795
+ */
1796
+ membershipIdentifier: MembershipIdentifier;
1797
+ /**
1798
+ * The identifier for a protected query instance.
1799
+ */
1800
+ protectedQueryIdentifier: ProtectedQueryIdentifier;
1801
+ /**
1802
+ * The target status of a query. Used to update the execution status of a currently running query.
1803
+ */
1804
+ targetStatus: TargetProtectedQueryStatus;
1805
+ }
1806
+ export interface UpdateProtectedQueryOutput {
1807
+ /**
1808
+ * The protected query output.
1809
+ */
1810
+ protectedQuery: ProtectedQuery;
1811
+ }
1812
+ /**
1813
+ * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
1814
+ */
1815
+ export type apiVersion = "2022-02-17"|"latest"|string;
1816
+ export interface ClientApiVersions {
1817
+ /**
1818
+ * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
1819
+ */
1820
+ apiVersion?: apiVersion;
1821
+ }
1822
+ export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
1823
+ /**
1824
+ * Contains interfaces for use with the CleanRooms client.
1825
+ */
1826
+ export import Types = CleanRooms;
1827
+ }
1828
+ export = CleanRooms;