Skip to content

Commit 9d722ea

Browse files
author
awstools
committed
feat(client-mediastore): Remove incorrect endpoint tests
1 parent 14656ea commit 9d722ea

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,17 +1723,6 @@
17231723
"UseDualStack": false
17241724
}
17251725
},
1726-
{
1727-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1728-
"expect": {
1729-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1730-
},
1731-
"params": {
1732-
"Region": "us-iso-east-1",
1733-
"UseFIPS": true,
1734-
"UseDualStack": true
1735-
}
1736-
},
17371726
{
17381727
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
17391728
"expect": {
@@ -1747,17 +1736,6 @@
17471736
"UseDualStack": false
17481737
}
17491738
},
1750-
{
1751-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1752-
"expect": {
1753-
"error": "DualStack is enabled but this partition does not support DualStack"
1754-
},
1755-
"params": {
1756-
"Region": "us-iso-east-1",
1757-
"UseFIPS": false,
1758-
"UseDualStack": true
1759-
}
1760-
},
17611739
{
17621740
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
17631741
"expect": {
@@ -1771,17 +1749,6 @@
17711749
"UseDualStack": false
17721750
}
17731751
},
1774-
{
1775-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1776-
"expect": {
1777-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1778-
},
1779-
"params": {
1780-
"Region": "us-isob-east-1",
1781-
"UseFIPS": true,
1782-
"UseDualStack": true
1783-
}
1784-
},
17851752
{
17861753
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
17871754
"expect": {
@@ -1795,17 +1762,6 @@
17951762
"UseDualStack": false
17961763
}
17971764
},
1798-
{
1799-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1800-
"expect": {
1801-
"error": "DualStack is enabled but this partition does not support DualStack"
1802-
},
1803-
"params": {
1804-
"Region": "us-isob-east-1",
1805-
"UseFIPS": false,
1806-
"UseDualStack": true
1807-
}
1808-
},
18091765
{
18101766
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
18111767
"expect": {

0 commit comments

Comments
 (0)