Skip to content

Commit 5c53685

Browse files
authoredJan 16, 2025··
fix(nested-clients): create nested clients for internal use (#6791)
* feat(nested-clients): create nested clients for internal sts usage * chore(nested-clients): generate nested clients * chore(nested-clients): pare unused commands, compress rulesets * chore(nested-clients): use nested clients in packages * chore(codegen): update for nested clients * chore(nested-clients): break cycle * chore: yarn lock * test: fix unit tests * test(nested-clients): unit test index exports * chore(nested-clients): mark as internal * fix(nested-clients): introduce submodules for nested-clients * chore: fix inliner
1 parent 4ab6bd1 commit 5c53685

File tree

513 files changed

+6511
-1878
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

513 files changed

+6511
-1878
lines changed
 

‎.eslintrc.js

+4
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@ module.exports = {
2929
"simple-import-sort/imports": "error",
3030
"sort-export-all/sort-export-all": "error",
3131
},
32+
ignorePatterns: [
33+
"packages/nested-clients/src/submodules/**/protocols/*.ts",
34+
"packages/nested-clients/src/submodules/**/models/*.ts",
35+
],
3236
};

‎clients/client-accessanalyzer/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
"dependencies": {
2121
"@aws-crypto/sha256-browser": "5.2.0",
2222
"@aws-crypto/sha256-js": "5.2.0",
23-
"@aws-sdk/client-sso-oidc": "*",
24-
"@aws-sdk/client-sts": "*",
2523
"@aws-sdk/core": "*",
2624
"@aws-sdk/credential-provider-node": "*",
2725
"@aws-sdk/middleware-host-header": "*",

0 commit comments

Comments
 (0)
Please sign in to comment.