Skip to content

Commit 46522ee

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-08-11
1 parent ffaee5e commit 46522ee

File tree

2 files changed

+24
-0
lines changed
  • clients/client-lambda/src
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

2 files changed

+24
-0
lines changed

clients/client-lambda/src/endpoints.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@ const regionHash: RegionHash = {
193193
hostname: "lambda-fips.us-gov-east-1.amazonaws.com",
194194
tags: ["fips"],
195195
},
196+
{
197+
hostname: "lambda.us-gov-east-1.api.aws",
198+
tags: ["dualstack"],
199+
},
196200
],
197201
},
198202
"us-gov-west-1": {
@@ -201,6 +205,10 @@ const regionHash: RegionHash = {
201205
hostname: "lambda-fips.us-gov-west-1.amazonaws.com",
202206
tags: ["fips"],
203207
},
208+
{
209+
hostname: "lambda.us-gov-west-1.api.aws",
210+
tags: ["dualstack"],
211+
},
204212
],
205213
},
206214
"us-west-1": {

codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1910,6 +1910,14 @@
19101910
"us-west-2": {}
19111911
}
19121912
},
1913+
"backupstorage": {
1914+
"endpoints": {
1915+
"eu-west-1": {},
1916+
"us-east-1": {},
1917+
"us-east-2": {},
1918+
"us-west-2": {}
1919+
}
1920+
},
19131921
"batch": {
19141922
"defaults": {
19151923
"variants": [
@@ -19248,6 +19256,10 @@
1924819256
{
1924919257
"hostname": "lambda-fips.us-gov-east-1.amazonaws.com",
1925019258
"tags": ["fips"]
19259+
},
19260+
{
19261+
"hostname": "lambda.us-gov-east-1.api.aws",
19262+
"tags": ["dualstack"]
1925119263
}
1925219264
]
1925319265
},
@@ -19256,6 +19268,10 @@
1925619268
{
1925719269
"hostname": "lambda-fips.us-gov-west-1.amazonaws.com",
1925819270
"tags": ["fips"]
19271+
},
19272+
{
19273+
"hostname": "lambda.us-gov-west-1.api.aws",
19274+
"tags": ["dualstack"]
1925919275
}
1926019276
]
1926119277
}

0 commit comments

Comments
 (0)