Skip to content

Commit b3be856

Browse files
author
awstools
committed
feat(client-api-gateway): Remove incorrect endpoint tests
1 parent 9d8a6be commit b3be856

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/api-gateway.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,17 +1542,6 @@
15421542
"UseDualStack": false
15431543
}
15441544
},
1545-
{
1546-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1547-
"expect": {
1548-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1549-
},
1550-
"params": {
1551-
"Region": "us-iso-east-1",
1552-
"UseFIPS": true,
1553-
"UseDualStack": true
1554-
}
1555-
},
15561545
{
15571546
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
15581547
"expect": {
@@ -1566,28 +1555,6 @@
15661555
"UseDualStack": false
15671556
}
15681557
},
1569-
{
1570-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1571-
"expect": {
1572-
"error": "DualStack is enabled but this partition does not support DualStack"
1573-
},
1574-
"params": {
1575-
"Region": "us-iso-east-1",
1576-
"UseFIPS": false,
1577-
"UseDualStack": true
1578-
}
1579-
},
1580-
{
1581-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1582-
"expect": {
1583-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1584-
},
1585-
"params": {
1586-
"Region": "us-isob-east-1",
1587-
"UseFIPS": true,
1588-
"UseDualStack": true
1589-
}
1590-
},
15911558
{
15921559
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
15931560
"expect": {
@@ -1601,17 +1568,6 @@
16011568
"UseDualStack": false
16021569
}
16031570
},
1604-
{
1605-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1606-
"expect": {
1607-
"error": "DualStack is enabled but this partition does not support DualStack"
1608-
},
1609-
"params": {
1610-
"Region": "us-isob-east-1",
1611-
"UseFIPS": false,
1612-
"UseDualStack": true
1613-
}
1614-
},
16151571
{
16161572
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
16171573
"expect": {

0 commit comments

Comments
 (0)