@aws-sdk/client-securityhub 3.154.0 → 3.155.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/InviteMembersCommand.js +2 -1
- package/dist-cjs/commands/ListEnabledProductsForImportCommand.js +3 -3
- package/dist-cjs/commands/ListFindingAggregatorsCommand.js +3 -3
- package/dist-cjs/commands/ListInvitationsCommand.js +3 -3
- package/dist-cjs/commands/ListMembersCommand.js +3 -3
- package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/models/models_0.js +53 -53
- package/dist-cjs/models/models_1.js +60 -58
- package/dist-cjs/models/models_2.js +53 -1
- package/dist-cjs/protocols/Aws_restJson1.js +330 -0
- package/dist-es/commands/InviteMembersCommand.js +2 -1
- package/dist-es/commands/ListEnabledProductsForImportCommand.js +1 -1
- package/dist-es/commands/ListFindingAggregatorsCommand.js +1 -1
- package/dist-es/commands/ListInvitationsCommand.js +1 -1
- package/dist-es/commands/ListMembersCommand.js +1 -1
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +1 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -1
- package/dist-es/models/models_0.js +12 -12
- package/dist-es/models/models_1.js +18 -13
- package/dist-es/models/models_2.js +13 -0
- package/dist-es/protocols/Aws_restJson1.js +259 -3
- package/dist-types/commands/InviteMembersCommand.d.ts +2 -1
- package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +1 -1
- package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1272 -257
- package/dist-types/models/models_1.d.ts +663 -233
- package/dist-types/models/models_2.d.ts +199 -2
- package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFindingAggregatorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +172 -114
- package/dist-types/ts3.4/models/models_1.d.ts +132 -101
- package/dist-types/ts3.4/models/models_2.d.ts +102 -2
- package/package.json +1 -1
|
@@ -1,7 +1,97 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { AccountDetails, Action, ActionTarget, Adjustment,
|
|
2
|
+
import { AccountDetails, Action, ActionTarget, Adjustment, AutoEnableStandards, AwsApiGatewayRestApiDetails, AwsApiGatewayStageDetails, AwsApiGatewayV2ApiDetails, AwsApiGatewayV2StageDetails, AwsAutoScalingAutoScalingGroupDetails, AwsAutoScalingLaunchConfigurationDetails, AwsBackupBackupPlanDetails, AwsBackupBackupVaultDetails, AwsBackupRecoveryPointDetails, AwsCertificateManagerCertificateDetails, AwsCloudFormationStackDetails, AwsCloudFrontDistributionDetails, AwsCloudTrailTrailDetails, AwsCloudWatchAlarmDetails, AwsCodeBuildProjectDetails, AwsDynamoDbTableDetails, AwsEc2EipDetails, AwsEc2InstanceDetails, AwsEc2NetworkAclDetails, AwsEc2NetworkInterfaceDetails, AwsEc2SecurityGroupDetails, AwsEc2SubnetDetails, AwsEc2TransitGatewayDetails, AwsEc2VolumeDetails, AwsEc2VpcDetails, AwsEc2VpcEndpointServiceDetails, AwsEc2VpcPeeringConnectionDetails, AwsEc2VpnConnectionDetails, AwsEcrContainerImageDetails, AwsEcrRepositoryDetails, AwsEcsClusterDetails, AwsEcsContainerDetails, AwsEcsServiceDetails, AwsEcsTaskDefinitionDetails, AwsEcsTaskDetails, AwsEfsAccessPointDetails, AwsEksClusterDetails, AwsElasticBeanstalkEnvironmentDetails, AwsElasticsearchDomainDetails, AwsElbLoadBalancerDetails, AwsElbv2LoadBalancerDetails, AwsIamAccessKeyDetails, AwsIamGroupDetails, AwsIamPolicyDetails, AwsIamRoleDetails, AwsIamUserDetails, AwsKinesisStreamDetails, AwsKmsKeyDetails, AwsLambdaFunctionDetails, AwsLambdaLayerVersionDetails, AwsNetworkFirewallFirewallDetails, AwsNetworkFirewallFirewallPolicyDetails, RuleGroupSourceListDetails, RuleGroupSourceStatefulRulesDetails, StatelessCustomActionDefinition } from "./models_0";
|
|
3
3
|
import { SecurityHubServiceException as __BaseException } from "./SecurityHubServiceException";
|
|
4
4
|
|
|
5
|
+
export interface RuleGroupSourceCustomActionsDetails {
|
|
6
|
+
|
|
7
|
+
ActionDefinition?: StatelessCustomActionDefinition;
|
|
8
|
+
|
|
9
|
+
ActionName?: string;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export interface RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts {
|
|
13
|
+
|
|
14
|
+
FromPort?: number;
|
|
15
|
+
|
|
16
|
+
ToPort?: number;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export interface RuleGroupSourceStatelessRuleMatchAttributesDestinations {
|
|
20
|
+
|
|
21
|
+
AddressDefinition?: string;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export interface RuleGroupSourceStatelessRuleMatchAttributesSourcePorts {
|
|
25
|
+
|
|
26
|
+
FromPort?: number;
|
|
27
|
+
|
|
28
|
+
ToPort?: number;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export interface RuleGroupSourceStatelessRuleMatchAttributesSources {
|
|
32
|
+
|
|
33
|
+
AddressDefinition?: string;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export interface RuleGroupSourceStatelessRuleMatchAttributesTcpFlags {
|
|
37
|
+
|
|
38
|
+
Flags?: string[];
|
|
39
|
+
|
|
40
|
+
Masks?: string[];
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export interface RuleGroupSourceStatelessRuleMatchAttributes {
|
|
44
|
+
|
|
45
|
+
DestinationPorts?: RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts[];
|
|
46
|
+
|
|
47
|
+
Destinations?: RuleGroupSourceStatelessRuleMatchAttributesDestinations[];
|
|
48
|
+
|
|
49
|
+
Protocols?: number[];
|
|
50
|
+
|
|
51
|
+
SourcePorts?: RuleGroupSourceStatelessRuleMatchAttributesSourcePorts[];
|
|
52
|
+
|
|
53
|
+
Sources?: RuleGroupSourceStatelessRuleMatchAttributesSources[];
|
|
54
|
+
|
|
55
|
+
TcpFlags?: RuleGroupSourceStatelessRuleMatchAttributesTcpFlags[];
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export interface RuleGroupSourceStatelessRuleDefinition {
|
|
59
|
+
|
|
60
|
+
Actions?: string[];
|
|
61
|
+
|
|
62
|
+
MatchAttributes?: RuleGroupSourceStatelessRuleMatchAttributes;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export interface RuleGroupSourceStatelessRulesDetails {
|
|
66
|
+
|
|
67
|
+
Priority?: number;
|
|
68
|
+
|
|
69
|
+
RuleDefinition?: RuleGroupSourceStatelessRuleDefinition;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export interface RuleGroupSourceStatelessRulesAndCustomActionsDetails {
|
|
73
|
+
|
|
74
|
+
CustomActions?: RuleGroupSourceCustomActionsDetails[];
|
|
75
|
+
|
|
76
|
+
StatelessRules?: RuleGroupSourceStatelessRulesDetails[];
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export interface RuleGroupSource {
|
|
80
|
+
|
|
81
|
+
RulesSourceList?: RuleGroupSourceListDetails;
|
|
82
|
+
|
|
83
|
+
RulesString?: string;
|
|
84
|
+
|
|
85
|
+
StatefulRules?: RuleGroupSourceStatefulRulesDetails[];
|
|
86
|
+
|
|
87
|
+
StatelessRulesAndCustomActions?: RuleGroupSourceStatelessRulesAndCustomActionsDetails;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export interface RuleGroupVariablesIpSetsDetails {
|
|
91
|
+
|
|
92
|
+
Definition?: string[];
|
|
93
|
+
}
|
|
94
|
+
|
|
5
95
|
export interface RuleGroupVariablesPortSetsDetails {
|
|
6
96
|
|
|
7
97
|
Definition?: string[];
|
|
@@ -2048,6 +2138,12 @@ export interface ResourceDetails {
|
|
|
2048
2138
|
AwsWafRuleGroup?: AwsWafRuleGroupDetails;
|
|
2049
2139
|
|
|
2050
2140
|
AwsEcsTask?: AwsEcsTaskDetails;
|
|
2141
|
+
|
|
2142
|
+
AwsBackupBackupVault?: AwsBackupBackupVaultDetails;
|
|
2143
|
+
|
|
2144
|
+
AwsBackupBackupPlan?: AwsBackupBackupPlanDetails;
|
|
2145
|
+
|
|
2146
|
+
AwsBackupRecoveryPoint?: AwsBackupRecoveryPointDetails;
|
|
2051
2147
|
}
|
|
2052
2148
|
export declare enum Partition {
|
|
2053
2149
|
AWS = "aws",
|
|
@@ -2161,6 +2257,11 @@ export interface Cvss {
|
|
|
2161
2257
|
|
|
2162
2258
|
Adjustments?: Adjustment[];
|
|
2163
2259
|
}
|
|
2260
|
+
export declare enum VulnerabilityFixAvailable {
|
|
2261
|
+
NO = "NO",
|
|
2262
|
+
PARTIAL = "PARTIAL",
|
|
2263
|
+
YES = "YES"
|
|
2264
|
+
}
|
|
2164
2265
|
|
|
2165
2266
|
export interface VulnerabilityVendor {
|
|
2166
2267
|
|
|
@@ -2190,6 +2291,10 @@ export interface SoftwarePackage {
|
|
|
2190
2291
|
PackageManager?: string;
|
|
2191
2292
|
|
|
2192
2293
|
FilePath?: string;
|
|
2294
|
+
|
|
2295
|
+
FixedInVersion?: string;
|
|
2296
|
+
|
|
2297
|
+
Remediation?: string;
|
|
2193
2298
|
}
|
|
2194
2299
|
|
|
2195
2300
|
export interface Vulnerability {
|
|
@@ -2205,6 +2310,8 @@ export interface Vulnerability {
|
|
|
2205
2310
|
Vendor?: VulnerabilityVendor;
|
|
2206
2311
|
|
|
2207
2312
|
ReferenceUrls?: string[];
|
|
2313
|
+
|
|
2314
|
+
FixAvailable?: VulnerabilityFixAvailable | string;
|
|
2208
2315
|
}
|
|
2209
2316
|
export declare enum WorkflowStatus {
|
|
2210
2317
|
NEW = "NEW",
|
|
@@ -3186,80 +3293,30 @@ export interface InviteMembersRequest {
|
|
|
3186
3293
|
|
|
3187
3294
|
AccountIds: string[] | undefined;
|
|
3188
3295
|
}
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
FindingAggregators?: FindingAggregator[];
|
|
3214
|
-
|
|
3215
|
-
NextToken?: string;
|
|
3216
|
-
}
|
|
3217
|
-
export interface ListInvitationsRequest {
|
|
3218
|
-
|
|
3219
|
-
MaxResults?: number;
|
|
3220
|
-
|
|
3221
|
-
NextToken?: string;
|
|
3222
|
-
}
|
|
3223
|
-
export interface ListInvitationsResponse {
|
|
3224
|
-
|
|
3225
|
-
Invitations?: Invitation[];
|
|
3226
|
-
|
|
3227
|
-
NextToken?: string;
|
|
3228
|
-
}
|
|
3229
|
-
export interface ListMembersRequest {
|
|
3230
|
-
|
|
3231
|
-
OnlyAssociated?: boolean;
|
|
3232
|
-
|
|
3233
|
-
MaxResults?: number;
|
|
3234
|
-
|
|
3235
|
-
NextToken?: string;
|
|
3236
|
-
}
|
|
3237
|
-
export interface ListMembersResponse {
|
|
3238
|
-
|
|
3239
|
-
Members?: Member[];
|
|
3240
|
-
|
|
3241
|
-
NextToken?: string;
|
|
3242
|
-
}
|
|
3243
|
-
export interface ListOrganizationAdminAccountsRequest {
|
|
3244
|
-
|
|
3245
|
-
MaxResults?: number;
|
|
3246
|
-
|
|
3247
|
-
NextToken?: string;
|
|
3248
|
-
}
|
|
3249
|
-
export interface ListOrganizationAdminAccountsResponse {
|
|
3250
|
-
|
|
3251
|
-
AdminAccounts?: AdminAccount[];
|
|
3252
|
-
|
|
3253
|
-
NextToken?: string;
|
|
3254
|
-
}
|
|
3255
|
-
export interface ListTagsForResourceRequest {
|
|
3256
|
-
|
|
3257
|
-
ResourceArn: string | undefined;
|
|
3258
|
-
}
|
|
3259
|
-
export interface ListTagsForResourceResponse {
|
|
3260
|
-
|
|
3261
|
-
Tags?: Record<string, string>;
|
|
3262
|
-
}
|
|
3296
|
+
|
|
3297
|
+
export declare const RuleGroupSourceCustomActionsDetailsFilterSensitiveLog: (obj: RuleGroupSourceCustomActionsDetails) => any;
|
|
3298
|
+
|
|
3299
|
+
export declare const RuleGroupSourceStatelessRuleMatchAttributesDestinationPortsFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts) => any;
|
|
3300
|
+
|
|
3301
|
+
export declare const RuleGroupSourceStatelessRuleMatchAttributesDestinationsFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesDestinations) => any;
|
|
3302
|
+
|
|
3303
|
+
export declare const RuleGroupSourceStatelessRuleMatchAttributesSourcePortsFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesSourcePorts) => any;
|
|
3304
|
+
|
|
3305
|
+
export declare const RuleGroupSourceStatelessRuleMatchAttributesSourcesFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesSources) => any;
|
|
3306
|
+
|
|
3307
|
+
export declare const RuleGroupSourceStatelessRuleMatchAttributesTcpFlagsFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributesTcpFlags) => any;
|
|
3308
|
+
|
|
3309
|
+
export declare const RuleGroupSourceStatelessRuleMatchAttributesFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleMatchAttributes) => any;
|
|
3310
|
+
|
|
3311
|
+
export declare const RuleGroupSourceStatelessRuleDefinitionFilterSensitiveLog: (obj: RuleGroupSourceStatelessRuleDefinition) => any;
|
|
3312
|
+
|
|
3313
|
+
export declare const RuleGroupSourceStatelessRulesDetailsFilterSensitiveLog: (obj: RuleGroupSourceStatelessRulesDetails) => any;
|
|
3314
|
+
|
|
3315
|
+
export declare const RuleGroupSourceStatelessRulesAndCustomActionsDetailsFilterSensitiveLog: (obj: RuleGroupSourceStatelessRulesAndCustomActionsDetails) => any;
|
|
3316
|
+
|
|
3317
|
+
export declare const RuleGroupSourceFilterSensitiveLog: (obj: RuleGroupSource) => any;
|
|
3318
|
+
|
|
3319
|
+
export declare const RuleGroupVariablesIpSetsDetailsFilterSensitiveLog: (obj: RuleGroupVariablesIpSetsDetails) => any;
|
|
3263
3320
|
|
|
3264
3321
|
export declare const RuleGroupVariablesPortSetsDetailsFilterSensitiveLog: (obj: RuleGroupVariablesPortSetsDetails) => any;
|
|
3265
3322
|
|
|
@@ -3788,29 +3845,3 @@ export declare const MemberFilterSensitiveLog: (obj: Member) => any;
|
|
|
3788
3845
|
export declare const GetMembersResponseFilterSensitiveLog: (obj: GetMembersResponse) => any;
|
|
3789
3846
|
|
|
3790
3847
|
export declare const InviteMembersRequestFilterSensitiveLog: (obj: InviteMembersRequest) => any;
|
|
3791
|
-
|
|
3792
|
-
export declare const InviteMembersResponseFilterSensitiveLog: (obj: InviteMembersResponse) => any;
|
|
3793
|
-
|
|
3794
|
-
export declare const ListEnabledProductsForImportRequestFilterSensitiveLog: (obj: ListEnabledProductsForImportRequest) => any;
|
|
3795
|
-
|
|
3796
|
-
export declare const ListEnabledProductsForImportResponseFilterSensitiveLog: (obj: ListEnabledProductsForImportResponse) => any;
|
|
3797
|
-
|
|
3798
|
-
export declare const ListFindingAggregatorsRequestFilterSensitiveLog: (obj: ListFindingAggregatorsRequest) => any;
|
|
3799
|
-
|
|
3800
|
-
export declare const ListFindingAggregatorsResponseFilterSensitiveLog: (obj: ListFindingAggregatorsResponse) => any;
|
|
3801
|
-
|
|
3802
|
-
export declare const ListInvitationsRequestFilterSensitiveLog: (obj: ListInvitationsRequest) => any;
|
|
3803
|
-
|
|
3804
|
-
export declare const ListInvitationsResponseFilterSensitiveLog: (obj: ListInvitationsResponse) => any;
|
|
3805
|
-
|
|
3806
|
-
export declare const ListMembersRequestFilterSensitiveLog: (obj: ListMembersRequest) => any;
|
|
3807
|
-
|
|
3808
|
-
export declare const ListMembersResponseFilterSensitiveLog: (obj: ListMembersResponse) => any;
|
|
3809
|
-
|
|
3810
|
-
export declare const ListOrganizationAdminAccountsRequestFilterSensitiveLog: (obj: ListOrganizationAdminAccountsRequest) => any;
|
|
3811
|
-
|
|
3812
|
-
export declare const ListOrganizationAdminAccountsResponseFilterSensitiveLog: (obj: ListOrganizationAdminAccountsResponse) => any;
|
|
3813
|
-
|
|
3814
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
3815
|
-
|
|
3816
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
@@ -1,5 +1,79 @@
|
|
|
1
|
-
import { AutoEnableStandards } from "./models_0";
|
|
2
|
-
import { AwsSecurityFindingFilters, ControlStatus, NoteUpdate, RecordState } from "./models_1";
|
|
1
|
+
import { AdminAccount, AutoEnableStandards } from "./models_0";
|
|
2
|
+
import { AwsSecurityFindingFilters, ControlStatus, FindingAggregator, Invitation, Member, NoteUpdate, RecordState, Result } from "./models_1";
|
|
3
|
+
export interface InviteMembersResponse {
|
|
4
|
+
|
|
5
|
+
UnprocessedAccounts?: Result[];
|
|
6
|
+
}
|
|
7
|
+
export interface ListEnabledProductsForImportRequest {
|
|
8
|
+
|
|
9
|
+
NextToken?: string;
|
|
10
|
+
|
|
11
|
+
MaxResults?: number;
|
|
12
|
+
}
|
|
13
|
+
export interface ListEnabledProductsForImportResponse {
|
|
14
|
+
|
|
15
|
+
ProductSubscriptions?: string[];
|
|
16
|
+
|
|
17
|
+
NextToken?: string;
|
|
18
|
+
}
|
|
19
|
+
export interface ListFindingAggregatorsRequest {
|
|
20
|
+
|
|
21
|
+
NextToken?: string;
|
|
22
|
+
|
|
23
|
+
MaxResults?: number;
|
|
24
|
+
}
|
|
25
|
+
export interface ListFindingAggregatorsResponse {
|
|
26
|
+
|
|
27
|
+
FindingAggregators?: FindingAggregator[];
|
|
28
|
+
|
|
29
|
+
NextToken?: string;
|
|
30
|
+
}
|
|
31
|
+
export interface ListInvitationsRequest {
|
|
32
|
+
|
|
33
|
+
MaxResults?: number;
|
|
34
|
+
|
|
35
|
+
NextToken?: string;
|
|
36
|
+
}
|
|
37
|
+
export interface ListInvitationsResponse {
|
|
38
|
+
|
|
39
|
+
Invitations?: Invitation[];
|
|
40
|
+
|
|
41
|
+
NextToken?: string;
|
|
42
|
+
}
|
|
43
|
+
export interface ListMembersRequest {
|
|
44
|
+
|
|
45
|
+
OnlyAssociated?: boolean;
|
|
46
|
+
|
|
47
|
+
MaxResults?: number;
|
|
48
|
+
|
|
49
|
+
NextToken?: string;
|
|
50
|
+
}
|
|
51
|
+
export interface ListMembersResponse {
|
|
52
|
+
|
|
53
|
+
Members?: Member[];
|
|
54
|
+
|
|
55
|
+
NextToken?: string;
|
|
56
|
+
}
|
|
57
|
+
export interface ListOrganizationAdminAccountsRequest {
|
|
58
|
+
|
|
59
|
+
MaxResults?: number;
|
|
60
|
+
|
|
61
|
+
NextToken?: string;
|
|
62
|
+
}
|
|
63
|
+
export interface ListOrganizationAdminAccountsResponse {
|
|
64
|
+
|
|
65
|
+
AdminAccounts?: AdminAccount[];
|
|
66
|
+
|
|
67
|
+
NextToken?: string;
|
|
68
|
+
}
|
|
69
|
+
export interface ListTagsForResourceRequest {
|
|
70
|
+
|
|
71
|
+
ResourceArn: string | undefined;
|
|
72
|
+
}
|
|
73
|
+
export interface ListTagsForResourceResponse {
|
|
74
|
+
|
|
75
|
+
Tags?: Record<string, string>;
|
|
76
|
+
}
|
|
3
77
|
export interface TagResourceRequest {
|
|
4
78
|
|
|
5
79
|
ResourceArn: string | undefined;
|
|
@@ -91,6 +165,32 @@ export interface UpdateStandardsControlRequest {
|
|
|
91
165
|
export interface UpdateStandardsControlResponse {
|
|
92
166
|
}
|
|
93
167
|
|
|
168
|
+
export declare const InviteMembersResponseFilterSensitiveLog: (obj: InviteMembersResponse) => any;
|
|
169
|
+
|
|
170
|
+
export declare const ListEnabledProductsForImportRequestFilterSensitiveLog: (obj: ListEnabledProductsForImportRequest) => any;
|
|
171
|
+
|
|
172
|
+
export declare const ListEnabledProductsForImportResponseFilterSensitiveLog: (obj: ListEnabledProductsForImportResponse) => any;
|
|
173
|
+
|
|
174
|
+
export declare const ListFindingAggregatorsRequestFilterSensitiveLog: (obj: ListFindingAggregatorsRequest) => any;
|
|
175
|
+
|
|
176
|
+
export declare const ListFindingAggregatorsResponseFilterSensitiveLog: (obj: ListFindingAggregatorsResponse) => any;
|
|
177
|
+
|
|
178
|
+
export declare const ListInvitationsRequestFilterSensitiveLog: (obj: ListInvitationsRequest) => any;
|
|
179
|
+
|
|
180
|
+
export declare const ListInvitationsResponseFilterSensitiveLog: (obj: ListInvitationsResponse) => any;
|
|
181
|
+
|
|
182
|
+
export declare const ListMembersRequestFilterSensitiveLog: (obj: ListMembersRequest) => any;
|
|
183
|
+
|
|
184
|
+
export declare const ListMembersResponseFilterSensitiveLog: (obj: ListMembersResponse) => any;
|
|
185
|
+
|
|
186
|
+
export declare const ListOrganizationAdminAccountsRequestFilterSensitiveLog: (obj: ListOrganizationAdminAccountsRequest) => any;
|
|
187
|
+
|
|
188
|
+
export declare const ListOrganizationAdminAccountsResponseFilterSensitiveLog: (obj: ListOrganizationAdminAccountsResponse) => any;
|
|
189
|
+
|
|
190
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
191
|
+
|
|
192
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
193
|
+
|
|
94
194
|
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
95
195
|
|
|
96
196
|
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => 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.155.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",
|