Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-11-13
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 13, 2024
1 parent 4f49de2 commit 24e23f9
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10872,6 +10872,7 @@
"ap-southeast-2": {},
"ap-southeast-3": {},
"ap-southeast-4": {},
"ap-southeast-5": {},
"ca-central-1": {},
"ca-west-1": {},
"eu-central-1": {},
Expand Down Expand Up @@ -12047,6 +12048,7 @@
},
"iotfleetwise": {
"endpoints": {
"ap-south-1": {},
"eu-central-1": {},
"us-east-1": {}
}
Expand Down Expand Up @@ -24340,6 +24342,7 @@
"ap-south-1": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-north-1": {},
Expand Down
54 changes: 54 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3181,6 +3181,60 @@ __metadata:
languageName: unknown
linkType: soft

"@aws-sdk/client-billing@workspace:clients/client-billing":
version: 0.0.0-use.local
resolution: "@aws-sdk/client-billing@workspace:clients/client-billing"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/client-sso-oidc": "npm:*"
"@aws-sdk/client-sts": "npm:*"
"@aws-sdk/core": "npm:*"
"@aws-sdk/credential-provider-node": "npm:*"
"@aws-sdk/middleware-host-header": "npm:*"
"@aws-sdk/middleware-logger": "npm:*"
"@aws-sdk/middleware-recursion-detection": "npm:*"
"@aws-sdk/middleware-user-agent": "npm:*"
"@aws-sdk/region-config-resolver": "npm:*"
"@aws-sdk/types": "npm:*"
"@aws-sdk/util-endpoints": "npm:*"
"@aws-sdk/util-user-agent-browser": "npm:*"
"@aws-sdk/util-user-agent-node": "npm:*"
"@smithy/config-resolver": "npm:^3.0.10"
"@smithy/core": "npm:^2.5.1"
"@smithy/fetch-http-handler": "npm:^4.0.0"
"@smithy/hash-node": "npm:^3.0.8"
"@smithy/invalid-dependency": "npm:^3.0.8"
"@smithy/middleware-content-length": "npm:^3.0.10"
"@smithy/middleware-endpoint": "npm:^3.2.1"
"@smithy/middleware-retry": "npm:^3.0.25"
"@smithy/middleware-serde": "npm:^3.0.8"
"@smithy/middleware-stack": "npm:^3.0.8"
"@smithy/node-config-provider": "npm:^3.1.9"
"@smithy/node-http-handler": "npm:^3.2.5"
"@smithy/protocol-http": "npm:^4.1.5"
"@smithy/smithy-client": "npm:^3.4.2"
"@smithy/types": "npm:^3.6.0"
"@smithy/url-parser": "npm:^3.0.8"
"@smithy/util-base64": "npm:^3.0.0"
"@smithy/util-body-length-browser": "npm:^3.0.0"
"@smithy/util-body-length-node": "npm:^3.0.0"
"@smithy/util-defaults-mode-browser": "npm:^3.0.25"
"@smithy/util-defaults-mode-node": "npm:^3.0.25"
"@smithy/util-endpoints": "npm:^2.1.4"
"@smithy/util-middleware": "npm:^3.0.8"
"@smithy/util-retry": "npm:^3.0.8"
"@smithy/util-utf8": "npm:^3.0.0"
"@tsconfig/node16": "npm:16.1.3"
"@types/node": "npm:^16.18.96"
concurrently: "npm:7.0.0"
downlevel-dts: "npm:0.10.1"
rimraf: "npm:3.0.2"
tslib: "npm:^2.6.2"
typescript: "npm:~4.9.5"
languageName: unknown
linkType: soft

"@aws-sdk/client-billingconductor@workspace:clients/client-billingconductor":
version: 0.0.0-use.local
resolution: "@aws-sdk/client-billingconductor@workspace:clients/client-billingconductor"
Expand Down

0 comments on commit 24e23f9

Please sign in to comment.