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 3320
3320
"UseDualStack" : false
3321
3321
}
3322
3322
},
3323
- {
3324
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
3325
- "expect" : {
3326
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
3327
- },
3328
- "params" : {
3329
- "Region" : " us-iso-east-1" ,
3330
- "UseFIPS" : true ,
3331
- "UseDualStack" : true
3332
- }
3333
- },
3334
3323
{
3335
3324
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
3336
3325
"expect" : {
3344
3333
"UseDualStack" : false
3345
3334
}
3346
3335
},
3347
- {
3348
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
3349
- "expect" : {
3350
- "error" : " DualStack is enabled but this partition does not support DualStack"
3351
- },
3352
- "params" : {
3353
- "Region" : " us-iso-east-1" ,
3354
- "UseFIPS" : false ,
3355
- "UseDualStack" : true
3356
- }
3357
- },
3358
3336
{
3359
3337
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
3360
3338
"expect" : {
3368
3346
"UseDualStack" : false
3369
3347
}
3370
3348
},
3371
- {
3372
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
3373
- "expect" : {
3374
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
3375
- },
3376
- "params" : {
3377
- "Region" : " us-isob-east-1" ,
3378
- "UseFIPS" : true ,
3379
- "UseDualStack" : true
3380
- }
3381
- },
3382
3349
{
3383
3350
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
3384
3351
"expect" : {
3392
3359
"UseDualStack" : false
3393
3360
}
3394
3361
},
3395
- {
3396
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
3397
- "expect" : {
3398
- "error" : " DualStack is enabled but this partition does not support DualStack"
3399
- },
3400
- "params" : {
3401
- "Region" : " us-isob-east-1" ,
3402
- "UseFIPS" : false ,
3403
- "UseDualStack" : true
3404
- }
3405
- },
3406
3362
{
3407
3363
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
3408
3364
"expect" : {
You can’t perform that action at this time.
0 commit comments