Skip to content

Commit d25b577

Browse files
author
AWS
committed
AWS Clean Rooms Service Update: This release adds support for federated catalogs in Athena-sourced configured tables.
1 parent b7c7933 commit d25b577

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
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 federated catalogs in Athena-sourced configured tables."
6+
}

services/cleanrooms/src/main/resources/codegen-resources/service-2.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2359,7 +2359,7 @@
23592359
"type":"string",
23602360
"max":200,
23612361
"min":0,
2362-
"pattern":"arn:aws:cleanrooms:[\\w]{2}-[\\w]{4,9}-[\\d]:[\\d]{12}:membership/[\\d\\w-]+/analysistemplate/[\\d\\w-]+"
2362+
"pattern":"arn:aws[-a-z]*:cleanrooms:[\\w]{2}-[\\w]{4,9}-[\\d]:[\\d]{12}:membership/[\\d\\w-]+/analysistemplate/[\\d\\w-]+"
23632363
},
23642364
"AnalysisTemplateArnList":{
23652365
"type":"list",
@@ -2597,6 +2597,12 @@
25972597
"max":50,
25982598
"min":1
25992599
},
2600+
"AthenaCatalogName":{
2601+
"type":"string",
2602+
"max":64,
2603+
"min":1,
2604+
"pattern":"[a-zA-Z0-9_-]+"
2605+
},
26002606
"AthenaDatabaseName":{
26012607
"type":"string",
26022608
"max":128,
@@ -2642,6 +2648,10 @@
26422648
"tableName":{
26432649
"shape":"AthenaTableName",
26442650
"documentation":"<p> The table reference.</p>"
2651+
},
2652+
"catalogName":{
2653+
"shape":"AthenaCatalogName",
2654+
"documentation":"<p> The catalog name.</p>"
26452655
}
26462656
},
26472657
"documentation":"<p> A reference to a table within Athena.</p>"
@@ -9964,6 +9974,7 @@
99649974
},
99659975
"ResultFormat":{
99669976
"type":"string",
9977+
"documentation":"<p>File format of the returned data.</p>",
99679978
"enum":[
99689979
"CSV",
99699980
"PARQUET"
@@ -11401,7 +11412,8 @@
1140111412
},
1140211413
"number":{
1140311414
"shape":"WorkerComputeConfigurationNumberInteger",
11404-
"documentation":"<p> The number of workers.</p> <p>SQL queries support a minimum value of 2 and a maximum value of 400. </p> <p>PySpark jobs support a minimum value of 4 and a maximum value of 128.</p>"
11415+
"documentation":"<p> The number of workers.</p> <p>SQL queries support a minimum value of 2 and a maximum value of 400. </p> <p>PySpark jobs support a minimum value of 4 and a maximum value of 128.</p>",
11416+
"box":true
1140511417
},
1140611418
"properties":{
1140711419
"shape":"WorkerComputeConfigurationProperties",

0 commit comments

Comments
 (0)