Skip to content

Commit 3ff964d

Browse files
author
awstools
committed
feat(client-networkmonitor): Remove incorrect endpoint tests
1 parent 436639e commit 3ff964d

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1697,17 +1697,6 @@
16971697
"UseDualStack": false
16981698
}
16991699
},
1700-
{
1701-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1702-
"expect": {
1703-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1704-
},
1705-
"params": {
1706-
"Region": "us-iso-east-1",
1707-
"UseFIPS": true,
1708-
"UseDualStack": true
1709-
}
1710-
},
17111700
{
17121701
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
17131702
"expect": {
@@ -1721,17 +1710,6 @@
17211710
"UseDualStack": false
17221711
}
17231712
},
1724-
{
1725-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1726-
"expect": {
1727-
"error": "DualStack is enabled but this partition does not support DualStack"
1728-
},
1729-
"params": {
1730-
"Region": "us-iso-east-1",
1731-
"UseFIPS": false,
1732-
"UseDualStack": true
1733-
}
1734-
},
17351713
{
17361714
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
17371715
"expect": {
@@ -1745,17 +1723,6 @@
17451723
"UseDualStack": false
17461724
}
17471725
},
1748-
{
1749-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1750-
"expect": {
1751-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1752-
},
1753-
"params": {
1754-
"Region": "us-isob-east-1",
1755-
"UseFIPS": true,
1756-
"UseDualStack": true
1757-
}
1758-
},
17591726
{
17601727
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
17611728
"expect": {
@@ -1769,17 +1736,6 @@
17691736
"UseDualStack": false
17701737
}
17711738
},
1772-
{
1773-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1774-
"expect": {
1775-
"error": "DualStack is enabled but this partition does not support DualStack"
1776-
},
1777-
"params": {
1778-
"Region": "us-isob-east-1",
1779-
"UseFIPS": false,
1780-
"UseDualStack": true
1781-
}
1782-
},
17831739
{
17841740
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
17851741
"expect": {

0 commit comments

Comments
 (0)