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 3367
3367
"UseDualStack" : false
3368
3368
}
3369
3369
},
3370
- {
3371
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
3372
- "expect" : {
3373
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
3374
- },
3375
- "params" : {
3376
- "Region" : " us-iso-east-1" ,
3377
- "UseFIPS" : true ,
3378
- "UseDualStack" : true
3379
- }
3380
- },
3381
3370
{
3382
3371
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
3383
3372
"expect" : {
3391
3380
"UseDualStack" : false
3392
3381
}
3393
3382
},
3394
- {
3395
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
3396
- "expect" : {
3397
- "error" : " DualStack is enabled but this partition does not support DualStack"
3398
- },
3399
- "params" : {
3400
- "Region" : " us-iso-east-1" ,
3401
- "UseFIPS" : false ,
3402
- "UseDualStack" : true
3403
- }
3404
- },
3405
3383
{
3406
3384
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
3407
3385
"expect" : {
3415
3393
"UseDualStack" : false
3416
3394
}
3417
3395
},
3418
- {
3419
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
3420
- "expect" : {
3421
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
3422
- },
3423
- "params" : {
3424
- "Region" : " us-isob-east-1" ,
3425
- "UseFIPS" : true ,
3426
- "UseDualStack" : true
3427
- }
3428
- },
3429
3396
{
3430
3397
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
3431
3398
"expect" : {
3439
3406
"UseDualStack" : false
3440
3407
}
3441
3408
},
3442
- {
3443
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
3444
- "expect" : {
3445
- "error" : " DualStack is enabled but this partition does not support DualStack"
3446
- },
3447
- "params" : {
3448
- "Region" : " us-isob-east-1" ,
3449
- "UseFIPS" : false ,
3450
- "UseDualStack" : true
3451
- }
3452
- },
3453
3409
{
3454
3410
"documentation" : " For custom endpoint with region set and fips disabled and dualstack disabled" ,
3455
3411
"expect" : {
You can’t perform that action at this time.
0 commit comments