Skip to content

Commit fcc113e

Browse files
Updating endpoints.json file.
1 parent e45f93a commit fcc113e

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2881,12 +2881,15 @@
28812881
"tags" : [ "dualstack" ]
28822882
} ]
28832883
},
2884+
"ap-southeast-5" : { },
2885+
"ap-southeast-7" : { },
28842886
"ca-central-1" : {
28852887
"variants" : [ {
28862888
"hostname" : "appsync.ca-central-1.api.aws",
28872889
"tags" : [ "dualstack" ]
28882890
} ]
28892891
},
2892+
"ca-west-1" : { },
28902893
"eu-central-1" : {
28912894
"variants" : [ {
28922895
"hostname" : "appsync.eu-central-1.api.aws",
@@ -14795,6 +14798,7 @@
1479514798
"tags" : [ "dualstack" ]
1479614799
} ]
1479714800
},
14801+
"ap-east-2" : { },
1479814802
"ap-northeast-1" : {
1479914803
"variants" : [ {
1480014804
"hostname" : "lakeformation.ap-northeast-1.api.aws",

sdk/src/Core/endpoints.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3990,6 +3990,8 @@
39903990
}
39913991
]
39923992
},
3993+
"ap-southeast-5": {},
3994+
"ap-southeast-7": {},
39933995
"ca-central-1": {
39943996
"variants": [
39953997
{
@@ -4000,6 +4002,7 @@
40004002
}
40014003
]
40024004
},
4005+
"ca-west-1": {},
40034006
"eu-central-1": {
40044007
"variants": [
40054008
{
@@ -19902,6 +19905,7 @@
1990219905
}
1990319906
]
1990419907
},
19908+
"ap-east-2": {},
1990519909
"ap-northeast-1": {
1990619910
"variants": [
1990719911
{

0 commit comments

Comments
 (0)