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 994
994
"UseDualStack" : false
995
995
}
996
996
},
997
- {
998
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
999
- "expect" : {
1000
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
1001
- },
1002
- "params" : {
1003
- "Region" : " us-iso-east-1" ,
1004
- "UseFIPS" : true ,
1005
- "UseDualStack" : true
1006
- }
1007
- },
1008
997
{
1009
998
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
1010
999
"expect" : {
1018
1007
"UseDualStack" : false
1019
1008
}
1020
1009
},
1021
- {
1022
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
1023
- "expect" : {
1024
- "error" : " DualStack is enabled but this partition does not support DualStack"
1025
- },
1026
- "params" : {
1027
- "Region" : " us-iso-east-1" ,
1028
- "UseFIPS" : false ,
1029
- "UseDualStack" : true
1030
- }
1031
- },
1032
1010
{
1033
1011
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
1034
1012
"expect" : {
1042
1020
"UseDualStack" : false
1043
1021
}
1044
1022
},
1045
- {
1046
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
1047
- "expect" : {
1048
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
1049
- },
1050
- "params" : {
1051
- "Region" : " us-isob-east-1" ,
1052
- "UseFIPS" : true ,
1053
- "UseDualStack" : true
1054
- }
1055
- },
1056
1023
{
1057
1024
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
1058
1025
"expect" : {
1066
1033
"UseDualStack" : false
1067
1034
}
1068
1035
},
1069
- {
1070
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
1071
- "expect" : {
1072
- "error" : " DualStack is enabled but this partition does not support DualStack"
1073
- },
1074
- "params" : {
1075
- "Region" : " us-isob-east-1" ,
1076
- "UseFIPS" : false ,
1077
- "UseDualStack" : true
1078
- }
1079
- },
1080
1036
{
1081
1037
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
1082
1038
"expect" : {
You can’t perform that action at this time.
0 commit comments