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 1141
1141
"UseDualStack" : false
1142
1142
}
1143
1143
},
1144
- {
1145
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
1146
- "expect" : {
1147
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
1148
- },
1149
- "params" : {
1150
- "Region" : " us-iso-east-1" ,
1151
- "UseFIPS" : true ,
1152
- "UseDualStack" : true
1153
- }
1154
- },
1155
1144
{
1156
1145
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
1157
1146
"expect" : {
1165
1154
"UseDualStack" : false
1166
1155
}
1167
1156
},
1168
- {
1169
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
1170
- "expect" : {
1171
- "error" : " DualStack is enabled but this partition does not support DualStack"
1172
- },
1173
- "params" : {
1174
- "Region" : " us-iso-east-1" ,
1175
- "UseFIPS" : false ,
1176
- "UseDualStack" : true
1177
- }
1178
- },
1179
1157
{
1180
1158
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
1181
1159
"expect" : {
1189
1167
"UseDualStack" : false
1190
1168
}
1191
1169
},
1192
- {
1193
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
1194
- "expect" : {
1195
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
1196
- },
1197
- "params" : {
1198
- "Region" : " us-isob-east-1" ,
1199
- "UseFIPS" : true ,
1200
- "UseDualStack" : true
1201
- }
1202
- },
1203
1170
{
1204
1171
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
1205
1172
"expect" : {
1213
1180
"UseDualStack" : false
1214
1181
}
1215
1182
},
1216
- {
1217
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
1218
- "expect" : {
1219
- "error" : " DualStack is enabled but this partition does not support DualStack"
1220
- },
1221
- "params" : {
1222
- "Region" : " us-isob-east-1" ,
1223
- "UseFIPS" : false ,
1224
- "UseDualStack" : true
1225
- }
1226
- },
1227
1183
{
1228
1184
"documentation" : " For custom endpoint with region set and fips disabled and dualstack disabled" ,
1229
1185
"expect" : {
You can’t perform that action at this time.
0 commit comments