Skip to content

Commit 3c473ea

Browse files
Updating endpoints.json file.
1 parent 4fdb277 commit 3c473ea

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
@@ -11716,6 +11716,8 @@
1171611716
"ap-south-1" : { },
1171711717
"ap-southeast-1" : { },
1171811718
"ap-southeast-2" : { },
11719+
"ap-southeast-5" : { },
11720+
"ap-southeast-7" : { },
1171911721
"ca-central-1" : { },
1172011722
"eu-central-1" : { },
1172111723
"eu-north-1" : { },
@@ -37208,6 +37210,11 @@
3720837210
}
3720937211
}
3721037212
},
37213+
"lakeformation" : {
37214+
"endpoints" : {
37215+
"us-iso-east-1" : { }
37216+
}
37217+
},
3721137218
"lambda" : {
3721237219
"endpoints" : {
3721337220
"us-iso-east-1" : { },

sdk/src/Core/endpoints.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15966,6 +15966,8 @@
1596615966
"ap-south-1": {},
1596715967
"ap-southeast-1": {},
1596815968
"ap-southeast-2": {},
15969+
"ap-southeast-5": {},
15970+
"ap-southeast-7": {},
1596915971
"ca-central-1": {},
1597015972
"eu-central-1": {},
1597115973
"eu-north-1": {},
@@ -50582,6 +50584,11 @@
5058250584
}
5058350585
}
5058450586
},
50587+
"lakeformation": {
50588+
"endpoints": {
50589+
"us-iso-east-1": {}
50590+
}
50591+
},
5058550592
"lambda": {
5058650593
"endpoints": {
5058750594
"us-iso-east-1": {},

0 commit comments

Comments
 (0)