@aws-sdk/client-securityhub 3.828.0 → 3.831.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 +208 -0
- package/dist-cjs/index.js +1956 -51
- package/dist-es/SecurityHub.js +52 -0
- package/dist-es/commands/BatchUpdateFindingsV2Command.js +22 -0
- package/dist-es/commands/ConnectorRegistrationsV2Command.js +22 -0
- package/dist-es/commands/CreateAggregatorV2Command.js +22 -0
- package/dist-es/commands/CreateAutomationRuleV2Command.js +22 -0
- package/dist-es/commands/CreateConnectorV2Command.js +23 -0
- package/dist-es/commands/CreateTicketV2Command.js +22 -0
- package/dist-es/commands/DeleteAggregatorV2Command.js +22 -0
- package/dist-es/commands/DeleteAutomationRuleV2Command.js +22 -0
- package/dist-es/commands/DeleteConnectorV2Command.js +22 -0
- package/dist-es/commands/DescribeProductsV2Command.js +22 -0
- package/dist-es/commands/DescribeSecurityHubV2Command.js +22 -0
- package/dist-es/commands/DisableSecurityHubV2Command.js +22 -0
- package/dist-es/commands/EnableSecurityHubV2Command.js +22 -0
- package/dist-es/commands/GetAggregatorV2Command.js +22 -0
- package/dist-es/commands/GetAutomationRuleV2Command.js +22 -0
- package/dist-es/commands/GetConnectorV2Command.js +22 -0
- package/dist-es/commands/GetFindingStatisticsV2Command.js +22 -0
- package/dist-es/commands/GetFindingsV2Command.js +22 -0
- package/dist-es/commands/GetResourcesStatisticsV2Command.js +22 -0
- package/dist-es/commands/GetResourcesV2Command.js +22 -0
- package/dist-es/commands/ListAggregatorsV2Command.js +22 -0
- package/dist-es/commands/ListAutomationRulesV2Command.js +22 -0
- package/dist-es/commands/ListConnectorsV2Command.js +22 -0
- package/dist-es/commands/UpdateAggregatorV2Command.js +22 -0
- package/dist-es/commands/UpdateAutomationRuleV2Command.js +22 -0
- package/dist-es/commands/UpdateConnectorV2Command.js +23 -0
- package/dist-es/commands/index.js +26 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +13 -0
- package/dist-es/models/models_2.js +193 -19
- package/dist-es/models/models_3.js +101 -0
- package/dist-es/pagination/DescribeProductsV2Paginator.js +4 -0
- package/dist-es/pagination/GetFindingsV2Paginator.js +4 -0
- package/dist-es/pagination/GetResourcesV2Paginator.js +4 -0
- package/dist-es/pagination/ListAggregatorsV2Paginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +1071 -32
- package/dist-types/SecurityHub.d.ts +192 -0
- package/dist-types/SecurityHubClient.d.ts +28 -2
- package/dist-types/commands/BatchGetAutomationRulesCommand.d.ts +5 -5
- package/dist-types/commands/BatchUpdateAutomationRulesCommand.d.ts +5 -5
- package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +16 -12
- package/dist-types/commands/BatchUpdateFindingsV2Command.d.ts +129 -0
- package/dist-types/commands/ConnectorRegistrationsV2Command.d.ts +96 -0
- package/dist-types/commands/CreateAggregatorV2Command.d.ts +106 -0
- package/dist-types/commands/CreateAutomationRuleCommand.d.ts +5 -5
- package/dist-types/commands/CreateAutomationRuleV2Command.d.ts +174 -0
- package/dist-types/commands/CreateConnectorV2Command.d.ts +112 -0
- package/dist-types/commands/CreateInsightCommand.d.ts +5 -5
- package/dist-types/commands/CreateTicketV2Command.d.ts +97 -0
- package/dist-types/commands/DeleteAggregatorV2Command.d.ts +92 -0
- package/dist-types/commands/DeleteAutomationRuleV2Command.d.ts +92 -0
- package/dist-types/commands/DeleteConnectorV2Command.d.ts +92 -0
- package/dist-types/commands/DescribeProductsV2Command.d.ts +107 -0
- package/dist-types/commands/DescribeSecurityHubV2Command.d.ts +87 -0
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -0
- package/dist-types/commands/DisableSecurityHubV2Command.d.ts +84 -0
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +6 -2
- package/dist-types/commands/EnableSecurityHubV2Command.d.ts +90 -0
- package/dist-types/commands/GetAggregatorV2Command.d.ts +99 -0
- package/dist-types/commands/GetAutomationRuleV2Command.d.ts +176 -0
- package/dist-types/commands/GetConnectorV2Command.d.ts +119 -0
- package/dist-types/commands/GetFindingHistoryCommand.d.ts +8 -2
- package/dist-types/commands/GetFindingStatisticsV2Command.d.ts +169 -0
- package/dist-types/commands/GetFindingsCommand.d.ts +7 -6
- package/dist-types/commands/GetFindingsV2Command.d.ts +163 -0
- package/dist-types/commands/GetInsightResultsCommand.d.ts +1 -1
- package/dist-types/commands/GetInsightsCommand.d.ts +6 -6
- 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/commands/GetResourcesStatisticsV2Command.d.ts +162 -0
- package/dist-types/commands/GetResourcesV2Command.d.ts +190 -0
- package/dist-types/commands/GetSecurityControlDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/InviteMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListAggregatorsV2Command.d.ts +100 -0
- package/dist-types/commands/ListAutomationRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListAutomationRulesV2Command.d.ts +109 -0
- package/dist-types/commands/ListConfigurationPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListConfigurationPolicyAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListConnectorsV2Command.d.ts +110 -0
- 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 +3 -1
- package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/StartConfigurationPolicyAssociationCommand.d.ts +1 -1
- package/dist-types/commands/StartConfigurationPolicyDisassociationCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateActionTargetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAggregatorV2Command.d.ts +103 -0
- package/dist-types/commands/UpdateAutomationRuleV2Command.d.ts +171 -0
- package/dist-types/commands/UpdateConfigurationPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectorV2Command.d.ts +99 -0
- package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFindingsCommand.d.ts +6 -6
- package/dist-types/commands/UpdateInsightCommand.d.ts +6 -6
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityControlCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStandardsControlCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +26 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +7 -7
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +166 -320
- package/dist-types/models/models_1.d.ts +319 -343
- package/dist-types/models/models_2.d.ts +2465 -2269
- package/dist-types/models/models_3.d.ts +2386 -0
- package/dist-types/pagination/DescribeProductsV2Paginator.d.ts +7 -0
- package/dist-types/pagination/GetFindingsV2Paginator.d.ts +7 -0
- package/dist-types/pagination/GetResourcesV2Paginator.d.ts +7 -0
- package/dist-types/pagination/ListAggregatorsV2Paginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +234 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/SecurityHub.d.ts +452 -0
- package/dist-types/ts3.4/SecurityHubClient.d.ts +156 -0
- package/dist-types/ts3.4/commands/BatchUpdateFindingsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/ConnectorRegistrationsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAggregatorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAutomationRuleV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateConnectorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateTicketV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteAggregatorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAutomationRuleV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteConnectorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeProductsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSecurityHubV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableSecurityHubV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSecurityHubV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAggregatorV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetAutomationRuleV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConnectorV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetFindingStatisticsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetFindingsV2Command.d.ts +50 -0
- 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/commands/GetResourcesStatisticsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetResourcesV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetSecurityControlDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAggregatorsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAutomationRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAutomationRulesV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListConfigurationPoliciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConfigurationPolicyAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConnectorsV2Command.d.ts +50 -0
- 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/ListSecurityControlDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStandardsControlAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartConfigurationPolicyAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartConfigurationPolicyDisassociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateActionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAggregatorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateAutomationRuleV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInsightCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityHubConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStandardsControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +7 -7
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +50 -57
- package/dist-types/ts3.4/models/models_1.d.ts +57 -66
- package/dist-types/ts3.4/models/models_2.d.ts +522 -310
- package/dist-types/ts3.4/models/models_3.d.ts +626 -0
- package/dist-types/ts3.4/pagination/DescribeProductsV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetFindingsV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetResourcesV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAggregatorsV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +312 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
- package/package.json +5 -3
|
@@ -0,0 +1,626 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
AdminAccount,
|
|
5
|
+
AggregatorV2,
|
|
6
|
+
AllowedOperators,
|
|
7
|
+
AssociationFilters,
|
|
8
|
+
AssociationStatus,
|
|
9
|
+
AssociationType,
|
|
10
|
+
AutoEnableStandards,
|
|
11
|
+
AutomationRulesActionV2,
|
|
12
|
+
AutomationRulesMetadata,
|
|
13
|
+
AutomationRulesMetadataV2,
|
|
14
|
+
ConfigurationPolicyAssociationStatus,
|
|
15
|
+
DateFilter,
|
|
16
|
+
MapFilter,
|
|
17
|
+
NoteUpdate,
|
|
18
|
+
NumberFilter,
|
|
19
|
+
RuleStatusV2,
|
|
20
|
+
StringFilter,
|
|
21
|
+
} from "./models_0";
|
|
22
|
+
import { RecordState } from "./models_1";
|
|
23
|
+
import {
|
|
24
|
+
AwsSecurityFinding,
|
|
25
|
+
AwsSecurityFindingFilters,
|
|
26
|
+
ConfigurationOptions,
|
|
27
|
+
ConfigurationPolicyAssociationSummary,
|
|
28
|
+
ConfigurationPolicySummary,
|
|
29
|
+
ConnectorProviderName,
|
|
30
|
+
ConnectorStatus,
|
|
31
|
+
ConnectorSummary,
|
|
32
|
+
ControlFindingGenerator,
|
|
33
|
+
ControlStatus,
|
|
34
|
+
Criteria,
|
|
35
|
+
FindingAggregator,
|
|
36
|
+
Invitation,
|
|
37
|
+
OcsfFindingFilters,
|
|
38
|
+
OrganizationConfiguration,
|
|
39
|
+
ParameterConfiguration,
|
|
40
|
+
Policy,
|
|
41
|
+
Result,
|
|
42
|
+
SecurityControlProperty,
|
|
43
|
+
SecurityHubFeature,
|
|
44
|
+
SeverityRating,
|
|
45
|
+
SortCriterion,
|
|
46
|
+
SortOrder,
|
|
47
|
+
Target,
|
|
48
|
+
TargetType,
|
|
49
|
+
} from "./models_2";
|
|
50
|
+
import { SecurityHubServiceException as __BaseException } from "./SecurityHubServiceException";
|
|
51
|
+
export interface GetFindingsResponse {
|
|
52
|
+
Findings: AwsSecurityFinding[] | undefined;
|
|
53
|
+
NextToken?: string | undefined;
|
|
54
|
+
}
|
|
55
|
+
export declare const GroupByField: {
|
|
56
|
+
readonly ACTIVITY_NAME: "activity_name";
|
|
57
|
+
readonly CLASS_NAME: "class_name";
|
|
58
|
+
readonly CLOUD_ACCOUNT_UID: "cloud.account.uid";
|
|
59
|
+
readonly CLOUD_PROVIDER: "cloud.provider";
|
|
60
|
+
readonly CLOUD_REGION: "cloud.region";
|
|
61
|
+
readonly COMPLIANCE_ASSESSMENTS_NAME: "compliance.assessments.name";
|
|
62
|
+
readonly COMPLIANCE_CONTROL: "compliance.control";
|
|
63
|
+
readonly COMPLIANCE_STATUS: "compliance.status";
|
|
64
|
+
readonly FINDING_INFO_TITLE: "finding_info.title";
|
|
65
|
+
readonly FINDING_INFO_TYPES: "finding_info.types";
|
|
66
|
+
readonly METADATA_PRODUCT_NAME: "metadata.product.name";
|
|
67
|
+
readonly METADATA_PRODUCT_UID: "metadata.product.uid";
|
|
68
|
+
readonly RESOURCES_TYPE: "resources.type";
|
|
69
|
+
readonly RESOURCES_UID: "resources.uid";
|
|
70
|
+
readonly SEVERITY: "severity";
|
|
71
|
+
readonly STATUS: "status";
|
|
72
|
+
readonly VULNERABILITIES_FIX_COVERAGE: "vulnerabilities.fix_coverage";
|
|
73
|
+
};
|
|
74
|
+
export type GroupByField = (typeof GroupByField)[keyof typeof GroupByField];
|
|
75
|
+
export interface GroupByRule {
|
|
76
|
+
Filters?: OcsfFindingFilters | undefined;
|
|
77
|
+
GroupByField: GroupByField | undefined;
|
|
78
|
+
}
|
|
79
|
+
export interface GetFindingStatisticsV2Request {
|
|
80
|
+
GroupByRules: GroupByRule[] | undefined;
|
|
81
|
+
SortOrder?: SortOrder | undefined;
|
|
82
|
+
MaxStatisticResults?: number | undefined;
|
|
83
|
+
}
|
|
84
|
+
export interface GroupByValue {
|
|
85
|
+
FieldValue?: string | undefined;
|
|
86
|
+
Count?: number | undefined;
|
|
87
|
+
}
|
|
88
|
+
export interface GroupByResult {
|
|
89
|
+
GroupByField?: string | undefined;
|
|
90
|
+
GroupByValues?: GroupByValue[] | undefined;
|
|
91
|
+
}
|
|
92
|
+
export interface GetFindingStatisticsV2Response {
|
|
93
|
+
GroupByResults?: GroupByResult[] | undefined;
|
|
94
|
+
}
|
|
95
|
+
export interface GetFindingsV2Request {
|
|
96
|
+
Filters?: OcsfFindingFilters | undefined;
|
|
97
|
+
SortCriteria?: SortCriterion[] | undefined;
|
|
98
|
+
NextToken?: string | undefined;
|
|
99
|
+
MaxResults?: number | undefined;
|
|
100
|
+
}
|
|
101
|
+
export interface GetFindingsV2Response {
|
|
102
|
+
Findings?: __DocumentType[] | undefined;
|
|
103
|
+
NextToken?: string | undefined;
|
|
104
|
+
}
|
|
105
|
+
export interface GetInsightResultsRequest {
|
|
106
|
+
InsightArn: string | undefined;
|
|
107
|
+
}
|
|
108
|
+
export interface InsightResultValue {
|
|
109
|
+
GroupByAttributeValue: string | undefined;
|
|
110
|
+
Count: number | undefined;
|
|
111
|
+
}
|
|
112
|
+
export interface InsightResults {
|
|
113
|
+
InsightArn: string | undefined;
|
|
114
|
+
GroupByAttribute: string | undefined;
|
|
115
|
+
ResultValues: InsightResultValue[] | undefined;
|
|
116
|
+
}
|
|
117
|
+
export interface GetInsightResultsResponse {
|
|
118
|
+
InsightResults: InsightResults | undefined;
|
|
119
|
+
}
|
|
120
|
+
export interface GetInsightsRequest {
|
|
121
|
+
InsightArns?: string[] | undefined;
|
|
122
|
+
NextToken?: string | undefined;
|
|
123
|
+
MaxResults?: number | undefined;
|
|
124
|
+
}
|
|
125
|
+
export interface Insight {
|
|
126
|
+
InsightArn: string | undefined;
|
|
127
|
+
Name: string | undefined;
|
|
128
|
+
Filters: AwsSecurityFindingFilters | undefined;
|
|
129
|
+
GroupByAttribute: string | undefined;
|
|
130
|
+
}
|
|
131
|
+
export interface GetInsightsResponse {
|
|
132
|
+
Insights: Insight[] | undefined;
|
|
133
|
+
NextToken?: string | undefined;
|
|
134
|
+
}
|
|
135
|
+
export interface GetInvitationsCountRequest {}
|
|
136
|
+
export interface GetInvitationsCountResponse {
|
|
137
|
+
InvitationsCount?: number | undefined;
|
|
138
|
+
}
|
|
139
|
+
export interface GetMasterAccountRequest {}
|
|
140
|
+
export interface GetMasterAccountResponse {
|
|
141
|
+
Master?: Invitation | undefined;
|
|
142
|
+
}
|
|
143
|
+
export interface GetMembersRequest {
|
|
144
|
+
AccountIds: string[] | undefined;
|
|
145
|
+
}
|
|
146
|
+
export interface Member {
|
|
147
|
+
AccountId?: string | undefined;
|
|
148
|
+
Email?: string | undefined;
|
|
149
|
+
MasterId?: string | undefined;
|
|
150
|
+
AdministratorId?: string | undefined;
|
|
151
|
+
MemberStatus?: string | undefined;
|
|
152
|
+
InvitedAt?: Date | undefined;
|
|
153
|
+
UpdatedAt?: Date | undefined;
|
|
154
|
+
}
|
|
155
|
+
export interface GetMembersResponse {
|
|
156
|
+
Members?: Member[] | undefined;
|
|
157
|
+
UnprocessedAccounts?: Result[] | undefined;
|
|
158
|
+
}
|
|
159
|
+
export declare const ResourcesDateField: {
|
|
160
|
+
readonly RESOURCE_CREATION_TIME_DT: "resource_creation_time_dt";
|
|
161
|
+
readonly RESOURCE_DETAIL_CAPTURE_TIME_DT: "resource_detail_capture_time_dt";
|
|
162
|
+
};
|
|
163
|
+
export type ResourcesDateField =
|
|
164
|
+
(typeof ResourcesDateField)[keyof typeof ResourcesDateField];
|
|
165
|
+
export interface ResourcesDateFilter {
|
|
166
|
+
FieldName?: ResourcesDateField | undefined;
|
|
167
|
+
Filter?: DateFilter | undefined;
|
|
168
|
+
}
|
|
169
|
+
export declare const ResourcesMapField: {
|
|
170
|
+
readonly TAG: "tags";
|
|
171
|
+
};
|
|
172
|
+
export type ResourcesMapField =
|
|
173
|
+
(typeof ResourcesMapField)[keyof typeof ResourcesMapField];
|
|
174
|
+
export interface ResourcesMapFilter {
|
|
175
|
+
FieldName?: ResourcesMapField | undefined;
|
|
176
|
+
Filter?: MapFilter | undefined;
|
|
177
|
+
}
|
|
178
|
+
export declare const ResourcesNumberField: {
|
|
179
|
+
readonly SEVERITY_CRITICAL: "findings_summary.severities.critical";
|
|
180
|
+
readonly SEVERITY_FATAL: "findings_summary.severities.fatal";
|
|
181
|
+
readonly SEVERITY_HIGH: "findings_summary.severities.high";
|
|
182
|
+
readonly SEVERITY_INFORMATIONAL: "findings_summary.severities.informational";
|
|
183
|
+
readonly SEVERITY_LOW: "findings_summary.severities.low";
|
|
184
|
+
readonly SEVERITY_MEDIUM: "findings_summary.severities.medium";
|
|
185
|
+
readonly SEVERITY_OTHER: "findings_summary.severities.other";
|
|
186
|
+
readonly SEVERITY_UNKNOWN: "findings_summary.severities.unknown";
|
|
187
|
+
readonly TOTAL_FINDINGS: "findings_summary.total_findings";
|
|
188
|
+
};
|
|
189
|
+
export type ResourcesNumberField =
|
|
190
|
+
(typeof ResourcesNumberField)[keyof typeof ResourcesNumberField];
|
|
191
|
+
export interface ResourcesNumberFilter {
|
|
192
|
+
FieldName?: ResourcesNumberField | undefined;
|
|
193
|
+
Filter?: NumberFilter | undefined;
|
|
194
|
+
}
|
|
195
|
+
export declare const ResourcesStringField: {
|
|
196
|
+
readonly ACCOUNT_ID: "account_id";
|
|
197
|
+
readonly FINDING_TYPE: "findings_summary.finding_type";
|
|
198
|
+
readonly PRODUCT_NAME: "findings_summary.product_name";
|
|
199
|
+
readonly REGION: "region";
|
|
200
|
+
readonly RESOURCE_ARN: "resource_arn";
|
|
201
|
+
readonly RESOURCE_CATEGORY: "resource_category";
|
|
202
|
+
readonly RESOURCE_ID: "resource_id";
|
|
203
|
+
readonly RESOURCE_NAME: "resource_name";
|
|
204
|
+
readonly RESOURCE_TYPE: "resource_type";
|
|
205
|
+
};
|
|
206
|
+
export type ResourcesStringField =
|
|
207
|
+
(typeof ResourcesStringField)[keyof typeof ResourcesStringField];
|
|
208
|
+
export interface ResourcesStringFilter {
|
|
209
|
+
FieldName?: ResourcesStringField | undefined;
|
|
210
|
+
Filter?: StringFilter | undefined;
|
|
211
|
+
}
|
|
212
|
+
export interface ResourcesCompositeFilter {
|
|
213
|
+
StringFilters?: ResourcesStringFilter[] | undefined;
|
|
214
|
+
DateFilters?: ResourcesDateFilter[] | undefined;
|
|
215
|
+
NumberFilters?: ResourcesNumberFilter[] | undefined;
|
|
216
|
+
MapFilters?: ResourcesMapFilter[] | undefined;
|
|
217
|
+
Operator?: AllowedOperators | undefined;
|
|
218
|
+
}
|
|
219
|
+
export interface ResourcesFilters {
|
|
220
|
+
CompositeFilters?: ResourcesCompositeFilter[] | undefined;
|
|
221
|
+
CompositeOperator?: AllowedOperators | undefined;
|
|
222
|
+
}
|
|
223
|
+
export declare const ResourceGroupByField: {
|
|
224
|
+
readonly ACCOUNT_ID: "account_id";
|
|
225
|
+
readonly FINDING_TYPE: "findings_summary.finding_type";
|
|
226
|
+
readonly REGION: "region";
|
|
227
|
+
readonly RESOURCE_CATEGORY: "resource_category";
|
|
228
|
+
readonly RESOURCE_NAME: "resource_name";
|
|
229
|
+
readonly RESOURCE_TYPE: "resource_type";
|
|
230
|
+
};
|
|
231
|
+
export type ResourceGroupByField =
|
|
232
|
+
(typeof ResourceGroupByField)[keyof typeof ResourceGroupByField];
|
|
233
|
+
export interface ResourceGroupByRule {
|
|
234
|
+
GroupByField: ResourceGroupByField | undefined;
|
|
235
|
+
Filters?: ResourcesFilters | undefined;
|
|
236
|
+
}
|
|
237
|
+
export interface GetResourcesStatisticsV2Request {
|
|
238
|
+
GroupByRules: ResourceGroupByRule[] | undefined;
|
|
239
|
+
SortOrder?: SortOrder | undefined;
|
|
240
|
+
MaxStatisticResults?: number | undefined;
|
|
241
|
+
}
|
|
242
|
+
export interface GetResourcesStatisticsV2Response {
|
|
243
|
+
GroupByResults: GroupByResult[] | undefined;
|
|
244
|
+
}
|
|
245
|
+
export interface GetResourcesV2Request {
|
|
246
|
+
Filters?: ResourcesFilters | undefined;
|
|
247
|
+
SortCriteria?: SortCriterion[] | undefined;
|
|
248
|
+
NextToken?: string | undefined;
|
|
249
|
+
MaxResults?: number | undefined;
|
|
250
|
+
}
|
|
251
|
+
export interface ResourceSeverityBreakdown {
|
|
252
|
+
Other?: number | undefined;
|
|
253
|
+
Fatal?: number | undefined;
|
|
254
|
+
Critical?: number | undefined;
|
|
255
|
+
High?: number | undefined;
|
|
256
|
+
Medium?: number | undefined;
|
|
257
|
+
Low?: number | undefined;
|
|
258
|
+
Informational?: number | undefined;
|
|
259
|
+
Unknown?: number | undefined;
|
|
260
|
+
}
|
|
261
|
+
export interface ResourceFindingsSummary {
|
|
262
|
+
FindingType: string | undefined;
|
|
263
|
+
ProductName: string | undefined;
|
|
264
|
+
TotalFindings: number | undefined;
|
|
265
|
+
Severities?: ResourceSeverityBreakdown | undefined;
|
|
266
|
+
}
|
|
267
|
+
export declare const ResourceCategory: {
|
|
268
|
+
readonly AI_ML: "AI/ML";
|
|
269
|
+
readonly CODE: "Code";
|
|
270
|
+
readonly COMPUTE: "Compute";
|
|
271
|
+
readonly DATABASE: "Database";
|
|
272
|
+
readonly IDENTITY: "Identity";
|
|
273
|
+
readonly NETWORK: "Network";
|
|
274
|
+
readonly OTHER: "Other";
|
|
275
|
+
readonly STORAGE: "Storage";
|
|
276
|
+
};
|
|
277
|
+
export type ResourceCategory =
|
|
278
|
+
(typeof ResourceCategory)[keyof typeof ResourceCategory];
|
|
279
|
+
export interface ResourceTag {
|
|
280
|
+
Key: string | undefined;
|
|
281
|
+
Value: string | undefined;
|
|
282
|
+
}
|
|
283
|
+
export interface ResourceResult {
|
|
284
|
+
ResourceArn?: string | undefined;
|
|
285
|
+
ResourceId: string | undefined;
|
|
286
|
+
AccountId: string | undefined;
|
|
287
|
+
Region: string | undefined;
|
|
288
|
+
ResourceCategory?: ResourceCategory | undefined;
|
|
289
|
+
ResourceType?: string | undefined;
|
|
290
|
+
ResourceName?: string | undefined;
|
|
291
|
+
ResourceCreationTimeDt?: string | undefined;
|
|
292
|
+
ResourceDetailCaptureTimeDt: string | undefined;
|
|
293
|
+
FindingsSummary?: ResourceFindingsSummary[] | undefined;
|
|
294
|
+
ResourceTags?: ResourceTag[] | undefined;
|
|
295
|
+
ResourceConfig: __DocumentType | undefined;
|
|
296
|
+
}
|
|
297
|
+
export interface GetResourcesV2Response {
|
|
298
|
+
Resources: ResourceResult[] | undefined;
|
|
299
|
+
NextToken?: string | undefined;
|
|
300
|
+
}
|
|
301
|
+
export interface GetSecurityControlDefinitionRequest {
|
|
302
|
+
SecurityControlId: string | undefined;
|
|
303
|
+
}
|
|
304
|
+
export declare const RegionAvailabilityStatus: {
|
|
305
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
306
|
+
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
307
|
+
};
|
|
308
|
+
export type RegionAvailabilityStatus =
|
|
309
|
+
(typeof RegionAvailabilityStatus)[keyof typeof RegionAvailabilityStatus];
|
|
310
|
+
export interface ParameterDefinition {
|
|
311
|
+
Description: string | undefined;
|
|
312
|
+
ConfigurationOptions: ConfigurationOptions | undefined;
|
|
313
|
+
}
|
|
314
|
+
export interface SecurityControlDefinition {
|
|
315
|
+
SecurityControlId: string | undefined;
|
|
316
|
+
Title: string | undefined;
|
|
317
|
+
Description: string | undefined;
|
|
318
|
+
RemediationUrl: string | undefined;
|
|
319
|
+
SeverityRating: SeverityRating | undefined;
|
|
320
|
+
CurrentRegionAvailability: RegionAvailabilityStatus | undefined;
|
|
321
|
+
CustomizableProperties?: SecurityControlProperty[] | undefined;
|
|
322
|
+
ParameterDefinitions?: Record<string, ParameterDefinition> | undefined;
|
|
323
|
+
}
|
|
324
|
+
export interface GetSecurityControlDefinitionResponse {
|
|
325
|
+
SecurityControlDefinition: SecurityControlDefinition | undefined;
|
|
326
|
+
}
|
|
327
|
+
export interface InviteMembersRequest {
|
|
328
|
+
AccountIds: string[] | undefined;
|
|
329
|
+
}
|
|
330
|
+
export interface InviteMembersResponse {
|
|
331
|
+
UnprocessedAccounts?: Result[] | undefined;
|
|
332
|
+
}
|
|
333
|
+
export interface JiraCloudUpdateConfiguration {
|
|
334
|
+
ProjectKey: string | undefined;
|
|
335
|
+
}
|
|
336
|
+
export interface ListAggregatorsV2Request {
|
|
337
|
+
NextToken?: string | undefined;
|
|
338
|
+
MaxResults?: number | undefined;
|
|
339
|
+
}
|
|
340
|
+
export interface ListAggregatorsV2Response {
|
|
341
|
+
AggregatorsV2?: AggregatorV2[] | undefined;
|
|
342
|
+
NextToken?: string | undefined;
|
|
343
|
+
}
|
|
344
|
+
export interface ListAutomationRulesRequest {
|
|
345
|
+
NextToken?: string | undefined;
|
|
346
|
+
MaxResults?: number | undefined;
|
|
347
|
+
}
|
|
348
|
+
export interface ListAutomationRulesResponse {
|
|
349
|
+
AutomationRulesMetadata?: AutomationRulesMetadata[] | undefined;
|
|
350
|
+
NextToken?: string | undefined;
|
|
351
|
+
}
|
|
352
|
+
export interface ListAutomationRulesV2Request {
|
|
353
|
+
NextToken?: string | undefined;
|
|
354
|
+
MaxResults?: number | undefined;
|
|
355
|
+
}
|
|
356
|
+
export interface ListAutomationRulesV2Response {
|
|
357
|
+
Rules?: AutomationRulesMetadataV2[] | undefined;
|
|
358
|
+
NextToken?: string | undefined;
|
|
359
|
+
}
|
|
360
|
+
export interface ListConfigurationPoliciesRequest {
|
|
361
|
+
NextToken?: string | undefined;
|
|
362
|
+
MaxResults?: number | undefined;
|
|
363
|
+
}
|
|
364
|
+
export interface ListConfigurationPoliciesResponse {
|
|
365
|
+
ConfigurationPolicySummaries?: ConfigurationPolicySummary[] | undefined;
|
|
366
|
+
NextToken?: string | undefined;
|
|
367
|
+
}
|
|
368
|
+
export interface ListConfigurationPolicyAssociationsRequest {
|
|
369
|
+
NextToken?: string | undefined;
|
|
370
|
+
MaxResults?: number | undefined;
|
|
371
|
+
Filters?: AssociationFilters | undefined;
|
|
372
|
+
}
|
|
373
|
+
export interface ListConfigurationPolicyAssociationsResponse {
|
|
374
|
+
ConfigurationPolicyAssociationSummaries?:
|
|
375
|
+
| ConfigurationPolicyAssociationSummary[]
|
|
376
|
+
| undefined;
|
|
377
|
+
NextToken?: string | undefined;
|
|
378
|
+
}
|
|
379
|
+
export interface ListConnectorsV2Request {
|
|
380
|
+
NextToken?: string | undefined;
|
|
381
|
+
MaxResults?: number | undefined;
|
|
382
|
+
ProviderName?: ConnectorProviderName | undefined;
|
|
383
|
+
ConnectorStatus?: ConnectorStatus | undefined;
|
|
384
|
+
}
|
|
385
|
+
export interface ListConnectorsV2Response {
|
|
386
|
+
NextToken?: string | undefined;
|
|
387
|
+
Connectors: ConnectorSummary[] | undefined;
|
|
388
|
+
}
|
|
389
|
+
export interface ListEnabledProductsForImportRequest {
|
|
390
|
+
NextToken?: string | undefined;
|
|
391
|
+
MaxResults?: number | undefined;
|
|
392
|
+
}
|
|
393
|
+
export interface ListEnabledProductsForImportResponse {
|
|
394
|
+
ProductSubscriptions?: string[] | undefined;
|
|
395
|
+
NextToken?: string | undefined;
|
|
396
|
+
}
|
|
397
|
+
export interface ListFindingAggregatorsRequest {
|
|
398
|
+
NextToken?: string | undefined;
|
|
399
|
+
MaxResults?: number | undefined;
|
|
400
|
+
}
|
|
401
|
+
export interface ListFindingAggregatorsResponse {
|
|
402
|
+
FindingAggregators?: FindingAggregator[] | undefined;
|
|
403
|
+
NextToken?: string | undefined;
|
|
404
|
+
}
|
|
405
|
+
export interface ListInvitationsRequest {
|
|
406
|
+
MaxResults?: number | undefined;
|
|
407
|
+
NextToken?: string | undefined;
|
|
408
|
+
}
|
|
409
|
+
export interface ListInvitationsResponse {
|
|
410
|
+
Invitations?: Invitation[] | undefined;
|
|
411
|
+
NextToken?: string | undefined;
|
|
412
|
+
}
|
|
413
|
+
export interface ListMembersRequest {
|
|
414
|
+
OnlyAssociated?: boolean | undefined;
|
|
415
|
+
MaxResults?: number | undefined;
|
|
416
|
+
NextToken?: string | undefined;
|
|
417
|
+
}
|
|
418
|
+
export interface ListMembersResponse {
|
|
419
|
+
Members?: Member[] | undefined;
|
|
420
|
+
NextToken?: string | undefined;
|
|
421
|
+
}
|
|
422
|
+
export interface ListOrganizationAdminAccountsRequest {
|
|
423
|
+
MaxResults?: number | undefined;
|
|
424
|
+
NextToken?: string | undefined;
|
|
425
|
+
Feature?: SecurityHubFeature | undefined;
|
|
426
|
+
}
|
|
427
|
+
export interface ListOrganizationAdminAccountsResponse {
|
|
428
|
+
AdminAccounts?: AdminAccount[] | undefined;
|
|
429
|
+
NextToken?: string | undefined;
|
|
430
|
+
Feature?: SecurityHubFeature | undefined;
|
|
431
|
+
}
|
|
432
|
+
export interface ListSecurityControlDefinitionsRequest {
|
|
433
|
+
StandardsArn?: string | undefined;
|
|
434
|
+
NextToken?: string | undefined;
|
|
435
|
+
MaxResults?: number | undefined;
|
|
436
|
+
}
|
|
437
|
+
export interface ListSecurityControlDefinitionsResponse {
|
|
438
|
+
SecurityControlDefinitions: SecurityControlDefinition[] | undefined;
|
|
439
|
+
NextToken?: string | undefined;
|
|
440
|
+
}
|
|
441
|
+
export interface ListStandardsControlAssociationsRequest {
|
|
442
|
+
SecurityControlId: string | undefined;
|
|
443
|
+
NextToken?: string | undefined;
|
|
444
|
+
MaxResults?: number | undefined;
|
|
445
|
+
}
|
|
446
|
+
export interface StandardsControlAssociationSummary {
|
|
447
|
+
StandardsArn: string | undefined;
|
|
448
|
+
SecurityControlId: string | undefined;
|
|
449
|
+
SecurityControlArn: string | undefined;
|
|
450
|
+
AssociationStatus: AssociationStatus | undefined;
|
|
451
|
+
RelatedRequirements?: string[] | undefined;
|
|
452
|
+
UpdatedAt?: Date | undefined;
|
|
453
|
+
UpdatedReason?: string | undefined;
|
|
454
|
+
StandardsControlTitle?: string | undefined;
|
|
455
|
+
StandardsControlDescription?: string | undefined;
|
|
456
|
+
}
|
|
457
|
+
export interface ListStandardsControlAssociationsResponse {
|
|
458
|
+
StandardsControlAssociationSummaries:
|
|
459
|
+
| StandardsControlAssociationSummary[]
|
|
460
|
+
| undefined;
|
|
461
|
+
NextToken?: string | undefined;
|
|
462
|
+
}
|
|
463
|
+
export interface ListTagsForResourceRequest {
|
|
464
|
+
ResourceArn: string | undefined;
|
|
465
|
+
}
|
|
466
|
+
export interface ListTagsForResourceResponse {
|
|
467
|
+
Tags?: Record<string, string> | undefined;
|
|
468
|
+
}
|
|
469
|
+
export type ProviderUpdateConfiguration =
|
|
470
|
+
| ProviderUpdateConfiguration.JiraCloudMember
|
|
471
|
+
| ProviderUpdateConfiguration.$UnknownMember;
|
|
472
|
+
export declare namespace ProviderUpdateConfiguration {
|
|
473
|
+
interface JiraCloudMember {
|
|
474
|
+
JiraCloud: JiraCloudUpdateConfiguration;
|
|
475
|
+
$unknown?: never;
|
|
476
|
+
}
|
|
477
|
+
interface $UnknownMember {
|
|
478
|
+
JiraCloud?: never;
|
|
479
|
+
$unknown: [string, any];
|
|
480
|
+
}
|
|
481
|
+
interface Visitor<T> {
|
|
482
|
+
JiraCloud: (value: JiraCloudUpdateConfiguration) => T;
|
|
483
|
+
_: (name: string, value: any) => T;
|
|
484
|
+
}
|
|
485
|
+
const visit: <T>(
|
|
486
|
+
value: ProviderUpdateConfiguration,
|
|
487
|
+
visitor: Visitor<T>
|
|
488
|
+
) => T;
|
|
489
|
+
}
|
|
490
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
491
|
+
readonly name: "ResourceInUseException";
|
|
492
|
+
readonly $fault: "client";
|
|
493
|
+
Message?: string | undefined;
|
|
494
|
+
Code?: string | undefined;
|
|
495
|
+
constructor(
|
|
496
|
+
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
497
|
+
);
|
|
498
|
+
}
|
|
499
|
+
export interface StartConfigurationPolicyAssociationRequest {
|
|
500
|
+
ConfigurationPolicyIdentifier: string | undefined;
|
|
501
|
+
Target: Target | undefined;
|
|
502
|
+
}
|
|
503
|
+
export interface StartConfigurationPolicyAssociationResponse {
|
|
504
|
+
ConfigurationPolicyId?: string | undefined;
|
|
505
|
+
TargetId?: string | undefined;
|
|
506
|
+
TargetType?: TargetType | undefined;
|
|
507
|
+
AssociationType?: AssociationType | undefined;
|
|
508
|
+
UpdatedAt?: Date | undefined;
|
|
509
|
+
AssociationStatus?: ConfigurationPolicyAssociationStatus | undefined;
|
|
510
|
+
AssociationStatusMessage?: string | undefined;
|
|
511
|
+
}
|
|
512
|
+
export interface StartConfigurationPolicyDisassociationRequest {
|
|
513
|
+
Target?: Target | undefined;
|
|
514
|
+
ConfigurationPolicyIdentifier: string | undefined;
|
|
515
|
+
}
|
|
516
|
+
export interface StartConfigurationPolicyDisassociationResponse {}
|
|
517
|
+
export interface TagResourceRequest {
|
|
518
|
+
ResourceArn: string | undefined;
|
|
519
|
+
Tags: Record<string, string> | undefined;
|
|
520
|
+
}
|
|
521
|
+
export interface TagResourceResponse {}
|
|
522
|
+
export interface UntagResourceRequest {
|
|
523
|
+
ResourceArn: string | undefined;
|
|
524
|
+
TagKeys: string[] | undefined;
|
|
525
|
+
}
|
|
526
|
+
export interface UntagResourceResponse {}
|
|
527
|
+
export interface UpdateActionTargetRequest {
|
|
528
|
+
ActionTargetArn: string | undefined;
|
|
529
|
+
Name?: string | undefined;
|
|
530
|
+
Description?: string | undefined;
|
|
531
|
+
}
|
|
532
|
+
export interface UpdateActionTargetResponse {}
|
|
533
|
+
export interface UpdateAggregatorV2Request {
|
|
534
|
+
AggregatorV2Arn: string | undefined;
|
|
535
|
+
RegionLinkingMode: string | undefined;
|
|
536
|
+
LinkedRegions?: string[] | undefined;
|
|
537
|
+
}
|
|
538
|
+
export interface UpdateAggregatorV2Response {
|
|
539
|
+
AggregatorV2Arn?: string | undefined;
|
|
540
|
+
AggregationRegion?: string | undefined;
|
|
541
|
+
RegionLinkingMode?: string | undefined;
|
|
542
|
+
LinkedRegions?: string[] | undefined;
|
|
543
|
+
}
|
|
544
|
+
export interface UpdateAutomationRuleV2Request {
|
|
545
|
+
Identifier: string | undefined;
|
|
546
|
+
RuleStatus?: RuleStatusV2 | undefined;
|
|
547
|
+
RuleOrder?: number | undefined;
|
|
548
|
+
Description?: string | undefined;
|
|
549
|
+
RuleName?: string | undefined;
|
|
550
|
+
Criteria?: Criteria | undefined;
|
|
551
|
+
Actions?: AutomationRulesActionV2[] | undefined;
|
|
552
|
+
}
|
|
553
|
+
export interface UpdateAutomationRuleV2Response {}
|
|
554
|
+
export interface UpdateConfigurationPolicyRequest {
|
|
555
|
+
Identifier: string | undefined;
|
|
556
|
+
Name?: string | undefined;
|
|
557
|
+
Description?: string | undefined;
|
|
558
|
+
UpdatedReason?: string | undefined;
|
|
559
|
+
ConfigurationPolicy?: Policy | undefined;
|
|
560
|
+
}
|
|
561
|
+
export interface UpdateConfigurationPolicyResponse {
|
|
562
|
+
Arn?: string | undefined;
|
|
563
|
+
Id?: string | undefined;
|
|
564
|
+
Name?: string | undefined;
|
|
565
|
+
Description?: string | undefined;
|
|
566
|
+
UpdatedAt?: Date | undefined;
|
|
567
|
+
CreatedAt?: Date | undefined;
|
|
568
|
+
ConfigurationPolicy?: Policy | undefined;
|
|
569
|
+
}
|
|
570
|
+
export interface UpdateConnectorV2Request {
|
|
571
|
+
ConnectorId: string | undefined;
|
|
572
|
+
ClientSecret?: string | undefined;
|
|
573
|
+
Description?: string | undefined;
|
|
574
|
+
Provider?: ProviderUpdateConfiguration | undefined;
|
|
575
|
+
}
|
|
576
|
+
export interface UpdateConnectorV2Response {}
|
|
577
|
+
export interface UpdateFindingAggregatorRequest {
|
|
578
|
+
FindingAggregatorArn: string | undefined;
|
|
579
|
+
RegionLinkingMode: string | undefined;
|
|
580
|
+
Regions?: string[] | undefined;
|
|
581
|
+
}
|
|
582
|
+
export interface UpdateFindingAggregatorResponse {
|
|
583
|
+
FindingAggregatorArn?: string | undefined;
|
|
584
|
+
FindingAggregationRegion?: string | undefined;
|
|
585
|
+
RegionLinkingMode?: string | undefined;
|
|
586
|
+
Regions?: string[] | undefined;
|
|
587
|
+
}
|
|
588
|
+
export interface UpdateFindingsRequest {
|
|
589
|
+
Filters: AwsSecurityFindingFilters | undefined;
|
|
590
|
+
Note?: NoteUpdate | undefined;
|
|
591
|
+
RecordState?: RecordState | undefined;
|
|
592
|
+
}
|
|
593
|
+
export interface UpdateFindingsResponse {}
|
|
594
|
+
export interface UpdateInsightRequest {
|
|
595
|
+
InsightArn: string | undefined;
|
|
596
|
+
Name?: string | undefined;
|
|
597
|
+
Filters?: AwsSecurityFindingFilters | undefined;
|
|
598
|
+
GroupByAttribute?: string | undefined;
|
|
599
|
+
}
|
|
600
|
+
export interface UpdateInsightResponse {}
|
|
601
|
+
export interface UpdateOrganizationConfigurationRequest {
|
|
602
|
+
AutoEnable: boolean | undefined;
|
|
603
|
+
AutoEnableStandards?: AutoEnableStandards | undefined;
|
|
604
|
+
OrganizationConfiguration?: OrganizationConfiguration | undefined;
|
|
605
|
+
}
|
|
606
|
+
export interface UpdateOrganizationConfigurationResponse {}
|
|
607
|
+
export interface UpdateSecurityControlRequest {
|
|
608
|
+
SecurityControlId: string | undefined;
|
|
609
|
+
Parameters: Record<string, ParameterConfiguration> | undefined;
|
|
610
|
+
LastUpdateReason?: string | undefined;
|
|
611
|
+
}
|
|
612
|
+
export interface UpdateSecurityControlResponse {}
|
|
613
|
+
export interface UpdateSecurityHubConfigurationRequest {
|
|
614
|
+
AutoEnableControls?: boolean | undefined;
|
|
615
|
+
ControlFindingGenerator?: ControlFindingGenerator | undefined;
|
|
616
|
+
}
|
|
617
|
+
export interface UpdateSecurityHubConfigurationResponse {}
|
|
618
|
+
export interface UpdateStandardsControlRequest {
|
|
619
|
+
StandardsControlArn: string | undefined;
|
|
620
|
+
ControlStatus?: ControlStatus | undefined;
|
|
621
|
+
DisabledReason?: string | undefined;
|
|
622
|
+
}
|
|
623
|
+
export interface UpdateStandardsControlResponse {}
|
|
624
|
+
export declare const UpdateConnectorV2RequestFilterSensitiveLog: (
|
|
625
|
+
obj: UpdateConnectorV2Request
|
|
626
|
+
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeProductsV2CommandInput,
|
|
4
|
+
DescribeProductsV2CommandOutput,
|
|
5
|
+
} from "../commands/DescribeProductsV2Command";
|
|
6
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateDescribeProductsV2: (
|
|
8
|
+
config: SecurityHubPaginationConfiguration,
|
|
9
|
+
input: DescribeProductsV2CommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeProductsV2CommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
GetFindingsV2CommandInput,
|
|
4
|
+
GetFindingsV2CommandOutput,
|
|
5
|
+
} from "../commands/GetFindingsV2Command";
|
|
6
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateGetFindingsV2: (
|
|
8
|
+
config: SecurityHubPaginationConfiguration,
|
|
9
|
+
input: GetFindingsV2CommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetFindingsV2CommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
GetResourcesV2CommandInput,
|
|
4
|
+
GetResourcesV2CommandOutput,
|
|
5
|
+
} from "../commands/GetResourcesV2Command";
|
|
6
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateGetResourcesV2: (
|
|
8
|
+
config: SecurityHubPaginationConfiguration,
|
|
9
|
+
input: GetResourcesV2CommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetResourcesV2CommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAggregatorsV2CommandInput,
|
|
4
|
+
ListAggregatorsV2CommandOutput,
|
|
5
|
+
} from "../commands/ListAggregatorsV2Command";
|
|
6
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListAggregatorsV2: (
|
|
8
|
+
config: SecurityHubPaginationConfiguration,
|
|
9
|
+
input: ListAggregatorsV2CommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAggregatorsV2CommandOutput>;
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
export * from "./DescribeActionTargetsPaginator";
|
|
2
2
|
export * from "./DescribeProductsPaginator";
|
|
3
|
+
export * from "./DescribeProductsV2Paginator";
|
|
3
4
|
export * from "./DescribeStandardsControlsPaginator";
|
|
4
5
|
export * from "./DescribeStandardsPaginator";
|
|
5
6
|
export * from "./GetEnabledStandardsPaginator";
|
|
6
7
|
export * from "./GetFindingHistoryPaginator";
|
|
7
8
|
export * from "./GetFindingsPaginator";
|
|
9
|
+
export * from "./GetFindingsV2Paginator";
|
|
8
10
|
export * from "./GetInsightsPaginator";
|
|
9
11
|
export * from "./Interfaces";
|
|
12
|
+
export * from "./GetResourcesV2Paginator";
|
|
13
|
+
export * from "./ListAggregatorsV2Paginator";
|
|
10
14
|
export * from "./ListConfigurationPoliciesPaginator";
|
|
11
15
|
export * from "./ListConfigurationPolicyAssociationsPaginator";
|
|
12
16
|
export * from "./ListEnabledProductsForImportPaginator";
|