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 1221
1221
"UseDualStack": false
1222
1222
}
1223
1223
},
1224
- {
1225
- "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1226
- "expect": {
1227
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1228
- },
1229
- "params": {
1230
- "Region": "us-iso-east-1",
1231
- "UseFIPS": true,
1232
- "UseDualStack": true
1233
- }
1234
- },
1235
1224
{
1236
1225
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
1237
1226
"expect": {
1245
1234
"UseDualStack": false
1246
1235
}
1247
1236
},
1248
- {
1249
- "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1250
- "expect": {
1251
- "error": "DualStack is enabled but this partition does not support DualStack"
1252
- },
1253
- "params": {
1254
- "Region": "us-iso-east-1",
1255
- "UseFIPS": false,
1256
- "UseDualStack": true
1257
- }
1258
- },
1259
- {
1260
- "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1261
- "expect": {
1262
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1263
- },
1264
- "params": {
1265
- "Region": "us-isob-east-1",
1266
- "UseFIPS": true,
1267
- "UseDualStack": true
1268
- }
1269
- },
1270
1237
{
1271
1238
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
1272
1239
"expect": {
1280
1247
"UseDualStack": false
1281
1248
}
1282
1249
},
1283
- {
1284
- "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1285
- "expect": {
1286
- "error": "DualStack is enabled but this partition does not support DualStack"
1287
- },
1288
- "params": {
1289
- "Region": "us-isob-east-1",
1290
- "UseFIPS": false,
1291
- "UseDualStack": true
1292
- }
1293
- },
1294
1250
{
1295
1251
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
1296
1252
"expect": {
You can’t perform that action at this time.
0 commit comments