Skip to content

Commit 0e5a724

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 282869c commit 0e5a724

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-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: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,30 @@
349349
},
350350
"hostname" : "api.ecr.eu-west-3.amazonaws.com"
351351
},
352+
"fips-dkr-us-east-1" : {
353+
"credentialScope" : {
354+
"region" : "us-east-1"
355+
},
356+
"hostname" : "ecr-fips.us-east-1.amazonaws.com"
357+
},
358+
"fips-dkr-us-east-2" : {
359+
"credentialScope" : {
360+
"region" : "us-east-2"
361+
},
362+
"hostname" : "ecr-fips.us-east-2.amazonaws.com"
363+
},
364+
"fips-dkr-us-west-1" : {
365+
"credentialScope" : {
366+
"region" : "us-west-1"
367+
},
368+
"hostname" : "ecr-fips.us-west-1.amazonaws.com"
369+
},
370+
"fips-dkr-us-west-2" : {
371+
"credentialScope" : {
372+
"region" : "us-west-2"
373+
},
374+
"hostname" : "ecr-fips.us-west-2.amazonaws.com"
375+
},
352376
"fips-us-east-1" : {
353377
"credentialScope" : {
354378
"region" : "us-east-1"
@@ -6926,6 +6950,18 @@
69266950
},
69276951
"api.ecr" : {
69286952
"endpoints" : {
6953+
"fips-dkr-us-gov-east-1" : {
6954+
"credentialScope" : {
6955+
"region" : "us-gov-east-1"
6956+
},
6957+
"hostname" : "ecr-fips.us-gov-east-1.amazonaws.com"
6958+
},
6959+
"fips-dkr-us-gov-west-1" : {
6960+
"credentialScope" : {
6961+
"region" : "us-gov-west-1"
6962+
},
6963+
"hostname" : "ecr-fips.us-gov-west-1.amazonaws.com"
6964+
},
69296965
"fips-us-gov-east-1" : {
69306966
"credentialScope" : {
69316967
"region" : "us-gov-east-1"

0 commit comments

Comments
 (0)