Skip to content

Commit 02e7a61

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent a1f84e1 commit 02e7a61

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
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: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@
450450
"ca-central-1" : { },
451451
"eu-central-1" : { },
452452
"eu-north-1" : { },
453+
"eu-south-1" : { },
453454
"eu-west-1" : { },
454455
"eu-west-2" : { },
455456
"eu-west-3" : { },
@@ -471,6 +472,7 @@
471472
"ca-central-1" : { },
472473
"eu-central-1" : { },
473474
"eu-north-1" : { },
475+
"eu-south-1" : { },
474476
"eu-west-1" : { },
475477
"eu-west-2" : { },
476478
"eu-west-3" : { },
@@ -6471,6 +6473,7 @@
64716473
"tags" : [ "fips" ]
64726474
} ]
64736475
},
6476+
"ap-south-2" : { },
64746477
"ap-southeast-1" : {
64756478
"variants" : [ {
64766479
"hostname" : "fms-fips.ap-southeast-1.amazonaws.com",
@@ -6496,13 +6499,15 @@
64966499
"tags" : [ "fips" ]
64976500
} ]
64986501
},
6502+
"eu-central-2" : { },
64996503
"eu-north-1" : { },
65006504
"eu-south-1" : {
65016505
"variants" : [ {
65026506
"hostname" : "fms-fips.eu-south-1.amazonaws.com",
65036507
"tags" : [ "fips" ]
65046508
} ]
65056509
},
6510+
"eu-south-2" : { },
65066511
"eu-west-1" : {
65076512
"variants" : [ {
65086513
"hostname" : "fms-fips.eu-west-1.amazonaws.com",
@@ -9435,15 +9440,23 @@
94359440
},
94369441
"license-manager-linux-subscriptions" : {
94379442
"endpoints" : {
9443+
"af-south-1" : { },
9444+
"ap-east-1" : { },
94389445
"ap-northeast-1" : { },
94399446
"ap-northeast-2" : { },
94409447
"ap-northeast-3" : { },
94419448
"ap-south-1" : { },
9449+
"ap-south-2" : { },
94429450
"ap-southeast-1" : { },
94439451
"ap-southeast-2" : { },
9452+
"ap-southeast-3" : { },
9453+
"ap-southeast-4" : { },
94449454
"ca-central-1" : { },
94459455
"eu-central-1" : { },
9456+
"eu-central-2" : { },
94469457
"eu-north-1" : { },
9458+
"eu-south-1" : { },
9459+
"eu-south-2" : { },
94479460
"eu-west-1" : { },
94489461
"eu-west-2" : { },
94499462
"eu-west-3" : { },
@@ -9475,6 +9488,8 @@
94759488
"deprecated" : true,
94769489
"hostname" : "license-manager-linux-subscriptions-fips.us-west-2.amazonaws.com"
94779490
},
9491+
"me-central-1" : { },
9492+
"me-south-1" : { },
94789493
"sa-east-1" : { },
94799494
"us-east-1" : {
94809495
"variants" : [ {
@@ -12627,6 +12642,7 @@
1262712642
"eu-central-2" : { },
1262812643
"eu-north-1" : { },
1262912644
"eu-south-1" : { },
12645+
"eu-south-2" : { },
1263012646
"eu-west-1" : { },
1263112647
"eu-west-2" : { },
1263212648
"eu-west-3" : { },
@@ -17515,7 +17531,10 @@
1751517531
"protocols" : [ "https" ]
1751617532
},
1751717533
"endpoints" : {
17518-
"cn-north-1" : { },
17534+
"cn-north-1" : {
17535+
"hostname" : "data.ats.iot.cn-north-1.amazonaws.com.cn",
17536+
"protocols" : [ "https" ]
17537+
},
1751917538
"cn-northwest-1" : { }
1752017539
}
1752117540
},

0 commit comments

Comments
 (0)