Skip to content

Commit 9b472ca

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 60d8207 commit 9b472ca

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
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: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5929,7 +5929,19 @@
59295929
"codebuild" : {
59305930
"endpoints" : {
59315931
"us-gov-east-1" : { },
5932-
"us-gov-west-1" : { }
5932+
"us-gov-east-1-fips" : {
5933+
"credentialScope" : {
5934+
"region" : "us-gov-east-1"
5935+
},
5936+
"hostname" : "codebuild-fips.us-gov-east-1.amazonaws.com"
5937+
},
5938+
"us-gov-west-1" : { },
5939+
"us-gov-west-1-fips" : {
5940+
"credentialScope" : {
5941+
"region" : "us-gov-west-1"
5942+
},
5943+
"hostname" : "codebuild-fips.us-gov-west-1.amazonaws.com"
5944+
}
59335945
}
59345946
},
59355947
"codecommit" : {

0 commit comments

Comments
 (0)