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 836
836
"UseDualStack" : false
837
837
}
838
838
},
839
- {
840
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
841
- "expect" : {
842
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
843
- },
844
- "params" : {
845
- "Region" : " us-iso-east-1" ,
846
- "UseFIPS" : true ,
847
- "UseDualStack" : true
848
- }
849
- },
850
839
{
851
840
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
852
841
"expect" : {
860
849
"UseDualStack" : false
861
850
}
862
851
},
863
- {
864
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
865
- "expect" : {
866
- "error" : " DualStack is enabled but this partition does not support DualStack"
867
- },
868
- "params" : {
869
- "Region" : " us-iso-east-1" ,
870
- "UseFIPS" : false ,
871
- "UseDualStack" : true
872
- }
873
- },
874
- {
875
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
876
- "expect" : {
877
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
878
- },
879
- "params" : {
880
- "Region" : " us-isob-east-1" ,
881
- "UseFIPS" : true ,
882
- "UseDualStack" : true
883
- }
884
- },
885
852
{
886
853
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
887
854
"expect" : {
895
862
"UseDualStack" : false
896
863
}
897
864
},
898
- {
899
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
900
- "expect" : {
901
- "error" : " DualStack is enabled but this partition does not support DualStack"
902
- },
903
- "params" : {
904
- "Region" : " us-isob-east-1" ,
905
- "UseFIPS" : false ,
906
- "UseDualStack" : true
907
- }
908
- },
909
865
{
910
866
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
911
867
"expect" : {
You can’t perform that action at this time.
0 commit comments