|
1719 | 1719 | "type": "string", |
1720 | 1720 | "traits": { |
1721 | 1721 | "smithy.api#length": { |
| 1722 | + "min": 0, |
1722 | 1723 | "max": 200 |
1723 | 1724 | }, |
1724 | | - "smithy.api#pattern": "^arn:aws:cleanrooms:[\\w]{2}-[\\w]{4,9}-[\\d]:[\\d]{12}:membership/[\\d\\w-]+/analysistemplate/[\\d\\w-]+$" |
| 1725 | + "smithy.api#pattern": "^arn:aws[-a-z]*:cleanrooms:[\\w]{2}-[\\w]{4,9}-[\\d]:[\\d]{12}:membership/[\\d\\w-]+/analysistemplate/[\\d\\w-]+$" |
1725 | 1726 | } |
1726 | 1727 | }, |
1727 | 1728 | "com.amazonaws.cleanrooms#AnalysisTemplateArnList": { |
|
2142 | 2143 | } |
2143 | 2144 | } |
2144 | 2145 | }, |
| 2146 | + "com.amazonaws.cleanrooms#AthenaCatalogName": { |
| 2147 | + "type": "string", |
| 2148 | + "traits": { |
| 2149 | + "smithy.api#length": { |
| 2150 | + "min": 1, |
| 2151 | + "max": 64 |
| 2152 | + }, |
| 2153 | + "smithy.api#pattern": "^[a-zA-Z0-9_-]+$" |
| 2154 | + } |
| 2155 | + }, |
2145 | 2156 | "com.amazonaws.cleanrooms#AthenaDatabaseName": { |
2146 | 2157 | "type": "string", |
2147 | 2158 | "traits": { |
|
2205 | 2216 | "smithy.api#documentation": "<p> The table reference.</p>", |
2206 | 2217 | "smithy.api#required": {} |
2207 | 2218 | } |
| 2219 | + }, |
| 2220 | + "catalogName": { |
| 2221 | + "target": "com.amazonaws.cleanrooms#AthenaCatalogName", |
| 2222 | + "traits": { |
| 2223 | + "smithy.api#documentation": "<p> The catalog name.</p>" |
| 2224 | + } |
2208 | 2225 | } |
2209 | 2226 | }, |
2210 | 2227 | "traits": { |
@@ -15696,18 +15713,23 @@ |
15696 | 15713 | } |
15697 | 15714 | }, |
15698 | 15715 | "com.amazonaws.cleanrooms#ResultFormat": { |
15699 | | - "type": "string", |
15700 | | - "traits": { |
15701 | | - "smithy.api#enum": [ |
15702 | | - { |
15703 | | - "name": "CSV", |
15704 | | - "value": "CSV" |
15705 | | - }, |
15706 | | - { |
15707 | | - "name": "PARQUET", |
15708 | | - "value": "PARQUET" |
| 15716 | + "type": "enum", |
| 15717 | + "members": { |
| 15718 | + "CSV": { |
| 15719 | + "target": "smithy.api#Unit", |
| 15720 | + "traits": { |
| 15721 | + "smithy.api#enumValue": "CSV" |
15709 | 15722 | } |
15710 | | - ] |
| 15723 | + }, |
| 15724 | + "PARQUET": { |
| 15725 | + "target": "smithy.api#Unit", |
| 15726 | + "traits": { |
| 15727 | + "smithy.api#enumValue": "PARQUET" |
| 15728 | + } |
| 15729 | + } |
| 15730 | + }, |
| 15731 | + "traits": { |
| 15732 | + "smithy.api#documentation": "File format of the returned data.\n" |
15711 | 15733 | } |
15712 | 15734 | }, |
15713 | 15735 | "com.amazonaws.cleanrooms#RoleArn": { |
@@ -18617,12 +18639,18 @@ |
18617 | 18639 | "type": { |
18618 | 18640 | "target": "com.amazonaws.cleanrooms#WorkerComputeType", |
18619 | 18641 | "traits": { |
| 18642 | + "smithy.api#addedDefault": {}, |
| 18643 | + "smithy.api#clientOptional": {}, |
| 18644 | + "smithy.api#default": "CR.1X", |
18620 | 18645 | "smithy.api#documentation": "<p> The worker compute configuration type.</p>" |
18621 | 18646 | } |
18622 | 18647 | }, |
18623 | 18648 | "number": { |
18624 | 18649 | "target": "smithy.api#Integer", |
18625 | 18650 | "traits": { |
| 18651 | + "smithy.api#addedDefault": {}, |
| 18652 | + "smithy.api#clientOptional": {}, |
| 18653 | + "smithy.api#default": 16, |
18626 | 18654 | "smithy.api#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>", |
18627 | 18655 | "smithy.api#range": { |
18628 | 18656 | "min": 2, |
|
0 commit comments