Skip to content

Commit f03a4ca

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 4e9a8bc commit f03a4ca

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
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: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3311,6 +3311,30 @@
33113311
"eu-west-1" : { },
33123312
"eu-west-2" : { },
33133313
"eu-west-3" : { },
3314+
"fips-us-east-1" : {
3315+
"credentialScope" : {
3316+
"region" : "us-east-1"
3317+
},
3318+
"hostname" : "logs-fips.us-east-1.amazonaws.com"
3319+
},
3320+
"fips-us-east-2" : {
3321+
"credentialScope" : {
3322+
"region" : "us-east-2"
3323+
},
3324+
"hostname" : "logs-fips.us-east-2.amazonaws.com"
3325+
},
3326+
"fips-us-west-1" : {
3327+
"credentialScope" : {
3328+
"region" : "us-west-1"
3329+
},
3330+
"hostname" : "logs-fips.us-west-1.amazonaws.com"
3331+
},
3332+
"fips-us-west-2" : {
3333+
"credentialScope" : {
3334+
"region" : "us-west-2"
3335+
},
3336+
"hostname" : "logs-fips.us-west-2.amazonaws.com"
3337+
},
33143338
"me-south-1" : { },
33153339
"sa-east-1" : { },
33163340
"us-east-1" : { },
@@ -7395,8 +7419,18 @@
73957419
},
73967420
"logs" : {
73977421
"endpoints" : {
7398-
"us-gov-east-1" : { },
7399-
"us-gov-west-1" : { }
7422+
"us-gov-east-1" : {
7423+
"credentialScope" : {
7424+
"region" : "us-gov-east-1"
7425+
},
7426+
"hostname" : "logs.us-gov-east-1.amazonaws.com"
7427+
},
7428+
"us-gov-west-1" : {
7429+
"credentialScope" : {
7430+
"region" : "us-gov-west-1"
7431+
},
7432+
"hostname" : "logs.us-gov-west-1.amazonaws.com"
7433+
}
74007434
}
74017435
},
74027436
"mediaconvert" : {

0 commit comments

Comments
 (0)