File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS SDK for Java v2" ,
4
+ "contributor" : " " ,
5
+ "description" : " Updated endpoint and partition metadata."
6
+ }
Original file line number Diff line number Diff line change @@ -23195,14 +23195,26 @@
23195
23195
},
23196
23196
"workspaces" : {
23197
23197
"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
+ },
23198
23205
"fips-us-gov-west-1" : {
23199
23206
"credentialScope" : {
23200
23207
"region" : "us-gov-west-1"
23201
23208
},
23202
23209
"deprecated" : true,
23203
23210
"hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com"
23204
23211
},
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
+ },
23206
23218
"us-gov-west-1" : {
23207
23219
"variants" : [ {
23208
23220
"hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com",
You can’t perform that action at this time.
0 commit comments