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 2669
2669
"UseDualStack" : false
2670
2670
}
2671
2671
},
2672
- {
2673
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
2674
- "expect" : {
2675
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
2676
- },
2677
- "params" : {
2678
- "Region" : " us-iso-east-1" ,
2679
- "UseFIPS" : true ,
2680
- "UseDualStack" : true
2681
- }
2682
- },
2683
2672
{
2684
2673
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
2685
2674
"expect" : {
2693
2682
"UseDualStack" : false
2694
2683
}
2695
2684
},
2696
- {
2697
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
2698
- "expect" : {
2699
- "error" : " DualStack is enabled but this partition does not support DualStack"
2700
- },
2701
- "params" : {
2702
- "Region" : " us-iso-east-1" ,
2703
- "UseFIPS" : false ,
2704
- "UseDualStack" : true
2705
- }
2706
- },
2707
2685
{
2708
2686
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
2709
2687
"expect" : {
2717
2695
"UseDualStack" : false
2718
2696
}
2719
2697
},
2720
- {
2721
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
2722
- "expect" : {
2723
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
2724
- },
2725
- "params" : {
2726
- "Region" : " us-isob-east-1" ,
2727
- "UseFIPS" : true ,
2728
- "UseDualStack" : true
2729
- }
2730
- },
2731
2698
{
2732
2699
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
2733
2700
"expect" : {
2741
2708
"UseDualStack" : false
2742
2709
}
2743
2710
},
2744
- {
2745
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
2746
- "expect" : {
2747
- "error" : " DualStack is enabled but this partition does not support DualStack"
2748
- },
2749
- "params" : {
2750
- "Region" : " us-isob-east-1" ,
2751
- "UseFIPS" : false ,
2752
- "UseDualStack" : true
2753
- }
2754
- },
2755
2711
{
2756
2712
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
2757
2713
"expect" : {
You can’t perform that action at this time.
0 commit comments