Skip to content

Commit 2004e66

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent e039173 commit 2004e66

File tree

2 files changed

+12
-71
lines changed

2 files changed

+12
-71
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: 6 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1855,6 +1855,7 @@
18551855
"sa-east-1" : { },
18561856
"us-east-1" : { },
18571857
"us-east-2" : { },
1858+
"us-west-1" : { },
18581859
"us-west-2" : { }
18591860
}
18601861
},
@@ -2066,12 +2067,7 @@
20662067
"ap-southeast-2" : { },
20672068
"ap-southeast-3" : { },
20682069
"ap-southeast-4" : { },
2069-
"ca-central-1" : {
2070-
"variants" : [ {
2071-
"hostname" : "autoscaling-fips.ca-central-1.amazonaws.com",
2072-
"tags" : [ "fips" ]
2073-
} ]
2074-
},
2070+
"ca-central-1" : { },
20752071
"eu-central-1" : { },
20762072
"eu-central-2" : { },
20772073
"eu-north-1" : { },
@@ -2080,68 +2076,13 @@
20802076
"eu-west-1" : { },
20812077
"eu-west-2" : { },
20822078
"eu-west-3" : { },
2083-
"fips-ca-central-1" : {
2084-
"credentialScope" : {
2085-
"region" : "ca-central-1"
2086-
},
2087-
"deprecated" : true,
2088-
"hostname" : "autoscaling-fips.ca-central-1.amazonaws.com"
2089-
},
2090-
"fips-us-east-1" : {
2091-
"credentialScope" : {
2092-
"region" : "us-east-1"
2093-
},
2094-
"deprecated" : true,
2095-
"hostname" : "autoscaling-fips.us-east-1.amazonaws.com"
2096-
},
2097-
"fips-us-east-2" : {
2098-
"credentialScope" : {
2099-
"region" : "us-east-2"
2100-
},
2101-
"deprecated" : true,
2102-
"hostname" : "autoscaling-fips.us-east-2.amazonaws.com"
2103-
},
2104-
"fips-us-west-1" : {
2105-
"credentialScope" : {
2106-
"region" : "us-west-1"
2107-
},
2108-
"deprecated" : true,
2109-
"hostname" : "autoscaling-fips.us-west-1.amazonaws.com"
2110-
},
2111-
"fips-us-west-2" : {
2112-
"credentialScope" : {
2113-
"region" : "us-west-2"
2114-
},
2115-
"deprecated" : true,
2116-
"hostname" : "autoscaling-fips.us-west-2.amazonaws.com"
2117-
},
21182079
"me-central-1" : { },
21192080
"me-south-1" : { },
21202081
"sa-east-1" : { },
2121-
"us-east-1" : {
2122-
"variants" : [ {
2123-
"hostname" : "autoscaling-fips.us-east-1.amazonaws.com",
2124-
"tags" : [ "fips" ]
2125-
} ]
2126-
},
2127-
"us-east-2" : {
2128-
"variants" : [ {
2129-
"hostname" : "autoscaling-fips.us-east-2.amazonaws.com",
2130-
"tags" : [ "fips" ]
2131-
} ]
2132-
},
2133-
"us-west-1" : {
2134-
"variants" : [ {
2135-
"hostname" : "autoscaling-fips.us-west-1.amazonaws.com",
2136-
"tags" : [ "fips" ]
2137-
} ]
2138-
},
2139-
"us-west-2" : {
2140-
"variants" : [ {
2141-
"hostname" : "autoscaling-fips.us-west-2.amazonaws.com",
2142-
"tags" : [ "fips" ]
2143-
} ]
2144-
}
2082+
"us-east-1" : { },
2083+
"us-east-2" : { },
2084+
"us-west-1" : { },
2085+
"us-west-2" : { }
21452086
}
21462087
},
21472088
"autoscaling-plans" : {
@@ -12635,12 +12576,6 @@
1263512576
} ]
1263612577
},
1263712578
"endpoints" : {
12638-
"af-south-1" : {
12639-
"hostname" : "resource-explorer-2.af-south-1.api.aws"
12640-
},
12641-
"ap-east-1" : {
12642-
"hostname" : "resource-explorer-2.ap-east-1.api.aws"
12643-
},
1264412579
"ap-northeast-1" : {
1264512580
"hostname" : "resource-explorer-2.ap-northeast-1.api.aws"
1264612581
},

0 commit comments

Comments
 (0)