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 2756
2756
"UseDualStack" : false
2757
2757
}
2758
2758
},
2759
- {
2760
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
2761
- "expect" : {
2762
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
2763
- },
2764
- "params" : {
2765
- "Region" : " us-iso-east-1" ,
2766
- "UseFIPS" : true ,
2767
- "UseDualStack" : true
2768
- }
2769
- },
2770
2759
{
2771
2760
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
2772
2761
"expect" : {
2780
2769
"UseDualStack" : false
2781
2770
}
2782
2771
},
2783
- {
2784
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
2785
- "expect" : {
2786
- "error" : " DualStack is enabled but this partition does not support DualStack"
2787
- },
2788
- "params" : {
2789
- "Region" : " us-iso-east-1" ,
2790
- "UseFIPS" : false ,
2791
- "UseDualStack" : true
2792
- }
2793
- },
2794
2772
{
2795
2773
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
2796
2774
"expect" : {
2804
2782
"UseDualStack" : false
2805
2783
}
2806
2784
},
2807
- {
2808
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
2809
- "expect" : {
2810
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
2811
- },
2812
- "params" : {
2813
- "Region" : " us-isob-east-1" ,
2814
- "UseFIPS" : true ,
2815
- "UseDualStack" : true
2816
- }
2817
- },
2818
2785
{
2819
2786
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
2820
2787
"expect" : {
2828
2795
"UseDualStack" : false
2829
2796
}
2830
2797
},
2831
- {
2832
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
2833
- "expect" : {
2834
- "error" : " DualStack is enabled but this partition does not support DualStack"
2835
- },
2836
- "params" : {
2837
- "Region" : " us-isob-east-1" ,
2838
- "UseFIPS" : false ,
2839
- "UseDualStack" : true
2840
- }
2841
- },
2842
2798
{
2843
2799
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
2844
2800
"expect" : {
You can’t perform that action at this time.
0 commit comments