Skip to content

Commit 4d03fdd

Browse files
author
awstools
committed
feat(client-redshift): Remove incorrect endpoint tests
1 parent c3af996 commit 4d03fdd

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -15753,17 +15753,6 @@
1575315753
"UseDualStack": false
1575415754
}
1575515755
},
15756-
{
15757-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
15758-
"expect": {
15759-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
15760-
},
15761-
"params": {
15762-
"Region": "us-iso-east-1",
15763-
"UseFIPS": true,
15764-
"UseDualStack": true
15765-
}
15766-
},
1576715756
{
1576815757
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
1576915758
"expect": {
@@ -15777,17 +15766,6 @@
1577715766
"UseDualStack": false
1577815767
}
1577915768
},
15780-
{
15781-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
15782-
"expect": {
15783-
"error": "DualStack is enabled but this partition does not support DualStack"
15784-
},
15785-
"params": {
15786-
"Region": "us-iso-east-1",
15787-
"UseFIPS": false,
15788-
"UseDualStack": true
15789-
}
15790-
},
1579115769
{
1579215770
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
1579315771
"expect": {
@@ -15801,17 +15779,6 @@
1580115779
"UseDualStack": false
1580215780
}
1580315781
},
15804-
{
15805-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
15806-
"expect": {
15807-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
15808-
},
15809-
"params": {
15810-
"Region": "us-isob-east-1",
15811-
"UseFIPS": true,
15812-
"UseDualStack": true
15813-
}
15814-
},
1581515782
{
1581615783
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
1581715784
"expect": {
@@ -15825,17 +15792,6 @@
1582515792
"UseDualStack": false
1582615793
}
1582715794
},
15828-
{
15829-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
15830-
"expect": {
15831-
"error": "DualStack is enabled but this partition does not support DualStack"
15832-
},
15833-
"params": {
15834-
"Region": "us-isob-east-1",
15835-
"UseFIPS": false,
15836-
"UseDualStack": true
15837-
}
15838-
},
1583915795
{
1584015796
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
1584115797
"expect": {

0 commit comments

Comments
 (0)