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 960
960
"UseDualStack" : true
961
961
}
962
962
},
963
- {
964
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
965
- "expect" : {
966
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
967
- },
968
- "params" : {
969
- "Region" : " us-iso-east-1" ,
970
- "UseFIPS" : true ,
971
- "UseDualStack" : true
972
- }
973
- },
974
963
{
975
964
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
976
965
"expect" : {
984
973
"UseDualStack" : false
985
974
}
986
975
},
987
- {
988
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
989
- "expect" : {
990
- "error" : " DualStack is enabled but this partition does not support DualStack"
991
- },
992
- "params" : {
993
- "Region" : " us-iso-east-1" ,
994
- "UseFIPS" : false ,
995
- "UseDualStack" : true
996
- }
997
- },
998
976
{
999
977
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
1000
978
"expect" : {
1008
986
"UseDualStack" : false
1009
987
}
1010
988
},
1011
- {
1012
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
1013
- "expect" : {
1014
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
1015
- },
1016
- "params" : {
1017
- "Region" : " us-isob-east-1" ,
1018
- "UseFIPS" : true ,
1019
- "UseDualStack" : true
1020
- }
1021
- },
1022
989
{
1023
990
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
1024
991
"expect" : {
1032
999
"UseDualStack" : false
1033
1000
}
1034
1001
},
1035
- {
1036
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
1037
- "expect" : {
1038
- "error" : " DualStack is enabled but this partition does not support DualStack"
1039
- },
1040
- "params" : {
1041
- "Region" : " us-isob-east-1" ,
1042
- "UseFIPS" : false ,
1043
- "UseDualStack" : true
1044
- }
1045
- },
1046
1002
{
1047
1003
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
1048
1004
"expect" : {
You can’t perform that action at this time.
0 commit comments