Skip to content

Commit d8b8f79

Browse files
Updating partitions.json file.
1 parent 5998d76 commit d8b8f79

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,18 @@ static Partition()
153153
_partitionsByRegionName.Add("us-isof-east-1", aws_iso_f);
154154
_partitionsByRegionName.Add("us-isof-south-1", aws_iso_f);
155155

156+
var aws_eusc = new PartitionAttributesShape
157+
{
158+
name = "aws-eusc",
159+
dnsSuffix = "amazonaws.eu",
160+
dualStackDnsSuffix = "amazonaws.eu",
161+
supportsFIPS = true,
162+
supportsDualStack = false,
163+
implicitGlobalRegion = "eusc-de-east-1"
164+
};
165+
_partitionsByRegex.Add(@"^eusc\-(de)\-\w+\-\d+$", aws_eusc);
166+
_partitionsByRegionName.Add("eusc-de-east-1", aws_eusc);
167+
156168
_defaultPartition = aws;
157169
}
158170
}

sdk/src/Core/partitions.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,22 @@
234234
"description" : "US ISOF SOUTH"
235235
}
236236
}
237+
}, {
238+
"id" : "aws-eusc",
239+
"outputs" : {
240+
"dnsSuffix" : "amazonaws.eu",
241+
"dualStackDnsSuffix" : "amazonaws.eu",
242+
"implicitGlobalRegion" : "eusc-de-east-1",
243+
"name" : "aws-eusc",
244+
"supportsDualStack" : false,
245+
"supportsFIPS" : true
246+
},
247+
"regionRegex" : "^eusc\\-(de)\\-\\w+\\-\\d+$",
248+
"regions" : {
249+
"eusc-de-east-1" : {
250+
"description" : "EU (Germany)"
251+
}
252+
}
237253
} ],
238254
"version" : "1.1"
239255
}

0 commit comments

Comments
 (0)