Skip to content

Commit b2e9ed9

Browse files
Updating endpoints.json file.
1 parent f0e3c48 commit b2e9ed9

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
@@ -3015,6 +3015,7 @@
30153015
"tags" : [ "dualstack" ]
30163016
} ]
30173017
},
3018+
"ca-central-1" : { },
30183019
"eu-central-1" : {
30193020
"variants" : [ {
30203021
"tags" : [ "dualstack" ]
@@ -21418,6 +21419,7 @@
2141821419
"ap-southeast-2" : { },
2141921420
"ap-southeast-3" : { },
2142021421
"ap-southeast-4" : { },
21422+
"ap-southeast-5" : { },
2142121423
"ap-southeast-7" : { },
2142221424
"ca-central-1" : { },
2142321425
"ca-west-1" : { },
@@ -38045,6 +38047,11 @@
3804538047
"us-isob-east-1" : { }
3804638048
}
3804738049
},
38050+
"guardduty" : {
38051+
"endpoints" : {
38052+
"us-isob-east-1" : { }
38053+
}
38054+
},
3804838055
"health" : {
3804938056
"endpoints" : {
3805038057
"us-isob-east-1" : { }
@@ -38170,6 +38177,11 @@
3817038177
"us-isob-east-1" : { }
3817138178
}
3817238179
},
38180+
"pi" : {
38181+
"endpoints" : {
38182+
"us-isob-east-1" : { }
38183+
}
38184+
},
3817338185
"ram" : {
3817438186
"endpoints" : {
3817538187
"us-isob-east-1" : { }

sdk/src/Core/endpoints.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4218,6 +4218,7 @@
42184218
}
42194219
]
42204220
},
4221+
"ca-central-1": {},
42214222
"eu-central-1": {
42224223
"variants": [
42234224
{
@@ -29028,6 +29029,7 @@
2902829029
"ap-southeast-2": {},
2902929030
"ap-southeast-3": {},
2903029031
"ap-southeast-4": {},
29032+
"ap-southeast-5": {},
2903129033
"ap-southeast-7": {},
2903229034
"ca-central-1": {},
2903329035
"ca-west-1": {},
@@ -51624,6 +51626,11 @@
5162451626
"us-isob-east-1": {}
5162551627
}
5162651628
},
51629+
"guardduty": {
51630+
"endpoints": {
51631+
"us-isob-east-1": {}
51632+
}
51633+
},
5162751634
"health": {
5162851635
"endpoints": {
5162951636
"us-isob-east-1": {}
@@ -51757,6 +51764,11 @@
5175751764
"us-isob-east-1": {}
5175851765
}
5175951766
},
51767+
"pi": {
51768+
"endpoints": {
51769+
"us-isob-east-1": {}
51770+
}
51771+
},
5176051772
"ram": {
5176151773
"endpoints": {
5176251774
"us-isob-east-1": {}

0 commit comments

Comments
 (0)