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 2842
2842
"UseDualStack" : false
2843
2843
}
2844
2844
},
2845
- {
2846
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
2847
- "expect" : {
2848
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
2849
- },
2850
- "params" : {
2851
- "Region" : " us-iso-east-1" ,
2852
- "UseFIPS" : true ,
2853
- "UseDualStack" : true
2854
- }
2855
- },
2856
2845
{
2857
2846
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
2858
2847
"expect" : {
2866
2855
"UseDualStack" : false
2867
2856
}
2868
2857
},
2869
- {
2870
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
2871
- "expect" : {
2872
- "error" : " DualStack is enabled but this partition does not support DualStack"
2873
- },
2874
- "params" : {
2875
- "Region" : " us-iso-east-1" ,
2876
- "UseFIPS" : false ,
2877
- "UseDualStack" : true
2878
- }
2879
- },
2880
2858
{
2881
2859
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
2882
2860
"expect" : {
2890
2868
"UseDualStack" : false
2891
2869
}
2892
2870
},
2893
- {
2894
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
2895
- "expect" : {
2896
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
2897
- },
2898
- "params" : {
2899
- "Region" : " us-isob-east-1" ,
2900
- "UseFIPS" : true ,
2901
- "UseDualStack" : true
2902
- }
2903
- },
2904
2871
{
2905
2872
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
2906
2873
"expect" : {
2914
2881
"UseDualStack" : false
2915
2882
}
2916
2883
},
2917
- {
2918
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
2919
- "expect" : {
2920
- "error" : " DualStack is enabled but this partition does not support DualStack"
2921
- },
2922
- "params" : {
2923
- "Region" : " us-isob-east-1" ,
2924
- "UseFIPS" : false ,
2925
- "UseDualStack" : true
2926
- }
2927
- },
2928
2884
{
2929
2885
"documentation" : " For custom endpoint with region set and fips disabled and dualstack disabled" ,
2930
2886
"expect" : {
You can’t perform that action at this time.
0 commit comments