Skip to content

Commit 1b87a1f

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 96c08b3 commit 1b87a1f

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Updated endpoint and partition metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40170,6 +40170,14 @@
4017040170
"dnsSuffix" : "amazonaws.eu",
4017140171
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
4017240172
"tags" : [ "fips" ]
40173+
}, {
40174+
"dnsSuffix" : "api.amazonwebservices.eu",
40175+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
40176+
"tags" : [ "dualstack", "fips" ]
40177+
}, {
40178+
"dnsSuffix" : "api.amazonwebservices.eu",
40179+
"hostname" : "{service}.{region}.{dnsSuffix}",
40180+
"tags" : [ "dualstack" ]
4017340181
} ]
4017440182
},
4017540183
"dnsSuffix" : "amazonaws.eu",

0 commit comments

Comments
 (0)