@aws-sdk/client-cleanrooms 3.378.0 → 3.381.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/README.md +71 -7
  2. package/dist-cjs/CleanRooms.js +16 -0
  3. package/dist-cjs/commands/BatchGetCollaborationAnalysisTemplateCommand.js +47 -0
  4. package/dist-cjs/commands/CreateAnalysisTemplateCommand.js +47 -0
  5. package/dist-cjs/commands/DeleteAnalysisTemplateCommand.js +46 -0
  6. package/dist-cjs/commands/GetAnalysisTemplateCommand.js +47 -0
  7. package/dist-cjs/commands/GetCollaborationAnalysisTemplateCommand.js +47 -0
  8. package/dist-cjs/commands/ListAnalysisTemplatesCommand.js +46 -0
  9. package/dist-cjs/commands/ListCollaborationAnalysisTemplatesCommand.js +46 -0
  10. package/dist-cjs/commands/UpdateAnalysisTemplateCommand.js +47 -0
  11. package/dist-cjs/commands/index.js +8 -0
  12. package/dist-cjs/models/models_0.js +139 -45
  13. package/dist-cjs/pagination/ListAnalysisTemplatesPaginator.js +29 -0
  14. package/dist-cjs/pagination/ListCollaborationAnalysisTemplatesPaginator.js +29 -0
  15. package/dist-cjs/pagination/index.js +2 -0
  16. package/dist-cjs/protocols/Aws_restJson1.js +673 -36
  17. package/dist-es/CleanRooms.js +16 -0
  18. package/dist-es/commands/BatchGetCollaborationAnalysisTemplateCommand.js +43 -0
  19. package/dist-es/commands/CreateAnalysisTemplateCommand.js +43 -0
  20. package/dist-es/commands/DeleteAnalysisTemplateCommand.js +42 -0
  21. package/dist-es/commands/GetAnalysisTemplateCommand.js +43 -0
  22. package/dist-es/commands/GetCollaborationAnalysisTemplateCommand.js +43 -0
  23. package/dist-es/commands/ListAnalysisTemplatesCommand.js +42 -0
  24. package/dist-es/commands/ListCollaborationAnalysisTemplatesCommand.js +42 -0
  25. package/dist-es/commands/UpdateAnalysisTemplateCommand.js +43 -0
  26. package/dist-es/commands/index.js +8 -0
  27. package/dist-es/models/models_0.js +125 -42
  28. package/dist-es/pagination/ListAnalysisTemplatesPaginator.js +25 -0
  29. package/dist-es/pagination/ListCollaborationAnalysisTemplatesPaginator.js +25 -0
  30. package/dist-es/pagination/index.js +2 -0
  31. package/dist-es/protocols/Aws_restJson1.js +698 -77
  32. package/dist-types/CleanRooms.d.ts +56 -0
  33. package/dist-types/CleanRoomsClient.d.ts +10 -2
  34. package/dist-types/commands/BatchGetCollaborationAnalysisTemplateCommand.d.ts +126 -0
  35. package/dist-types/commands/BatchGetSchemaCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateAnalysisTemplateCommand.d.ts +137 -0
  37. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +18 -2
  38. package/dist-types/commands/CreateConfiguredTableCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteAnalysisTemplateCommand.d.ts +87 -0
  40. package/dist-types/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +1 -1
  41. package/dist-types/commands/GetAnalysisTemplateCommand.d.ts +116 -0
  42. package/dist-types/commands/GetCollaborationAnalysisTemplateCommand.d.ts +115 -0
  43. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +10 -2
  44. package/dist-types/commands/GetConfiguredTableCommand.d.ts +1 -1
  45. package/dist-types/commands/GetProtectedQueryCommand.d.ts +4 -0
  46. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +10 -2
  47. package/dist-types/commands/GetSchemaCommand.d.ts +1 -1
  48. package/dist-types/commands/ListAnalysisTemplatesCommand.d.ts +104 -0
  49. package/dist-types/commands/ListCollaborationAnalysisTemplatesCommand.d.ts +103 -0
  50. package/dist-types/commands/ListConfiguredTablesCommand.d.ts +1 -1
  51. package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
  52. package/dist-types/commands/StartProtectedQueryCommand.d.ts +8 -0
  53. package/dist-types/commands/UpdateAnalysisTemplateCommand.d.ts +117 -0
  54. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +18 -2
  55. package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +4 -0
  57. package/dist-types/commands/index.d.ts +8 -0
  58. package/dist-types/endpoint/EndpointParameters.d.ts +3 -0
  59. package/dist-types/index.d.ts +1 -0
  60. package/dist-types/models/models_0.d.ts +793 -166
  61. package/dist-types/pagination/ListAnalysisTemplatesPaginator.d.ts +7 -0
  62. package/dist-types/pagination/ListCollaborationAnalysisTemplatesPaginator.d.ts +7 -0
  63. package/dist-types/pagination/index.d.ts +2 -0
  64. package/dist-types/protocols/Aws_restJson1.d.ts +72 -0
  65. package/dist-types/runtimeConfig.browser.d.ts +3 -1
  66. package/dist-types/ts3.4/CleanRooms.d.ts +148 -0
  67. package/dist-types/ts3.4/CleanRoomsClient.d.ts +48 -0
  68. package/dist-types/ts3.4/commands/BatchGetCollaborationAnalysisTemplateCommand.d.ts +42 -0
  69. package/dist-types/ts3.4/commands/CreateAnalysisTemplateCommand.d.ts +42 -0
  70. package/dist-types/ts3.4/commands/DeleteAnalysisTemplateCommand.d.ts +42 -0
  71. package/dist-types/ts3.4/commands/GetAnalysisTemplateCommand.d.ts +39 -0
  72. package/dist-types/ts3.4/commands/GetCollaborationAnalysisTemplateCommand.d.ts +42 -0
  73. package/dist-types/ts3.4/commands/ListAnalysisTemplatesCommand.d.ts +42 -0
  74. package/dist-types/ts3.4/commands/ListCollaborationAnalysisTemplatesCommand.d.ts +42 -0
  75. package/dist-types/ts3.4/commands/UpdateAnalysisTemplateCommand.d.ts +42 -0
  76. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  77. package/dist-types/ts3.4/index.d.ts +1 -0
  78. package/dist-types/ts3.4/models/models_0.d.ts +294 -58
  79. package/dist-types/ts3.4/pagination/ListAnalysisTemplatesPaginator.d.ts +11 -0
  80. package/dist-types/ts3.4/pagination/ListCollaborationAnalysisTemplatesPaginator.d.ts +11 -0
  81. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  82. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
  83. package/package.json +6 -6
@@ -36,11 +36,39 @@ export interface AggregationConstraint {
36
36
  minimum: number | undefined;
37
37
  type: AggregationType | string | undefined;
38
38
  }
39
+ export declare const AnalysisFormat: {
40
+ readonly SQL: "SQL";
41
+ };
42
+ export type AnalysisFormat =
43
+ (typeof AnalysisFormat)[keyof typeof AnalysisFormat];
39
44
  export declare const AnalysisMethod: {
40
45
  readonly DIRECT_QUERY: "DIRECT_QUERY";
41
46
  };
42
47
  export type AnalysisMethod =
43
48
  (typeof AnalysisMethod)[keyof typeof AnalysisMethod];
49
+ export declare const ParameterType: {
50
+ readonly BIGINT: "BIGINT";
51
+ readonly BOOLEAN: "BOOLEAN";
52
+ readonly CHAR: "CHAR";
53
+ readonly DATE: "DATE";
54
+ readonly DECIMAL: "DECIMAL";
55
+ readonly DOUBLE_PRECISION: "DOUBLE_PRECISION";
56
+ readonly INTEGER: "INTEGER";
57
+ readonly REAL: "REAL";
58
+ readonly SMALLINT: "SMALLINT";
59
+ readonly TIME: "TIME";
60
+ readonly TIMESTAMP: "TIMESTAMP";
61
+ readonly TIMESTAMPTZ: "TIMESTAMPTZ";
62
+ readonly TIMETZ: "TIMETZ";
63
+ readonly VARBYTE: "VARBYTE";
64
+ readonly VARCHAR: "VARCHAR";
65
+ };
66
+ export type ParameterType = (typeof ParameterType)[keyof typeof ParameterType];
67
+ export interface AnalysisParameter {
68
+ name: string | undefined;
69
+ type: ParameterType | string | undefined;
70
+ defaultValue?: string;
71
+ }
44
72
  export declare const JoinOperator: {
45
73
  readonly AND: "AND";
46
74
  readonly OR: "OR";
@@ -77,6 +105,10 @@ export interface AnalysisRuleAggregation {
77
105
  scalarFunctions: (ScalarFunctions | string)[] | undefined;
78
106
  outputConstraints: AggregationConstraint[] | undefined;
79
107
  }
108
+ export interface AnalysisRuleCustom {
109
+ allowedAnalyses: string[] | undefined;
110
+ allowedAnalysisProviders?: string[];
111
+ }
80
112
  export interface AnalysisRuleList {
81
113
  joinColumns: string[] | undefined;
82
114
  allowedJoinOperators?: (JoinOperator | string)[];
@@ -84,27 +116,38 @@ export interface AnalysisRuleList {
84
116
  }
85
117
  export type AnalysisRulePolicyV1 =
86
118
  | AnalysisRulePolicyV1.AggregationMember
119
+ | AnalysisRulePolicyV1.CustomMember
87
120
  | AnalysisRulePolicyV1.ListMember
88
121
  | AnalysisRulePolicyV1.$UnknownMember;
89
122
  export declare namespace AnalysisRulePolicyV1 {
90
123
  interface ListMember {
91
124
  list: AnalysisRuleList;
92
125
  aggregation?: never;
126
+ custom?: never;
93
127
  $unknown?: never;
94
128
  }
95
129
  interface AggregationMember {
96
130
  list?: never;
97
131
  aggregation: AnalysisRuleAggregation;
132
+ custom?: never;
133
+ $unknown?: never;
134
+ }
135
+ interface CustomMember {
136
+ list?: never;
137
+ aggregation?: never;
138
+ custom: AnalysisRuleCustom;
98
139
  $unknown?: never;
99
140
  }
100
141
  interface $UnknownMember {
101
142
  list?: never;
102
143
  aggregation?: never;
144
+ custom?: never;
103
145
  $unknown: [string, any];
104
146
  }
105
147
  interface Visitor<T> {
106
148
  list: (value: AnalysisRuleList) => T;
107
149
  aggregation: (value: AnalysisRuleAggregation) => T;
150
+ custom: (value: AnalysisRuleCustom) => T;
108
151
  _: (name: string, value: any) => T;
109
152
  }
110
153
  const visit: <T>(value: AnalysisRulePolicyV1, visitor: Visitor<T>) => T;
@@ -129,6 +172,7 @@ export declare namespace AnalysisRulePolicy {
129
172
  }
130
173
  export declare const AnalysisRuleType: {
131
174
  readonly AGGREGATION: "AGGREGATION";
175
+ readonly CUSTOM: "CUSTOM";
132
176
  readonly LIST: "LIST";
133
177
  };
134
178
  export type AnalysisRuleType =
@@ -141,40 +185,76 @@ export interface AnalysisRule {
141
185
  updateTime: Date | undefined;
142
186
  policy: AnalysisRulePolicy | undefined;
143
187
  }
144
- export interface BatchGetSchemaInput {
145
- collaborationIdentifier: string | undefined;
146
- names: string[] | undefined;
188
+ export interface AnalysisSchema {
189
+ referencedTables?: string[];
147
190
  }
148
- export interface BatchGetSchemaError {
149
- name: string | undefined;
150
- code: string | undefined;
151
- message: string | undefined;
152
- }
153
- export interface Column {
154
- name: string | undefined;
155
- type: string | undefined;
191
+ export type AnalysisSource =
192
+ | AnalysisSource.TextMember
193
+ | AnalysisSource.$UnknownMember;
194
+ export declare namespace AnalysisSource {
195
+ interface TextMember {
196
+ text: string;
197
+ $unknown?: never;
198
+ }
199
+ interface $UnknownMember {
200
+ text?: never;
201
+ $unknown: [string, any];
202
+ }
203
+ interface Visitor<T> {
204
+ text: (value: string) => T;
205
+ _: (name: string, value: any) => T;
206
+ }
207
+ const visit: <T>(value: AnalysisSource, visitor: Visitor<T>) => T;
156
208
  }
157
- export declare const SchemaType: {
158
- readonly TABLE: "TABLE";
159
- };
160
- export type SchemaType = (typeof SchemaType)[keyof typeof SchemaType];
161
- export interface Schema {
162
- columns: Column[] | undefined;
163
- partitionKeys: Column[] | undefined;
164
- analysisRuleTypes: (AnalysisRuleType | string)[] | undefined;
165
- analysisMethod?: AnalysisMethod | string;
166
- creatorAccountId: string | undefined;
167
- name: string | undefined;
209
+ export interface AnalysisTemplate {
210
+ id: string | undefined;
211
+ arn: string | undefined;
168
212
  collaborationId: string | undefined;
169
213
  collaborationArn: string | undefined;
170
- description: string | undefined;
214
+ membershipId: string | undefined;
215
+ membershipArn: string | undefined;
216
+ description?: string;
217
+ name: string | undefined;
171
218
  createTime: Date | undefined;
172
219
  updateTime: Date | undefined;
173
- type: SchemaType | string | undefined;
220
+ schema: AnalysisSchema | undefined;
221
+ format: AnalysisFormat | string | undefined;
222
+ source: AnalysisSource | undefined;
223
+ analysisParameters?: AnalysisParameter[];
174
224
  }
175
- export interface BatchGetSchemaOutput {
176
- schemas: Schema[] | undefined;
177
- errors: BatchGetSchemaError[] | undefined;
225
+ export declare const ConflictExceptionReason: {
226
+ readonly ALREADY_EXISTS: "ALREADY_EXISTS";
227
+ readonly INVALID_STATE: "INVALID_STATE";
228
+ readonly SUBRESOURCES_EXIST: "SUBRESOURCES_EXIST";
229
+ };
230
+ export type ConflictExceptionReason =
231
+ (typeof ConflictExceptionReason)[keyof typeof ConflictExceptionReason];
232
+ export declare const ResourceType: {
233
+ readonly COLLABORATION: "COLLABORATION";
234
+ readonly CONFIGURED_TABLE: "CONFIGURED_TABLE";
235
+ readonly CONFIGURED_TABLE_ASSOCIATION: "CONFIGURED_TABLE_ASSOCIATION";
236
+ readonly MEMBERSHIP: "MEMBERSHIP";
237
+ };
238
+ export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
239
+ export declare class ConflictException extends __BaseException {
240
+ readonly name: "ConflictException";
241
+ readonly $fault: "client";
242
+ resourceId?: string;
243
+ resourceType?: ResourceType | string;
244
+ reason?: ConflictExceptionReason | string;
245
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
246
+ }
247
+ export interface CreateAnalysisTemplateInput {
248
+ description?: string;
249
+ membershipIdentifier: string | undefined;
250
+ name: string | undefined;
251
+ format: AnalysisFormat | string | undefined;
252
+ source: AnalysisSource | undefined;
253
+ tags?: Record<string, string>;
254
+ analysisParameters?: AnalysisParameter[];
255
+ }
256
+ export interface CreateAnalysisTemplateOutput {
257
+ analysisTemplate: AnalysisTemplate | undefined;
178
258
  }
179
259
  export declare class InternalServerException extends __BaseException {
180
260
  readonly name: "InternalServerException";
@@ -183,13 +263,6 @@ export declare class InternalServerException extends __BaseException {
183
263
  opts: __ExceptionOptionType<InternalServerException, __BaseException>
184
264
  );
185
265
  }
186
- export declare const ResourceType: {
187
- readonly COLLABORATION: "COLLABORATION";
188
- readonly CONFIGURED_TABLE: "CONFIGURED_TABLE";
189
- readonly CONFIGURED_TABLE_ASSOCIATION: "CONFIGURED_TABLE_ASSOCIATION";
190
- readonly MEMBERSHIP: "MEMBERSHIP";
191
- };
192
- export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
193
266
  export declare class ResourceNotFoundException extends __BaseException {
194
267
  readonly name: "ResourceNotFoundException";
195
268
  readonly $fault: "client";
@@ -199,6 +272,15 @@ export declare class ResourceNotFoundException extends __BaseException {
199
272
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
200
273
  );
201
274
  }
275
+ export declare class ServiceQuotaExceededException extends __BaseException {
276
+ readonly name: "ServiceQuotaExceededException";
277
+ readonly $fault: "client";
278
+ quotaName: string | undefined;
279
+ quotaValue: number | undefined;
280
+ constructor(
281
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
282
+ );
283
+ }
202
284
  export declare class ThrottlingException extends __BaseException {
203
285
  readonly name: "ThrottlingException";
204
286
  readonly $fault: "client";
@@ -212,6 +294,7 @@ export interface ValidationExceptionField {
212
294
  }
213
295
  export declare const ValidationExceptionReason: {
214
296
  readonly FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED";
297
+ readonly IAM_SYNCHRONIZATION_DELAY: "IAM_SYNCHRONIZATION_DELAY";
215
298
  readonly INVALID_CONFIGURATION: "INVALID_CONFIGURATION";
216
299
  readonly INVALID_QUERY: "INVALID_QUERY";
217
300
  };
@@ -226,6 +309,110 @@ export declare class ValidationException extends __BaseException {
226
309
  opts: __ExceptionOptionType<ValidationException, __BaseException>
227
310
  );
228
311
  }
312
+ export interface DeleteAnalysisTemplateInput {
313
+ membershipIdentifier: string | undefined;
314
+ analysisTemplateIdentifier: string | undefined;
315
+ }
316
+ export interface DeleteAnalysisTemplateOutput {}
317
+ export interface GetAnalysisTemplateInput {
318
+ membershipIdentifier: string | undefined;
319
+ analysisTemplateIdentifier: string | undefined;
320
+ }
321
+ export interface GetAnalysisTemplateOutput {
322
+ analysisTemplate: AnalysisTemplate | undefined;
323
+ }
324
+ export interface ListAnalysisTemplatesInput {
325
+ membershipIdentifier: string | undefined;
326
+ nextToken?: string;
327
+ maxResults?: number;
328
+ }
329
+ export interface AnalysisTemplateSummary {
330
+ arn: string | undefined;
331
+ createTime: Date | undefined;
332
+ id: string | undefined;
333
+ name: string | undefined;
334
+ updateTime: Date | undefined;
335
+ membershipArn: string | undefined;
336
+ membershipId: string | undefined;
337
+ collaborationArn: string | undefined;
338
+ collaborationId: string | undefined;
339
+ description?: string;
340
+ }
341
+ export interface ListAnalysisTemplatesOutput {
342
+ nextToken?: string;
343
+ analysisTemplateSummaries: AnalysisTemplateSummary[] | undefined;
344
+ }
345
+ export interface UpdateAnalysisTemplateInput {
346
+ membershipIdentifier: string | undefined;
347
+ analysisTemplateIdentifier: string | undefined;
348
+ description?: string;
349
+ }
350
+ export interface UpdateAnalysisTemplateOutput {
351
+ analysisTemplate: AnalysisTemplate | undefined;
352
+ }
353
+ export interface BatchGetCollaborationAnalysisTemplateInput {
354
+ collaborationIdentifier: string | undefined;
355
+ analysisTemplateArns: string[] | undefined;
356
+ }
357
+ export interface CollaborationAnalysisTemplate {
358
+ id: string | undefined;
359
+ arn: string | undefined;
360
+ collaborationId: string | undefined;
361
+ collaborationArn: string | undefined;
362
+ description?: string;
363
+ creatorAccountId: string | undefined;
364
+ name: string | undefined;
365
+ createTime: Date | undefined;
366
+ updateTime: Date | undefined;
367
+ schema: AnalysisSchema | undefined;
368
+ format: AnalysisFormat | string | undefined;
369
+ source: AnalysisSource | undefined;
370
+ analysisParameters?: AnalysisParameter[];
371
+ }
372
+ export interface BatchGetCollaborationAnalysisTemplateError {
373
+ arn: string | undefined;
374
+ code: string | undefined;
375
+ message: string | undefined;
376
+ }
377
+ export interface BatchGetCollaborationAnalysisTemplateOutput {
378
+ collaborationAnalysisTemplates: CollaborationAnalysisTemplate[] | undefined;
379
+ errors: BatchGetCollaborationAnalysisTemplateError[] | undefined;
380
+ }
381
+ export interface BatchGetSchemaInput {
382
+ collaborationIdentifier: string | undefined;
383
+ names: string[] | undefined;
384
+ }
385
+ export interface BatchGetSchemaError {
386
+ name: string | undefined;
387
+ code: string | undefined;
388
+ message: string | undefined;
389
+ }
390
+ export interface Column {
391
+ name: string | undefined;
392
+ type: string | undefined;
393
+ }
394
+ export declare const SchemaType: {
395
+ readonly TABLE: "TABLE";
396
+ };
397
+ export type SchemaType = (typeof SchemaType)[keyof typeof SchemaType];
398
+ export interface Schema {
399
+ columns: Column[] | undefined;
400
+ partitionKeys: Column[] | undefined;
401
+ analysisRuleTypes: (AnalysisRuleType | string)[] | undefined;
402
+ analysisMethod?: AnalysisMethod | string;
403
+ creatorAccountId: string | undefined;
404
+ name: string | undefined;
405
+ collaborationId: string | undefined;
406
+ collaborationArn: string | undefined;
407
+ description: string | undefined;
408
+ createTime: Date | undefined;
409
+ updateTime: Date | undefined;
410
+ type: SchemaType | string | undefined;
411
+ }
412
+ export interface BatchGetSchemaOutput {
413
+ schemas: Schema[] | undefined;
414
+ errors: BatchGetSchemaError[] | undefined;
415
+ }
229
416
  export declare const MemberAbility: {
230
417
  readonly CAN_QUERY: "CAN_QUERY";
231
418
  readonly CAN_RECEIVE_RESULTS: "CAN_RECEIVE_RESULTS";
@@ -283,34 +470,10 @@ export interface Collaboration {
283
470
  export interface CreateCollaborationOutput {
284
471
  collaboration: Collaboration | undefined;
285
472
  }
286
- export declare class ServiceQuotaExceededException extends __BaseException {
287
- readonly name: "ServiceQuotaExceededException";
288
- readonly $fault: "client";
289
- quotaName: string | undefined;
290
- quotaValue: number | undefined;
291
- constructor(
292
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
293
- );
294
- }
295
473
  export interface DeleteCollaborationInput {
296
474
  collaborationIdentifier: string | undefined;
297
475
  }
298
476
  export interface DeleteCollaborationOutput {}
299
- export declare const ConflictExceptionReason: {
300
- readonly ALREADY_EXISTS: "ALREADY_EXISTS";
301
- readonly INVALID_STATE: "INVALID_STATE";
302
- readonly SUBRESOURCES_EXIST: "SUBRESOURCES_EXIST";
303
- };
304
- export type ConflictExceptionReason =
305
- (typeof ConflictExceptionReason)[keyof typeof ConflictExceptionReason];
306
- export declare class ConflictException extends __BaseException {
307
- readonly name: "ConflictException";
308
- readonly $fault: "client";
309
- resourceId?: string;
310
- resourceType?: ResourceType | string;
311
- reason?: ConflictExceptionReason | string;
312
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
313
- }
314
477
  export interface DeleteMemberInput {
315
478
  collaborationIdentifier: string | undefined;
316
479
  accountId: string | undefined;
@@ -322,6 +485,13 @@ export interface GetCollaborationInput {
322
485
  export interface GetCollaborationOutput {
323
486
  collaboration: Collaboration | undefined;
324
487
  }
488
+ export interface GetCollaborationAnalysisTemplateInput {
489
+ collaborationIdentifier: string | undefined;
490
+ analysisTemplateArn: string | undefined;
491
+ }
492
+ export interface GetCollaborationAnalysisTemplateOutput {
493
+ collaborationAnalysisTemplate: CollaborationAnalysisTemplate | undefined;
494
+ }
325
495
  export interface GetSchemaInput {
326
496
  collaborationIdentifier: string | undefined;
327
497
  name: string | undefined;
@@ -337,6 +507,28 @@ export interface GetSchemaAnalysisRuleInput {
337
507
  export interface GetSchemaAnalysisRuleOutput {
338
508
  analysisRule: AnalysisRule | undefined;
339
509
  }
510
+ export interface ListCollaborationAnalysisTemplatesInput {
511
+ collaborationIdentifier: string | undefined;
512
+ nextToken?: string;
513
+ maxResults?: number;
514
+ }
515
+ export interface CollaborationAnalysisTemplateSummary {
516
+ arn: string | undefined;
517
+ createTime: Date | undefined;
518
+ id: string | undefined;
519
+ name: string | undefined;
520
+ updateTime: Date | undefined;
521
+ collaborationArn: string | undefined;
522
+ collaborationId: string | undefined;
523
+ creatorAccountId: string | undefined;
524
+ description?: string;
525
+ }
526
+ export interface ListCollaborationAnalysisTemplatesOutput {
527
+ nextToken?: string;
528
+ collaborationAnalysisTemplateSummaries:
529
+ | CollaborationAnalysisTemplateSummary[]
530
+ | undefined;
531
+ }
340
532
  export declare const FilterableMemberStatus: {
341
533
  readonly ACTIVE: "ACTIVE";
342
534
  readonly INVITED: "INVITED";
@@ -510,6 +702,7 @@ export interface CreateConfiguredTableInput {
510
702
  }
511
703
  export declare const ConfiguredTableAnalysisRuleType: {
512
704
  readonly AGGREGATION: "AGGREGATION";
705
+ readonly CUSTOM: "CUSTOM";
513
706
  readonly LIST: "LIST";
514
707
  };
515
708
  export type ConfiguredTableAnalysisRuleType =
@@ -531,27 +724,38 @@ export interface CreateConfiguredTableOutput {
531
724
  }
532
725
  export type ConfiguredTableAnalysisRulePolicyV1 =
533
726
  | ConfiguredTableAnalysisRulePolicyV1.AggregationMember
727
+ | ConfiguredTableAnalysisRulePolicyV1.CustomMember
534
728
  | ConfiguredTableAnalysisRulePolicyV1.ListMember
535
729
  | ConfiguredTableAnalysisRulePolicyV1.$UnknownMember;
536
730
  export declare namespace ConfiguredTableAnalysisRulePolicyV1 {
537
731
  interface ListMember {
538
732
  list: AnalysisRuleList;
539
733
  aggregation?: never;
734
+ custom?: never;
540
735
  $unknown?: never;
541
736
  }
542
737
  interface AggregationMember {
543
738
  list?: never;
544
739
  aggregation: AnalysisRuleAggregation;
740
+ custom?: never;
741
+ $unknown?: never;
742
+ }
743
+ interface CustomMember {
744
+ list?: never;
745
+ aggregation?: never;
746
+ custom: AnalysisRuleCustom;
545
747
  $unknown?: never;
546
748
  }
547
749
  interface $UnknownMember {
548
750
  list?: never;
549
751
  aggregation?: never;
752
+ custom?: never;
550
753
  $unknown: [string, any];
551
754
  }
552
755
  interface Visitor<T> {
553
756
  list: (value: AnalysisRuleList) => T;
554
757
  aggregation: (value: AnalysisRuleAggregation) => T;
758
+ custom: (value: AnalysisRuleCustom) => T;
555
759
  _: (name: string, value: any) => T;
556
760
  }
557
761
  const visit: <T>(
@@ -770,6 +974,8 @@ export interface ProtectedQueryResultConfiguration {
770
974
  }
771
975
  export interface ProtectedQuerySQLParameters {
772
976
  queryString?: string;
977
+ analysisTemplateArn?: string;
978
+ parameters?: Record<string, string>;
773
979
  }
774
980
  export interface ProtectedQueryStatistics {
775
981
  totalDurationInMillis?: number;
@@ -883,6 +1089,36 @@ export interface UntagResourceInput {
883
1089
  tagKeys: string[] | undefined;
884
1090
  }
885
1091
  export interface UntagResourceOutput {}
1092
+ export declare const AnalysisParameterFilterSensitiveLog: (
1093
+ obj: AnalysisParameter
1094
+ ) => any;
1095
+ export declare const AnalysisSourceFilterSensitiveLog: (
1096
+ obj: AnalysisSource
1097
+ ) => any;
1098
+ export declare const AnalysisTemplateFilterSensitiveLog: (
1099
+ obj: AnalysisTemplate
1100
+ ) => any;
1101
+ export declare const CreateAnalysisTemplateInputFilterSensitiveLog: (
1102
+ obj: CreateAnalysisTemplateInput
1103
+ ) => any;
1104
+ export declare const CreateAnalysisTemplateOutputFilterSensitiveLog: (
1105
+ obj: CreateAnalysisTemplateOutput
1106
+ ) => any;
1107
+ export declare const GetAnalysisTemplateOutputFilterSensitiveLog: (
1108
+ obj: GetAnalysisTemplateOutput
1109
+ ) => any;
1110
+ export declare const UpdateAnalysisTemplateOutputFilterSensitiveLog: (
1111
+ obj: UpdateAnalysisTemplateOutput
1112
+ ) => any;
1113
+ export declare const CollaborationAnalysisTemplateFilterSensitiveLog: (
1114
+ obj: CollaborationAnalysisTemplate
1115
+ ) => any;
1116
+ export declare const BatchGetCollaborationAnalysisTemplateOutputFilterSensitiveLog: (
1117
+ obj: BatchGetCollaborationAnalysisTemplateOutput
1118
+ ) => any;
1119
+ export declare const GetCollaborationAnalysisTemplateOutputFilterSensitiveLog: (
1120
+ obj: GetCollaborationAnalysisTemplateOutput
1121
+ ) => any;
886
1122
  export declare const ProtectedQuerySQLParametersFilterSensitiveLog: (
887
1123
  obj: ProtectedQuerySQLParameters
888
1124
  ) => any;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListAnalysisTemplatesCommandInput,
4
+ ListAnalysisTemplatesCommandOutput,
5
+ } from "../commands/ListAnalysisTemplatesCommand";
6
+ import { CleanRoomsPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListAnalysisTemplates(
8
+ config: CleanRoomsPaginationConfiguration,
9
+ input: ListAnalysisTemplatesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListAnalysisTemplatesCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListCollaborationAnalysisTemplatesCommandInput,
4
+ ListCollaborationAnalysisTemplatesCommandOutput,
5
+ } from "../commands/ListCollaborationAnalysisTemplatesCommand";
6
+ import { CleanRoomsPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListCollaborationAnalysisTemplates(
8
+ config: CleanRoomsPaginationConfiguration,
9
+ input: ListCollaborationAnalysisTemplatesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListCollaborationAnalysisTemplatesCommandOutput>;
@@ -1,4 +1,6 @@
1
1
  export * from "./Interfaces";
2
+ export * from "./ListAnalysisTemplatesPaginator";
3
+ export * from "./ListCollaborationAnalysisTemplatesPaginator";
2
4
  export * from "./ListCollaborationsPaginator";
3
5
  export * from "./ListConfiguredTableAssociationsPaginator";
4
6
  export * from "./ListConfiguredTablesPaginator";