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 632
632
"UseDualStack" : false
633
633
}
634
634
},
635
- {
636
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
637
- "expect" : {
638
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
639
- },
640
- "params" : {
641
- "Region" : " us-iso-east-1" ,
642
- "UseFIPS" : true ,
643
- "UseDualStack" : true
644
- }
645
- },
646
635
{
647
636
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
648
637
"expect" : {
656
645
"UseDualStack" : false
657
646
}
658
647
},
659
- {
660
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
661
- "expect" : {
662
- "error" : " DualStack is enabled but this partition does not support DualStack"
663
- },
664
- "params" : {
665
- "Region" : " us-iso-east-1" ,
666
- "UseFIPS" : false ,
667
- "UseDualStack" : true
668
- }
669
- },
670
648
{
671
649
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
672
650
"expect" : {
680
658
"UseDualStack" : false
681
659
}
682
660
},
683
- {
684
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
685
- "expect" : {
686
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
687
- },
688
- "params" : {
689
- "Region" : " us-isob-east-1" ,
690
- "UseFIPS" : true ,
691
- "UseDualStack" : true
692
- }
693
- },
694
661
{
695
662
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
696
663
"expect" : {
704
671
"UseDualStack" : false
705
672
}
706
673
},
707
- {
708
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
709
- "expect" : {
710
- "error" : " DualStack is enabled but this partition does not support DualStack"
711
- },
712
- "params" : {
713
- "Region" : " us-isob-east-1" ,
714
- "UseFIPS" : false ,
715
- "UseDualStack" : true
716
- }
717
- },
718
674
{
719
675
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
720
676
"expect" : {
You can’t perform that action at this time.
0 commit comments