Skip to content

Commit c6194ec

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 88ea22b commit c6194ec

File tree

2 files changed

+24
-1
lines changed

2 files changed

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

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

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,10 @@
11861186
"ap-southeast-2" : { },
11871187
"eu-central-1" : { },
11881188
"eu-north-1" : { },
1189+
"eu-south-1" : { },
11891190
"eu-west-1" : { },
1191+
"eu-west-2" : { },
1192+
"eu-west-3" : { },
11901193
"us-east-1" : { },
11911194
"us-east-2" : { },
11921195
"us-west-2" : { }
@@ -6201,7 +6204,9 @@
62016204
},
62026205
"me-south-1" : { },
62036206
"sa-east-1" : { },
6204-
"us-east-1" : { },
6207+
"us-east-1" : {
6208+
"sslCommonName" : "queue.{dnsSuffix}"
6209+
},
62056210
"us-east-2" : { },
62066211
"us-west-1" : { },
62076212
"us-west-2" : { }
@@ -8104,6 +8109,18 @@
81048109
},
81058110
"batch" : {
81068111
"endpoints" : {
8112+
"fips-us-gov-east-1" : {
8113+
"credentialScope" : {
8114+
"region" : "us-gov-east-1"
8115+
},
8116+
"hostname" : "batch.us-gov-east-1.amazonaws.com"
8117+
},
8118+
"fips-us-gov-west-1" : {
8119+
"credentialScope" : {
8120+
"region" : "us-gov-west-1"
8121+
},
8122+
"hostname" : "batch.us-gov-west-1.amazonaws.com"
8123+
},
81078124
"us-gov-east-1" : { },
81088125
"us-gov-west-1" : { }
81098126
}

0 commit comments

Comments
 (0)