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 879
879
"UseDualStack" : false
880
880
}
881
881
},
882
- {
883
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
884
- "expect" : {
885
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
886
- },
887
- "params" : {
888
- "Region" : " us-iso-east-1" ,
889
- "UseFIPS" : true ,
890
- "UseDualStack" : true
891
- }
892
- },
893
882
{
894
883
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
895
884
"expect" : {
903
892
"UseDualStack" : false
904
893
}
905
894
},
906
- {
907
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
908
- "expect" : {
909
- "error" : " DualStack is enabled but this partition does not support DualStack"
910
- },
911
- "params" : {
912
- "Region" : " us-iso-east-1" ,
913
- "UseFIPS" : false ,
914
- "UseDualStack" : true
915
- }
916
- },
917
895
{
918
896
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
919
897
"expect" : {
927
905
"UseDualStack" : false
928
906
}
929
907
},
930
- {
931
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
932
- "expect" : {
933
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
934
- },
935
- "params" : {
936
- "Region" : " us-isob-east-1" ,
937
- "UseFIPS" : true ,
938
- "UseDualStack" : true
939
- }
940
- },
941
908
{
942
909
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
943
910
"expect" : {
951
918
"UseDualStack" : false
952
919
}
953
920
},
954
- {
955
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
956
- "expect" : {
957
- "error" : " DualStack is enabled but this partition does not support DualStack"
958
- },
959
- "params" : {
960
- "Region" : " us-isob-east-1" ,
961
- "UseFIPS" : false ,
962
- "UseDualStack" : true
963
- }
964
- },
965
921
{
966
922
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
967
923
"expect" : {
You can’t perform that action at this time.
0 commit comments