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 3220
3220
"UseDualStack" : false
3221
3221
}
3222
3222
},
3223
- {
3224
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
3225
- "expect" : {
3226
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
3227
- },
3228
- "params" : {
3229
- "Region" : " us-iso-east-1" ,
3230
- "UseFIPS" : true ,
3231
- "UseDualStack" : true
3232
- }
3233
- },
3234
3223
{
3235
3224
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
3236
3225
"expect" : {
3244
3233
"UseDualStack" : false
3245
3234
}
3246
3235
},
3247
- {
3248
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
3249
- "expect" : {
3250
- "error" : " DualStack is enabled but this partition does not support DualStack"
3251
- },
3252
- "params" : {
3253
- "Region" : " us-iso-east-1" ,
3254
- "UseFIPS" : false ,
3255
- "UseDualStack" : true
3256
- }
3257
- },
3258
3236
{
3259
3237
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
3260
3238
"expect" : {
3268
3246
"UseDualStack" : false
3269
3247
}
3270
3248
},
3271
- {
3272
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
3273
- "expect" : {
3274
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
3275
- },
3276
- "params" : {
3277
- "Region" : " us-isob-east-1" ,
3278
- "UseFIPS" : true ,
3279
- "UseDualStack" : true
3280
- }
3281
- },
3282
3249
{
3283
3250
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
3284
3251
"expect" : {
3292
3259
"UseDualStack" : false
3293
3260
}
3294
3261
},
3295
- {
3296
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
3297
- "expect" : {
3298
- "error" : " DualStack is enabled but this partition does not support DualStack"
3299
- },
3300
- "params" : {
3301
- "Region" : " us-isob-east-1" ,
3302
- "UseFIPS" : false ,
3303
- "UseDualStack" : true
3304
- }
3305
- },
3306
3262
{
3307
3263
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
3308
3264
"expect" : {
You can’t perform that action at this time.
0 commit comments