Skip to content

Commit a780429

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 271d6af commit a780429

File tree

2 files changed

+229
-18
lines changed

2 files changed

+229
-18
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Updated endpoint and partition metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

Lines changed: 223 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1716,22 +1716,102 @@
17161716
},
17171717
"athena" : {
17181718
"endpoints" : {
1719-
"af-south-1" : { },
1720-
"ap-east-1" : { },
1721-
"ap-northeast-1" : { },
1722-
"ap-northeast-2" : { },
1723-
"ap-northeast-3" : { },
1724-
"ap-south-1" : { },
1725-
"ap-southeast-1" : { },
1726-
"ap-southeast-2" : { },
1727-
"ap-southeast-3" : { },
1728-
"ca-central-1" : { },
1729-
"eu-central-1" : { },
1730-
"eu-north-1" : { },
1731-
"eu-south-1" : { },
1732-
"eu-west-1" : { },
1733-
"eu-west-2" : { },
1734-
"eu-west-3" : { },
1719+
"af-south-1" : {
1720+
"variants" : [ {
1721+
"hostname" : "athena.af-south-1.api.aws",
1722+
"tags" : [ "dualstack" ]
1723+
} ]
1724+
},
1725+
"ap-east-1" : {
1726+
"variants" : [ {
1727+
"hostname" : "athena.ap-east-1.api.aws",
1728+
"tags" : [ "dualstack" ]
1729+
} ]
1730+
},
1731+
"ap-northeast-1" : {
1732+
"variants" : [ {
1733+
"hostname" : "athena.ap-northeast-1.api.aws",
1734+
"tags" : [ "dualstack" ]
1735+
} ]
1736+
},
1737+
"ap-northeast-2" : {
1738+
"variants" : [ {
1739+
"hostname" : "athena.ap-northeast-2.api.aws",
1740+
"tags" : [ "dualstack" ]
1741+
} ]
1742+
},
1743+
"ap-northeast-3" : {
1744+
"variants" : [ {
1745+
"hostname" : "athena.ap-northeast-3.api.aws",
1746+
"tags" : [ "dualstack" ]
1747+
} ]
1748+
},
1749+
"ap-south-1" : {
1750+
"variants" : [ {
1751+
"hostname" : "athena.ap-south-1.api.aws",
1752+
"tags" : [ "dualstack" ]
1753+
} ]
1754+
},
1755+
"ap-southeast-1" : {
1756+
"variants" : [ {
1757+
"hostname" : "athena.ap-southeast-1.api.aws",
1758+
"tags" : [ "dualstack" ]
1759+
} ]
1760+
},
1761+
"ap-southeast-2" : {
1762+
"variants" : [ {
1763+
"hostname" : "athena.ap-southeast-2.api.aws",
1764+
"tags" : [ "dualstack" ]
1765+
} ]
1766+
},
1767+
"ap-southeast-3" : {
1768+
"variants" : [ {
1769+
"hostname" : "athena.ap-southeast-3.api.aws",
1770+
"tags" : [ "dualstack" ]
1771+
} ]
1772+
},
1773+
"ca-central-1" : {
1774+
"variants" : [ {
1775+
"hostname" : "athena.ca-central-1.api.aws",
1776+
"tags" : [ "dualstack" ]
1777+
} ]
1778+
},
1779+
"eu-central-1" : {
1780+
"variants" : [ {
1781+
"hostname" : "athena.eu-central-1.api.aws",
1782+
"tags" : [ "dualstack" ]
1783+
} ]
1784+
},
1785+
"eu-north-1" : {
1786+
"variants" : [ {
1787+
"hostname" : "athena.eu-north-1.api.aws",
1788+
"tags" : [ "dualstack" ]
1789+
} ]
1790+
},
1791+
"eu-south-1" : {
1792+
"variants" : [ {
1793+
"hostname" : "athena.eu-south-1.api.aws",
1794+
"tags" : [ "dualstack" ]
1795+
} ]
1796+
},
1797+
"eu-west-1" : {
1798+
"variants" : [ {
1799+
"hostname" : "athena.eu-west-1.api.aws",
1800+
"tags" : [ "dualstack" ]
1801+
} ]
1802+
},
1803+
"eu-west-2" : {
1804+
"variants" : [ {
1805+
"hostname" : "athena.eu-west-2.api.aws",
1806+
"tags" : [ "dualstack" ]
1807+
} ]
1808+
},
1809+
"eu-west-3" : {
1810+
"variants" : [ {
1811+
"hostname" : "athena.eu-west-3.api.aws",
1812+
"tags" : [ "dualstack" ]
1813+
} ]
1814+
},
17351815
"fips-us-east-1" : {
17361816
"credentialScope" : {
17371817
"region" : "us-east-1"
@@ -1760,30 +1840,52 @@
17601840
"deprecated" : true,
17611841
"hostname" : "athena-fips.us-west-2.amazonaws.com"
17621842
},
1763-
"me-south-1" : { },
1764-
"sa-east-1" : { },
1843+
"me-south-1" : {
1844+
"variants" : [ {
1845+
"hostname" : "athena.me-south-1.api.aws",
1846+
"tags" : [ "dualstack" ]
1847+
} ]
1848+
},
1849+
"sa-east-1" : {
1850+
"variants" : [ {
1851+
"hostname" : "athena.sa-east-1.api.aws",
1852+
"tags" : [ "dualstack" ]
1853+
} ]
1854+
},
17651855
"us-east-1" : {
17661856
"variants" : [ {
17671857
"hostname" : "athena-fips.us-east-1.amazonaws.com",
17681858
"tags" : [ "fips" ]
1859+
}, {
1860+
"hostname" : "athena.us-east-1.api.aws",
1861+
"tags" : [ "dualstack" ]
17691862
} ]
17701863
},
17711864
"us-east-2" : {
17721865
"variants" : [ {
17731866
"hostname" : "athena-fips.us-east-2.amazonaws.com",
17741867
"tags" : [ "fips" ]
1868+
}, {
1869+
"hostname" : "athena.us-east-2.api.aws",
1870+
"tags" : [ "dualstack" ]
17751871
} ]
17761872
},
17771873
"us-west-1" : {
17781874
"variants" : [ {
17791875
"hostname" : "athena-fips.us-west-1.amazonaws.com",
17801876
"tags" : [ "fips" ]
1877+
}, {
1878+
"hostname" : "athena.us-west-1.api.aws",
1879+
"tags" : [ "dualstack" ]
17811880
} ]
17821881
},
17831882
"us-west-2" : {
17841883
"variants" : [ {
17851884
"hostname" : "athena-fips.us-west-2.amazonaws.com",
17861885
"tags" : [ "fips" ]
1886+
}, {
1887+
"hostname" : "athena.us-west-2.api.aws",
1888+
"tags" : [ "dualstack" ]
17871889
} ]
17881890
}
17891891
}
@@ -11244,6 +11346,74 @@
1124411346
"us-west-2" : { }
1124511347
}
1124611348
},
11349+
"resource-explorer-2" : {
11350+
"defaults" : {
11351+
"variants" : [ {
11352+
"dnsSuffix" : "api.aws",
11353+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
11354+
"tags" : [ "fips" ]
11355+
} ]
11356+
},
11357+
"endpoints" : {
11358+
"af-south-1" : {
11359+
"hostname" : "resource-explorer-2.af-south-1.api.aws"
11360+
},
11361+
"ap-east-1" : {
11362+
"hostname" : "resource-explorer-2.ap-east-1.api.aws"
11363+
},
11364+
"ap-northeast-1" : {
11365+
"hostname" : "resource-explorer-2.ap-northeast-1.api.aws"
11366+
},
11367+
"ap-northeast-2" : {
11368+
"hostname" : "resource-explorer-2.ap-northeast-2.api.aws"
11369+
},
11370+
"ap-northeast-3" : {
11371+
"hostname" : "resource-explorer-2.ap-northeast-3.api.aws"
11372+
},
11373+
"ap-south-1" : {
11374+
"hostname" : "resource-explorer-2.ap-south-1.api.aws"
11375+
},
11376+
"ap-southeast-1" : {
11377+
"hostname" : "resource-explorer-2.ap-southeast-1.api.aws"
11378+
},
11379+
"ap-southeast-2" : {
11380+
"hostname" : "resource-explorer-2.ap-southeast-2.api.aws"
11381+
},
11382+
"ca-central-1" : {
11383+
"hostname" : "resource-explorer-2.ca-central-1.api.aws"
11384+
},
11385+
"eu-central-1" : {
11386+
"hostname" : "resource-explorer-2.eu-central-1.api.aws"
11387+
},
11388+
"eu-north-1" : {
11389+
"hostname" : "resource-explorer-2.eu-north-1.api.aws"
11390+
},
11391+
"eu-west-1" : {
11392+
"hostname" : "resource-explorer-2.eu-west-1.api.aws"
11393+
},
11394+
"eu-west-2" : {
11395+
"hostname" : "resource-explorer-2.eu-west-2.api.aws"
11396+
},
11397+
"eu-west-3" : {
11398+
"hostname" : "resource-explorer-2.eu-west-3.api.aws"
11399+
},
11400+
"sa-east-1" : {
11401+
"hostname" : "resource-explorer-2.sa-east-1.api.aws"
11402+
},
11403+
"us-east-1" : {
11404+
"hostname" : "resource-explorer-2.us-east-1.api.aws"
11405+
},
11406+
"us-east-2" : {
11407+
"hostname" : "resource-explorer-2.us-east-2.api.aws"
11408+
},
11409+
"us-west-1" : {
11410+
"hostname" : "resource-explorer-2.us-west-1.api.aws"
11411+
},
11412+
"us-west-2" : {
11413+
"hostname" : "resource-explorer-2.us-west-2.api.aws"
11414+
}
11415+
}
11416+
},
1124711417
"resource-groups" : {
1124811418
"endpoints" : {
1124911419
"af-south-1" : { },
@@ -14143,6 +14313,7 @@
1414314313
"ap-south-1" : { },
1414414314
"ap-southeast-1" : { },
1414514315
"ap-southeast-2" : { },
14316+
"ap-southeast-3" : { },
1414614317
"ca-central-1" : {
1414714318
"variants" : [ {
1414814319
"hostname" : "transfer-fips.ca-central-1.amazonaws.com",
@@ -16108,6 +16279,23 @@
1610816279
"cn-northwest-1" : { }
1610916280
}
1611016281
},
16282+
"resource-explorer-2" : {
16283+
"defaults" : {
16284+
"variants" : [ {
16285+
"dnsSuffix" : "api.amazonwebservices.com.cn",
16286+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
16287+
"tags" : [ "fips" ]
16288+
} ]
16289+
},
16290+
"endpoints" : {
16291+
"cn-north-1" : {
16292+
"hostname" : "resource-explorer-2.cn-north-1.api.amazonwebservices.com.cn"
16293+
},
16294+
"cn-northwest-1" : {
16295+
"hostname" : "resource-explorer-2.cn-northwest-1.api.amazonwebservices.com.cn"
16296+
}
16297+
}
16298+
},
1611116299
"resource-groups" : {
1611216300
"endpoints" : {
1611316301
"cn-north-1" : { },
@@ -19154,6 +19342,23 @@
1915419342
}
1915519343
}
1915619344
},
19345+
"resource-explorer-2" : {
19346+
"defaults" : {
19347+
"variants" : [ {
19348+
"dnsSuffix" : "api.aws",
19349+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
19350+
"tags" : [ "fips" ]
19351+
} ]
19352+
},
19353+
"endpoints" : {
19354+
"us-gov-east-1" : {
19355+
"hostname" : "resource-explorer-2.us-gov-east-1.api.aws"
19356+
},
19357+
"us-gov-west-1" : {
19358+
"hostname" : "resource-explorer-2.us-gov-west-1.api.aws"
19359+
}
19360+
}
19361+
},
1915719362
"resource-groups" : {
1915819363
"defaults" : {
1915919364
"variants" : [ {

0 commit comments

Comments
 (0)