@aws-sdk/client-securityhub 3.131.0 → 3.137.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 +11 -0
- package/dist-cjs/commands/AcceptAdministratorInvitationCommand.js +2 -2
- package/dist-cjs/commands/AcceptInvitationCommand.js +2 -2
- package/dist-cjs/commands/BatchDisableStandardsCommand.js +2 -2
- package/dist-cjs/commands/BatchEnableStandardsCommand.js +2 -2
- package/dist-cjs/commands/BatchImportFindingsCommand.js +2 -2
- package/dist-cjs/commands/BatchUpdateFindingsCommand.js +2 -2
- package/dist-cjs/commands/CreateActionTargetCommand.js +2 -2
- package/dist-cjs/commands/CreateFindingAggregatorCommand.js +2 -2
- package/dist-cjs/commands/CreateInsightCommand.js +2 -2
- package/dist-cjs/commands/CreateMembersCommand.js +2 -2
- package/dist-cjs/commands/DeclineInvitationsCommand.js +2 -2
- package/dist-cjs/commands/DeleteActionTargetCommand.js +2 -2
- package/dist-cjs/commands/DeleteFindingAggregatorCommand.js +2 -2
- package/dist-cjs/commands/DeleteInsightCommand.js +2 -2
- package/dist-cjs/commands/DeleteInvitationsCommand.js +2 -2
- package/dist-cjs/commands/DeleteMembersCommand.js +2 -2
- package/dist-cjs/commands/DescribeActionTargetsCommand.js +2 -2
- package/dist-cjs/commands/DescribeHubCommand.js +2 -2
- package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeProductsCommand.js +2 -2
- package/dist-cjs/commands/DescribeStandardsCommand.js +2 -2
- package/dist-cjs/commands/DescribeStandardsControlsCommand.js +2 -2
- package/dist-cjs/commands/DisableImportFindingsForProductCommand.js +2 -2
- package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/DisableSecurityHubCommand.js +2 -2
- package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +2 -2
- package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +2 -2
- package/dist-cjs/commands/DisassociateMembersCommand.js +2 -2
- package/dist-cjs/commands/EnableImportFindingsForProductCommand.js +2 -2
- package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/EnableSecurityHubCommand.js +2 -2
- package/dist-cjs/commands/GetAdministratorAccountCommand.js +2 -2
- package/dist-cjs/commands/GetEnabledStandardsCommand.js +2 -2
- package/dist-cjs/commands/GetFindingAggregatorCommand.js +2 -2
- package/dist-cjs/commands/GetFindingsCommand.js +2 -2
- package/dist-cjs/commands/GetInsightResultsCommand.js +2 -2
- package/dist-cjs/commands/GetInsightsCommand.js +2 -2
- package/dist-cjs/commands/GetInvitationsCountCommand.js +2 -2
- package/dist-cjs/commands/GetMasterAccountCommand.js +2 -2
- package/dist-cjs/commands/GetMembersCommand.js +2 -2
- package/dist-cjs/commands/InviteMembersCommand.js +2 -2
- package/dist-cjs/commands/ListEnabledProductsForImportCommand.js +2 -2
- package/dist-cjs/commands/ListFindingAggregatorsCommand.js +2 -2
- package/dist-cjs/commands/ListInvitationsCommand.js +2 -2
- package/dist-cjs/commands/ListMembersCommand.js +2 -2
- package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateActionTargetCommand.js +2 -2
- package/dist-cjs/commands/UpdateFindingAggregatorCommand.js +2 -2
- package/dist-cjs/commands/UpdateFindingsCommand.js +2 -2
- package/dist-cjs/commands/UpdateInsightCommand.js +2 -2
- package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateSecurityHubConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateStandardsControlCommand.js +2 -2
- package/dist-cjs/models/models_0.js +1170 -1752
- package/dist-cjs/models/models_1.js +1114 -1668
- package/dist-cjs/models/models_2.js +73 -109
- package/dist-es/commands/AcceptAdministratorInvitationCommand.js +3 -3
- package/dist-es/commands/AcceptInvitationCommand.js +3 -3
- package/dist-es/commands/BatchDisableStandardsCommand.js +3 -3
- package/dist-es/commands/BatchEnableStandardsCommand.js +3 -3
- package/dist-es/commands/BatchImportFindingsCommand.js +3 -3
- package/dist-es/commands/BatchUpdateFindingsCommand.js +3 -3
- package/dist-es/commands/CreateActionTargetCommand.js +3 -3
- package/dist-es/commands/CreateFindingAggregatorCommand.js +3 -3
- package/dist-es/commands/CreateInsightCommand.js +3 -3
- package/dist-es/commands/CreateMembersCommand.js +3 -3
- package/dist-es/commands/DeclineInvitationsCommand.js +3 -3
- package/dist-es/commands/DeleteActionTargetCommand.js +3 -3
- package/dist-es/commands/DeleteFindingAggregatorCommand.js +3 -3
- package/dist-es/commands/DeleteInsightCommand.js +3 -3
- package/dist-es/commands/DeleteInvitationsCommand.js +3 -3
- package/dist-es/commands/DeleteMembersCommand.js +3 -3
- package/dist-es/commands/DescribeActionTargetsCommand.js +3 -3
- package/dist-es/commands/DescribeHubCommand.js +3 -3
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeProductsCommand.js +3 -3
- package/dist-es/commands/DescribeStandardsCommand.js +3 -3
- package/dist-es/commands/DescribeStandardsControlsCommand.js +3 -3
- package/dist-es/commands/DisableImportFindingsForProductCommand.js +3 -3
- package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +3 -3
- package/dist-es/commands/DisableSecurityHubCommand.js +3 -3
- package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +3 -3
- package/dist-es/commands/DisassociateFromMasterAccountCommand.js +3 -3
- package/dist-es/commands/DisassociateMembersCommand.js +3 -3
- package/dist-es/commands/EnableImportFindingsForProductCommand.js +3 -3
- package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +3 -3
- package/dist-es/commands/EnableSecurityHubCommand.js +3 -3
- package/dist-es/commands/GetAdministratorAccountCommand.js +3 -3
- package/dist-es/commands/GetEnabledStandardsCommand.js +3 -3
- package/dist-es/commands/GetFindingAggregatorCommand.js +3 -3
- package/dist-es/commands/GetFindingsCommand.js +3 -3
- package/dist-es/commands/GetInsightResultsCommand.js +3 -3
- package/dist-es/commands/GetInsightsCommand.js +3 -3
- package/dist-es/commands/GetInvitationsCountCommand.js +3 -3
- package/dist-es/commands/GetMasterAccountCommand.js +3 -3
- package/dist-es/commands/GetMembersCommand.js +3 -3
- package/dist-es/commands/InviteMembersCommand.js +3 -3
- package/dist-es/commands/ListEnabledProductsForImportCommand.js +3 -3
- package/dist-es/commands/ListFindingAggregatorsCommand.js +3 -3
- package/dist-es/commands/ListInvitationsCommand.js +3 -3
- package/dist-es/commands/ListMembersCommand.js +3 -3
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateActionTargetCommand.js +3 -3
- package/dist-es/commands/UpdateFindingAggregatorCommand.js +3 -3
- package/dist-es/commands/UpdateFindingsCommand.js +3 -3
- package/dist-es/commands/UpdateInsightCommand.js +3 -3
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateSecurityHubConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateStandardsControlCommand.js +3 -3
- package/dist-es/models/models_0.js +291 -1164
- package/dist-es/models/models_1.js +277 -1108
- package/dist-es/models/models_2.js +18 -72
- package/dist-types/models/models_0.d.ts +1164 -1746
- package/dist-types/models/models_1.d.ts +1182 -1677
- package/dist-types/models/models_2.d.ts +72 -108
- package/dist-types/ts3.4/models/models_0.d.ts +582 -1164
- package/dist-types/ts3.4/models/models_1.d.ts +554 -1108
- package/dist-types/ts3.4/models/models_2.d.ts +36 -72
- package/package.json +6 -6
|
@@ -6,32 +6,16 @@ export interface TagResourceRequest {
|
|
|
6
6
|
|
|
7
7
|
Tags: Record<string, string> | undefined;
|
|
8
8
|
}
|
|
9
|
-
export declare namespace TagResourceRequest {
|
|
10
|
-
|
|
11
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
12
|
-
}
|
|
13
9
|
export interface TagResourceResponse {
|
|
14
10
|
}
|
|
15
|
-
export declare namespace TagResourceResponse {
|
|
16
|
-
|
|
17
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
18
|
-
}
|
|
19
11
|
export interface UntagResourceRequest {
|
|
20
12
|
|
|
21
13
|
ResourceArn: string | undefined;
|
|
22
14
|
|
|
23
15
|
TagKeys: string[] | undefined;
|
|
24
16
|
}
|
|
25
|
-
export declare namespace UntagResourceRequest {
|
|
26
|
-
|
|
27
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
28
|
-
}
|
|
29
17
|
export interface UntagResourceResponse {
|
|
30
18
|
}
|
|
31
|
-
export declare namespace UntagResourceResponse {
|
|
32
|
-
|
|
33
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
34
|
-
}
|
|
35
19
|
export interface UpdateActionTargetRequest {
|
|
36
20
|
|
|
37
21
|
ActionTargetArn: string | undefined;
|
|
@@ -40,16 +24,8 @@ export interface UpdateActionTargetRequest {
|
|
|
40
24
|
|
|
41
25
|
Description?: string;
|
|
42
26
|
}
|
|
43
|
-
export declare namespace UpdateActionTargetRequest {
|
|
44
|
-
|
|
45
|
-
const filterSensitiveLog: (obj: UpdateActionTargetRequest) => any;
|
|
46
|
-
}
|
|
47
27
|
export interface UpdateActionTargetResponse {
|
|
48
28
|
}
|
|
49
|
-
export declare namespace UpdateActionTargetResponse {
|
|
50
|
-
|
|
51
|
-
const filterSensitiveLog: (obj: UpdateActionTargetResponse) => any;
|
|
52
|
-
}
|
|
53
29
|
export interface UpdateFindingAggregatorRequest {
|
|
54
30
|
|
|
55
31
|
FindingAggregatorArn: string | undefined;
|
|
@@ -58,10 +34,6 @@ export interface UpdateFindingAggregatorRequest {
|
|
|
58
34
|
|
|
59
35
|
Regions?: string[];
|
|
60
36
|
}
|
|
61
|
-
export declare namespace UpdateFindingAggregatorRequest {
|
|
62
|
-
|
|
63
|
-
const filterSensitiveLog: (obj: UpdateFindingAggregatorRequest) => any;
|
|
64
|
-
}
|
|
65
37
|
export interface UpdateFindingAggregatorResponse {
|
|
66
38
|
|
|
67
39
|
FindingAggregatorArn?: string;
|
|
@@ -72,10 +44,6 @@ export interface UpdateFindingAggregatorResponse {
|
|
|
72
44
|
|
|
73
45
|
Regions?: string[];
|
|
74
46
|
}
|
|
75
|
-
export declare namespace UpdateFindingAggregatorResponse {
|
|
76
|
-
|
|
77
|
-
const filterSensitiveLog: (obj: UpdateFindingAggregatorResponse) => any;
|
|
78
|
-
}
|
|
79
47
|
export interface UpdateFindingsRequest {
|
|
80
48
|
|
|
81
49
|
Filters: AwsSecurityFindingFilters | undefined;
|
|
@@ -84,16 +52,8 @@ export interface UpdateFindingsRequest {
|
|
|
84
52
|
|
|
85
53
|
RecordState?: RecordState | string;
|
|
86
54
|
}
|
|
87
|
-
export declare namespace UpdateFindingsRequest {
|
|
88
|
-
|
|
89
|
-
const filterSensitiveLog: (obj: UpdateFindingsRequest) => any;
|
|
90
|
-
}
|
|
91
55
|
export interface UpdateFindingsResponse {
|
|
92
56
|
}
|
|
93
|
-
export declare namespace UpdateFindingsResponse {
|
|
94
|
-
|
|
95
|
-
const filterSensitiveLog: (obj: UpdateFindingsResponse) => any;
|
|
96
|
-
}
|
|
97
57
|
export interface UpdateInsightRequest {
|
|
98
58
|
|
|
99
59
|
InsightArn: string | undefined;
|
|
@@ -104,46 +64,22 @@ export interface UpdateInsightRequest {
|
|
|
104
64
|
|
|
105
65
|
GroupByAttribute?: string;
|
|
106
66
|
}
|
|
107
|
-
export declare namespace UpdateInsightRequest {
|
|
108
|
-
|
|
109
|
-
const filterSensitiveLog: (obj: UpdateInsightRequest) => any;
|
|
110
|
-
}
|
|
111
67
|
export interface UpdateInsightResponse {
|
|
112
68
|
}
|
|
113
|
-
export declare namespace UpdateInsightResponse {
|
|
114
|
-
|
|
115
|
-
const filterSensitiveLog: (obj: UpdateInsightResponse) => any;
|
|
116
|
-
}
|
|
117
69
|
export interface UpdateOrganizationConfigurationRequest {
|
|
118
70
|
|
|
119
71
|
AutoEnable: boolean | undefined;
|
|
120
72
|
|
|
121
73
|
AutoEnableStandards?: AutoEnableStandards | string;
|
|
122
74
|
}
|
|
123
|
-
export declare namespace UpdateOrganizationConfigurationRequest {
|
|
124
|
-
|
|
125
|
-
const filterSensitiveLog: (obj: UpdateOrganizationConfigurationRequest) => any;
|
|
126
|
-
}
|
|
127
75
|
export interface UpdateOrganizationConfigurationResponse {
|
|
128
76
|
}
|
|
129
|
-
export declare namespace UpdateOrganizationConfigurationResponse {
|
|
130
|
-
|
|
131
|
-
const filterSensitiveLog: (obj: UpdateOrganizationConfigurationResponse) => any;
|
|
132
|
-
}
|
|
133
77
|
export interface UpdateSecurityHubConfigurationRequest {
|
|
134
78
|
|
|
135
79
|
AutoEnableControls?: boolean;
|
|
136
80
|
}
|
|
137
|
-
export declare namespace UpdateSecurityHubConfigurationRequest {
|
|
138
|
-
|
|
139
|
-
const filterSensitiveLog: (obj: UpdateSecurityHubConfigurationRequest) => any;
|
|
140
|
-
}
|
|
141
81
|
export interface UpdateSecurityHubConfigurationResponse {
|
|
142
82
|
}
|
|
143
|
-
export declare namespace UpdateSecurityHubConfigurationResponse {
|
|
144
|
-
|
|
145
|
-
const filterSensitiveLog: (obj: UpdateSecurityHubConfigurationResponse) => any;
|
|
146
|
-
}
|
|
147
83
|
export interface UpdateStandardsControlRequest {
|
|
148
84
|
|
|
149
85
|
StandardsControlArn: string | undefined;
|
|
@@ -152,13 +88,41 @@ export interface UpdateStandardsControlRequest {
|
|
|
152
88
|
|
|
153
89
|
DisabledReason?: string;
|
|
154
90
|
}
|
|
155
|
-
export declare namespace UpdateStandardsControlRequest {
|
|
156
|
-
|
|
157
|
-
const filterSensitiveLog: (obj: UpdateStandardsControlRequest) => any;
|
|
158
|
-
}
|
|
159
91
|
export interface UpdateStandardsControlResponse {
|
|
160
92
|
}
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
93
|
+
|
|
94
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
95
|
+
|
|
96
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
97
|
+
|
|
98
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
99
|
+
|
|
100
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
101
|
+
|
|
102
|
+
export declare const UpdateActionTargetRequestFilterSensitiveLog: (obj: UpdateActionTargetRequest) => any;
|
|
103
|
+
|
|
104
|
+
export declare const UpdateActionTargetResponseFilterSensitiveLog: (obj: UpdateActionTargetResponse) => any;
|
|
105
|
+
|
|
106
|
+
export declare const UpdateFindingAggregatorRequestFilterSensitiveLog: (obj: UpdateFindingAggregatorRequest) => any;
|
|
107
|
+
|
|
108
|
+
export declare const UpdateFindingAggregatorResponseFilterSensitiveLog: (obj: UpdateFindingAggregatorResponse) => any;
|
|
109
|
+
|
|
110
|
+
export declare const UpdateFindingsRequestFilterSensitiveLog: (obj: UpdateFindingsRequest) => any;
|
|
111
|
+
|
|
112
|
+
export declare const UpdateFindingsResponseFilterSensitiveLog: (obj: UpdateFindingsResponse) => any;
|
|
113
|
+
|
|
114
|
+
export declare const UpdateInsightRequestFilterSensitiveLog: (obj: UpdateInsightRequest) => any;
|
|
115
|
+
|
|
116
|
+
export declare const UpdateInsightResponseFilterSensitiveLog: (obj: UpdateInsightResponse) => any;
|
|
117
|
+
|
|
118
|
+
export declare const UpdateOrganizationConfigurationRequestFilterSensitiveLog: (obj: UpdateOrganizationConfigurationRequest) => any;
|
|
119
|
+
|
|
120
|
+
export declare const UpdateOrganizationConfigurationResponseFilterSensitiveLog: (obj: UpdateOrganizationConfigurationResponse) => any;
|
|
121
|
+
|
|
122
|
+
export declare const UpdateSecurityHubConfigurationRequestFilterSensitiveLog: (obj: UpdateSecurityHubConfigurationRequest) => any;
|
|
123
|
+
|
|
124
|
+
export declare const UpdateSecurityHubConfigurationResponseFilterSensitiveLog: (obj: UpdateSecurityHubConfigurationResponse) => any;
|
|
125
|
+
|
|
126
|
+
export declare const UpdateStandardsControlRequestFilterSensitiveLog: (obj: UpdateStandardsControlRequest) => any;
|
|
127
|
+
|
|
128
|
+
export declare const UpdateStandardsControlResponseFilterSensitiveLog: (obj: UpdateStandardsControlResponse) => any;
|
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.137.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.137.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.137.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
37
|
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
38
|
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
+
"@aws-sdk/smithy-client": "3.137.0",
|
|
40
40
|
"@aws-sdk/types": "3.127.0",
|
|
41
41
|
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.137.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.137.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
49
|
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|