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 766
766
"UseDualStack" : false
767
767
}
768
768
},
769
- {
770
- "documentation" : " For region us-iso-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-iso-east-1" ,
776
- "UseFIPS" : true ,
777
- "UseDualStack" : true
778
- }
779
- },
780
769
{
781
770
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
782
771
"expect" : {
790
779
"UseDualStack" : false
791
780
}
792
781
},
793
- {
794
- "documentation" : " For region us-iso-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-iso-east-1" ,
800
- "UseFIPS" : false ,
801
- "UseDualStack" : true
802
- }
803
- },
804
782
{
805
783
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
806
784
"expect" : {
814
792
"UseDualStack" : false
815
793
}
816
794
},
817
- {
818
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
819
- "expect" : {
820
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
821
- },
822
- "params" : {
823
- "Region" : " us-isob-east-1" ,
824
- "UseFIPS" : true ,
825
- "UseDualStack" : true
826
- }
827
- },
828
795
{
829
796
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
830
797
"expect" : {
838
805
"UseDualStack" : false
839
806
}
840
807
},
841
- {
842
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
843
- "expect" : {
844
- "error" : " DualStack is enabled but this partition does not support DualStack"
845
- },
846
- "params" : {
847
- "Region" : " us-isob-east-1" ,
848
- "UseFIPS" : false ,
849
- "UseDualStack" : true
850
- }
851
- },
852
808
{
853
809
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
854
810
"expect" : {
You can’t perform that action at this time.
0 commit comments