Skip to content

Commit eb74d6a

Browse files
authored
chore(scripts): reduce api validation to packages/lib only (#7519)
1 parent 954d411 commit eb74d6a

File tree

2 files changed

+0
-1672
lines changed

2 files changed

+0
-1672
lines changed

scripts/validation/api-snapshot-validation.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ api.$schema = "https://json-schema.org/draft/2020-12/schema";
1919
const packageDirs = [
2020
...fs.readdirSync(path.join(root, "packages")).map((f) => path.join(root, "packages", f)),
2121
...fs.readdirSync(path.join(root, "lib")).map((f) => path.join(root, "lib", f)),
22-
path.join(root, "clients", "client-s3"), // rest xml
23-
path.join(root, "clients", "client-s3-control"), // rest xml
24-
path.join(root, "clients", "client-dynamodb"), // json rpc
25-
path.join(root, "clients", "client-cloudwatch"), // query
26-
path.join(root, "clients", "client-sts"), // query
27-
path.join(root, "clients", "client-sagemaker"), // json rpc
28-
path.join(root, "clients", "client-bedrock"), // rest json
2922
];
3023
const errors = [];
3124

0 commit comments

Comments
 (0)