Skip to content

Commit b8fecfa

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2025-04-29
1 parent 942b693 commit b8fecfa

File tree

2 files changed

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

2 files changed

+65
-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
@@ -43464,6 +43464,12 @@
4346443464
}
4346543465
}
4346643466
},
43467+
"storagegateway": {
43468+
"endpoints": {
43469+
"us-iso-east-1": {},
43470+
"us-iso-west-1": {}
43471+
}
43472+
},
4346743473
"streams.dynamodb": {
4346843474
"defaults": {
4346943475
"credentialScope": {
@@ -43811,6 +43817,11 @@
4381143817
}
4381243818
}
4381343819
},
43820+
"datasync": {
43821+
"endpoints": {
43822+
"us-isob-east-1": {}
43823+
}
43824+
},
4381443825
"directconnect": {
4381543826
"endpoints": {
4381643827
"us-isob-east-1": {}

yarn.lock

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20285,6 +20285,60 @@ __metadata:
2028520285
languageName: unknown
2028620286
linkType: soft
2028720287

20288+
"@aws-sdk/client-ssm-guiconnect@workspace:clients/client-ssm-guiconnect":
20289+
version: 0.0.0-use.local
20290+
resolution: "@aws-sdk/client-ssm-guiconnect@workspace:clients/client-ssm-guiconnect"
20291+
dependencies:
20292+
"@aws-crypto/sha256-browser": "npm:5.2.0"
20293+
"@aws-crypto/sha256-js": "npm:5.2.0"
20294+
"@aws-sdk/core": "npm:*"
20295+
"@aws-sdk/credential-provider-node": "npm:*"
20296+
"@aws-sdk/middleware-host-header": "npm:*"
20297+
"@aws-sdk/middleware-logger": "npm:*"
20298+
"@aws-sdk/middleware-recursion-detection": "npm:*"
20299+
"@aws-sdk/middleware-user-agent": "npm:*"
20300+
"@aws-sdk/region-config-resolver": "npm:*"
20301+
"@aws-sdk/types": "npm:*"
20302+
"@aws-sdk/util-endpoints": "npm:*"
20303+
"@aws-sdk/util-user-agent-browser": "npm:*"
20304+
"@aws-sdk/util-user-agent-node": "npm:*"
20305+
"@smithy/config-resolver": "npm:^4.1.0"
20306+
"@smithy/core": "npm:^3.3.0"
20307+
"@smithy/fetch-http-handler": "npm:^5.0.2"
20308+
"@smithy/hash-node": "npm:^4.0.2"
20309+
"@smithy/invalid-dependency": "npm:^4.0.2"
20310+
"@smithy/middleware-content-length": "npm:^4.0.2"
20311+
"@smithy/middleware-endpoint": "npm:^4.1.1"
20312+
"@smithy/middleware-retry": "npm:^4.1.1"
20313+
"@smithy/middleware-serde": "npm:^4.0.3"
20314+
"@smithy/middleware-stack": "npm:^4.0.2"
20315+
"@smithy/node-config-provider": "npm:^4.0.2"
20316+
"@smithy/node-http-handler": "npm:^4.0.4"
20317+
"@smithy/protocol-http": "npm:^5.1.0"
20318+
"@smithy/smithy-client": "npm:^4.2.1"
20319+
"@smithy/types": "npm:^4.2.0"
20320+
"@smithy/url-parser": "npm:^4.0.2"
20321+
"@smithy/util-base64": "npm:^4.0.0"
20322+
"@smithy/util-body-length-browser": "npm:^4.0.0"
20323+
"@smithy/util-body-length-node": "npm:^4.0.0"
20324+
"@smithy/util-defaults-mode-browser": "npm:^4.0.9"
20325+
"@smithy/util-defaults-mode-node": "npm:^4.0.9"
20326+
"@smithy/util-endpoints": "npm:^3.0.2"
20327+
"@smithy/util-middleware": "npm:^4.0.2"
20328+
"@smithy/util-retry": "npm:^4.0.2"
20329+
"@smithy/util-utf8": "npm:^4.0.0"
20330+
"@tsconfig/node18": "npm:18.2.4"
20331+
"@types/node": "npm:^18.19.69"
20332+
"@types/uuid": "npm:^9.0.1"
20333+
concurrently: "npm:7.0.0"
20334+
downlevel-dts: "npm:0.10.1"
20335+
rimraf: "npm:3.0.2"
20336+
tslib: "npm:^2.6.2"
20337+
typescript: "npm:~5.2.2"
20338+
uuid: "npm:^9.0.1"
20339+
languageName: unknown
20340+
linkType: soft
20341+
2028820342
"@aws-sdk/client-ssm-incidents@workspace:clients/client-ssm-incidents":
2028920343
version: 0.0.0-use.local
2029020344
resolution: "@aws-sdk/client-ssm-incidents@workspace:clients/client-ssm-incidents"

0 commit comments

Comments
 (0)