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 596
596
"UseDualStack" : false
597
597
}
598
598
},
599
- {
600
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
601
- "expect" : {
602
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
603
- },
604
- "params" : {
605
- "Region" : " us-iso-east-1" ,
606
- "UseFIPS" : true ,
607
- "UseDualStack" : true
608
- }
609
- },
610
599
{
611
600
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
612
601
"expect" : {
620
609
"UseDualStack" : false
621
610
}
622
611
},
623
- {
624
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
625
- "expect" : {
626
- "error" : " DualStack is enabled but this partition does not support DualStack"
627
- },
628
- "params" : {
629
- "Region" : " us-iso-east-1" ,
630
- "UseFIPS" : false ,
631
- "UseDualStack" : true
632
- }
633
- },
634
612
{
635
613
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
636
614
"expect" : {
644
622
"UseDualStack" : false
645
623
}
646
624
},
647
- {
648
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
649
- "expect" : {
650
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
651
- },
652
- "params" : {
653
- "Region" : " us-isob-east-1" ,
654
- "UseFIPS" : true ,
655
- "UseDualStack" : true
656
- }
657
- },
658
625
{
659
626
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
660
627
"expect" : {
668
635
"UseDualStack" : false
669
636
}
670
637
},
671
- {
672
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
673
- "expect" : {
674
- "error" : " DualStack is enabled but this partition does not support DualStack"
675
- },
676
- "params" : {
677
- "Region" : " us-isob-east-1" ,
678
- "UseFIPS" : false ,
679
- "UseDualStack" : true
680
- }
681
- },
682
638
{
683
639
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
684
640
"expect" : {
You can’t perform that action at this time.
0 commit comments