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 738
738
"UseDualStack" : false
739
739
}
740
740
},
741
- {
742
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
743
- "expect" : {
744
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
745
- },
746
- "params" : {
747
- "Region" : " us-iso-east-1" ,
748
- "UseFIPS" : true ,
749
- "UseDualStack" : true
750
- }
751
- },
752
741
{
753
742
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
754
743
"expect" : {
762
751
"UseDualStack" : false
763
752
}
764
753
},
765
- {
766
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
767
- "expect" : {
768
- "error" : " DualStack is enabled but this partition does not support DualStack"
769
- },
770
- "params" : {
771
- "Region" : " us-iso-east-1" ,
772
- "UseFIPS" : false ,
773
- "UseDualStack" : true
774
- }
775
- },
776
754
{
777
755
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
778
756
"expect" : {
786
764
"UseDualStack" : false
787
765
}
788
766
},
789
- {
790
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
791
- "expect" : {
792
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
793
- },
794
- "params" : {
795
- "Region" : " us-isob-east-1" ,
796
- "UseFIPS" : true ,
797
- "UseDualStack" : true
798
- }
799
- },
800
767
{
801
768
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
802
769
"expect" : {
810
777
"UseDualStack" : false
811
778
}
812
779
},
813
- {
814
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
815
- "expect" : {
816
- "error" : " DualStack is enabled but this partition does not support DualStack"
817
- },
818
- "params" : {
819
- "Region" : " us-isob-east-1" ,
820
- "UseFIPS" : false ,
821
- "UseDualStack" : true
822
- }
823
- },
824
780
{
825
781
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
826
782
"expect" : {
You can’t perform that action at this time.
0 commit comments