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 1290
1290
"UseDualStack": false
1291
1291
}
1292
1292
},
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
- },
1304
1293
{
1305
1294
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
1306
1295
"expect": {
1314
1303
"UseDualStack": false
1315
1304
}
1316
1305
},
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
- },
1328
1306
{
1329
1307
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
1330
1308
"expect": {
1338
1316
"UseDualStack": false
1339
1317
}
1340
1318
},
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
- },
1352
1319
{
1353
1320
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
1354
1321
"expect": {
1362
1329
"UseDualStack": false
1363
1330
}
1364
1331
},
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
- },
1376
1332
{
1377
1333
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
1378
1334
"expect": {
You can’t perform that action at this time.
0 commit comments