Skip to content

Commit 24ead0a

Browse files
author
awstools
committed
feat(client-redshift-serverless): Remove incorrect endpoint tests
1 parent 9e9592d commit 24ead0a

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -5284,17 +5284,6 @@
52845284
"UseDualStack": false
52855285
}
52865286
},
5287-
{
5288-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
5289-
"expect": {
5290-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
5291-
},
5292-
"params": {
5293-
"Region": "us-iso-east-1",
5294-
"UseFIPS": true,
5295-
"UseDualStack": true
5296-
}
5297-
},
52985287
{
52995288
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
53005289
"expect": {
@@ -5308,17 +5297,6 @@
53085297
"UseDualStack": false
53095298
}
53105299
},
5311-
{
5312-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
5313-
"expect": {
5314-
"error": "DualStack is enabled but this partition does not support DualStack"
5315-
},
5316-
"params": {
5317-
"Region": "us-iso-east-1",
5318-
"UseFIPS": false,
5319-
"UseDualStack": true
5320-
}
5321-
},
53225300
{
53235301
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
53245302
"expect": {
@@ -5332,17 +5310,6 @@
53325310
"UseDualStack": false
53335311
}
53345312
},
5335-
{
5336-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
5337-
"expect": {
5338-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
5339-
},
5340-
"params": {
5341-
"Region": "us-isob-east-1",
5342-
"UseFIPS": true,
5343-
"UseDualStack": true
5344-
}
5345-
},
53465313
{
53475314
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
53485315
"expect": {
@@ -5356,17 +5323,6 @@
53565323
"UseDualStack": false
53575324
}
53585325
},
5359-
{
5360-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
5361-
"expect": {
5362-
"error": "DualStack is enabled but this partition does not support DualStack"
5363-
},
5364-
"params": {
5365-
"Region": "us-isob-east-1",
5366-
"UseFIPS": false,
5367-
"UseDualStack": true
5368-
}
5369-
},
53705326
{
53715327
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
53725328
"expect": {

0 commit comments

Comments
 (0)