Skip to content

Commit 2f1ed32

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2025-12-02
1 parent a873777 commit 2f1ed32

File tree

2 files changed

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

2 files changed

+58
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20546,6 +20546,11 @@
2054620546
"isRegionalized": false,
2054720547
"partitionEndpoint": "aws-global"
2054820548
},
20549+
"nova-act": {
20550+
"endpoints": {
20551+
"us-east-1": {}
20552+
}
20553+
},
2054920554
"oam": {
2055020555
"endpoints": {
2055120556
"af-south-1": {},
@@ -23884,6 +23889,7 @@
2388423889
"ap-southeast-3": {},
2388523890
"ap-southeast-4": {},
2388623891
"ap-southeast-5": {},
23892+
"ap-southeast-6": {},
2388723893
"ap-southeast-7": {},
2388823894
"ca-central-1": {
2388923895
"variants": [

yarn.lock

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15918,6 +15918,58 @@ __metadata:
1591815918
languageName: unknown
1591915919
linkType: soft
1592015920

15921+
"@aws-sdk/client-nova-act@workspace:clients/client-nova-act":
15922+
version: 0.0.0-use.local
15923+
resolution: "@aws-sdk/client-nova-act@workspace:clients/client-nova-act"
15924+
dependencies:
15925+
"@aws-crypto/sha256-browser": "npm:5.2.0"
15926+
"@aws-crypto/sha256-js": "npm:5.2.0"
15927+
"@aws-sdk/core": "npm:*"
15928+
"@aws-sdk/credential-provider-node": "npm:*"
15929+
"@aws-sdk/middleware-host-header": "npm:*"
15930+
"@aws-sdk/middleware-logger": "npm:*"
15931+
"@aws-sdk/middleware-recursion-detection": "npm:*"
15932+
"@aws-sdk/middleware-user-agent": "npm:*"
15933+
"@aws-sdk/region-config-resolver": "npm:*"
15934+
"@aws-sdk/types": "npm:*"
15935+
"@aws-sdk/util-endpoints": "npm:*"
15936+
"@aws-sdk/util-user-agent-browser": "npm:*"
15937+
"@aws-sdk/util-user-agent-node": "npm:*"
15938+
"@smithy/config-resolver": "npm:^4.4.3"
15939+
"@smithy/core": "npm:^3.18.5"
15940+
"@smithy/fetch-http-handler": "npm:^5.3.6"
15941+
"@smithy/hash-node": "npm:^4.2.5"
15942+
"@smithy/invalid-dependency": "npm:^4.2.5"
15943+
"@smithy/middleware-content-length": "npm:^4.2.5"
15944+
"@smithy/middleware-endpoint": "npm:^4.3.12"
15945+
"@smithy/middleware-retry": "npm:^4.4.12"
15946+
"@smithy/middleware-serde": "npm:^4.2.6"
15947+
"@smithy/middleware-stack": "npm:^4.2.5"
15948+
"@smithy/node-config-provider": "npm:^4.3.5"
15949+
"@smithy/node-http-handler": "npm:^4.4.5"
15950+
"@smithy/protocol-http": "npm:^5.3.5"
15951+
"@smithy/smithy-client": "npm:^4.9.8"
15952+
"@smithy/types": "npm:^4.9.0"
15953+
"@smithy/url-parser": "npm:^4.2.5"
15954+
"@smithy/util-base64": "npm:^4.3.0"
15955+
"@smithy/util-body-length-browser": "npm:^4.2.0"
15956+
"@smithy/util-body-length-node": "npm:^4.2.1"
15957+
"@smithy/util-defaults-mode-browser": "npm:^4.3.11"
15958+
"@smithy/util-defaults-mode-node": "npm:^4.2.14"
15959+
"@smithy/util-endpoints": "npm:^3.2.5"
15960+
"@smithy/util-middleware": "npm:^4.2.5"
15961+
"@smithy/util-retry": "npm:^4.2.5"
15962+
"@smithy/util-utf8": "npm:^4.2.0"
15963+
"@tsconfig/node18": "npm:18.2.4"
15964+
"@types/node": "npm:^18.19.69"
15965+
concurrently: "npm:7.0.0"
15966+
downlevel-dts: "npm:0.10.1"
15967+
rimraf: "npm:3.0.2"
15968+
tslib: "npm:^2.6.2"
15969+
typescript: "npm:~5.8.3"
15970+
languageName: unknown
15971+
linkType: soft
15972+
1592115973
"@aws-sdk/client-oam@workspace:clients/client-oam":
1592215974
version: 0.0.0-use.local
1592315975
resolution: "@aws-sdk/client-oam@workspace:clients/client-oam"

0 commit comments

Comments
 (0)