Skip to content

Commit c555195

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent fd54c72 commit c555195

File tree

2 files changed

+83
-14
lines changed

2 files changed

+83
-14
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: 77 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2055,20 +2055,76 @@
20552055
"protocols" : [ "https" ]
20562056
},
20572057
"endpoints" : {
2058-
"ap-northeast-1" : { },
2059-
"ap-northeast-2" : { },
2060-
"ap-south-1" : { },
2061-
"ap-southeast-1" : { },
2062-
"ap-southeast-2" : { },
2063-
"eu-central-1" : { },
2064-
"eu-north-1" : { },
2065-
"eu-west-1" : { },
2066-
"eu-west-2" : { },
2067-
"eu-west-3" : { },
2068-
"sa-east-1" : { },
2069-
"us-east-1" : { },
2070-
"us-east-2" : { },
2071-
"us-west-2" : { }
2058+
"ap-northeast-1" : {
2059+
"variants" : [ {
2060+
"tags" : [ "dualstack" ]
2061+
} ]
2062+
},
2063+
"ap-northeast-2" : {
2064+
"variants" : [ {
2065+
"tags" : [ "dualstack" ]
2066+
} ]
2067+
},
2068+
"ap-south-1" : {
2069+
"variants" : [ {
2070+
"tags" : [ "dualstack" ]
2071+
} ]
2072+
},
2073+
"ap-southeast-1" : {
2074+
"variants" : [ {
2075+
"tags" : [ "dualstack" ]
2076+
} ]
2077+
},
2078+
"ap-southeast-2" : {
2079+
"variants" : [ {
2080+
"tags" : [ "dualstack" ]
2081+
} ]
2082+
},
2083+
"eu-central-1" : {
2084+
"variants" : [ {
2085+
"tags" : [ "dualstack" ]
2086+
} ]
2087+
},
2088+
"eu-north-1" : {
2089+
"variants" : [ {
2090+
"tags" : [ "dualstack" ]
2091+
} ]
2092+
},
2093+
"eu-west-1" : {
2094+
"variants" : [ {
2095+
"tags" : [ "dualstack" ]
2096+
} ]
2097+
},
2098+
"eu-west-2" : {
2099+
"variants" : [ {
2100+
"tags" : [ "dualstack" ]
2101+
} ]
2102+
},
2103+
"eu-west-3" : {
2104+
"variants" : [ {
2105+
"tags" : [ "dualstack" ]
2106+
} ]
2107+
},
2108+
"sa-east-1" : {
2109+
"variants" : [ {
2110+
"tags" : [ "dualstack" ]
2111+
} ]
2112+
},
2113+
"us-east-1" : {
2114+
"variants" : [ {
2115+
"tags" : [ "dualstack" ]
2116+
} ]
2117+
},
2118+
"us-east-2" : {
2119+
"variants" : [ {
2120+
"tags" : [ "dualstack" ]
2121+
} ]
2122+
},
2123+
"us-west-2" : {
2124+
"variants" : [ {
2125+
"tags" : [ "dualstack" ]
2126+
} ]
2127+
}
20722128
}
20732129
},
20742130
"arc-zonal-shift" : {
@@ -2576,6 +2632,7 @@
25762632
"ap-southeast-2" : { },
25772633
"ap-southeast-3" : { },
25782634
"ap-southeast-4" : { },
2635+
"ap-southeast-5" : { },
25792636
"ca-central-1" : { },
25802637
"ca-west-1" : { },
25812638
"eu-central-1" : { },
@@ -28092,6 +28149,12 @@
2809228149
}
2809328150
}
2809428151
},
28152+
"schemas" : {
28153+
"endpoints" : {
28154+
"us-gov-east-1" : { },
28155+
"us-gov-west-1" : { }
28156+
}
28157+
},
2809528158
"secretsmanager" : {
2809628159
"endpoints" : {
2809728160
"us-gov-east-1" : {

0 commit comments

Comments
 (0)