Skip to content

Commit ad8f895

Browse files
author
AWS
committed
AWS Clean Rooms Service Update: This release adds support for PySpark jobs. Customers can now analyze data by running jobs using approved PySpark analysis templates.
1 parent 6cb2e66 commit ad8f895

File tree

3 files changed

+1106
-35
lines changed

3 files changed

+1106
-35
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 support for PySpark jobs. Customers can now analyze data by running jobs using approved PySpark analysis templates."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@
9696
"limit_key": "maxResults",
9797
"result_key": "privacyBudgetSummaries"
9898
},
99+
"ListProtectedJobs": {
100+
"input_token": "nextToken",
101+
"output_token": "nextToken",
102+
"limit_key": "maxResults",
103+
"result_key": "protectedJobs"
104+
},
99105
"ListProtectedQueries": {
100106
"input_token": "nextToken",
101107
"output_token": "nextToken",

0 commit comments

Comments
 (0)