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 810
810
"UseDualStack" : false
811
811
}
812
812
},
813
- {
814
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
815
- "expect" : {
816
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
817
- },
818
- "params" : {
819
- "Region" : " us-iso-east-1" ,
820
- "UseFIPS" : true ,
821
- "UseDualStack" : true
822
- }
823
- },
824
813
{
825
814
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
826
815
"expect" : {
834
823
"UseDualStack" : false
835
824
}
836
825
},
837
- {
838
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
839
- "expect" : {
840
- "error" : " DualStack is enabled but this partition does not support DualStack"
841
- },
842
- "params" : {
843
- "Region" : " us-iso-east-1" ,
844
- "UseFIPS" : false ,
845
- "UseDualStack" : true
846
- }
847
- },
848
826
{
849
827
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
850
828
"expect" : {
858
836
"UseDualStack" : false
859
837
}
860
838
},
861
- {
862
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
863
- "expect" : {
864
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
865
- },
866
- "params" : {
867
- "Region" : " us-isob-east-1" ,
868
- "UseFIPS" : true ,
869
- "UseDualStack" : true
870
- }
871
- },
872
839
{
873
840
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
874
841
"expect" : {
882
849
"UseDualStack" : false
883
850
}
884
851
},
885
- {
886
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
887
- "expect" : {
888
- "error" : " DualStack is enabled but this partition does not support DualStack"
889
- },
890
- "params" : {
891
- "Region" : " us-isob-east-1" ,
892
- "UseFIPS" : false ,
893
- "UseDualStack" : true
894
- }
895
- },
896
852
{
897
853
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
898
854
"expect" : {
You can’t perform that action at this time.
0 commit comments