Skip to content

Commit 75d1018

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent ec72a65 commit 75d1018

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"description": "Updated service endpoint metadata."
5+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6285,6 +6285,18 @@
62856285
"protocols" : [ "https" ]
62866286
},
62876287
"endpoints" : {
6288+
"fips-us-gov-east-1" : {
6289+
"credentialScope" : {
6290+
"region" : "us-gov-east-1"
6291+
},
6292+
"hostname" : "acm-pca.us-gov-east-1.amazonaws.com"
6293+
},
6294+
"fips-us-gov-west-1" : {
6295+
"credentialScope" : {
6296+
"region" : "us-gov-west-1"
6297+
},
6298+
"hostname" : "acm-pca.us-gov-west-1.amazonaws.com"
6299+
},
62886300
"us-gov-east-1" : { },
62896301
"us-gov-west-1" : { }
62906302
}

0 commit comments

Comments
 (0)