@aws-sdk/client-securityhub 3.278.0 → 3.281.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 +505 -17
- package/dist-cjs/SecurityHub.js +75 -0
- package/dist-cjs/commands/BatchGetSecurityControlsCommand.js +46 -0
- package/dist-cjs/commands/BatchGetStandardsControlAssociationsCommand.js +46 -0
- package/dist-cjs/commands/BatchUpdateStandardsControlAssociationsCommand.js +46 -0
- package/dist-cjs/commands/DeleteFindingAggregatorCommand.js +3 -3
- package/dist-cjs/commands/DeleteInsightCommand.js +3 -3
- package/dist-cjs/commands/DeleteInvitationsCommand.js +3 -3
- package/dist-cjs/commands/DeleteMembersCommand.js +3 -3
- package/dist-cjs/commands/DescribeActionTargetsCommand.js +3 -3
- package/dist-cjs/commands/DescribeHubCommand.js +3 -3
- package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +3 -3
- package/dist-cjs/commands/DescribeProductsCommand.js +1 -2
- package/dist-cjs/commands/ListSecurityControlDefinitionsCommand.js +46 -0
- package/dist-cjs/commands/ListStandardsControlAssociationsCommand.js +46 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +11 -10
- package/dist-cjs/models/models_1.js +81 -76
- package/dist-cjs/models/models_2.js +102 -9
- package/dist-cjs/pagination/ListSecurityControlDefinitionsPaginator.js +36 -0
- package/dist-cjs/pagination/ListStandardsControlAssociationsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +557 -3
- package/dist-es/SecurityHub.js +75 -0
- package/dist-es/commands/BatchGetSecurityControlsCommand.js +42 -0
- package/dist-es/commands/BatchGetStandardsControlAssociationsCommand.js +42 -0
- package/dist-es/commands/BatchUpdateStandardsControlAssociationsCommand.js +42 -0
- package/dist-es/commands/DeleteFindingAggregatorCommand.js +1 -1
- package/dist-es/commands/DeleteInsightCommand.js +1 -1
- package/dist-es/commands/DeleteInvitationsCommand.js +1 -1
- package/dist-es/commands/DeleteMembersCommand.js +1 -1
- package/dist-es/commands/DescribeActionTargetsCommand.js +1 -1
- package/dist-es/commands/DescribeHubCommand.js +1 -1
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +1 -1
- package/dist-es/commands/DescribeProductsCommand.js +1 -2
- package/dist-es/commands/ListSecurityControlDefinitionsCommand.js +42 -0
- package/dist-es/commands/ListStandardsControlAssociationsCommand.js +42 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +5 -3
- package/dist-es/models/models_1.js +57 -50
- package/dist-es/models/models_2.js +77 -7
- package/dist-es/pagination/ListSecurityControlDefinitionsPaginator.js +32 -0
- package/dist-es/pagination/ListStandardsControlAssociationsPaginator.js +32 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +544 -0
- package/dist-types/SecurityHub.d.ts +59 -17
- package/dist-types/SecurityHubClient.d.ts +21 -19
- package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +6 -0
- package/dist-types/commands/AcceptInvitationCommand.d.ts +6 -0
- package/dist-types/commands/BatchDisableStandardsCommand.d.ts +6 -0
- package/dist-types/commands/BatchEnableStandardsCommand.d.ts +6 -0
- package/dist-types/commands/BatchGetSecurityControlsCommand.d.ts +45 -0
- package/dist-types/commands/BatchGetStandardsControlAssociationsCommand.d.ts +45 -0
- package/dist-types/commands/BatchImportFindingsCommand.d.ts +6 -0
- package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +6 -0
- package/dist-types/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +45 -0
- package/dist-types/commands/CreateActionTargetCommand.d.ts +6 -0
- package/dist-types/commands/CreateFindingAggregatorCommand.d.ts +6 -0
- package/dist-types/commands/CreateInsightCommand.d.ts +6 -0
- package/dist-types/commands/CreateMembersCommand.d.ts +6 -0
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +6 -0
- package/dist-types/commands/DeleteActionTargetCommand.d.ts +6 -0
- package/dist-types/commands/DeleteFindingAggregatorCommand.d.ts +7 -1
- package/dist-types/commands/DeleteInsightCommand.d.ts +7 -1
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +7 -1
- package/dist-types/commands/DeleteMembersCommand.d.ts +7 -1
- package/dist-types/commands/DescribeActionTargetsCommand.d.ts +7 -1
- package/dist-types/commands/DescribeHubCommand.d.ts +7 -1
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +7 -1
- package/dist-types/commands/DescribeProductsCommand.d.ts +7 -2
- package/dist-types/commands/DescribeStandardsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +6 -0
- package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +6 -0
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +6 -0
- package/dist-types/commands/DisableSecurityHubCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateMembersCommand.d.ts +6 -0
- package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +6 -0
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +6 -0
- package/dist-types/commands/EnableSecurityHubCommand.d.ts +6 -0
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +6 -0
- package/dist-types/commands/GetEnabledStandardsCommand.d.ts +6 -0
- package/dist-types/commands/GetFindingAggregatorCommand.d.ts +6 -0
- package/dist-types/commands/GetFindingsCommand.d.ts +6 -0
- package/dist-types/commands/GetInsightResultsCommand.d.ts +6 -0
- package/dist-types/commands/GetInsightsCommand.d.ts +6 -0
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +6 -0
- package/dist-types/commands/GetMasterAccountCommand.d.ts +6 -0
- package/dist-types/commands/GetMembersCommand.d.ts +6 -0
- package/dist-types/commands/InviteMembersCommand.d.ts +6 -0
- package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +6 -0
- package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +6 -0
- package/dist-types/commands/ListInvitationsCommand.d.ts +6 -0
- package/dist-types/commands/ListMembersCommand.d.ts +6 -0
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +6 -0
- package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +45 -0
- package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +45 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateActionTargetCommand.d.ts +6 -0
- package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +6 -0
- package/dist-types/commands/UpdateFindingsCommand.d.ts +6 -0
- package/dist-types/commands/UpdateInsightCommand.d.ts +6 -0
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/UpdateStandardsControlCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +18 -25
- package/dist-types/models/models_1.d.ts +370 -260
- package/dist-types/models/models_2.d.ts +513 -8
- package/dist-types/pagination/ListSecurityControlDefinitionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListStandardsControlAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
- package/dist-types/ts3.4/SecurityHub.d.ts +97 -0
- package/dist-types/ts3.4/SecurityHubClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/BatchGetSecurityControlsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/BatchGetStandardsControlAssociationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeActionTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeProductsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListSecurityControlDefinitionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListStandardsControlAssociationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -6
- package/dist-types/ts3.4/models/models_1.d.ts +137 -118
- package/dist-types/ts3.4/models/models_2.d.ts +184 -8
- package/dist-types/ts3.4/pagination/ListSecurityControlDefinitionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStandardsControlAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +6 -6
|
@@ -2,10 +2,9 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
|
|
|
2
2
|
import {
|
|
3
3
|
AccountDetails,
|
|
4
4
|
Action,
|
|
5
|
-
ActionTarget,
|
|
6
5
|
Adjustment,
|
|
7
6
|
AssociatedStandard,
|
|
8
|
-
|
|
7
|
+
AssociationStatus,
|
|
9
8
|
AwsApiGatewayRestApiDetails,
|
|
10
9
|
AwsApiGatewayStageDetails,
|
|
11
10
|
AwsApiGatewayV2ApiDetails,
|
|
@@ -50,9 +49,11 @@ import {
|
|
|
50
49
|
AwsElbv2LoadBalancerDetails,
|
|
51
50
|
AwsIamAccessKeyDetails,
|
|
52
51
|
AwsIamAttachedManagedPolicy,
|
|
53
|
-
AwsIamGroupPolicy,
|
|
54
52
|
} from "./models_0";
|
|
55
53
|
import { SecurityHubServiceException as __BaseException } from "./SecurityHubServiceException";
|
|
54
|
+
export interface AwsIamGroupPolicy {
|
|
55
|
+
PolicyName?: string;
|
|
56
|
+
}
|
|
56
57
|
export interface AwsIamGroupDetails {
|
|
57
58
|
AttachedManagedPolicies?: AwsIamAttachedManagedPolicy[];
|
|
58
59
|
CreateDate?: string;
|
|
@@ -1908,6 +1909,73 @@ export interface BatchEnableStandardsRequest {
|
|
|
1908
1909
|
export interface BatchEnableStandardsResponse {
|
|
1909
1910
|
StandardsSubscriptions?: StandardsSubscription[];
|
|
1910
1911
|
}
|
|
1912
|
+
export interface BatchGetSecurityControlsRequest {
|
|
1913
|
+
SecurityControlIds: string[] | undefined;
|
|
1914
|
+
}
|
|
1915
|
+
export declare enum ControlStatus {
|
|
1916
|
+
DISABLED = "DISABLED",
|
|
1917
|
+
ENABLED = "ENABLED",
|
|
1918
|
+
}
|
|
1919
|
+
export declare enum SeverityRating {
|
|
1920
|
+
CRITICAL = "CRITICAL",
|
|
1921
|
+
HIGH = "HIGH",
|
|
1922
|
+
LOW = "LOW",
|
|
1923
|
+
MEDIUM = "MEDIUM",
|
|
1924
|
+
}
|
|
1925
|
+
export interface SecurityControl {
|
|
1926
|
+
SecurityControlId: string | undefined;
|
|
1927
|
+
SecurityControlArn: string | undefined;
|
|
1928
|
+
Title: string | undefined;
|
|
1929
|
+
Description: string | undefined;
|
|
1930
|
+
RemediationUrl: string | undefined;
|
|
1931
|
+
SeverityRating: SeverityRating | string | undefined;
|
|
1932
|
+
SecurityControlStatus: ControlStatus | string | undefined;
|
|
1933
|
+
}
|
|
1934
|
+
export declare enum UnprocessedErrorCode {
|
|
1935
|
+
ACCESS_DENIED = "ACCESS_DENIED",
|
|
1936
|
+
INVALID_INPUT = "INVALID_INPUT",
|
|
1937
|
+
LIMIT_EXCEEDED = "LIMIT_EXCEEDED",
|
|
1938
|
+
NOT_FOUND = "NOT_FOUND",
|
|
1939
|
+
}
|
|
1940
|
+
export interface UnprocessedSecurityControl {
|
|
1941
|
+
SecurityControlId: string | undefined;
|
|
1942
|
+
ErrorCode: UnprocessedErrorCode | string | undefined;
|
|
1943
|
+
ErrorReason?: string;
|
|
1944
|
+
}
|
|
1945
|
+
export interface BatchGetSecurityControlsResponse {
|
|
1946
|
+
SecurityControls: SecurityControl[] | undefined;
|
|
1947
|
+
UnprocessedIds?: UnprocessedSecurityControl[];
|
|
1948
|
+
}
|
|
1949
|
+
export interface StandardsControlAssociationId {
|
|
1950
|
+
SecurityControlId: string | undefined;
|
|
1951
|
+
StandardsArn: string | undefined;
|
|
1952
|
+
}
|
|
1953
|
+
export interface BatchGetStandardsControlAssociationsRequest {
|
|
1954
|
+
StandardsControlAssociationIds: StandardsControlAssociationId[] | undefined;
|
|
1955
|
+
}
|
|
1956
|
+
export interface StandardsControlAssociationDetail {
|
|
1957
|
+
StandardsArn: string | undefined;
|
|
1958
|
+
SecurityControlId: string | undefined;
|
|
1959
|
+
SecurityControlArn: string | undefined;
|
|
1960
|
+
AssociationStatus: AssociationStatus | string | undefined;
|
|
1961
|
+
RelatedRequirements?: string[];
|
|
1962
|
+
UpdatedAt?: Date;
|
|
1963
|
+
UpdatedReason?: string;
|
|
1964
|
+
StandardsControlTitle?: string;
|
|
1965
|
+
StandardsControlDescription?: string;
|
|
1966
|
+
StandardsControlArns?: string[];
|
|
1967
|
+
}
|
|
1968
|
+
export interface UnprocessedStandardsControlAssociation {
|
|
1969
|
+
StandardsControlAssociationId: StandardsControlAssociationId | undefined;
|
|
1970
|
+
ErrorCode: UnprocessedErrorCode | string | undefined;
|
|
1971
|
+
ErrorReason?: string;
|
|
1972
|
+
}
|
|
1973
|
+
export interface BatchGetStandardsControlAssociationsResponse {
|
|
1974
|
+
StandardsControlAssociationDetails:
|
|
1975
|
+
| StandardsControlAssociationDetail[]
|
|
1976
|
+
| undefined;
|
|
1977
|
+
UnprocessedAssociations?: UnprocessedStandardsControlAssociation[];
|
|
1978
|
+
}
|
|
1911
1979
|
export interface BatchImportFindingsRequest {
|
|
1912
1980
|
Findings: AwsSecurityFinding[] | undefined;
|
|
1913
1981
|
}
|
|
@@ -1954,9 +2022,30 @@ export interface BatchUpdateFindingsResponse {
|
|
|
1954
2022
|
ProcessedFindings: AwsSecurityFindingIdentifier[] | undefined;
|
|
1955
2023
|
UnprocessedFindings: BatchUpdateFindingsUnprocessedFinding[] | undefined;
|
|
1956
2024
|
}
|
|
1957
|
-
export
|
|
1958
|
-
|
|
1959
|
-
|
|
2025
|
+
export interface StandardsControlAssociationUpdate {
|
|
2026
|
+
StandardsArn: string | undefined;
|
|
2027
|
+
SecurityControlId: string | undefined;
|
|
2028
|
+
AssociationStatus: AssociationStatus | string | undefined;
|
|
2029
|
+
UpdatedReason?: string;
|
|
2030
|
+
}
|
|
2031
|
+
export interface BatchUpdateStandardsControlAssociationsRequest {
|
|
2032
|
+
StandardsControlAssociationUpdates:
|
|
2033
|
+
| StandardsControlAssociationUpdate[]
|
|
2034
|
+
| undefined;
|
|
2035
|
+
}
|
|
2036
|
+
export interface UnprocessedStandardsControlAssociationUpdate {
|
|
2037
|
+
StandardsControlAssociationUpdate:
|
|
2038
|
+
| StandardsControlAssociationUpdate
|
|
2039
|
+
| undefined;
|
|
2040
|
+
ErrorCode: UnprocessedErrorCode | string | undefined;
|
|
2041
|
+
ErrorReason?: string;
|
|
2042
|
+
}
|
|
2043
|
+
export interface BatchUpdateStandardsControlAssociationsResponse {
|
|
2044
|
+
UnprocessedAssociationUpdates?: UnprocessedStandardsControlAssociationUpdate[];
|
|
2045
|
+
}
|
|
2046
|
+
export declare enum ControlFindingGenerator {
|
|
2047
|
+
SECURITY_CONTROL = "SECURITY_CONTROL",
|
|
2048
|
+
STANDARD_CONTROL = "STANDARD_CONTROL",
|
|
1960
2049
|
}
|
|
1961
2050
|
export interface CreateActionTargetRequest {
|
|
1962
2051
|
Name: string | undefined;
|
|
@@ -2015,72 +2104,9 @@ export interface DeleteActionTargetRequest {
|
|
|
2015
2104
|
export interface DeleteActionTargetResponse {
|
|
2016
2105
|
ActionTargetArn: string | undefined;
|
|
2017
2106
|
}
|
|
2018
|
-
export
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
export interface DeleteFindingAggregatorResponse {}
|
|
2022
|
-
export interface DeleteInsightRequest {
|
|
2023
|
-
InsightArn: string | undefined;
|
|
2024
|
-
}
|
|
2025
|
-
export interface DeleteInsightResponse {
|
|
2026
|
-
InsightArn: string | undefined;
|
|
2027
|
-
}
|
|
2028
|
-
export interface DeleteInvitationsRequest {
|
|
2029
|
-
AccountIds: string[] | undefined;
|
|
2030
|
-
}
|
|
2031
|
-
export interface DeleteInvitationsResponse {
|
|
2032
|
-
UnprocessedAccounts?: Result[];
|
|
2033
|
-
}
|
|
2034
|
-
export interface DeleteMembersRequest {
|
|
2035
|
-
AccountIds: string[] | undefined;
|
|
2036
|
-
}
|
|
2037
|
-
export interface DeleteMembersResponse {
|
|
2038
|
-
UnprocessedAccounts?: Result[];
|
|
2039
|
-
}
|
|
2040
|
-
export interface DescribeActionTargetsRequest {
|
|
2041
|
-
ActionTargetArns?: string[];
|
|
2042
|
-
NextToken?: string;
|
|
2043
|
-
MaxResults?: number;
|
|
2044
|
-
}
|
|
2045
|
-
export interface DescribeActionTargetsResponse {
|
|
2046
|
-
ActionTargets: ActionTarget[] | undefined;
|
|
2047
|
-
NextToken?: string;
|
|
2048
|
-
}
|
|
2049
|
-
export interface DescribeHubRequest {
|
|
2050
|
-
HubArn?: string;
|
|
2051
|
-
}
|
|
2052
|
-
export interface DescribeHubResponse {
|
|
2053
|
-
HubArn?: string;
|
|
2054
|
-
SubscribedAt?: string;
|
|
2055
|
-
AutoEnableControls?: boolean;
|
|
2056
|
-
}
|
|
2057
|
-
export interface DescribeOrganizationConfigurationRequest {}
|
|
2058
|
-
export interface DescribeOrganizationConfigurationResponse {
|
|
2059
|
-
AutoEnable?: boolean;
|
|
2060
|
-
MemberAccountLimitReached?: boolean;
|
|
2061
|
-
AutoEnableStandards?: AutoEnableStandards | string;
|
|
2062
|
-
}
|
|
2063
|
-
export interface DescribeProductsRequest {
|
|
2064
|
-
NextToken?: string;
|
|
2065
|
-
MaxResults?: number;
|
|
2066
|
-
ProductArn?: string;
|
|
2067
|
-
}
|
|
2068
|
-
export declare enum IntegrationType {
|
|
2069
|
-
RECEIVE_FINDINGS_FROM_SECURITY_HUB = "RECEIVE_FINDINGS_FROM_SECURITY_HUB",
|
|
2070
|
-
SEND_FINDINGS_TO_SECURITY_HUB = "SEND_FINDINGS_TO_SECURITY_HUB",
|
|
2071
|
-
UPDATE_FINDINGS_IN_SECURITY_HUB = "UPDATE_FINDINGS_IN_SECURITY_HUB",
|
|
2072
|
-
}
|
|
2073
|
-
export interface Product {
|
|
2074
|
-
ProductArn: string | undefined;
|
|
2075
|
-
ProductName?: string;
|
|
2076
|
-
CompanyName?: string;
|
|
2077
|
-
Description?: string;
|
|
2078
|
-
Categories?: string[];
|
|
2079
|
-
IntegrationTypes?: (IntegrationType | string)[];
|
|
2080
|
-
MarketplaceUrl?: string;
|
|
2081
|
-
ActivationUrl?: string;
|
|
2082
|
-
ProductSubscriptionResourcePolicy?: string;
|
|
2083
|
-
}
|
|
2107
|
+
export declare const AwsIamGroupPolicyFilterSensitiveLog: (
|
|
2108
|
+
obj: AwsIamGroupPolicy
|
|
2109
|
+
) => any;
|
|
2084
2110
|
export declare const AwsIamGroupDetailsFilterSensitiveLog: (
|
|
2085
2111
|
obj: AwsIamGroupDetails
|
|
2086
2112
|
) => any;
|
|
@@ -2745,6 +2771,33 @@ export declare const BatchEnableStandardsRequestFilterSensitiveLog: (
|
|
|
2745
2771
|
export declare const BatchEnableStandardsResponseFilterSensitiveLog: (
|
|
2746
2772
|
obj: BatchEnableStandardsResponse
|
|
2747
2773
|
) => any;
|
|
2774
|
+
export declare const BatchGetSecurityControlsRequestFilterSensitiveLog: (
|
|
2775
|
+
obj: BatchGetSecurityControlsRequest
|
|
2776
|
+
) => any;
|
|
2777
|
+
export declare const SecurityControlFilterSensitiveLog: (
|
|
2778
|
+
obj: SecurityControl
|
|
2779
|
+
) => any;
|
|
2780
|
+
export declare const UnprocessedSecurityControlFilterSensitiveLog: (
|
|
2781
|
+
obj: UnprocessedSecurityControl
|
|
2782
|
+
) => any;
|
|
2783
|
+
export declare const BatchGetSecurityControlsResponseFilterSensitiveLog: (
|
|
2784
|
+
obj: BatchGetSecurityControlsResponse
|
|
2785
|
+
) => any;
|
|
2786
|
+
export declare const StandardsControlAssociationIdFilterSensitiveLog: (
|
|
2787
|
+
obj: StandardsControlAssociationId
|
|
2788
|
+
) => any;
|
|
2789
|
+
export declare const BatchGetStandardsControlAssociationsRequestFilterSensitiveLog: (
|
|
2790
|
+
obj: BatchGetStandardsControlAssociationsRequest
|
|
2791
|
+
) => any;
|
|
2792
|
+
export declare const StandardsControlAssociationDetailFilterSensitiveLog: (
|
|
2793
|
+
obj: StandardsControlAssociationDetail
|
|
2794
|
+
) => any;
|
|
2795
|
+
export declare const UnprocessedStandardsControlAssociationFilterSensitiveLog: (
|
|
2796
|
+
obj: UnprocessedStandardsControlAssociation
|
|
2797
|
+
) => any;
|
|
2798
|
+
export declare const BatchGetStandardsControlAssociationsResponseFilterSensitiveLog: (
|
|
2799
|
+
obj: BatchGetStandardsControlAssociationsResponse
|
|
2800
|
+
) => any;
|
|
2748
2801
|
export declare const BatchImportFindingsRequestFilterSensitiveLog: (
|
|
2749
2802
|
obj: BatchImportFindingsRequest
|
|
2750
2803
|
) => any;
|
|
@@ -2770,6 +2823,18 @@ export declare const BatchUpdateFindingsUnprocessedFindingFilterSensitiveLog: (
|
|
|
2770
2823
|
export declare const BatchUpdateFindingsResponseFilterSensitiveLog: (
|
|
2771
2824
|
obj: BatchUpdateFindingsResponse
|
|
2772
2825
|
) => any;
|
|
2826
|
+
export declare const StandardsControlAssociationUpdateFilterSensitiveLog: (
|
|
2827
|
+
obj: StandardsControlAssociationUpdate
|
|
2828
|
+
) => any;
|
|
2829
|
+
export declare const BatchUpdateStandardsControlAssociationsRequestFilterSensitiveLog: (
|
|
2830
|
+
obj: BatchUpdateStandardsControlAssociationsRequest
|
|
2831
|
+
) => any;
|
|
2832
|
+
export declare const UnprocessedStandardsControlAssociationUpdateFilterSensitiveLog: (
|
|
2833
|
+
obj: UnprocessedStandardsControlAssociationUpdate
|
|
2834
|
+
) => any;
|
|
2835
|
+
export declare const BatchUpdateStandardsControlAssociationsResponseFilterSensitiveLog: (
|
|
2836
|
+
obj: BatchUpdateStandardsControlAssociationsResponse
|
|
2837
|
+
) => any;
|
|
2773
2838
|
export declare const CreateActionTargetRequestFilterSensitiveLog: (
|
|
2774
2839
|
obj: CreateActionTargetRequest
|
|
2775
2840
|
) => any;
|
|
@@ -2807,49 +2872,3 @@ export declare const DeleteActionTargetRequestFilterSensitiveLog: (
|
|
|
2807
2872
|
export declare const DeleteActionTargetResponseFilterSensitiveLog: (
|
|
2808
2873
|
obj: DeleteActionTargetResponse
|
|
2809
2874
|
) => any;
|
|
2810
|
-
export declare const DeleteFindingAggregatorRequestFilterSensitiveLog: (
|
|
2811
|
-
obj: DeleteFindingAggregatorRequest
|
|
2812
|
-
) => any;
|
|
2813
|
-
export declare const DeleteFindingAggregatorResponseFilterSensitiveLog: (
|
|
2814
|
-
obj: DeleteFindingAggregatorResponse
|
|
2815
|
-
) => any;
|
|
2816
|
-
export declare const DeleteInsightRequestFilterSensitiveLog: (
|
|
2817
|
-
obj: DeleteInsightRequest
|
|
2818
|
-
) => any;
|
|
2819
|
-
export declare const DeleteInsightResponseFilterSensitiveLog: (
|
|
2820
|
-
obj: DeleteInsightResponse
|
|
2821
|
-
) => any;
|
|
2822
|
-
export declare const DeleteInvitationsRequestFilterSensitiveLog: (
|
|
2823
|
-
obj: DeleteInvitationsRequest
|
|
2824
|
-
) => any;
|
|
2825
|
-
export declare const DeleteInvitationsResponseFilterSensitiveLog: (
|
|
2826
|
-
obj: DeleteInvitationsResponse
|
|
2827
|
-
) => any;
|
|
2828
|
-
export declare const DeleteMembersRequestFilterSensitiveLog: (
|
|
2829
|
-
obj: DeleteMembersRequest
|
|
2830
|
-
) => any;
|
|
2831
|
-
export declare const DeleteMembersResponseFilterSensitiveLog: (
|
|
2832
|
-
obj: DeleteMembersResponse
|
|
2833
|
-
) => any;
|
|
2834
|
-
export declare const DescribeActionTargetsRequestFilterSensitiveLog: (
|
|
2835
|
-
obj: DescribeActionTargetsRequest
|
|
2836
|
-
) => any;
|
|
2837
|
-
export declare const DescribeActionTargetsResponseFilterSensitiveLog: (
|
|
2838
|
-
obj: DescribeActionTargetsResponse
|
|
2839
|
-
) => any;
|
|
2840
|
-
export declare const DescribeHubRequestFilterSensitiveLog: (
|
|
2841
|
-
obj: DescribeHubRequest
|
|
2842
|
-
) => any;
|
|
2843
|
-
export declare const DescribeHubResponseFilterSensitiveLog: (
|
|
2844
|
-
obj: DescribeHubResponse
|
|
2845
|
-
) => any;
|
|
2846
|
-
export declare const DescribeOrganizationConfigurationRequestFilterSensitiveLog: (
|
|
2847
|
-
obj: DescribeOrganizationConfigurationRequest
|
|
2848
|
-
) => any;
|
|
2849
|
-
export declare const DescribeOrganizationConfigurationResponseFilterSensitiveLog: (
|
|
2850
|
-
obj: DescribeOrganizationConfigurationResponse
|
|
2851
|
-
) => any;
|
|
2852
|
-
export declare const DescribeProductsRequestFilterSensitiveLog: (
|
|
2853
|
-
obj: DescribeProductsRequest
|
|
2854
|
-
) => any;
|
|
2855
|
-
export declare const ProductFilterSensitiveLog: (obj: Product) => any;
|
|
@@ -1,14 +1,87 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
ActionTarget,
|
|
3
|
+
AdminAccount,
|
|
4
|
+
AssociationStatus,
|
|
5
|
+
AutoEnableStandards,
|
|
6
|
+
} from "./models_0";
|
|
2
7
|
import {
|
|
3
8
|
AwsSecurityFinding,
|
|
4
9
|
AwsSecurityFindingFilters,
|
|
10
|
+
ControlFindingGenerator,
|
|
5
11
|
ControlStatus,
|
|
6
12
|
NoteUpdate,
|
|
7
|
-
Product,
|
|
8
13
|
RecordState,
|
|
9
14
|
Result,
|
|
15
|
+
SeverityRating,
|
|
10
16
|
StandardsSubscription,
|
|
11
17
|
} from "./models_1";
|
|
18
|
+
export interface DeleteFindingAggregatorRequest {
|
|
19
|
+
FindingAggregatorArn: string | undefined;
|
|
20
|
+
}
|
|
21
|
+
export interface DeleteFindingAggregatorResponse {}
|
|
22
|
+
export interface DeleteInsightRequest {
|
|
23
|
+
InsightArn: string | undefined;
|
|
24
|
+
}
|
|
25
|
+
export interface DeleteInsightResponse {
|
|
26
|
+
InsightArn: string | undefined;
|
|
27
|
+
}
|
|
28
|
+
export interface DeleteInvitationsRequest {
|
|
29
|
+
AccountIds: string[] | undefined;
|
|
30
|
+
}
|
|
31
|
+
export interface DeleteInvitationsResponse {
|
|
32
|
+
UnprocessedAccounts?: Result[];
|
|
33
|
+
}
|
|
34
|
+
export interface DeleteMembersRequest {
|
|
35
|
+
AccountIds: string[] | undefined;
|
|
36
|
+
}
|
|
37
|
+
export interface DeleteMembersResponse {
|
|
38
|
+
UnprocessedAccounts?: Result[];
|
|
39
|
+
}
|
|
40
|
+
export interface DescribeActionTargetsRequest {
|
|
41
|
+
ActionTargetArns?: string[];
|
|
42
|
+
NextToken?: string;
|
|
43
|
+
MaxResults?: number;
|
|
44
|
+
}
|
|
45
|
+
export interface DescribeActionTargetsResponse {
|
|
46
|
+
ActionTargets: ActionTarget[] | undefined;
|
|
47
|
+
NextToken?: string;
|
|
48
|
+
}
|
|
49
|
+
export interface DescribeHubRequest {
|
|
50
|
+
HubArn?: string;
|
|
51
|
+
}
|
|
52
|
+
export interface DescribeHubResponse {
|
|
53
|
+
HubArn?: string;
|
|
54
|
+
SubscribedAt?: string;
|
|
55
|
+
AutoEnableControls?: boolean;
|
|
56
|
+
ControlFindingGenerator?: ControlFindingGenerator | string;
|
|
57
|
+
}
|
|
58
|
+
export interface DescribeOrganizationConfigurationRequest {}
|
|
59
|
+
export interface DescribeOrganizationConfigurationResponse {
|
|
60
|
+
AutoEnable?: boolean;
|
|
61
|
+
MemberAccountLimitReached?: boolean;
|
|
62
|
+
AutoEnableStandards?: AutoEnableStandards | string;
|
|
63
|
+
}
|
|
64
|
+
export interface DescribeProductsRequest {
|
|
65
|
+
NextToken?: string;
|
|
66
|
+
MaxResults?: number;
|
|
67
|
+
ProductArn?: string;
|
|
68
|
+
}
|
|
69
|
+
export declare enum IntegrationType {
|
|
70
|
+
RECEIVE_FINDINGS_FROM_SECURITY_HUB = "RECEIVE_FINDINGS_FROM_SECURITY_HUB",
|
|
71
|
+
SEND_FINDINGS_TO_SECURITY_HUB = "SEND_FINDINGS_TO_SECURITY_HUB",
|
|
72
|
+
UPDATE_FINDINGS_IN_SECURITY_HUB = "UPDATE_FINDINGS_IN_SECURITY_HUB",
|
|
73
|
+
}
|
|
74
|
+
export interface Product {
|
|
75
|
+
ProductArn: string | undefined;
|
|
76
|
+
ProductName?: string;
|
|
77
|
+
CompanyName?: string;
|
|
78
|
+
Description?: string;
|
|
79
|
+
Categories?: string[];
|
|
80
|
+
IntegrationTypes?: (IntegrationType | string)[];
|
|
81
|
+
MarketplaceUrl?: string;
|
|
82
|
+
ActivationUrl?: string;
|
|
83
|
+
ProductSubscriptionResourcePolicy?: string;
|
|
84
|
+
}
|
|
12
85
|
export interface DescribeProductsResponse {
|
|
13
86
|
Products: Product[] | undefined;
|
|
14
87
|
NextToken?: string;
|
|
@@ -37,12 +110,6 @@ export interface DescribeStandardsControlsRequest {
|
|
|
37
110
|
NextToken?: string;
|
|
38
111
|
MaxResults?: number;
|
|
39
112
|
}
|
|
40
|
-
export declare enum SeverityRating {
|
|
41
|
-
CRITICAL = "CRITICAL",
|
|
42
|
-
HIGH = "HIGH",
|
|
43
|
-
LOW = "LOW",
|
|
44
|
-
MEDIUM = "MEDIUM",
|
|
45
|
-
}
|
|
46
113
|
export interface StandardsControl {
|
|
47
114
|
StandardsControlArn?: string;
|
|
48
115
|
ControlStatus?: ControlStatus | string;
|
|
@@ -90,6 +157,7 @@ export interface EnableOrganizationAdminAccountResponse {}
|
|
|
90
157
|
export interface EnableSecurityHubRequest {
|
|
91
158
|
Tags?: Record<string, string>;
|
|
92
159
|
EnableDefaultStandards?: boolean;
|
|
160
|
+
ControlFindingGenerator?: ControlFindingGenerator | string;
|
|
93
161
|
}
|
|
94
162
|
export interface EnableSecurityHubResponse {}
|
|
95
163
|
export interface FindingAggregator {
|
|
@@ -242,6 +310,49 @@ export interface ListOrganizationAdminAccountsResponse {
|
|
|
242
310
|
AdminAccounts?: AdminAccount[];
|
|
243
311
|
NextToken?: string;
|
|
244
312
|
}
|
|
313
|
+
export interface ListSecurityControlDefinitionsRequest {
|
|
314
|
+
StandardsArn?: string;
|
|
315
|
+
NextToken?: string;
|
|
316
|
+
MaxResults?: number;
|
|
317
|
+
}
|
|
318
|
+
export declare enum RegionAvailabilityStatus {
|
|
319
|
+
AVAILABLE = "AVAILABLE",
|
|
320
|
+
UNAVAILABLE = "UNAVAILABLE",
|
|
321
|
+
}
|
|
322
|
+
export interface SecurityControlDefinition {
|
|
323
|
+
SecurityControlId: string | undefined;
|
|
324
|
+
Title: string | undefined;
|
|
325
|
+
Description: string | undefined;
|
|
326
|
+
RemediationUrl: string | undefined;
|
|
327
|
+
SeverityRating: SeverityRating | string | undefined;
|
|
328
|
+
CurrentRegionAvailability: RegionAvailabilityStatus | string | undefined;
|
|
329
|
+
}
|
|
330
|
+
export interface ListSecurityControlDefinitionsResponse {
|
|
331
|
+
SecurityControlDefinitions: SecurityControlDefinition[] | undefined;
|
|
332
|
+
NextToken?: string;
|
|
333
|
+
}
|
|
334
|
+
export interface ListStandardsControlAssociationsRequest {
|
|
335
|
+
SecurityControlId: string | undefined;
|
|
336
|
+
NextToken?: string;
|
|
337
|
+
MaxResults?: number;
|
|
338
|
+
}
|
|
339
|
+
export interface StandardsControlAssociationSummary {
|
|
340
|
+
StandardsArn: string | undefined;
|
|
341
|
+
SecurityControlId: string | undefined;
|
|
342
|
+
SecurityControlArn: string | undefined;
|
|
343
|
+
AssociationStatus: AssociationStatus | string | undefined;
|
|
344
|
+
RelatedRequirements?: string[];
|
|
345
|
+
UpdatedAt?: Date;
|
|
346
|
+
UpdatedReason?: string;
|
|
347
|
+
StandardsControlTitle?: string;
|
|
348
|
+
StandardsControlDescription?: string;
|
|
349
|
+
}
|
|
350
|
+
export interface ListStandardsControlAssociationsResponse {
|
|
351
|
+
StandardsControlAssociationSummaries:
|
|
352
|
+
| StandardsControlAssociationSummary[]
|
|
353
|
+
| undefined;
|
|
354
|
+
NextToken?: string;
|
|
355
|
+
}
|
|
245
356
|
export interface ListTagsForResourceRequest {
|
|
246
357
|
ResourceArn: string | undefined;
|
|
247
358
|
}
|
|
@@ -295,6 +406,7 @@ export interface UpdateOrganizationConfigurationRequest {
|
|
|
295
406
|
export interface UpdateOrganizationConfigurationResponse {}
|
|
296
407
|
export interface UpdateSecurityHubConfigurationRequest {
|
|
297
408
|
AutoEnableControls?: boolean;
|
|
409
|
+
ControlFindingGenerator?: ControlFindingGenerator | string;
|
|
298
410
|
}
|
|
299
411
|
export interface UpdateSecurityHubConfigurationResponse {}
|
|
300
412
|
export interface UpdateStandardsControlRequest {
|
|
@@ -303,6 +415,52 @@ export interface UpdateStandardsControlRequest {
|
|
|
303
415
|
DisabledReason?: string;
|
|
304
416
|
}
|
|
305
417
|
export interface UpdateStandardsControlResponse {}
|
|
418
|
+
export declare const DeleteFindingAggregatorRequestFilterSensitiveLog: (
|
|
419
|
+
obj: DeleteFindingAggregatorRequest
|
|
420
|
+
) => any;
|
|
421
|
+
export declare const DeleteFindingAggregatorResponseFilterSensitiveLog: (
|
|
422
|
+
obj: DeleteFindingAggregatorResponse
|
|
423
|
+
) => any;
|
|
424
|
+
export declare const DeleteInsightRequestFilterSensitiveLog: (
|
|
425
|
+
obj: DeleteInsightRequest
|
|
426
|
+
) => any;
|
|
427
|
+
export declare const DeleteInsightResponseFilterSensitiveLog: (
|
|
428
|
+
obj: DeleteInsightResponse
|
|
429
|
+
) => any;
|
|
430
|
+
export declare const DeleteInvitationsRequestFilterSensitiveLog: (
|
|
431
|
+
obj: DeleteInvitationsRequest
|
|
432
|
+
) => any;
|
|
433
|
+
export declare const DeleteInvitationsResponseFilterSensitiveLog: (
|
|
434
|
+
obj: DeleteInvitationsResponse
|
|
435
|
+
) => any;
|
|
436
|
+
export declare const DeleteMembersRequestFilterSensitiveLog: (
|
|
437
|
+
obj: DeleteMembersRequest
|
|
438
|
+
) => any;
|
|
439
|
+
export declare const DeleteMembersResponseFilterSensitiveLog: (
|
|
440
|
+
obj: DeleteMembersResponse
|
|
441
|
+
) => any;
|
|
442
|
+
export declare const DescribeActionTargetsRequestFilterSensitiveLog: (
|
|
443
|
+
obj: DescribeActionTargetsRequest
|
|
444
|
+
) => any;
|
|
445
|
+
export declare const DescribeActionTargetsResponseFilterSensitiveLog: (
|
|
446
|
+
obj: DescribeActionTargetsResponse
|
|
447
|
+
) => any;
|
|
448
|
+
export declare const DescribeHubRequestFilterSensitiveLog: (
|
|
449
|
+
obj: DescribeHubRequest
|
|
450
|
+
) => any;
|
|
451
|
+
export declare const DescribeHubResponseFilterSensitiveLog: (
|
|
452
|
+
obj: DescribeHubResponse
|
|
453
|
+
) => any;
|
|
454
|
+
export declare const DescribeOrganizationConfigurationRequestFilterSensitiveLog: (
|
|
455
|
+
obj: DescribeOrganizationConfigurationRequest
|
|
456
|
+
) => any;
|
|
457
|
+
export declare const DescribeOrganizationConfigurationResponseFilterSensitiveLog: (
|
|
458
|
+
obj: DescribeOrganizationConfigurationResponse
|
|
459
|
+
) => any;
|
|
460
|
+
export declare const DescribeProductsRequestFilterSensitiveLog: (
|
|
461
|
+
obj: DescribeProductsRequest
|
|
462
|
+
) => any;
|
|
463
|
+
export declare const ProductFilterSensitiveLog: (obj: Product) => any;
|
|
306
464
|
export declare const DescribeProductsResponseFilterSensitiveLog: (
|
|
307
465
|
obj: DescribeProductsResponse
|
|
308
466
|
) => any;
|
|
@@ -484,6 +642,24 @@ export declare const ListOrganizationAdminAccountsRequestFilterSensitiveLog: (
|
|
|
484
642
|
export declare const ListOrganizationAdminAccountsResponseFilterSensitiveLog: (
|
|
485
643
|
obj: ListOrganizationAdminAccountsResponse
|
|
486
644
|
) => any;
|
|
645
|
+
export declare const ListSecurityControlDefinitionsRequestFilterSensitiveLog: (
|
|
646
|
+
obj: ListSecurityControlDefinitionsRequest
|
|
647
|
+
) => any;
|
|
648
|
+
export declare const SecurityControlDefinitionFilterSensitiveLog: (
|
|
649
|
+
obj: SecurityControlDefinition
|
|
650
|
+
) => any;
|
|
651
|
+
export declare const ListSecurityControlDefinitionsResponseFilterSensitiveLog: (
|
|
652
|
+
obj: ListSecurityControlDefinitionsResponse
|
|
653
|
+
) => any;
|
|
654
|
+
export declare const ListStandardsControlAssociationsRequestFilterSensitiveLog: (
|
|
655
|
+
obj: ListStandardsControlAssociationsRequest
|
|
656
|
+
) => any;
|
|
657
|
+
export declare const StandardsControlAssociationSummaryFilterSensitiveLog: (
|
|
658
|
+
obj: StandardsControlAssociationSummary
|
|
659
|
+
) => any;
|
|
660
|
+
export declare const ListStandardsControlAssociationsResponseFilterSensitiveLog: (
|
|
661
|
+
obj: ListStandardsControlAssociationsResponse
|
|
662
|
+
) => any;
|
|
487
663
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
488
664
|
obj: ListTagsForResourceRequest
|
|
489
665
|
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSecurityControlDefinitionsCommandInput,
|
|
4
|
+
ListSecurityControlDefinitionsCommandOutput,
|
|
5
|
+
} from "../commands/ListSecurityControlDefinitionsCommand";
|
|
6
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListSecurityControlDefinitions(
|
|
8
|
+
config: SecurityHubPaginationConfiguration,
|
|
9
|
+
input: ListSecurityControlDefinitionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListSecurityControlDefinitionsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListStandardsControlAssociationsCommandInput,
|
|
4
|
+
ListStandardsControlAssociationsCommandOutput,
|
|
5
|
+
} from "../commands/ListStandardsControlAssociationsCommand";
|
|
6
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListStandardsControlAssociations(
|
|
8
|
+
config: SecurityHubPaginationConfiguration,
|
|
9
|
+
input: ListStandardsControlAssociationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListStandardsControlAssociationsCommandOutput>;
|
|
@@ -11,3 +11,5 @@ export * from "./ListFindingAggregatorsPaginator";
|
|
|
11
11
|
export * from "./ListInvitationsPaginator";
|
|
12
12
|
export * from "./ListMembersPaginator";
|
|
13
13
|
export * from "./ListOrganizationAdminAccountsPaginator";
|
|
14
|
+
export * from "./ListSecurityControlDefinitionsPaginator";
|
|
15
|
+
export * from "./ListStandardsControlAssociationsPaginator";
|