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 708
708
"UseDualStack" : false
709
709
}
710
710
},
711
- {
712
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
713
- "expect" : {
714
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
715
- },
716
- "params" : {
717
- "Region" : " us-iso-east-1" ,
718
- "UseFIPS" : true ,
719
- "UseDualStack" : true
720
- }
721
- },
722
711
{
723
712
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
724
713
"expect" : {
732
721
"UseDualStack" : false
733
722
}
734
723
},
735
- {
736
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
737
- "expect" : {
738
- "error" : " DualStack is enabled but this partition does not support DualStack"
739
- },
740
- "params" : {
741
- "Region" : " us-iso-east-1" ,
742
- "UseFIPS" : false ,
743
- "UseDualStack" : true
744
- }
745
- },
746
724
{
747
725
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
748
726
"expect" : {
756
734
"UseDualStack" : false
757
735
}
758
736
},
759
- {
760
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
761
- "expect" : {
762
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
763
- },
764
- "params" : {
765
- "Region" : " us-isob-east-1" ,
766
- "UseFIPS" : true ,
767
- "UseDualStack" : true
768
- }
769
- },
770
737
{
771
738
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
772
739
"expect" : {
780
747
"UseDualStack" : false
781
748
}
782
749
},
783
- {
784
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
785
- "expect" : {
786
- "error" : " DualStack is enabled but this partition does not support DualStack"
787
- },
788
- "params" : {
789
- "Region" : " us-isob-east-1" ,
790
- "UseFIPS" : false ,
791
- "UseDualStack" : true
792
- }
793
- },
794
750
{
795
751
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
796
752
"expect" : {
You can’t perform that action at this time.
0 commit comments