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 1207
1207
"UseDualStack" : false
1208
1208
}
1209
1209
},
1210
- {
1211
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
1212
- "expect" : {
1213
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
1214
- },
1215
- "params" : {
1216
- "Region" : " us-iso-east-1" ,
1217
- "UseFIPS" : true ,
1218
- "UseDualStack" : true
1219
- }
1220
- },
1221
1210
{
1222
1211
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
1223
1212
"expect" : {
1231
1220
"UseDualStack" : false
1232
1221
}
1233
1222
},
1234
- {
1235
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
1236
- "expect" : {
1237
- "error" : " DualStack is enabled but this partition does not support DualStack"
1238
- },
1239
- "params" : {
1240
- "Region" : " us-iso-east-1" ,
1241
- "UseFIPS" : false ,
1242
- "UseDualStack" : true
1243
- }
1244
- },
1245
1223
{
1246
1224
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
1247
1225
"expect" : {
1255
1233
"UseDualStack" : false
1256
1234
}
1257
1235
},
1258
- {
1259
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
1260
- "expect" : {
1261
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
1262
- },
1263
- "params" : {
1264
- "Region" : " us-isob-east-1" ,
1265
- "UseFIPS" : true ,
1266
- "UseDualStack" : true
1267
- }
1268
- },
1269
1236
{
1270
1237
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
1271
1238
"expect" : {
1279
1246
"UseDualStack" : false
1280
1247
}
1281
1248
},
1282
- {
1283
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
1284
- "expect" : {
1285
- "error" : " DualStack is enabled but this partition does not support DualStack"
1286
- },
1287
- "params" : {
1288
- "Region" : " us-isob-east-1" ,
1289
- "UseFIPS" : false ,
1290
- "UseDualStack" : true
1291
- }
1292
- },
1293
1249
{
1294
1250
"documentation" : " For custom endpoint with region set and fips disabled and dualstack disabled" ,
1295
1251
"expect" : {
You can’t perform that action at this time.
0 commit comments