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 1037
1037
"UseDualStack" : false
1038
1038
}
1039
1039
},
1040
- {
1041
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
1042
- "expect" : {
1043
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
1044
- },
1045
- "params" : {
1046
- "Region" : " us-iso-east-1" ,
1047
- "UseFIPS" : true ,
1048
- "UseDualStack" : true
1049
- }
1050
- },
1051
1040
{
1052
1041
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
1053
1042
"expect" : {
1061
1050
"UseDualStack" : false
1062
1051
}
1063
1052
},
1064
- {
1065
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
1066
- "expect" : {
1067
- "error" : " DualStack is enabled but this partition does not support DualStack"
1068
- },
1069
- "params" : {
1070
- "Region" : " us-iso-east-1" ,
1071
- "UseFIPS" : false ,
1072
- "UseDualStack" : true
1073
- }
1074
- },
1075
1053
{
1076
1054
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
1077
1055
"expect" : {
1085
1063
"UseDualStack" : false
1086
1064
}
1087
1065
},
1088
- {
1089
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
1090
- "expect" : {
1091
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
1092
- },
1093
- "params" : {
1094
- "Region" : " us-isob-east-1" ,
1095
- "UseFIPS" : true ,
1096
- "UseDualStack" : true
1097
- }
1098
- },
1099
1066
{
1100
1067
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
1101
1068
"expect" : {
1109
1076
"UseDualStack" : false
1110
1077
}
1111
1078
},
1112
- {
1113
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
1114
- "expect" : {
1115
- "error" : " DualStack is enabled but this partition does not support DualStack"
1116
- },
1117
- "params" : {
1118
- "Region" : " us-isob-east-1" ,
1119
- "UseFIPS" : false ,
1120
- "UseDualStack" : true
1121
- }
1122
- },
1123
1079
{
1124
1080
"documentation" : " For custom endpoint with region set and fips disabled and dualstack disabled" ,
1125
1081
"expect" : {
You can’t perform that action at this time.
0 commit comments