@aws-sdk/client-cleanrooms 3.618.0 → 3.620.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 (65) hide show
  1. package/README.md +32 -0
  2. package/dist-cjs/index.js +319 -30
  3. package/dist-es/CleanRooms.js +8 -0
  4. package/dist-es/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  5. package/dist-es/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  6. package/dist-es/commands/GetConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  7. package/dist-es/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  8. package/dist-es/commands/UpdateProtectedQueryCommand.js +1 -1
  9. package/dist-es/commands/index.js +4 -0
  10. package/dist-es/models/index.js +1 -0
  11. package/dist-es/models/models_0.js +50 -24
  12. package/dist-es/models/models_1.js +21 -0
  13. package/dist-es/protocols/Aws_restJson1.js +119 -0
  14. package/dist-types/CleanRooms.d.ts +28 -0
  15. package/dist-types/CleanRoomsClient.d.ts +6 -2
  16. package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +7 -3
  17. package/dist-types/commands/BatchGetSchemaCommand.d.ts +3 -2
  18. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
  19. package/dist-types/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +143 -0
  20. package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +3 -0
  21. package/dist-types/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +79 -0
  23. package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
  24. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +6 -0
  25. package/dist-types/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +114 -0
  26. package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +3 -0
  27. package/dist-types/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
  28. package/dist-types/commands/GetProtectedQueryCommand.d.ts +3 -0
  29. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +7 -3
  30. package/dist-types/commands/GetSchemaCommand.d.ts +3 -2
  31. package/dist-types/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
  32. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +12 -0
  33. package/dist-types/commands/StartProtectedQueryCommand.d.ts +6 -0
  34. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  35. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
  37. package/dist-types/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +145 -0
  38. package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +3 -0
  39. package/dist-types/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +5 -1
  41. package/dist-types/commands/index.d.ts +4 -0
  42. package/dist-types/models/index.d.ts +1 -0
  43. package/dist-types/models/models_0.d.ts +614 -502
  44. package/dist-types/models/models_1.d.ts +430 -0
  45. package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
  46. package/dist-types/ts3.4/CleanRooms.d.ts +92 -0
  47. package/dist-types/ts3.4/CleanRoomsClient.d.ts +24 -0
  48. package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  49. package/dist-types/ts3.4/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  51. package/dist-types/ts3.4/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  53. package/dist-types/ts3.4/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  58. package/dist-types/ts3.4/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/UpdateProtectedQueryCommand.d.ts +2 -4
  60. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  61. package/dist-types/ts3.4/models/index.d.ts +1 -0
  62. package/dist-types/ts3.4/models/models_0.d.ts +188 -138
  63. package/dist-types/ts3.4/models/models_1.d.ts +140 -0
  64. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
  65. package/package.json +18 -18
@@ -29,6 +29,19 @@ export declare class AccessDeniedException extends __BaseException {
29
29
  */
30
30
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
31
31
  }
32
+ /**
33
+ * @public
34
+ * @enum
35
+ */
36
+ export declare const AdditionalAnalyses: {
37
+ readonly ALLOWED: "ALLOWED";
38
+ readonly NOT_ALLOWED: "NOT_ALLOWED";
39
+ readonly REQUIRED: "REQUIRED";
40
+ };
41
+ /**
42
+ * @public
43
+ */
44
+ export type AdditionalAnalyses = (typeof AdditionalAnalyses)[keyof typeof AdditionalAnalyses];
32
45
  /**
33
46
  * @public
34
47
  * @enum
@@ -271,6 +284,17 @@ export interface AnalysisRuleAggregation {
271
284
  * @public
272
285
  */
273
286
  outputConstraints: AggregationConstraint[] | undefined;
287
+ /**
288
+ * <p> An indicator as to whether additional analyses (such as Clean Rooms ML) can be applied to the output of the direct query. </p>
289
+ * <p>The
290
+ * <code>additionalAnalyses</code>
291
+ * parameter is
292
+ * currently
293
+ * supported for the list analysis rule (<code>AnalysisRuleList</code>) and the custom
294
+ * analysis rule (<code>AnalysisRuleCustom</code>).</p>
295
+ * @public
296
+ */
297
+ additionalAnalyses?: AdditionalAnalyses;
274
298
  }
275
299
  /**
276
300
  * <p>Specifies the name of the column that contains the unique identifier of your users, whose privacy you want to protect.</p>
@@ -311,6 +335,16 @@ export interface AnalysisRuleCustom {
311
335
  * @public
312
336
  */
313
337
  allowedAnalysisProviders?: string[];
338
+ /**
339
+ * <p> An indicator as to whether additional analyses (such as Clean Rooms ML) can be applied to the output of the direct query.</p>
340
+ * @public
341
+ */
342
+ additionalAnalyses?: AdditionalAnalyses;
343
+ /**
344
+ * <p> A list of columns that aren't allowed to be shown in the query output.</p>
345
+ * @public
346
+ */
347
+ disallowedOutputColumns?: string[];
314
348
  /**
315
349
  * <p>The differential privacy configuration.</p>
316
350
  * @public
@@ -401,6 +435,11 @@ export interface AnalysisRuleList {
401
435
  * @public
402
436
  */
403
437
  listColumns: string[] | undefined;
438
+ /**
439
+ * <p> An indicator as to whether additional analyses (such as Clean Rooms ML) can be applied to the output of the direct query.</p>
440
+ * @public
441
+ */
442
+ additionalAnalyses?: AdditionalAnalyses;
404
443
  }
405
444
  /**
406
445
  * <p>Controls on the query specifications that can be run on configured table.</p>
@@ -1016,13 +1055,13 @@ export interface ListAnalysisTemplatesInput {
1016
1055
  */
1017
1056
  membershipIdentifier: string | undefined;
1018
1057
  /**
1019
- * <p>The pagination token that's used to fetch the next set of results.</p>
1058
+ * <p>The token value retrieved from a previous call to access the next page of
1059
+ * results.</p>
1020
1060
  * @public
1021
1061
  */
1022
1062
  nextToken?: string;
1023
1063
  /**
1024
- * <p>The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the
1025
- * `maxResults` value has not been met.</p>
1064
+ * <p>The maximum size of the results that is returned per call.</p>
1026
1065
  * @public
1027
1066
  */
1028
1067
  maxResults?: number;
@@ -1089,7 +1128,8 @@ export interface AnalysisTemplateSummary {
1089
1128
  */
1090
1129
  export interface ListAnalysisTemplatesOutput {
1091
1130
  /**
1092
- * <p>The pagination token that's used to fetch the next set of results.</p>
1131
+ * <p>The token value retrieved from a previous call to access the next page of
1132
+ * results.</p>
1093
1133
  * @public
1094
1134
  */
1095
1135
  nextToken?: string;
@@ -1129,6 +1169,18 @@ export interface UpdateAnalysisTemplateOutput {
1129
1169
  */
1130
1170
  analysisTemplate: AnalysisTemplate | undefined;
1131
1171
  }
1172
+ /**
1173
+ * @public
1174
+ * @enum
1175
+ */
1176
+ export declare const AnalysisType: {
1177
+ readonly ADDITIONAL_ANALYSIS: "ADDITIONAL_ANALYSIS";
1178
+ readonly DIRECT_ANALYSIS: "DIRECT_ANALYSIS";
1179
+ };
1180
+ /**
1181
+ * @public
1182
+ */
1183
+ export type AnalysisType = (typeof AnalysisType)[keyof typeof AnalysisType];
1132
1184
  /**
1133
1185
  * @public
1134
1186
  */
@@ -1322,11 +1374,7 @@ export interface Column {
1322
1374
  * @enum
1323
1375
  */
1324
1376
  export declare const SchemaConfiguration: {
1325
- readonly CUSTOM_ANALYSIS_NOT_ALLOWED: "CUSTOM_ANALYSIS_NOT_ALLOWED";
1326
1377
  readonly DIFFERENTIAL_PRIVACY: "DIFFERENTIAL_PRIVACY";
1327
- readonly DIFFERENTIAL_PRIVACY_BUDGET_NOT_CONFIGURED: "DIFFERENTIAL_PRIVACY_BUDGET_NOT_CONFIGURED";
1328
- readonly ID_MAPPING_TABLE_NOT_POPULATED: "ID_MAPPING_TABLE_NOT_POPULATED";
1329
- readonly NO_MEMBER_ACCOUNT_ALLOWED_TO_PROVIDE_ANALYSIS: "NO_MEMBER_ACCOUNT_ALLOWED_TO_PROVIDE_ANALYSIS";
1330
1378
  };
1331
1379
  /**
1332
1380
  * @public
@@ -1337,11 +1385,17 @@ export type SchemaConfiguration = (typeof SchemaConfiguration)[keyof typeof Sche
1337
1385
  * @enum
1338
1386
  */
1339
1387
  export declare const SchemaStatusReasonCode: {
1388
+ readonly ADDITIONAL_ANALYSES_NOT_ALLOWED: "ADDITIONAL_ANALYSES_NOT_ALLOWED";
1389
+ readonly ADDITIONAL_ANALYSES_NOT_CONFIGURED: "ADDITIONAL_ANALYSES_NOT_CONFIGURED";
1340
1390
  readonly ANALYSIS_PROVIDERS_NOT_CONFIGURED: "ANALYSIS_PROVIDERS_NOT_CONFIGURED";
1341
1391
  readonly ANALYSIS_RULE_MISSING: "ANALYSIS_RULE_MISSING";
1392
+ readonly ANALYSIS_RULE_TYPES_NOT_COMPATIBLE: "ANALYSIS_RULE_TYPES_NOT_COMPATIBLE";
1342
1393
  readonly ANALYSIS_TEMPLATES_NOT_CONFIGURED: "ANALYSIS_TEMPLATES_NOT_CONFIGURED";
1394
+ readonly COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED: "COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED";
1343
1395
  readonly DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED: "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED";
1344
1396
  readonly ID_MAPPING_TABLE_NOT_POPULATED: "ID_MAPPING_TABLE_NOT_POPULATED";
1397
+ readonly RESULT_RECEIVERS_NOT_ALLOWED: "RESULT_RECEIVERS_NOT_ALLOWED";
1398
+ readonly RESULT_RECEIVERS_NOT_CONFIGURED: "RESULT_RECEIVERS_NOT_CONFIGURED";
1345
1399
  };
1346
1400
  /**
1347
1401
  * @public
@@ -1382,7 +1436,7 @@ export type SchemaStatus = (typeof SchemaStatus)[keyof typeof SchemaStatus];
1382
1436
  */
1383
1437
  export interface SchemaStatusDetail {
1384
1438
  /**
1385
- * <p>The status of the schema.</p>
1439
+ * <p>The status of the schema, indicating if it is ready to query.</p>
1386
1440
  * @public
1387
1441
  */
1388
1442
  status: SchemaStatus | undefined;
@@ -1401,6 +1455,12 @@ export interface SchemaStatusDetail {
1401
1455
  * @public
1402
1456
  */
1403
1457
  configurations?: SchemaConfiguration[];
1458
+ /**
1459
+ * <p>The type of analysis that can be performed on the schema.</p>
1460
+ * <p>A schema can have an <code>analysisType</code> of <code>DIRECT_ANALYSIS</code>, <code>ADDITIONAL_ANALYSIS_FOR_AUDIENCE_GENERATION</code>, or both.</p>
1461
+ * @public
1462
+ */
1463
+ analysisType: AnalysisType | undefined;
1404
1464
  }
1405
1465
  /**
1406
1466
  * @public
@@ -1489,7 +1549,7 @@ export type SchemaType = (typeof SchemaType)[keyof typeof SchemaType];
1489
1549
  */
1490
1550
  export interface Schema {
1491
1551
  /**
1492
- * <p>The columns for the relation that this schema represents.</p>
1552
+ * <p>The columns for the relation this schema represents.</p>
1493
1553
  * @public
1494
1554
  */
1495
1555
  columns: Column[] | undefined;
@@ -1499,14 +1559,14 @@ export interface Schema {
1499
1559
  */
1500
1560
  partitionKeys: Column[] | undefined;
1501
1561
  /**
1502
- * <p>The analysis rule types that are associated with the schema. Currently, only one entry is
1562
+ * <p>The analysis rule types associated with the schema. Currently, only one entry is
1503
1563
  * present.</p>
1504
1564
  * @public
1505
1565
  */
1506
1566
  analysisRuleTypes: AnalysisRuleType[] | undefined;
1507
1567
  /**
1508
1568
  * <p>The analysis method for the schema. The only valid value is currently
1509
- * <code>DIRECT_QUERY</code>.</p>
1569
+ * DIRECT_QUERY.</p>
1510
1570
  * @public
1511
1571
  */
1512
1572
  analysisMethod?: AnalysisMethod;
@@ -1527,7 +1587,7 @@ export interface Schema {
1527
1587
  */
1528
1588
  collaborationId: string | undefined;
1529
1589
  /**
1530
- * <p>The unique Amazon Resource Name (ARN) for the collaboration that the schema belongs to.</p>
1590
+ * <p>The unique ARN for the collaboration that the schema belongs to.</p>
1531
1591
  * @public
1532
1592
  */
1533
1593
  collaborationArn: string | undefined;
@@ -1537,17 +1597,17 @@ export interface Schema {
1537
1597
  */
1538
1598
  description: string | undefined;
1539
1599
  /**
1540
- * <p>The time at which the schema was created.</p>
1600
+ * <p>The time the schema was created.</p>
1541
1601
  * @public
1542
1602
  */
1543
1603
  createTime: Date | undefined;
1544
1604
  /**
1545
- * <p>The most recent time at which the schema was updated.</p>
1605
+ * <p>The time the schema was last updated.</p>
1546
1606
  * @public
1547
1607
  */
1548
1608
  updateTime: Date | undefined;
1549
1609
  /**
1550
- * <p>The type of schema.</p>
1610
+ * <p>The type of schema. The only valid value is currently `TABLE`.</p>
1551
1611
  * @public
1552
1612
  */
1553
1613
  type: SchemaType | undefined;
@@ -1919,7 +1979,7 @@ export interface Collaboration {
1919
1979
  */
1920
1980
  export interface CreateCollaborationOutput {
1921
1981
  /**
1922
- * <p>The entire created collaboration object.</p>
1982
+ * <p>The collaboration.</p>
1923
1983
  * @public
1924
1984
  */
1925
1985
  collaboration: Collaboration | undefined;
@@ -2062,7 +2122,7 @@ export interface CollaborationConfiguredAudienceModelAssociation {
2062
2122
  */
2063
2123
  description?: string;
2064
2124
  /**
2065
- * <p>The identifier used to reference members of the collaboration. Only supports Amazon Web Services account ID.</p>
2125
+ * <p>The identifier used to reference members of the collaboration. Only supports AWS account ID.</p>
2066
2126
  * @public
2067
2127
  */
2068
2128
  creatorAccountId: string | undefined;
@@ -2445,13 +2505,13 @@ export interface ListCollaborationAnalysisTemplatesInput {
2445
2505
  */
2446
2506
  collaborationIdentifier: string | undefined;
2447
2507
  /**
2448
- * <p>The pagination token that's used to fetch the next set of results.</p>
2508
+ * <p>The token value retrieved from a previous call to access the next page of
2509
+ * results.</p>
2449
2510
  * @public
2450
2511
  */
2451
2512
  nextToken?: string;
2452
2513
  /**
2453
- * <p>The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the
2454
- * `maxResults` value has not been met.</p>
2514
+ * <p>The maximum size of the results that is returned per call.</p>
2455
2515
  * @public
2456
2516
  */
2457
2517
  maxResults?: number;
@@ -2516,7 +2576,8 @@ export interface CollaborationAnalysisTemplateSummary {
2516
2576
  */
2517
2577
  export interface ListCollaborationAnalysisTemplatesOutput {
2518
2578
  /**
2519
- * <p>The pagination token that's used to fetch the next set of results.</p>
2579
+ * <p>The token value retrieved from a previous call to access the next page of
2580
+ * results.</p>
2520
2581
  * @public
2521
2582
  */
2522
2583
  nextToken?: string;
@@ -2536,13 +2597,12 @@ export interface ListCollaborationConfiguredAudienceModelAssociationsInput {
2536
2597
  */
2537
2598
  collaborationIdentifier: string | undefined;
2538
2599
  /**
2539
- * <p>The pagination token that's used to fetch the next set of results.</p>
2600
+ * <p>The token value retrieved from a previous call to access the next page of results.</p>
2540
2601
  * @public
2541
2602
  */
2542
2603
  nextToken?: string;
2543
2604
  /**
2544
- * <p>The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the
2545
- * `maxResults` value has not been met.</p>
2605
+ * <p>The maximum size of the results that is returned per call.</p>
2546
2606
  * @public
2547
2607
  */
2548
2608
  maxResults?: number;
@@ -2588,7 +2648,7 @@ export interface CollaborationConfiguredAudienceModelAssociationSummary {
2588
2648
  */
2589
2649
  collaborationId: string | undefined;
2590
2650
  /**
2591
- * <p>The identifier used to reference members of the collaboration. Only supports Amazon Web Services account ID.</p>
2651
+ * <p>The identifier used to reference members of the collaboration. Only supports AWS account ID.</p>
2592
2652
  * @public
2593
2653
  */
2594
2654
  creatorAccountId: string | undefined;
@@ -2608,7 +2668,7 @@ export interface ListCollaborationConfiguredAudienceModelAssociationsOutput {
2608
2668
  */
2609
2669
  collaborationConfiguredAudienceModelAssociationSummaries: CollaborationConfiguredAudienceModelAssociationSummary[] | undefined;
2610
2670
  /**
2611
- * <p>The pagination token that's used to fetch the next set of results.</p>
2671
+ * <p>The token value retrieved from a previous call to access the next page of results.</p>
2612
2672
  * @public
2613
2673
  */
2614
2674
  nextToken?: string;
@@ -2735,13 +2795,15 @@ export interface ListCollaborationPrivacyBudgetsInput {
2735
2795
  */
2736
2796
  privacyBudgetType: PrivacyBudgetType | undefined;
2737
2797
  /**
2738
- * <p>The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the
2739
- * `maxResults` value has not been met.</p>
2798
+ * <p>The maximum size of the results that is returned per call. Service chooses a default if
2799
+ * it has not been set. Service may return a nextToken even if the maximum results has not
2800
+ * been met.</p>
2740
2801
  * @public
2741
2802
  */
2742
2803
  maxResults?: number;
2743
2804
  /**
2744
- * <p>The pagination token that's used to fetch the next set of results.</p>
2805
+ * <p>The token value retrieved from a previous call to access the next page of
2806
+ * results.</p>
2745
2807
  * @public
2746
2808
  */
2747
2809
  nextToken?: string;
@@ -2894,7 +2956,8 @@ export interface ListCollaborationPrivacyBudgetsOutput {
2894
2956
  */
2895
2957
  collaborationPrivacyBudgetSummaries: CollaborationPrivacyBudgetSummary[] | undefined;
2896
2958
  /**
2897
- * <p>The pagination token that's used to fetch the next set of results.</p>
2959
+ * <p>The token value retrieved from a previous call to access the next page of
2960
+ * results.</p>
2898
2961
  * @public
2899
2962
  */
2900
2963
  nextToken?: string;
@@ -2909,13 +2972,15 @@ export interface ListCollaborationPrivacyBudgetTemplatesInput {
2909
2972
  */
2910
2973
  collaborationIdentifier: string | undefined;
2911
2974
  /**
2912
- * <p>The pagination token that's used to fetch the next set of results.</p>
2975
+ * <p>The token value retrieved from a previous call to access the next page of
2976
+ * results.</p>
2913
2977
  * @public
2914
2978
  */
2915
2979
  nextToken?: string;
2916
2980
  /**
2917
- * <p>The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the
2918
- * `maxResults` value has not been met.</p>
2981
+ * <p>The maximum size of the results that is returned per call. Service chooses a default if
2982
+ * it has not been set. Service may return a nextToken even if the maximum results has not
2983
+ * been met.</p>
2919
2984
  * @public
2920
2985
  */
2921
2986
  maxResults?: number;
@@ -2971,7 +3036,8 @@ export interface CollaborationPrivacyBudgetTemplateSummary {
2971
3036
  */
2972
3037
  export interface ListCollaborationPrivacyBudgetTemplatesOutput {
2973
3038
  /**
2974
- * <p>The pagination token that's used to fetch the next set of results.</p>
3039
+ * <p>The token value retrieved from a previous call to access the next page of
3040
+ * results.</p>
2975
3041
  * @public
2976
3042
  */
2977
3043
  nextToken?: string;
@@ -2998,13 +3064,15 @@ export type FilterableMemberStatus = (typeof FilterableMemberStatus)[keyof typeo
2998
3064
  */
2999
3065
  export interface ListCollaborationsInput {
3000
3066
  /**
3001
- * <p>The pagination token that's used to fetch the next set of results.</p>
3067
+ * <p>The token value retrieved from a previous call to access the next page of
3068
+ * results.</p>
3002
3069
  * @public
3003
3070
  */
3004
3071
  nextToken?: string;
3005
3072
  /**
3006
- * <p>The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the
3007
- * `maxResults` value has not been met.</p>
3073
+ * <p>The maximum size of the results that is returned per call. Service chooses a default if
3074
+ * it has not been set. Service may return a nextToken even if the maximum results has not
3075
+ * been met.</p>
3008
3076
  * @public
3009
3077
  */
3010
3078
  maxResults?: number;
@@ -3077,7 +3145,8 @@ export interface CollaborationSummary {
3077
3145
  */
3078
3146
  export interface ListCollaborationsOutput {
3079
3147
  /**
3080
- * <p>The pagination token that's used to fetch the next set of results.</p>
3148
+ * <p>The token value retrieved from a previous call to access the next page of
3149
+ * results.</p>
3081
3150
  * @public
3082
3151
  */
3083
3152
  nextToken?: string;
@@ -3097,13 +3166,13 @@ export interface ListMembersInput {
3097
3166
  */
3098
3167
  collaborationIdentifier: string | undefined;
3099
3168
  /**
3100
- * <p>The pagination token that's used to fetch the next set of results.</p>
3169
+ * <p>The token value retrieved from a previous call to access the next page of
3170
+ * results.</p>
3101
3171
  * @public
3102
3172
  */
3103
3173
  nextToken?: string;
3104
3174
  /**
3105
- * <p>The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the
3106
- * `maxResults` value has not been met.</p>
3175
+ * <p>The maximum size of the results that is returned per call.</p>
3107
3176
  * @public
3108
3177
  */
3109
3178
  maxResults?: number;
@@ -3165,7 +3234,8 @@ export interface MemberSummary {
3165
3234
  */
3166
3235
  export interface ListMembersOutput {
3167
3236
  /**
3168
- * <p>The pagination token that's used to fetch the next set of results.</p>
3237
+ * <p>The token value retrieved from a previous call to access the next page of
3238
+ * results.</p>
3169
3239
  * @public
3170
3240
  */
3171
3241
  nextToken?: string;
@@ -3186,18 +3256,19 @@ export interface ListSchemasInput {
3186
3256
  */
3187
3257
  collaborationIdentifier: string | undefined;
3188
3258
  /**
3189
- * <p>If present, filter schemas by schema type.</p>
3259
+ * <p>If present, filter schemas by schema type. The only valid schema type is currently
3260
+ * `TABLE`.</p>
3190
3261
  * @public
3191
3262
  */
3192
3263
  schemaType?: SchemaType;
3193
3264
  /**
3194
- * <p>The pagination token that's used to fetch the next set of results.</p>
3265
+ * <p>The token value retrieved from a previous call to access the next page of
3266
+ * results.</p>
3195
3267
  * @public
3196
3268
  */
3197
3269
  nextToken?: string;
3198
3270
  /**
3199
- * <p>The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the
3200
- * `maxResults` value has not been met.</p>
3271
+ * <p>The maximum size of the results that is returned per call.</p>
3201
3272
  * @public
3202
3273
  */
3203
3274
  maxResults?: number;
@@ -3213,7 +3284,7 @@ export interface SchemaSummary {
3213
3284
  */
3214
3285
  name: string | undefined;
3215
3286
  /**
3216
- * <p>The type of schema object.</p>
3287
+ * <p>The type of schema object. The only valid schema type is currently `TABLE`.</p>
3217
3288
  * @public
3218
3289
  */
3219
3290
  type: SchemaType | undefined;
@@ -3264,7 +3335,8 @@ export interface ListSchemasOutput {
3264
3335
  */
3265
3336
  schemaSummaries: SchemaSummary[] | undefined;
3266
3337
  /**
3267
- * <p>The pagination token that's used to fetch the next set of results.</p>
3338
+ * <p>The token value retrieved from a previous call to access the next page of
3339
+ * results.</p>
3268
3340
  * @public
3269
3341
  */
3270
3342
  nextToken?: string;
@@ -3472,13 +3544,14 @@ export interface ListConfiguredAudienceModelAssociationsInput {
3472
3544
  */
3473
3545
  membershipIdentifier: string | undefined;
3474
3546
  /**
3475
- * <p>The pagination token that's used to fetch the next set of results.</p>
3547
+ * <p>The token value retrieved from a previous call to access the next page of results.</p>
3476
3548
  * @public
3477
3549
  */
3478
3550
  nextToken?: string;
3479
3551
  /**
3480
- * <p>The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the
3481
- * `maxResults` value has not been met.</p>
3552
+ * <p>The maximum size of the results that is returned per call. Service chooses a default if
3553
+ * it has not been set. Service may return a nextToken even if the maximum results has not
3554
+ * been met.</p>
3482
3555
  * @public
3483
3556
  */
3484
3557
  maxResults?: number;
@@ -3636,6 +3709,19 @@ export interface CreateConfiguredTableAssociationInput {
3636
3709
  */
3637
3710
  tags?: Record<string, string>;
3638
3711
  }
3712
+ /**
3713
+ * @public
3714
+ * @enum
3715
+ */
3716
+ export declare const ConfiguredTableAssociationAnalysisRuleType: {
3717
+ readonly AGGREGATION: "AGGREGATION";
3718
+ readonly CUSTOM: "CUSTOM";
3719
+ readonly LIST: "LIST";
3720
+ };
3721
+ /**
3722
+ * @public
3723
+ */
3724
+ export type ConfiguredTableAssociationAnalysisRuleType = (typeof ConfiguredTableAssociationAnalysisRuleType)[keyof typeof ConfiguredTableAssociationAnalysisRuleType];
3639
3725
  /**
3640
3726
  * <p>A configured table association links a configured table to a collaboration.</p>
3641
3727
  * @public
@@ -3687,6 +3773,11 @@ export interface ConfiguredTableAssociation {
3687
3773
  * @public
3688
3774
  */
3689
3775
  description?: string;
3776
+ /**
3777
+ * <p> The analysis rule types for the configured table association.</p>
3778
+ * @public
3779
+ */
3780
+ analysisRuleTypes?: ConfiguredTableAssociationAnalysisRuleType[];
3690
3781
  /**
3691
3782
  * <p>The time the configured table association was created.</p>
3692
3783
  * @public
@@ -3703,11 +3794,247 @@ export interface ConfiguredTableAssociation {
3703
3794
  */
3704
3795
  export interface CreateConfiguredTableAssociationOutput {
3705
3796
  /**
3706
- * <p>The entire configured table association object.</p>
3797
+ * <p>The configured table association.</p>
3707
3798
  * @public
3708
3799
  */
3709
3800
  configuredTableAssociation: ConfiguredTableAssociation | undefined;
3710
3801
  }
3802
+ /**
3803
+ * <p> The configured table association analysis rule applied to a configured table with the aggregation analysis rule.</p>
3804
+ * @public
3805
+ */
3806
+ export interface ConfiguredTableAssociationAnalysisRuleAggregation {
3807
+ /**
3808
+ * <p> The list of collaboration members who are allowed to receive results of queries run
3809
+ * with this configured table.</p>
3810
+ * @public
3811
+ */
3812
+ allowedResultReceivers?: string[];
3813
+ /**
3814
+ * <p> The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.</p>
3815
+ * <p>The
3816
+ * <code>allowedAdditionalAnalyses</code>
3817
+ * parameter
3818
+ * is currently supported for the list analysis rule
3819
+ * (<code>AnalysisRuleList</code>) and the custom analysis rule
3820
+ * (<code>AnalysisRuleCustom</code>).</p>
3821
+ * @public
3822
+ */
3823
+ allowedAdditionalAnalyses?: string[];
3824
+ }
3825
+ /**
3826
+ * <p> The configured table association analysis rule applied to a configured table with the custom analysis rule.</p>
3827
+ * @public
3828
+ */
3829
+ export interface ConfiguredTableAssociationAnalysisRuleCustom {
3830
+ /**
3831
+ * <p> The list of
3832
+ * collaboration members who are allowed
3833
+ * to
3834
+ * receive results of queries run with this configured table.</p>
3835
+ * @public
3836
+ */
3837
+ allowedResultReceivers?: string[];
3838
+ /**
3839
+ * <p> The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.</p>
3840
+ * @public
3841
+ */
3842
+ allowedAdditionalAnalyses?: string[];
3843
+ }
3844
+ /**
3845
+ * <p> The configured table association analysis rule applied to a configured table with the list analysis rule.</p>
3846
+ * @public
3847
+ */
3848
+ export interface ConfiguredTableAssociationAnalysisRuleList {
3849
+ /**
3850
+ * <p> The list of collaboration members who are allowed to receive results of queries run
3851
+ * with this configured table.</p>
3852
+ * @public
3853
+ */
3854
+ allowedResultReceivers?: string[];
3855
+ /**
3856
+ * <p> The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.</p>
3857
+ * @public
3858
+ */
3859
+ allowedAdditionalAnalyses?: string[];
3860
+ }
3861
+ /**
3862
+ * <p> Controls on the query specifications that can be run on an associated configured table.</p>
3863
+ * @public
3864
+ */
3865
+ export type ConfiguredTableAssociationAnalysisRulePolicyV1 = ConfiguredTableAssociationAnalysisRulePolicyV1.AggregationMember | ConfiguredTableAssociationAnalysisRulePolicyV1.CustomMember | ConfiguredTableAssociationAnalysisRulePolicyV1.ListMember | ConfiguredTableAssociationAnalysisRulePolicyV1.$UnknownMember;
3866
+ /**
3867
+ * @public
3868
+ */
3869
+ export declare namespace ConfiguredTableAssociationAnalysisRulePolicyV1 {
3870
+ /**
3871
+ * <p> Analysis rule type that enables only list queries on a configured table.</p>
3872
+ * @public
3873
+ */
3874
+ interface ListMember {
3875
+ list: ConfiguredTableAssociationAnalysisRuleList;
3876
+ aggregation?: never;
3877
+ custom?: never;
3878
+ $unknown?: never;
3879
+ }
3880
+ /**
3881
+ * <p> Analysis rule type that enables only aggregation queries on a configured table.</p>
3882
+ * @public
3883
+ */
3884
+ interface AggregationMember {
3885
+ list?: never;
3886
+ aggregation: ConfiguredTableAssociationAnalysisRuleAggregation;
3887
+ custom?: never;
3888
+ $unknown?: never;
3889
+ }
3890
+ /**
3891
+ * <p> Analysis rule type that enables the table owner to approve custom SQL queries on their configured tables. It supports differential privacy.</p>
3892
+ * @public
3893
+ */
3894
+ interface CustomMember {
3895
+ list?: never;
3896
+ aggregation?: never;
3897
+ custom: ConfiguredTableAssociationAnalysisRuleCustom;
3898
+ $unknown?: never;
3899
+ }
3900
+ /**
3901
+ * @public
3902
+ */
3903
+ interface $UnknownMember {
3904
+ list?: never;
3905
+ aggregation?: never;
3906
+ custom?: never;
3907
+ $unknown: [string, any];
3908
+ }
3909
+ interface Visitor<T> {
3910
+ list: (value: ConfiguredTableAssociationAnalysisRuleList) => T;
3911
+ aggregation: (value: ConfiguredTableAssociationAnalysisRuleAggregation) => T;
3912
+ custom: (value: ConfiguredTableAssociationAnalysisRuleCustom) => T;
3913
+ _: (name: string, value: any) => T;
3914
+ }
3915
+ const visit: <T>(value: ConfiguredTableAssociationAnalysisRulePolicyV1, visitor: Visitor<T>) => T;
3916
+ }
3917
+ /**
3918
+ * <p> Controls on the query specifications that can be run on an associated configured table.</p>
3919
+ * @public
3920
+ */
3921
+ export type ConfiguredTableAssociationAnalysisRulePolicy = ConfiguredTableAssociationAnalysisRulePolicy.V1Member | ConfiguredTableAssociationAnalysisRulePolicy.$UnknownMember;
3922
+ /**
3923
+ * @public
3924
+ */
3925
+ export declare namespace ConfiguredTableAssociationAnalysisRulePolicy {
3926
+ /**
3927
+ * <p> The policy for the configured table association analysis rule.</p>
3928
+ * @public
3929
+ */
3930
+ interface V1Member {
3931
+ v1: ConfiguredTableAssociationAnalysisRulePolicyV1;
3932
+ $unknown?: never;
3933
+ }
3934
+ /**
3935
+ * @public
3936
+ */
3937
+ interface $UnknownMember {
3938
+ v1?: never;
3939
+ $unknown: [string, any];
3940
+ }
3941
+ interface Visitor<T> {
3942
+ v1: (value: ConfiguredTableAssociationAnalysisRulePolicyV1) => T;
3943
+ _: (name: string, value: any) => T;
3944
+ }
3945
+ const visit: <T>(value: ConfiguredTableAssociationAnalysisRulePolicy, visitor: Visitor<T>) => T;
3946
+ }
3947
+ /**
3948
+ * @public
3949
+ */
3950
+ export interface CreateConfiguredTableAssociationAnalysisRuleInput {
3951
+ /**
3952
+ * <p> A unique identifier for the membership that the configured table association belongs to.
3953
+ * Currently accepts the membership ID.</p>
3954
+ * @public
3955
+ */
3956
+ membershipIdentifier: string | undefined;
3957
+ /**
3958
+ * <p> The unique ID for the configured table association. Currently accepts the
3959
+ * configured table association ID.</p>
3960
+ * @public
3961
+ */
3962
+ configuredTableAssociationIdentifier: string | undefined;
3963
+ /**
3964
+ * <p> The type of analysis rule.</p>
3965
+ * @public
3966
+ */
3967
+ analysisRuleType: ConfiguredTableAssociationAnalysisRuleType | undefined;
3968
+ /**
3969
+ * <p>The analysis rule policy that was created for the configured table
3970
+ * association.</p>
3971
+ * @public
3972
+ */
3973
+ analysisRulePolicy: ConfiguredTableAssociationAnalysisRulePolicy | undefined;
3974
+ }
3975
+ /**
3976
+ * <p>An
3977
+ * analysis rule for a configured table association. This analysis rule specifies how data
3978
+ * from the table can be used within its associated
3979
+ * collaboration.
3980
+ * In the console, the <code>ConfiguredTableAssociationAnalysisRule</code> is referred to as the
3981
+ * <i>collaboration analysis rule</i>.</p>
3982
+ * @public
3983
+ */
3984
+ export interface ConfiguredTableAssociationAnalysisRule {
3985
+ /**
3986
+ * <p> The membership identifier for the configured table association analysis rule.</p>
3987
+ * @public
3988
+ */
3989
+ membershipIdentifier: string | undefined;
3990
+ /**
3991
+ * <p>
3992
+ * The
3993
+ * unique identifier for the configured table association.</p>
3994
+ * @public
3995
+ */
3996
+ configuredTableAssociationId: string | undefined;
3997
+ /**
3998
+ * <p>
3999
+ * The
4000
+ * Amazon Resource Name (ARN) of the configured table association.</p>
4001
+ * @public
4002
+ */
4003
+ configuredTableAssociationArn: string | undefined;
4004
+ /**
4005
+ * <p> The policy of the configured table association analysis rule.</p>
4006
+ * @public
4007
+ */
4008
+ policy: ConfiguredTableAssociationAnalysisRulePolicy | undefined;
4009
+ /**
4010
+ * <p> The type of the configured table association analysis rule.</p>
4011
+ * @public
4012
+ */
4013
+ type: ConfiguredTableAssociationAnalysisRuleType | undefined;
4014
+ /**
4015
+ * <p> The creation time of the configured table association analysis rule.</p>
4016
+ * @public
4017
+ */
4018
+ createTime: Date | undefined;
4019
+ /**
4020
+ * <p> The update time of the configured table association analysis rule.</p>
4021
+ * @public
4022
+ */
4023
+ updateTime: Date | undefined;
4024
+ }
4025
+ /**
4026
+ * @public
4027
+ */
4028
+ export interface CreateConfiguredTableAssociationAnalysisRuleOutput {
4029
+ /**
4030
+ * <p>The analysis rule for the configured table association.
4031
+ * In the console, the
4032
+ * <code>ConfiguredTableAssociationAnalysisRule</code> is referred to as the
4033
+ * <i>collaboration analysis rule</i>.</p>
4034
+ * @public
4035
+ */
4036
+ analysisRule: ConfiguredTableAssociationAnalysisRule | undefined;
4037
+ }
3711
4038
  /**
3712
4039
  * @public
3713
4040
  */
@@ -3730,6 +4057,35 @@ export interface DeleteConfiguredTableAssociationInput {
3730
4057
  */
3731
4058
  export interface DeleteConfiguredTableAssociationOutput {
3732
4059
  }
4060
+ /**
4061
+ * @public
4062
+ */
4063
+ export interface DeleteConfiguredTableAssociationAnalysisRuleInput {
4064
+ /**
4065
+ * <p> A unique identifier for the membership that the configured table association belongs to.
4066
+ * Currently accepts the membership ID.</p>
4067
+ * @public
4068
+ */
4069
+ membershipIdentifier: string | undefined;
4070
+ /**
4071
+ * <p>The
4072
+ * identifier for the configured table association that's related to the analysis rule that you
4073
+ * want to delete.</p>
4074
+ * @public
4075
+ */
4076
+ configuredTableAssociationIdentifier: string | undefined;
4077
+ /**
4078
+ * <p>The
4079
+ * type of the analysis rule that you want to delete.</p>
4080
+ * @public
4081
+ */
4082
+ analysisRuleType: ConfiguredTableAssociationAnalysisRuleType | undefined;
4083
+ }
4084
+ /**
4085
+ * @public
4086
+ */
4087
+ export interface DeleteConfiguredTableAssociationAnalysisRuleOutput {
4088
+ }
3733
4089
  /**
3734
4090
  * @public
3735
4091
  */
@@ -3757,6 +4113,45 @@ export interface GetConfiguredTableAssociationOutput {
3757
4113
  */
3758
4114
  configuredTableAssociation: ConfiguredTableAssociation | undefined;
3759
4115
  }
4116
+ /**
4117
+ * @public
4118
+ */
4119
+ export interface GetConfiguredTableAssociationAnalysisRuleInput {
4120
+ /**
4121
+ * <p> A unique identifier for the membership that the configured table association belongs to.
4122
+ * Currently accepts the membership ID.</p>
4123
+ * @public
4124
+ */
4125
+ membershipIdentifier: string | undefined;
4126
+ /**
4127
+ * <p>
4128
+ * The
4129
+ * identifier for the configured table association that's related to the analysis
4130
+ * rule.</p>
4131
+ * @public
4132
+ */
4133
+ configuredTableAssociationIdentifier: string | undefined;
4134
+ /**
4135
+ * <p>
4136
+ * The
4137
+ * type of analysis rule that you want to retrieve.</p>
4138
+ * @public
4139
+ */
4140
+ analysisRuleType: ConfiguredTableAssociationAnalysisRuleType | undefined;
4141
+ }
4142
+ /**
4143
+ * @public
4144
+ */
4145
+ export interface GetConfiguredTableAssociationAnalysisRuleOutput {
4146
+ /**
4147
+ * <p>The
4148
+ * analysis rule for the configured table association. In the console, the
4149
+ * <code>ConfiguredTableAssociationAnalysisRule</code> is referred to as the
4150
+ * <i>collaboration analysis rule</i>.</p>
4151
+ * @public
4152
+ */
4153
+ analysisRule: ConfiguredTableAssociationAnalysisRule | undefined;
4154
+ }
3760
4155
  /**
3761
4156
  * @public
3762
4157
  */
@@ -3768,13 +4163,13 @@ export interface ListConfiguredTableAssociationsInput {
3768
4163
  */
3769
4164
  membershipIdentifier: string | undefined;
3770
4165
  /**
3771
- * <p>The pagination token that's used to fetch the next set of results.</p>
4166
+ * <p>The token value retrieved from a previous call to access the next page of
4167
+ * results.</p>
3772
4168
  * @public
3773
4169
  */
3774
4170
  nextToken?: string;
3775
4171
  /**
3776
- * <p>The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the
3777
- * `maxResults` value has not been met.</p>
4172
+ * <p>The maximum size of the results that is returned per call.</p>
3778
4173
  * @public
3779
4174
  */
3780
4175
  maxResults?: number;
@@ -3838,7 +4233,8 @@ export interface ListConfiguredTableAssociationsOutput {
3838
4233
  */
3839
4234
  configuredTableAssociationSummaries: ConfiguredTableAssociationSummary[] | undefined;
3840
4235
  /**
3841
- * <p>The pagination token that's used to fetch the next set of results.</p>
4236
+ * <p>The token value retrieved from a previous call to access the next page of
4237
+ * results.</p>
3842
4238
  * @public
3843
4239
  */
3844
4240
  nextToken?: string;
@@ -3880,6 +4276,50 @@ export interface UpdateConfiguredTableAssociationOutput {
3880
4276
  */
3881
4277
  configuredTableAssociation: ConfiguredTableAssociation | undefined;
3882
4278
  }
4279
+ /**
4280
+ * @public
4281
+ */
4282
+ export interface UpdateConfiguredTableAssociationAnalysisRuleInput {
4283
+ /**
4284
+ * <p> A unique identifier for the membership that the configured table association belongs to.
4285
+ * Currently accepts the membership ID.</p>
4286
+ * @public
4287
+ */
4288
+ membershipIdentifier: string | undefined;
4289
+ /**
4290
+ * <p> The identifier for the configured table association to update.</p>
4291
+ * @public
4292
+ */
4293
+ configuredTableAssociationIdentifier: string | undefined;
4294
+ /**
4295
+ * <p> The analysis rule type
4296
+ * that
4297
+ * you want to update.</p>
4298
+ * @public
4299
+ */
4300
+ analysisRuleType: ConfiguredTableAssociationAnalysisRuleType | undefined;
4301
+ /**
4302
+ * <p>
4303
+ * The
4304
+ * updated analysis rule policy for the configured table association.</p>
4305
+ * @public
4306
+ */
4307
+ analysisRulePolicy: ConfiguredTableAssociationAnalysisRulePolicy | undefined;
4308
+ }
4309
+ /**
4310
+ * @public
4311
+ */
4312
+ export interface UpdateConfiguredTableAssociationAnalysisRuleOutput {
4313
+ /**
4314
+ * <p>
4315
+ * The
4316
+ * updated analysis rule for the configured table association. In the console, the
4317
+ * <code>ConfiguredTableAssociationAnalysisRule</code> is referred to as the
4318
+ * <i>collaboration analysis rule</i>.</p>
4319
+ * @public
4320
+ */
4321
+ analysisRule: ConfiguredTableAssociationAnalysisRule | undefined;
4322
+ }
3883
4323
  /**
3884
4324
  * <p>A reference to a table within an Glue data catalog.</p>
3885
4325
  * @public
@@ -4153,7 +4593,7 @@ export interface CreateConfiguredTableAnalysisRuleInput {
4153
4593
  */
4154
4594
  analysisRuleType: ConfiguredTableAnalysisRuleType | undefined;
4155
4595
  /**
4156
- * <p>The entire created configured table analysis rule object.</p>
4596
+ * <p>The analysis rule policy that was created for the configured table.</p>
4157
4597
  * @public
4158
4598
  */
4159
4599
  analysisRulePolicy: ConfiguredTableAnalysisRulePolicy | undefined;
@@ -4200,7 +4640,7 @@ export interface ConfiguredTableAnalysisRule {
4200
4640
  */
4201
4641
  export interface CreateConfiguredTableAnalysisRuleOutput {
4202
4642
  /**
4203
- * <p>The entire created analysis rule.</p>
4643
+ * <p>The analysis rule that was created for the configured table.</p>
4204
4644
  * @public
4205
4645
  */
4206
4646
  analysisRule: ConfiguredTableAnalysisRule | undefined;
@@ -4296,13 +4736,13 @@ export interface GetConfiguredTableAnalysisRuleOutput {
4296
4736
  */
4297
4737
  export interface ListConfiguredTablesInput {
4298
4738
  /**
4299
- * <p>The pagination token that's used to fetch the next set of results.</p>
4739
+ * <p>The token value retrieved from a previous call to access the next page of
4740
+ * results.</p>
4300
4741
  * @public
4301
4742
  */
4302
4743
  nextToken?: string;
4303
4744
  /**
4304
- * <p>The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the
4305
- * `maxResults` value has not been met.</p>
4745
+ * <p>The maximum size of the results that is returned per call.</p>
4306
4746
  * @public
4307
4747
  */
4308
4748
  maxResults?: number;
@@ -4359,7 +4799,8 @@ export interface ListConfiguredTablesOutput {
4359
4799
  */
4360
4800
  configuredTableSummaries: ConfiguredTableSummary[] | undefined;
4361
4801
  /**
4362
- * <p>The pagination token that's used to fetch the next set of results.</p>
4802
+ * <p>The token value retrieved from a previous call to access the next page of
4803
+ * results.</p>
4363
4804
  * @public
4364
4805
  */
4365
4806
  nextToken?: string;
@@ -5557,21 +5998,45 @@ export interface ProtectedQueryResult {
5557
5998
  */
5558
5999
  output: ProtectedQueryOutput | undefined;
5559
6000
  }
6001
+ /**
6002
+ * <p> Contains configuration details for the protected query member output.</p>
6003
+ * @public
6004
+ */
6005
+ export interface ProtectedQueryMemberOutputConfiguration {
6006
+ /**
6007
+ * <p>The
6008
+ * unique identifier for the account.</p>
6009
+ * @public
6010
+ */
6011
+ accountId: string | undefined;
6012
+ }
5560
6013
  /**
5561
6014
  * <p>Contains configuration details for protected query output.</p>
5562
6015
  * @public
5563
6016
  */
5564
- export type ProtectedQueryOutputConfiguration = ProtectedQueryOutputConfiguration.S3Member | ProtectedQueryOutputConfiguration.$UnknownMember;
6017
+ export type ProtectedQueryOutputConfiguration = ProtectedQueryOutputConfiguration.MemberMember | ProtectedQueryOutputConfiguration.S3Member | ProtectedQueryOutputConfiguration.$UnknownMember;
5565
6018
  /**
5566
6019
  * @public
5567
6020
  */
5568
6021
  export declare namespace ProtectedQueryOutputConfiguration {
5569
6022
  /**
5570
- * <p>Required configuration for a protected query with an `S3` output type.</p>
6023
+ * <p>Required configuration for a protected query with an
6024
+ * <code>s3</code>
6025
+ * output type.</p>
5571
6026
  * @public
5572
6027
  */
5573
6028
  interface S3Member {
5574
6029
  s3: ProtectedQueryS3OutputConfiguration;
6030
+ member?: never;
6031
+ $unknown?: never;
6032
+ }
6033
+ /**
6034
+ * <p> Required configuration for a protected query with a <code>member</code> output type.</p>
6035
+ * @public
6036
+ */
6037
+ interface MemberMember {
6038
+ s3?: never;
6039
+ member: ProtectedQueryMemberOutputConfiguration;
5575
6040
  $unknown?: never;
5576
6041
  }
5577
6042
  /**
@@ -5579,10 +6044,12 @@ export declare namespace ProtectedQueryOutputConfiguration {
5579
6044
  */
5580
6045
  interface $UnknownMember {
5581
6046
  s3?: never;
6047
+ member?: never;
5582
6048
  $unknown: [string, any];
5583
6049
  }
5584
6050
  interface Visitor<T> {
5585
6051
  s3: (value: ProtectedQueryS3OutputConfiguration) => T;
6052
+ member: (value: ProtectedQueryMemberOutputConfiguration) => T;
5586
6053
  _: (name: string, value: any) => T;
5587
6054
  }
5588
6055
  const visit: <T>(value: ProtectedQueryOutputConfiguration, visitor: Visitor<T>) => T;
@@ -5626,7 +6093,7 @@ export interface ProtectedQuerySQLParameters {
5626
6093
  */
5627
6094
  export interface ProtectedQueryStatistics {
5628
6095
  /**
5629
- * <p>The duration of the Protected Query, from creation until query completion.</p>
6096
+ * <p>The duration of the protected query, from creation until query completion.</p>
5630
6097
  * @public
5631
6098
  */
5632
6099
  totalDurationInMillis?: number;
@@ -5724,13 +6191,13 @@ export interface GetProtectedQueryOutput {
5724
6191
  */
5725
6192
  export interface ListMembershipsInput {
5726
6193
  /**
5727
- * <p>The pagination token that's used to fetch the next set of results.</p>
6194
+ * <p>The token value retrieved from a previous call to access the next page of
6195
+ * results.</p>
5728
6196
  * @public
5729
6197
  */
5730
6198
  nextToken?: string;
5731
6199
  /**
5732
- * <p>The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the
5733
- * `maxResults` value has not been met.</p>
6200
+ * <p>The maximum size of the results that is returned per call.</p>
5734
6201
  * @public
5735
6202
  */
5736
6203
  maxResults?: number;
@@ -5812,7 +6279,8 @@ export interface MembershipSummary {
5812
6279
  */
5813
6280
  export interface ListMembershipsOutput {
5814
6281
  /**
5815
- * <p>The pagination token that's used to fetch the next set of results.</p>
6282
+ * <p>The token value retrieved from a previous call to access the next page of
6283
+ * results.</p>
5816
6284
  * @public
5817
6285
  */
5818
6286
  nextToken?: string;
@@ -5837,13 +6305,15 @@ export interface ListPrivacyBudgetsInput {
5837
6305
  */
5838
6306
  privacyBudgetType: PrivacyBudgetType | undefined;
5839
6307
  /**
5840
- * <p>The pagination token that's used to fetch the next set of results.</p>
6308
+ * <p>The token value retrieved from a previous call to access the next page of
6309
+ * results.</p>
5841
6310
  * @public
5842
6311
  */
5843
6312
  nextToken?: string;
5844
6313
  /**
5845
- * <p>The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the
5846
- * `maxResults` value has not been met.</p>
6314
+ * <p>The maximum size of the results that is returned per call. Service chooses a default if
6315
+ * it has not been set. Service may return a nextToken even if the maximum results has not
6316
+ * been met.</p>
5847
6317
  * @public
5848
6318
  */
5849
6319
  maxResults?: number;
@@ -5919,7 +6389,8 @@ export interface ListPrivacyBudgetsOutput {
5919
6389
  */
5920
6390
  privacyBudgetSummaries: PrivacyBudgetSummary[] | undefined;
5921
6391
  /**
5922
- * <p>The pagination token that's used to fetch the next set of results.</p>
6392
+ * <p>The token value retrieved from a previous call to access the next page of
6393
+ * results.</p>
5923
6394
  * @public
5924
6395
  */
5925
6396
  nextToken?: string;
@@ -5939,17 +6410,76 @@ export interface ListProtectedQueriesInput {
5939
6410
  */
5940
6411
  status?: ProtectedQueryStatus;
5941
6412
  /**
5942
- * <p>The pagination token that's used to fetch the next set of results.</p>
6413
+ * <p>The token value retrieved from a previous call to access the next page of
6414
+ * results.</p>
5943
6415
  * @public
5944
6416
  */
5945
6417
  nextToken?: string;
5946
6418
  /**
5947
- * <p>The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the
5948
- * `maxResults` value has not been met. </p>
6419
+ * <p>The maximum size of the results that is returned per call. Service chooses a default if
6420
+ * it has not been set. Service can return a nextToken even if the maximum results has not
6421
+ * been met. </p>
5949
6422
  * @public
5950
6423
  */
5951
6424
  maxResults?: number;
5952
6425
  }
6426
+ /**
6427
+ * <p> The direct analysis configuration details.</p>
6428
+ * @public
6429
+ */
6430
+ export interface DirectAnalysisConfigurationDetails {
6431
+ /**
6432
+ * <p> The account IDs for the member who received the results of a protected query.</p>
6433
+ * @public
6434
+ */
6435
+ receiverAccountIds?: string[];
6436
+ }
6437
+ /**
6438
+ * <p> The configuration details.</p>
6439
+ * @public
6440
+ */
6441
+ export type ConfigurationDetails = ConfigurationDetails.DirectAnalysisConfigurationDetailsMember | ConfigurationDetails.$UnknownMember;
6442
+ /**
6443
+ * @public
6444
+ */
6445
+ export declare namespace ConfigurationDetails {
6446
+ /**
6447
+ * <p> The direct analysis configuration details.</p>
6448
+ * @public
6449
+ */
6450
+ interface DirectAnalysisConfigurationDetailsMember {
6451
+ directAnalysisConfigurationDetails: DirectAnalysisConfigurationDetails;
6452
+ $unknown?: never;
6453
+ }
6454
+ /**
6455
+ * @public
6456
+ */
6457
+ interface $UnknownMember {
6458
+ directAnalysisConfigurationDetails?: never;
6459
+ $unknown: [string, any];
6460
+ }
6461
+ interface Visitor<T> {
6462
+ directAnalysisConfigurationDetails: (value: DirectAnalysisConfigurationDetails) => T;
6463
+ _: (name: string, value: any) => T;
6464
+ }
6465
+ const visit: <T>(value: ConfigurationDetails, visitor: Visitor<T>) => T;
6466
+ }
6467
+ /**
6468
+ * <p> The receiver configuration for a protected query.</p>
6469
+ * @public
6470
+ */
6471
+ export interface ReceiverConfiguration {
6472
+ /**
6473
+ * <p> The type of analysis for the protected query. The results of the query can be analyzed directly (<code>DIRECT_ANALYSIS</code>) or used as input into additional analyses (<code>ADDITIONAL_ANALYSIS</code>), such as a query that is a seed for a lookalike ML model.</p>
6474
+ * @public
6475
+ */
6476
+ analysisType: AnalysisType | undefined;
6477
+ /**
6478
+ * <p> The configuration details of the receiver configuration.</p>
6479
+ * @public
6480
+ */
6481
+ configurationDetails?: ConfigurationDetails;
6482
+ }
5953
6483
  /**
5954
6484
  * <p>The protected query summary for the objects listed by the request.</p>
5955
6485
  * @public
@@ -5981,13 +6511,19 @@ export interface ProtectedQuerySummary {
5981
6511
  * @public
5982
6512
  */
5983
6513
  status: ProtectedQueryStatus | undefined;
6514
+ /**
6515
+ * <p> The receiver configuration.</p>
6516
+ * @public
6517
+ */
6518
+ receiverConfigurations: ReceiverConfiguration[] | undefined;
5984
6519
  }
5985
6520
  /**
5986
6521
  * @public
5987
6522
  */
5988
6523
  export interface ListProtectedQueriesOutput {
5989
6524
  /**
5990
- * <p>The pagination token that's used to fetch the next set of results.</p>
6525
+ * <p>The token value retrieved from a previous call to access the next page of
6526
+ * results.</p>
5991
6527
  * @public
5992
6528
  */
5993
6529
  nextToken?: string;
@@ -6236,426 +6772,6 @@ export interface UpdateProtectedQueryInput {
6236
6772
  */
6237
6773
  targetStatus: TargetProtectedQueryStatus | undefined;
6238
6774
  }
6239
- /**
6240
- * @public
6241
- */
6242
- export interface UpdateProtectedQueryOutput {
6243
- /**
6244
- * <p>The protected query output.</p>
6245
- * @public
6246
- */
6247
- protectedQuery: ProtectedQuery | undefined;
6248
- }
6249
- /**
6250
- * <p>The epsilon and noise parameter values that you want to use for the differential privacy template.</p>
6251
- * @public
6252
- */
6253
- export interface DifferentialPrivacyTemplateParametersInput {
6254
- /**
6255
- * <p>The epsilon value that you want to use.</p>
6256
- * @public
6257
- */
6258
- epsilon: number | undefined;
6259
- /**
6260
- * <p>Noise added per query is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.</p>
6261
- * @public
6262
- */
6263
- usersNoisePerQuery: number | undefined;
6264
- }
6265
- /**
6266
- * <p>The epsilon and noise parameters that you want to use for the privacy budget template.</p>
6267
- * @public
6268
- */
6269
- export type PrivacyBudgetTemplateParametersInput = PrivacyBudgetTemplateParametersInput.DifferentialPrivacyMember | PrivacyBudgetTemplateParametersInput.$UnknownMember;
6270
- /**
6271
- * @public
6272
- */
6273
- export declare namespace PrivacyBudgetTemplateParametersInput {
6274
- /**
6275
- * <p>An object that specifies the epsilon and noise parameters.</p>
6276
- * @public
6277
- */
6278
- interface DifferentialPrivacyMember {
6279
- differentialPrivacy: DifferentialPrivacyTemplateParametersInput;
6280
- $unknown?: never;
6281
- }
6282
- /**
6283
- * @public
6284
- */
6285
- interface $UnknownMember {
6286
- differentialPrivacy?: never;
6287
- $unknown: [string, any];
6288
- }
6289
- interface Visitor<T> {
6290
- differentialPrivacy: (value: DifferentialPrivacyTemplateParametersInput) => T;
6291
- _: (name: string, value: any) => T;
6292
- }
6293
- const visit: <T>(value: PrivacyBudgetTemplateParametersInput, visitor: Visitor<T>) => T;
6294
- }
6295
- /**
6296
- * @public
6297
- */
6298
- export interface CreatePrivacyBudgetTemplateInput {
6299
- /**
6300
- * <p>A unique identifier for one of your memberships for a collaboration. The privacy budget template is created in the collaboration that this membership belongs to. Accepts a membership ID.</p>
6301
- * @public
6302
- */
6303
- membershipIdentifier: string | undefined;
6304
- /**
6305
- * <p>How often the privacy budget refreshes.</p>
6306
- * <important>
6307
- * <p>If you plan to regularly bring new data into the collaboration, you can use <code>CALENDAR_MONTH</code> to automatically get a new privacy budget for the collaboration every calendar month. Choosing this option allows arbitrary amounts of information to be revealed about rows of the data when repeatedly queries across refreshes. Avoid choosing this if the same rows will be repeatedly queried between privacy budget refreshes.</p>
6308
- * </important>
6309
- * @public
6310
- */
6311
- autoRefresh: PrivacyBudgetTemplateAutoRefresh | undefined;
6312
- /**
6313
- * <p>Specifies the type of the privacy budget template.</p>
6314
- * @public
6315
- */
6316
- privacyBudgetType: PrivacyBudgetType | undefined;
6317
- /**
6318
- * <p>Specifies your parameters for the privacy budget template.</p>
6319
- * @public
6320
- */
6321
- parameters: PrivacyBudgetTemplateParametersInput | undefined;
6322
- /**
6323
- * <p>An optional label that you can assign to a resource when you create it. Each tag
6324
- * consists of a key and an optional value, both of which you define. When you use tagging,
6325
- * you can also use tag-based access control in IAM policies to control access
6326
- * to this resource.</p>
6327
- * @public
6328
- */
6329
- tags?: Record<string, string>;
6330
- }
6331
- /**
6332
- * <p>An object that defines the privacy budget template.</p>
6333
- * @public
6334
- */
6335
- export interface PrivacyBudgetTemplate {
6336
- /**
6337
- * <p>The unique identifier of the privacy budget template.</p>
6338
- * @public
6339
- */
6340
- id: string | undefined;
6341
- /**
6342
- * <p>The ARN of the privacy budget template.</p>
6343
- * @public
6344
- */
6345
- arn: string | undefined;
6346
- /**
6347
- * <p>The identifier for a membership resource.</p>
6348
- * @public
6349
- */
6350
- membershipId: string | undefined;
6351
- /**
6352
- * <p>The Amazon Resource Name (ARN) of the member who created the privacy budget template.</p>
6353
- * @public
6354
- */
6355
- membershipArn: string | undefined;
6356
- /**
6357
- * <p>The unique ID of the collaboration that contains this privacy budget template.</p>
6358
- * @public
6359
- */
6360
- collaborationId: string | undefined;
6361
- /**
6362
- * <p>The ARN of the collaboration that contains this privacy budget template.</p>
6363
- * @public
6364
- */
6365
- collaborationArn: string | undefined;
6366
- /**
6367
- * <p>The time at which the privacy budget template was created.</p>
6368
- * @public
6369
- */
6370
- createTime: Date | undefined;
6371
- /**
6372
- * <p>The most recent time at which the privacy budget template was updated.</p>
6373
- * @public
6374
- */
6375
- updateTime: Date | undefined;
6376
- /**
6377
- * <p>Specifies the type of the privacy budget template.</p>
6378
- * @public
6379
- */
6380
- privacyBudgetType: PrivacyBudgetType | undefined;
6381
- /**
6382
- * <p>How often the privacy budget refreshes.</p>
6383
- * <important>
6384
- * <p>If you plan to regularly bring new data into the collaboration, use <code>CALENDAR_MONTH</code> to automatically get a new privacy budget for the collaboration every calendar month. Choosing this option allows arbitrary amounts of information to be revealed about rows of the data when repeatedly queried across refreshes. Avoid choosing this if the same rows will be repeatedly queried between privacy budget refreshes.</p>
6385
- * </important>
6386
- * @public
6387
- */
6388
- autoRefresh: PrivacyBudgetTemplateAutoRefresh | undefined;
6389
- /**
6390
- * <p>Specifies the epsilon and noise parameters for the privacy budget template.</p>
6391
- * @public
6392
- */
6393
- parameters: PrivacyBudgetTemplateParametersOutput | undefined;
6394
- }
6395
- /**
6396
- * @public
6397
- */
6398
- export interface CreatePrivacyBudgetTemplateOutput {
6399
- /**
6400
- * <p>A summary of the elements in the privacy budget template.</p>
6401
- * @public
6402
- */
6403
- privacyBudgetTemplate: PrivacyBudgetTemplate | undefined;
6404
- }
6405
- /**
6406
- * @public
6407
- */
6408
- export interface DeletePrivacyBudgetTemplateInput {
6409
- /**
6410
- * <p>A unique identifier for one of your memberships for a collaboration. The privacy budget template is deleted from the collaboration that this membership belongs to. Accepts a membership ID.</p>
6411
- * @public
6412
- */
6413
- membershipIdentifier: string | undefined;
6414
- /**
6415
- * <p>A unique identifier for your privacy budget template. </p>
6416
- * @public
6417
- */
6418
- privacyBudgetTemplateIdentifier: string | undefined;
6419
- }
6420
- /**
6421
- * @public
6422
- */
6423
- export interface DeletePrivacyBudgetTemplateOutput {
6424
- }
6425
- /**
6426
- * @public
6427
- */
6428
- export interface GetPrivacyBudgetTemplateInput {
6429
- /**
6430
- * <p>A unique identifier for one of your memberships for a collaboration. The privacy budget template is retrieved from the collaboration that this membership belongs to. Accepts a membership ID.</p>
6431
- * @public
6432
- */
6433
- membershipIdentifier: string | undefined;
6434
- /**
6435
- * <p>A unique identifier for your privacy budget template.</p>
6436
- * @public
6437
- */
6438
- privacyBudgetTemplateIdentifier: string | undefined;
6439
- }
6440
- /**
6441
- * @public
6442
- */
6443
- export interface GetPrivacyBudgetTemplateOutput {
6444
- /**
6445
- * <p>Returns the details of the privacy budget template that you requested.</p>
6446
- * @public
6447
- */
6448
- privacyBudgetTemplate: PrivacyBudgetTemplate | undefined;
6449
- }
6450
- /**
6451
- * @public
6452
- */
6453
- export interface ListPrivacyBudgetTemplatesInput {
6454
- /**
6455
- * <p>A unique identifier for one of your memberships for a collaboration. The privacy budget templates are retrieved from the collaboration that this membership belongs to. Accepts a membership ID.</p>
6456
- * @public
6457
- */
6458
- membershipIdentifier: string | undefined;
6459
- /**
6460
- * <p>The pagination token that's used to fetch the next set of results.</p>
6461
- * @public
6462
- */
6463
- nextToken?: string;
6464
- /**
6465
- * <p>The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a `nextToken` even if the
6466
- * `maxResults` value has not been met.</p>
6467
- * @public
6468
- */
6469
- maxResults?: number;
6470
- }
6471
- /**
6472
- * <p>A summary of the privacy budget template. The summary includes membership information, collaboration information, and creation information.</p>
6473
- * @public
6474
- */
6475
- export interface PrivacyBudgetTemplateSummary {
6476
- /**
6477
- * <p>The unique identifier of the privacy budget template.</p>
6478
- * @public
6479
- */
6480
- id: string | undefined;
6481
- /**
6482
- * <p>The ARN of the privacy budget template.</p>
6483
- * @public
6484
- */
6485
- arn: string | undefined;
6486
- /**
6487
- * <p>The identifier for a membership resource.</p>
6488
- * @public
6489
- */
6490
- membershipId: string | undefined;
6491
- /**
6492
- * <p>The Amazon Resource Name (ARN) of the member who created the privacy budget template.</p>
6493
- * @public
6494
- */
6495
- membershipArn: string | undefined;
6496
- /**
6497
- * <p>The unique ID of the collaboration that contains this privacy budget template.</p>
6498
- * @public
6499
- */
6500
- collaborationId: string | undefined;
6501
- /**
6502
- * <p>The ARN of the collaboration that contains this privacy budget template.</p>
6503
- * @public
6504
- */
6505
- collaborationArn: string | undefined;
6506
- /**
6507
- * <p>The type of the privacy budget template.</p>
6508
- * @public
6509
- */
6510
- privacyBudgetType: PrivacyBudgetType | undefined;
6511
- /**
6512
- * <p>The time at which the privacy budget template was created.</p>
6513
- * @public
6514
- */
6515
- createTime: Date | undefined;
6516
- /**
6517
- * <p>The most recent time at which the privacy budget template was updated.</p>
6518
- * @public
6519
- */
6520
- updateTime: Date | undefined;
6521
- }
6522
- /**
6523
- * @public
6524
- */
6525
- export interface ListPrivacyBudgetTemplatesOutput {
6526
- /**
6527
- * <p>The pagination token that's used to fetch the next set of results.</p>
6528
- * @public
6529
- */
6530
- nextToken?: string;
6531
- /**
6532
- * <p>An array that summarizes the privacy budget templates. The summary includes collaboration information, creation information, and privacy budget type.</p>
6533
- * @public
6534
- */
6535
- privacyBudgetTemplateSummaries: PrivacyBudgetTemplateSummary[] | undefined;
6536
- }
6537
- /**
6538
- * <p>The epsilon and noise parameter values that you want to update in the differential privacy template.</p>
6539
- * @public
6540
- */
6541
- export interface DifferentialPrivacyTemplateUpdateParameters {
6542
- /**
6543
- * <p>The updated epsilon value that you want to use.</p>
6544
- * @public
6545
- */
6546
- epsilon?: number;
6547
- /**
6548
- * <p>The updated value of noise added per query. It is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.</p>
6549
- * @public
6550
- */
6551
- usersNoisePerQuery?: number;
6552
- }
6553
- /**
6554
- * <p>The epsilon and noise parameters that you want to update in the privacy budget template.</p>
6555
- * @public
6556
- */
6557
- export type PrivacyBudgetTemplateUpdateParameters = PrivacyBudgetTemplateUpdateParameters.DifferentialPrivacyMember | PrivacyBudgetTemplateUpdateParameters.$UnknownMember;
6558
- /**
6559
- * @public
6560
- */
6561
- export declare namespace PrivacyBudgetTemplateUpdateParameters {
6562
- /**
6563
- * <p>An object that specifies the new values for the epsilon and noise parameters.</p>
6564
- * @public
6565
- */
6566
- interface DifferentialPrivacyMember {
6567
- differentialPrivacy: DifferentialPrivacyTemplateUpdateParameters;
6568
- $unknown?: never;
6569
- }
6570
- /**
6571
- * @public
6572
- */
6573
- interface $UnknownMember {
6574
- differentialPrivacy?: never;
6575
- $unknown: [string, any];
6576
- }
6577
- interface Visitor<T> {
6578
- differentialPrivacy: (value: DifferentialPrivacyTemplateUpdateParameters) => T;
6579
- _: (name: string, value: any) => T;
6580
- }
6581
- const visit: <T>(value: PrivacyBudgetTemplateUpdateParameters, visitor: Visitor<T>) => T;
6582
- }
6583
- /**
6584
- * @public
6585
- */
6586
- export interface UpdatePrivacyBudgetTemplateInput {
6587
- /**
6588
- * <p>A unique identifier for one of your memberships for a collaboration. The privacy budget template is updated in the collaboration that this membership belongs to. Accepts a membership ID.</p>
6589
- * @public
6590
- */
6591
- membershipIdentifier: string | undefined;
6592
- /**
6593
- * <p>A unique identifier for your privacy budget template that you want to update.</p>
6594
- * @public
6595
- */
6596
- privacyBudgetTemplateIdentifier: string | undefined;
6597
- /**
6598
- * <p>Specifies the type of the privacy budget template.</p>
6599
- * @public
6600
- */
6601
- privacyBudgetType: PrivacyBudgetType | undefined;
6602
- /**
6603
- * <p>Specifies the epsilon and noise parameters for the privacy budget template.</p>
6604
- * @public
6605
- */
6606
- parameters?: PrivacyBudgetTemplateUpdateParameters;
6607
- }
6608
- /**
6609
- * @public
6610
- */
6611
- export interface UpdatePrivacyBudgetTemplateOutput {
6612
- /**
6613
- * <p>Summary of the privacy budget template.</p>
6614
- * @public
6615
- */
6616
- privacyBudgetTemplate: PrivacyBudgetTemplate | undefined;
6617
- }
6618
- /**
6619
- * @public
6620
- */
6621
- export interface TagResourceInput {
6622
- /**
6623
- * <p>The Amazon Resource Name (ARN) associated with the resource you want to tag.</p>
6624
- * @public
6625
- */
6626
- resourceArn: string | undefined;
6627
- /**
6628
- * <p>A map of objects specifying each key name and value.</p>
6629
- * @public
6630
- */
6631
- tags: Record<string, string> | undefined;
6632
- }
6633
- /**
6634
- * @public
6635
- */
6636
- export interface TagResourceOutput {
6637
- }
6638
- /**
6639
- * @public
6640
- */
6641
- export interface UntagResourceInput {
6642
- /**
6643
- * <p>The Amazon Resource Name (ARN) associated with the resource you want to remove the tag
6644
- * from.</p>
6645
- * @public
6646
- */
6647
- resourceArn: string | undefined;
6648
- /**
6649
- * <p>A list of key names of tags to be removed.</p>
6650
- * @public
6651
- */
6652
- tagKeys: string[] | undefined;
6653
- }
6654
- /**
6655
- * @public
6656
- */
6657
- export interface UntagResourceOutput {
6658
- }
6659
6775
  /**
6660
6776
  * @internal
6661
6777
  */
@@ -6716,7 +6832,3 @@ export declare const StartProtectedQueryInputFilterSensitiveLog: (obj: StartProt
6716
6832
  * @internal
6717
6833
  */
6718
6834
  export declare const StartProtectedQueryOutputFilterSensitiveLog: (obj: StartProtectedQueryOutput) => any;
6719
- /**
6720
- * @internal
6721
- */
6722
- export declare const UpdateProtectedQueryOutputFilterSensitiveLog: (obj: UpdateProtectedQueryOutput) => any;