Skip to content

Commit 6a30e33

Browse files
Updating endpoints.json file.
1 parent 50d2732 commit 6a30e33

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,7 @@
744744
"ap-east-1" : { },
745745
"ap-northeast-1" : { },
746746
"ap-northeast-2" : { },
747+
"ap-northeast-3" : { },
747748
"ap-south-1" : { },
748749
"ap-southeast-1" : { },
749750
"ap-southeast-2" : { },
@@ -13792,6 +13793,7 @@
1379213793
"ap-southeast-3" : { },
1379313794
"ap-southeast-4" : { },
1379413795
"ap-southeast-5" : { },
13796+
"ap-southeast-7" : { },
1379513797
"ca-central-1" : {
1379613798
"variants" : [ {
1379713799
"hostname" : "kafka-fips.ca-central-1.amazonaws.com",
@@ -13857,6 +13859,7 @@
1385713859
"il-central-1" : { },
1385813860
"me-central-1" : { },
1385913861
"me-south-1" : { },
13862+
"mx-central-1" : { },
1386013863
"sa-east-1" : { },
1386113864
"us-east-1" : {
1386213865
"variants" : [ {

sdk/src/Core/endpoints.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -984,6 +984,7 @@
984984
"ap-east-1": {},
985985
"ap-northeast-1": {},
986986
"ap-northeast-2": {},
987+
"ap-northeast-3": {},
987988
"ap-south-1": {},
988989
"ap-southeast-1": {},
989990
"ap-southeast-2": {},
@@ -18663,6 +18664,7 @@
1866318664
"ap-southeast-3": {},
1866418665
"ap-southeast-4": {},
1866518666
"ap-southeast-5": {},
18667+
"ap-southeast-7": {},
1866618668
"ca-central-1": {
1866718669
"variants": [
1866818670
{
@@ -18736,6 +18738,7 @@
1873618738
"il-central-1": {},
1873718739
"me-central-1": {},
1873818740
"me-south-1": {},
18741+
"mx-central-1": {},
1873918742
"sa-east-1": {},
1874018743
"us-east-1": {
1874118744
"variants": [

0 commit comments

Comments
 (0)