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 623
623
"UseDualStack" : false
624
624
}
625
625
},
626
- {
627
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
628
- "expect" : {
629
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
630
- },
631
- "params" : {
632
- "Region" : " us-iso-east-1" ,
633
- "UseFIPS" : true ,
634
- "UseDualStack" : true
635
- }
636
- },
637
626
{
638
627
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
639
628
"expect" : {
647
636
"UseDualStack" : false
648
637
}
649
638
},
650
- {
651
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
652
- "expect" : {
653
- "error" : " DualStack is enabled but this partition does not support DualStack"
654
- },
655
- "params" : {
656
- "Region" : " us-iso-east-1" ,
657
- "UseFIPS" : false ,
658
- "UseDualStack" : true
659
- }
660
- },
661
639
{
662
640
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
663
641
"expect" : {
671
649
"UseDualStack" : false
672
650
}
673
651
},
674
- {
675
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
676
- "expect" : {
677
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
678
- },
679
- "params" : {
680
- "Region" : " us-isob-east-1" ,
681
- "UseFIPS" : true ,
682
- "UseDualStack" : true
683
- }
684
- },
685
652
{
686
653
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
687
654
"expect" : {
695
662
"UseDualStack" : false
696
663
}
697
664
},
698
- {
699
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
700
- "expect" : {
701
- "error" : " DualStack is enabled but this partition does not support DualStack"
702
- },
703
- "params" : {
704
- "Region" : " us-isob-east-1" ,
705
- "UseFIPS" : false ,
706
- "UseDualStack" : true
707
- }
708
- },
709
665
{
710
666
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
711
667
"expect" : {
You can’t perform that action at this time.
0 commit comments