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 2244
2244
"UseDualStack" : false
2245
2245
}
2246
2246
},
2247
- {
2248
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
2249
- "expect" : {
2250
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
2251
- },
2252
- "params" : {
2253
- "Region" : " us-iso-east-1" ,
2254
- "UseFIPS" : true ,
2255
- "UseDualStack" : true
2256
- }
2257
- },
2258
2247
{
2259
2248
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
2260
2249
"expect" : {
2268
2257
"UseDualStack" : false
2269
2258
}
2270
2259
},
2271
- {
2272
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
2273
- "expect" : {
2274
- "error" : " DualStack is enabled but this partition does not support DualStack"
2275
- },
2276
- "params" : {
2277
- "Region" : " us-iso-east-1" ,
2278
- "UseFIPS" : false ,
2279
- "UseDualStack" : true
2280
- }
2281
- },
2282
2260
{
2283
2261
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
2284
2262
"expect" : {
2292
2270
"UseDualStack" : false
2293
2271
}
2294
2272
},
2295
- {
2296
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
2297
- "expect" : {
2298
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
2299
- },
2300
- "params" : {
2301
- "Region" : " us-isob-east-1" ,
2302
- "UseFIPS" : true ,
2303
- "UseDualStack" : true
2304
- }
2305
- },
2306
2273
{
2307
2274
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
2308
2275
"expect" : {
2316
2283
"UseDualStack" : false
2317
2284
}
2318
2285
},
2319
- {
2320
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
2321
- "expect" : {
2322
- "error" : " DualStack is enabled but this partition does not support DualStack"
2323
- },
2324
- "params" : {
2325
- "Region" : " us-isob-east-1" ,
2326
- "UseFIPS" : false ,
2327
- "UseDualStack" : true
2328
- }
2329
- },
2330
2286
{
2331
2287
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
2332
2288
"expect" : {
You can’t perform that action at this time.
0 commit comments