Skip to content

Commit 2ce4653

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent bce7c28 commit 2ce4653

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
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: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23936,8 +23936,18 @@
2393623936
},
2393723937
"simspaceweaver" : {
2393823938
"endpoints" : {
23939-
"us-gov-east-1" : { },
23940-
"us-gov-west-1" : { }
23939+
"us-gov-east-1" : {
23940+
"credentialScope" : {
23941+
"region" : "us-gov-east-1"
23942+
},
23943+
"hostname" : "simspaceweaver.us-gov-east-1.amazonaws.com"
23944+
},
23945+
"us-gov-west-1" : {
23946+
"credentialScope" : {
23947+
"region" : "us-gov-west-1"
23948+
},
23949+
"hostname" : "simspaceweaver.us-gov-west-1.amazonaws.com"
23950+
}
2394123951
}
2394223952
},
2394323953
"sms" : {

0 commit comments

Comments
 (0)