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 2178
2178
"UseDualStack" : false
2179
2179
}
2180
2180
},
2181
- {
2182
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
2183
- "expect" : {
2184
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
2185
- },
2186
- "params" : {
2187
- "Region" : " us-iso-east-1" ,
2188
- "UseFIPS" : true ,
2189
- "UseDualStack" : true
2190
- }
2191
- },
2192
2181
{
2193
2182
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
2194
2183
"expect" : {
2202
2191
"UseDualStack" : false
2203
2192
}
2204
2193
},
2205
- {
2206
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
2207
- "expect" : {
2208
- "error" : " DualStack is enabled but this partition does not support DualStack"
2209
- },
2210
- "params" : {
2211
- "Region" : " us-iso-east-1" ,
2212
- "UseFIPS" : false ,
2213
- "UseDualStack" : true
2214
- }
2215
- },
2216
2194
{
2217
2195
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
2218
2196
"expect" : {
2226
2204
"UseDualStack" : false
2227
2205
}
2228
2206
},
2229
- {
2230
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
2231
- "expect" : {
2232
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
2233
- },
2234
- "params" : {
2235
- "Region" : " us-isob-east-1" ,
2236
- "UseFIPS" : true ,
2237
- "UseDualStack" : true
2238
- }
2239
- },
2240
2207
{
2241
2208
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
2242
2209
"expect" : {
2250
2217
"UseDualStack" : false
2251
2218
}
2252
2219
},
2253
- {
2254
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
2255
- "expect" : {
2256
- "error" : " DualStack is enabled but this partition does not support DualStack"
2257
- },
2258
- "params" : {
2259
- "Region" : " us-isob-east-1" ,
2260
- "UseFIPS" : false ,
2261
- "UseDualStack" : true
2262
- }
2263
- },
2264
2220
{
2265
2221
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
2266
2222
"expect" : {
You can’t perform that action at this time.
0 commit comments