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 3557
3557
"UseDualStack" : false
3558
3558
}
3559
3559
},
3560
- {
3561
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
3562
- "expect" : {
3563
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
3564
- },
3565
- "params" : {
3566
- "Region" : " us-iso-east-1" ,
3567
- "UseFIPS" : true ,
3568
- "UseDualStack" : true
3569
- }
3570
- },
3571
3560
{
3572
3561
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
3573
3562
"expect" : {
3581
3570
"UseDualStack" : false
3582
3571
}
3583
3572
},
3584
- {
3585
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
3586
- "expect" : {
3587
- "error" : " DualStack is enabled but this partition does not support DualStack"
3588
- },
3589
- "params" : {
3590
- "Region" : " us-iso-east-1" ,
3591
- "UseFIPS" : false ,
3592
- "UseDualStack" : true
3593
- }
3594
- },
3595
3573
{
3596
3574
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
3597
3575
"expect" : {
3605
3583
"UseDualStack" : false
3606
3584
}
3607
3585
},
3608
- {
3609
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
3610
- "expect" : {
3611
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
3612
- },
3613
- "params" : {
3614
- "Region" : " us-isob-east-1" ,
3615
- "UseFIPS" : true ,
3616
- "UseDualStack" : true
3617
- }
3618
- },
3619
3586
{
3620
3587
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
3621
3588
"expect" : {
3629
3596
"UseDualStack" : false
3630
3597
}
3631
3598
},
3632
- {
3633
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
3634
- "expect" : {
3635
- "error" : " DualStack is enabled but this partition does not support DualStack"
3636
- },
3637
- "params" : {
3638
- "Region" : " us-isob-east-1" ,
3639
- "UseFIPS" : false ,
3640
- "UseDualStack" : true
3641
- }
3642
- },
3643
3599
{
3644
3600
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
3645
3601
"expect" : {
You can’t perform that action at this time.
0 commit comments