Skip to content

Commit ce4d600

Browse files
Updating endpoints.json file.
1 parent ad2f98c commit ce4d600

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30311,6 +30311,12 @@
3031130311
"isRegionalized" : false,
3031230312
"partitionEndpoint" : "aws-cn-global"
3031330313
},
30314+
"route53profiles" : {
30315+
"endpoints" : {
30316+
"cn-north-1" : { },
30317+
"cn-northwest-1" : { }
30318+
}
30319+
},
3031430320
"route53resolver" : {
3031530321
"defaults" : {
3031630322
"protocols" : [ "https" ]
@@ -37432,6 +37438,12 @@
3743237438
}
3743337439
}
3743437440
},
37441+
"securityhub" : {
37442+
"endpoints" : {
37443+
"us-iso-east-1" : { },
37444+
"us-iso-west-1" : { }
37445+
}
37446+
},
3743537447
"servicediscovery" : {
3743637448
"endpoints" : {
3743737449
"us-iso-east-1" : { },

sdk/src/Core/endpoints.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41514,6 +41514,12 @@
4151441514
"isRegionalized": false,
4151541515
"partitionEndpoint": "aws-cn-global"
4151641516
},
41517+
"route53profiles": {
41518+
"endpoints": {
41519+
"cn-north-1": {},
41520+
"cn-northwest-1": {}
41521+
}
41522+
},
4151741523
"route53resolver": {
4151841524
"defaults": {
4151941525
"protocols": [
@@ -50899,6 +50905,12 @@
5089950905
}
5090050906
}
5090150907
},
50908+
"securityhub": {
50909+
"endpoints": {
50910+
"us-iso-east-1": {},
50911+
"us-iso-west-1": {}
50912+
}
50913+
},
5090250914
"servicediscovery": {
5090350915
"endpoints": {
5090450916
"us-iso-east-1": {},

0 commit comments

Comments
 (0)