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 819
819
"UseDualStack" : false
820
820
}
821
821
},
822
- {
823
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
824
- "expect" : {
825
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
826
- },
827
- "params" : {
828
- "Region" : " us-iso-east-1" ,
829
- "UseFIPS" : true ,
830
- "UseDualStack" : true
831
- }
832
- },
833
822
{
834
823
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
835
824
"expect" : {
843
832
"UseDualStack" : false
844
833
}
845
834
},
846
- {
847
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
848
- "expect" : {
849
- "error" : " DualStack is enabled but this partition does not support DualStack"
850
- },
851
- "params" : {
852
- "Region" : " us-iso-east-1" ,
853
- "UseFIPS" : false ,
854
- "UseDualStack" : true
855
- }
856
- },
857
835
{
858
836
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
859
837
"expect" : {
867
845
"UseDualStack" : false
868
846
}
869
847
},
870
- {
871
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
872
- "expect" : {
873
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
874
- },
875
- "params" : {
876
- "Region" : " us-isob-east-1" ,
877
- "UseFIPS" : true ,
878
- "UseDualStack" : true
879
- }
880
- },
881
848
{
882
849
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
883
850
"expect" : {
891
858
"UseDualStack" : false
892
859
}
893
860
},
894
- {
895
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
896
- "expect" : {
897
- "error" : " DualStack is enabled but this partition does not support DualStack"
898
- },
899
- "params" : {
900
- "Region" : " us-isob-east-1" ,
901
- "UseFIPS" : false ,
902
- "UseDualStack" : true
903
- }
904
- },
905
861
{
906
862
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
907
863
"expect" : {
You can’t perform that action at this time.
0 commit comments