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 603
603
"UseDualStack" : false
604
604
}
605
605
},
606
- {
607
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
608
- "expect" : {
609
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
610
- },
611
- "params" : {
612
- "Region" : " us-iso-east-1" ,
613
- "UseFIPS" : true ,
614
- "UseDualStack" : true
615
- }
616
- },
617
606
{
618
607
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
619
608
"expect" : {
627
616
"UseDualStack" : false
628
617
}
629
618
},
630
- {
631
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
632
- "expect" : {
633
- "error" : " DualStack is enabled but this partition does not support DualStack"
634
- },
635
- "params" : {
636
- "Region" : " us-iso-east-1" ,
637
- "UseFIPS" : false ,
638
- "UseDualStack" : true
639
- }
640
- },
641
619
{
642
620
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
643
621
"expect" : {
651
629
"UseDualStack" : false
652
630
}
653
631
},
654
- {
655
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
656
- "expect" : {
657
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
658
- },
659
- "params" : {
660
- "Region" : " us-isob-east-1" ,
661
- "UseFIPS" : true ,
662
- "UseDualStack" : true
663
- }
664
- },
665
632
{
666
633
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
667
634
"expect" : {
675
642
"UseDualStack" : false
676
643
}
677
644
},
678
- {
679
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
680
- "expect" : {
681
- "error" : " DualStack is enabled but this partition does not support DualStack"
682
- },
683
- "params" : {
684
- "Region" : " us-isob-east-1" ,
685
- "UseFIPS" : false ,
686
- "UseDualStack" : true
687
- }
688
- },
689
645
{
690
646
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
691
647
"expect" : {
You can’t perform that action at this time.
0 commit comments