@aws-sdk/client-securityhub 3.743.0 → 3.749.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.
|
@@ -2772,12 +2772,12 @@ export type AwsIamAccessKeyStatus = (typeof AwsIamAccessKeyStatus)[keyof typeof
|
|
|
2772
2772
|
*/
|
|
2773
2773
|
export interface AwsIamAccessKeyDetails {
|
|
2774
2774
|
/**
|
|
2775
|
-
* @deprecated
|
|
2776
|
-
*
|
|
2777
2775
|
* <p>The user associated with the IAM access key related to a finding.</p>
|
|
2778
2776
|
* <p>The <code>UserName</code> parameter has been replaced with the
|
|
2779
2777
|
* <code>PrincipalName</code> parameter because access keys can also be assigned to
|
|
2780
2778
|
* principals that are not IAM users.</p>
|
|
2779
|
+
*
|
|
2780
|
+
* @deprecated
|
|
2781
2781
|
* @public
|
|
2782
2782
|
*/
|
|
2783
2783
|
UserName?: string | undefined;
|
|
@@ -2854,9 +2854,9 @@ export interface AwsSecurityFinding {
|
|
|
2854
2854
|
*/
|
|
2855
2855
|
VerificationState?: VerificationState | undefined;
|
|
2856
2856
|
/**
|
|
2857
|
-
* @deprecated
|
|
2858
|
-
*
|
|
2859
2857
|
* <p>The workflow state of a finding. </p>
|
|
2858
|
+
*
|
|
2859
|
+
* @deprecated
|
|
2860
2860
|
* @public
|
|
2861
2861
|
*/
|
|
2862
2862
|
WorkflowState?: WorkflowState | undefined;
|
|
@@ -3043,17 +3043,17 @@ export interface AwsSecurityFindingFilters {
|
|
|
3043
3043
|
*/
|
|
3044
3044
|
UpdatedAt?: DateFilter[] | undefined;
|
|
3045
3045
|
/**
|
|
3046
|
-
* @deprecated
|
|
3047
|
-
*
|
|
3048
3046
|
* <p>The native severity as defined by the security findings provider's solution that
|
|
3049
3047
|
* generated the finding.</p>
|
|
3048
|
+
*
|
|
3049
|
+
* @deprecated
|
|
3050
3050
|
* @public
|
|
3051
3051
|
*/
|
|
3052
3052
|
SeverityProduct?: NumberFilter[] | undefined;
|
|
3053
3053
|
/**
|
|
3054
|
-
* @deprecated
|
|
3055
|
-
*
|
|
3056
3054
|
* <p>The normalized severity of a finding.</p>
|
|
3055
|
+
*
|
|
3056
|
+
* @deprecated
|
|
3057
3057
|
* @public
|
|
3058
3058
|
*/
|
|
3059
3059
|
SeverityNormalized?: NumberFilter[] | undefined;
|
|
@@ -3342,9 +3342,9 @@ export interface AwsSecurityFindingFilters {
|
|
|
3342
3342
|
*/
|
|
3343
3343
|
ResourceAwsS3BucketOwnerName?: StringFilter[] | undefined;
|
|
3344
3344
|
/**
|
|
3345
|
-
* @deprecated
|
|
3346
|
-
*
|
|
3347
3345
|
* <p>The user associated with the IAM access key related to a finding.</p>
|
|
3346
|
+
*
|
|
3347
|
+
* @deprecated
|
|
3348
3348
|
* @public
|
|
3349
3349
|
*/
|
|
3350
3350
|
ResourceAwsIamAccessKeyUserName?: StringFilter[] | undefined;
|
|
@@ -3518,9 +3518,9 @@ export interface AwsSecurityFindingFilters {
|
|
|
3518
3518
|
*/
|
|
3519
3519
|
NoteUpdatedBy?: StringFilter[] | undefined;
|
|
3520
3520
|
/**
|
|
3521
|
-
* @deprecated
|
|
3522
|
-
*
|
|
3523
3521
|
* <p>A keyword for a finding.</p>
|
|
3522
|
+
*
|
|
3523
|
+
* @deprecated
|
|
3524
3524
|
* @public
|
|
3525
3525
|
*/
|
|
3526
3526
|
Keyword?: KeywordFilter[] | undefined;
|
|
@@ -7654,10 +7654,10 @@ export interface Member {
|
|
|
7654
7654
|
*/
|
|
7655
7655
|
Email?: string | undefined;
|
|
7656
7656
|
/**
|
|
7657
|
-
* @deprecated
|
|
7658
|
-
*
|
|
7659
7657
|
* <p>This is replaced by <code>AdministratorID</code>.</p>
|
|
7660
7658
|
* <p>The Amazon Web Services account ID of the Security Hub administrator account associated with this member account.</p>
|
|
7659
|
+
*
|
|
7660
|
+
* @deprecated
|
|
7661
7661
|
* @public
|
|
7662
7662
|
*/
|
|
7663
7663
|
MasterId?: string | undefined;
|
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.749.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",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.749.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.749.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.749.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.749.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.3",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
42
|
-
"@smithy/middleware-serde": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.4",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.5",
|
|
42
|
+
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
45
|
"@smithy/node-http-handler": "^4.0.2",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.4",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.5",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.5",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|