Skip to content

Commit

Permalink
Updating endpoints.json file.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Nov 2, 2022
1 parent 73c19e0 commit c2a2eb3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
7 changes: 6 additions & 1 deletion sdk/src/Core/endpoints-original.json
Original file line number Diff line number Diff line change
Expand Up @@ -8468,7 +8468,12 @@
"deprecated" : true,
"hostname" : "lambda-fips.us-west-2.amazonaws.com"
},
"me-central-1" : { },
"me-central-1" : {
"variants" : [ {
"hostname" : "lambda.me-central-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"me-south-1" : {
"variants" : [ {
"hostname" : "lambda.me-south-1.api.aws",
Expand Down
11 changes: 10 additions & 1 deletion sdk/src/Core/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -10207,7 +10207,16 @@
"deprecated": true,
"hostname": "lambda-fips.us-west-2.amazonaws.com"
},
"me-central-1": {},
"me-central-1": {
"variants": [
{
"hostname": "lambda.me-central-1.api.aws",
"tags": [
"dualstack"
]
}
]
},
"me-south-1": {
"variants": [
{
Expand Down

0 comments on commit c2a2eb3

Please sign in to comment.