Skip to content

Commit 592175d

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent ab7f2bb commit 592175d

File tree

2 files changed

+9
-3
lines changed

2 files changed

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

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@
190190
"protocols" : [ "https" ]
191191
},
192192
"endpoints" : {
193+
"af-south-1" : { },
193194
"ap-east-1" : { },
194195
"ap-northeast-1" : { },
195196
"ap-northeast-2" : { },
@@ -199,6 +200,7 @@
199200
"ca-central-1" : { },
200201
"eu-central-1" : { },
201202
"eu-north-1" : { },
203+
"eu-south-1" : { },
202204
"eu-west-1" : { },
203205
"eu-west-2" : { },
204206
"eu-west-3" : { },
@@ -3549,7 +3551,6 @@
35493551
"ap-northeast-2" : { },
35503552
"ap-southeast-1" : { },
35513553
"eu-west-1" : { },
3552-
"eu-west-2" : { },
35533554
"us-east-1" : { }
35543555
}
35553556
},
@@ -7546,13 +7547,13 @@
75467547
"credentialScope" : {
75477548
"region" : "us-gov-east-1"
75487549
},
7549-
"hostname" : "elasticloadbalancing-fips.us-gov-east-1.amazonaws.com"
7550+
"hostname" : "elasticloadbalancing.us-gov-east-1.amazonaws.com"
75507551
},
75517552
"fips-us-gov-west-1" : {
75527553
"credentialScope" : {
75537554
"region" : "us-gov-west-1"
75547555
},
7555-
"hostname" : "elasticloadbalancing-fips.us-gov-west-1.amazonaws.com"
7556+
"hostname" : "elasticloadbalancing.us-gov-west-1.amazonaws.com"
75567557
},
75577558
"us-gov-east-1" : { },
75587559
"us-gov-west-1" : {

0 commit comments

Comments
 (0)