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 850
850
"UseDualStack" : false
851
851
}
852
852
},
853
- {
854
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
855
- "expect" : {
856
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
857
- },
858
- "params" : {
859
- "Region" : " us-iso-east-1" ,
860
- "UseFIPS" : true ,
861
- "UseDualStack" : true
862
- }
863
- },
864
853
{
865
854
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
866
855
"expect" : {
874
863
"UseDualStack" : false
875
864
}
876
865
},
877
- {
878
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
879
- "expect" : {
880
- "error" : " DualStack is enabled but this partition does not support DualStack"
881
- },
882
- "params" : {
883
- "Region" : " us-iso-east-1" ,
884
- "UseFIPS" : false ,
885
- "UseDualStack" : true
886
- }
887
- },
888
866
{
889
867
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
890
868
"expect" : {
898
876
"UseDualStack" : false
899
877
}
900
878
},
901
- {
902
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
903
- "expect" : {
904
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
905
- },
906
- "params" : {
907
- "Region" : " us-isob-east-1" ,
908
- "UseFIPS" : true ,
909
- "UseDualStack" : true
910
- }
911
- },
912
879
{
913
880
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
914
881
"expect" : {
922
889
"UseDualStack" : false
923
890
}
924
891
},
925
- {
926
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
927
- "expect" : {
928
- "error" : " DualStack is enabled but this partition does not support DualStack"
929
- },
930
- "params" : {
931
- "Region" : " us-isob-east-1" ,
932
- "UseFIPS" : false ,
933
- "UseDualStack" : true
934
- }
935
- },
936
892
{
937
893
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
938
894
"expect" : {
You can’t perform that action at this time.
0 commit comments