Skip to content

Commit d8c0aad

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent dcf7859 commit d8c0aad

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
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: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23195,14 +23195,26 @@
2319523195
},
2319623196
"workspaces" : {
2319723197
"endpoints" : {
23198+
"fips-us-gov-east-1" : {
23199+
"credentialScope" : {
23200+
"region" : "us-gov-east-1"
23201+
},
23202+
"deprecated" : true,
23203+
"hostname" : "workspaces-fips.us-gov-east-1.amazonaws.com"
23204+
},
2319823205
"fips-us-gov-west-1" : {
2319923206
"credentialScope" : {
2320023207
"region" : "us-gov-west-1"
2320123208
},
2320223209
"deprecated" : true,
2320323210
"hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com"
2320423211
},
23205-
"us-gov-east-1" : { },
23212+
"us-gov-east-1" : {
23213+
"variants" : [ {
23214+
"hostname" : "workspaces-fips.us-gov-east-1.amazonaws.com",
23215+
"tags" : [ "fips" ]
23216+
} ]
23217+
},
2320623218
"us-gov-west-1" : {
2320723219
"variants" : [ {
2320823220
"hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com",

0 commit comments

Comments
 (0)