File tree Expand file tree Collapse file tree 1 file changed +0
-44
lines changed
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Original file line number Diff line number Diff line change 12901290 "UseDualStack": false
12911291 }
12921292 },
1293- {
1294- "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1295- "expect": {
1296- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1297- },
1298- "params": {
1299- "Region": "us-iso-east-1",
1300- "UseFIPS": true,
1301- "UseDualStack": true
1302- }
1303- },
13041293 {
13051294 "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
13061295 "expect": {
13141303 "UseDualStack": false
13151304 }
13161305 },
1317- {
1318- "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1319- "expect": {
1320- "error": "DualStack is enabled but this partition does not support DualStack"
1321- },
1322- "params": {
1323- "Region": "us-iso-east-1",
1324- "UseFIPS": false,
1325- "UseDualStack": true
1326- }
1327- },
13281306 {
13291307 "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
13301308 "expect": {
13381316 "UseDualStack": false
13391317 }
13401318 },
1341- {
1342- "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1343- "expect": {
1344- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1345- },
1346- "params": {
1347- "Region": "us-isob-east-1",
1348- "UseFIPS": true,
1349- "UseDualStack": true
1350- }
1351- },
13521319 {
13531320 "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
13541321 "expect": {
13621329 "UseDualStack": false
13631330 }
13641331 },
1365- {
1366- "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1367- "expect": {
1368- "error": "DualStack is enabled but this partition does not support DualStack"
1369- },
1370- "params": {
1371- "Region": "us-isob-east-1",
1372- "UseFIPS": false,
1373- "UseDualStack": true
1374- }
1375- },
13761332 {
13771333 "documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
13781334 "expect": {
You can’t perform that action at this time.
0 commit comments