Skip to content

Commit e8228bf

Browse files
Updating partitions.json file.
1 parent 8954103 commit e8228bf

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-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 partitions.json file."
11+
]
12+
},
13+
"overrideVersion" : null
14+
}

sdk/src/Core/Amazon.Runtime/Internal/Endpoints/StandardLibrary/Partition.generated.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ static Partition()
137137
implicitGlobalRegion = "eu-isoe-west-1"
138138
};
139139
_partitionsByRegex.Add(@"^eu\-isoe\-\w+\-\d+$", aws_iso_e);
140+
_partitionsByRegionName.Add("aws-iso-e-global", aws_iso_e);
140141
_partitionsByRegionName.Add("eu-isoe-west-1", aws_iso_e);
141142

142143
var aws_iso_f = new PartitionAttributesShape

sdk/src/Core/partitions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@
208208
},
209209
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
210210
"regions" : {
211+
"aws-iso-e-global" : {
212+
"description" : "AWS ISOE (Europe) global region"
213+
},
211214
"eu-isoe-west-1" : {
212215
"description" : "EU ISOE West"
213216
}

0 commit comments

Comments
 (0)