@aws-sdk/client-securityhub 3.85.0 → 3.92.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.92.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.91.0...v3.92.0) (2022-05-16)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-securityhub
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.87.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.86.0...v3.87.0) (2022-05-09)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-securityhub
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.86.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.85.0...v3.86.0) (2022-05-06)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @aws-sdk/client-securityhub
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
# [3.85.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.84.0...v3.85.0) (2022-05-05)
|
|
7
31
|
|
|
8
32
|
|
package/README.md
CHANGED
|
@@ -40,8 +40,13 @@ request per second, <code>BurstLimit</code> of 1 request per second.</p>
|
|
|
40
40
|
</li>
|
|
41
41
|
<li>
|
|
42
42
|
<p>
|
|
43
|
-
<code>
|
|
44
|
-
|
|
43
|
+
<code>BatchImportFindings</code> - <code>RateLimit</code> of 10 requests per second.
|
|
44
|
+
<code>BurstLimit</code> of 30 requests per second.</p>
|
|
45
|
+
</li>
|
|
46
|
+
<li>
|
|
47
|
+
<p>
|
|
48
|
+
<code>BatchUpdateFindings</code> - <code>RateLimit</code> of 10 requests per second.
|
|
49
|
+
<code>BurstLimit</code> of 30 requests per second.</p>
|
|
45
50
|
</li>
|
|
46
51
|
<li>
|
|
47
52
|
<p>
|
|
@@ -88,8 +88,13 @@ import { SecurityHubClient } from "./SecurityHubClient";
|
|
|
88
88
|
* </li>
|
|
89
89
|
* <li>
|
|
90
90
|
* <p>
|
|
91
|
-
* <code>
|
|
92
|
-
*
|
|
91
|
+
* <code>BatchImportFindings</code> - <code>RateLimit</code> of 10 requests per second.
|
|
92
|
+
* <code>BurstLimit</code> of 30 requests per second.</p>
|
|
93
|
+
* </li>
|
|
94
|
+
* <li>
|
|
95
|
+
* <p>
|
|
96
|
+
* <code>BatchUpdateFindings</code> - <code>RateLimit</code> of 10 requests per second.
|
|
97
|
+
* <code>BurstLimit</code> of 30 requests per second.</p>
|
|
93
98
|
* </li>
|
|
94
99
|
* <li>
|
|
95
100
|
* <p>
|
|
@@ -156,11 +161,16 @@ export declare class SecurityHub extends SecurityHubClient {
|
|
|
156
161
|
* <code>BatchImportFindings</code> must be called by one of the following:</p>
|
|
157
162
|
* <ul>
|
|
158
163
|
* <li>
|
|
159
|
-
* <p>The account that is associated with
|
|
160
|
-
*
|
|
164
|
+
* <p>The Amazon Web Services account that is associated with a finding if you are using
|
|
165
|
+
* the <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-custom-providers.html#securityhub-custom-providers-bfi-reqs">default product ARN</a>
|
|
166
|
+
* or are a partner sending findings from within a customer's Amazon Web Services account.
|
|
167
|
+
* In these cases, the identifier of the account that you are calling <code>BatchImportFindings</code>
|
|
168
|
+
* from needs to be the same as the <code>AwsAccountId</code> attribute for the finding.</p>
|
|
161
169
|
* </li>
|
|
162
170
|
* <li>
|
|
163
|
-
* <p>An account that
|
|
171
|
+
* <p>An Amazon Web Services account that Security Hub has allow-listed for an official partner
|
|
172
|
+
* integration. In this case, you can call <code>BatchImportFindings</code> from the allow-listed
|
|
173
|
+
* account and send findings from different customer accounts in the same batch.</p>
|
|
164
174
|
* </li>
|
|
165
175
|
* </ul>
|
|
166
176
|
* <p>The maximum allowed size for a finding is 240 Kb. An error is returned for any finding
|
|
@@ -213,8 +213,13 @@ export interface SecurityHubClientResolvedConfig extends SecurityHubClientResolv
|
|
|
213
213
|
* </li>
|
|
214
214
|
* <li>
|
|
215
215
|
* <p>
|
|
216
|
-
* <code>
|
|
217
|
-
*
|
|
216
|
+
* <code>BatchImportFindings</code> - <code>RateLimit</code> of 10 requests per second.
|
|
217
|
+
* <code>BurstLimit</code> of 30 requests per second.</p>
|
|
218
|
+
* </li>
|
|
219
|
+
* <li>
|
|
220
|
+
* <p>
|
|
221
|
+
* <code>BatchUpdateFindings</code> - <code>RateLimit</code> of 10 requests per second.
|
|
222
|
+
* <code>BurstLimit</code> of 30 requests per second.</p>
|
|
218
223
|
* </li>
|
|
219
224
|
* <li>
|
|
220
225
|
* <p>
|
|
@@ -14,11 +14,16 @@ export interface BatchImportFindingsCommandOutput extends BatchImportFindingsRes
|
|
|
14
14
|
* <code>BatchImportFindings</code> must be called by one of the following:</p>
|
|
15
15
|
* <ul>
|
|
16
16
|
* <li>
|
|
17
|
-
* <p>The account that is associated with
|
|
18
|
-
*
|
|
17
|
+
* <p>The Amazon Web Services account that is associated with a finding if you are using
|
|
18
|
+
* the <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-custom-providers.html#securityhub-custom-providers-bfi-reqs">default product ARN</a>
|
|
19
|
+
* or are a partner sending findings from within a customer's Amazon Web Services account.
|
|
20
|
+
* In these cases, the identifier of the account that you are calling <code>BatchImportFindings</code>
|
|
21
|
+
* from needs to be the same as the <code>AwsAccountId</code> attribute for the finding.</p>
|
|
19
22
|
* </li>
|
|
20
23
|
* <li>
|
|
21
|
-
* <p>An account that
|
|
24
|
+
* <p>An Amazon Web Services account that Security Hub has allow-listed for an official partner
|
|
25
|
+
* integration. In this case, you can call <code>BatchImportFindings</code> from the allow-listed
|
|
26
|
+
* account and send findings from different customer accounts in the same batch.</p>
|
|
22
27
|
* </li>
|
|
23
28
|
* </ul>
|
|
24
29
|
* <p>The maximum allowed size for a finding is 240 Kb. An error is returned for any finding
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-securityhub",
|
|
3
3
|
"description": "AWS SDK for JavaScript Securityhub Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.92.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.92.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.80.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.87.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.78.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.78.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.78.0",
|