Skip to content

Commit 185caa9

Browse files
author
awstools
committed
feat(client-auto-scaling): Remove incorrect endpoint tests
1 parent 539e680 commit 185caa9

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/auto-scaling.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2184,17 +2184,6 @@
21842184
"UseDualStack": false
21852185
}
21862186
},
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-
},
21982187
{
21992188
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
22002189
"expect": {
@@ -2208,17 +2197,6 @@
22082197
"UseDualStack": false
22092198
}
22102199
},
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-
},
22222200
{
22232201
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
22242202
"expect": {
@@ -2232,17 +2210,6 @@
22322210
"UseDualStack": false
22332211
}
22342212
},
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-
},
22462213
{
22472214
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
22482215
"expect": {
@@ -2256,17 +2223,6 @@
22562223
"UseDualStack": false
22572224
}
22582225
},
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-
},
22702226
{
22712227
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
22722228
"expect": {

0 commit comments

Comments
 (0)