Skip to content

Commit e87d66e

Browse files
Updating endpoints.json file.
1 parent f39f70c commit e87d66e

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5022,6 +5022,7 @@
50225022
"tags" : [ "dualstack" ]
50235023
} ]
50245024
},
5025+
"eu-south-2" : { },
50255026
"eu-west-1" : {
50265027
"variants" : [ {
50275028
"hostname" : "cloudhsmv2.eu-west-1.api.aws",
@@ -12844,14 +12845,20 @@
1284412845
"ap-northeast-2" : { },
1284512846
"ap-northeast-3" : { },
1284612847
"ap-south-1" : { },
12848+
"ap-south-2" : { },
1284712849
"ap-southeast-1" : { },
1284812850
"ap-southeast-2" : { },
1284912851
"ap-southeast-3" : { },
12852+
"ap-southeast-4" : { },
12853+
"ap-southeast-5" : { },
12854+
"ap-southeast-7" : { },
1285012855
"ca-central-1" : { },
12856+
"ca-west-1" : { },
1285112857
"eu-central-1" : { },
1285212858
"eu-central-2" : { },
1285312859
"eu-north-1" : { },
1285412860
"eu-south-1" : { },
12861+
"eu-south-2" : { },
1285512862
"eu-west-1" : { },
1285612863
"eu-west-2" : { },
1285712864
"eu-west-3" : { },
@@ -12883,7 +12890,10 @@
1288312890
"deprecated" : true,
1288412891
"hostname" : "inspector2-fips.us-west-2.amazonaws.com"
1288512892
},
12893+
"il-central-1" : { },
12894+
"me-central-1" : { },
1288612895
"me-south-1" : { },
12896+
"mx-central-1" : { },
1288712897
"sa-east-1" : { },
1288812898
"us-east-1" : {
1288912899
"variants" : [ {

sdk/src/Core/endpoints.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6987,6 +6987,7 @@
69876987
}
69886988
]
69896989
},
6990+
"eu-south-2": {},
69906991
"eu-west-1": {
69916992
"variants": [
69926993
{
@@ -17440,14 +17441,20 @@
1744017441
"ap-northeast-2": {},
1744117442
"ap-northeast-3": {},
1744217443
"ap-south-1": {},
17444+
"ap-south-2": {},
1744317445
"ap-southeast-1": {},
1744417446
"ap-southeast-2": {},
1744517447
"ap-southeast-3": {},
17448+
"ap-southeast-4": {},
17449+
"ap-southeast-5": {},
17450+
"ap-southeast-7": {},
1744617451
"ca-central-1": {},
17452+
"ca-west-1": {},
1744717453
"eu-central-1": {},
1744817454
"eu-central-2": {},
1744917455
"eu-north-1": {},
1745017456
"eu-south-1": {},
17457+
"eu-south-2": {},
1745117458
"eu-west-1": {},
1745217459
"eu-west-2": {},
1745317460
"eu-west-3": {},
@@ -17479,7 +17486,10 @@
1747917486
"deprecated": true,
1748017487
"hostname": "inspector2-fips.us-west-2.amazonaws.com"
1748117488
},
17489+
"il-central-1": {},
17490+
"me-central-1": {},
1748217491
"me-south-1": {},
17492+
"mx-central-1": {},
1748317493
"sa-east-1": {},
1748417494
"us-east-1": {
1748517495
"variants": [

0 commit comments

Comments
 (0)