Skip to content

Commit 22c72b7

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 19cbc6c commit 22c72b7

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
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: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,22 @@
3535
"description" : "Canada (Central)"
3636
},
3737
"eu-central-1" : {
38-
"description" : "EU (Frankfurt)"
38+
"description" : "Europe (Frankfurt)"
3939
},
4040
"eu-north-1" : {
41-
"description" : "EU (Stockholm)"
41+
"description" : "Europe (Stockholm)"
4242
},
4343
"eu-south-1" : {
4444
"description" : "Europe (Milan)"
4545
},
4646
"eu-west-1" : {
47-
"description" : "EU (Ireland)"
47+
"description" : "Europe (Ireland)"
4848
},
4949
"eu-west-2" : {
50-
"description" : "EU (London)"
50+
"description" : "Europe (London)"
5151
},
5252
"eu-west-3" : {
53-
"description" : "EU (Paris)"
53+
"description" : "Europe (Paris)"
5454
},
5555
"me-south-1" : {
5656
"description" : "Middle East (Bahrain)"
@@ -4431,6 +4431,7 @@
44314431
},
44324432
"secretsmanager" : {
44334433
"endpoints" : {
4434+
"af-south-1" : { },
44344435
"ap-east-1" : { },
44354436
"ap-northeast-1" : { },
44364437
"ap-northeast-2" : { },
@@ -4440,6 +4441,7 @@
44404441
"ca-central-1" : { },
44414442
"eu-central-1" : { },
44424443
"eu-north-1" : { },
4444+
"eu-south-1" : { },
44434445
"eu-west-1" : { },
44444446
"eu-west-2" : { },
44454447
"eu-west-3" : { },
@@ -6312,7 +6314,7 @@
63126314
"description" : "AWS GovCloud (US-East)"
63136315
},
63146316
"us-gov-west-1" : {
6315-
"description" : "AWS GovCloud (US)"
6317+
"description" : "AWS GovCloud (US-West)"
63166318
}
63176319
},
63186320
"services" : {
@@ -6767,6 +6769,18 @@
67676769
},
67686770
"elasticmapreduce" : {
67696771
"endpoints" : {
6772+
"fips-us-gov-east-1" : {
6773+
"credentialScope" : {
6774+
"region" : "us-gov-east-1"
6775+
},
6776+
"hostname" : "elasticmapreduce.us-gov-east-1.amazonaws.com"
6777+
},
6778+
"fips-us-gov-west-1" : {
6779+
"credentialScope" : {
6780+
"region" : "us-gov-west-1"
6781+
},
6782+
"hostname" : "elasticmapreduce.us-gov-west-1.amazonaws.com"
6783+
},
67706784
"us-gov-east-1" : { },
67716785
"us-gov-west-1" : {
67726786
"protocols" : [ "https" ]

0 commit comments

Comments
 (0)