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 718
718
"UseDualStack" : false
719
719
}
720
720
},
721
- {
722
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
723
- "expect" : {
724
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
725
- },
726
- "params" : {
727
- "Region" : " us-iso-east-1" ,
728
- "UseFIPS" : true ,
729
- "UseDualStack" : true
730
- }
731
- },
732
721
{
733
722
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
734
723
"expect" : {
742
731
"UseDualStack" : false
743
732
}
744
733
},
745
- {
746
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
747
- "expect" : {
748
- "error" : " DualStack is enabled but this partition does not support DualStack"
749
- },
750
- "params" : {
751
- "Region" : " us-iso-east-1" ,
752
- "UseFIPS" : false ,
753
- "UseDualStack" : true
754
- }
755
- },
756
734
{
757
735
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
758
736
"expect" : {
766
744
"UseDualStack" : false
767
745
}
768
746
},
769
- {
770
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
771
- "expect" : {
772
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
773
- },
774
- "params" : {
775
- "Region" : " us-isob-east-1" ,
776
- "UseFIPS" : true ,
777
- "UseDualStack" : true
778
- }
779
- },
780
747
{
781
748
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
782
749
"expect" : {
790
757
"UseDualStack" : false
791
758
}
792
759
},
793
- {
794
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
795
- "expect" : {
796
- "error" : " DualStack is enabled but this partition does not support DualStack"
797
- },
798
- "params" : {
799
- "Region" : " us-isob-east-1" ,
800
- "UseFIPS" : false ,
801
- "UseDualStack" : true
802
- }
803
- },
804
760
{
805
761
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
806
762
"expect" : {
You can’t perform that action at this time.
0 commit comments