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 2691
2691
"UseDualStack" : false
2692
2692
}
2693
2693
},
2694
- {
2695
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
2696
- "expect" : {
2697
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
2698
- },
2699
- "params" : {
2700
- "Region" : " us-iso-east-1" ,
2701
- "UseFIPS" : true ,
2702
- "UseDualStack" : true
2703
- }
2704
- },
2705
2694
{
2706
2695
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
2707
2696
"expect" : {
2715
2704
"UseDualStack" : false
2716
2705
}
2717
2706
},
2718
- {
2719
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
2720
- "expect" : {
2721
- "error" : " DualStack is enabled but this partition does not support DualStack"
2722
- },
2723
- "params" : {
2724
- "Region" : " us-iso-east-1" ,
2725
- "UseFIPS" : false ,
2726
- "UseDualStack" : true
2727
- }
2728
- },
2729
2707
{
2730
2708
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
2731
2709
"expect" : {
2739
2717
"UseDualStack" : false
2740
2718
}
2741
2719
},
2742
- {
2743
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
2744
- "expect" : {
2745
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
2746
- },
2747
- "params" : {
2748
- "Region" : " us-isob-east-1" ,
2749
- "UseFIPS" : true ,
2750
- "UseDualStack" : true
2751
- }
2752
- },
2753
2720
{
2754
2721
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
2755
2722
"expect" : {
2763
2730
"UseDualStack" : false
2764
2731
}
2765
2732
},
2766
- {
2767
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
2768
- "expect" : {
2769
- "error" : " DualStack is enabled but this partition does not support DualStack"
2770
- },
2771
- "params" : {
2772
- "Region" : " us-isob-east-1" ,
2773
- "UseFIPS" : false ,
2774
- "UseDualStack" : true
2775
- }
2776
- },
2777
2733
{
2778
2734
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
2779
2735
"expect" : {
You can’t perform that action at this time.
0 commit comments