Skip to content

Commit b85a9db

Browse files
author
AWS
committed
AWS Clean Rooms Service Update: AWS Clean Rooms now provides differential privacy to protect against user-identification attempts and machine learning modeling to allow two parties to identify similar users in their data.
1 parent fb58bd3 commit b85a9db

File tree

3 files changed

+2055
-85
lines changed

3 files changed

+2055
-85
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": "AWS Clean Rooms now provides differential privacy to protect against user-identification attempts and machine learning modeling to allow two parties to identify similar users in their data."
6+
}

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,36 @@
1212
"limit_key": "maxResults",
1313
"result_key": "collaborationAnalysisTemplateSummaries"
1414
},
15+
"ListCollaborationConfiguredAudienceModelAssociations": {
16+
"input_token": "nextToken",
17+
"output_token": "nextToken",
18+
"limit_key": "maxResults",
19+
"result_key": "collaborationConfiguredAudienceModelAssociationSummaries"
20+
},
21+
"ListCollaborationPrivacyBudgetTemplates": {
22+
"input_token": "nextToken",
23+
"output_token": "nextToken",
24+
"limit_key": "maxResults",
25+
"result_key": "collaborationPrivacyBudgetTemplateSummaries"
26+
},
27+
"ListCollaborationPrivacyBudgets": {
28+
"input_token": "nextToken",
29+
"output_token": "nextToken",
30+
"limit_key": "maxResults",
31+
"result_key": "collaborationPrivacyBudgetSummaries"
32+
},
1533
"ListCollaborations": {
1634
"input_token": "nextToken",
1735
"output_token": "nextToken",
1836
"limit_key": "maxResults",
1937
"result_key": "collaborationList"
2038
},
39+
"ListConfiguredAudienceModelAssociations": {
40+
"input_token": "nextToken",
41+
"output_token": "nextToken",
42+
"limit_key": "maxResults",
43+
"result_key": "configuredAudienceModelAssociationSummaries"
44+
},
2145
"ListConfiguredTableAssociations": {
2246
"input_token": "nextToken",
2347
"output_token": "nextToken",
@@ -42,6 +66,18 @@
4266
"limit_key": "maxResults",
4367
"result_key": "membershipSummaries"
4468
},
69+
"ListPrivacyBudgetTemplates": {
70+
"input_token": "nextToken",
71+
"output_token": "nextToken",
72+
"limit_key": "maxResults",
73+
"result_key": "privacyBudgetTemplateSummaries"
74+
},
75+
"ListPrivacyBudgets": {
76+
"input_token": "nextToken",
77+
"output_token": "nextToken",
78+
"limit_key": "maxResults",
79+
"result_key": "privacyBudgetSummaries"
80+
},
4581
"ListProtectedQueries": {
4682
"input_token": "nextToken",
4783
"output_token": "nextToken",

0 commit comments

Comments
 (0)