|
1098 | 1098 | "UseDualStack": true |
1099 | 1099 | } |
1100 | 1100 | }, |
| 1101 | + { |
| 1102 | + "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled", |
| 1103 | + "expect": { |
| 1104 | + "error": "FIPS and DualStack are enabled, but this partition does not support one or both" |
| 1105 | + }, |
| 1106 | + "params": { |
| 1107 | + "Region": "us-iso-east-1", |
| 1108 | + "UseFIPS": true, |
| 1109 | + "UseDualStack": true |
| 1110 | + } |
| 1111 | + }, |
1101 | 1112 | { |
1102 | 1113 | "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled", |
1103 | 1114 | "expect": { |
|
1111 | 1122 | "UseDualStack": false |
1112 | 1123 | } |
1113 | 1124 | }, |
| 1125 | + { |
| 1126 | + "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled", |
| 1127 | + "expect": { |
| 1128 | + "error": "DualStack is enabled but this partition does not support DualStack" |
| 1129 | + }, |
| 1130 | + "params": { |
| 1131 | + "Region": "us-iso-east-1", |
| 1132 | + "UseFIPS": false, |
| 1133 | + "UseDualStack": true |
| 1134 | + } |
| 1135 | + }, |
1114 | 1136 | { |
1115 | 1137 | "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled", |
1116 | 1138 | "expect": { |
|
1124 | 1146 | "UseDualStack": false |
1125 | 1147 | } |
1126 | 1148 | }, |
| 1149 | + { |
| 1150 | + "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled", |
| 1151 | + "expect": { |
| 1152 | + "error": "FIPS and DualStack are enabled, but this partition does not support one or both" |
| 1153 | + }, |
| 1154 | + "params": { |
| 1155 | + "Region": "us-isob-east-1", |
| 1156 | + "UseFIPS": true, |
| 1157 | + "UseDualStack": true |
| 1158 | + } |
| 1159 | + }, |
1127 | 1160 | { |
1128 | 1161 | "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled", |
1129 | 1162 | "expect": { |
|
1137 | 1170 | "UseDualStack": false |
1138 | 1171 | } |
1139 | 1172 | }, |
| 1173 | + { |
| 1174 | + "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled", |
| 1175 | + "expect": { |
| 1176 | + "error": "DualStack is enabled but this partition does not support DualStack" |
| 1177 | + }, |
| 1178 | + "params": { |
| 1179 | + "Region": "us-isob-east-1", |
| 1180 | + "UseFIPS": false, |
| 1181 | + "UseDualStack": true |
| 1182 | + } |
| 1183 | + }, |
1140 | 1184 | { |
1141 | 1185 | "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled", |
1142 | 1186 | "expect": { |
|
1200 | 1244 | "UseDualStack": true, |
1201 | 1245 | "Endpoint": "https://example.com" |
1202 | 1246 | } |
| 1247 | + }, |
| 1248 | + { |
| 1249 | + "documentation": "Missing region", |
| 1250 | + "expect": { |
| 1251 | + "error": "Invalid Configuration: Missing Region" |
| 1252 | + } |
1203 | 1253 | } |
1204 | 1254 | ], |
1205 | 1255 | "version": "1.0" |
|
1869 | 1919 | "com.amazonaws.athena#CoordinatorDpuSize": { |
1870 | 1920 | "type": "integer", |
1871 | 1921 | "traits": { |
1872 | | - "smithy.api#default": 0, |
1873 | 1922 | "smithy.api#range": { |
1874 | 1923 | "min": 1, |
1875 | | - "max": 5000 |
| 1924 | + "max": 1 |
1876 | 1925 | } |
1877 | 1926 | } |
1878 | 1927 | }, |
|
2440 | 2489 | "com.amazonaws.athena#DefaultExecutorDpuSize": { |
2441 | 2490 | "type": "integer", |
2442 | 2491 | "traits": { |
2443 | | - "smithy.api#default": 0, |
2444 | 2492 | "smithy.api#range": { |
2445 | 2493 | "min": 1, |
2446 | | - "max": 5000 |
| 2494 | + "max": 1 |
2447 | 2495 | } |
2448 | 2496 | } |
2449 | 2497 | }, |
|
2738 | 2786 | "CoordinatorDpuSize": { |
2739 | 2787 | "target": "com.amazonaws.athena#CoordinatorDpuSize", |
2740 | 2788 | "traits": { |
2741 | | - "smithy.api#default": 0, |
2742 | 2789 | "smithy.api#documentation": "<p>The number of DPUs to use for the coordinator. A coordinator is a special executor\n that orchestrates processing work and manages other executors in a notebook\n session.</p>" |
2743 | 2790 | } |
2744 | 2791 | }, |
|
2753 | 2800 | "DefaultExecutorDpuSize": { |
2754 | 2801 | "target": "com.amazonaws.athena#DefaultExecutorDpuSize", |
2755 | 2802 | "traits": { |
2756 | | - "smithy.api#default": 0, |
2757 | 2803 | "smithy.api#documentation": "<p>The default number of DPUs to use for executors. An executor is the smallest unit of\n compute that a notebook session can request from Athena.</p>" |
2758 | 2804 | } |
2759 | 2805 | }, |
|
0 commit comments