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 2184
2184
"UseDualStack": false
2185
2185
}
2186
2186
},
2187
- {
2188
- "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
2189
- "expect": {
2190
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2191
- },
2192
- "params": {
2193
- "Region": "us-iso-east-1",
2194
- "UseFIPS": true,
2195
- "UseDualStack": true
2196
- }
2197
- },
2198
2187
{
2199
2188
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
2200
2189
"expect": {
2208
2197
"UseDualStack": false
2209
2198
}
2210
2199
},
2211
- {
2212
- "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
2213
- "expect": {
2214
- "error": "DualStack is enabled but this partition does not support DualStack"
2215
- },
2216
- "params": {
2217
- "Region": "us-iso-east-1",
2218
- "UseFIPS": false,
2219
- "UseDualStack": true
2220
- }
2221
- },
2222
2200
{
2223
2201
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
2224
2202
"expect": {
2232
2210
"UseDualStack": false
2233
2211
}
2234
2212
},
2235
- {
2236
- "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
2237
- "expect": {
2238
- "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2239
- },
2240
- "params": {
2241
- "Region": "us-isob-east-1",
2242
- "UseFIPS": true,
2243
- "UseDualStack": true
2244
- }
2245
- },
2246
2213
{
2247
2214
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
2248
2215
"expect": {
2256
2223
"UseDualStack": false
2257
2224
}
2258
2225
},
2259
- {
2260
- "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
2261
- "expect": {
2262
- "error": "DualStack is enabled but this partition does not support DualStack"
2263
- },
2264
- "params": {
2265
- "Region": "us-isob-east-1",
2266
- "UseFIPS": false,
2267
- "UseDualStack": true
2268
- }
2269
- },
2270
2226
{
2271
2227
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
2272
2228
"expect": {
You can’t perform that action at this time.
0 commit comments