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 1136
1136
"UseDualStack" : false
1137
1137
}
1138
1138
},
1139
- {
1140
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
1141
- "expect" : {
1142
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
1143
- },
1144
- "params" : {
1145
- "Region" : " us-iso-east-1" ,
1146
- "UseFIPS" : true ,
1147
- "UseDualStack" : true
1148
- }
1149
- },
1150
1139
{
1151
1140
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
1152
1141
"expect" : {
1160
1149
"UseDualStack" : false
1161
1150
}
1162
1151
},
1163
- {
1164
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
1165
- "expect" : {
1166
- "error" : " DualStack is enabled but this partition does not support DualStack"
1167
- },
1168
- "params" : {
1169
- "Region" : " us-iso-east-1" ,
1170
- "UseFIPS" : false ,
1171
- "UseDualStack" : true
1172
- }
1173
- },
1174
1152
{
1175
1153
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
1176
1154
"expect" : {
1184
1162
"UseDualStack" : false
1185
1163
}
1186
1164
},
1187
- {
1188
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
1189
- "expect" : {
1190
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
1191
- },
1192
- "params" : {
1193
- "Region" : " us-isob-east-1" ,
1194
- "UseFIPS" : true ,
1195
- "UseDualStack" : true
1196
- }
1197
- },
1198
1165
{
1199
1166
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
1200
1167
"expect" : {
1208
1175
"UseDualStack" : false
1209
1176
}
1210
1177
},
1211
- {
1212
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
1213
- "expect" : {
1214
- "error" : " DualStack is enabled but this partition does not support DualStack"
1215
- },
1216
- "params" : {
1217
- "Region" : " us-isob-east-1" ,
1218
- "UseFIPS" : false ,
1219
- "UseDualStack" : true
1220
- }
1221
- },
1222
1178
{
1223
1179
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
1224
1180
"expect" : {
You can’t perform that action at this time.
0 commit comments