Skip to content

Commit 4fcaa20

Browse files
Updating endpoints.json file.
1 parent e3cd163 commit 4fcaa20

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6665,6 +6665,7 @@
66656665
"ap-southeast-3" : { },
66666666
"ap-southeast-4" : { },
66676667
"ap-southeast-5" : { },
6668+
"ap-southeast-7" : { },
66686669
"ca-central-1" : {
66696670
"variants" : [ {
66706671
"hostname" : "controltower-fips.ca-central-1.amazonaws.com",
@@ -6702,6 +6703,7 @@
67026703
"il-central-1" : { },
67036704
"me-central-1" : { },
67046705
"me-south-1" : { },
6706+
"mx-central-1" : { },
67056707
"sa-east-1" : { },
67066708
"us-east-1" : {
67076709
"variants" : [ {
@@ -29939,6 +29941,12 @@
2993929941
"cn-northwest-1" : { }
2994029942
}
2994129943
},
29944+
"kafkaconnect" : {
29945+
"endpoints" : {
29946+
"cn-north-1" : { },
29947+
"cn-northwest-1" : { }
29948+
}
29949+
},
2994229950
"kendra-ranking" : {
2994329951
"defaults" : {
2994429952
"dnsSuffix" : "api.amazonwebservices.com.cn",

sdk/src/Core/endpoints.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9188,6 +9188,7 @@
91889188
"ap-southeast-3": {},
91899189
"ap-southeast-4": {},
91909190
"ap-southeast-5": {},
9191+
"ap-southeast-7": {},
91919192
"ca-central-1": {
91929193
"variants": [
91939194
{
@@ -9233,6 +9234,7 @@
92339234
"il-central-1": {},
92349235
"me-central-1": {},
92359236
"me-south-1": {},
9237+
"mx-central-1": {},
92369238
"sa-east-1": {},
92379239
"us-east-1": {
92389240
"variants": [
@@ -41067,6 +41069,12 @@
4106741069
"cn-northwest-1": {}
4106841070
}
4106941071
},
41072+
"kafkaconnect": {
41073+
"endpoints": {
41074+
"cn-north-1": {},
41075+
"cn-northwest-1": {}
41076+
}
41077+
},
4107041078
"kendra-ranking": {
4107141079
"defaults": {
4107241080
"dnsSuffix": "api.amazonwebservices.com.cn",

0 commit comments

Comments
 (0)