@aws-sdk/client-securityhub 3.635.0 → 3.636.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/README.md +5 -5
- package/dist-types/SecurityHub.d.ts +5 -5
- package/dist-types/SecurityHubClient.d.ts +5 -5
- package/dist-types/commands/UpdateFindingsCommand.d.ts +5 -4
- package/dist-types/index.d.ts +5 -5
- package/dist-types/models/models_0.d.ts +2 -2
- package/dist-types/models/models_1.d.ts +1 -1
- package/dist-types/models/models_2.d.ts +30 -16
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ AWS SDK for JavaScript SecurityHub Client for Node.js, Browser and React Native.
|
|
|
8
8
|
|
|
9
9
|
<p>Security Hub provides you with a comprehensive view of your security state in Amazon Web Services and helps
|
|
10
10
|
you assess your Amazon Web Services environment against security industry standards and best practices.</p>
|
|
11
|
-
<p>Security Hub collects security data across Amazon Web Services accounts, Amazon Web
|
|
11
|
+
<p>Security Hub collects security data across Amazon Web Services accounts, Amazon Web Servicesservices, and
|
|
12
12
|
supported third-party products and helps you analyze your security trends and identify the highest priority security
|
|
13
13
|
issues.</p>
|
|
14
14
|
<p>To help you manage the security state of your organization, Security Hub supports multiple security standards.
|
|
@@ -17,10 +17,10 @@ and external compliance frameworks such as the Center for Internet Security (CIS
|
|
|
17
17
|
Security Standard (PCI DSS), and the National Institute of Standards and Technology (NIST). Each standard includes
|
|
18
18
|
several security controls, each of which represents a security best practice. Security Hub runs checks against
|
|
19
19
|
security controls and generates control findings to help you assess your compliance against security best practices.</p>
|
|
20
|
-
<p>In addition to generating control findings, Security Hub also receives findings from other Amazon Web
|
|
20
|
+
<p>In addition to generating control findings, Security Hub also receives findings from other Amazon Web Servicesservices,
|
|
21
21
|
such as Amazon GuardDuty and Amazon Inspector, and
|
|
22
22
|
supported third-party products. This gives you a single pane of glass into a variety of security-related issues. You
|
|
23
|
-
can also send Security Hub findings to other Amazon Web
|
|
23
|
+
can also send Security Hub findings to other Amazon Web Servicesservices and supported third-party products.</p>
|
|
24
24
|
<p>Security Hub offers automation features that help you triage and remediate security issues. For example,
|
|
25
25
|
you can use automation rules to automatically update critical findings when a security check fails. You can also leverage the integration with
|
|
26
26
|
Amazon EventBridge to trigger automatic responses to specific findings.</p>
|
|
@@ -31,12 +31,12 @@ and schemas. If you're new to Security Hub, you might find it helpful to also re
|
|
|
31
31
|
</a>. The
|
|
32
32
|
user guide explains key concepts and provides procedures
|
|
33
33
|
that demonstrate how to use Security Hub features. It also provides information about topics such as
|
|
34
|
-
integrating Security Hub with other Amazon Web
|
|
34
|
+
integrating Security Hub with other Amazon Web Servicesservices.</p>
|
|
35
35
|
<p>In addition to interacting with Security Hub by making calls to the Security Hub API, you can
|
|
36
36
|
use a current version of an Amazon Web Services command line tool or SDK. Amazon Web Services provides tools
|
|
37
37
|
and SDKs that consist of libraries and sample code for various languages and platforms, such as PowerShell,
|
|
38
38
|
Java, Go, Python, C++, and .NET. These tools and SDKs provide convenient, programmatic access to
|
|
39
|
-
Security Hub and other Amazon Web
|
|
39
|
+
Security Hub and other Amazon Web Servicesservices . They also handle tasks such as signing requests,
|
|
40
40
|
managing errors, and retrying requests automatically. For information about installing and using the Amazon Web Services tools
|
|
41
41
|
and SDKs, see <a href="http://aws.amazon.com/developer/tools/">Tools to Build on Amazon Web Services</a>.</p>
|
|
42
42
|
<p>With the exception of operations that are related to central configuration, Security Hub API requests are executed only in
|
|
@@ -583,7 +583,7 @@ export interface SecurityHub {
|
|
|
583
583
|
/**
|
|
584
584
|
* <p>Security Hub provides you with a comprehensive view of your security state in Amazon Web Services and helps
|
|
585
585
|
* you assess your Amazon Web Services environment against security industry standards and best practices.</p>
|
|
586
|
-
* <p>Security Hub collects security data across Amazon Web Services accounts, Amazon Web
|
|
586
|
+
* <p>Security Hub collects security data across Amazon Web Services accounts, Amazon Web Servicesservices, and
|
|
587
587
|
* supported third-party products and helps you analyze your security trends and identify the highest priority security
|
|
588
588
|
* issues.</p>
|
|
589
589
|
* <p>To help you manage the security state of your organization, Security Hub supports multiple security standards.
|
|
@@ -592,10 +592,10 @@ export interface SecurityHub {
|
|
|
592
592
|
* Security Standard (PCI DSS), and the National Institute of Standards and Technology (NIST). Each standard includes
|
|
593
593
|
* several security controls, each of which represents a security best practice. Security Hub runs checks against
|
|
594
594
|
* security controls and generates control findings to help you assess your compliance against security best practices.</p>
|
|
595
|
-
* <p>In addition to generating control findings, Security Hub also receives findings from other Amazon Web
|
|
595
|
+
* <p>In addition to generating control findings, Security Hub also receives findings from other Amazon Web Servicesservices,
|
|
596
596
|
* such as Amazon GuardDuty and Amazon Inspector, and
|
|
597
597
|
* supported third-party products. This gives you a single pane of glass into a variety of security-related issues. You
|
|
598
|
-
* can also send Security Hub findings to other Amazon Web
|
|
598
|
+
* can also send Security Hub findings to other Amazon Web Servicesservices and supported third-party products.</p>
|
|
599
599
|
* <p>Security Hub offers automation features that help you triage and remediate security issues. For example,
|
|
600
600
|
* you can use automation rules to automatically update critical findings when a security check fails. You can also leverage the integration with
|
|
601
601
|
* Amazon EventBridge to trigger automatic responses to specific findings.</p>
|
|
@@ -606,12 +606,12 @@ export interface SecurityHub {
|
|
|
606
606
|
* </a>. The
|
|
607
607
|
* user guide explains key concepts and provides procedures
|
|
608
608
|
* that demonstrate how to use Security Hub features. It also provides information about topics such as
|
|
609
|
-
* integrating Security Hub with other Amazon Web
|
|
609
|
+
* integrating Security Hub with other Amazon Web Servicesservices.</p>
|
|
610
610
|
* <p>In addition to interacting with Security Hub by making calls to the Security Hub API, you can
|
|
611
611
|
* use a current version of an Amazon Web Services command line tool or SDK. Amazon Web Services provides tools
|
|
612
612
|
* and SDKs that consist of libraries and sample code for various languages and platforms, such as PowerShell,
|
|
613
613
|
* Java, Go, Python, C++, and .NET. These tools and SDKs provide convenient, programmatic access to
|
|
614
|
-
* Security Hub and other Amazon Web
|
|
614
|
+
* Security Hub and other Amazon Web Servicesservices . They also handle tasks such as signing requests,
|
|
615
615
|
* managing errors, and retrying requests automatically. For information about installing and using the Amazon Web Services tools
|
|
616
616
|
* and SDKs, see <a href="http://aws.amazon.com/developer/tools/">Tools to Build on Amazon Web Services</a>.</p>
|
|
617
617
|
* <p>With the exception of operations that are related to central configuration, Security Hub API requests are executed only in
|
|
@@ -232,7 +232,7 @@ export interface SecurityHubClientResolvedConfig extends SecurityHubClientResolv
|
|
|
232
232
|
/**
|
|
233
233
|
* <p>Security Hub provides you with a comprehensive view of your security state in Amazon Web Services and helps
|
|
234
234
|
* you assess your Amazon Web Services environment against security industry standards and best practices.</p>
|
|
235
|
-
* <p>Security Hub collects security data across Amazon Web Services accounts, Amazon Web
|
|
235
|
+
* <p>Security Hub collects security data across Amazon Web Services accounts, Amazon Web Servicesservices, and
|
|
236
236
|
* supported third-party products and helps you analyze your security trends and identify the highest priority security
|
|
237
237
|
* issues.</p>
|
|
238
238
|
* <p>To help you manage the security state of your organization, Security Hub supports multiple security standards.
|
|
@@ -241,10 +241,10 @@ export interface SecurityHubClientResolvedConfig extends SecurityHubClientResolv
|
|
|
241
241
|
* Security Standard (PCI DSS), and the National Institute of Standards and Technology (NIST). Each standard includes
|
|
242
242
|
* several security controls, each of which represents a security best practice. Security Hub runs checks against
|
|
243
243
|
* security controls and generates control findings to help you assess your compliance against security best practices.</p>
|
|
244
|
-
* <p>In addition to generating control findings, Security Hub also receives findings from other Amazon Web
|
|
244
|
+
* <p>In addition to generating control findings, Security Hub also receives findings from other Amazon Web Servicesservices,
|
|
245
245
|
* such as Amazon GuardDuty and Amazon Inspector, and
|
|
246
246
|
* supported third-party products. This gives you a single pane of glass into a variety of security-related issues. You
|
|
247
|
-
* can also send Security Hub findings to other Amazon Web
|
|
247
|
+
* can also send Security Hub findings to other Amazon Web Servicesservices and supported third-party products.</p>
|
|
248
248
|
* <p>Security Hub offers automation features that help you triage and remediate security issues. For example,
|
|
249
249
|
* you can use automation rules to automatically update critical findings when a security check fails. You can also leverage the integration with
|
|
250
250
|
* Amazon EventBridge to trigger automatic responses to specific findings.</p>
|
|
@@ -255,12 +255,12 @@ export interface SecurityHubClientResolvedConfig extends SecurityHubClientResolv
|
|
|
255
255
|
* </a>. The
|
|
256
256
|
* user guide explains key concepts and provides procedures
|
|
257
257
|
* that demonstrate how to use Security Hub features. It also provides information about topics such as
|
|
258
|
-
* integrating Security Hub with other Amazon Web
|
|
258
|
+
* integrating Security Hub with other Amazon Web Servicesservices.</p>
|
|
259
259
|
* <p>In addition to interacting with Security Hub by making calls to the Security Hub API, you can
|
|
260
260
|
* use a current version of an Amazon Web Services command line tool or SDK. Amazon Web Services provides tools
|
|
261
261
|
* and SDKs that consist of libraries and sample code for various languages and platforms, such as PowerShell,
|
|
262
262
|
* Java, Go, Python, C++, and .NET. These tools and SDKs provide convenient, programmatic access to
|
|
263
|
-
* Security Hub and other Amazon Web
|
|
263
|
+
* Security Hub and other Amazon Web Servicesservices . They also handle tasks such as signing requests,
|
|
264
264
|
* managing errors, and retrying requests automatically. For information about installing and using the Amazon Web Services tools
|
|
265
265
|
* and SDKs, see <a href="http://aws.amazon.com/developer/tools/">Tools to Build on Amazon Web Services</a>.</p>
|
|
266
266
|
* <p>With the exception of operations that are related to central configuration, Security Hub API requests are executed only in
|
|
@@ -30,11 +30,12 @@ declare const UpdateFindingsCommand_base: {
|
|
|
30
30
|
* <p>
|
|
31
31
|
* <code>UpdateFindings</code> is a deprecated operation. Instead of <code>UpdateFindings</code>, use
|
|
32
32
|
* the <code>BatchUpdateFindings</code> operation.</p>
|
|
33
|
-
* <p>
|
|
33
|
+
* <p>The <code>UpdateFindings</code> operation updates the <code>Note</code> and <code>RecordState</code> of the Security Hub aggregated
|
|
34
34
|
* findings that the filter attributes specify. Any member account that can view the finding
|
|
35
|
-
* also
|
|
36
|
-
* <p>Finding updates made with <code>UpdateFindings</code>
|
|
37
|
-
* finding provider through the <code>BatchImportFindings</code> operation
|
|
35
|
+
* can also see the update to the finding.</p>
|
|
36
|
+
* <p>Finding updates made with <code>UpdateFindings</code> aren't persisted if the same finding is later updated by the
|
|
37
|
+
* finding provider through the <code>BatchImportFindings</code> operation. In addition, Security Hub doesn't
|
|
38
|
+
* record updates made with <code>UpdateFindings</code> in the finding history.</p>
|
|
38
39
|
* @example
|
|
39
40
|
* Use a bare-bones client and the command you need to make an API call.
|
|
40
41
|
* ```javascript
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* <p>Security Hub provides you with a comprehensive view of your security state in Amazon Web Services and helps
|
|
3
3
|
* you assess your Amazon Web Services environment against security industry standards and best practices.</p>
|
|
4
|
-
* <p>Security Hub collects security data across Amazon Web Services accounts, Amazon Web
|
|
4
|
+
* <p>Security Hub collects security data across Amazon Web Services accounts, Amazon Web Servicesservices, and
|
|
5
5
|
* supported third-party products and helps you analyze your security trends and identify the highest priority security
|
|
6
6
|
* issues.</p>
|
|
7
7
|
* <p>To help you manage the security state of your organization, Security Hub supports multiple security standards.
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
* Security Standard (PCI DSS), and the National Institute of Standards and Technology (NIST). Each standard includes
|
|
11
11
|
* several security controls, each of which represents a security best practice. Security Hub runs checks against
|
|
12
12
|
* security controls and generates control findings to help you assess your compliance against security best practices.</p>
|
|
13
|
-
* <p>In addition to generating control findings, Security Hub also receives findings from other Amazon Web
|
|
13
|
+
* <p>In addition to generating control findings, Security Hub also receives findings from other Amazon Web Servicesservices,
|
|
14
14
|
* such as Amazon GuardDuty and Amazon Inspector, and
|
|
15
15
|
* supported third-party products. This gives you a single pane of glass into a variety of security-related issues. You
|
|
16
|
-
* can also send Security Hub findings to other Amazon Web
|
|
16
|
+
* can also send Security Hub findings to other Amazon Web Servicesservices and supported third-party products.</p>
|
|
17
17
|
* <p>Security Hub offers automation features that help you triage and remediate security issues. For example,
|
|
18
18
|
* you can use automation rules to automatically update critical findings when a security check fails. You can also leverage the integration with
|
|
19
19
|
* Amazon EventBridge to trigger automatic responses to specific findings.</p>
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
* </a>. The
|
|
25
25
|
* user guide explains key concepts and provides procedures
|
|
26
26
|
* that demonstrate how to use Security Hub features. It also provides information about topics such as
|
|
27
|
-
* integrating Security Hub with other Amazon Web
|
|
27
|
+
* integrating Security Hub with other Amazon Web Servicesservices.</p>
|
|
28
28
|
* <p>In addition to interacting with Security Hub by making calls to the Security Hub API, you can
|
|
29
29
|
* use a current version of an Amazon Web Services command line tool or SDK. Amazon Web Services provides tools
|
|
30
30
|
* and SDKs that consist of libraries and sample code for various languages and platforms, such as PowerShell,
|
|
31
31
|
* Java, Go, Python, C++, and .NET. These tools and SDKs provide convenient, programmatic access to
|
|
32
|
-
* Security Hub and other Amazon Web
|
|
32
|
+
* Security Hub and other Amazon Web Servicesservices . They also handle tasks such as signing requests,
|
|
33
33
|
* managing errors, and retrying requests automatically. For information about installing and using the Amazon Web Services tools
|
|
34
34
|
* and SDKs, see <a href="http://aws.amazon.com/developer/tools/">Tools to Build on Amazon Web Services</a>.</p>
|
|
35
35
|
* <p>With the exception of operations that are related to central configuration, Security Hub API requests are executed only in
|
|
@@ -1753,7 +1753,7 @@ export interface AutomationRulesFindingFilters {
|
|
|
1753
1753
|
* <p>
|
|
1754
1754
|
* The identifier for the given resource type. For Amazon Web Services resources that are identified by
|
|
1755
1755
|
* Amazon Resource Names (ARNs), this is the ARN. For Amazon Web Services resources that lack ARNs,
|
|
1756
|
-
* this is the identifier as defined by the Amazon Web
|
|
1756
|
+
* this is the identifier as defined by the Amazon Web Servicesservice that created the resource.
|
|
1757
1757
|
* For non-Amazon Web Services resources, this is a unique identifier that is associated with the
|
|
1758
1758
|
* resource.
|
|
1759
1759
|
* </p>
|
|
@@ -9580,7 +9580,7 @@ export interface RouteSetDetails {
|
|
|
9580
9580
|
DestinationIpv6CidrBlock?: string;
|
|
9581
9581
|
/**
|
|
9582
9582
|
* <p>
|
|
9583
|
-
* The prefix of the destination Amazon Web
|
|
9583
|
+
* The prefix of the destination Amazon Web Servicesservice.
|
|
9584
9584
|
* </p>
|
|
9585
9585
|
* @public
|
|
9586
9586
|
*/
|
|
@@ -8946,7 +8946,7 @@ export interface Compliance {
|
|
|
8946
8946
|
/**
|
|
8947
8947
|
* <p>
|
|
8948
8948
|
* The unique identifier of a control across standards. Values for this field typically consist of an
|
|
8949
|
-
* Amazon Web
|
|
8949
|
+
* Amazon Web Servicesservice and a number, such as APIGateway.5.
|
|
8950
8950
|
* </p>
|
|
8951
8951
|
* @public
|
|
8952
8952
|
*/
|
|
@@ -3490,7 +3490,7 @@ export interface AwsSecurityFindingFilters {
|
|
|
3490
3490
|
/**
|
|
3491
3491
|
* <p>
|
|
3492
3492
|
* The unique identifier of a control across standards. Values for this field typically consist of an
|
|
3493
|
-
* Amazon Web
|
|
3493
|
+
* Amazon Web Servicesservice and a number, such as APIGateway.5.
|
|
3494
3494
|
* </p>
|
|
3495
3495
|
* @public
|
|
3496
3496
|
*/
|
|
@@ -4305,7 +4305,7 @@ export type UpdateStatus = (typeof UpdateStatus)[keyof typeof UpdateStatus];
|
|
|
4305
4305
|
export interface SecurityControl {
|
|
4306
4306
|
/**
|
|
4307
4307
|
* <p>
|
|
4308
|
-
* The unique identifier of a security control across standards. Values for this field typically consist of an Amazon Web
|
|
4308
|
+
* The unique identifier of a security control across standards. Values for this field typically consist of an Amazon Web Servicesservice name and a
|
|
4309
4309
|
* number, such as APIGateway.3.
|
|
4310
4310
|
* </p>
|
|
4311
4311
|
* @public
|
|
@@ -4357,8 +4357,8 @@ export interface SecurityControl {
|
|
|
4357
4357
|
/**
|
|
4358
4358
|
* <p>
|
|
4359
4359
|
* Identifies whether customizable properties of a security control are reflected in Security Hub findings. A status of
|
|
4360
|
-
* <code>READY</code> indicates
|
|
4361
|
-
* all
|
|
4360
|
+
* <code>READY</code> indicates that Security Hub uses the current control parameter values when running security checks of the control.
|
|
4361
|
+
* A status of <code>UPDATING</code> indicates that all security checks might not use the current parameter values.
|
|
4362
4362
|
* </p>
|
|
4363
4363
|
* @public
|
|
4364
4364
|
*/
|
|
@@ -4496,7 +4496,7 @@ export interface StandardsControlAssociationDetail {
|
|
|
4496
4496
|
StandardsArn: string | undefined;
|
|
4497
4497
|
/**
|
|
4498
4498
|
* <p>
|
|
4499
|
-
* The unique identifier of a security control across standards. Values for this field typically consist of an Amazon Web
|
|
4499
|
+
* The unique identifier of a security control across standards. Values for this field typically consist of an Amazon Web Servicesservice
|
|
4500
4500
|
* name and a number, such as APIGateway.3.
|
|
4501
4501
|
* </p>
|
|
4502
4502
|
* @public
|
|
@@ -5753,7 +5753,7 @@ export type Policy = Policy.SecurityHubMember | Policy.$UnknownMember;
|
|
|
5753
5753
|
export declare namespace Policy {
|
|
5754
5754
|
/**
|
|
5755
5755
|
* <p>
|
|
5756
|
-
* The Amazon Web
|
|
5756
|
+
* The Amazon Web Servicesservice that the configuration policy applies to.
|
|
5757
5757
|
* </p>
|
|
5758
5758
|
* @public
|
|
5759
5759
|
*/
|
|
@@ -5883,19 +5883,24 @@ export interface CreateFindingAggregatorRequest {
|
|
|
5883
5883
|
* <ul>
|
|
5884
5884
|
* <li>
|
|
5885
5885
|
* <p>
|
|
5886
|
-
* <code>ALL_REGIONS</code> -
|
|
5886
|
+
* <code>ALL_REGIONS</code> - Aggregates findings from all of the Regions where Security Hub is enabled. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them.
|
|
5887
5887
|
* </p>
|
|
5888
5888
|
* </li>
|
|
5889
5889
|
* <li>
|
|
5890
5890
|
* <p>
|
|
5891
|
-
* <code>ALL_REGIONS_EXCEPT_SPECIFIED</code> -
|
|
5891
|
+
* <code>ALL_REGIONS_EXCEPT_SPECIFIED</code> - Aggregates findings from all of the Regions where Security Hub is enabled, except for the Regions listed in the <code>Regions</code> parameter. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them.
|
|
5892
5892
|
* </p>
|
|
5893
5893
|
* </li>
|
|
5894
5894
|
* <li>
|
|
5895
5895
|
* <p>
|
|
5896
|
-
* <code>SPECIFIED_REGIONS</code> -
|
|
5896
|
+
* <code>SPECIFIED_REGIONS</code> - Aggregates findings only from the Regions listed in the <code>Regions</code> parameter. Security Hub does not automatically aggregate findings from new Regions.
|
|
5897
5897
|
* </p>
|
|
5898
5898
|
* </li>
|
|
5899
|
+
* <li>
|
|
5900
|
+
* <p>
|
|
5901
|
+
* <code>NO_REGIONS</code> - Aggregates no data because no Regions are selected as linked Regions.
|
|
5902
|
+
* </p>
|
|
5903
|
+
* </li>
|
|
5899
5904
|
* </ul>
|
|
5900
5905
|
* @public
|
|
5901
5906
|
*/
|
|
@@ -5904,6 +5909,8 @@ export interface CreateFindingAggregatorRequest {
|
|
|
5904
5909
|
* <p>If <code>RegionLinkingMode</code> is <code>ALL_REGIONS_EXCEPT_SPECIFIED</code>, then this is a space-separated list of Regions that do not aggregate findings to the aggregation Region.</p>
|
|
5905
5910
|
* <p>If <code>RegionLinkingMode</code> is <code>SPECIFIED_REGIONS</code>, then this is a space-separated list of Regions that do aggregate findings to the aggregation Region.
|
|
5906
5911
|
* </p>
|
|
5912
|
+
* <p>An <code>InvalidInputException</code> error results if you populate this field while <code>RegionLinkingMode</code> is
|
|
5913
|
+
* <code>NO_REGIONS</code>.</p>
|
|
5907
5914
|
* @public
|
|
5908
5915
|
*/
|
|
5909
5916
|
Regions?: string[];
|
|
@@ -6880,7 +6887,7 @@ export interface FindingHistoryUpdateSource {
|
|
|
6880
6887
|
* <p>
|
|
6881
6888
|
* Describes the type of finding change event, such as a call to <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchImportFindings.html">
|
|
6882
6889
|
* <code>BatchImportFindings</code>
|
|
6883
|
-
* </a> (by an integrated Amazon Web
|
|
6890
|
+
* </a> (by an integrated Amazon Web Servicesservice or third party partner integration) or <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateFindings.html">
|
|
6884
6891
|
* <code>BatchUpdateFindings</code>
|
|
6885
6892
|
* </a> (by a Security Hub customer).
|
|
6886
6893
|
* </p>
|
|
@@ -6949,7 +6956,7 @@ export interface FindingHistoryRecord {
|
|
|
6949
6956
|
FindingCreated?: boolean;
|
|
6950
6957
|
/**
|
|
6951
6958
|
* <p> Identifies the source of the event that changed the finding. For example, an integrated
|
|
6952
|
-
* Amazon Web
|
|
6959
|
+
* Amazon Web Servicesservice or third-party partner integration may call <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchImportFindings.html">
|
|
6953
6960
|
* <code>BatchImportFindings</code>
|
|
6954
6961
|
* </a>, or an Security Hub customer
|
|
6955
6962
|
* may call <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateFindings.html">
|
|
@@ -7766,7 +7773,7 @@ export interface SecurityControlDefinition {
|
|
|
7766
7773
|
/**
|
|
7767
7774
|
* <p>
|
|
7768
7775
|
* The unique identifier of a security control across standards. Values for this field typically consist of an
|
|
7769
|
-
* Amazon Web
|
|
7776
|
+
* Amazon Web Servicesservice name and a number (for example, APIGateway.3). This parameter differs from
|
|
7770
7777
|
* <code>SecurityControlArn</code>, which is a unique Amazon Resource Name (ARN) assigned to a control. The
|
|
7771
7778
|
* ARN references the security control ID (for example, arn:aws:securityhub:eu-central-1:123456789012:security-control/APIGateway.3).
|
|
7772
7779
|
* </p>
|
|
@@ -8275,7 +8282,7 @@ export interface StandardsControlAssociationSummary {
|
|
|
8275
8282
|
/**
|
|
8276
8283
|
* <p>
|
|
8277
8284
|
* A unique standard-agnostic identifier for a control. Values for this field typically consist of an
|
|
8278
|
-
* Amazon Web
|
|
8285
|
+
* Amazon Web Servicesservice and a number, such as APIGateway.5. This field doesn't reference a specific standard.
|
|
8279
8286
|
* </p>
|
|
8280
8287
|
* @public
|
|
8281
8288
|
*/
|
|
@@ -8667,19 +8674,24 @@ export interface UpdateFindingAggregatorRequest {
|
|
|
8667
8674
|
* <ul>
|
|
8668
8675
|
* <li>
|
|
8669
8676
|
* <p>
|
|
8670
|
-
* <code>ALL_REGIONS</code> -
|
|
8677
|
+
* <code>ALL_REGIONS</code> - Aggregates findings from all of the Regions where Security Hub is enabled. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them.
|
|
8671
8678
|
* </p>
|
|
8672
8679
|
* </li>
|
|
8673
8680
|
* <li>
|
|
8674
8681
|
* <p>
|
|
8675
|
-
* <code>ALL_REGIONS_EXCEPT_SPECIFIED</code> -
|
|
8682
|
+
* <code>ALL_REGIONS_EXCEPT_SPECIFIED</code> - Aggregates findings from all of the Regions where Security Hub is enabled, except for the Regions listed in the <code>Regions</code> parameter. When you choose this option, Security Hub also automatically aggregates findings from new Regions as Security Hub supports them and you opt into them.
|
|
8676
8683
|
* </p>
|
|
8677
8684
|
* </li>
|
|
8678
8685
|
* <li>
|
|
8679
8686
|
* <p>
|
|
8680
|
-
* <code>SPECIFIED_REGIONS</code> -
|
|
8687
|
+
* <code>SPECIFIED_REGIONS</code> - Aggregates findings only from the Regions listed in the <code>Regions</code> parameter. Security Hub does not automatically aggregate findings from new Regions.
|
|
8681
8688
|
* </p>
|
|
8682
8689
|
* </li>
|
|
8690
|
+
* <li>
|
|
8691
|
+
* <p>
|
|
8692
|
+
* <code>NO_REGIONS</code> - Aggregates no data because no Regions are selected as linked Regions.
|
|
8693
|
+
* </p>
|
|
8694
|
+
* </li>
|
|
8683
8695
|
* </ul>
|
|
8684
8696
|
* @public
|
|
8685
8697
|
*/
|
|
@@ -8687,6 +8699,8 @@ export interface UpdateFindingAggregatorRequest {
|
|
|
8687
8699
|
/**
|
|
8688
8700
|
* <p>If <code>RegionLinkingMode</code> is <code>ALL_REGIONS_EXCEPT_SPECIFIED</code>, then this is a space-separated list of Regions that do not aggregate findings to the aggregation Region.</p>
|
|
8689
8701
|
* <p>If <code>RegionLinkingMode</code> is <code>SPECIFIED_REGIONS</code>, then this is a space-separated list of Regions that do aggregate findings to the aggregation Region.</p>
|
|
8702
|
+
* <p>An <code>InvalidInputException</code> error results if you populate this field while <code>RegionLinkingMode</code> is
|
|
8703
|
+
* <code>NO_REGIONS</code>.</p>
|
|
8690
8704
|
* @public
|
|
8691
8705
|
*/
|
|
8692
8706
|
Regions?: string[];
|
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.636.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-securityhub",
|