Skip to content

Commit 6d21a6c

Browse files
author
awstools
committed
feat(client-redshift-data): Remove incorrect endpoint tests
1 parent ac6cee0 commit 6d21a6c

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/redshift-data.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2244,17 +2244,6 @@
22442244
"UseDualStack": false
22452245
}
22462246
},
2247-
{
2248-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
2249-
"expect": {
2250-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2251-
},
2252-
"params": {
2253-
"Region": "us-iso-east-1",
2254-
"UseFIPS": true,
2255-
"UseDualStack": true
2256-
}
2257-
},
22582247
{
22592248
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
22602249
"expect": {
@@ -2268,17 +2257,6 @@
22682257
"UseDualStack": false
22692258
}
22702259
},
2271-
{
2272-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
2273-
"expect": {
2274-
"error": "DualStack is enabled but this partition does not support DualStack"
2275-
},
2276-
"params": {
2277-
"Region": "us-iso-east-1",
2278-
"UseFIPS": false,
2279-
"UseDualStack": true
2280-
}
2281-
},
22822260
{
22832261
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
22842262
"expect": {
@@ -2292,17 +2270,6 @@
22922270
"UseDualStack": false
22932271
}
22942272
},
2295-
{
2296-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
2297-
"expect": {
2298-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2299-
},
2300-
"params": {
2301-
"Region": "us-isob-east-1",
2302-
"UseFIPS": true,
2303-
"UseDualStack": true
2304-
}
2305-
},
23062273
{
23072274
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
23082275
"expect": {
@@ -2316,17 +2283,6 @@
23162283
"UseDualStack": false
23172284
}
23182285
},
2319-
{
2320-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
2321-
"expect": {
2322-
"error": "DualStack is enabled but this partition does not support DualStack"
2323-
},
2324-
"params": {
2325-
"Region": "us-isob-east-1",
2326-
"UseFIPS": false,
2327-
"UseDualStack": true
2328-
}
2329-
},
23302286
{
23312287
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
23322288
"expect": {

0 commit comments

Comments
 (0)