Skip to content

Commit fdd280f

Browse files
author
awstools
committed
feat(client-iotsecuretunneling): Remove incorrect endpoint tests
1 parent be8685e commit fdd280f

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1589,28 +1589,6 @@
15891589
"UseDualStack": false
15901590
}
15911591
},
1592-
{
1593-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1594-
"expect": {
1595-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1596-
},
1597-
"params": {
1598-
"Region": "us-iso-east-1",
1599-
"UseFIPS": true,
1600-
"UseDualStack": true
1601-
}
1602-
},
1603-
{
1604-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1605-
"expect": {
1606-
"error": "DualStack is enabled but this partition does not support DualStack"
1607-
},
1608-
"params": {
1609-
"Region": "us-iso-east-1",
1610-
"UseFIPS": false,
1611-
"UseDualStack": true
1612-
}
1613-
},
16141592
{
16151593
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
16161594
"expect": {
@@ -1637,28 +1615,6 @@
16371615
"UseDualStack": false
16381616
}
16391617
},
1640-
{
1641-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1642-
"expect": {
1643-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1644-
},
1645-
"params": {
1646-
"Region": "us-isob-east-1",
1647-
"UseFIPS": true,
1648-
"UseDualStack": true
1649-
}
1650-
},
1651-
{
1652-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1653-
"expect": {
1654-
"error": "DualStack is enabled but this partition does not support DualStack"
1655-
},
1656-
"params": {
1657-
"Region": "us-isob-east-1",
1658-
"UseFIPS": false,
1659-
"UseDualStack": true
1660-
}
1661-
},
16621618
{
16631619
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
16641620
"expect": {

0 commit comments

Comments
 (0)