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 825
825
"UseDualStack" : false
826
826
}
827
827
},
828
- {
829
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
830
- "expect" : {
831
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
832
- },
833
- "params" : {
834
- "Region" : " us-iso-east-1" ,
835
- "UseFIPS" : true ,
836
- "UseDualStack" : true
837
- }
838
- },
839
828
{
840
829
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
841
830
"expect" : {
849
838
"UseDualStack" : false
850
839
}
851
840
},
852
- {
853
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
854
- "expect" : {
855
- "error" : " DualStack is enabled but this partition does not support DualStack"
856
- },
857
- "params" : {
858
- "Region" : " us-iso-east-1" ,
859
- "UseFIPS" : false ,
860
- "UseDualStack" : true
861
- }
862
- },
863
841
{
864
842
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
865
843
"expect" : {
873
851
"UseDualStack" : false
874
852
}
875
853
},
876
- {
877
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
878
- "expect" : {
879
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
880
- },
881
- "params" : {
882
- "Region" : " us-isob-east-1" ,
883
- "UseFIPS" : true ,
884
- "UseDualStack" : true
885
- }
886
- },
887
854
{
888
855
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
889
856
"expect" : {
897
864
"UseDualStack" : false
898
865
}
899
866
},
900
- {
901
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
902
- "expect" : {
903
- "error" : " DualStack is enabled but this partition does not support DualStack"
904
- },
905
- "params" : {
906
- "Region" : " us-isob-east-1" ,
907
- "UseFIPS" : false ,
908
- "UseDualStack" : true
909
- }
910
- },
911
867
{
912
868
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
913
869
"expect" : {
You can’t perform that action at this time.
0 commit comments