Skip to content

Commit 5f0c671

Browse files
author
awstools
committed
feat(client-launch-wizard): Remove incorrect endpoint tests
1 parent 62aec22 commit 5f0c671

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/launch-wizard.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,17 +1584,6 @@
15841584
"UseDualStack": false
15851585
}
15861586
},
1587-
{
1588-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1589-
"expect": {
1590-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1591-
},
1592-
"params": {
1593-
"Region": "us-iso-east-1",
1594-
"UseFIPS": true,
1595-
"UseDualStack": true
1596-
}
1597-
},
15981587
{
15991588
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
16001589
"expect": {
@@ -1608,17 +1597,6 @@
16081597
"UseDualStack": false
16091598
}
16101599
},
1611-
{
1612-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1613-
"expect": {
1614-
"error": "DualStack is enabled but this partition does not support DualStack"
1615-
},
1616-
"params": {
1617-
"Region": "us-iso-east-1",
1618-
"UseFIPS": false,
1619-
"UseDualStack": true
1620-
}
1621-
},
16221600
{
16231601
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
16241602
"expect": {
@@ -1632,17 +1610,6 @@
16321610
"UseDualStack": false
16331611
}
16341612
},
1635-
{
1636-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1637-
"expect": {
1638-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1639-
},
1640-
"params": {
1641-
"Region": "us-isob-east-1",
1642-
"UseFIPS": true,
1643-
"UseDualStack": true
1644-
}
1645-
},
16461613
{
16471614
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
16481615
"expect": {
@@ -1656,17 +1623,6 @@
16561623
"UseDualStack": false
16571624
}
16581625
},
1659-
{
1660-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1661-
"expect": {
1662-
"error": "DualStack is enabled but this partition does not support DualStack"
1663-
},
1664-
"params": {
1665-
"Region": "us-isob-east-1",
1666-
"UseFIPS": false,
1667-
"UseDualStack": true
1668-
}
1669-
},
16701626
{
16711627
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
16721628
"expect": {

0 commit comments

Comments
 (0)