Skip to content

Commit 4d9c0e2

Browse files
author
awstools
committed
feat(client-securityhub): Adds operations, structures, and exceptions required for public preview release of Security Hub V2.
1 parent 25f59c2 commit 4d9c0e2

File tree

83 files changed

+17146
-3095
lines changed

Some content is hidden

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

83 files changed

+17146
-3095
lines changed

clients/client-securityhub/README.md

Lines changed: 208 additions & 0 deletions
Large diffs are not rendered by default.

clients/client-securityhub/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@
5656
"@smithy/util-middleware": "^4.0.4",
5757
"@smithy/util-retry": "^4.0.5",
5858
"@smithy/util-utf8": "^4.0.0",
59-
"tslib": "^2.6.2"
59+
"@types/uuid": "^9.0.1",
60+
"tslib": "^2.6.2",
61+
"uuid": "^9.0.1"
6062
},
6163
"devDependencies": {
6264
"@tsconfig/node18": "18.2.4",

0 commit comments

Comments
 (0)