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 646
646
"UseDualStack" : false
647
647
}
648
648
},
649
- {
650
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
651
- "expect" : {
652
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
653
- },
654
- "params" : {
655
- "Region" : " us-iso-east-1" ,
656
- "UseFIPS" : true ,
657
- "UseDualStack" : true
658
- }
659
- },
660
649
{
661
650
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
662
651
"expect" : {
670
659
"UseDualStack" : false
671
660
}
672
661
},
673
- {
674
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
675
- "expect" : {
676
- "error" : " DualStack is enabled but this partition does not support DualStack"
677
- },
678
- "params" : {
679
- "Region" : " us-iso-east-1" ,
680
- "UseFIPS" : false ,
681
- "UseDualStack" : true
682
- }
683
- },
684
662
{
685
663
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
686
664
"expect" : {
694
672
"UseDualStack" : false
695
673
}
696
674
},
697
- {
698
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
699
- "expect" : {
700
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
701
- },
702
- "params" : {
703
- "Region" : " us-isob-east-1" ,
704
- "UseFIPS" : true ,
705
- "UseDualStack" : true
706
- }
707
- },
708
675
{
709
676
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
710
677
"expect" : {
718
685
"UseDualStack" : false
719
686
}
720
687
},
721
- {
722
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
723
- "expect" : {
724
- "error" : " DualStack is enabled but this partition does not support DualStack"
725
- },
726
- "params" : {
727
- "Region" : " us-isob-east-1" ,
728
- "UseFIPS" : false ,
729
- "UseDualStack" : true
730
- }
731
- },
732
688
{
733
689
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
734
690
"expect" : {
You can’t perform that action at this time.
0 commit comments