Skip to content

Commit 0ace541

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent f86cf3f commit 0ace541

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
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 endpoint and partition metadata."
6+
}

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

+6-1
Original file line numberDiff line numberDiff line change
@@ -8468,7 +8468,12 @@
84688468
"deprecated" : true,
84698469
"hostname" : "lambda-fips.us-west-2.amazonaws.com"
84708470
},
8471-
"me-central-1" : { },
8471+
"me-central-1" : {
8472+
"variants" : [ {
8473+
"hostname" : "lambda.me-central-1.api.aws",
8474+
"tags" : [ "dualstack" ]
8475+
} ]
8476+
},
84728477
"me-south-1" : {
84738478
"variants" : [ {
84748479
"hostname" : "lambda.me-south-1.api.aws",

0 commit comments

Comments
 (0)