Skip to content

Commit 80c3760

Browse files
Updating endpoints.json file.
1 parent e1b0e6a commit 80c3760

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
@@ -3160,6 +3160,7 @@
31603160
"tags" : [ "dualstack" ]
31613161
} ]
31623162
},
3163+
"ap-east-2" : { },
31633164
"ap-northeast-1" : {
31643165
"variants" : [ {
31653166
"hostname" : "athena.ap-northeast-1.api.aws",
@@ -35339,6 +35340,12 @@
3533935340
}
3534035341
}
3534135342
},
35343+
"scheduler" : {
35344+
"endpoints" : {
35345+
"us-gov-east-1" : { },
35346+
"us-gov-west-1" : { }
35347+
}
35348+
},
3534235349
"schemas" : {
3534335350
"endpoints" : {
3534435351
"us-gov-east-1" : { },

sdk/src/Core/endpoints.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4428,6 +4428,7 @@
44284428
}
44294429
]
44304430
},
4431+
"ap-east-2": {},
44314432
"ap-northeast-1": {
44324433
"variants": [
44334434
{
@@ -48158,6 +48159,12 @@
4815848159
}
4815948160
}
4816048161
},
48162+
"scheduler": {
48163+
"endpoints": {
48164+
"us-gov-east-1": {},
48165+
"us-gov-west-1": {}
48166+
}
48167+
},
4816148168
"schemas": {
4816248169
"endpoints": {
4816348170
"us-gov-east-1": {},

0 commit comments

Comments
 (0)