@aws-sdk/client-securityhub 3.43.0 → 3.45.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.
@@ -148,9 +148,20 @@ export declare class SecurityHub extends SecurityHubClient {
148
148
  batchEnableStandards(args: BatchEnableStandardsCommandInput, cb: (err: any, data?: BatchEnableStandardsCommandOutput) => void): void;
149
149
  batchEnableStandards(args: BatchEnableStandardsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchEnableStandardsCommandOutput) => void): void;
150
150
  /**
151
- * <p>Imports security findings generated from an integrated product into Security Hub.
152
- * This action is requested by the integrated product to import its findings into
151
+ * <p>Imports security findings generated by a finding provider into Security Hub.
152
+ * This action is requested by the finding provider to import its findings into
153
153
  * Security Hub.</p>
154
+ * <p>
155
+ * <code>BatchImportFindings</code> must be called by one of the following:</p>
156
+ * <ul>
157
+ * <li>
158
+ * <p>The account that is associated with the findings. The identifier of the associated
159
+ * account is the value of the <code>AwsAccountId</code> attribute for the finding.</p>
160
+ * </li>
161
+ * <li>
162
+ * <p>An account that is allow-listed for an official Security Hub partner integration.</p>
163
+ * </li>
164
+ * </ul>
154
165
  * <p>The maximum allowed size for a finding is 240 Kb. An error is returned for any finding
155
166
  * larger than 240 Kb.</p>
156
167
  * <p>After a finding is created, <code>BatchImportFindings</code> cannot be used to update
@@ -333,7 +344,6 @@ export declare class SecurityHub extends SecurityHubClient {
333
344
  * <p>For organization accounts that already have Security Hub enabled, Security Hub does not make any other changes to those accounts. It does not change their enabled standards or controls.</p>
334
345
  * </li>
335
346
  * </ul>
336
- *
337
347
  * <p>A permissions policy is added that permits the administrator account to view the findings
338
348
  * generated in the member account.</p>
339
349
  * <p>To remove the association between the administrator and member accounts, use the <code>DisassociateFromMasterAccount</code> or <code>DisassociateMembers</code> operation.</p>
@@ -7,9 +7,20 @@ export interface BatchImportFindingsCommandInput extends BatchImportFindingsRequ
7
7
  export interface BatchImportFindingsCommandOutput extends BatchImportFindingsResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Imports security findings generated from an integrated product into Security Hub.
11
- * This action is requested by the integrated product to import its findings into
10
+ * <p>Imports security findings generated by a finding provider into Security Hub.
11
+ * This action is requested by the finding provider to import its findings into
12
12
  * Security Hub.</p>
13
+ * <p>
14
+ * <code>BatchImportFindings</code> must be called by one of the following:</p>
15
+ * <ul>
16
+ * <li>
17
+ * <p>The account that is associated with the findings. The identifier of the associated
18
+ * account is the value of the <code>AwsAccountId</code> attribute for the finding.</p>
19
+ * </li>
20
+ * <li>
21
+ * <p>An account that is allow-listed for an official Security Hub partner integration.</p>
22
+ * </li>
23
+ * </ul>
13
24
  * <p>The maximum allowed size for a finding is 240 Kb. An error is returned for any finding
14
25
  * larger than 240 Kb.</p>
15
26
  * <p>After a finding is created, <code>BatchImportFindings</code> cannot be used to update
@@ -39,7 +39,6 @@ export interface CreateMembersCommandOutput extends CreateMembersResponse, __Met
39
39
  * <p>For organization accounts that already have Security Hub enabled, Security Hub does not make any other changes to those accounts. It does not change their enabled standards or controls.</p>
40
40
  * </li>
41
41
  * </ul>
42
- *
43
42
  * <p>A permissions policy is added that permits the administrator account to view the findings
44
43
  * generated in the member account.</p>
45
44
  * <p>To remove the association between the administrator and member accounts, use the <code>DisassociateFromMasterAccount</code> or <code>DisassociateMembers</code> operation.</p>