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 722
722
"UseDualStack" : false
723
723
}
724
724
},
725
- {
726
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
727
- "expect" : {
728
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
729
- },
730
- "params" : {
731
- "Region" : " us-iso-east-1" ,
732
- "UseFIPS" : true ,
733
- "UseDualStack" : true
734
- }
735
- },
736
725
{
737
726
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
738
727
"expect" : {
746
735
"UseDualStack" : false
747
736
}
748
737
},
749
- {
750
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
751
- "expect" : {
752
- "error" : " DualStack is enabled but this partition does not support DualStack"
753
- },
754
- "params" : {
755
- "Region" : " us-iso-east-1" ,
756
- "UseFIPS" : false ,
757
- "UseDualStack" : true
758
- }
759
- },
760
738
{
761
739
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
762
740
"expect" : {
770
748
"UseDualStack" : false
771
749
}
772
750
},
773
- {
774
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
775
- "expect" : {
776
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
777
- },
778
- "params" : {
779
- "Region" : " us-isob-east-1" ,
780
- "UseFIPS" : true ,
781
- "UseDualStack" : true
782
- }
783
- },
784
751
{
785
752
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
786
753
"expect" : {
794
761
"UseDualStack" : false
795
762
}
796
763
},
797
- {
798
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
799
- "expect" : {
800
- "error" : " DualStack is enabled but this partition does not support DualStack"
801
- },
802
- "params" : {
803
- "Region" : " us-isob-east-1" ,
804
- "UseFIPS" : false ,
805
- "UseDualStack" : true
806
- }
807
- },
808
764
{
809
765
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
810
766
"expect" : {
You can’t perform that action at this time.
0 commit comments