@aws-sdk/client-cleanrooms 3.295.0 → 3.297.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 (79) hide show
  1. package/README.md +25 -4
  2. package/dist-cjs/CleanRooms.js +45 -0
  3. package/dist-cjs/commands/ListTagsForResourceCommand.js +46 -0
  4. package/dist-cjs/commands/TagResourceCommand.js +46 -0
  5. package/dist-cjs/commands/UntagResourceCommand.js +46 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/endpoint/ruleset.js +3 -3
  8. package/dist-cjs/models/models_0.js +26 -1
  9. package/dist-cjs/protocols/Aws_restJson1.js +198 -2
  10. package/dist-es/CleanRooms.js +45 -0
  11. package/dist-es/commands/ListTagsForResourceCommand.js +42 -0
  12. package/dist-es/commands/TagResourceCommand.js +42 -0
  13. package/dist-es/commands/UntagResourceCommand.js +42 -0
  14. package/dist-es/commands/index.js +3 -0
  15. package/dist-es/endpoint/ruleset.js +3 -3
  16. package/dist-es/models/models_0.js +19 -0
  17. package/dist-es/protocols/Aws_restJson1.js +190 -0
  18. package/dist-types/CleanRooms.d.ts +61 -5
  19. package/dist-types/CleanRoomsClient.d.ts +31 -11
  20. package/dist-types/commands/BatchGetSchemaCommand.d.ts +16 -0
  21. package/dist-types/commands/CreateCollaborationCommand.d.ts +16 -0
  22. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +16 -0
  23. package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +16 -0
  24. package/dist-types/commands/CreateConfiguredTableCommand.d.ts +16 -0
  25. package/dist-types/commands/CreateMembershipCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteCollaborationCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteConfiguredTableAssociationCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteConfiguredTableCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteMemberCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteMembershipCommand.d.ts +16 -0
  32. package/dist-types/commands/GetCollaborationCommand.d.ts +16 -0
  33. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +16 -0
  34. package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +16 -0
  35. package/dist-types/commands/GetConfiguredTableCommand.d.ts +16 -0
  36. package/dist-types/commands/GetMembershipCommand.d.ts +16 -0
  37. package/dist-types/commands/GetProtectedQueryCommand.d.ts +16 -0
  38. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +16 -0
  39. package/dist-types/commands/GetSchemaCommand.d.ts +16 -0
  40. package/dist-types/commands/ListCollaborationsCommand.d.ts +16 -0
  41. package/dist-types/commands/ListConfiguredTableAssociationsCommand.d.ts +19 -0
  42. package/dist-types/commands/ListConfiguredTablesCommand.d.ts +16 -0
  43. package/dist-types/commands/ListMembersCommand.d.ts +16 -0
  44. package/dist-types/commands/ListMembershipsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +19 -0
  46. package/dist-types/commands/ListSchemasCommand.d.ts +16 -0
  47. package/dist-types/commands/ListTagsForResourceCommand.d.ts +66 -0
  48. package/dist-types/commands/StartProtectedQueryCommand.d.ts +16 -0
  49. package/dist-types/commands/TagResourceCommand.d.ts +66 -0
  50. package/dist-types/commands/UntagResourceCommand.d.ts +66 -0
  51. package/dist-types/commands/UpdateCollaborationCommand.d.ts +16 -0
  52. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +16 -0
  53. package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +16 -0
  54. package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +16 -0
  55. package/dist-types/commands/UpdateMembershipCommand.d.ts +16 -0
  56. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +16 -0
  57. package/dist-types/commands/index.d.ts +3 -0
  58. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  59. package/dist-types/models/CleanRoomsServiceException.d.ts +2 -0
  60. package/dist-types/models/models_0.d.ts +443 -3
  61. package/dist-types/pagination/Interfaces.d.ts +3 -0
  62. package/dist-types/pagination/ListCollaborationsPaginator.d.ts +3 -0
  63. package/dist-types/pagination/ListConfiguredTableAssociationsPaginator.d.ts +3 -0
  64. package/dist-types/pagination/ListConfiguredTablesPaginator.d.ts +3 -0
  65. package/dist-types/pagination/ListMembersPaginator.d.ts +3 -0
  66. package/dist-types/pagination/ListMembershipsPaginator.d.ts +3 -0
  67. package/dist-types/pagination/ListProtectedQueriesPaginator.d.ts +3 -0
  68. package/dist-types/pagination/ListSchemasPaginator.d.ts +3 -0
  69. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  70. package/dist-types/ts3.4/CleanRooms.d.ts +51 -0
  71. package/dist-types/ts3.4/CleanRoomsClient.d.ts +18 -0
  72. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -0
  73. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -0
  74. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -0
  75. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  76. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  77. package/dist-types/ts3.4/models/models_0.d.ts +39 -0
  78. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  79. package/package.json +29 -29
@@ -1,9 +1,13 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { CleanRoomsServiceException as __BaseException } from "./CleanRoomsServiceException";
3
+ /**
4
+ * @public
5
+ */
3
6
  export declare enum AccessDeniedExceptionReason {
4
7
  INSUFFICIENT_PERMISSIONS = "INSUFFICIENT_PERMISSIONS"
5
8
  }
6
9
  /**
10
+ * @public
7
11
  * <p>Caller does not have sufficient access to perform this action.</p>
8
12
  */
9
13
  export declare class AccessDeniedException extends __BaseException {
@@ -18,6 +22,9 @@ export declare class AccessDeniedException extends __BaseException {
18
22
  */
19
23
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
20
24
  }
25
+ /**
26
+ * @public
27
+ */
21
28
  export declare enum AggregateFunctionName {
22
29
  AVG = "AVG",
23
30
  COUNT = "COUNT",
@@ -26,6 +33,7 @@ export declare enum AggregateFunctionName {
26
33
  SUM_DISTINCT = "SUM_DISTINCT"
27
34
  }
28
35
  /**
36
+ * @public
29
37
  * <p>Column in configured table that can be used in aggregate function in query.</p>
30
38
  */
31
39
  export interface AggregateColumn {
@@ -38,10 +46,14 @@ export interface AggregateColumn {
38
46
  */
39
47
  function: AggregateFunctionName | string | undefined;
40
48
  }
49
+ /**
50
+ * @public
51
+ */
41
52
  export declare enum AggregationType {
42
53
  COUNT_DISTINCT = "COUNT_DISTINCT"
43
54
  }
44
55
  /**
56
+ * @public
45
57
  * <p>Constraint on query output removing output rows that do not meet a minimum number of distinct values of a specified column.</p>
46
58
  */
47
59
  export interface AggregationConstraint {
@@ -61,12 +73,21 @@ export interface AggregationConstraint {
61
73
  */
62
74
  type: AggregationType | string | undefined;
63
75
  }
76
+ /**
77
+ * @public
78
+ */
64
79
  export declare enum AnalysisMethod {
65
80
  DIRECT_QUERY = "DIRECT_QUERY"
66
81
  }
82
+ /**
83
+ * @public
84
+ */
67
85
  export declare enum JoinRequiredOption {
68
86
  QUERY_RUNNER = "QUERY_RUNNER"
69
87
  }
88
+ /**
89
+ * @public
90
+ */
70
91
  export declare enum ScalarFunctions {
71
92
  ABS = "ABS",
72
93
  CAST = "CAST",
@@ -83,6 +104,7 @@ export declare enum ScalarFunctions {
83
104
  UPPER = "UPPER"
84
105
  }
85
106
  /**
107
+ * @public
86
108
  * <p>Enables query structure and specified queries that product aggregate statistics.</p>
87
109
  */
88
110
  export interface AnalysisRuleAggregation {
@@ -114,6 +136,7 @@ export interface AnalysisRuleAggregation {
114
136
  outputConstraints: AggregationConstraint[] | undefined;
115
137
  }
116
138
  /**
139
+ * @public
117
140
  * <p>A type of analysis rule that enables row-level analysis.</p>
118
141
  */
119
142
  export interface AnalysisRuleList {
@@ -127,9 +150,13 @@ export interface AnalysisRuleList {
127
150
  listColumns: string[] | undefined;
128
151
  }
129
152
  /**
153
+ * @public
130
154
  * <p>Controls on the query specifications that can be run on configured table..</p>
131
155
  */
132
156
  export type AnalysisRulePolicyV1 = AnalysisRulePolicyV1.AggregationMember | AnalysisRulePolicyV1.ListMember | AnalysisRulePolicyV1.$UnknownMember;
157
+ /**
158
+ * @public
159
+ */
133
160
  export declare namespace AnalysisRulePolicyV1 {
134
161
  /**
135
162
  * <p>Analysis rule type that enables only list queries on a configured table.</p>
@@ -160,9 +187,13 @@ export declare namespace AnalysisRulePolicyV1 {
160
187
  const visit: <T>(value: AnalysisRulePolicyV1, visitor: Visitor<T>) => T;
161
188
  }
162
189
  /**
190
+ * @public
163
191
  * <p>Controls on the query specifications that can be run on configured table..</p>
164
192
  */
165
193
  export type AnalysisRulePolicy = AnalysisRulePolicy.V1Member | AnalysisRulePolicy.$UnknownMember;
194
+ /**
195
+ * @public
196
+ */
166
197
  export declare namespace AnalysisRulePolicy {
167
198
  /**
168
199
  * <p>Controls on the query specifications that can be run on configured table..</p>
@@ -181,11 +212,15 @@ export declare namespace AnalysisRulePolicy {
181
212
  }
182
213
  const visit: <T>(value: AnalysisRulePolicy, visitor: Visitor<T>) => T;
183
214
  }
215
+ /**
216
+ * @public
217
+ */
184
218
  export declare enum AnalysisRuleType {
185
219
  AGGREGATION = "AGGREGATION",
186
220
  LIST = "LIST"
187
221
  }
188
222
  /**
223
+ * @public
189
224
  * <p>A specification about how data from the configured table can be used in a query.</p>
190
225
  */
191
226
  export interface AnalysisRule {
@@ -214,6 +249,9 @@ export interface AnalysisRule {
214
249
  */
215
250
  policy: AnalysisRulePolicy | undefined;
216
251
  }
252
+ /**
253
+ * @public
254
+ */
217
255
  export interface BatchGetSchemaInput {
218
256
  /**
219
257
  * <p>A unique identifier for the collaboration that the schemas belong to. Currently accepts
@@ -226,6 +264,7 @@ export interface BatchGetSchemaInput {
226
264
  names: string[] | undefined;
227
265
  }
228
266
  /**
267
+ * @public
229
268
  * <p>An error describing why a schema could not be fetched.</p>
230
269
  */
231
270
  export interface BatchGetSchemaError {
@@ -243,6 +282,7 @@ export interface BatchGetSchemaError {
243
282
  message: string | undefined;
244
283
  }
245
284
  /**
285
+ * @public
246
286
  * <p>A column within a schema relation, derived from the underlying AWS Glue table.</p>
247
287
  */
248
288
  export interface Column {
@@ -255,10 +295,14 @@ export interface Column {
255
295
  */
256
296
  type: string | undefined;
257
297
  }
298
+ /**
299
+ * @public
300
+ */
258
301
  export declare enum SchemaType {
259
302
  TABLE = "TABLE"
260
303
  }
261
304
  /**
305
+ * @public
262
306
  * <p>A schema is a relation within a collaboration.</p>
263
307
  */
264
308
  export interface Schema {
@@ -267,7 +311,7 @@ export interface Schema {
267
311
  */
268
312
  columns: Column[] | undefined;
269
313
  /**
270
- * <p>The partition keys for the data set underlying this schema.</p>
314
+ * <p>The partition keys for the dataset underlying this schema.</p>
271
315
  */
272
316
  partitionKeys: Column[] | undefined;
273
317
  /**
@@ -313,6 +357,9 @@ export interface Schema {
313
357
  */
314
358
  type: SchemaType | string | undefined;
315
359
  }
360
+ /**
361
+ * @public
362
+ */
316
363
  export interface BatchGetSchemaOutput {
317
364
  /**
318
365
  * <p>The retrieved list of schemas.</p>
@@ -325,6 +372,7 @@ export interface BatchGetSchemaOutput {
325
372
  errors: BatchGetSchemaError[] | undefined;
326
373
  }
327
374
  /**
375
+ * @public
328
376
  * <p>Unexpected error during processing of request.</p>
329
377
  */
330
378
  export declare class InternalServerException extends __BaseException {
@@ -335,6 +383,9 @@ export declare class InternalServerException extends __BaseException {
335
383
  */
336
384
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
337
385
  }
386
+ /**
387
+ * @public
388
+ */
338
389
  export declare enum ResourceType {
339
390
  COLLABORATION = "COLLABORATION",
340
391
  CONFIGURED_TABLE = "CONFIGURED_TABLE",
@@ -342,6 +393,7 @@ export declare enum ResourceType {
342
393
  MEMBERSHIP = "MEMBERSHIP"
343
394
  }
344
395
  /**
396
+ * @public
345
397
  * <p>Request references a resource which does not exist.</p>
346
398
  */
347
399
  export declare class ResourceNotFoundException extends __BaseException {
@@ -361,6 +413,7 @@ export declare class ResourceNotFoundException extends __BaseException {
361
413
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
362
414
  }
363
415
  /**
416
+ * @public
364
417
  * <p>Request was denied due to request throttling.</p>
365
418
  */
366
419
  export declare class ThrottlingException extends __BaseException {
@@ -372,6 +425,7 @@ export declare class ThrottlingException extends __BaseException {
372
425
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
373
426
  }
374
427
  /**
428
+ * @public
375
429
  * <p>Describes validation errors for specific input parameters.</p>
376
430
  */
377
431
  export interface ValidationExceptionField {
@@ -384,11 +438,16 @@ export interface ValidationExceptionField {
384
438
  */
385
439
  message: string | undefined;
386
440
  }
441
+ /**
442
+ * @public
443
+ */
387
444
  export declare enum ValidationExceptionReason {
388
445
  FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
389
- INVALID_CONFIGURATION = "INVALID_CONFIGURATION"
446
+ INVALID_CONFIGURATION = "INVALID_CONFIGURATION",
447
+ INVALID_QUERY = "INVALID_QUERY"
390
448
  }
391
449
  /**
450
+ * @public
392
451
  * <p>The input fails to satisfy the specified constraints.</p>
393
452
  */
394
453
  export declare class ValidationException extends __BaseException {
@@ -407,11 +466,15 @@ export declare class ValidationException extends __BaseException {
407
466
  */
408
467
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
409
468
  }
469
+ /**
470
+ * @public
471
+ */
410
472
  export declare enum MemberAbility {
411
473
  CAN_QUERY = "CAN_QUERY",
412
474
  CAN_RECEIVE_RESULTS = "CAN_RECEIVE_RESULTS"
413
475
  }
414
476
  /**
477
+ * @public
415
478
  * <p>The settings for client-side encryption for cryptographic computing.</p>
416
479
  */
417
480
  export interface DataEncryptionMetadata {
@@ -433,6 +496,7 @@ export interface DataEncryptionMetadata {
433
496
  preserveNulls: boolean | undefined;
434
497
  }
435
498
  /**
499
+ * @public
436
500
  * <p>Basic metadata used to construct a new member.</p>
437
501
  */
438
502
  export interface MemberSpecification {
@@ -449,10 +513,16 @@ export interface MemberSpecification {
449
513
  */
450
514
  displayName: string | undefined;
451
515
  }
516
+ /**
517
+ * @public
518
+ */
452
519
  export declare enum CollaborationQueryLogStatus {
453
520
  DISABLED = "DISABLED",
454
521
  ENABLED = "ENABLED"
455
522
  }
523
+ /**
524
+ * @public
525
+ */
456
526
  export interface CreateCollaborationInput {
457
527
  /**
458
528
  * <p>A list of initial members, not including the creator. This list is immutable.</p>
@@ -483,7 +553,17 @@ export interface CreateCollaborationInput {
483
553
  * collaboration.</p>
484
554
  */
485
555
  queryLogStatus: CollaborationQueryLogStatus | string | undefined;
556
+ /**
557
+ * <p>An optional label that you can assign to a resource when you create it. Each tag
558
+ * consists of a key and an optional value, both of which you define. When you use tagging,
559
+ * you can also use tag-based access control in IAM policies to control access to this
560
+ * resource.</p>
561
+ */
562
+ tags?: Record<string, string>;
486
563
  }
564
+ /**
565
+ * @public
566
+ */
487
567
  export declare enum MemberStatus {
488
568
  ACTIVE = "ACTIVE",
489
569
  INVITED = "INVITED",
@@ -491,6 +571,7 @@ export declare enum MemberStatus {
491
571
  REMOVED = "REMOVED"
492
572
  }
493
573
  /**
574
+ * @public
494
575
  * <p>The multi-party data share environment. The collaboration contains metadata about its purpose and participants.</p>
495
576
  */
496
577
  export interface Collaboration {
@@ -548,6 +629,9 @@ export interface Collaboration {
548
629
  */
549
630
  queryLogStatus: CollaborationQueryLogStatus | string | undefined;
550
631
  }
632
+ /**
633
+ * @public
634
+ */
551
635
  export interface CreateCollaborationOutput {
552
636
  /**
553
637
  * <p>The entire created collaboration object.</p>
@@ -555,6 +639,7 @@ export interface CreateCollaborationOutput {
555
639
  collaboration: Collaboration | undefined;
556
640
  }
557
641
  /**
642
+ * @public
558
643
  * <p>Request denied because service quota has been exceeded.</p>
559
644
  */
560
645
  export declare class ServiceQuotaExceededException extends __BaseException {
@@ -573,20 +658,30 @@ export declare class ServiceQuotaExceededException extends __BaseException {
573
658
  */
574
659
  constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
575
660
  }
661
+ /**
662
+ * @public
663
+ */
576
664
  export interface DeleteCollaborationInput {
577
665
  /**
578
666
  * <p>The identifier for the collaboration.</p>
579
667
  */
580
668
  collaborationIdentifier: string | undefined;
581
669
  }
670
+ /**
671
+ * @public
672
+ */
582
673
  export interface DeleteCollaborationOutput {
583
674
  }
675
+ /**
676
+ * @public
677
+ */
584
678
  export declare enum ConflictExceptionReason {
585
679
  ALREADY_EXISTS = "ALREADY_EXISTS",
586
680
  INVALID_STATE = "INVALID_STATE",
587
681
  SUBRESOURCES_EXIST = "SUBRESOURCES_EXIST"
588
682
  }
589
683
  /**
684
+ * @public
590
685
  * <p>Updating or deleting a resource can cause an inconsistent state.</p>
591
686
  */
592
687
  export declare class ConflictException extends __BaseException {
@@ -609,6 +704,9 @@ export declare class ConflictException extends __BaseException {
609
704
  */
610
705
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
611
706
  }
707
+ /**
708
+ * @public
709
+ */
612
710
  export interface DeleteMemberInput {
613
711
  /**
614
712
  * <p>The unique identifier for the associated collaboration.</p>
@@ -619,20 +717,32 @@ export interface DeleteMemberInput {
619
717
  */
620
718
  accountId: string | undefined;
621
719
  }
720
+ /**
721
+ * @public
722
+ */
622
723
  export interface DeleteMemberOutput {
623
724
  }
725
+ /**
726
+ * @public
727
+ */
624
728
  export interface GetCollaborationInput {
625
729
  /**
626
730
  * <p>The identifier for the collaboration.</p>
627
731
  */
628
732
  collaborationIdentifier: string | undefined;
629
733
  }
734
+ /**
735
+ * @public
736
+ */
630
737
  export interface GetCollaborationOutput {
631
738
  /**
632
739
  * <p>The entire collaboration for this identifier.</p>
633
740
  */
634
741
  collaboration: Collaboration | undefined;
635
742
  }
743
+ /**
744
+ * @public
745
+ */
636
746
  export interface GetSchemaInput {
637
747
  /**
638
748
  * <p>A unique identifier for the collaboration that the schema belongs to. Currently accepts
@@ -644,12 +754,18 @@ export interface GetSchemaInput {
644
754
  */
645
755
  name: string | undefined;
646
756
  }
757
+ /**
758
+ * @public
759
+ */
647
760
  export interface GetSchemaOutput {
648
761
  /**
649
762
  * <p>The entire schema object.</p>
650
763
  */
651
764
  schema: Schema | undefined;
652
765
  }
766
+ /**
767
+ * @public
768
+ */
653
769
  export interface GetSchemaAnalysisRuleInput {
654
770
  /**
655
771
  * <p>A unique identifier for the collaboration that the schema belongs to. Currently accepts
@@ -665,16 +781,25 @@ export interface GetSchemaAnalysisRuleInput {
665
781
  */
666
782
  type: AnalysisRuleType | string | undefined;
667
783
  }
784
+ /**
785
+ * @public
786
+ */
668
787
  export interface GetSchemaAnalysisRuleOutput {
669
788
  /**
670
789
  * <p>A specification about how data from the configured table can be used.</p>
671
790
  */
672
791
  analysisRule: AnalysisRule | undefined;
673
792
  }
793
+ /**
794
+ * @public
795
+ */
674
796
  export declare enum FilterableMemberStatus {
675
797
  ACTIVE = "ACTIVE",
676
798
  INVITED = "INVITED"
677
799
  }
800
+ /**
801
+ * @public
802
+ */
678
803
  export interface ListCollaborationsInput {
679
804
  /**
680
805
  * <p>The token value retrieved from a previous call to access the next page of results.</p>
@@ -692,6 +817,7 @@ export interface ListCollaborationsInput {
692
817
  memberStatus?: FilterableMemberStatus | string;
693
818
  }
694
819
  /**
820
+ * @public
695
821
  * <p>The metadata of the collaboration.</p>
696
822
  */
697
823
  export interface CollaborationSummary {
@@ -736,6 +862,9 @@ export interface CollaborationSummary {
736
862
  */
737
863
  membershipArn?: string;
738
864
  }
865
+ /**
866
+ * @public
867
+ */
739
868
  export interface ListCollaborationsOutput {
740
869
  /**
741
870
  * <p>The token value retrieved from a previous call to access the next page of results.</p>
@@ -746,6 +875,9 @@ export interface ListCollaborationsOutput {
746
875
  */
747
876
  collaborationList: CollaborationSummary[] | undefined;
748
877
  }
878
+ /**
879
+ * @public
880
+ */
749
881
  export interface ListMembersInput {
750
882
  /**
751
883
  * <p>The identifier of the collaboration in which the members are listed.</p>
@@ -761,6 +893,7 @@ export interface ListMembersInput {
761
893
  maxResults?: number;
762
894
  }
763
895
  /**
896
+ * @public
764
897
  * <p>The member object listed by the request.</p>
765
898
  */
766
899
  export interface MemberSummary {
@@ -797,6 +930,9 @@ export interface MemberSummary {
797
930
  */
798
931
  membershipArn?: string;
799
932
  }
933
+ /**
934
+ * @public
935
+ */
800
936
  export interface ListMembersOutput {
801
937
  /**
802
938
  * <p>The token value retrieved from a previous call to access the next page of results.</p>
@@ -807,6 +943,9 @@ export interface ListMembersOutput {
807
943
  */
808
944
  memberSummaries: MemberSummary[] | undefined;
809
945
  }
946
+ /**
947
+ * @public
948
+ */
810
949
  export interface ListSchemasInput {
811
950
  /**
812
951
  * <p>A unique identifier for the collaboration that the schema belongs to. Currently accepts
@@ -827,6 +966,7 @@ export interface ListSchemasInput {
827
966
  maxResults?: number;
828
967
  }
829
968
  /**
969
+ * @public
830
970
  * <p>The schema summary for the objects listed by the request.</p>
831
971
  */
832
972
  export interface SchemaSummary {
@@ -867,6 +1007,9 @@ export interface SchemaSummary {
867
1007
  */
868
1008
  analysisMethod?: AnalysisMethod | string;
869
1009
  }
1010
+ /**
1011
+ * @public
1012
+ */
870
1013
  export interface ListSchemasOutput {
871
1014
  /**
872
1015
  * <p>The retrieved list of schemas.</p>
@@ -877,6 +1020,9 @@ export interface ListSchemasOutput {
877
1020
  */
878
1021
  nextToken?: string;
879
1022
  }
1023
+ /**
1024
+ * @public
1025
+ */
880
1026
  export interface UpdateCollaborationInput {
881
1027
  /**
882
1028
  * <p>The identifier for the collaboration.</p>
@@ -891,12 +1037,18 @@ export interface UpdateCollaborationInput {
891
1037
  */
892
1038
  description?: string;
893
1039
  }
1040
+ /**
1041
+ * @public
1042
+ */
894
1043
  export interface UpdateCollaborationOutput {
895
1044
  /**
896
1045
  * <p>The entire collaboration that has been updated.</p>
897
1046
  */
898
1047
  collaboration: Collaboration | undefined;
899
1048
  }
1049
+ /**
1050
+ * @public
1051
+ */
900
1052
  export interface CreateConfiguredTableAssociationInput {
901
1053
  /**
902
1054
  * <p>The name of the configured table association. This name is used to query the underlying
@@ -922,8 +1074,16 @@ export interface CreateConfiguredTableAssociationInput {
922
1074
  * <p>The service will assume this role to access catalog metadata and query the table.</p>
923
1075
  */
924
1076
  roleArn: string | undefined;
1077
+ /**
1078
+ * <p>An optional label that you can assign to a resource when you create it. Each tag
1079
+ * consists of a key and an optional value, both of which you define. When you use tagging,
1080
+ * you can also use tag-based access control in IAM policies to control access to this
1081
+ * resource.</p>
1082
+ */
1083
+ tags?: Record<string, string>;
925
1084
  }
926
1085
  /**
1086
+ * @public
927
1087
  * <p>A configured table association links a configured table to a collaboration.</p>
928
1088
  */
929
1089
  export interface ConfiguredTableAssociation {
@@ -972,12 +1132,18 @@ export interface ConfiguredTableAssociation {
972
1132
  */
973
1133
  updateTime: Date | undefined;
974
1134
  }
1135
+ /**
1136
+ * @public
1137
+ */
975
1138
  export interface CreateConfiguredTableAssociationOutput {
976
1139
  /**
977
1140
  * <p>The entire configured table association object.</p>
978
1141
  */
979
1142
  configuredTableAssociation: ConfiguredTableAssociation | undefined;
980
1143
  }
1144
+ /**
1145
+ * @public
1146
+ */
981
1147
  export interface DeleteConfiguredTableAssociationInput {
982
1148
  /**
983
1149
  * <p>The unique ID for the configured table association to be deleted. Currently accepts the configured table ID.</p>
@@ -989,8 +1155,14 @@ export interface DeleteConfiguredTableAssociationInput {
989
1155
  */
990
1156
  membershipIdentifier: string | undefined;
991
1157
  }
1158
+ /**
1159
+ * @public
1160
+ */
992
1161
  export interface DeleteConfiguredTableAssociationOutput {
993
1162
  }
1163
+ /**
1164
+ * @public
1165
+ */
994
1166
  export interface GetConfiguredTableAssociationInput {
995
1167
  /**
996
1168
  * <p>The unique ID for the configured table association to retrieve. Currently accepts the configured table ID.</p>
@@ -1002,12 +1174,18 @@ export interface GetConfiguredTableAssociationInput {
1002
1174
  */
1003
1175
  membershipIdentifier: string | undefined;
1004
1176
  }
1177
+ /**
1178
+ * @public
1179
+ */
1005
1180
  export interface GetConfiguredTableAssociationOutput {
1006
1181
  /**
1007
1182
  * <p>The entire configured table association object.</p>
1008
1183
  */
1009
1184
  configuredTableAssociation: ConfiguredTableAssociation | undefined;
1010
1185
  }
1186
+ /**
1187
+ * @public
1188
+ */
1011
1189
  export interface ListConfiguredTableAssociationsInput {
1012
1190
  /**
1013
1191
  * <p>A unique identifier for the membership to list configured table associations for. Currently accepts the membership ID.</p>
@@ -1023,6 +1201,7 @@ export interface ListConfiguredTableAssociationsInput {
1023
1201
  maxResults?: number;
1024
1202
  }
1025
1203
  /**
1204
+ * @public
1026
1205
  * <p>The configured table association summary for the objects listed by the request.</p>
1027
1206
  */
1028
1207
  export interface ConfiguredTableAssociationSummary {
@@ -1061,6 +1240,9 @@ export interface ConfiguredTableAssociationSummary {
1061
1240
  */
1062
1241
  arn: string | undefined;
1063
1242
  }
1243
+ /**
1244
+ * @public
1245
+ */
1064
1246
  export interface ListConfiguredTableAssociationsOutput {
1065
1247
  /**
1066
1248
  * <p>The retrieved list of configured table associations.</p>
@@ -1071,6 +1253,9 @@ export interface ListConfiguredTableAssociationsOutput {
1071
1253
  */
1072
1254
  nextToken?: string;
1073
1255
  }
1256
+ /**
1257
+ * @public
1258
+ */
1074
1259
  export interface UpdateConfiguredTableAssociationInput {
1075
1260
  /**
1076
1261
  * <p>The unique identifier for the configured table association to update. Currently accepts the configured table association ID.</p>
@@ -1090,6 +1275,9 @@ export interface UpdateConfiguredTableAssociationInput {
1090
1275
  */
1091
1276
  roleArn?: string;
1092
1277
  }
1278
+ /**
1279
+ * @public
1280
+ */
1093
1281
  export interface UpdateConfiguredTableAssociationOutput {
1094
1282
  /**
1095
1283
  * <p>The entire updated configured table association.</p>
@@ -1097,6 +1285,7 @@ export interface UpdateConfiguredTableAssociationOutput {
1097
1285
  configuredTableAssociation: ConfiguredTableAssociation | undefined;
1098
1286
  }
1099
1287
  /**
1288
+ * @public
1100
1289
  * <p>A reference to a table within an AWS Glue data catalog.</p>
1101
1290
  */
1102
1291
  export interface GlueTableReference {
@@ -1110,10 +1299,14 @@ export interface GlueTableReference {
1110
1299
  databaseName: string | undefined;
1111
1300
  }
1112
1301
  /**
1113
- * <p>A pointer to the data set that underlies this table. Currently, this can only be an AWS
1302
+ * @public
1303
+ * <p>A pointer to the dataset that underlies this table. Currently, this can only be an AWS
1114
1304
  * Glue table.</p>
1115
1305
  */
1116
1306
  export type TableReference = TableReference.GlueMember | TableReference.$UnknownMember;
1307
+ /**
1308
+ * @public
1309
+ */
1117
1310
  export declare namespace TableReference {
1118
1311
  /**
1119
1312
  * <p>If present, a reference to the AWS Glue table referred to by this table
@@ -1133,6 +1326,9 @@ export declare namespace TableReference {
1133
1326
  }
1134
1327
  const visit: <T>(value: TableReference, visitor: Visitor<T>) => T;
1135
1328
  }
1329
+ /**
1330
+ * @public
1331
+ */
1136
1332
  export interface CreateConfiguredTableInput {
1137
1333
  /**
1138
1334
  * <p>The name of the configured table.</p>
@@ -1154,12 +1350,23 @@ export interface CreateConfiguredTableInput {
1154
1350
  * <p>The analysis method for the configured tables. The only valid value is currently `DIRECT_QUERY`.</p>
1155
1351
  */
1156
1352
  analysisMethod: AnalysisMethod | string | undefined;
1353
+ /**
1354
+ * <p>An optional label that you can assign to a resource when you create it. Each tag
1355
+ * consists of a key and an optional value, both of which you define. When you use tagging,
1356
+ * you can also use tag-based access control in IAM policies to control access to this
1357
+ * resource.</p>
1358
+ */
1359
+ tags?: Record<string, string>;
1157
1360
  }
1361
+ /**
1362
+ * @public
1363
+ */
1158
1364
  export declare enum ConfiguredTableAnalysisRuleType {
1159
1365
  AGGREGATION = "AGGREGATION",
1160
1366
  LIST = "LIST"
1161
1367
  }
1162
1368
  /**
1369
+ * @public
1163
1370
  * <p>A table that has been configured for use in a collaboration.</p>
1164
1371
  */
1165
1372
  export interface ConfiguredTable {
@@ -1205,6 +1412,9 @@ export interface ConfiguredTable {
1205
1412
  */
1206
1413
  allowedColumns: string[] | undefined;
1207
1414
  }
1415
+ /**
1416
+ * @public
1417
+ */
1208
1418
  export interface CreateConfiguredTableOutput {
1209
1419
  /**
1210
1420
  * <p>The created configured table.</p>
@@ -1212,9 +1422,13 @@ export interface CreateConfiguredTableOutput {
1212
1422
  configuredTable: ConfiguredTable | undefined;
1213
1423
  }
1214
1424
  /**
1425
+ * @public
1215
1426
  * <p>Controls on the query specifications that can be run on a configured table.</p>
1216
1427
  */
1217
1428
  export type ConfiguredTableAnalysisRulePolicyV1 = ConfiguredTableAnalysisRulePolicyV1.AggregationMember | ConfiguredTableAnalysisRulePolicyV1.ListMember | ConfiguredTableAnalysisRulePolicyV1.$UnknownMember;
1429
+ /**
1430
+ * @public
1431
+ */
1218
1432
  export declare namespace ConfiguredTableAnalysisRulePolicyV1 {
1219
1433
  /**
1220
1434
  * <p>Analysis rule type that enables only list queries on a configured table.</p>
@@ -1245,9 +1459,13 @@ export declare namespace ConfiguredTableAnalysisRulePolicyV1 {
1245
1459
  const visit: <T>(value: ConfiguredTableAnalysisRulePolicyV1, visitor: Visitor<T>) => T;
1246
1460
  }
1247
1461
  /**
1462
+ * @public
1248
1463
  * <p>Controls on the query specifications that can be run on a configured table.</p>
1249
1464
  */
1250
1465
  export type ConfiguredTableAnalysisRulePolicy = ConfiguredTableAnalysisRulePolicy.V1Member | ConfiguredTableAnalysisRulePolicy.$UnknownMember;
1466
+ /**
1467
+ * @public
1468
+ */
1251
1469
  export declare namespace ConfiguredTableAnalysisRulePolicy {
1252
1470
  /**
1253
1471
  * <p>Controls on the query specifications that can be run on a configured table.</p>
@@ -1266,6 +1484,9 @@ export declare namespace ConfiguredTableAnalysisRulePolicy {
1266
1484
  }
1267
1485
  const visit: <T>(value: ConfiguredTableAnalysisRulePolicy, visitor: Visitor<T>) => T;
1268
1486
  }
1487
+ /**
1488
+ * @public
1489
+ */
1269
1490
  export interface CreateConfiguredTableAnalysisRuleInput {
1270
1491
  /**
1271
1492
  * <p>The identifier for the configured table to create the analysis rule for. Currently accepts the configured table ID. </p>
@@ -1281,6 +1502,7 @@ export interface CreateConfiguredTableAnalysisRuleInput {
1281
1502
  analysisRulePolicy: ConfiguredTableAnalysisRulePolicy | undefined;
1282
1503
  }
1283
1504
  /**
1505
+ * @public
1284
1506
  * <p>A configured table analysis rule, which limits how data for this table can be used.</p>
1285
1507
  */
1286
1508
  export interface ConfiguredTableAnalysisRule {
@@ -1309,12 +1531,18 @@ export interface ConfiguredTableAnalysisRule {
1309
1531
  */
1310
1532
  updateTime: Date | undefined;
1311
1533
  }
1534
+ /**
1535
+ * @public
1536
+ */
1312
1537
  export interface CreateConfiguredTableAnalysisRuleOutput {
1313
1538
  /**
1314
1539
  * <p>The entire created analysis rule.</p>
1315
1540
  */
1316
1541
  analysisRule: ConfiguredTableAnalysisRule | undefined;
1317
1542
  }
1543
+ /**
1544
+ * @public
1545
+ */
1318
1546
  export interface DeleteConfiguredTableInput {
1319
1547
  /**
1320
1548
  * <p>The unique ID for the configured table to delete.</p>
@@ -1322,10 +1550,14 @@ export interface DeleteConfiguredTableInput {
1322
1550
  configuredTableIdentifier: string | undefined;
1323
1551
  }
1324
1552
  /**
1553
+ * @public
1325
1554
  * <p>The empty output for a successful deletion.</p>
1326
1555
  */
1327
1556
  export interface DeleteConfiguredTableOutput {
1328
1557
  }
1558
+ /**
1559
+ * @public
1560
+ */
1329
1561
  export interface DeleteConfiguredTableAnalysisRuleInput {
1330
1562
  /**
1331
1563
  * <p>The unique identifier for the configured table that the analysis rule applies to.
@@ -1338,22 +1570,32 @@ export interface DeleteConfiguredTableAnalysisRuleInput {
1338
1570
  analysisRuleType: ConfiguredTableAnalysisRuleType | string | undefined;
1339
1571
  }
1340
1572
  /**
1573
+ * @public
1341
1574
  * <p>An empty response that indicates a successful delete.</p>
1342
1575
  */
1343
1576
  export interface DeleteConfiguredTableAnalysisRuleOutput {
1344
1577
  }
1578
+ /**
1579
+ * @public
1580
+ */
1345
1581
  export interface GetConfiguredTableInput {
1346
1582
  /**
1347
1583
  * <p>The unique ID for the configured table to retrieve.</p>
1348
1584
  */
1349
1585
  configuredTableIdentifier: string | undefined;
1350
1586
  }
1587
+ /**
1588
+ * @public
1589
+ */
1351
1590
  export interface GetConfiguredTableOutput {
1352
1591
  /**
1353
1592
  * <p>The retrieved configured table.</p>
1354
1593
  */
1355
1594
  configuredTable: ConfiguredTable | undefined;
1356
1595
  }
1596
+ /**
1597
+ * @public
1598
+ */
1357
1599
  export interface GetConfiguredTableAnalysisRuleInput {
1358
1600
  /**
1359
1601
  * <p>The unique identifier for the configured table to retrieve. Currently accepts the configured table ID.</p>
@@ -1364,12 +1606,18 @@ export interface GetConfiguredTableAnalysisRuleInput {
1364
1606
  */
1365
1607
  analysisRuleType: ConfiguredTableAnalysisRuleType | string | undefined;
1366
1608
  }
1609
+ /**
1610
+ * @public
1611
+ */
1367
1612
  export interface GetConfiguredTableAnalysisRuleOutput {
1368
1613
  /**
1369
1614
  * <p>The entire analysis rule output.</p>
1370
1615
  */
1371
1616
  analysisRule: ConfiguredTableAnalysisRule | undefined;
1372
1617
  }
1618
+ /**
1619
+ * @public
1620
+ */
1373
1621
  export interface ListConfiguredTablesInput {
1374
1622
  /**
1375
1623
  * <p>The token value retrieved from a previous call to access the next page of results.</p>
@@ -1381,6 +1629,7 @@ export interface ListConfiguredTablesInput {
1381
1629
  maxResults?: number;
1382
1630
  }
1383
1631
  /**
1632
+ * @public
1384
1633
  * <p>The configured table summary for the objects listed by the request.</p>
1385
1634
  */
1386
1635
  export interface ConfiguredTableSummary {
@@ -1413,6 +1662,9 @@ export interface ConfiguredTableSummary {
1413
1662
  */
1414
1663
  analysisMethod: AnalysisMethod | string | undefined;
1415
1664
  }
1665
+ /**
1666
+ * @public
1667
+ */
1416
1668
  export interface ListConfiguredTablesOutput {
1417
1669
  /**
1418
1670
  * <p>The configured tables listed by the request.</p>
@@ -1423,6 +1675,9 @@ export interface ListConfiguredTablesOutput {
1423
1675
  */
1424
1676
  nextToken?: string;
1425
1677
  }
1678
+ /**
1679
+ * @public
1680
+ */
1426
1681
  export interface UpdateConfiguredTableInput {
1427
1682
  /**
1428
1683
  * <p>The identifier for the configured table to update. Currently accepts the configured table ID.</p>
@@ -1437,12 +1692,18 @@ export interface UpdateConfiguredTableInput {
1437
1692
  */
1438
1693
  description?: string;
1439
1694
  }
1695
+ /**
1696
+ * @public
1697
+ */
1440
1698
  export interface UpdateConfiguredTableOutput {
1441
1699
  /**
1442
1700
  * <p>The updated configured table.</p>
1443
1701
  */
1444
1702
  configuredTable: ConfiguredTable | undefined;
1445
1703
  }
1704
+ /**
1705
+ * @public
1706
+ */
1446
1707
  export interface UpdateConfiguredTableAnalysisRuleInput {
1447
1708
  /**
1448
1709
  * <p>The unique identifier for the configured table that the analysis rule applies to.
@@ -1458,16 +1719,43 @@ export interface UpdateConfiguredTableAnalysisRuleInput {
1458
1719
  */
1459
1720
  analysisRulePolicy: ConfiguredTableAnalysisRulePolicy | undefined;
1460
1721
  }
1722
+ /**
1723
+ * @public
1724
+ */
1461
1725
  export interface UpdateConfiguredTableAnalysisRuleOutput {
1462
1726
  /**
1463
1727
  * <p>The entire updated analysis rule.</p>
1464
1728
  */
1465
1729
  analysisRule: ConfiguredTableAnalysisRule | undefined;
1466
1730
  }
1731
+ /**
1732
+ * @public
1733
+ */
1734
+ export interface ListTagsForResourceInput {
1735
+ /**
1736
+ * <p>The Amazon Resource Name (ARN) associated with the resource you want to list tags on.</p>
1737
+ */
1738
+ resourceArn: string | undefined;
1739
+ }
1740
+ /**
1741
+ * @public
1742
+ */
1743
+ export interface ListTagsForResourceOutput {
1744
+ /**
1745
+ * <p>A map of objects specifying each key name and value.</p>
1746
+ */
1747
+ tags: Record<string, string> | undefined;
1748
+ }
1749
+ /**
1750
+ * @public
1751
+ */
1467
1752
  export declare enum MembershipQueryLogStatus {
1468
1753
  DISABLED = "DISABLED",
1469
1754
  ENABLED = "ENABLED"
1470
1755
  }
1756
+ /**
1757
+ * @public
1758
+ */
1471
1759
  export interface CreateMembershipInput {
1472
1760
  /**
1473
1761
  * <p>The unique ID for the associated collaboration.</p>
@@ -1478,13 +1766,24 @@ export interface CreateMembershipInput {
1478
1766
  * collaboration.</p>
1479
1767
  */
1480
1768
  queryLogStatus: MembershipQueryLogStatus | string | undefined;
1769
+ /**
1770
+ * <p>An optional label that you can assign to a resource when you create it. Each tag
1771
+ * consists of a key and an optional value, both of which you define. When you use tagging,
1772
+ * you can also use tag-based access control in IAM policies to control access to this
1773
+ * resource.</p>
1774
+ */
1775
+ tags?: Record<string, string>;
1481
1776
  }
1777
+ /**
1778
+ * @public
1779
+ */
1482
1780
  export declare enum MembershipStatus {
1483
1781
  ACTIVE = "ACTIVE",
1484
1782
  COLLABORATION_DELETED = "COLLABORATION_DELETED",
1485
1783
  REMOVED = "REMOVED"
1486
1784
  }
1487
1785
  /**
1786
+ * @public
1488
1787
  * <p>The membership object.</p>
1489
1788
  */
1490
1789
  export interface Membership {
@@ -1538,32 +1837,50 @@ export interface Membership {
1538
1837
  */
1539
1838
  queryLogStatus: MembershipQueryLogStatus | string | undefined;
1540
1839
  }
1840
+ /**
1841
+ * @public
1842
+ */
1541
1843
  export interface CreateMembershipOutput {
1542
1844
  /**
1543
1845
  * <p>The membership that was created.</p>
1544
1846
  */
1545
1847
  membership: Membership | undefined;
1546
1848
  }
1849
+ /**
1850
+ * @public
1851
+ */
1547
1852
  export interface DeleteMembershipInput {
1548
1853
  /**
1549
1854
  * <p>The identifier for a membership resource.</p>
1550
1855
  */
1551
1856
  membershipIdentifier: string | undefined;
1552
1857
  }
1858
+ /**
1859
+ * @public
1860
+ */
1553
1861
  export interface DeleteMembershipOutput {
1554
1862
  }
1863
+ /**
1864
+ * @public
1865
+ */
1555
1866
  export interface GetMembershipInput {
1556
1867
  /**
1557
1868
  * <p>The identifier for a membership resource.</p>
1558
1869
  */
1559
1870
  membershipIdentifier: string | undefined;
1560
1871
  }
1872
+ /**
1873
+ * @public
1874
+ */
1561
1875
  export interface GetMembershipOutput {
1562
1876
  /**
1563
1877
  * <p>The membership retrieved for the provided identifier.</p>
1564
1878
  */
1565
1879
  membership: Membership | undefined;
1566
1880
  }
1881
+ /**
1882
+ * @public
1883
+ */
1567
1884
  export interface GetProtectedQueryInput {
1568
1885
  /**
1569
1886
  * <p>The identifier for a membership in a protected query instance.</p>
@@ -1575,6 +1892,7 @@ export interface GetProtectedQueryInput {
1575
1892
  protectedQueryIdentifier: string | undefined;
1576
1893
  }
1577
1894
  /**
1895
+ * @public
1578
1896
  * <p>Details of errors thrown by the protected query.</p>
1579
1897
  */
1580
1898
  export interface ProtectedQueryError {
@@ -1588,6 +1906,7 @@ export interface ProtectedQueryError {
1588
1906
  code: string | undefined;
1589
1907
  }
1590
1908
  /**
1909
+ * @public
1591
1910
  * <p>Contains output information for protected queries with an S3 output type.</p>
1592
1911
  */
1593
1912
  export interface ProtectedQueryS3Output {
@@ -1597,9 +1916,13 @@ export interface ProtectedQueryS3Output {
1597
1916
  location: string | undefined;
1598
1917
  }
1599
1918
  /**
1919
+ * @public
1600
1920
  * <p>Contains details about the protected query output.</p>
1601
1921
  */
1602
1922
  export type ProtectedQueryOutput = ProtectedQueryOutput.S3Member | ProtectedQueryOutput.$UnknownMember;
1923
+ /**
1924
+ * @public
1925
+ */
1603
1926
  export declare namespace ProtectedQueryOutput {
1604
1927
  /**
1605
1928
  * <p>If present, the output for a protected query with an `S3` output type.</p>
@@ -1619,6 +1942,7 @@ export declare namespace ProtectedQueryOutput {
1619
1942
  const visit: <T>(value: ProtectedQueryOutput, visitor: Visitor<T>) => T;
1620
1943
  }
1621
1944
  /**
1945
+ * @public
1622
1946
  * <p>Details about the query results.</p>
1623
1947
  */
1624
1948
  export interface ProtectedQueryResult {
@@ -1627,11 +1951,15 @@ export interface ProtectedQueryResult {
1627
1951
  */
1628
1952
  output: ProtectedQueryOutput | undefined;
1629
1953
  }
1954
+ /**
1955
+ * @public
1956
+ */
1630
1957
  export declare enum ResultFormat {
1631
1958
  CSV = "CSV",
1632
1959
  PARQUET = "PARQUET"
1633
1960
  }
1634
1961
  /**
1962
+ * @public
1635
1963
  * <p>Contains the configuration to write the query results to S3.</p>
1636
1964
  */
1637
1965
  export interface ProtectedQueryS3OutputConfiguration {
@@ -1649,9 +1977,13 @@ export interface ProtectedQueryS3OutputConfiguration {
1649
1977
  keyPrefix?: string;
1650
1978
  }
1651
1979
  /**
1980
+ * @public
1652
1981
  * <p>Contains configuration details for protected query output.</p>
1653
1982
  */
1654
1983
  export type ProtectedQueryOutputConfiguration = ProtectedQueryOutputConfiguration.S3Member | ProtectedQueryOutputConfiguration.$UnknownMember;
1984
+ /**
1985
+ * @public
1986
+ */
1655
1987
  export declare namespace ProtectedQueryOutputConfiguration {
1656
1988
  /**
1657
1989
  * <p>Required configuration for a protected query with an `S3` output type.</p>
@@ -1671,6 +2003,7 @@ export declare namespace ProtectedQueryOutputConfiguration {
1671
2003
  const visit: <T>(value: ProtectedQueryOutputConfiguration, visitor: Visitor<T>) => T;
1672
2004
  }
1673
2005
  /**
2006
+ * @public
1674
2007
  * <p>Contains configurations for protected query results.</p>
1675
2008
  */
1676
2009
  export interface ProtectedQueryResultConfiguration {
@@ -1680,6 +2013,7 @@ export interface ProtectedQueryResultConfiguration {
1680
2013
  outputConfiguration: ProtectedQueryOutputConfiguration | undefined;
1681
2014
  }
1682
2015
  /**
2016
+ * @public
1683
2017
  * <p>The parameters for the SQL type Protected Query.</p>
1684
2018
  */
1685
2019
  export interface ProtectedQuerySQLParameters {
@@ -1689,6 +2023,7 @@ export interface ProtectedQuerySQLParameters {
1689
2023
  queryString: string | undefined;
1690
2024
  }
1691
2025
  /**
2026
+ * @public
1692
2027
  * <p>Contains statistics about the execution of the protected query.</p>
1693
2028
  */
1694
2029
  export interface ProtectedQueryStatistics {
@@ -1697,6 +2032,9 @@ export interface ProtectedQueryStatistics {
1697
2032
  */
1698
2033
  totalDurationInMillis?: number;
1699
2034
  }
2035
+ /**
2036
+ * @public
2037
+ */
1700
2038
  export declare enum ProtectedQueryStatus {
1701
2039
  CANCELLED = "CANCELLED",
1702
2040
  CANCELLING = "CANCELLING",
@@ -1707,6 +2045,7 @@ export declare enum ProtectedQueryStatus {
1707
2045
  TIMED_OUT = "TIMED_OUT"
1708
2046
  }
1709
2047
  /**
2048
+ * @public
1710
2049
  * <p>The parameters for an AWS Clean Rooms protected query.</p>
1711
2050
  */
1712
2051
  export interface ProtectedQuery {
@@ -1751,12 +2090,18 @@ export interface ProtectedQuery {
1751
2090
  */
1752
2091
  error?: ProtectedQueryError;
1753
2092
  }
2093
+ /**
2094
+ * @public
2095
+ */
1754
2096
  export interface GetProtectedQueryOutput {
1755
2097
  /**
1756
2098
  * <p>The query processing metadata.</p>
1757
2099
  */
1758
2100
  protectedQuery: ProtectedQuery | undefined;
1759
2101
  }
2102
+ /**
2103
+ * @public
2104
+ */
1760
2105
  export interface ListMembershipsInput {
1761
2106
  /**
1762
2107
  * <p>The token value retrieved from a previous call to access the next page of results.</p>
@@ -1772,6 +2117,7 @@ export interface ListMembershipsInput {
1772
2117
  status?: MembershipStatus | string;
1773
2118
  }
1774
2119
  /**
2120
+ * @public
1775
2121
  * <p>The membership object listed by the request.</p>
1776
2122
  */
1777
2123
  export interface MembershipSummary {
@@ -1820,6 +2166,9 @@ export interface MembershipSummary {
1820
2166
  */
1821
2167
  memberAbilities: (MemberAbility | string)[] | undefined;
1822
2168
  }
2169
+ /**
2170
+ * @public
2171
+ */
1823
2172
  export interface ListMembershipsOutput {
1824
2173
  /**
1825
2174
  * <p>The token value retrieved from a previous call to access the next page of results.</p>
@@ -1830,6 +2179,9 @@ export interface ListMembershipsOutput {
1830
2179
  */
1831
2180
  membershipSummaries: MembershipSummary[] | undefined;
1832
2181
  }
2182
+ /**
2183
+ * @public
2184
+ */
1833
2185
  export interface ListProtectedQueriesInput {
1834
2186
  /**
1835
2187
  * <p>The identifier for the membership in the collaboration.</p>
@@ -1851,6 +2203,7 @@ export interface ListProtectedQueriesInput {
1851
2203
  maxResults?: number;
1852
2204
  }
1853
2205
  /**
2206
+ * @public
1854
2207
  * <p>The protected query summary for the objects listed by the request.</p>
1855
2208
  */
1856
2209
  export interface ProtectedQuerySummary {
@@ -1875,6 +2228,9 @@ export interface ProtectedQuerySummary {
1875
2228
  */
1876
2229
  status: ProtectedQueryStatus | string | undefined;
1877
2230
  }
2231
+ /**
2232
+ * @public
2233
+ */
1878
2234
  export interface ListProtectedQueriesOutput {
1879
2235
  /**
1880
2236
  * <p>The token value retrieved from a previous call to access the next page of results.</p>
@@ -1885,9 +2241,15 @@ export interface ListProtectedQueriesOutput {
1885
2241
  */
1886
2242
  protectedQueries: ProtectedQuerySummary[] | undefined;
1887
2243
  }
2244
+ /**
2245
+ * @public
2246
+ */
1888
2247
  export declare enum ProtectedQueryType {
1889
2248
  SQL = "SQL"
1890
2249
  }
2250
+ /**
2251
+ * @public
2252
+ */
1891
2253
  export interface StartProtectedQueryInput {
1892
2254
  /**
1893
2255
  * <p>The type of the protected query to be started.</p>
@@ -1906,12 +2268,18 @@ export interface StartProtectedQueryInput {
1906
2268
  */
1907
2269
  resultConfiguration: ProtectedQueryResultConfiguration | undefined;
1908
2270
  }
2271
+ /**
2272
+ * @public
2273
+ */
1909
2274
  export interface StartProtectedQueryOutput {
1910
2275
  /**
1911
2276
  * <p>The protected query.</p>
1912
2277
  */
1913
2278
  protectedQuery: ProtectedQuery | undefined;
1914
2279
  }
2280
+ /**
2281
+ * @public
2282
+ */
1915
2283
  export interface UpdateMembershipInput {
1916
2284
  /**
1917
2285
  * <p>The unique identifier of the membership.</p>
@@ -1923,15 +2291,24 @@ export interface UpdateMembershipInput {
1923
2291
  */
1924
2292
  queryLogStatus?: MembershipQueryLogStatus | string;
1925
2293
  }
2294
+ /**
2295
+ * @public
2296
+ */
1926
2297
  export interface UpdateMembershipOutput {
1927
2298
  /**
1928
2299
  * <p>The membership object.</p>
1929
2300
  */
1930
2301
  membership: Membership | undefined;
1931
2302
  }
2303
+ /**
2304
+ * @public
2305
+ */
1932
2306
  export declare enum TargetProtectedQueryStatus {
1933
2307
  CANCELLED = "CANCELLED"
1934
2308
  }
2309
+ /**
2310
+ * @public
2311
+ */
1935
2312
  export interface UpdateProtectedQueryInput {
1936
2313
  /**
1937
2314
  * <p>The identifier for a member of a protected query instance.</p>
@@ -1946,12 +2323,51 @@ export interface UpdateProtectedQueryInput {
1946
2323
  */
1947
2324
  targetStatus: TargetProtectedQueryStatus | string | undefined;
1948
2325
  }
2326
+ /**
2327
+ * @public
2328
+ */
1949
2329
  export interface UpdateProtectedQueryOutput {
1950
2330
  /**
1951
2331
  * <p>The protected query output.</p>
1952
2332
  */
1953
2333
  protectedQuery: ProtectedQuery | undefined;
1954
2334
  }
2335
+ /**
2336
+ * @public
2337
+ */
2338
+ export interface TagResourceInput {
2339
+ /**
2340
+ * <p>The Amazon Resource Name (ARN) associated with the resource you want to tag.</p>
2341
+ */
2342
+ resourceArn: string | undefined;
2343
+ /**
2344
+ * <p>A map of objects specifying each key name and value.</p>
2345
+ */
2346
+ tags: Record<string, string> | undefined;
2347
+ }
2348
+ /**
2349
+ * @public
2350
+ */
2351
+ export interface TagResourceOutput {
2352
+ }
2353
+ /**
2354
+ * @public
2355
+ */
2356
+ export interface UntagResourceInput {
2357
+ /**
2358
+ * <p>The Amazon Resource Name (ARN) associated with the resource you want to remove the tag from.</p>
2359
+ */
2360
+ resourceArn: string | undefined;
2361
+ /**
2362
+ * <p>A list of key names of tags to be removed.</p>
2363
+ */
2364
+ tagKeys: string[] | undefined;
2365
+ }
2366
+ /**
2367
+ * @public
2368
+ */
2369
+ export interface UntagResourceOutput {
2370
+ }
1955
2371
  /**
1956
2372
  * @internal
1957
2373
  */
@@ -2256,6 +2672,14 @@ export declare const UpdateConfiguredTableAnalysisRuleInputFilterSensitiveLog: (
2256
2672
  * @internal
2257
2673
  */
2258
2674
  export declare const UpdateConfiguredTableAnalysisRuleOutputFilterSensitiveLog: (obj: UpdateConfiguredTableAnalysisRuleOutput) => any;
2675
+ /**
2676
+ * @internal
2677
+ */
2678
+ export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
2679
+ /**
2680
+ * @internal
2681
+ */
2682
+ export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
2259
2683
  /**
2260
2684
  * @internal
2261
2685
  */
@@ -2380,3 +2804,19 @@ export declare const UpdateProtectedQueryInputFilterSensitiveLog: (obj: UpdatePr
2380
2804
  * @internal
2381
2805
  */
2382
2806
  export declare const UpdateProtectedQueryOutputFilterSensitiveLog: (obj: UpdateProtectedQueryOutput) => any;
2807
+ /**
2808
+ * @internal
2809
+ */
2810
+ export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
2811
+ /**
2812
+ * @internal
2813
+ */
2814
+ export declare const TagResourceOutputFilterSensitiveLog: (obj: TagResourceOutput) => any;
2815
+ /**
2816
+ * @internal
2817
+ */
2818
+ export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
2819
+ /**
2820
+ * @internal
2821
+ */
2822
+ export declare const UntagResourceOutputFilterSensitiveLog: (obj: UntagResourceOutput) => any;