Skip to content

Commit f3e9122

Browse files
Updating endpoints.json file.
1 parent 6b2fd8b commit f3e9122

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38979,6 +38979,11 @@
3897938979
"isRegionalized" : false,
3898038980
"partitionEndpoint" : "aws-iso-e-global"
3898138981
},
38982+
"route53profiles" : {
38983+
"endpoints" : {
38984+
"eu-isoe-west-1" : { }
38985+
}
38986+
},
3898238987
"route53resolver" : {
3898338988
"endpoints" : {
3898438989
"eu-isoe-west-1" : { }

sdk/src/Core/endpoints.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52688,6 +52688,11 @@
5268852688
"isRegionalized": false,
5268952689
"partitionEndpoint": "aws-iso-e-global"
5269052690
},
52691+
"route53profiles": {
52692+
"endpoints": {
52693+
"eu-isoe-west-1": {}
52694+
}
52695+
},
5269152696
"route53resolver": {
5269252697
"endpoints": {
5269352698
"eu-isoe-west-1": {}

0 commit comments

Comments
 (0)