Skip to content

Commit 49dfac4

Browse files
author
awstools
committed
feat(client-rds-data): Remove incorrect endpoint tests
1 parent 4c2ed6d commit 49dfac4

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1636,17 +1636,6 @@
16361636
"UseDualStack": false
16371637
}
16381638
},
1639-
{
1640-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1641-
"expect": {
1642-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1643-
},
1644-
"params": {
1645-
"Region": "us-iso-east-1",
1646-
"UseFIPS": true,
1647-
"UseDualStack": true
1648-
}
1649-
},
16501639
{
16511640
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
16521641
"expect": {
@@ -1660,17 +1649,6 @@
16601649
"UseDualStack": false
16611650
}
16621651
},
1663-
{
1664-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1665-
"expect": {
1666-
"error": "DualStack is enabled but this partition does not support DualStack"
1667-
},
1668-
"params": {
1669-
"Region": "us-iso-east-1",
1670-
"UseFIPS": false,
1671-
"UseDualStack": true
1672-
}
1673-
},
16741652
{
16751653
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
16761654
"expect": {
@@ -1684,17 +1662,6 @@
16841662
"UseDualStack": false
16851663
}
16861664
},
1687-
{
1688-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1689-
"expect": {
1690-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1691-
},
1692-
"params": {
1693-
"Region": "us-isob-east-1",
1694-
"UseFIPS": true,
1695-
"UseDualStack": true
1696-
}
1697-
},
16981665
{
16991666
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
17001667
"expect": {
@@ -1708,17 +1675,6 @@
17081675
"UseDualStack": false
17091676
}
17101677
},
1711-
{
1712-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1713-
"expect": {
1714-
"error": "DualStack is enabled but this partition does not support DualStack"
1715-
},
1716-
"params": {
1717-
"Region": "us-isob-east-1",
1718-
"UseFIPS": false,
1719-
"UseDualStack": true
1720-
}
1721-
},
17221678
{
17231679
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
17241680
"expect": {

0 commit comments

Comments
 (0)