@aws-sdk/client-securityhub 3.229.0 → 3.232.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/dist-cjs/commands/DescribeStandardsCommand.js +3 -3
- package/dist-cjs/commands/DescribeStandardsControlsCommand.js +3 -3
- package/dist-cjs/commands/DisableImportFindingsForProductCommand.js +3 -3
- package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +3 -3
- package/dist-cjs/commands/DisableSecurityHubCommand.js +3 -3
- package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +3 -3
- package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +3 -3
- package/dist-cjs/commands/DisassociateMembersCommand.js +3 -3
- package/dist-cjs/commands/EnableImportFindingsForProductCommand.js +3 -3
- package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +3 -3
- package/dist-cjs/commands/EnableSecurityHubCommand.js +3 -3
- package/dist-cjs/commands/GetAdministratorAccountCommand.js +3 -3
- package/dist-cjs/commands/GetEnabledStandardsCommand.js +3 -3
- package/dist-cjs/commands/GetFindingAggregatorCommand.js +3 -3
- package/dist-cjs/commands/GetFindingsCommand.js +3 -3
- package/dist-cjs/commands/GetInsightResultsCommand.js +3 -3
- package/dist-cjs/commands/GetInsightsCommand.js +3 -3
- package/dist-cjs/commands/GetInvitationsCountCommand.js +3 -3
- package/dist-cjs/commands/GetMasterAccountCommand.js +3 -3
- package/dist-cjs/commands/GetMembersCommand.js +3 -3
- package/dist-cjs/endpoint/ruleset.js +0 -9
- package/dist-cjs/models/models_0.js +144 -144
- package/dist-cjs/models/models_1.js +213 -217
- package/dist-cjs/models/models_2.js +214 -1
- package/dist-cjs/protocols/Aws_restJson1.js +1465 -139
- package/dist-es/commands/DescribeStandardsCommand.js +1 -1
- package/dist-es/commands/DescribeStandardsControlsCommand.js +1 -1
- package/dist-es/commands/DisableImportFindingsForProductCommand.js +1 -1
- package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +1 -1
- package/dist-es/commands/DisableSecurityHubCommand.js +1 -1
- package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +1 -1
- package/dist-es/commands/DisassociateFromMasterAccountCommand.js +1 -1
- package/dist-es/commands/DisassociateMembersCommand.js +1 -1
- package/dist-es/commands/EnableImportFindingsForProductCommand.js +1 -1
- package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +1 -1
- package/dist-es/commands/EnableSecurityHubCommand.js +1 -1
- package/dist-es/commands/GetAdministratorAccountCommand.js +1 -1
- package/dist-es/commands/GetEnabledStandardsCommand.js +1 -1
- package/dist-es/commands/GetFindingAggregatorCommand.js +1 -1
- package/dist-es/commands/GetFindingsCommand.js +1 -1
- package/dist-es/commands/GetInsightResultsCommand.js +1 -1
- package/dist-es/commands/GetInsightsCommand.js +1 -1
- package/dist-es/commands/GetInvitationsCountCommand.js +1 -1
- package/dist-es/commands/GetMasterAccountCommand.js +1 -1
- package/dist-es/commands/GetMembersCommand.js +1 -1
- package/dist-es/endpoint/ruleset.js +0 -9
- package/dist-es/models/models_0.js +105 -105
- package/dist-es/models/models_1.js +156 -162
- package/dist-es/models/models_2.js +162 -0
- package/dist-es/protocols/Aws_restJson1.js +1465 -139
- package/dist-types/commands/DescribeStandardsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +1 -1
- package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +1 -1
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisableSecurityHubCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateMembersCommand.d.ts +1 -1
- package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +1 -1
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/EnableSecurityHubCommand.d.ts +1 -1
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetEnabledStandardsCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingsCommand.d.ts +1 -1
- package/dist-types/commands/GetInsightResultsCommand.d.ts +1 -1
- package/dist-types/commands/GetInsightsCommand.d.ts +1 -1
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
- package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetMembersCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +3542 -3212
- package/dist-types/models/models_1.d.ts +6120 -5310
- package/dist-types/models/models_2.d.ts +788 -1
- package/dist-types/ts3.4/commands/DescribeStandardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStandardsControlsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImportFindingsForProductCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableSecurityHubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImportFindingsForProductCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSecurityHubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEnabledStandardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInsightResultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +323 -319
- package/dist-types/ts3.4/models/models_1.d.ts +475 -336
- package/dist-types/ts3.4/models/models_2.d.ts +326 -3
- package/package.json +5 -5
|
@@ -1,14 +1,195 @@
|
|
|
1
1
|
import { AdminAccount, AutoEnableStandards } from "./models_0";
|
|
2
2
|
import {
|
|
3
|
+
AwsSecurityFinding,
|
|
3
4
|
AwsSecurityFindingFilters,
|
|
4
5
|
ControlStatus,
|
|
5
|
-
FindingAggregator,
|
|
6
|
-
Invitation,
|
|
7
|
-
Member,
|
|
8
6
|
NoteUpdate,
|
|
9
7
|
RecordState,
|
|
10
8
|
Result,
|
|
9
|
+
StandardsSubscription,
|
|
11
10
|
} from "./models_1";
|
|
11
|
+
export interface DescribeStandardsRequest {
|
|
12
|
+
NextToken?: string;
|
|
13
|
+
MaxResults?: number;
|
|
14
|
+
}
|
|
15
|
+
export interface StandardsManagedBy {
|
|
16
|
+
Company?: string;
|
|
17
|
+
Product?: string;
|
|
18
|
+
}
|
|
19
|
+
export interface Standard {
|
|
20
|
+
StandardsArn?: string;
|
|
21
|
+
Name?: string;
|
|
22
|
+
Description?: string;
|
|
23
|
+
EnabledByDefault?: boolean;
|
|
24
|
+
StandardsManagedBy?: StandardsManagedBy;
|
|
25
|
+
}
|
|
26
|
+
export interface DescribeStandardsResponse {
|
|
27
|
+
Standards?: Standard[];
|
|
28
|
+
NextToken?: string;
|
|
29
|
+
}
|
|
30
|
+
export interface DescribeStandardsControlsRequest {
|
|
31
|
+
StandardsSubscriptionArn: string | undefined;
|
|
32
|
+
NextToken?: string;
|
|
33
|
+
MaxResults?: number;
|
|
34
|
+
}
|
|
35
|
+
export declare enum SeverityRating {
|
|
36
|
+
CRITICAL = "CRITICAL",
|
|
37
|
+
HIGH = "HIGH",
|
|
38
|
+
LOW = "LOW",
|
|
39
|
+
MEDIUM = "MEDIUM",
|
|
40
|
+
}
|
|
41
|
+
export interface StandardsControl {
|
|
42
|
+
StandardsControlArn?: string;
|
|
43
|
+
ControlStatus?: ControlStatus | string;
|
|
44
|
+
DisabledReason?: string;
|
|
45
|
+
ControlStatusUpdatedAt?: Date;
|
|
46
|
+
ControlId?: string;
|
|
47
|
+
Title?: string;
|
|
48
|
+
Description?: string;
|
|
49
|
+
RemediationUrl?: string;
|
|
50
|
+
SeverityRating?: SeverityRating | string;
|
|
51
|
+
RelatedRequirements?: string[];
|
|
52
|
+
}
|
|
53
|
+
export interface DescribeStandardsControlsResponse {
|
|
54
|
+
Controls?: StandardsControl[];
|
|
55
|
+
NextToken?: string;
|
|
56
|
+
}
|
|
57
|
+
export interface DisableImportFindingsForProductRequest {
|
|
58
|
+
ProductSubscriptionArn: string | undefined;
|
|
59
|
+
}
|
|
60
|
+
export interface DisableImportFindingsForProductResponse {}
|
|
61
|
+
export interface DisableOrganizationAdminAccountRequest {
|
|
62
|
+
AdminAccountId: string | undefined;
|
|
63
|
+
}
|
|
64
|
+
export interface DisableOrganizationAdminAccountResponse {}
|
|
65
|
+
export interface DisableSecurityHubRequest {}
|
|
66
|
+
export interface DisableSecurityHubResponse {}
|
|
67
|
+
export interface DisassociateFromAdministratorAccountRequest {}
|
|
68
|
+
export interface DisassociateFromAdministratorAccountResponse {}
|
|
69
|
+
export interface DisassociateFromMasterAccountRequest {}
|
|
70
|
+
export interface DisassociateFromMasterAccountResponse {}
|
|
71
|
+
export interface DisassociateMembersRequest {
|
|
72
|
+
AccountIds: string[] | undefined;
|
|
73
|
+
}
|
|
74
|
+
export interface DisassociateMembersResponse {}
|
|
75
|
+
export interface EnableImportFindingsForProductRequest {
|
|
76
|
+
ProductArn: string | undefined;
|
|
77
|
+
}
|
|
78
|
+
export interface EnableImportFindingsForProductResponse {
|
|
79
|
+
ProductSubscriptionArn?: string;
|
|
80
|
+
}
|
|
81
|
+
export interface EnableOrganizationAdminAccountRequest {
|
|
82
|
+
AdminAccountId: string | undefined;
|
|
83
|
+
}
|
|
84
|
+
export interface EnableOrganizationAdminAccountResponse {}
|
|
85
|
+
export interface EnableSecurityHubRequest {
|
|
86
|
+
Tags?: Record<string, string>;
|
|
87
|
+
EnableDefaultStandards?: boolean;
|
|
88
|
+
}
|
|
89
|
+
export interface EnableSecurityHubResponse {}
|
|
90
|
+
export interface FindingAggregator {
|
|
91
|
+
FindingAggregatorArn?: string;
|
|
92
|
+
}
|
|
93
|
+
export interface GetAdministratorAccountRequest {}
|
|
94
|
+
export interface Invitation {
|
|
95
|
+
AccountId?: string;
|
|
96
|
+
InvitationId?: string;
|
|
97
|
+
InvitedAt?: Date;
|
|
98
|
+
MemberStatus?: string;
|
|
99
|
+
}
|
|
100
|
+
export interface GetAdministratorAccountResponse {
|
|
101
|
+
Administrator?: Invitation;
|
|
102
|
+
}
|
|
103
|
+
export interface GetEnabledStandardsRequest {
|
|
104
|
+
StandardsSubscriptionArns?: string[];
|
|
105
|
+
NextToken?: string;
|
|
106
|
+
MaxResults?: number;
|
|
107
|
+
}
|
|
108
|
+
export interface GetEnabledStandardsResponse {
|
|
109
|
+
StandardsSubscriptions?: StandardsSubscription[];
|
|
110
|
+
NextToken?: string;
|
|
111
|
+
}
|
|
112
|
+
export interface GetFindingAggregatorRequest {
|
|
113
|
+
FindingAggregatorArn: string | undefined;
|
|
114
|
+
}
|
|
115
|
+
export interface GetFindingAggregatorResponse {
|
|
116
|
+
FindingAggregatorArn?: string;
|
|
117
|
+
FindingAggregationRegion?: string;
|
|
118
|
+
RegionLinkingMode?: string;
|
|
119
|
+
Regions?: string[];
|
|
120
|
+
}
|
|
121
|
+
export declare enum SortOrder {
|
|
122
|
+
ASCENDING = "asc",
|
|
123
|
+
DESCENDING = "desc",
|
|
124
|
+
}
|
|
125
|
+
export interface SortCriterion {
|
|
126
|
+
Field?: string;
|
|
127
|
+
SortOrder?: SortOrder | string;
|
|
128
|
+
}
|
|
129
|
+
export interface GetFindingsRequest {
|
|
130
|
+
Filters?: AwsSecurityFindingFilters;
|
|
131
|
+
SortCriteria?: SortCriterion[];
|
|
132
|
+
NextToken?: string;
|
|
133
|
+
MaxResults?: number;
|
|
134
|
+
}
|
|
135
|
+
export interface GetFindingsResponse {
|
|
136
|
+
Findings: AwsSecurityFinding[] | undefined;
|
|
137
|
+
NextToken?: string;
|
|
138
|
+
}
|
|
139
|
+
export interface GetInsightResultsRequest {
|
|
140
|
+
InsightArn: string | undefined;
|
|
141
|
+
}
|
|
142
|
+
export interface InsightResultValue {
|
|
143
|
+
GroupByAttributeValue: string | undefined;
|
|
144
|
+
Count: number | undefined;
|
|
145
|
+
}
|
|
146
|
+
export interface InsightResults {
|
|
147
|
+
InsightArn: string | undefined;
|
|
148
|
+
GroupByAttribute: string | undefined;
|
|
149
|
+
ResultValues: InsightResultValue[] | undefined;
|
|
150
|
+
}
|
|
151
|
+
export interface GetInsightResultsResponse {
|
|
152
|
+
InsightResults: InsightResults | undefined;
|
|
153
|
+
}
|
|
154
|
+
export interface GetInsightsRequest {
|
|
155
|
+
InsightArns?: string[];
|
|
156
|
+
NextToken?: string;
|
|
157
|
+
MaxResults?: number;
|
|
158
|
+
}
|
|
159
|
+
export interface Insight {
|
|
160
|
+
InsightArn: string | undefined;
|
|
161
|
+
Name: string | undefined;
|
|
162
|
+
Filters: AwsSecurityFindingFilters | undefined;
|
|
163
|
+
GroupByAttribute: string | undefined;
|
|
164
|
+
}
|
|
165
|
+
export interface GetInsightsResponse {
|
|
166
|
+
Insights: Insight[] | undefined;
|
|
167
|
+
NextToken?: string;
|
|
168
|
+
}
|
|
169
|
+
export interface GetInvitationsCountRequest {}
|
|
170
|
+
export interface GetInvitationsCountResponse {
|
|
171
|
+
InvitationsCount?: number;
|
|
172
|
+
}
|
|
173
|
+
export interface GetMasterAccountRequest {}
|
|
174
|
+
export interface GetMasterAccountResponse {
|
|
175
|
+
Master?: Invitation;
|
|
176
|
+
}
|
|
177
|
+
export interface GetMembersRequest {
|
|
178
|
+
AccountIds: string[] | undefined;
|
|
179
|
+
}
|
|
180
|
+
export interface Member {
|
|
181
|
+
AccountId?: string;
|
|
182
|
+
Email?: string;
|
|
183
|
+
MasterId?: string;
|
|
184
|
+
AdministratorId?: string;
|
|
185
|
+
MemberStatus?: string;
|
|
186
|
+
InvitedAt?: Date;
|
|
187
|
+
UpdatedAt?: Date;
|
|
188
|
+
}
|
|
189
|
+
export interface GetMembersResponse {
|
|
190
|
+
Members?: Member[];
|
|
191
|
+
UnprocessedAccounts?: Result[];
|
|
192
|
+
}
|
|
12
193
|
export interface InviteMembersRequest {
|
|
13
194
|
AccountIds: string[] | undefined;
|
|
14
195
|
}
|
|
@@ -117,6 +298,148 @@ export interface UpdateStandardsControlRequest {
|
|
|
117
298
|
DisabledReason?: string;
|
|
118
299
|
}
|
|
119
300
|
export interface UpdateStandardsControlResponse {}
|
|
301
|
+
export declare const DescribeStandardsRequestFilterSensitiveLog: (
|
|
302
|
+
obj: DescribeStandardsRequest
|
|
303
|
+
) => any;
|
|
304
|
+
export declare const StandardsManagedByFilterSensitiveLog: (
|
|
305
|
+
obj: StandardsManagedBy
|
|
306
|
+
) => any;
|
|
307
|
+
export declare const StandardFilterSensitiveLog: (obj: Standard) => any;
|
|
308
|
+
export declare const DescribeStandardsResponseFilterSensitiveLog: (
|
|
309
|
+
obj: DescribeStandardsResponse
|
|
310
|
+
) => any;
|
|
311
|
+
export declare const DescribeStandardsControlsRequestFilterSensitiveLog: (
|
|
312
|
+
obj: DescribeStandardsControlsRequest
|
|
313
|
+
) => any;
|
|
314
|
+
export declare const StandardsControlFilterSensitiveLog: (
|
|
315
|
+
obj: StandardsControl
|
|
316
|
+
) => any;
|
|
317
|
+
export declare const DescribeStandardsControlsResponseFilterSensitiveLog: (
|
|
318
|
+
obj: DescribeStandardsControlsResponse
|
|
319
|
+
) => any;
|
|
320
|
+
export declare const DisableImportFindingsForProductRequestFilterSensitiveLog: (
|
|
321
|
+
obj: DisableImportFindingsForProductRequest
|
|
322
|
+
) => any;
|
|
323
|
+
export declare const DisableImportFindingsForProductResponseFilterSensitiveLog: (
|
|
324
|
+
obj: DisableImportFindingsForProductResponse
|
|
325
|
+
) => any;
|
|
326
|
+
export declare const DisableOrganizationAdminAccountRequestFilterSensitiveLog: (
|
|
327
|
+
obj: DisableOrganizationAdminAccountRequest
|
|
328
|
+
) => any;
|
|
329
|
+
export declare const DisableOrganizationAdminAccountResponseFilterSensitiveLog: (
|
|
330
|
+
obj: DisableOrganizationAdminAccountResponse
|
|
331
|
+
) => any;
|
|
332
|
+
export declare const DisableSecurityHubRequestFilterSensitiveLog: (
|
|
333
|
+
obj: DisableSecurityHubRequest
|
|
334
|
+
) => any;
|
|
335
|
+
export declare const DisableSecurityHubResponseFilterSensitiveLog: (
|
|
336
|
+
obj: DisableSecurityHubResponse
|
|
337
|
+
) => any;
|
|
338
|
+
export declare const DisassociateFromAdministratorAccountRequestFilterSensitiveLog: (
|
|
339
|
+
obj: DisassociateFromAdministratorAccountRequest
|
|
340
|
+
) => any;
|
|
341
|
+
export declare const DisassociateFromAdministratorAccountResponseFilterSensitiveLog: (
|
|
342
|
+
obj: DisassociateFromAdministratorAccountResponse
|
|
343
|
+
) => any;
|
|
344
|
+
export declare const DisassociateFromMasterAccountRequestFilterSensitiveLog: (
|
|
345
|
+
obj: DisassociateFromMasterAccountRequest
|
|
346
|
+
) => any;
|
|
347
|
+
export declare const DisassociateFromMasterAccountResponseFilterSensitiveLog: (
|
|
348
|
+
obj: DisassociateFromMasterAccountResponse
|
|
349
|
+
) => any;
|
|
350
|
+
export declare const DisassociateMembersRequestFilterSensitiveLog: (
|
|
351
|
+
obj: DisassociateMembersRequest
|
|
352
|
+
) => any;
|
|
353
|
+
export declare const DisassociateMembersResponseFilterSensitiveLog: (
|
|
354
|
+
obj: DisassociateMembersResponse
|
|
355
|
+
) => any;
|
|
356
|
+
export declare const EnableImportFindingsForProductRequestFilterSensitiveLog: (
|
|
357
|
+
obj: EnableImportFindingsForProductRequest
|
|
358
|
+
) => any;
|
|
359
|
+
export declare const EnableImportFindingsForProductResponseFilterSensitiveLog: (
|
|
360
|
+
obj: EnableImportFindingsForProductResponse
|
|
361
|
+
) => any;
|
|
362
|
+
export declare const EnableOrganizationAdminAccountRequestFilterSensitiveLog: (
|
|
363
|
+
obj: EnableOrganizationAdminAccountRequest
|
|
364
|
+
) => any;
|
|
365
|
+
export declare const EnableOrganizationAdminAccountResponseFilterSensitiveLog: (
|
|
366
|
+
obj: EnableOrganizationAdminAccountResponse
|
|
367
|
+
) => any;
|
|
368
|
+
export declare const EnableSecurityHubRequestFilterSensitiveLog: (
|
|
369
|
+
obj: EnableSecurityHubRequest
|
|
370
|
+
) => any;
|
|
371
|
+
export declare const EnableSecurityHubResponseFilterSensitiveLog: (
|
|
372
|
+
obj: EnableSecurityHubResponse
|
|
373
|
+
) => any;
|
|
374
|
+
export declare const FindingAggregatorFilterSensitiveLog: (
|
|
375
|
+
obj: FindingAggregator
|
|
376
|
+
) => any;
|
|
377
|
+
export declare const GetAdministratorAccountRequestFilterSensitiveLog: (
|
|
378
|
+
obj: GetAdministratorAccountRequest
|
|
379
|
+
) => any;
|
|
380
|
+
export declare const InvitationFilterSensitiveLog: (obj: Invitation) => any;
|
|
381
|
+
export declare const GetAdministratorAccountResponseFilterSensitiveLog: (
|
|
382
|
+
obj: GetAdministratorAccountResponse
|
|
383
|
+
) => any;
|
|
384
|
+
export declare const GetEnabledStandardsRequestFilterSensitiveLog: (
|
|
385
|
+
obj: GetEnabledStandardsRequest
|
|
386
|
+
) => any;
|
|
387
|
+
export declare const GetEnabledStandardsResponseFilterSensitiveLog: (
|
|
388
|
+
obj: GetEnabledStandardsResponse
|
|
389
|
+
) => any;
|
|
390
|
+
export declare const GetFindingAggregatorRequestFilterSensitiveLog: (
|
|
391
|
+
obj: GetFindingAggregatorRequest
|
|
392
|
+
) => any;
|
|
393
|
+
export declare const GetFindingAggregatorResponseFilterSensitiveLog: (
|
|
394
|
+
obj: GetFindingAggregatorResponse
|
|
395
|
+
) => any;
|
|
396
|
+
export declare const SortCriterionFilterSensitiveLog: (
|
|
397
|
+
obj: SortCriterion
|
|
398
|
+
) => any;
|
|
399
|
+
export declare const GetFindingsRequestFilterSensitiveLog: (
|
|
400
|
+
obj: GetFindingsRequest
|
|
401
|
+
) => any;
|
|
402
|
+
export declare const GetFindingsResponseFilterSensitiveLog: (
|
|
403
|
+
obj: GetFindingsResponse
|
|
404
|
+
) => any;
|
|
405
|
+
export declare const GetInsightResultsRequestFilterSensitiveLog: (
|
|
406
|
+
obj: GetInsightResultsRequest
|
|
407
|
+
) => any;
|
|
408
|
+
export declare const InsightResultValueFilterSensitiveLog: (
|
|
409
|
+
obj: InsightResultValue
|
|
410
|
+
) => any;
|
|
411
|
+
export declare const InsightResultsFilterSensitiveLog: (
|
|
412
|
+
obj: InsightResults
|
|
413
|
+
) => any;
|
|
414
|
+
export declare const GetInsightResultsResponseFilterSensitiveLog: (
|
|
415
|
+
obj: GetInsightResultsResponse
|
|
416
|
+
) => any;
|
|
417
|
+
export declare const GetInsightsRequestFilterSensitiveLog: (
|
|
418
|
+
obj: GetInsightsRequest
|
|
419
|
+
) => any;
|
|
420
|
+
export declare const InsightFilterSensitiveLog: (obj: Insight) => any;
|
|
421
|
+
export declare const GetInsightsResponseFilterSensitiveLog: (
|
|
422
|
+
obj: GetInsightsResponse
|
|
423
|
+
) => any;
|
|
424
|
+
export declare const GetInvitationsCountRequestFilterSensitiveLog: (
|
|
425
|
+
obj: GetInvitationsCountRequest
|
|
426
|
+
) => any;
|
|
427
|
+
export declare const GetInvitationsCountResponseFilterSensitiveLog: (
|
|
428
|
+
obj: GetInvitationsCountResponse
|
|
429
|
+
) => any;
|
|
430
|
+
export declare const GetMasterAccountRequestFilterSensitiveLog: (
|
|
431
|
+
obj: GetMasterAccountRequest
|
|
432
|
+
) => any;
|
|
433
|
+
export declare const GetMasterAccountResponseFilterSensitiveLog: (
|
|
434
|
+
obj: GetMasterAccountResponse
|
|
435
|
+
) => any;
|
|
436
|
+
export declare const GetMembersRequestFilterSensitiveLog: (
|
|
437
|
+
obj: GetMembersRequest
|
|
438
|
+
) => any;
|
|
439
|
+
export declare const MemberFilterSensitiveLog: (obj: Member) => any;
|
|
440
|
+
export declare const GetMembersResponseFilterSensitiveLog: (
|
|
441
|
+
obj: GetMembersResponse
|
|
442
|
+
) => any;
|
|
120
443
|
export declare const InviteMembersRequestFilterSensitiveLog: (
|
|
121
444
|
obj: InviteMembersRequest
|
|
122
445
|
) => 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.232.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",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.231.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.231.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.231.0",
|
|
25
25
|
"@aws-sdk/fetch-http-handler": "3.226.0",
|
|
26
26
|
"@aws-sdk/hash-node": "3.226.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.226.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
47
47
|
"@aws-sdk/util-defaults-mode-browser": "3.226.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.231.0",
|
|
49
49
|
"@aws-sdk/util-endpoints": "3.226.0",
|
|
50
50
|
"@aws-sdk/util-retry": "3.229.0",
|
|
51
51
|
"@aws-sdk/util-user-agent-browser": "3.226.0",
|