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 993
993
"UseDualStack" : false
994
994
}
995
995
},
996
- {
997
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
998
- "expect" : {
999
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
1000
- },
1001
- "params" : {
1002
- "Region" : " us-iso-east-1" ,
1003
- "UseFIPS" : true ,
1004
- "UseDualStack" : true
1005
- }
1006
- },
1007
996
{
1008
997
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
1009
998
"expect" : {
1017
1006
"UseDualStack" : false
1018
1007
}
1019
1008
},
1020
- {
1021
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
1022
- "expect" : {
1023
- "error" : " DualStack is enabled but this partition does not support DualStack"
1024
- },
1025
- "params" : {
1026
- "Region" : " us-iso-east-1" ,
1027
- "UseFIPS" : false ,
1028
- "UseDualStack" : true
1029
- }
1030
- },
1031
1009
{
1032
1010
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
1033
1011
"expect" : {
1041
1019
"UseDualStack" : false
1042
1020
}
1043
1021
},
1044
- {
1045
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
1046
- "expect" : {
1047
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
1048
- },
1049
- "params" : {
1050
- "Region" : " us-isob-east-1" ,
1051
- "UseFIPS" : true ,
1052
- "UseDualStack" : true
1053
- }
1054
- },
1055
1022
{
1056
1023
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
1057
1024
"expect" : {
1065
1032
"UseDualStack" : false
1066
1033
}
1067
1034
},
1068
- {
1069
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
1070
- "expect" : {
1071
- "error" : " DualStack is enabled but this partition does not support DualStack"
1072
- },
1073
- "params" : {
1074
- "Region" : " us-isob-east-1" ,
1075
- "UseFIPS" : false ,
1076
- "UseDualStack" : true
1077
- }
1078
- },
1079
1035
{
1080
1036
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
1081
1037
"expect" : {
You can’t perform that action at this time.
0 commit comments