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