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 1111
1111
"UseDualStack" : false
1112
1112
}
1113
1113
},
1114
- {
1115
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
1116
- "expect" : {
1117
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
1118
- },
1119
- "params" : {
1120
- "Region" : " us-iso-east-1" ,
1121
- "UseFIPS" : true ,
1122
- "UseDualStack" : true
1123
- }
1124
- },
1125
1114
{
1126
1115
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
1127
1116
"expect" : {
1135
1124
"UseDualStack" : false
1136
1125
}
1137
1126
},
1138
- {
1139
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
1140
- "expect" : {
1141
- "error" : " DualStack is enabled but this partition does not support DualStack"
1142
- },
1143
- "params" : {
1144
- "Region" : " us-iso-east-1" ,
1145
- "UseFIPS" : false ,
1146
- "UseDualStack" : true
1147
- }
1148
- },
1149
1127
{
1150
1128
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
1151
1129
"expect" : {
1159
1137
"UseDualStack" : false
1160
1138
}
1161
1139
},
1162
- {
1163
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
1164
- "expect" : {
1165
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
1166
- },
1167
- "params" : {
1168
- "Region" : " us-isob-east-1" ,
1169
- "UseFIPS" : true ,
1170
- "UseDualStack" : true
1171
- }
1172
- },
1173
1140
{
1174
1141
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
1175
1142
"expect" : {
1183
1150
"UseDualStack" : false
1184
1151
}
1185
1152
},
1186
- {
1187
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
1188
- "expect" : {
1189
- "error" : " DualStack is enabled but this partition does not support DualStack"
1190
- },
1191
- "params" : {
1192
- "Region" : " us-isob-east-1" ,
1193
- "UseFIPS" : false ,
1194
- "UseDualStack" : true
1195
- }
1196
- },
1197
1153
{
1198
1154
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
1199
1155
"expect" : {
You can’t perform that action at this time.
0 commit comments