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 804
804
"UseDualStack" : true
805
805
}
806
806
},
807
- {
808
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
809
- "expect" : {
810
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
811
- },
812
- "params" : {
813
- "Region" : " us-iso-east-1" ,
814
- "UseFIPS" : true ,
815
- "UseDualStack" : true
816
- }
817
- },
818
807
{
819
808
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
820
809
"expect" : {
828
817
"UseDualStack" : false
829
818
}
830
819
},
831
- {
832
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
833
- "expect" : {
834
- "error" : " DualStack is enabled but this partition does not support DualStack"
835
- },
836
- "params" : {
837
- "Region" : " us-iso-east-1" ,
838
- "UseFIPS" : false ,
839
- "UseDualStack" : true
840
- }
841
- },
842
820
{
843
821
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
844
822
"expect" : {
852
830
"UseDualStack" : false
853
831
}
854
832
},
855
- {
856
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
857
- "expect" : {
858
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
859
- },
860
- "params" : {
861
- "Region" : " us-isob-east-1" ,
862
- "UseFIPS" : true ,
863
- "UseDualStack" : true
864
- }
865
- },
866
833
{
867
834
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
868
835
"expect" : {
876
843
"UseDualStack" : false
877
844
}
878
845
},
879
- {
880
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
881
- "expect" : {
882
- "error" : " DualStack is enabled but this partition does not support DualStack"
883
- },
884
- "params" : {
885
- "Region" : " us-isob-east-1" ,
886
- "UseFIPS" : false ,
887
- "UseDualStack" : true
888
- }
889
- },
890
846
{
891
847
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
892
848
"expect" : {
You can’t perform that action at this time.
0 commit comments