Skip to content

Commit fa3eb01

Browse files
author
awstools
committed
feat(client-invoicing): Removed incorrect endpoint tests
1 parent ea09235 commit fa3eb01

File tree

1 file changed

+0
-160
lines changed

1 file changed

+0
-160
lines changed

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

Lines changed: 0 additions & 160 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,166 +1441,6 @@
14411441
"UseFIPS": false
14421442
}
14431443
},
1444-
{
1445-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1446-
"expect": {
1447-
"endpoint": {
1448-
"properties": {
1449-
"authSchemes": [
1450-
{
1451-
"name": "sigv4",
1452-
"signingRegion": "us-iso-east-1"
1453-
}
1454-
]
1455-
},
1456-
"url": "https://invoicing-fips.us-iso-east-1.c2s.ic.gov"
1457-
}
1458-
},
1459-
"params": {
1460-
"Region": "us-iso-east-1",
1461-
"UseFIPS": true
1462-
}
1463-
},
1464-
{
1465-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1466-
"expect": {
1467-
"endpoint": {
1468-
"properties": {
1469-
"authSchemes": [
1470-
{
1471-
"name": "sigv4",
1472-
"signingRegion": "us-iso-east-1"
1473-
}
1474-
]
1475-
},
1476-
"url": "https://invoicing.us-iso-east-1.c2s.ic.gov"
1477-
}
1478-
},
1479-
"params": {
1480-
"Region": "us-iso-east-1",
1481-
"UseFIPS": false
1482-
}
1483-
},
1484-
{
1485-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1486-
"expect": {
1487-
"endpoint": {
1488-
"properties": {
1489-
"authSchemes": [
1490-
{
1491-
"name": "sigv4",
1492-
"signingRegion": "us-isob-east-1"
1493-
}
1494-
]
1495-
},
1496-
"url": "https://invoicing-fips.us-isob-east-1.sc2s.sgov.gov"
1497-
}
1498-
},
1499-
"params": {
1500-
"Region": "us-isob-east-1",
1501-
"UseFIPS": true
1502-
}
1503-
},
1504-
{
1505-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1506-
"expect": {
1507-
"endpoint": {
1508-
"properties": {
1509-
"authSchemes": [
1510-
{
1511-
"name": "sigv4",
1512-
"signingRegion": "us-isob-east-1"
1513-
}
1514-
]
1515-
},
1516-
"url": "https://invoicing.us-isob-east-1.sc2s.sgov.gov"
1517-
}
1518-
},
1519-
"params": {
1520-
"Region": "us-isob-east-1",
1521-
"UseFIPS": false
1522-
}
1523-
},
1524-
{
1525-
"documentation": "For region eu-isoe-west-1 with FIPS enabled and DualStack enabled",
1526-
"expect": {
1527-
"endpoint": {
1528-
"properties": {
1529-
"authSchemes": [
1530-
{
1531-
"name": "sigv4",
1532-
"signingRegion": "eu-isoe-west-1"
1533-
}
1534-
]
1535-
},
1536-
"url": "https://invoicing-fips.eu-isoe-west-1.cloud.adc-e.uk"
1537-
}
1538-
},
1539-
"params": {
1540-
"Region": "eu-isoe-west-1",
1541-
"UseFIPS": true
1542-
}
1543-
},
1544-
{
1545-
"documentation": "For region eu-isoe-west-1 with FIPS disabled and DualStack enabled",
1546-
"expect": {
1547-
"endpoint": {
1548-
"properties": {
1549-
"authSchemes": [
1550-
{
1551-
"name": "sigv4",
1552-
"signingRegion": "eu-isoe-west-1"
1553-
}
1554-
]
1555-
},
1556-
"url": "https://invoicing.eu-isoe-west-1.cloud.adc-e.uk"
1557-
}
1558-
},
1559-
"params": {
1560-
"Region": "eu-isoe-west-1",
1561-
"UseFIPS": false
1562-
}
1563-
},
1564-
{
1565-
"documentation": "For region us-isof-south-1 with FIPS enabled and DualStack enabled",
1566-
"expect": {
1567-
"endpoint": {
1568-
"properties": {
1569-
"authSchemes": [
1570-
{
1571-
"name": "sigv4",
1572-
"signingRegion": "us-isof-south-1"
1573-
}
1574-
]
1575-
},
1576-
"url": "https://invoicing-fips.us-isof-south-1.csp.hci.ic.gov"
1577-
}
1578-
},
1579-
"params": {
1580-
"Region": "us-isof-south-1",
1581-
"UseFIPS": true
1582-
}
1583-
},
1584-
{
1585-
"documentation": "For region us-isof-south-1 with FIPS disabled and DualStack enabled",
1586-
"expect": {
1587-
"endpoint": {
1588-
"properties": {
1589-
"authSchemes": [
1590-
{
1591-
"name": "sigv4",
1592-
"signingRegion": "us-isof-south-1"
1593-
}
1594-
]
1595-
},
1596-
"url": "https://invoicing.us-isof-south-1.csp.hci.ic.gov"
1597-
}
1598-
},
1599-
"params": {
1600-
"Region": "us-isof-south-1",
1601-
"UseFIPS": false
1602-
}
1603-
},
16041444
{
16051445
"documentation": "Missing region",
16061446
"expect": {

0 commit comments

Comments
 (0)