Skip to content

Commit 24e23f9

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-11-13
1 parent 4f49de2 commit 24e23f9

File tree

2 files changed

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

2 files changed

+57
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10872,6 +10872,7 @@
1087210872
"ap-southeast-2": {},
1087310873
"ap-southeast-3": {},
1087410874
"ap-southeast-4": {},
10875+
"ap-southeast-5": {},
1087510876
"ca-central-1": {},
1087610877
"ca-west-1": {},
1087710878
"eu-central-1": {},
@@ -12047,6 +12048,7 @@
1204712048
},
1204812049
"iotfleetwise": {
1204912050
"endpoints": {
12051+
"ap-south-1": {},
1205012052
"eu-central-1": {},
1205112053
"us-east-1": {}
1205212054
}
@@ -24340,6 +24342,7 @@
2434024342
"ap-south-1": {},
2434124343
"ap-southeast-1": {},
2434224344
"ap-southeast-2": {},
24345+
"ap-southeast-3": {},
2434324346
"ca-central-1": {},
2434424347
"eu-central-1": {},
2434524348
"eu-north-1": {},

yarn.lock

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3181,6 +3181,60 @@ __metadata:
31813181
languageName: unknown
31823182
linkType: soft
31833183

3184+
"@aws-sdk/client-billing@workspace:clients/client-billing":
3185+
version: 0.0.0-use.local
3186+
resolution: "@aws-sdk/client-billing@workspace:clients/client-billing"
3187+
dependencies:
3188+
"@aws-crypto/sha256-browser": "npm:5.2.0"
3189+
"@aws-crypto/sha256-js": "npm:5.2.0"
3190+
"@aws-sdk/client-sso-oidc": "npm:*"
3191+
"@aws-sdk/client-sts": "npm:*"
3192+
"@aws-sdk/core": "npm:*"
3193+
"@aws-sdk/credential-provider-node": "npm:*"
3194+
"@aws-sdk/middleware-host-header": "npm:*"
3195+
"@aws-sdk/middleware-logger": "npm:*"
3196+
"@aws-sdk/middleware-recursion-detection": "npm:*"
3197+
"@aws-sdk/middleware-user-agent": "npm:*"
3198+
"@aws-sdk/region-config-resolver": "npm:*"
3199+
"@aws-sdk/types": "npm:*"
3200+
"@aws-sdk/util-endpoints": "npm:*"
3201+
"@aws-sdk/util-user-agent-browser": "npm:*"
3202+
"@aws-sdk/util-user-agent-node": "npm:*"
3203+
"@smithy/config-resolver": "npm:^3.0.10"
3204+
"@smithy/core": "npm:^2.5.1"
3205+
"@smithy/fetch-http-handler": "npm:^4.0.0"
3206+
"@smithy/hash-node": "npm:^3.0.8"
3207+
"@smithy/invalid-dependency": "npm:^3.0.8"
3208+
"@smithy/middleware-content-length": "npm:^3.0.10"
3209+
"@smithy/middleware-endpoint": "npm:^3.2.1"
3210+
"@smithy/middleware-retry": "npm:^3.0.25"
3211+
"@smithy/middleware-serde": "npm:^3.0.8"
3212+
"@smithy/middleware-stack": "npm:^3.0.8"
3213+
"@smithy/node-config-provider": "npm:^3.1.9"
3214+
"@smithy/node-http-handler": "npm:^3.2.5"
3215+
"@smithy/protocol-http": "npm:^4.1.5"
3216+
"@smithy/smithy-client": "npm:^3.4.2"
3217+
"@smithy/types": "npm:^3.6.0"
3218+
"@smithy/url-parser": "npm:^3.0.8"
3219+
"@smithy/util-base64": "npm:^3.0.0"
3220+
"@smithy/util-body-length-browser": "npm:^3.0.0"
3221+
"@smithy/util-body-length-node": "npm:^3.0.0"
3222+
"@smithy/util-defaults-mode-browser": "npm:^3.0.25"
3223+
"@smithy/util-defaults-mode-node": "npm:^3.0.25"
3224+
"@smithy/util-endpoints": "npm:^2.1.4"
3225+
"@smithy/util-middleware": "npm:^3.0.8"
3226+
"@smithy/util-retry": "npm:^3.0.8"
3227+
"@smithy/util-utf8": "npm:^3.0.0"
3228+
"@tsconfig/node16": "npm:16.1.3"
3229+
"@types/node": "npm:^16.18.96"
3230+
concurrently: "npm:7.0.0"
3231+
downlevel-dts: "npm:0.10.1"
3232+
rimraf: "npm:3.0.2"
3233+
tslib: "npm:^2.6.2"
3234+
typescript: "npm:~4.9.5"
3235+
languageName: unknown
3236+
linkType: soft
3237+
31843238
"@aws-sdk/client-billingconductor@workspace:clients/client-billingconductor":
31853239
version: 0.0.0-use.local
31863240
resolution: "@aws-sdk/client-billingconductor@workspace:clients/client-billingconductor"

0 commit comments

Comments
 (0)