Skip to content

Commit 9086e6f

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 127be49 commit 9086e6f

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-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 service endpoint metadata."
6+
}

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,6 +1757,14 @@
17571757
"us-west-2" : { }
17581758
}
17591759
},
1760+
"backupstorage" : {
1761+
"endpoints" : {
1762+
"eu-west-1" : { },
1763+
"us-east-1" : { },
1764+
"us-east-2" : { },
1765+
"us-west-2" : { }
1766+
}
1767+
},
17601768
"batch" : {
17611769
"defaults" : {
17621770
"variants" : [ {
@@ -17551,12 +17559,18 @@
1755117559
"variants" : [ {
1755217560
"hostname" : "lambda-fips.us-gov-east-1.amazonaws.com",
1755317561
"tags" : [ "fips" ]
17562+
}, {
17563+
"hostname" : "lambda.us-gov-east-1.api.aws",
17564+
"tags" : [ "dualstack" ]
1755417565
} ]
1755517566
},
1755617567
"us-gov-west-1" : {
1755717568
"variants" : [ {
1755817569
"hostname" : "lambda-fips.us-gov-west-1.amazonaws.com",
1755917570
"tags" : [ "fips" ]
17571+
}, {
17572+
"hostname" : "lambda.us-gov-west-1.api.aws",
17573+
"tags" : [ "dualstack" ]
1756017574
} ]
1756117575
}
1756217576
}

0 commit comments

Comments
 (0)