Skip to content

Commit 3b6488d

Browse files
Updating endpoints.json file.
1 parent d5d4736 commit 3b6488d

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
{
3+
"services" : null,
4+
"core" : {
5+
"updateMinimum" : true,
6+
"backwardIncompatibilitiesToIgnore" : [
7+
],
8+
"type" : "Patch",
9+
"changeLogMessages" : [
10+
"Updating endpoints.json file."
11+
]
12+
},
13+
"overrideVersion" : null
14+
}

sdk/src/Core/endpoints-original.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,6 +1625,7 @@
16251625
"endpoints" : {
16261626
"af-south-1" : { },
16271627
"ap-east-1" : { },
1628+
"ap-east-2" : { },
16281629
"ap-northeast-1" : { },
16291630
"ap-northeast-2" : { },
16301631
"ap-northeast-3" : { },
@@ -9338,6 +9339,7 @@
93389339
"tags" : [ "dualstack" ]
93399340
} ]
93409341
},
9342+
"me-central-1" : { },
93419343
"me-south-1" : {
93429344
"variants" : [ {
93439345
"hostname" : "elasticbeanstalk.me-south-1.api.aws",
@@ -14251,6 +14253,7 @@
1425114253
"endpoints" : {
1425214254
"af-south-1" : { },
1425314255
"ap-east-1" : { },
14256+
"ap-east-2" : { },
1425414257
"ap-northeast-1" : { },
1425514258
"ap-northeast-2" : { },
1425614259
"ap-northeast-3" : { },
@@ -22504,6 +22507,7 @@
2250422507
"endpoints" : {
2250522508
"af-south-1" : { },
2250622509
"ap-east-1" : { },
22510+
"ap-east-2" : { },
2250722511
"ap-northeast-1" : { },
2250822512
"ap-northeast-2" : { },
2250922513
"ap-northeast-3" : { },
@@ -22513,6 +22517,8 @@
2251322517
"ap-southeast-2" : { },
2251422518
"ap-southeast-3" : { },
2251522519
"ap-southeast-4" : { },
22520+
"ap-southeast-5" : { },
22521+
"ap-southeast-7" : { },
2251622522
"ca-central-1" : { },
2251722523
"ca-west-1" : { },
2251822524
"eu-central-1" : { },
@@ -22526,6 +22532,7 @@
2252622532
"il-central-1" : { },
2252722533
"me-central-1" : { },
2252822534
"me-south-1" : { },
22535+
"mx-central-1" : { },
2252922536
"sa-east-1" : { },
2253022537
"us-east-1" : { },
2253122538
"us-east-2" : { },

sdk/src/Core/endpoints.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2186,6 +2186,7 @@
21862186
"endpoints": {
21872187
"af-south-1": {},
21882188
"ap-east-1": {},
2189+
"ap-east-2": {},
21892190
"ap-northeast-1": {},
21902191
"ap-northeast-2": {},
21912192
"ap-northeast-3": {},
@@ -12695,6 +12696,7 @@
1269512696
}
1269612697
]
1269712698
},
12699+
"me-central-1": {},
1269812700
"me-south-1": {
1269912701
"variants": [
1270012702
{
@@ -19198,6 +19200,7 @@
1919819200
"endpoints": {
1919919201
"af-south-1": {},
1920019202
"ap-east-1": {},
19203+
"ap-east-2": {},
1920119204
"ap-northeast-1": {},
1920219205
"ap-northeast-2": {},
1920319206
"ap-northeast-3": {},
@@ -30717,6 +30720,7 @@
3071730720
"endpoints": {
3071830721
"af-south-1": {},
3071930722
"ap-east-1": {},
30723+
"ap-east-2": {},
3072030724
"ap-northeast-1": {},
3072130725
"ap-northeast-2": {},
3072230726
"ap-northeast-3": {},
@@ -30726,6 +30730,8 @@
3072630730
"ap-southeast-2": {},
3072730731
"ap-southeast-3": {},
3072830732
"ap-southeast-4": {},
30733+
"ap-southeast-5": {},
30734+
"ap-southeast-7": {},
3072930735
"ca-central-1": {},
3073030736
"ca-west-1": {},
3073130737
"eu-central-1": {},
@@ -30739,6 +30745,7 @@
3073930745
"il-central-1": {},
3074030746
"me-central-1": {},
3074130747
"me-south-1": {},
30748+
"mx-central-1": {},
3074230749
"sa-east-1": {},
3074330750
"us-east-1": {},
3074430751
"us-east-2": {},

0 commit comments

Comments
 (0)