Skip to content

Commit c6b59f3

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent f7081f6 commit c6b59f3

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23994,13 +23994,26 @@
2399423994
},
2399523995
"email" : {
2399623996
"endpoints" : {
23997+
"fips-us-gov-east-1" : {
23998+
"credentialScope" : {
23999+
"region" : "us-gov-east-1"
24000+
},
24001+
"deprecated" : true,
24002+
"hostname" : "email-fips.us-gov-east-1.amazonaws.com"
24003+
},
2399724004
"fips-us-gov-west-1" : {
2399824005
"credentialScope" : {
2399924006
"region" : "us-gov-west-1"
2400024007
},
2400124008
"deprecated" : true,
2400224009
"hostname" : "email-fips.us-gov-west-1.amazonaws.com"
2400324010
},
24011+
"us-gov-east-1" : {
24012+
"variants" : [ {
24013+
"hostname" : "email-fips.us-gov-east-1.amazonaws.com",
24014+
"tags" : [ "fips" ]
24015+
} ]
24016+
},
2400424017
"us-gov-west-1" : {
2400524018
"variants" : [ {
2400624019
"hostname" : "email-fips.us-gov-west-1.amazonaws.com",
@@ -25021,6 +25034,12 @@
2502125034
"us-gov-west-1" : { }
2502225035
}
2502325036
},
25037+
"license-manager-user-subscriptions" : {
25038+
"endpoints" : {
25039+
"us-gov-east-1" : { },
25040+
"us-gov-west-1" : { }
25041+
}
25042+
},
2502425043
"logs" : {
2502525044
"endpoints" : {
2502625045
"fips-us-gov-east-1" : {

0 commit comments

Comments
 (0)