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 2507
2507
"UseDualStack" : false
2508
2508
}
2509
2509
},
2510
- {
2511
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
2512
- "expect" : {
2513
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
2514
- },
2515
- "params" : {
2516
- "Region" : " us-iso-east-1" ,
2517
- "UseFIPS" : true ,
2518
- "UseDualStack" : true
2519
- }
2520
- },
2521
2510
{
2522
2511
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
2523
2512
"expect" : {
2531
2520
"UseDualStack" : false
2532
2521
}
2533
2522
},
2534
- {
2535
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
2536
- "expect" : {
2537
- "error" : " DualStack is enabled but this partition does not support DualStack"
2538
- },
2539
- "params" : {
2540
- "Region" : " us-iso-east-1" ,
2541
- "UseFIPS" : false ,
2542
- "UseDualStack" : true
2543
- }
2544
- },
2545
2523
{
2546
2524
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
2547
2525
"expect" : {
2555
2533
"UseDualStack" : false
2556
2534
}
2557
2535
},
2558
- {
2559
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
2560
- "expect" : {
2561
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
2562
- },
2563
- "params" : {
2564
- "Region" : " us-isob-east-1" ,
2565
- "UseFIPS" : true ,
2566
- "UseDualStack" : true
2567
- }
2568
- },
2569
2536
{
2570
2537
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
2571
2538
"expect" : {
2579
2546
"UseDualStack" : false
2580
2547
}
2581
2548
},
2582
- {
2583
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
2584
- "expect" : {
2585
- "error" : " DualStack is enabled but this partition does not support DualStack"
2586
- },
2587
- "params" : {
2588
- "Region" : " us-isob-east-1" ,
2589
- "UseFIPS" : false ,
2590
- "UseDualStack" : true
2591
- }
2592
- },
2593
2549
{
2594
2550
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
2595
2551
"expect" : {
You can’t perform that action at this time.
0 commit comments