Skip to content

Commit 62aec22

Browse files
author
awstools
committed
feat(client-simspaceweaver): Remove incorrect endpoint tests
1 parent 6120518 commit 62aec22

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1618,17 +1618,6 @@
16181618
"UseDualStack": false
16191619
}
16201620
},
1621-
{
1622-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1623-
"expect": {
1624-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1625-
},
1626-
"params": {
1627-
"Region": "us-iso-east-1",
1628-
"UseFIPS": true,
1629-
"UseDualStack": true
1630-
}
1631-
},
16321621
{
16331622
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
16341623
"expect": {
@@ -1642,17 +1631,6 @@
16421631
"UseDualStack": false
16431632
}
16441633
},
1645-
{
1646-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1647-
"expect": {
1648-
"error": "DualStack is enabled but this partition does not support DualStack"
1649-
},
1650-
"params": {
1651-
"Region": "us-iso-east-1",
1652-
"UseFIPS": false,
1653-
"UseDualStack": true
1654-
}
1655-
},
16561634
{
16571635
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
16581636
"expect": {
@@ -1666,17 +1644,6 @@
16661644
"UseDualStack": false
16671645
}
16681646
},
1669-
{
1670-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1671-
"expect": {
1672-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1673-
},
1674-
"params": {
1675-
"Region": "us-isob-east-1",
1676-
"UseFIPS": true,
1677-
"UseDualStack": true
1678-
}
1679-
},
16801647
{
16811648
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
16821649
"expect": {
@@ -1690,17 +1657,6 @@
16901657
"UseDualStack": false
16911658
}
16921659
},
1693-
{
1694-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1695-
"expect": {
1696-
"error": "DualStack is enabled but this partition does not support DualStack"
1697-
},
1698-
"params": {
1699-
"Region": "us-isob-east-1",
1700-
"UseFIPS": false,
1701-
"UseDualStack": true
1702-
}
1703-
},
17041660
{
17051661
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
17061662
"expect": {

0 commit comments

Comments
 (0)