Skip to content

Commit e0360a8

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2025-12-19
1 parent d105e0e commit e0360a8

File tree

2 files changed

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

2 files changed

+63
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4778,6 +4778,7 @@
47784778
},
47794779
"cases": {
47804780
"endpoints": {
4781+
"af-south-1": {},
47814782
"ap-northeast-1": {},
47824783
"ap-northeast-2": {},
47834784
"ap-southeast-1": {},
@@ -43812,6 +43813,11 @@
4381243813
}
4381343814
},
4381443815
"services": {
43816+
"agreement-marketplace": {
43817+
"endpoints": {
43818+
"us-isob-east-1": {}
43819+
}
43820+
},
4381543821
"api.ecr": {
4381643822
"endpoints": {
4381743823
"us-isob-east-1": {
@@ -45805,6 +45811,11 @@
4580545811
"isRegionalized": false,
4580645812
"partitionEndpoint": "aws-iso-f-global"
4580745813
},
45814+
"identitystore": {
45815+
"endpoints": {
45816+
"us-isof-east-1": {}
45817+
}
45818+
},
4580845819
"kinesis": {
4580945820
"endpoints": {
4581045821
"us-isof-east-1": {},

yarn.lock

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22860,6 +22860,58 @@ __metadata:
2286022860
languageName: unknown
2286122861
linkType: soft
2286222862

22863+
"@aws-sdk/client-wickr@workspace:clients/client-wickr":
22864+
version: 0.0.0-use.local
22865+
resolution: "@aws-sdk/client-wickr@workspace:clients/client-wickr"
22866+
dependencies:
22867+
"@aws-crypto/sha256-browser": "npm:5.2.0"
22868+
"@aws-crypto/sha256-js": "npm:5.2.0"
22869+
"@aws-sdk/core": "npm:*"
22870+
"@aws-sdk/credential-provider-node": "npm:*"
22871+
"@aws-sdk/middleware-host-header": "npm:*"
22872+
"@aws-sdk/middleware-logger": "npm:*"
22873+
"@aws-sdk/middleware-recursion-detection": "npm:*"
22874+
"@aws-sdk/middleware-user-agent": "npm:*"
22875+
"@aws-sdk/region-config-resolver": "npm:*"
22876+
"@aws-sdk/types": "npm:*"
22877+
"@aws-sdk/util-endpoints": "npm:*"
22878+
"@aws-sdk/util-user-agent-browser": "npm:*"
22879+
"@aws-sdk/util-user-agent-node": "npm:*"
22880+
"@smithy/config-resolver": "npm:^4.4.5"
22881+
"@smithy/core": "npm:^3.20.0"
22882+
"@smithy/fetch-http-handler": "npm:^5.3.8"
22883+
"@smithy/hash-node": "npm:^4.2.7"
22884+
"@smithy/invalid-dependency": "npm:^4.2.7"
22885+
"@smithy/middleware-content-length": "npm:^4.2.7"
22886+
"@smithy/middleware-endpoint": "npm:^4.4.1"
22887+
"@smithy/middleware-retry": "npm:^4.4.17"
22888+
"@smithy/middleware-serde": "npm:^4.2.8"
22889+
"@smithy/middleware-stack": "npm:^4.2.7"
22890+
"@smithy/node-config-provider": "npm:^4.3.7"
22891+
"@smithy/node-http-handler": "npm:^4.4.7"
22892+
"@smithy/protocol-http": "npm:^5.3.7"
22893+
"@smithy/smithy-client": "npm:^4.10.2"
22894+
"@smithy/types": "npm:^4.11.0"
22895+
"@smithy/url-parser": "npm:^4.2.7"
22896+
"@smithy/util-base64": "npm:^4.3.0"
22897+
"@smithy/util-body-length-browser": "npm:^4.2.0"
22898+
"@smithy/util-body-length-node": "npm:^4.2.1"
22899+
"@smithy/util-defaults-mode-browser": "npm:^4.3.16"
22900+
"@smithy/util-defaults-mode-node": "npm:^4.2.19"
22901+
"@smithy/util-endpoints": "npm:^3.2.7"
22902+
"@smithy/util-middleware": "npm:^4.2.7"
22903+
"@smithy/util-retry": "npm:^4.2.7"
22904+
"@smithy/util-utf8": "npm:^4.2.0"
22905+
"@tsconfig/node18": "npm:18.2.4"
22906+
"@types/node": "npm:^18.19.69"
22907+
concurrently: "npm:7.0.0"
22908+
downlevel-dts: "npm:0.10.1"
22909+
rimraf: "npm:3.0.2"
22910+
tslib: "npm:^2.6.2"
22911+
typescript: "npm:~5.8.3"
22912+
languageName: unknown
22913+
linkType: soft
22914+
2286322915
"@aws-sdk/client-wisdom@workspace:clients/client-wisdom":
2286422916
version: 0.0.0-use.local
2286522917
resolution: "@aws-sdk/client-wisdom@workspace:clients/client-wisdom"

0 commit comments

Comments
 (0)