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 956
956
"UseDualStack" : true
957
957
}
958
958
},
959
- {
960
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
961
- "expect" : {
962
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
963
- },
964
- "params" : {
965
- "Region" : " us-iso-east-1" ,
966
- "UseFIPS" : true ,
967
- "UseDualStack" : true
968
- }
969
- },
970
959
{
971
960
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
972
961
"expect" : {
980
969
"UseDualStack" : false
981
970
}
982
971
},
983
- {
984
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
985
- "expect" : {
986
- "error" : " DualStack is enabled but this partition does not support DualStack"
987
- },
988
- "params" : {
989
- "Region" : " us-iso-east-1" ,
990
- "UseFIPS" : false ,
991
- "UseDualStack" : true
992
- }
993
- },
994
972
{
995
973
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
996
974
"expect" : {
1004
982
"UseDualStack" : false
1005
983
}
1006
984
},
1007
- {
1008
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
1009
- "expect" : {
1010
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
1011
- },
1012
- "params" : {
1013
- "Region" : " us-isob-east-1" ,
1014
- "UseFIPS" : true ,
1015
- "UseDualStack" : true
1016
- }
1017
- },
1018
985
{
1019
986
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
1020
987
"expect" : {
1028
995
"UseDualStack" : false
1029
996
}
1030
997
},
1031
- {
1032
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
1033
- "expect" : {
1034
- "error" : " DualStack is enabled but this partition does not support DualStack"
1035
- },
1036
- "params" : {
1037
- "Region" : " us-isob-east-1" ,
1038
- "UseFIPS" : false ,
1039
- "UseDualStack" : true
1040
- }
1041
- },
1042
998
{
1043
999
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
1044
1000
"expect" : {
You can’t perform that action at this time.
0 commit comments