Skip to content

Commit 43ae37f

Browse files
author
AWS
committed
AWS Clean Rooms Service Update: This release adds AWS Entity Resolution integration to associate ID namespaces & ID mapping workflow resources as part of ID namespace association and ID mapping table in AWS Clean Rooms. It also introduces a new ID_MAPPING_TABLE analysis rule to manage the protection on ID mapping table.
1 parent 6b6bcc6 commit 43ae37f

File tree

3 files changed

+1535
-131
lines changed

3 files changed

+1535
-131
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Clean Rooms Service",
4+
"contributor": "",
5+
"description": "This release adds AWS Entity Resolution integration to associate ID namespaces & ID mapping workflow resources as part of ID namespace association and ID mapping table in AWS Clean Rooms. It also introduces a new ID_MAPPING_TABLE analysis rule to manage the protection on ID mapping table."
6+
}

services/cleanrooms/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
"limit_key": "maxResults",
1919
"result_key": "collaborationConfiguredAudienceModelAssociationSummaries"
2020
},
21+
"ListCollaborationIdNamespaceAssociations": {
22+
"input_token": "nextToken",
23+
"output_token": "nextToken",
24+
"limit_key": "maxResults",
25+
"result_key": "collaborationIdNamespaceAssociationSummaries"
26+
},
2127
"ListCollaborationPrivacyBudgetTemplates": {
2228
"input_token": "nextToken",
2329
"output_token": "nextToken",
@@ -54,6 +60,18 @@
5460
"limit_key": "maxResults",
5561
"result_key": "configuredTableSummaries"
5662
},
63+
"ListIdMappingTables": {
64+
"input_token": "nextToken",
65+
"output_token": "nextToken",
66+
"limit_key": "maxResults",
67+
"result_key": "idMappingTableSummaries"
68+
},
69+
"ListIdNamespaceAssociations": {
70+
"input_token": "nextToken",
71+
"output_token": "nextToken",
72+
"limit_key": "maxResults",
73+
"result_key": "idNamespaceAssociationSummaries"
74+
},
5775
"ListMembers": {
5876
"input_token": "nextToken",
5977
"output_token": "nextToken",

0 commit comments

Comments
 (0)