Skip to content

Commit 713bb43

Browse files
author
awstools
committed
feat(client-route-53): Remove incorrect endpoint tests
1 parent 334221f commit 713bb43

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/route-53.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1434,17 +1434,6 @@
14341434
"UseDualStack": false
14351435
}
14361436
},
1437-
{
1438-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1439-
"expect": {
1440-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1441-
},
1442-
"params": {
1443-
"Region": "us-iso-east-1",
1444-
"UseFIPS": true,
1445-
"UseDualStack": true
1446-
}
1447-
},
14481437
{
14491438
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
14501439
"expect": {
@@ -1458,17 +1447,6 @@
14581447
"UseDualStack": false
14591448
}
14601449
},
1461-
{
1462-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1463-
"expect": {
1464-
"error": "DualStack is enabled but this partition does not support DualStack"
1465-
},
1466-
"params": {
1467-
"Region": "us-iso-east-1",
1468-
"UseFIPS": false,
1469-
"UseDualStack": true
1470-
}
1471-
},
14721450
{
14731451
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
14741452
"expect": {
@@ -1513,17 +1491,6 @@
15131491
"UseDualStack": false
15141492
}
15151493
},
1516-
{
1517-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1518-
"expect": {
1519-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1520-
},
1521-
"params": {
1522-
"Region": "us-isob-east-1",
1523-
"UseFIPS": true,
1524-
"UseDualStack": true
1525-
}
1526-
},
15271494
{
15281495
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
15291496
"expect": {
@@ -1537,17 +1504,6 @@
15371504
"UseDualStack": false
15381505
}
15391506
},
1540-
{
1541-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1542-
"expect": {
1543-
"error": "DualStack is enabled but this partition does not support DualStack"
1544-
},
1545-
"params": {
1546-
"Region": "us-isob-east-1",
1547-
"UseFIPS": false,
1548-
"UseDualStack": true
1549-
}
1550-
},
15511507
{
15521508
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
15531509
"expect": {

0 commit comments

Comments
 (0)