aws-sdk 2.1661.0 → 2.1662.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.
@@ -83,6 +83,22 @@ declare class CleanRooms extends Service {
83
83
  * Creates a configured table association. A configured table association links a configured table with a collaboration.
84
84
  */
85
85
  createConfiguredTableAssociation(callback?: (err: AWSError, data: CleanRooms.Types.CreateConfiguredTableAssociationOutput) => void): Request<CleanRooms.Types.CreateConfiguredTableAssociationOutput, AWSError>;
86
+ /**
87
+ * Creates an ID mapping table.
88
+ */
89
+ createIdMappingTable(params: CleanRooms.Types.CreateIdMappingTableInput, callback?: (err: AWSError, data: CleanRooms.Types.CreateIdMappingTableOutput) => void): Request<CleanRooms.Types.CreateIdMappingTableOutput, AWSError>;
90
+ /**
91
+ * Creates an ID mapping table.
92
+ */
93
+ createIdMappingTable(callback?: (err: AWSError, data: CleanRooms.Types.CreateIdMappingTableOutput) => void): Request<CleanRooms.Types.CreateIdMappingTableOutput, AWSError>;
94
+ /**
95
+ * Creates an ID namespace association.
96
+ */
97
+ createIdNamespaceAssociation(params: CleanRooms.Types.CreateIdNamespaceAssociationInput, callback?: (err: AWSError, data: CleanRooms.Types.CreateIdNamespaceAssociationOutput) => void): Request<CleanRooms.Types.CreateIdNamespaceAssociationOutput, AWSError>;
98
+ /**
99
+ * Creates an ID namespace association.
100
+ */
101
+ createIdNamespaceAssociation(callback?: (err: AWSError, data: CleanRooms.Types.CreateIdNamespaceAssociationOutput) => void): Request<CleanRooms.Types.CreateIdNamespaceAssociationOutput, AWSError>;
86
102
  /**
87
103
  * Creates a membership for a specific collaboration identifier and joins the collaboration.
88
104
  */
@@ -147,6 +163,22 @@ declare class CleanRooms extends Service {
147
163
  * Deletes a configured table association.
148
164
  */
149
165
  deleteConfiguredTableAssociation(callback?: (err: AWSError, data: CleanRooms.Types.DeleteConfiguredTableAssociationOutput) => void): Request<CleanRooms.Types.DeleteConfiguredTableAssociationOutput, AWSError>;
166
+ /**
167
+ * Deletes an ID mapping table.
168
+ */
169
+ deleteIdMappingTable(params: CleanRooms.Types.DeleteIdMappingTableInput, callback?: (err: AWSError, data: CleanRooms.Types.DeleteIdMappingTableOutput) => void): Request<CleanRooms.Types.DeleteIdMappingTableOutput, AWSError>;
170
+ /**
171
+ * Deletes an ID mapping table.
172
+ */
173
+ deleteIdMappingTable(callback?: (err: AWSError, data: CleanRooms.Types.DeleteIdMappingTableOutput) => void): Request<CleanRooms.Types.DeleteIdMappingTableOutput, AWSError>;
174
+ /**
175
+ * Deletes an ID namespace association.
176
+ */
177
+ deleteIdNamespaceAssociation(params: CleanRooms.Types.DeleteIdNamespaceAssociationInput, callback?: (err: AWSError, data: CleanRooms.Types.DeleteIdNamespaceAssociationOutput) => void): Request<CleanRooms.Types.DeleteIdNamespaceAssociationOutput, AWSError>;
178
+ /**
179
+ * Deletes an ID namespace association.
180
+ */
181
+ deleteIdNamespaceAssociation(callback?: (err: AWSError, data: CleanRooms.Types.DeleteIdNamespaceAssociationOutput) => void): Request<CleanRooms.Types.DeleteIdNamespaceAssociationOutput, AWSError>;
150
182
  /**
151
183
  * Removes the specified member from a collaboration. The removed member is placed in the Removed status and can't interact with the collaboration. The removed member's data is inaccessible to active members of the collaboration.
152
184
  */
@@ -203,6 +235,14 @@ declare class CleanRooms extends Service {
203
235
  * Retrieves a configured audience model association within a collaboration.
204
236
  */
205
237
  getCollaborationConfiguredAudienceModelAssociation(callback?: (err: AWSError, data: CleanRooms.Types.GetCollaborationConfiguredAudienceModelAssociationOutput) => void): Request<CleanRooms.Types.GetCollaborationConfiguredAudienceModelAssociationOutput, AWSError>;
238
+ /**
239
+ * Retrieves an ID namespace association from a specific collaboration.
240
+ */
241
+ getCollaborationIdNamespaceAssociation(params: CleanRooms.Types.GetCollaborationIdNamespaceAssociationInput, callback?: (err: AWSError, data: CleanRooms.Types.GetCollaborationIdNamespaceAssociationOutput) => void): Request<CleanRooms.Types.GetCollaborationIdNamespaceAssociationOutput, AWSError>;
242
+ /**
243
+ * Retrieves an ID namespace association from a specific collaboration.
244
+ */
245
+ getCollaborationIdNamespaceAssociation(callback?: (err: AWSError, data: CleanRooms.Types.GetCollaborationIdNamespaceAssociationOutput) => void): Request<CleanRooms.Types.GetCollaborationIdNamespaceAssociationOutput, AWSError>;
206
246
  /**
207
247
  * Returns details about a specified privacy budget template.
208
248
  */
@@ -243,6 +283,22 @@ declare class CleanRooms extends Service {
243
283
  * Retrieves a configured table association.
244
284
  */
245
285
  getConfiguredTableAssociation(callback?: (err: AWSError, data: CleanRooms.Types.GetConfiguredTableAssociationOutput) => void): Request<CleanRooms.Types.GetConfiguredTableAssociationOutput, AWSError>;
286
+ /**
287
+ * Retrieves an ID mapping table.
288
+ */
289
+ getIdMappingTable(params: CleanRooms.Types.GetIdMappingTableInput, callback?: (err: AWSError, data: CleanRooms.Types.GetIdMappingTableOutput) => void): Request<CleanRooms.Types.GetIdMappingTableOutput, AWSError>;
290
+ /**
291
+ * Retrieves an ID mapping table.
292
+ */
293
+ getIdMappingTable(callback?: (err: AWSError, data: CleanRooms.Types.GetIdMappingTableOutput) => void): Request<CleanRooms.Types.GetIdMappingTableOutput, AWSError>;
294
+ /**
295
+ * Retrieves an ID namespace association.
296
+ */
297
+ getIdNamespaceAssociation(params: CleanRooms.Types.GetIdNamespaceAssociationInput, callback?: (err: AWSError, data: CleanRooms.Types.GetIdNamespaceAssociationOutput) => void): Request<CleanRooms.Types.GetIdNamespaceAssociationOutput, AWSError>;
298
+ /**
299
+ * Retrieves an ID namespace association.
300
+ */
301
+ getIdNamespaceAssociation(callback?: (err: AWSError, data: CleanRooms.Types.GetIdNamespaceAssociationOutput) => void): Request<CleanRooms.Types.GetIdNamespaceAssociationOutput, AWSError>;
246
302
  /**
247
303
  * Retrieves a specified membership for an identifier.
248
304
  */
@@ -307,6 +363,14 @@ declare class CleanRooms extends Service {
307
363
  * Lists configured audience model associations within a collaboration.
308
364
  */
309
365
  listCollaborationConfiguredAudienceModelAssociations(callback?: (err: AWSError, data: CleanRooms.Types.ListCollaborationConfiguredAudienceModelAssociationsOutput) => void): Request<CleanRooms.Types.ListCollaborationConfiguredAudienceModelAssociationsOutput, AWSError>;
366
+ /**
367
+ * Returns a list of the ID namespace associations in a collaboration.
368
+ */
369
+ listCollaborationIdNamespaceAssociations(params: CleanRooms.Types.ListCollaborationIdNamespaceAssociationsInput, callback?: (err: AWSError, data: CleanRooms.Types.ListCollaborationIdNamespaceAssociationsOutput) => void): Request<CleanRooms.Types.ListCollaborationIdNamespaceAssociationsOutput, AWSError>;
370
+ /**
371
+ * Returns a list of the ID namespace associations in a collaboration.
372
+ */
373
+ listCollaborationIdNamespaceAssociations(callback?: (err: AWSError, data: CleanRooms.Types.ListCollaborationIdNamespaceAssociationsOutput) => void): Request<CleanRooms.Types.ListCollaborationIdNamespaceAssociationsOutput, AWSError>;
310
374
  /**
311
375
  * Returns an array that summarizes each privacy budget template in a specified collaboration.
312
376
  */
@@ -355,6 +419,22 @@ declare class CleanRooms extends Service {
355
419
  * Lists configured tables.
356
420
  */
357
421
  listConfiguredTables(callback?: (err: AWSError, data: CleanRooms.Types.ListConfiguredTablesOutput) => void): Request<CleanRooms.Types.ListConfiguredTablesOutput, AWSError>;
422
+ /**
423
+ * Returns a list of ID mapping tables.
424
+ */
425
+ listIdMappingTables(params: CleanRooms.Types.ListIdMappingTablesInput, callback?: (err: AWSError, data: CleanRooms.Types.ListIdMappingTablesOutput) => void): Request<CleanRooms.Types.ListIdMappingTablesOutput, AWSError>;
426
+ /**
427
+ * Returns a list of ID mapping tables.
428
+ */
429
+ listIdMappingTables(callback?: (err: AWSError, data: CleanRooms.Types.ListIdMappingTablesOutput) => void): Request<CleanRooms.Types.ListIdMappingTablesOutput, AWSError>;
430
+ /**
431
+ * Returns a list of ID namespace associations.
432
+ */
433
+ listIdNamespaceAssociations(params: CleanRooms.Types.ListIdNamespaceAssociationsInput, callback?: (err: AWSError, data: CleanRooms.Types.ListIdNamespaceAssociationsOutput) => void): Request<CleanRooms.Types.ListIdNamespaceAssociationsOutput, AWSError>;
434
+ /**
435
+ * Returns a list of ID namespace associations.
436
+ */
437
+ listIdNamespaceAssociations(callback?: (err: AWSError, data: CleanRooms.Types.ListIdNamespaceAssociationsOutput) => void): Request<CleanRooms.Types.ListIdNamespaceAssociationsOutput, AWSError>;
358
438
  /**
359
439
  * Lists all members within a collaboration.
360
440
  */
@@ -411,6 +491,14 @@ declare class CleanRooms extends Service {
411
491
  * Lists all of the tags that have been added to a resource.
412
492
  */
413
493
  listTagsForResource(callback?: (err: AWSError, data: CleanRooms.Types.ListTagsForResourceOutput) => void): Request<CleanRooms.Types.ListTagsForResourceOutput, AWSError>;
494
+ /**
495
+ * Defines the information that's necessary to populate an ID mapping table.
496
+ */
497
+ populateIdMappingTable(params: CleanRooms.Types.PopulateIdMappingTableInput, callback?: (err: AWSError, data: CleanRooms.Types.PopulateIdMappingTableOutput) => void): Request<CleanRooms.Types.PopulateIdMappingTableOutput, AWSError>;
498
+ /**
499
+ * Defines the information that's necessary to populate an ID mapping table.
500
+ */
501
+ populateIdMappingTable(callback?: (err: AWSError, data: CleanRooms.Types.PopulateIdMappingTableOutput) => void): Request<CleanRooms.Types.PopulateIdMappingTableOutput, AWSError>;
414
502
  /**
415
503
  * An estimate of the number of aggregation functions that the member who can query can run given epsilon and noise parameters.
416
504
  */
@@ -491,6 +579,22 @@ declare class CleanRooms extends Service {
491
579
  * Updates a configured table association.
492
580
  */
493
581
  updateConfiguredTableAssociation(callback?: (err: AWSError, data: CleanRooms.Types.UpdateConfiguredTableAssociationOutput) => void): Request<CleanRooms.Types.UpdateConfiguredTableAssociationOutput, AWSError>;
582
+ /**
583
+ * Provides the details that are necessary to update an ID mapping table.
584
+ */
585
+ updateIdMappingTable(params: CleanRooms.Types.UpdateIdMappingTableInput, callback?: (err: AWSError, data: CleanRooms.Types.UpdateIdMappingTableOutput) => void): Request<CleanRooms.Types.UpdateIdMappingTableOutput, AWSError>;
586
+ /**
587
+ * Provides the details that are necessary to update an ID mapping table.
588
+ */
589
+ updateIdMappingTable(callback?: (err: AWSError, data: CleanRooms.Types.UpdateIdMappingTableOutput) => void): Request<CleanRooms.Types.UpdateIdMappingTableOutput, AWSError>;
590
+ /**
591
+ * Provides the details that are necessary to update an ID namespace association.
592
+ */
593
+ updateIdNamespaceAssociation(params: CleanRooms.Types.UpdateIdNamespaceAssociationInput, callback?: (err: AWSError, data: CleanRooms.Types.UpdateIdNamespaceAssociationOutput) => void): Request<CleanRooms.Types.UpdateIdNamespaceAssociationOutput, AWSError>;
594
+ /**
595
+ * Provides the details that are necessary to update an ID namespace association.
596
+ */
597
+ updateIdNamespaceAssociation(callback?: (err: AWSError, data: CleanRooms.Types.UpdateIdNamespaceAssociationOutput) => void): Request<CleanRooms.Types.UpdateIdNamespaceAssociationOutput, AWSError>;
494
598
  /**
495
599
  * Updates a membership.
496
600
  */
@@ -640,6 +744,21 @@ declare namespace CleanRooms {
640
744
  }
641
745
  export type AnalysisRuleCustomAllowedAnalysesList = AnalysisTemplateArnOrQueryWildcard[];
642
746
  export type AnalysisRuleCustomAllowedAnalysisProvidersList = AccountId[];
747
+ export interface AnalysisRuleIdMappingTable {
748
+ /**
749
+ * The columns that query runners are allowed to use in an INNER JOIN statement.
750
+ */
751
+ joinColumns: AnalysisRuleIdMappingTableJoinColumnsList;
752
+ /**
753
+ * The query constraints of the analysis rule ID mapping table.
754
+ */
755
+ queryConstraints: QueryConstraintList;
756
+ /**
757
+ * The columns that query runners are allowed to select, group by, or filter by.
758
+ */
759
+ dimensionColumns?: AnalysisRuleColumnList;
760
+ }
761
+ export type AnalysisRuleIdMappingTableJoinColumnsList = AnalysisRuleColumnName[];
643
762
  export interface AnalysisRuleList {
644
763
  /**
645
764
  * Columns that can be used to join a configured table with the table of the member who can query and other members' configured tables.
@@ -674,8 +793,12 @@ declare namespace CleanRooms {
674
793
  * Analysis rule type that enables custom SQL queries on a configured table.
675
794
  */
676
795
  custom?: AnalysisRuleCustom;
796
+ /**
797
+ * The ID mapping table.
798
+ */
799
+ idMappingTable?: AnalysisRuleIdMappingTable;
677
800
  }
678
- export type AnalysisRuleType = "AGGREGATION"|"LIST"|"CUSTOM"|string;
801
+ export type AnalysisRuleType = "AGGREGATION"|"LIST"|"CUSTOM"|"ID_MAPPING_TABLE"|string;
679
802
  export type AnalysisRuleTypeList = AnalysisRuleType[];
680
803
  export interface AnalysisSchema {
681
804
  /**
@@ -1117,7 +1240,7 @@ declare namespace CleanRooms {
1117
1240
  */
1118
1241
  description?: ResourceDescription;
1119
1242
  /**
1120
- * The identifier used to reference members of the collaboration. Only supports AWS account ID.
1243
+ * The identifier used to reference members of the collaboration. Only supports Amazon Web Services account ID.
1121
1244
  */
1122
1245
  creatorAccountId: AccountId;
1123
1246
  /**
@@ -1159,7 +1282,7 @@ declare namespace CleanRooms {
1159
1282
  */
1160
1283
  collaborationId: UUID;
1161
1284
  /**
1162
- * The identifier used to reference members of the collaboration. Only supports AWS account ID.
1285
+ * The identifier used to reference members of the collaboration. Only supports Amazon Web Services account ID.
1163
1286
  */
1164
1287
  creatorAccountId: AccountId;
1165
1288
  /**
@@ -1169,6 +1292,100 @@ declare namespace CleanRooms {
1169
1292
  }
1170
1293
  export type CollaborationConfiguredAudienceModelAssociationSummaryList = CollaborationConfiguredAudienceModelAssociationSummary[];
1171
1294
  export type CollaborationDescription = string;
1295
+ export interface CollaborationIdNamespaceAssociation {
1296
+ /**
1297
+ * The unique identifier of the collaboration ID namespace association.
1298
+ */
1299
+ id: IdNamespaceAssociationIdentifier;
1300
+ /**
1301
+ * The Amazon Resource Name (ARN) of the collaboration ID namespace association.
1302
+ */
1303
+ arn: IdNamespaceAssociationArn;
1304
+ /**
1305
+ * The unique identifier of the collaboration that contains the collaboration ID namespace association.
1306
+ */
1307
+ collaborationId: UUID;
1308
+ /**
1309
+ * The Amazon Resource Name (ARN) of the collaboration that contains the collaboration ID namespace association.
1310
+ */
1311
+ collaborationArn: CollaborationArn;
1312
+ /**
1313
+ * The name of the collaboration ID namespace association.
1314
+ */
1315
+ name: GenericResourceName;
1316
+ /**
1317
+ * The description of the collaboration ID namespace association.
1318
+ */
1319
+ description?: ResourceDescription;
1320
+ /**
1321
+ * The unique identifier of the Amazon Web Services account that created the collaboration ID namespace association.
1322
+ */
1323
+ creatorAccountId: AccountId;
1324
+ /**
1325
+ * The time at which the collaboration ID namespace association was created.
1326
+ */
1327
+ createTime: Timestamp;
1328
+ /**
1329
+ * The most recent time at which the collaboration ID namespace was updated.
1330
+ */
1331
+ updateTime: Timestamp;
1332
+ /**
1333
+ * The input reference configuration that's necessary to create the collaboration ID namespace association.
1334
+ */
1335
+ inputReferenceConfig: IdNamespaceAssociationInputReferenceConfig;
1336
+ /**
1337
+ * The input reference properties that are needed to create the collaboration ID namespace association.
1338
+ */
1339
+ inputReferenceProperties: IdNamespaceAssociationInputReferenceProperties;
1340
+ idMappingConfig?: IdMappingConfig;
1341
+ }
1342
+ export interface CollaborationIdNamespaceAssociationSummary {
1343
+ /**
1344
+ * The Amazon Resource Name (ARN) of the collaboration ID namespace association.
1345
+ */
1346
+ arn: IdNamespaceAssociationArn;
1347
+ /**
1348
+ * The time at which the collaboration ID namespace association was created.
1349
+ */
1350
+ createTime: Timestamp;
1351
+ /**
1352
+ * The unique identifier of the collaboration ID namespace association.
1353
+ */
1354
+ id: IdNamespaceAssociationIdentifier;
1355
+ /**
1356
+ * The most recent time at which the collaboration ID namespace association was updated.
1357
+ */
1358
+ updateTime: Timestamp;
1359
+ /**
1360
+ * The Amazon Resource Name (ARN) of the collaboration that contains this collaboration ID namespace association.
1361
+ */
1362
+ collaborationArn: CollaborationArn;
1363
+ /**
1364
+ * The unique identifier of the collaboration that contains this collaboration ID namespace association.
1365
+ */
1366
+ collaborationId: UUID;
1367
+ /**
1368
+ * The Amazon Web Services account that created this collaboration ID namespace association.
1369
+ */
1370
+ creatorAccountId: AccountId;
1371
+ /**
1372
+ * The input reference configuration that's used to create the collaboration ID namespace association.
1373
+ */
1374
+ inputReferenceConfig: IdNamespaceAssociationInputReferenceConfig;
1375
+ /**
1376
+ * The name of the collaboration ID namespace association.
1377
+ */
1378
+ name: GenericResourceName;
1379
+ /**
1380
+ * The description of the collaboration ID namepsace association.
1381
+ */
1382
+ description?: ResourceDescription;
1383
+ /**
1384
+ * The input reference properties that are used to create the collaboration ID namespace association.
1385
+ */
1386
+ inputReferenceProperties: IdNamespaceAssociationInputReferencePropertiesSummary;
1387
+ }
1388
+ export type CollaborationIdNamespaceAssociationSummaryList = CollaborationIdNamespaceAssociationSummary[];
1172
1389
  export type CollaborationIdentifier = string;
1173
1390
  export type CollaborationName = string;
1174
1391
  export interface CollaborationPrivacyBudgetSummary {
@@ -1848,6 +2065,70 @@ declare namespace CleanRooms {
1848
2065
  */
1849
2066
  configuredTable: ConfiguredTable;
1850
2067
  }
2068
+ export interface CreateIdMappingTableInput {
2069
+ /**
2070
+ * The unique identifier of the membership that contains the ID mapping table.
2071
+ */
2072
+ membershipIdentifier: MembershipIdentifier;
2073
+ /**
2074
+ * A name for the ID mapping table.
2075
+ */
2076
+ name: ResourceAlias;
2077
+ /**
2078
+ * A description of the ID mapping table.
2079
+ */
2080
+ description?: ResourceDescription;
2081
+ /**
2082
+ * The input reference configuration needed to create the ID mapping table.
2083
+ */
2084
+ inputReferenceConfig: IdMappingTableInputReferenceConfig;
2085
+ /**
2086
+ * An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
2087
+ */
2088
+ tags?: TagMap;
2089
+ /**
2090
+ * The Amazon Resource Name (ARN) of the Amazon Web Services KMS key. This value is used to encrypt the mapping table data that is stored by Clean Rooms.
2091
+ */
2092
+ kmsKeyArn?: KMSKeyArn;
2093
+ }
2094
+ export interface CreateIdMappingTableOutput {
2095
+ /**
2096
+ * The ID mapping table that was created.
2097
+ */
2098
+ idMappingTable: IdMappingTable;
2099
+ }
2100
+ export interface CreateIdNamespaceAssociationInput {
2101
+ /**
2102
+ * The unique identifier of the membership that contains the ID namespace association.
2103
+ */
2104
+ membershipIdentifier: MembershipIdentifier;
2105
+ /**
2106
+ * The input reference configuration needed to create the ID namespace association.
2107
+ */
2108
+ inputReferenceConfig: IdNamespaceAssociationInputReferenceConfig;
2109
+ /**
2110
+ * An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
2111
+ */
2112
+ tags?: TagMap;
2113
+ /**
2114
+ * The name for the ID namespace association.
2115
+ */
2116
+ name: GenericResourceName;
2117
+ /**
2118
+ * The description of the ID namespace association.
2119
+ */
2120
+ description?: ResourceDescription;
2121
+ /**
2122
+ * The configuration settings for the ID mapping table.
2123
+ */
2124
+ idMappingConfig?: IdMappingConfig;
2125
+ }
2126
+ export interface CreateIdNamespaceAssociationOutput {
2127
+ /**
2128
+ * The ID namespace association that was created.
2129
+ */
2130
+ idNamespaceAssociation: IdNamespaceAssociation;
2131
+ }
1851
2132
  export interface CreateMembershipInput {
1852
2133
  /**
1853
2134
  * The unique ID for the associated collaboration.
@@ -1986,6 +2267,30 @@ declare namespace CleanRooms {
1986
2267
  }
1987
2268
  export interface DeleteConfiguredTableOutput {
1988
2269
  }
2270
+ export interface DeleteIdMappingTableInput {
2271
+ /**
2272
+ * The unique identifier of the ID mapping table that you want to delete.
2273
+ */
2274
+ idMappingTableIdentifier: UUID;
2275
+ /**
2276
+ * The unique identifier of the membership that contains the ID mapping table that you want to delete.
2277
+ */
2278
+ membershipIdentifier: MembershipIdentifier;
2279
+ }
2280
+ export interface DeleteIdMappingTableOutput {
2281
+ }
2282
+ export interface DeleteIdNamespaceAssociationInput {
2283
+ /**
2284
+ * The unique identifier of the ID namespace association that you want to delete.
2285
+ */
2286
+ idNamespaceAssociationIdentifier: IdNamespaceAssociationIdentifier;
2287
+ /**
2288
+ * The unique identifier of the membership that contains the ID namespace association that you want to delete.
2289
+ */
2290
+ membershipIdentifier: MembershipIdentifier;
2291
+ }
2292
+ export interface DeleteIdNamespaceAssociationOutput {
2293
+ }
1989
2294
  export interface DeleteMemberInput {
1990
2295
  /**
1991
2296
  * The unique identifier for the associated collaboration.
@@ -2149,9 +2454,12 @@ declare namespace CleanRooms {
2149
2454
  usersNoisePerQuery?: UsersNoisePerQuery;
2150
2455
  }
2151
2456
  export type DisplayName = string;
2457
+ export interface Document {
2458
+ }
2152
2459
  export type Epsilon = number;
2153
2460
  export type FilterableMemberStatus = "INVITED"|"ACTIVE"|string;
2154
2461
  export type Float = number;
2462
+ export type GenericResourceName = string;
2155
2463
  export interface GetAnalysisTemplateInput {
2156
2464
  /**
2157
2465
  * The identifier for a membership resource.
@@ -2200,6 +2508,22 @@ declare namespace CleanRooms {
2200
2508
  */
2201
2509
  collaborationConfiguredAudienceModelAssociation: CollaborationConfiguredAudienceModelAssociation;
2202
2510
  }
2511
+ export interface GetCollaborationIdNamespaceAssociationInput {
2512
+ /**
2513
+ * The unique identifier of the collaboration that contains the ID namespace association that you want to retrieve.
2514
+ */
2515
+ collaborationIdentifier: CollaborationIdentifier;
2516
+ /**
2517
+ * The unique identifier of the ID namespace association that you want to retrieve.
2518
+ */
2519
+ idNamespaceAssociationIdentifier: IdNamespaceAssociationIdentifier;
2520
+ }
2521
+ export interface GetCollaborationIdNamespaceAssociationOutput {
2522
+ /**
2523
+ * The ID namespace association that you requested.
2524
+ */
2525
+ collaborationIdNamespaceAssociation: CollaborationIdNamespaceAssociation;
2526
+ }
2203
2527
  export interface GetCollaborationInput {
2204
2528
  /**
2205
2529
  * The identifier for the collaboration.
@@ -2288,6 +2612,38 @@ declare namespace CleanRooms {
2288
2612
  */
2289
2613
  configuredTable: ConfiguredTable;
2290
2614
  }
2615
+ export interface GetIdMappingTableInput {
2616
+ /**
2617
+ * The unique identifier of the ID mapping table identifier that you want to retrieve.
2618
+ */
2619
+ idMappingTableIdentifier: UUID;
2620
+ /**
2621
+ * The unique identifier of the membership that contains the ID mapping table that you want to retrieve.
2622
+ */
2623
+ membershipIdentifier: MembershipIdentifier;
2624
+ }
2625
+ export interface GetIdMappingTableOutput {
2626
+ /**
2627
+ * The ID mapping table that you requested.
2628
+ */
2629
+ idMappingTable: IdMappingTable;
2630
+ }
2631
+ export interface GetIdNamespaceAssociationInput {
2632
+ /**
2633
+ * The unique identifier of the ID namespace association that you want to retrieve.
2634
+ */
2635
+ idNamespaceAssociationIdentifier: IdNamespaceAssociationIdentifier;
2636
+ /**
2637
+ * The unique identifier of the membership that contains the ID namespace association that you want to retrieve.
2638
+ */
2639
+ membershipIdentifier: MembershipIdentifier;
2640
+ }
2641
+ export interface GetIdNamespaceAssociationOutput {
2642
+ /**
2643
+ * The ID namespace association that you requested.
2644
+ */
2645
+ idNamespaceAssociation: IdNamespaceAssociation;
2646
+ }
2291
2647
  export interface GetMembershipInput {
2292
2648
  /**
2293
2649
  * The identifier for a membership resource.
@@ -2380,9 +2736,288 @@ declare namespace CleanRooms {
2380
2736
  */
2381
2737
  databaseName: GlueDatabaseName;
2382
2738
  }
2739
+ export interface IdMappingConfig {
2740
+ /**
2741
+ * An indicator as to whether you can use your column as a dimension column in the ID mapping table (TRUE) or not (FALSE). Default is FALSE.
2742
+ */
2743
+ allowUseAsDimensionColumn: Boolean;
2744
+ }
2745
+ export interface IdMappingTable {
2746
+ /**
2747
+ * The unique identifier of the ID mapping table.
2748
+ */
2749
+ id: UUID;
2750
+ /**
2751
+ * The Amazon Resource Name (ARN) of the ID mapping table.
2752
+ */
2753
+ arn: IdMappingTableArn;
2754
+ /**
2755
+ * The input reference configuration for the ID mapping table.
2756
+ */
2757
+ inputReferenceConfig: IdMappingTableInputReferenceConfig;
2758
+ /**
2759
+ * The unique identifier of the membership resource for the ID mapping table.
2760
+ */
2761
+ membershipId: UUID;
2762
+ /**
2763
+ * The Amazon Resource Name (ARN) of the membership resource for the ID mapping table.
2764
+ */
2765
+ membershipArn: MembershipArn;
2766
+ /**
2767
+ * The unique identifier of the collaboration that contains this ID mapping table.
2768
+ */
2769
+ collaborationId: UUID;
2770
+ /**
2771
+ * The Amazon Resource Name (ARN) of the collaboration that contains this ID mapping table.
2772
+ */
2773
+ collaborationArn: CollaborationArn;
2774
+ /**
2775
+ * The description of the ID mapping table.
2776
+ */
2777
+ description?: ResourceDescription;
2778
+ /**
2779
+ * The name of the ID mapping table.
2780
+ */
2781
+ name: ResourceAlias;
2782
+ /**
2783
+ * The time at which the ID mapping table was created.
2784
+ */
2785
+ createTime: Timestamp;
2786
+ /**
2787
+ * The most recent time at which the ID mapping table was updated.
2788
+ */
2789
+ updateTime: Timestamp;
2790
+ /**
2791
+ * The input reference properties for the ID mapping table.
2792
+ */
2793
+ inputReferenceProperties: IdMappingTableInputReferenceProperties;
2794
+ /**
2795
+ * The Amazon Resource Name (ARN) of the Amazon Web Services KMS key.
2796
+ */
2797
+ kmsKeyArn?: KMSKeyArn;
2798
+ }
2799
+ export type IdMappingTableArn = string;
2800
+ export type IdMappingTableInputReferenceArn = string;
2801
+ export interface IdMappingTableInputReferenceConfig {
2802
+ /**
2803
+ * The Amazon Resource Name (ARN) of the referenced resource in Entity Resolution. Valid values are ID mapping workflow ARNs.
2804
+ */
2805
+ inputReferenceArn: IdMappingTableInputReferenceArn;
2806
+ /**
2807
+ * When TRUE, Clean Rooms manages permissions for the ID mapping table resource. When FALSE, the resource owner manages permissions for the ID mapping table resource.
2808
+ */
2809
+ manageResourcePolicies: Boolean;
2810
+ }
2811
+ export interface IdMappingTableInputReferenceProperties {
2812
+ /**
2813
+ * The input source of the ID mapping table.
2814
+ */
2815
+ idMappingTableInputSource: IdMappingTableInputSourceList;
2816
+ }
2817
+ export interface IdMappingTableInputSource {
2818
+ /**
2819
+ * The unique identifier of the ID namespace association.
2820
+ */
2821
+ idNamespaceAssociationId: String;
2822
+ /**
2823
+ * The type of the input source of the ID mapping table.
2824
+ */
2825
+ type: IdNamespaceType;
2826
+ }
2827
+ export type IdMappingTableInputSourceList = IdMappingTableInputSource[];
2828
+ export interface IdMappingTableSchemaTypeProperties {
2829
+ /**
2830
+ * Defines which ID namespace associations are used to create the ID mapping table.
2831
+ */
2832
+ idMappingTableInputSource: IdMappingTableInputSourceList;
2833
+ }
2834
+ export interface IdMappingTableSummary {
2835
+ /**
2836
+ * The Amazon Resource Name (ARN) of the collaboration that contains this ID mapping table.
2837
+ */
2838
+ collaborationArn: CollaborationArn;
2839
+ /**
2840
+ * The unique identifier of the collaboration that contains this ID mapping table.
2841
+ */
2842
+ collaborationId: UUID;
2843
+ /**
2844
+ * The unique identifier of the membership resource for this ID mapping table.
2845
+ */
2846
+ membershipId: MembershipIdentifier;
2847
+ /**
2848
+ * The Amazon Resource Name (ARN) of the membership resource for this ID mapping table.
2849
+ */
2850
+ membershipArn: MembershipArn;
2851
+ /**
2852
+ * The time at which this ID mapping table was created.
2853
+ */
2854
+ createTime: Timestamp;
2855
+ /**
2856
+ * The most recent time at which this ID mapping table was updated.
2857
+ */
2858
+ updateTime: Timestamp;
2859
+ /**
2860
+ * The unique identifier of this ID mapping table.
2861
+ */
2862
+ id: UUID;
2863
+ /**
2864
+ * The Amazon Resource Name (ARN) of this ID mapping table.
2865
+ */
2866
+ arn: IdMappingTableArn;
2867
+ /**
2868
+ * The description of this ID mapping table.
2869
+ */
2870
+ description?: ResourceDescription;
2871
+ /**
2872
+ * The input reference configuration for the ID mapping table.
2873
+ */
2874
+ inputReferenceConfig: IdMappingTableInputReferenceConfig;
2875
+ /**
2876
+ * The name of this ID mapping table.
2877
+ */
2878
+ name: ResourceAlias;
2879
+ }
2880
+ export type IdMappingTableSummaryList = IdMappingTableSummary[];
2881
+ export type IdMappingWorkflowsSupported = Document[];
2882
+ export interface IdNamespaceAssociation {
2883
+ /**
2884
+ * The unique identifier for this ID namespace association.
2885
+ */
2886
+ id: IdNamespaceAssociationIdentifier;
2887
+ /**
2888
+ * The Amazon Resource Name (ARN) of the ID namespace association.
2889
+ */
2890
+ arn: IdNamespaceAssociationArn;
2891
+ /**
2892
+ * The unique identifier of the membership resource for this ID namespace association.
2893
+ */
2894
+ membershipId: UUID;
2895
+ /**
2896
+ * The Amazon Resource Name (ARN) of the membership resource for this ID namespace association.
2897
+ */
2898
+ membershipArn: MembershipArn;
2899
+ /**
2900
+ * The unique identifier of the collaboration that contains this ID namespace association.
2901
+ */
2902
+ collaborationId: UUID;
2903
+ /**
2904
+ * The Amazon Resource Name (ARN) of the collaboration that contains this ID namespace association.
2905
+ */
2906
+ collaborationArn: CollaborationArn;
2907
+ /**
2908
+ * The name of this ID namespace association.
2909
+ */
2910
+ name: GenericResourceName;
2911
+ /**
2912
+ * The description of the ID namespace association.
2913
+ */
2914
+ description?: ResourceDescription;
2915
+ /**
2916
+ * The time at which the ID namespace association was created.
2917
+ */
2918
+ createTime: Timestamp;
2919
+ /**
2920
+ * The most recent time at which the ID namespace association was updated.
2921
+ */
2922
+ updateTime: Timestamp;
2923
+ /**
2924
+ * The input reference configuration for the ID namespace association.
2925
+ */
2926
+ inputReferenceConfig: IdNamespaceAssociationInputReferenceConfig;
2927
+ /**
2928
+ * The input reference properties for the ID namespace association.
2929
+ */
2930
+ inputReferenceProperties: IdNamespaceAssociationInputReferenceProperties;
2931
+ /**
2932
+ * The configuration settings for the ID mapping table.
2933
+ */
2934
+ idMappingConfig?: IdMappingConfig;
2935
+ }
2936
+ export type IdNamespaceAssociationArn = string;
2937
+ export type IdNamespaceAssociationIdentifier = string;
2938
+ export type IdNamespaceAssociationInputReferenceArn = string;
2939
+ export interface IdNamespaceAssociationInputReferenceConfig {
2940
+ /**
2941
+ * The Amazon Resource Name (ARN) of the Entity Resolution resource that is being associated to the collaboration. Valid resource ARNs are from the ID namespaces that you own.
2942
+ */
2943
+ inputReferenceArn: IdNamespaceAssociationInputReferenceArn;
2944
+ /**
2945
+ * When TRUE, Clean Rooms manages permissions for the ID namespace association resource. When FALSE, the resource owner manages permissions for the ID namespace association resource.
2946
+ */
2947
+ manageResourcePolicies: Boolean;
2948
+ }
2949
+ export interface IdNamespaceAssociationInputReferenceProperties {
2950
+ /**
2951
+ * The ID namespace type for this ID namespace association.
2952
+ */
2953
+ idNamespaceType: IdNamespaceType;
2954
+ /**
2955
+ * Defines how ID mapping workflows are supported for this ID namespace association.
2956
+ */
2957
+ idMappingWorkflowsSupported: IdMappingWorkflowsSupported;
2958
+ }
2959
+ export interface IdNamespaceAssociationInputReferencePropertiesSummary {
2960
+ /**
2961
+ * The ID namespace type for this ID namespace association.
2962
+ */
2963
+ idNamespaceType: IdNamespaceType;
2964
+ }
2965
+ export interface IdNamespaceAssociationSummary {
2966
+ /**
2967
+ * The unique identifier of the membership resource for this ID namespace association.
2968
+ */
2969
+ membershipId: MembershipIdentifier;
2970
+ /**
2971
+ * The Amazon Resource Name (ARN) of the membership resource for this ID namespace association.
2972
+ */
2973
+ membershipArn: MembershipArn;
2974
+ /**
2975
+ * The Amazon Resource Name (ARN) of the collaboration that contains this ID namespace association.
2976
+ */
2977
+ collaborationArn: CollaborationArn;
2978
+ /**
2979
+ * The unique identifier of the collaboration that contains this ID namespace association.
2980
+ */
2981
+ collaborationId: UUID;
2982
+ /**
2983
+ * The time at which this ID namespace association was created.
2984
+ */
2985
+ createTime: Timestamp;
2986
+ /**
2987
+ * The most recent time at which this ID namespace association has been updated.
2988
+ */
2989
+ updateTime: Timestamp;
2990
+ /**
2991
+ * The unique identifier of this ID namespace association.
2992
+ */
2993
+ id: UUID;
2994
+ /**
2995
+ * The Amazon Resource Name (ARN) of this ID namespace association.
2996
+ */
2997
+ arn: IdNamespaceAssociationArn;
2998
+ /**
2999
+ * The input reference configuration details for this ID namespace association.
3000
+ */
3001
+ inputReferenceConfig: IdNamespaceAssociationInputReferenceConfig;
3002
+ /**
3003
+ * The name of the ID namespace association.
3004
+ */
3005
+ name: GenericResourceName;
3006
+ /**
3007
+ * The description of the ID namespace association.
3008
+ */
3009
+ description?: ResourceDescription;
3010
+ /**
3011
+ * The input reference properties for this ID namespace association.
3012
+ */
3013
+ inputReferenceProperties: IdNamespaceAssociationInputReferencePropertiesSummary;
3014
+ }
3015
+ export type IdNamespaceAssociationSummaryList = IdNamespaceAssociationSummary[];
3016
+ export type IdNamespaceType = "SOURCE"|"TARGET"|string;
2383
3017
  export type JoinOperator = "OR"|"AND"|string;
2384
3018
  export type JoinOperatorsList = JoinOperator[];
2385
3019
  export type JoinRequiredOption = "QUERY_RUNNER"|string;
3020
+ export type KMSKeyArn = string;
2386
3021
  export type KeyPrefix = string;
2387
3022
  export interface ListAnalysisTemplatesInput {
2388
3023
  /**
@@ -2390,17 +3025,17 @@ declare namespace CleanRooms {
2390
3025
  */
2391
3026
  membershipIdentifier: MembershipIdentifier;
2392
3027
  /**
2393
- * The token value retrieved from a previous call to access the next page of results.
3028
+ * The pagination token that's used to fetch the next set of results.
2394
3029
  */
2395
3030
  nextToken?: PaginationToken;
2396
3031
  /**
2397
- * The maximum size of the results that is returned per call.
3032
+ * 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 `maxResults` value has not been met.
2398
3033
  */
2399
3034
  maxResults?: MaxResults;
2400
3035
  }
2401
3036
  export interface ListAnalysisTemplatesOutput {
2402
3037
  /**
2403
- * The token value retrieved from a previous call to access the next page of results.
3038
+ * The pagination token that's used to fetch the next set of results.
2404
3039
  */
2405
3040
  nextToken?: PaginationToken;
2406
3041
  /**
@@ -2414,17 +3049,17 @@ declare namespace CleanRooms {
2414
3049
  */
2415
3050
  collaborationIdentifier: CollaborationIdentifier;
2416
3051
  /**
2417
- * The token value retrieved from a previous call to access the next page of results.
3052
+ * The pagination token that's used to fetch the next set of results.
2418
3053
  */
2419
3054
  nextToken?: PaginationToken;
2420
3055
  /**
2421
- * The maximum size of the results that is returned per call.
3056
+ * 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 `maxResults` value has not been met.
2422
3057
  */
2423
3058
  maxResults?: MaxResults;
2424
3059
  }
2425
3060
  export interface ListCollaborationAnalysisTemplatesOutput {
2426
3061
  /**
2427
- * The token value retrieved from a previous call to access the next page of results.
3062
+ * The pagination token that's used to fetch the next set of results.
2428
3063
  */
2429
3064
  nextToken?: PaginationToken;
2430
3065
  /**
@@ -2438,11 +3073,11 @@ declare namespace CleanRooms {
2438
3073
  */
2439
3074
  collaborationIdentifier: CollaborationIdentifier;
2440
3075
  /**
2441
- * The token value retrieved from a previous call to access the next page of results.
3076
+ * The pagination token that's used to fetch the next set of results.
2442
3077
  */
2443
3078
  nextToken?: PaginationToken;
2444
3079
  /**
2445
- * The maximum size of the results that is returned per call.
3080
+ * 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 `maxResults` value has not been met.
2446
3081
  */
2447
3082
  maxResults?: MaxResults;
2448
3083
  }
@@ -2452,9 +3087,33 @@ declare namespace CleanRooms {
2452
3087
  */
2453
3088
  collaborationConfiguredAudienceModelAssociationSummaries: CollaborationConfiguredAudienceModelAssociationSummaryList;
2454
3089
  /**
2455
- * The token value retrieved from a previous call to access the next page of results.
3090
+ * The pagination token that's used to fetch the next set of results.
3091
+ */
3092
+ nextToken?: PaginationToken;
3093
+ }
3094
+ export interface ListCollaborationIdNamespaceAssociationsInput {
3095
+ /**
3096
+ * The unique identifier of the collaboration that contains the ID namespace associations that you want to retrieve.
3097
+ */
3098
+ collaborationIdentifier: CollaborationIdentifier;
3099
+ /**
3100
+ * The pagination token that's used to fetch the next set of results.
2456
3101
  */
2457
3102
  nextToken?: PaginationToken;
3103
+ /**
3104
+ * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.&gt;
3105
+ */
3106
+ maxResults?: MaxResults;
3107
+ }
3108
+ export interface ListCollaborationIdNamespaceAssociationsOutput {
3109
+ /**
3110
+ * The token value provided to access the next page of results.
3111
+ */
3112
+ nextToken?: PaginationToken;
3113
+ /**
3114
+ * The summary information of the collaboration ID namespace associations that you requested.
3115
+ */
3116
+ collaborationIdNamespaceAssociationSummaries: CollaborationIdNamespaceAssociationSummaryList;
2458
3117
  }
2459
3118
  export interface ListCollaborationPrivacyBudgetTemplatesInput {
2460
3119
  /**
@@ -2462,17 +3121,17 @@ declare namespace CleanRooms {
2462
3121
  */
2463
3122
  collaborationIdentifier: CollaborationIdentifier;
2464
3123
  /**
2465
- * The token value retrieved from a previous call to access the next page of results.
3124
+ * The pagination token that's used to fetch the next set of results.
2466
3125
  */
2467
3126
  nextToken?: PaginationToken;
2468
3127
  /**
2469
- * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
3128
+ * 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 `maxResults` value has not been met.
2470
3129
  */
2471
3130
  maxResults?: MaxResults;
2472
3131
  }
2473
3132
  export interface ListCollaborationPrivacyBudgetTemplatesOutput {
2474
3133
  /**
2475
- * The token value retrieved from a previous call to access the next page of results.
3134
+ * The pagination token that's used to fetch the next set of results.
2476
3135
  */
2477
3136
  nextToken?: PaginationToken;
2478
3137
  /**
@@ -2490,11 +3149,11 @@ declare namespace CleanRooms {
2490
3149
  */
2491
3150
  privacyBudgetType: PrivacyBudgetType;
2492
3151
  /**
2493
- * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
3152
+ * 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 `maxResults` value has not been met.
2494
3153
  */
2495
3154
  maxResults?: MaxResults;
2496
3155
  /**
2497
- * The token value retrieved from a previous call to access the next page of results.
3156
+ * The pagination token that's used to fetch the next set of results.
2498
3157
  */
2499
3158
  nextToken?: PaginationToken;
2500
3159
  }
@@ -2504,17 +3163,17 @@ declare namespace CleanRooms {
2504
3163
  */
2505
3164
  collaborationPrivacyBudgetSummaries: CollaborationPrivacyBudgetSummaryList;
2506
3165
  /**
2507
- * The token value retrieved from a previous call to access the next page of results.
3166
+ * The pagination token that's used to fetch the next set of results.
2508
3167
  */
2509
3168
  nextToken?: PaginationToken;
2510
3169
  }
2511
3170
  export interface ListCollaborationsInput {
2512
3171
  /**
2513
- * The token value retrieved from a previous call to access the next page of results.
3172
+ * The pagination token that's used to fetch the next set of results.
2514
3173
  */
2515
3174
  nextToken?: PaginationToken;
2516
3175
  /**
2517
- * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
3176
+ * 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 `maxResults` value has not been met.
2518
3177
  */
2519
3178
  maxResults?: MaxResults;
2520
3179
  /**
@@ -2524,7 +3183,7 @@ declare namespace CleanRooms {
2524
3183
  }
2525
3184
  export interface ListCollaborationsOutput {
2526
3185
  /**
2527
- * The token value retrieved from a previous call to access the next page of results.
3186
+ * The pagination token that's used to fetch the next set of results.
2528
3187
  */
2529
3188
  nextToken?: PaginationToken;
2530
3189
  /**
@@ -2538,11 +3197,11 @@ declare namespace CleanRooms {
2538
3197
  */
2539
3198
  membershipIdentifier: MembershipIdentifier;
2540
3199
  /**
2541
- * The token value retrieved from a previous call to access the next page of results.
3200
+ * The pagination token that's used to fetch the next set of results.
2542
3201
  */
2543
3202
  nextToken?: PaginationToken;
2544
3203
  /**
2545
- * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
3204
+ * 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 `maxResults` value has not been met.
2546
3205
  */
2547
3206
  maxResults?: MaxResults;
2548
3207
  }
@@ -2562,11 +3221,11 @@ declare namespace CleanRooms {
2562
3221
  */
2563
3222
  membershipIdentifier: MembershipIdentifier;
2564
3223
  /**
2565
- * The token value retrieved from a previous call to access the next page of results.
3224
+ * The pagination token that's used to fetch the next set of results.
2566
3225
  */
2567
3226
  nextToken?: PaginationToken;
2568
3227
  /**
2569
- * The maximum size of the results that is returned per call.
3228
+ * 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 `maxResults` value has not been met.
2570
3229
  */
2571
3230
  maxResults?: MaxResults;
2572
3231
  }
@@ -2576,17 +3235,17 @@ declare namespace CleanRooms {
2576
3235
  */
2577
3236
  configuredTableAssociationSummaries: ConfiguredTableAssociationSummaryList;
2578
3237
  /**
2579
- * The token value retrieved from a previous call to access the next page of results.
3238
+ * The pagination token that's used to fetch the next set of results.
2580
3239
  */
2581
3240
  nextToken?: PaginationToken;
2582
3241
  }
2583
3242
  export interface ListConfiguredTablesInput {
2584
3243
  /**
2585
- * The token value retrieved from a previous call to access the next page of results.
3244
+ * The pagination token that's used to fetch the next set of results.
2586
3245
  */
2587
3246
  nextToken?: PaginationToken;
2588
3247
  /**
2589
- * The maximum size of the results that is returned per call.
3248
+ * 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 `maxResults` value has not been met.
2590
3249
  */
2591
3250
  maxResults?: MaxResults;
2592
3251
  }
@@ -2596,9 +3255,57 @@ declare namespace CleanRooms {
2596
3255
  */
2597
3256
  configuredTableSummaries: ConfiguredTableSummaryList;
2598
3257
  /**
2599
- * The token value retrieved from a previous call to access the next page of results.
3258
+ * The pagination token that's used to fetch the next set of results.
3259
+ */
3260
+ nextToken?: PaginationToken;
3261
+ }
3262
+ export interface ListIdMappingTablesInput {
3263
+ /**
3264
+ * The unique identifier of the membership that contains the ID mapping tables that you want to view.
3265
+ */
3266
+ membershipIdentifier: MembershipIdentifier;
3267
+ /**
3268
+ * The pagination token that's used to fetch the next set of results.
3269
+ */
3270
+ nextToken?: PaginationToken;
3271
+ /**
3272
+ * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
3273
+ */
3274
+ maxResults?: MaxResults;
3275
+ }
3276
+ export interface ListIdMappingTablesOutput {
3277
+ /**
3278
+ * The summary information of the ID mapping tables that you requested.
3279
+ */
3280
+ idMappingTableSummaries: IdMappingTableSummaryList;
3281
+ /**
3282
+ * The token value provided to access the next page of results.
3283
+ */
3284
+ nextToken?: PaginationToken;
3285
+ }
3286
+ export interface ListIdNamespaceAssociationsInput {
3287
+ /**
3288
+ * The unique identifier of the membership that contains the ID namespace association that you want to view.
3289
+ */
3290
+ membershipIdentifier: MembershipIdentifier;
3291
+ /**
3292
+ * The pagination token that's used to fetch the next set of results.
3293
+ */
3294
+ nextToken?: PaginationToken;
3295
+ /**
3296
+ * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
3297
+ */
3298
+ maxResults?: MaxResults;
3299
+ }
3300
+ export interface ListIdNamespaceAssociationsOutput {
3301
+ /**
3302
+ * The token value provided to access the next page of results.
2600
3303
  */
2601
3304
  nextToken?: PaginationToken;
3305
+ /**
3306
+ * The summary information of the ID namespace associations that you requested.
3307
+ */
3308
+ idNamespaceAssociationSummaries: IdNamespaceAssociationSummaryList;
2602
3309
  }
2603
3310
  export interface ListMembersInput {
2604
3311
  /**
@@ -2606,17 +3313,17 @@ declare namespace CleanRooms {
2606
3313
  */
2607
3314
  collaborationIdentifier: CollaborationIdentifier;
2608
3315
  /**
2609
- * The token value retrieved from a previous call to access the next page of results.
3316
+ * The pagination token that's used to fetch the next set of results.
2610
3317
  */
2611
3318
  nextToken?: PaginationToken;
2612
3319
  /**
2613
- * The maximum size of the results that is returned per call.
3320
+ * 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 `maxResults` value has not been met.
2614
3321
  */
2615
3322
  maxResults?: MaxResults;
2616
3323
  }
2617
3324
  export interface ListMembersOutput {
2618
3325
  /**
2619
- * The token value retrieved from a previous call to access the next page of results.
3326
+ * The pagination token that's used to fetch the next set of results.
2620
3327
  */
2621
3328
  nextToken?: PaginationToken;
2622
3329
  /**
@@ -2626,11 +3333,11 @@ declare namespace CleanRooms {
2626
3333
  }
2627
3334
  export interface ListMembershipsInput {
2628
3335
  /**
2629
- * The token value retrieved from a previous call to access the next page of results.
3336
+ * The pagination token that's used to fetch the next set of results.
2630
3337
  */
2631
3338
  nextToken?: PaginationToken;
2632
3339
  /**
2633
- * The maximum size of the results that is returned per call.
3340
+ * 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 `maxResults` value has not been met.
2634
3341
  */
2635
3342
  maxResults?: MaxResults;
2636
3343
  /**
@@ -2640,7 +3347,7 @@ declare namespace CleanRooms {
2640
3347
  }
2641
3348
  export interface ListMembershipsOutput {
2642
3349
  /**
2643
- * The token value retrieved from a previous call to access the next page of results.
3350
+ * The pagination token that's used to fetch the next set of results.
2644
3351
  */
2645
3352
  nextToken?: PaginationToken;
2646
3353
  /**
@@ -2654,17 +3361,17 @@ declare namespace CleanRooms {
2654
3361
  */
2655
3362
  membershipIdentifier: MembershipIdentifier;
2656
3363
  /**
2657
- * The token value retrieved from a previous call to access the next page of results.
3364
+ * The pagination token that's used to fetch the next set of results.
2658
3365
  */
2659
3366
  nextToken?: PaginationToken;
2660
3367
  /**
2661
- * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
3368
+ * 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 `maxResults` value has not been met.
2662
3369
  */
2663
3370
  maxResults?: MaxResults;
2664
3371
  }
2665
3372
  export interface ListPrivacyBudgetTemplatesOutput {
2666
3373
  /**
2667
- * The token value retrieved from a previous call to access the next page of results.
3374
+ * The pagination token that's used to fetch the next set of results.
2668
3375
  */
2669
3376
  nextToken?: PaginationToken;
2670
3377
  /**
@@ -2682,11 +3389,11 @@ declare namespace CleanRooms {
2682
3389
  */
2683
3390
  privacyBudgetType: PrivacyBudgetType;
2684
3391
  /**
2685
- * The token value retrieved from a previous call to access the next page of results.
3392
+ * The pagination token that's used to fetch the next set of results.
2686
3393
  */
2687
3394
  nextToken?: PaginationToken;
2688
3395
  /**
2689
- * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
3396
+ * 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 `maxResults` value has not been met.
2690
3397
  */
2691
3398
  maxResults?: MaxResults;
2692
3399
  }
@@ -2696,7 +3403,7 @@ declare namespace CleanRooms {
2696
3403
  */
2697
3404
  privacyBudgetSummaries: PrivacyBudgetSummaryList;
2698
3405
  /**
2699
- * The token value retrieved from a previous call to access the next page of results.
3406
+ * The pagination token that's used to fetch the next set of results.
2700
3407
  */
2701
3408
  nextToken?: PaginationToken;
2702
3409
  }
@@ -2710,17 +3417,17 @@ declare namespace CleanRooms {
2710
3417
  */
2711
3418
  status?: ProtectedQueryStatus;
2712
3419
  /**
2713
- * The token value retrieved from a previous call to access the next page of results.
3420
+ * The pagination token that's used to fetch the next set of results.
2714
3421
  */
2715
3422
  nextToken?: PaginationToken;
2716
3423
  /**
2717
- * The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service can return a nextToken even if the maximum results has not been met.
3424
+ * 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 `maxResults` value has not been met.
2718
3425
  */
2719
3426
  maxResults?: MaxResults;
2720
3427
  }
2721
3428
  export interface ListProtectedQueriesOutput {
2722
3429
  /**
2723
- * The token value retrieved from a previous call to access the next page of results.
3430
+ * The pagination token that's used to fetch the next set of results.
2724
3431
  */
2725
3432
  nextToken?: PaginationToken;
2726
3433
  /**
@@ -2734,15 +3441,15 @@ declare namespace CleanRooms {
2734
3441
  */
2735
3442
  collaborationIdentifier: CollaborationIdentifier;
2736
3443
  /**
2737
- * If present, filter schemas by schema type. The only valid schema type is currently `TABLE`.
3444
+ * If present, filter schemas by schema type.
2738
3445
  */
2739
3446
  schemaType?: SchemaType;
2740
3447
  /**
2741
- * The token value retrieved from a previous call to access the next page of results.
3448
+ * The pagination token that's used to fetch the next set of results.
2742
3449
  */
2743
3450
  nextToken?: PaginationToken;
2744
3451
  /**
2745
- * The maximum size of the results that is returned per call.
3452
+ * 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 `maxResults` value has not been met.
2746
3453
  */
2747
3454
  maxResults?: MaxResults;
2748
3455
  }
@@ -2752,7 +3459,7 @@ declare namespace CleanRooms {
2752
3459
  */
2753
3460
  schemaSummaries: SchemaSummaryList;
2754
3461
  /**
2755
- * The token value retrieved from a previous call to access the next page of results.
3462
+ * The pagination token that's used to fetch the next set of results.
2756
3463
  */
2757
3464
  nextToken?: PaginationToken;
2758
3465
  }
@@ -2980,6 +3687,22 @@ declare namespace CleanRooms {
2980
3687
  */
2981
3688
  queryCompute: QueryComputePaymentConfig;
2982
3689
  }
3690
+ export interface PopulateIdMappingTableInput {
3691
+ /**
3692
+ * The unique identifier of the ID mapping table that you want to populate.
3693
+ */
3694
+ idMappingTableIdentifier: UUID;
3695
+ /**
3696
+ * The unique identifier of the membership that contains the ID mapping table that you want to populate.
3697
+ */
3698
+ membershipIdentifier: MembershipIdentifier;
3699
+ }
3700
+ export interface PopulateIdMappingTableOutput {
3701
+ /**
3702
+ * The unique identifier of the mapping job that will populate the ID mapping table.
3703
+ */
3704
+ idMappingJobId: UUID;
3705
+ }
2983
3706
  export interface PreviewPrivacyImpactInput {
2984
3707
  /**
2985
3708
  * A unique identifier for one of your memberships for a collaboration. Accepts a membership ID.
@@ -3097,7 +3820,7 @@ declare namespace CleanRooms {
3097
3820
  */
3098
3821
  autoRefresh: PrivacyBudgetTemplateAutoRefresh;
3099
3822
  /**
3100
- * Specifies the epislon and noise parameters for the privacy budget template.
3823
+ * Specifies the epsilon and noise parameters for the privacy budget template.
3101
3824
  */
3102
3825
  parameters: PrivacyBudgetTemplateParametersOutput;
3103
3826
  }
@@ -3333,6 +4056,19 @@ declare namespace CleanRooms {
3333
4056
  */
3334
4057
  isResponsible: Boolean;
3335
4058
  }
4059
+ export interface QueryConstraint {
4060
+ /**
4061
+ * An array of column names that specifies which columns are required in the JOIN statement.
4062
+ */
4063
+ requireOverlap?: QueryConstraintRequireOverlap;
4064
+ }
4065
+ export type QueryConstraintList = QueryConstraint[];
4066
+ export interface QueryConstraintRequireOverlap {
4067
+ /**
4068
+ * The columns that are required to overlap.
4069
+ */
4070
+ columns?: AnalysisRuleColumnList;
4071
+ }
3336
4072
  export type QueryTables = TableAlias[];
3337
4073
  export type ResourceAlias = string;
3338
4074
  export type ResourceDescription = string;
@@ -3342,7 +4078,7 @@ declare namespace CleanRooms {
3342
4078
  export type ScalarFunctionsList = ScalarFunctions[];
3343
4079
  export interface Schema {
3344
4080
  /**
3345
- * The columns for the relation this schema represents.
4081
+ * The columns for the relation that this schema represents.
3346
4082
  */
3347
4083
  columns: ColumnList;
3348
4084
  /**
@@ -3350,7 +4086,7 @@ declare namespace CleanRooms {
3350
4086
  */
3351
4087
  partitionKeys: ColumnList;
3352
4088
  /**
3353
- * The analysis rule types associated with the schema. Currently, only one entry is present.
4089
+ * The analysis rule types that are associated with the schema. Currently, only one entry is present.
3354
4090
  */
3355
4091
  analysisRuleTypes: AnalysisRuleTypeList;
3356
4092
  /**
@@ -3370,7 +4106,7 @@ declare namespace CleanRooms {
3370
4106
  */
3371
4107
  collaborationId: UUID;
3372
4108
  /**
3373
- * The unique ARN for the collaboration that the schema belongs to.
4109
+ * The unique Amazon Resource Name (ARN) for the collaboration that the schema belongs to.
3374
4110
  */
3375
4111
  collaborationArn: CollaborationArn;
3376
4112
  /**
@@ -3378,21 +4114,25 @@ declare namespace CleanRooms {
3378
4114
  */
3379
4115
  description: TableDescription;
3380
4116
  /**
3381
- * The time the schema was created.
4117
+ * The time at which the schema was created.
3382
4118
  */
3383
4119
  createTime: Timestamp;
3384
4120
  /**
3385
- * The time the schema was last updated.
4121
+ * The most recent time at which the schema was updated.
3386
4122
  */
3387
4123
  updateTime: Timestamp;
3388
4124
  /**
3389
- * The type of schema. The only valid value is currently `TABLE`.
4125
+ * The type of schema.
3390
4126
  */
3391
4127
  type: SchemaType;
3392
4128
  /**
3393
4129
  * Details about the status of the schema. Currently, only one entry is present.
3394
4130
  */
3395
4131
  schemaStatusDetails: SchemaStatusDetailList;
4132
+ /**
4133
+ * The schema type properties.
4134
+ */
4135
+ schemaTypeProperties?: SchemaTypeProperties;
3396
4136
  }
3397
4137
  export type SchemaAnalysisRuleList = AnalysisRule[];
3398
4138
  export interface SchemaAnalysisRuleRequest {
@@ -3406,7 +4146,7 @@ declare namespace CleanRooms {
3406
4146
  type: AnalysisRuleType;
3407
4147
  }
3408
4148
  export type SchemaAnalysisRuleRequestList = SchemaAnalysisRuleRequest[];
3409
- export type SchemaConfiguration = "DIFFERENTIAL_PRIVACY"|string;
4149
+ export type SchemaConfiguration = "DIFFERENTIAL_PRIVACY"|"CUSTOM_ANALYSIS_NOT_ALLOWED"|"NO_MEMBER_ACCOUNT_ALLOWED_TO_PROVIDE_ANALYSIS"|"DIFFERENTIAL_PRIVACY_BUDGET_NOT_CONFIGURED"|"ID_MAPPING_TABLE_NOT_POPULATED"|string;
3410
4150
  export type SchemaConfigurationList = SchemaConfiguration[];
3411
4151
  export type SchemaList = Schema[];
3412
4152
  export type SchemaStatus = "READY"|"NOT_READY"|string;
@@ -3439,7 +4179,7 @@ declare namespace CleanRooms {
3439
4179
  */
3440
4180
  message: String;
3441
4181
  }
3442
- export type SchemaStatusReasonCode = "ANALYSIS_RULE_MISSING"|"ANALYSIS_TEMPLATES_NOT_CONFIGURED"|"ANALYSIS_PROVIDERS_NOT_CONFIGURED"|"DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED"|string;
4182
+ export type SchemaStatusReasonCode = "ANALYSIS_RULE_MISSING"|"ANALYSIS_TEMPLATES_NOT_CONFIGURED"|"ANALYSIS_PROVIDERS_NOT_CONFIGURED"|"DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED"|"ID_MAPPING_TABLE_NOT_POPULATED"|string;
3443
4183
  export type SchemaStatusReasonList = SchemaStatusReason[];
3444
4184
  export interface SchemaSummary {
3445
4185
  /**
@@ -3447,7 +4187,7 @@ declare namespace CleanRooms {
3447
4187
  */
3448
4188
  name: TableAlias;
3449
4189
  /**
3450
- * The type of schema object. The only valid schema type is currently `TABLE`.
4190
+ * The type of schema object.
3451
4191
  */
3452
4192
  type: SchemaType;
3453
4193
  /**
@@ -3480,7 +4220,13 @@ declare namespace CleanRooms {
3480
4220
  analysisMethod?: AnalysisMethod;
3481
4221
  }
3482
4222
  export type SchemaSummaryList = SchemaSummary[];
3483
- export type SchemaType = "TABLE"|string;
4223
+ export type SchemaType = "TABLE"|"ID_MAPPING_TABLE"|string;
4224
+ export interface SchemaTypeProperties {
4225
+ /**
4226
+ * The ID mapping table for the schema type properties.
4227
+ */
4228
+ idMappingTable?: IdMappingTableSchemaTypeProperties;
4229
+ }
3484
4230
  export interface StartProtectedQueryInput {
3485
4231
  /**
3486
4232
  * The type of the protected query to be started.
@@ -3674,6 +4420,58 @@ declare namespace CleanRooms {
3674
4420
  */
3675
4421
  configuredTable: ConfiguredTable;
3676
4422
  }
4423
+ export interface UpdateIdMappingTableInput {
4424
+ /**
4425
+ * The unique identifier of the ID mapping table that you want to update.
4426
+ */
4427
+ idMappingTableIdentifier: UUID;
4428
+ /**
4429
+ * The unique identifier of the membership that contains the ID mapping table that you want to update.
4430
+ */
4431
+ membershipIdentifier: MembershipIdentifier;
4432
+ /**
4433
+ * A new description for the ID mapping table.
4434
+ */
4435
+ description?: ResourceDescription;
4436
+ /**
4437
+ * The Amazon Resource Name (ARN) of the Amazon Web Services KMS key.
4438
+ */
4439
+ kmsKeyArn?: KMSKeyArn;
4440
+ }
4441
+ export interface UpdateIdMappingTableOutput {
4442
+ /**
4443
+ * The updated ID mapping table.
4444
+ */
4445
+ idMappingTable: IdMappingTable;
4446
+ }
4447
+ export interface UpdateIdNamespaceAssociationInput {
4448
+ /**
4449
+ * The unique identifier of the ID namespace association that you want to update.
4450
+ */
4451
+ idNamespaceAssociationIdentifier: IdNamespaceAssociationIdentifier;
4452
+ /**
4453
+ * The unique identifier of the membership that contains the ID namespace association that you want to update.
4454
+ */
4455
+ membershipIdentifier: MembershipIdentifier;
4456
+ /**
4457
+ * A new name for the ID namespace association.
4458
+ */
4459
+ name?: GenericResourceName;
4460
+ /**
4461
+ * A new description for the ID namespace association.
4462
+ */
4463
+ description?: ResourceDescription;
4464
+ /**
4465
+ * The configuration settings for the ID mapping table.
4466
+ */
4467
+ idMappingConfig?: IdMappingConfig;
4468
+ }
4469
+ export interface UpdateIdNamespaceAssociationOutput {
4470
+ /**
4471
+ * The updated ID namespace association.
4472
+ */
4473
+ idNamespaceAssociation: IdNamespaceAssociation;
4474
+ }
3677
4475
  export interface UpdateMembershipInput {
3678
4476
  /**
3679
4477
  * The unique identifier of the membership.