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 2456
2456
"UseDualStack" : false
2457
2457
}
2458
2458
},
2459
- {
2460
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
2461
- "expect" : {
2462
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
2463
- },
2464
- "params" : {
2465
- "Region" : " us-iso-east-1" ,
2466
- "UseFIPS" : true ,
2467
- "UseDualStack" : true
2468
- }
2469
- },
2470
2459
{
2471
2460
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
2472
2461
"expect" : {
2480
2469
"UseDualStack" : false
2481
2470
}
2482
2471
},
2483
- {
2484
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
2485
- "expect" : {
2486
- "error" : " DualStack is enabled but this partition does not support DualStack"
2487
- },
2488
- "params" : {
2489
- "Region" : " us-iso-east-1" ,
2490
- "UseFIPS" : false ,
2491
- "UseDualStack" : true
2492
- }
2493
- },
2494
2472
{
2495
2473
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
2496
2474
"expect" : {
2504
2482
"UseDualStack" : false
2505
2483
}
2506
2484
},
2507
- {
2508
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
2509
- "expect" : {
2510
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
2511
- },
2512
- "params" : {
2513
- "Region" : " us-isob-east-1" ,
2514
- "UseFIPS" : true ,
2515
- "UseDualStack" : true
2516
- }
2517
- },
2518
2485
{
2519
2486
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
2520
2487
"expect" : {
2528
2495
"UseDualStack" : false
2529
2496
}
2530
2497
},
2531
- {
2532
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
2533
- "expect" : {
2534
- "error" : " DualStack is enabled but this partition does not support DualStack"
2535
- },
2536
- "params" : {
2537
- "Region" : " us-isob-east-1" ,
2538
- "UseFIPS" : false ,
2539
- "UseDualStack" : true
2540
- }
2541
- },
2542
2498
{
2543
2499
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
2544
2500
"expect" : {
You can’t perform that action at this time.
0 commit comments