Skip to content

Commit 4633ec7

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2025-06-26
1 parent 93257dc commit 4633ec7

File tree

2 files changed

+59
-0
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

2 files changed

+59
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13675,6 +13675,8 @@
1367513675
"ap-south-1": {},
1367613676
"ap-southeast-1": {},
1367713677
"ap-southeast-2": {},
13678+
"ap-southeast-5": {},
13679+
"ap-southeast-7": {},
1367813680
"ca-central-1": {},
1367913681
"eu-central-1": {},
1368013682
"eu-north-1": {},
@@ -43118,6 +43120,11 @@
4311843120
}
4311943121
}
4312043122
},
43123+
"lakeformation": {
43124+
"endpoints": {
43125+
"us-iso-east-1": {}
43126+
}
43127+
},
4312143128
"lambda": {
4312243129
"endpoints": {
4312343130
"us-iso-east-1": {},

yarn.lock

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12200,6 +12200,58 @@ __metadata:
1220012200
languageName: unknown
1220112201
linkType: soft
1220212202

12203+
"@aws-sdk/client-keyspacesstreams@workspace:clients/client-keyspacesstreams":
12204+
version: 0.0.0-use.local
12205+
resolution: "@aws-sdk/client-keyspacesstreams@workspace:clients/client-keyspacesstreams"
12206+
dependencies:
12207+
"@aws-crypto/sha256-browser": "npm:5.2.0"
12208+
"@aws-crypto/sha256-js": "npm:5.2.0"
12209+
"@aws-sdk/core": "npm:*"
12210+
"@aws-sdk/credential-provider-node": "npm:*"
12211+
"@aws-sdk/middleware-host-header": "npm:*"
12212+
"@aws-sdk/middleware-logger": "npm:*"
12213+
"@aws-sdk/middleware-recursion-detection": "npm:*"
12214+
"@aws-sdk/middleware-user-agent": "npm:*"
12215+
"@aws-sdk/region-config-resolver": "npm:*"
12216+
"@aws-sdk/types": "npm:*"
12217+
"@aws-sdk/util-endpoints": "npm:*"
12218+
"@aws-sdk/util-user-agent-browser": "npm:*"
12219+
"@aws-sdk/util-user-agent-node": "npm:*"
12220+
"@smithy/config-resolver": "npm:^4.1.4"
12221+
"@smithy/core": "npm:^3.5.3"
12222+
"@smithy/fetch-http-handler": "npm:^5.0.4"
12223+
"@smithy/hash-node": "npm:^4.0.4"
12224+
"@smithy/invalid-dependency": "npm:^4.0.4"
12225+
"@smithy/middleware-content-length": "npm:^4.0.4"
12226+
"@smithy/middleware-endpoint": "npm:^4.1.12"
12227+
"@smithy/middleware-retry": "npm:^4.1.13"
12228+
"@smithy/middleware-serde": "npm:^4.0.8"
12229+
"@smithy/middleware-stack": "npm:^4.0.4"
12230+
"@smithy/node-config-provider": "npm:^4.1.3"
12231+
"@smithy/node-http-handler": "npm:^4.0.6"
12232+
"@smithy/protocol-http": "npm:^5.1.2"
12233+
"@smithy/smithy-client": "npm:^4.4.4"
12234+
"@smithy/types": "npm:^4.3.1"
12235+
"@smithy/url-parser": "npm:^4.0.4"
12236+
"@smithy/util-base64": "npm:^4.0.0"
12237+
"@smithy/util-body-length-browser": "npm:^4.0.0"
12238+
"@smithy/util-body-length-node": "npm:^4.0.0"
12239+
"@smithy/util-defaults-mode-browser": "npm:^4.0.20"
12240+
"@smithy/util-defaults-mode-node": "npm:^4.0.20"
12241+
"@smithy/util-endpoints": "npm:^3.0.6"
12242+
"@smithy/util-middleware": "npm:^4.0.4"
12243+
"@smithy/util-retry": "npm:^4.0.6"
12244+
"@smithy/util-utf8": "npm:^4.0.0"
12245+
"@tsconfig/node18": "npm:18.2.4"
12246+
"@types/node": "npm:^18.19.69"
12247+
concurrently: "npm:7.0.0"
12248+
downlevel-dts: "npm:0.10.1"
12249+
rimraf: "npm:3.0.2"
12250+
tslib: "npm:^2.6.2"
12251+
typescript: "npm:~5.8.3"
12252+
languageName: unknown
12253+
linkType: soft
12254+
1220312255
"@aws-sdk/client-kinesis-analytics-v2@workspace:clients/client-kinesis-analytics-v2":
1220412256
version: 0.0.0-use.local
1220512257
resolution: "@aws-sdk/client-kinesis-analytics-v2@workspace:clients/client-kinesis-analytics-v2"

0 commit comments

Comments
 (0)