@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
|
@@ -4,15 +4,14 @@ import {
|
|
|
4
4
|
Action,
|
|
5
5
|
ActionTarget,
|
|
6
6
|
Adjustment,
|
|
7
|
-
|
|
8
|
-
AssociationFilters,
|
|
7
|
+
AllowedOperators,
|
|
9
8
|
AssociationStatus,
|
|
10
9
|
AssociationType,
|
|
11
10
|
AutoEnableStandards,
|
|
12
11
|
AutomationRulesAction,
|
|
12
|
+
AutomationRulesActionV2,
|
|
13
13
|
AutomationRulesConfig,
|
|
14
14
|
AutomationRulesFindingFilters,
|
|
15
|
-
AutomationRulesMetadata,
|
|
16
15
|
AwsAmazonMqBrokerDetails,
|
|
17
16
|
AwsApiGatewayRestApiDetails,
|
|
18
17
|
AwsApiGatewayStageDetails,
|
|
@@ -62,6 +61,7 @@ import {
|
|
|
62
61
|
NumberFilter,
|
|
63
62
|
RelatedFinding,
|
|
64
63
|
RuleStatus,
|
|
64
|
+
RuleStatusV2,
|
|
65
65
|
SeverityLabel,
|
|
66
66
|
SeverityUpdate,
|
|
67
67
|
StringFilter,
|
|
@@ -110,12 +110,8 @@ import {
|
|
|
110
110
|
AwsS3ObjectDetails,
|
|
111
111
|
AwsSageMakerNotebookInstanceDetails,
|
|
112
112
|
AwsSecretsManagerSecretDetails,
|
|
113
|
-
|
|
114
|
-
AwsSqsQueueDetails,
|
|
115
|
-
AwsSsmPatchComplianceDetails,
|
|
116
|
-
AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails,
|
|
113
|
+
ClassificationResult,
|
|
117
114
|
Compliance,
|
|
118
|
-
DataClassificationDetails,
|
|
119
115
|
Detection,
|
|
120
116
|
FindingProviderFields,
|
|
121
117
|
GeneratorDetails,
|
|
@@ -129,6 +125,67 @@ import {
|
|
|
129
125
|
Remediation,
|
|
130
126
|
} from "./models_1";
|
|
131
127
|
import { SecurityHubServiceException as __BaseException } from "./SecurityHubServiceException";
|
|
128
|
+
export interface DataClassificationDetails {
|
|
129
|
+
DetailedResultsLocation?: string | undefined;
|
|
130
|
+
Result?: ClassificationResult | undefined;
|
|
131
|
+
}
|
|
132
|
+
export interface AwsSnsTopicSubscription {
|
|
133
|
+
Endpoint?: string | undefined;
|
|
134
|
+
Protocol?: string | undefined;
|
|
135
|
+
}
|
|
136
|
+
export interface AwsSnsTopicDetails {
|
|
137
|
+
KmsMasterKeyId?: string | undefined;
|
|
138
|
+
Subscription?: AwsSnsTopicSubscription[] | undefined;
|
|
139
|
+
TopicName?: string | undefined;
|
|
140
|
+
Owner?: string | undefined;
|
|
141
|
+
SqsSuccessFeedbackRoleArn?: string | undefined;
|
|
142
|
+
SqsFailureFeedbackRoleArn?: string | undefined;
|
|
143
|
+
ApplicationSuccessFeedbackRoleArn?: string | undefined;
|
|
144
|
+
FirehoseSuccessFeedbackRoleArn?: string | undefined;
|
|
145
|
+
FirehoseFailureFeedbackRoleArn?: string | undefined;
|
|
146
|
+
HttpSuccessFeedbackRoleArn?: string | undefined;
|
|
147
|
+
HttpFailureFeedbackRoleArn?: string | undefined;
|
|
148
|
+
}
|
|
149
|
+
export interface AwsSqsQueueDetails {
|
|
150
|
+
KmsDataKeyReusePeriodSeconds?: number | undefined;
|
|
151
|
+
KmsMasterKeyId?: string | undefined;
|
|
152
|
+
QueueName?: string | undefined;
|
|
153
|
+
DeadLetterTargetArn?: string | undefined;
|
|
154
|
+
}
|
|
155
|
+
export interface AwsSsmComplianceSummary {
|
|
156
|
+
Status?: string | undefined;
|
|
157
|
+
CompliantCriticalCount?: number | undefined;
|
|
158
|
+
CompliantHighCount?: number | undefined;
|
|
159
|
+
CompliantMediumCount?: number | undefined;
|
|
160
|
+
ExecutionType?: string | undefined;
|
|
161
|
+
NonCompliantCriticalCount?: number | undefined;
|
|
162
|
+
CompliantInformationalCount?: number | undefined;
|
|
163
|
+
NonCompliantInformationalCount?: number | undefined;
|
|
164
|
+
CompliantUnspecifiedCount?: number | undefined;
|
|
165
|
+
NonCompliantLowCount?: number | undefined;
|
|
166
|
+
NonCompliantHighCount?: number | undefined;
|
|
167
|
+
CompliantLowCount?: number | undefined;
|
|
168
|
+
ComplianceType?: string | undefined;
|
|
169
|
+
PatchBaselineId?: string | undefined;
|
|
170
|
+
OverallSeverity?: string | undefined;
|
|
171
|
+
NonCompliantMediumCount?: number | undefined;
|
|
172
|
+
NonCompliantUnspecifiedCount?: number | undefined;
|
|
173
|
+
PatchGroup?: string | undefined;
|
|
174
|
+
}
|
|
175
|
+
export interface AwsSsmPatch {
|
|
176
|
+
ComplianceSummary?: AwsSsmComplianceSummary | undefined;
|
|
177
|
+
}
|
|
178
|
+
export interface AwsSsmPatchComplianceDetails {
|
|
179
|
+
Patch?: AwsSsmPatch | undefined;
|
|
180
|
+
}
|
|
181
|
+
export interface AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails {
|
|
182
|
+
LogGroupArn?: string | undefined;
|
|
183
|
+
}
|
|
184
|
+
export interface AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails {
|
|
185
|
+
CloudWatchLogsLogGroup?:
|
|
186
|
+
| AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails
|
|
187
|
+
| undefined;
|
|
188
|
+
}
|
|
132
189
|
export interface AwsStepFunctionStateMachineLoggingConfigurationDetails {
|
|
133
190
|
Destinations?:
|
|
134
191
|
| AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails[]
|
|
@@ -1207,6 +1264,74 @@ export interface BatchUpdateFindingsResponse {
|
|
|
1207
1264
|
ProcessedFindings: AwsSecurityFindingIdentifier[] | undefined;
|
|
1208
1265
|
UnprocessedFindings: BatchUpdateFindingsUnprocessedFinding[] | undefined;
|
|
1209
1266
|
}
|
|
1267
|
+
export interface OcsfFindingIdentifier {
|
|
1268
|
+
CloudAccountUid: string | undefined;
|
|
1269
|
+
FindingInfoUid: string | undefined;
|
|
1270
|
+
MetadataProductUid: string | undefined;
|
|
1271
|
+
}
|
|
1272
|
+
export interface BatchUpdateFindingsV2Request {
|
|
1273
|
+
MetadataUids?: string[] | undefined;
|
|
1274
|
+
FindingIdentifiers?: OcsfFindingIdentifier[] | undefined;
|
|
1275
|
+
Comment?: string | undefined;
|
|
1276
|
+
SeverityId?: number | undefined;
|
|
1277
|
+
StatusId?: number | undefined;
|
|
1278
|
+
}
|
|
1279
|
+
export interface BatchUpdateFindingsV2ProcessedFinding {
|
|
1280
|
+
FindingIdentifier?: OcsfFindingIdentifier | undefined;
|
|
1281
|
+
MetadataUid?: string | undefined;
|
|
1282
|
+
}
|
|
1283
|
+
export declare const BatchUpdateFindingsV2UnprocessedFindingErrorCode: {
|
|
1284
|
+
readonly ConflictException: "ConflictException";
|
|
1285
|
+
readonly InternalServerException: "InternalServerException";
|
|
1286
|
+
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
1287
|
+
readonly ValidationException: "ValidationException";
|
|
1288
|
+
};
|
|
1289
|
+
export type BatchUpdateFindingsV2UnprocessedFindingErrorCode =
|
|
1290
|
+
(typeof BatchUpdateFindingsV2UnprocessedFindingErrorCode)[keyof typeof BatchUpdateFindingsV2UnprocessedFindingErrorCode];
|
|
1291
|
+
export interface BatchUpdateFindingsV2UnprocessedFinding {
|
|
1292
|
+
FindingIdentifier?: OcsfFindingIdentifier | undefined;
|
|
1293
|
+
MetadataUid?: string | undefined;
|
|
1294
|
+
ErrorCode?: BatchUpdateFindingsV2UnprocessedFindingErrorCode | undefined;
|
|
1295
|
+
ErrorMessage?: string | undefined;
|
|
1296
|
+
}
|
|
1297
|
+
export interface BatchUpdateFindingsV2Response {
|
|
1298
|
+
ProcessedFindings: BatchUpdateFindingsV2ProcessedFinding[] | undefined;
|
|
1299
|
+
UnprocessedFindings: BatchUpdateFindingsV2UnprocessedFinding[] | undefined;
|
|
1300
|
+
}
|
|
1301
|
+
export declare class ConflictException extends __BaseException {
|
|
1302
|
+
readonly name: "ConflictException";
|
|
1303
|
+
readonly $fault: "client";
|
|
1304
|
+
Message?: string | undefined;
|
|
1305
|
+
Code?: string | undefined;
|
|
1306
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
1307
|
+
}
|
|
1308
|
+
export declare class InternalServerException extends __BaseException {
|
|
1309
|
+
readonly name: "InternalServerException";
|
|
1310
|
+
readonly $fault: "server";
|
|
1311
|
+
Message?: string | undefined;
|
|
1312
|
+
Code?: string | undefined;
|
|
1313
|
+
constructor(
|
|
1314
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
1315
|
+
);
|
|
1316
|
+
}
|
|
1317
|
+
export declare class ThrottlingException extends __BaseException {
|
|
1318
|
+
readonly name: "ThrottlingException";
|
|
1319
|
+
readonly $fault: "client";
|
|
1320
|
+
Message?: string | undefined;
|
|
1321
|
+
Code?: string | undefined;
|
|
1322
|
+
constructor(
|
|
1323
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
1324
|
+
);
|
|
1325
|
+
}
|
|
1326
|
+
export declare class ValidationException extends __BaseException {
|
|
1327
|
+
readonly name: "ValidationException";
|
|
1328
|
+
readonly $fault: "client";
|
|
1329
|
+
Message?: string | undefined;
|
|
1330
|
+
Code?: string | undefined;
|
|
1331
|
+
constructor(
|
|
1332
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
1333
|
+
);
|
|
1334
|
+
}
|
|
1210
1335
|
export interface StandardsControlAssociationUpdate {
|
|
1211
1336
|
StandardsArn: string | undefined;
|
|
1212
1337
|
SecurityControlId: string | undefined;
|
|
@@ -1233,6 +1358,98 @@ export interface BatchUpdateStandardsControlAssociationsResponse {
|
|
|
1233
1358
|
export interface BooleanConfigurationOptions {
|
|
1234
1359
|
DefaultValue?: boolean | undefined;
|
|
1235
1360
|
}
|
|
1361
|
+
export declare const OcsfBooleanField: {
|
|
1362
|
+
readonly COMPLIANCE_ASSESSMENTS_MEETS_CRITERIA: "compliance.assessments.meets_criteria";
|
|
1363
|
+
readonly VULNERABILITIES_IS_EXPLOIT_AVAILABLE: "vulnerabilities.is_exploit_available";
|
|
1364
|
+
readonly VULNERABILITIES_IS_FIX_AVAILABLE: "vulnerabilities.is_fix_available";
|
|
1365
|
+
};
|
|
1366
|
+
export type OcsfBooleanField =
|
|
1367
|
+
(typeof OcsfBooleanField)[keyof typeof OcsfBooleanField];
|
|
1368
|
+
export interface OcsfBooleanFilter {
|
|
1369
|
+
FieldName?: OcsfBooleanField | undefined;
|
|
1370
|
+
Filter?: BooleanFilter | undefined;
|
|
1371
|
+
}
|
|
1372
|
+
export declare const OcsfDateField: {
|
|
1373
|
+
readonly FINDING_INFO_CREATED_TIME_DT: "finding_info.created_time_dt";
|
|
1374
|
+
readonly FINDING_INFO_FIRST_SEEN_TIME_DT: "finding_info.first_seen_time_dt";
|
|
1375
|
+
readonly FINDING_INFO_LAST_SEEN_TIME_DT: "finding_info.last_seen_time_dt";
|
|
1376
|
+
readonly FINDING_INFO_MODIFIED_TIME_DT: "finding_info.modified_time_dt";
|
|
1377
|
+
};
|
|
1378
|
+
export type OcsfDateField = (typeof OcsfDateField)[keyof typeof OcsfDateField];
|
|
1379
|
+
export interface OcsfDateFilter {
|
|
1380
|
+
FieldName?: OcsfDateField | undefined;
|
|
1381
|
+
Filter?: DateFilter | undefined;
|
|
1382
|
+
}
|
|
1383
|
+
export declare const OcsfMapField: {
|
|
1384
|
+
readonly RESOURCES_TAGS: "resources.tags";
|
|
1385
|
+
};
|
|
1386
|
+
export type OcsfMapField = (typeof OcsfMapField)[keyof typeof OcsfMapField];
|
|
1387
|
+
export interface OcsfMapFilter {
|
|
1388
|
+
FieldName?: OcsfMapField | undefined;
|
|
1389
|
+
Filter?: MapFilter | undefined;
|
|
1390
|
+
}
|
|
1391
|
+
export declare const OcsfNumberField: {
|
|
1392
|
+
readonly ACTIVITY_ID: "activity_id";
|
|
1393
|
+
readonly COMPLIANCE_STATUS_ID: "compliance.status_id";
|
|
1394
|
+
readonly CONFIDENCE_SCORE: "confidence_score";
|
|
1395
|
+
readonly FINDING_INFO_RELATED_EVENTS_COUNT: "finding_info.related_events_count";
|
|
1396
|
+
readonly SEVERITY_ID: "severity_id";
|
|
1397
|
+
readonly STATUS_ID: "status_id";
|
|
1398
|
+
};
|
|
1399
|
+
export type OcsfNumberField =
|
|
1400
|
+
(typeof OcsfNumberField)[keyof typeof OcsfNumberField];
|
|
1401
|
+
export interface OcsfNumberFilter {
|
|
1402
|
+
FieldName?: OcsfNumberField | undefined;
|
|
1403
|
+
Filter?: NumberFilter | undefined;
|
|
1404
|
+
}
|
|
1405
|
+
export declare const OcsfStringField: {
|
|
1406
|
+
readonly ACTIVITY_NAME: "activity_name";
|
|
1407
|
+
readonly CLASS_NAME: "class_name";
|
|
1408
|
+
readonly CLOUD_ACCOUNT_UID: "cloud.account.uid";
|
|
1409
|
+
readonly CLOUD_PROVIDER: "cloud.provider";
|
|
1410
|
+
readonly CLOUD_REGION: "cloud.region";
|
|
1411
|
+
readonly COMMENT: "comment";
|
|
1412
|
+
readonly COMPLIANCE_ASSESSMENTS_CATEGORY: "compliance.assessments.category";
|
|
1413
|
+
readonly COMPLIANCE_ASSESSMENTS_NAME: "compliance.assessments.name";
|
|
1414
|
+
readonly COMPLIANCE_CONTROL: "compliance.control";
|
|
1415
|
+
readonly COMPLIANCE_STANDARDS: "compliance.standards";
|
|
1416
|
+
readonly COMPLIANCE_STATUS: "compliance.status";
|
|
1417
|
+
readonly FINDING_INFO_DESC: "finding_info.desc";
|
|
1418
|
+
readonly FINDING_INFO_RELATED_EVENTS_PRODUCT_UID: "finding_info.related_events.product.uid";
|
|
1419
|
+
readonly FINDING_INFO_RELATED_EVENTS_TITLE: "finding_info.related_events.title";
|
|
1420
|
+
readonly FINDING_INFO_RELATED_EVENTS_UID: "finding_info.related_events.uid";
|
|
1421
|
+
readonly FINDING_INFO_SRC_URL: "finding_info.src_url";
|
|
1422
|
+
readonly FINDING_INFO_TITLE: "finding_info.title";
|
|
1423
|
+
readonly FINDING_INFO_TYPES: "finding_info.types";
|
|
1424
|
+
readonly FINDING_INFO_UID: "finding_info.uid";
|
|
1425
|
+
readonly METADATA_PRODUCT_NAME: "metadata.product.name";
|
|
1426
|
+
readonly METADATA_PRODUCT_UID: "metadata.product.uid";
|
|
1427
|
+
readonly METADATA_PRODUCT_VENDOR_NAME: "metadata.product.vendor_name";
|
|
1428
|
+
readonly METADATA_UID: "metadata.uid";
|
|
1429
|
+
readonly REMEDIATION_DESC: "remediation.desc";
|
|
1430
|
+
readonly REMEDIATION_REFERENCES: "remediation.references";
|
|
1431
|
+
readonly RESOURCES_CLOUD_PARTITION: "resources.cloud_partition";
|
|
1432
|
+
readonly RESOURCES_REGION: "resources.region";
|
|
1433
|
+
readonly RESOURCES_TYPE: "resources.type";
|
|
1434
|
+
readonly RESOURCES_UID: "resources.uid";
|
|
1435
|
+
readonly SEVERITY: "severity";
|
|
1436
|
+
readonly STATUS: "status";
|
|
1437
|
+
readonly VULNERABILITIES_FIX_COVERAGE: "vulnerabilities.fix_coverage";
|
|
1438
|
+
};
|
|
1439
|
+
export type OcsfStringField =
|
|
1440
|
+
(typeof OcsfStringField)[keyof typeof OcsfStringField];
|
|
1441
|
+
export interface OcsfStringFilter {
|
|
1442
|
+
FieldName?: OcsfStringField | undefined;
|
|
1443
|
+
Filter?: StringFilter | undefined;
|
|
1444
|
+
}
|
|
1445
|
+
export interface CompositeFilter {
|
|
1446
|
+
StringFilters?: OcsfStringFilter[] | undefined;
|
|
1447
|
+
DateFilters?: OcsfDateFilter[] | undefined;
|
|
1448
|
+
BooleanFilters?: OcsfBooleanFilter[] | undefined;
|
|
1449
|
+
NumberFilters?: OcsfNumberFilter[] | undefined;
|
|
1450
|
+
MapFilters?: OcsfMapFilter[] | undefined;
|
|
1451
|
+
Operator?: AllowedOperators | undefined;
|
|
1452
|
+
}
|
|
1236
1453
|
export interface DoubleConfigurationOptions {
|
|
1237
1454
|
DefaultValue?: number | undefined;
|
|
1238
1455
|
Min?: number | undefined;
|
|
@@ -1400,6 +1617,46 @@ export interface ConfigurationPolicySummary {
|
|
|
1400
1617
|
UpdatedAt?: Date | undefined;
|
|
1401
1618
|
ServiceEnabled?: boolean | undefined;
|
|
1402
1619
|
}
|
|
1620
|
+
export declare const ConnectorAuthStatus: {
|
|
1621
|
+
readonly ACTIVE: "ACTIVE";
|
|
1622
|
+
readonly FAILED: "FAILED";
|
|
1623
|
+
};
|
|
1624
|
+
export type ConnectorAuthStatus =
|
|
1625
|
+
(typeof ConnectorAuthStatus)[keyof typeof ConnectorAuthStatus];
|
|
1626
|
+
export declare const ConnectorProviderName: {
|
|
1627
|
+
readonly JIRA_CLOUD: "JIRA_CLOUD";
|
|
1628
|
+
readonly SERVICENOW: "SERVICENOW";
|
|
1629
|
+
};
|
|
1630
|
+
export type ConnectorProviderName =
|
|
1631
|
+
(typeof ConnectorProviderName)[keyof typeof ConnectorProviderName];
|
|
1632
|
+
export interface ConnectorRegistrationsV2Request {
|
|
1633
|
+
AuthCode: string | undefined;
|
|
1634
|
+
AuthState: string | undefined;
|
|
1635
|
+
}
|
|
1636
|
+
export interface ConnectorRegistrationsV2Response {
|
|
1637
|
+
ConnectorArn?: string | undefined;
|
|
1638
|
+
ConnectorId: string | undefined;
|
|
1639
|
+
}
|
|
1640
|
+
export declare const ConnectorStatus: {
|
|
1641
|
+
readonly CONNECTED: "CONNECTED";
|
|
1642
|
+
readonly FAILED_TO_CONNECT: "FAILED_TO_CONNECT";
|
|
1643
|
+
readonly PENDING_AUTHORIZATION: "PENDING_AUTHORIZATION";
|
|
1644
|
+
readonly PENDING_CONFIGURATION: "PENDING_CONFIGURATION";
|
|
1645
|
+
};
|
|
1646
|
+
export type ConnectorStatus =
|
|
1647
|
+
(typeof ConnectorStatus)[keyof typeof ConnectorStatus];
|
|
1648
|
+
export interface ProviderSummary {
|
|
1649
|
+
ProviderName?: ConnectorProviderName | undefined;
|
|
1650
|
+
ConnectorStatus?: ConnectorStatus | undefined;
|
|
1651
|
+
}
|
|
1652
|
+
export interface ConnectorSummary {
|
|
1653
|
+
ConnectorArn?: string | undefined;
|
|
1654
|
+
ConnectorId: string | undefined;
|
|
1655
|
+
Name: string | undefined;
|
|
1656
|
+
Description?: string | undefined;
|
|
1657
|
+
ProviderSummary: ProviderSummary | undefined;
|
|
1658
|
+
CreatedAt: Date | undefined;
|
|
1659
|
+
}
|
|
1403
1660
|
export declare const ControlFindingGenerator: {
|
|
1404
1661
|
readonly SECURITY_CONTROL: "SECURITY_CONTROL";
|
|
1405
1662
|
readonly STANDARD_CONTROL: "STANDARD_CONTROL";
|
|
@@ -1423,6 +1680,18 @@ export declare class ResourceConflictException extends __BaseException {
|
|
|
1423
1680
|
opts: __ExceptionOptionType<ResourceConflictException, __BaseException>
|
|
1424
1681
|
);
|
|
1425
1682
|
}
|
|
1683
|
+
export interface CreateAggregatorV2Request {
|
|
1684
|
+
RegionLinkingMode: string | undefined;
|
|
1685
|
+
LinkedRegions?: string[] | undefined;
|
|
1686
|
+
Tags?: Record<string, string> | undefined;
|
|
1687
|
+
ClientToken?: string | undefined;
|
|
1688
|
+
}
|
|
1689
|
+
export interface CreateAggregatorV2Response {
|
|
1690
|
+
AggregatorV2Arn?: string | undefined;
|
|
1691
|
+
AggregationRegion?: string | undefined;
|
|
1692
|
+
RegionLinkingMode?: string | undefined;
|
|
1693
|
+
LinkedRegions?: string[] | undefined;
|
|
1694
|
+
}
|
|
1426
1695
|
export interface CreateAutomationRuleRequest {
|
|
1427
1696
|
Tags?: Record<string, string> | undefined;
|
|
1428
1697
|
RuleStatus?: RuleStatus | undefined;
|
|
@@ -1436,6 +1705,42 @@ export interface CreateAutomationRuleRequest {
|
|
|
1436
1705
|
export interface CreateAutomationRuleResponse {
|
|
1437
1706
|
RuleArn?: string | undefined;
|
|
1438
1707
|
}
|
|
1708
|
+
export interface OcsfFindingFilters {
|
|
1709
|
+
CompositeFilters?: CompositeFilter[] | undefined;
|
|
1710
|
+
CompositeOperator?: AllowedOperators | undefined;
|
|
1711
|
+
}
|
|
1712
|
+
export type Criteria =
|
|
1713
|
+
| Criteria.OcsfFindingCriteriaMember
|
|
1714
|
+
| Criteria.$UnknownMember;
|
|
1715
|
+
export declare namespace Criteria {
|
|
1716
|
+
interface OcsfFindingCriteriaMember {
|
|
1717
|
+
OcsfFindingCriteria: OcsfFindingFilters;
|
|
1718
|
+
$unknown?: never;
|
|
1719
|
+
}
|
|
1720
|
+
interface $UnknownMember {
|
|
1721
|
+
OcsfFindingCriteria?: never;
|
|
1722
|
+
$unknown: [string, any];
|
|
1723
|
+
}
|
|
1724
|
+
interface Visitor<T> {
|
|
1725
|
+
OcsfFindingCriteria: (value: OcsfFindingFilters) => T;
|
|
1726
|
+
_: (name: string, value: any) => T;
|
|
1727
|
+
}
|
|
1728
|
+
const visit: <T>(value: Criteria, visitor: Visitor<T>) => T;
|
|
1729
|
+
}
|
|
1730
|
+
export interface CreateAutomationRuleV2Request {
|
|
1731
|
+
RuleName: string | undefined;
|
|
1732
|
+
RuleStatus?: RuleStatusV2 | undefined;
|
|
1733
|
+
Description: string | undefined;
|
|
1734
|
+
RuleOrder: number | undefined;
|
|
1735
|
+
Criteria: Criteria | undefined;
|
|
1736
|
+
Actions: AutomationRulesActionV2[] | undefined;
|
|
1737
|
+
Tags?: Record<string, string> | undefined;
|
|
1738
|
+
ClientToken?: string | undefined;
|
|
1739
|
+
}
|
|
1740
|
+
export interface CreateAutomationRuleV2Response {
|
|
1741
|
+
RuleArn?: string | undefined;
|
|
1742
|
+
RuleId?: string | undefined;
|
|
1743
|
+
}
|
|
1439
1744
|
export interface SecurityControlCustomParameter {
|
|
1440
1745
|
SecurityControlId?: string | undefined;
|
|
1441
1746
|
Parameters?: Record<string, ParameterConfiguration> | undefined;
|
|
@@ -1483,6 +1788,54 @@ export interface CreateConfigurationPolicyResponse {
|
|
|
1483
1788
|
CreatedAt?: Date | undefined;
|
|
1484
1789
|
ConfigurationPolicy?: Policy | undefined;
|
|
1485
1790
|
}
|
|
1791
|
+
export interface JiraCloudProviderConfiguration {
|
|
1792
|
+
ProjectKey?: string | undefined;
|
|
1793
|
+
}
|
|
1794
|
+
export interface ServiceNowProviderConfiguration {
|
|
1795
|
+
InstanceName: string | undefined;
|
|
1796
|
+
ClientId: string | undefined;
|
|
1797
|
+
ClientSecret: string | undefined;
|
|
1798
|
+
}
|
|
1799
|
+
export type ProviderConfiguration =
|
|
1800
|
+
| ProviderConfiguration.JiraCloudMember
|
|
1801
|
+
| ProviderConfiguration.ServiceNowMember
|
|
1802
|
+
| ProviderConfiguration.$UnknownMember;
|
|
1803
|
+
export declare namespace ProviderConfiguration {
|
|
1804
|
+
interface JiraCloudMember {
|
|
1805
|
+
JiraCloud: JiraCloudProviderConfiguration;
|
|
1806
|
+
ServiceNow?: never;
|
|
1807
|
+
$unknown?: never;
|
|
1808
|
+
}
|
|
1809
|
+
interface ServiceNowMember {
|
|
1810
|
+
JiraCloud?: never;
|
|
1811
|
+
ServiceNow: ServiceNowProviderConfiguration;
|
|
1812
|
+
$unknown?: never;
|
|
1813
|
+
}
|
|
1814
|
+
interface $UnknownMember {
|
|
1815
|
+
JiraCloud?: never;
|
|
1816
|
+
ServiceNow?: never;
|
|
1817
|
+
$unknown: [string, any];
|
|
1818
|
+
}
|
|
1819
|
+
interface Visitor<T> {
|
|
1820
|
+
JiraCloud: (value: JiraCloudProviderConfiguration) => T;
|
|
1821
|
+
ServiceNow: (value: ServiceNowProviderConfiguration) => T;
|
|
1822
|
+
_: (name: string, value: any) => T;
|
|
1823
|
+
}
|
|
1824
|
+
const visit: <T>(value: ProviderConfiguration, visitor: Visitor<T>) => T;
|
|
1825
|
+
}
|
|
1826
|
+
export interface CreateConnectorV2Request {
|
|
1827
|
+
Name: string | undefined;
|
|
1828
|
+
Description?: string | undefined;
|
|
1829
|
+
Provider: ProviderConfiguration | undefined;
|
|
1830
|
+
KmsKeyArn?: string | undefined;
|
|
1831
|
+
Tags?: Record<string, string> | undefined;
|
|
1832
|
+
ClientToken?: string | undefined;
|
|
1833
|
+
}
|
|
1834
|
+
export interface CreateConnectorV2Response {
|
|
1835
|
+
ConnectorArn?: string | undefined;
|
|
1836
|
+
ConnectorId: string | undefined;
|
|
1837
|
+
AuthUrl?: string | undefined;
|
|
1838
|
+
}
|
|
1486
1839
|
export interface CreateFindingAggregatorRequest {
|
|
1487
1840
|
RegionLinkingMode: string | undefined;
|
|
1488
1841
|
Regions?: string[] | undefined;
|
|
@@ -1511,6 +1864,15 @@ export interface Result {
|
|
|
1511
1864
|
export interface CreateMembersResponse {
|
|
1512
1865
|
UnprocessedAccounts?: Result[] | undefined;
|
|
1513
1866
|
}
|
|
1867
|
+
export interface CreateTicketV2Request {
|
|
1868
|
+
ConnectorId: string | undefined;
|
|
1869
|
+
FindingMetadataUid: string | undefined;
|
|
1870
|
+
ClientToken?: string | undefined;
|
|
1871
|
+
}
|
|
1872
|
+
export interface CreateTicketV2Response {
|
|
1873
|
+
TicketId: string | undefined;
|
|
1874
|
+
TicketSrcUrl?: string | undefined;
|
|
1875
|
+
}
|
|
1514
1876
|
export declare const SecurityControlProperty: {
|
|
1515
1877
|
readonly Parameters: "Parameters";
|
|
1516
1878
|
};
|
|
@@ -1528,10 +1890,22 @@ export interface DeleteActionTargetRequest {
|
|
|
1528
1890
|
export interface DeleteActionTargetResponse {
|
|
1529
1891
|
ActionTargetArn: string | undefined;
|
|
1530
1892
|
}
|
|
1893
|
+
export interface DeleteAggregatorV2Request {
|
|
1894
|
+
AggregatorV2Arn: string | undefined;
|
|
1895
|
+
}
|
|
1896
|
+
export interface DeleteAggregatorV2Response {}
|
|
1897
|
+
export interface DeleteAutomationRuleV2Request {
|
|
1898
|
+
Identifier: string | undefined;
|
|
1899
|
+
}
|
|
1900
|
+
export interface DeleteAutomationRuleV2Response {}
|
|
1531
1901
|
export interface DeleteConfigurationPolicyRequest {
|
|
1532
1902
|
Identifier: string | undefined;
|
|
1533
1903
|
}
|
|
1534
1904
|
export interface DeleteConfigurationPolicyResponse {}
|
|
1905
|
+
export interface DeleteConnectorV2Request {
|
|
1906
|
+
ConnectorId: string | undefined;
|
|
1907
|
+
}
|
|
1908
|
+
export interface DeleteConnectorV2Response {}
|
|
1535
1909
|
export interface DeleteFindingAggregatorRequest {
|
|
1536
1910
|
FindingAggregatorArn: string | undefined;
|
|
1537
1911
|
}
|
|
@@ -1624,6 +1998,35 @@ export interface DescribeProductsResponse {
|
|
|
1624
1998
|
Products: Product[] | undefined;
|
|
1625
1999
|
NextToken?: string | undefined;
|
|
1626
2000
|
}
|
|
2001
|
+
export interface DescribeProductsV2Request {
|
|
2002
|
+
NextToken?: string | undefined;
|
|
2003
|
+
MaxResults?: number | undefined;
|
|
2004
|
+
}
|
|
2005
|
+
export declare const IntegrationV2Type: {
|
|
2006
|
+
readonly RECEIVE_FINDINGS_FROM_SECURITY_HUB: "RECEIVE_FINDINGS_FROM_SECURITY_HUB";
|
|
2007
|
+
readonly SEND_FINDINGS_TO_SECURITY_HUB: "SEND_FINDINGS_TO_SECURITY_HUB";
|
|
2008
|
+
readonly UPDATE_FINDINGS_IN_SECURITY_HUB: "UPDATE_FINDINGS_IN_SECURITY_HUB";
|
|
2009
|
+
};
|
|
2010
|
+
export type IntegrationV2Type =
|
|
2011
|
+
(typeof IntegrationV2Type)[keyof typeof IntegrationV2Type];
|
|
2012
|
+
export interface ProductV2 {
|
|
2013
|
+
ProductV2Name?: string | undefined;
|
|
2014
|
+
CompanyName?: string | undefined;
|
|
2015
|
+
Description?: string | undefined;
|
|
2016
|
+
Categories?: string[] | undefined;
|
|
2017
|
+
IntegrationV2Types?: IntegrationV2Type[] | undefined;
|
|
2018
|
+
MarketplaceUrl?: string | undefined;
|
|
2019
|
+
ActivationUrl?: string | undefined;
|
|
2020
|
+
}
|
|
2021
|
+
export interface DescribeProductsV2Response {
|
|
2022
|
+
ProductsV2: ProductV2[] | undefined;
|
|
2023
|
+
NextToken?: string | undefined;
|
|
2024
|
+
}
|
|
2025
|
+
export interface DescribeSecurityHubV2Request {}
|
|
2026
|
+
export interface DescribeSecurityHubV2Response {
|
|
2027
|
+
HubV2Arn?: string | undefined;
|
|
2028
|
+
SubscribedAt?: string | undefined;
|
|
2029
|
+
}
|
|
1627
2030
|
export interface DescribeStandardsRequest {
|
|
1628
2031
|
NextToken?: string | undefined;
|
|
1629
2032
|
MaxResults?: number | undefined;
|
|
@@ -1668,12 +2071,21 @@ export interface DisableImportFindingsForProductRequest {
|
|
|
1668
2071
|
ProductSubscriptionArn: string | undefined;
|
|
1669
2072
|
}
|
|
1670
2073
|
export interface DisableImportFindingsForProductResponse {}
|
|
2074
|
+
export declare const SecurityHubFeature: {
|
|
2075
|
+
readonly SECURITY_HUB: "SecurityHub";
|
|
2076
|
+
readonly SECURITY_HUB_V2: "SecurityHubV2";
|
|
2077
|
+
};
|
|
2078
|
+
export type SecurityHubFeature =
|
|
2079
|
+
(typeof SecurityHubFeature)[keyof typeof SecurityHubFeature];
|
|
1671
2080
|
export interface DisableOrganizationAdminAccountRequest {
|
|
1672
2081
|
AdminAccountId: string | undefined;
|
|
2082
|
+
Feature?: SecurityHubFeature | undefined;
|
|
1673
2083
|
}
|
|
1674
2084
|
export interface DisableOrganizationAdminAccountResponse {}
|
|
1675
2085
|
export interface DisableSecurityHubRequest {}
|
|
1676
2086
|
export interface DisableSecurityHubResponse {}
|
|
2087
|
+
export interface DisableSecurityHubV2Request {}
|
|
2088
|
+
export interface DisableSecurityHubV2Response {}
|
|
1677
2089
|
export interface DisassociateFromAdministratorAccountRequest {}
|
|
1678
2090
|
export interface DisassociateFromAdministratorAccountResponse {}
|
|
1679
2091
|
export interface DisassociateFromMasterAccountRequest {}
|
|
@@ -1690,14 +2102,24 @@ export interface EnableImportFindingsForProductResponse {
|
|
|
1690
2102
|
}
|
|
1691
2103
|
export interface EnableOrganizationAdminAccountRequest {
|
|
1692
2104
|
AdminAccountId: string | undefined;
|
|
2105
|
+
Feature?: SecurityHubFeature | undefined;
|
|
2106
|
+
}
|
|
2107
|
+
export interface EnableOrganizationAdminAccountResponse {
|
|
2108
|
+
AdminAccountId?: string | undefined;
|
|
2109
|
+
Feature?: SecurityHubFeature | undefined;
|
|
1693
2110
|
}
|
|
1694
|
-
export interface EnableOrganizationAdminAccountResponse {}
|
|
1695
2111
|
export interface EnableSecurityHubRequest {
|
|
1696
2112
|
Tags?: Record<string, string> | undefined;
|
|
1697
2113
|
EnableDefaultStandards?: boolean | undefined;
|
|
1698
2114
|
ControlFindingGenerator?: ControlFindingGenerator | undefined;
|
|
1699
2115
|
}
|
|
1700
2116
|
export interface EnableSecurityHubResponse {}
|
|
2117
|
+
export interface EnableSecurityHubV2Request {
|
|
2118
|
+
Tags?: Record<string, string> | undefined;
|
|
2119
|
+
}
|
|
2120
|
+
export interface EnableSecurityHubV2Response {
|
|
2121
|
+
HubV2Arn?: string | undefined;
|
|
2122
|
+
}
|
|
1701
2123
|
export interface FindingAggregator {
|
|
1702
2124
|
FindingAggregatorArn?: string | undefined;
|
|
1703
2125
|
}
|
|
@@ -1734,6 +2156,30 @@ export interface Invitation {
|
|
|
1734
2156
|
export interface GetAdministratorAccountResponse {
|
|
1735
2157
|
Administrator?: Invitation | undefined;
|
|
1736
2158
|
}
|
|
2159
|
+
export interface GetAggregatorV2Request {
|
|
2160
|
+
AggregatorV2Arn: string | undefined;
|
|
2161
|
+
}
|
|
2162
|
+
export interface GetAggregatorV2Response {
|
|
2163
|
+
AggregatorV2Arn?: string | undefined;
|
|
2164
|
+
AggregationRegion?: string | undefined;
|
|
2165
|
+
RegionLinkingMode?: string | undefined;
|
|
2166
|
+
LinkedRegions?: string[] | undefined;
|
|
2167
|
+
}
|
|
2168
|
+
export interface GetAutomationRuleV2Request {
|
|
2169
|
+
Identifier: string | undefined;
|
|
2170
|
+
}
|
|
2171
|
+
export interface GetAutomationRuleV2Response {
|
|
2172
|
+
RuleArn?: string | undefined;
|
|
2173
|
+
RuleId?: string | undefined;
|
|
2174
|
+
RuleOrder?: number | undefined;
|
|
2175
|
+
RuleName?: string | undefined;
|
|
2176
|
+
RuleStatus?: RuleStatusV2 | undefined;
|
|
2177
|
+
Description?: string | undefined;
|
|
2178
|
+
Criteria?: Criteria | undefined;
|
|
2179
|
+
Actions?: AutomationRulesActionV2[] | undefined;
|
|
2180
|
+
CreatedAt?: Date | undefined;
|
|
2181
|
+
UpdatedAt?: Date | undefined;
|
|
2182
|
+
}
|
|
1737
2183
|
export interface GetConfigurationPolicyRequest {
|
|
1738
2184
|
Identifier: string | undefined;
|
|
1739
2185
|
}
|
|
@@ -1758,6 +2204,64 @@ export interface GetConfigurationPolicyAssociationResponse {
|
|
|
1758
2204
|
AssociationStatus?: ConfigurationPolicyAssociationStatus | undefined;
|
|
1759
2205
|
AssociationStatusMessage?: string | undefined;
|
|
1760
2206
|
}
|
|
2207
|
+
export interface GetConnectorV2Request {
|
|
2208
|
+
ConnectorId: string | undefined;
|
|
2209
|
+
}
|
|
2210
|
+
export interface HealthCheck {
|
|
2211
|
+
ConnectorStatus: ConnectorStatus | undefined;
|
|
2212
|
+
Message?: string | undefined;
|
|
2213
|
+
LastCheckedAt: Date | undefined;
|
|
2214
|
+
}
|
|
2215
|
+
export interface JiraCloudDetail {
|
|
2216
|
+
CloudId?: string | undefined;
|
|
2217
|
+
ProjectKey?: string | undefined;
|
|
2218
|
+
Domain?: string | undefined;
|
|
2219
|
+
AuthUrl?: string | undefined;
|
|
2220
|
+
AuthStatus?: ConnectorAuthStatus | undefined;
|
|
2221
|
+
}
|
|
2222
|
+
export interface ServiceNowDetail {
|
|
2223
|
+
InstanceName?: string | undefined;
|
|
2224
|
+
ClientId?: string | undefined;
|
|
2225
|
+
AuthStatus: ConnectorAuthStatus | undefined;
|
|
2226
|
+
}
|
|
2227
|
+
export type ProviderDetail =
|
|
2228
|
+
| ProviderDetail.JiraCloudMember
|
|
2229
|
+
| ProviderDetail.ServiceNowMember
|
|
2230
|
+
| ProviderDetail.$UnknownMember;
|
|
2231
|
+
export declare namespace ProviderDetail {
|
|
2232
|
+
interface JiraCloudMember {
|
|
2233
|
+
JiraCloud: JiraCloudDetail;
|
|
2234
|
+
ServiceNow?: never;
|
|
2235
|
+
$unknown?: never;
|
|
2236
|
+
}
|
|
2237
|
+
interface ServiceNowMember {
|
|
2238
|
+
JiraCloud?: never;
|
|
2239
|
+
ServiceNow: ServiceNowDetail;
|
|
2240
|
+
$unknown?: never;
|
|
2241
|
+
}
|
|
2242
|
+
interface $UnknownMember {
|
|
2243
|
+
JiraCloud?: never;
|
|
2244
|
+
ServiceNow?: never;
|
|
2245
|
+
$unknown: [string, any];
|
|
2246
|
+
}
|
|
2247
|
+
interface Visitor<T> {
|
|
2248
|
+
JiraCloud: (value: JiraCloudDetail) => T;
|
|
2249
|
+
ServiceNow: (value: ServiceNowDetail) => T;
|
|
2250
|
+
_: (name: string, value: any) => T;
|
|
2251
|
+
}
|
|
2252
|
+
const visit: <T>(value: ProviderDetail, visitor: Visitor<T>) => T;
|
|
2253
|
+
}
|
|
2254
|
+
export interface GetConnectorV2Response {
|
|
2255
|
+
ConnectorArn?: string | undefined;
|
|
2256
|
+
ConnectorId: string | undefined;
|
|
2257
|
+
Name: string | undefined;
|
|
2258
|
+
Description?: string | undefined;
|
|
2259
|
+
KmsKeyArn?: string | undefined;
|
|
2260
|
+
CreatedAt: Date | undefined;
|
|
2261
|
+
LastUpdatedAt: Date | undefined;
|
|
2262
|
+
Health: HealthCheck | undefined;
|
|
2263
|
+
ProviderDetail: ProviderDetail | undefined;
|
|
2264
|
+
}
|
|
1761
2265
|
export interface GetEnabledStandardsRequest {
|
|
1762
2266
|
StandardsSubscriptionArns?: string[] | undefined;
|
|
1763
2267
|
NextToken?: string | undefined;
|
|
@@ -1802,304 +2306,12 @@ export interface GetFindingsRequest {
|
|
|
1802
2306
|
NextToken?: string | undefined;
|
|
1803
2307
|
MaxResults?: number | undefined;
|
|
1804
2308
|
}
|
|
1805
|
-
export
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
Count: number | undefined;
|
|
1815
|
-
}
|
|
1816
|
-
export interface InsightResults {
|
|
1817
|
-
InsightArn: string | undefined;
|
|
1818
|
-
GroupByAttribute: string | undefined;
|
|
1819
|
-
ResultValues: InsightResultValue[] | undefined;
|
|
1820
|
-
}
|
|
1821
|
-
export interface GetInsightResultsResponse {
|
|
1822
|
-
InsightResults: InsightResults | undefined;
|
|
1823
|
-
}
|
|
1824
|
-
export interface GetInsightsRequest {
|
|
1825
|
-
InsightArns?: string[] | undefined;
|
|
1826
|
-
NextToken?: string | undefined;
|
|
1827
|
-
MaxResults?: number | undefined;
|
|
1828
|
-
}
|
|
1829
|
-
export interface Insight {
|
|
1830
|
-
InsightArn: string | undefined;
|
|
1831
|
-
Name: string | undefined;
|
|
1832
|
-
Filters: AwsSecurityFindingFilters | undefined;
|
|
1833
|
-
GroupByAttribute: string | undefined;
|
|
1834
|
-
}
|
|
1835
|
-
export interface GetInsightsResponse {
|
|
1836
|
-
Insights: Insight[] | undefined;
|
|
1837
|
-
NextToken?: string | undefined;
|
|
1838
|
-
}
|
|
1839
|
-
export interface GetInvitationsCountRequest {}
|
|
1840
|
-
export interface GetInvitationsCountResponse {
|
|
1841
|
-
InvitationsCount?: number | undefined;
|
|
1842
|
-
}
|
|
1843
|
-
export interface GetMasterAccountRequest {}
|
|
1844
|
-
export interface GetMasterAccountResponse {
|
|
1845
|
-
Master?: Invitation | undefined;
|
|
1846
|
-
}
|
|
1847
|
-
export interface GetMembersRequest {
|
|
1848
|
-
AccountIds: string[] | undefined;
|
|
1849
|
-
}
|
|
1850
|
-
export interface Member {
|
|
1851
|
-
AccountId?: string | undefined;
|
|
1852
|
-
Email?: string | undefined;
|
|
1853
|
-
MasterId?: string | undefined;
|
|
1854
|
-
AdministratorId?: string | undefined;
|
|
1855
|
-
MemberStatus?: string | undefined;
|
|
1856
|
-
InvitedAt?: Date | undefined;
|
|
1857
|
-
UpdatedAt?: Date | undefined;
|
|
1858
|
-
}
|
|
1859
|
-
export interface GetMembersResponse {
|
|
1860
|
-
Members?: Member[] | undefined;
|
|
1861
|
-
UnprocessedAccounts?: Result[] | undefined;
|
|
1862
|
-
}
|
|
1863
|
-
export interface GetSecurityControlDefinitionRequest {
|
|
1864
|
-
SecurityControlId: string | undefined;
|
|
1865
|
-
}
|
|
1866
|
-
export declare const RegionAvailabilityStatus: {
|
|
1867
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
1868
|
-
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
1869
|
-
};
|
|
1870
|
-
export type RegionAvailabilityStatus =
|
|
1871
|
-
(typeof RegionAvailabilityStatus)[keyof typeof RegionAvailabilityStatus];
|
|
1872
|
-
export interface ParameterDefinition {
|
|
1873
|
-
Description: string | undefined;
|
|
1874
|
-
ConfigurationOptions: ConfigurationOptions | undefined;
|
|
1875
|
-
}
|
|
1876
|
-
export interface SecurityControlDefinition {
|
|
1877
|
-
SecurityControlId: string | undefined;
|
|
1878
|
-
Title: string | undefined;
|
|
1879
|
-
Description: string | undefined;
|
|
1880
|
-
RemediationUrl: string | undefined;
|
|
1881
|
-
SeverityRating: SeverityRating | undefined;
|
|
1882
|
-
CurrentRegionAvailability: RegionAvailabilityStatus | undefined;
|
|
1883
|
-
CustomizableProperties?: SecurityControlProperty[] | undefined;
|
|
1884
|
-
ParameterDefinitions?: Record<string, ParameterDefinition> | undefined;
|
|
1885
|
-
}
|
|
1886
|
-
export interface GetSecurityControlDefinitionResponse {
|
|
1887
|
-
SecurityControlDefinition: SecurityControlDefinition | undefined;
|
|
1888
|
-
}
|
|
1889
|
-
export interface InviteMembersRequest {
|
|
1890
|
-
AccountIds: string[] | undefined;
|
|
1891
|
-
}
|
|
1892
|
-
export interface InviteMembersResponse {
|
|
1893
|
-
UnprocessedAccounts?: Result[] | undefined;
|
|
1894
|
-
}
|
|
1895
|
-
export interface ListAutomationRulesRequest {
|
|
1896
|
-
NextToken?: string | undefined;
|
|
1897
|
-
MaxResults?: number | undefined;
|
|
1898
|
-
}
|
|
1899
|
-
export interface ListAutomationRulesResponse {
|
|
1900
|
-
AutomationRulesMetadata?: AutomationRulesMetadata[] | undefined;
|
|
1901
|
-
NextToken?: string | undefined;
|
|
1902
|
-
}
|
|
1903
|
-
export interface ListConfigurationPoliciesRequest {
|
|
1904
|
-
NextToken?: string | undefined;
|
|
1905
|
-
MaxResults?: number | undefined;
|
|
1906
|
-
}
|
|
1907
|
-
export interface ListConfigurationPoliciesResponse {
|
|
1908
|
-
ConfigurationPolicySummaries?: ConfigurationPolicySummary[] | undefined;
|
|
1909
|
-
NextToken?: string | undefined;
|
|
1910
|
-
}
|
|
1911
|
-
export interface ListConfigurationPolicyAssociationsRequest {
|
|
1912
|
-
NextToken?: string | undefined;
|
|
1913
|
-
MaxResults?: number | undefined;
|
|
1914
|
-
Filters?: AssociationFilters | undefined;
|
|
1915
|
-
}
|
|
1916
|
-
export interface ListConfigurationPolicyAssociationsResponse {
|
|
1917
|
-
ConfigurationPolicyAssociationSummaries?:
|
|
1918
|
-
| ConfigurationPolicyAssociationSummary[]
|
|
1919
|
-
| undefined;
|
|
1920
|
-
NextToken?: string | undefined;
|
|
1921
|
-
}
|
|
1922
|
-
export interface ListEnabledProductsForImportRequest {
|
|
1923
|
-
NextToken?: string | undefined;
|
|
1924
|
-
MaxResults?: number | undefined;
|
|
1925
|
-
}
|
|
1926
|
-
export interface ListEnabledProductsForImportResponse {
|
|
1927
|
-
ProductSubscriptions?: string[] | undefined;
|
|
1928
|
-
NextToken?: string | undefined;
|
|
1929
|
-
}
|
|
1930
|
-
export interface ListFindingAggregatorsRequest {
|
|
1931
|
-
NextToken?: string | undefined;
|
|
1932
|
-
MaxResults?: number | undefined;
|
|
1933
|
-
}
|
|
1934
|
-
export interface ListFindingAggregatorsResponse {
|
|
1935
|
-
FindingAggregators?: FindingAggregator[] | undefined;
|
|
1936
|
-
NextToken?: string | undefined;
|
|
1937
|
-
}
|
|
1938
|
-
export interface ListInvitationsRequest {
|
|
1939
|
-
MaxResults?: number | undefined;
|
|
1940
|
-
NextToken?: string | undefined;
|
|
1941
|
-
}
|
|
1942
|
-
export interface ListInvitationsResponse {
|
|
1943
|
-
Invitations?: Invitation[] | undefined;
|
|
1944
|
-
NextToken?: string | undefined;
|
|
1945
|
-
}
|
|
1946
|
-
export interface ListMembersRequest {
|
|
1947
|
-
OnlyAssociated?: boolean | undefined;
|
|
1948
|
-
MaxResults?: number | undefined;
|
|
1949
|
-
NextToken?: string | undefined;
|
|
1950
|
-
}
|
|
1951
|
-
export interface ListMembersResponse {
|
|
1952
|
-
Members?: Member[] | undefined;
|
|
1953
|
-
NextToken?: string | undefined;
|
|
1954
|
-
}
|
|
1955
|
-
export interface ListOrganizationAdminAccountsRequest {
|
|
1956
|
-
MaxResults?: number | undefined;
|
|
1957
|
-
NextToken?: string | undefined;
|
|
1958
|
-
}
|
|
1959
|
-
export interface ListOrganizationAdminAccountsResponse {
|
|
1960
|
-
AdminAccounts?: AdminAccount[] | undefined;
|
|
1961
|
-
NextToken?: string | undefined;
|
|
1962
|
-
}
|
|
1963
|
-
export interface ListSecurityControlDefinitionsRequest {
|
|
1964
|
-
StandardsArn?: string | undefined;
|
|
1965
|
-
NextToken?: string | undefined;
|
|
1966
|
-
MaxResults?: number | undefined;
|
|
1967
|
-
}
|
|
1968
|
-
export interface ListSecurityControlDefinitionsResponse {
|
|
1969
|
-
SecurityControlDefinitions: SecurityControlDefinition[] | undefined;
|
|
1970
|
-
NextToken?: string | undefined;
|
|
1971
|
-
}
|
|
1972
|
-
export interface ListStandardsControlAssociationsRequest {
|
|
1973
|
-
SecurityControlId: string | undefined;
|
|
1974
|
-
NextToken?: string | undefined;
|
|
1975
|
-
MaxResults?: number | undefined;
|
|
1976
|
-
}
|
|
1977
|
-
export interface StandardsControlAssociationSummary {
|
|
1978
|
-
StandardsArn: string | undefined;
|
|
1979
|
-
SecurityControlId: string | undefined;
|
|
1980
|
-
SecurityControlArn: string | undefined;
|
|
1981
|
-
AssociationStatus: AssociationStatus | undefined;
|
|
1982
|
-
RelatedRequirements?: string[] | undefined;
|
|
1983
|
-
UpdatedAt?: Date | undefined;
|
|
1984
|
-
UpdatedReason?: string | undefined;
|
|
1985
|
-
StandardsControlTitle?: string | undefined;
|
|
1986
|
-
StandardsControlDescription?: string | undefined;
|
|
1987
|
-
}
|
|
1988
|
-
export interface ListStandardsControlAssociationsResponse {
|
|
1989
|
-
StandardsControlAssociationSummaries:
|
|
1990
|
-
| StandardsControlAssociationSummary[]
|
|
1991
|
-
| undefined;
|
|
1992
|
-
NextToken?: string | undefined;
|
|
1993
|
-
}
|
|
1994
|
-
export interface ListTagsForResourceRequest {
|
|
1995
|
-
ResourceArn: string | undefined;
|
|
1996
|
-
}
|
|
1997
|
-
export interface ListTagsForResourceResponse {
|
|
1998
|
-
Tags?: Record<string, string> | undefined;
|
|
1999
|
-
}
|
|
2000
|
-
export declare class ResourceInUseException extends __BaseException {
|
|
2001
|
-
readonly name: "ResourceInUseException";
|
|
2002
|
-
readonly $fault: "client";
|
|
2003
|
-
Message?: string | undefined;
|
|
2004
|
-
Code?: string | undefined;
|
|
2005
|
-
constructor(
|
|
2006
|
-
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
2007
|
-
);
|
|
2008
|
-
}
|
|
2009
|
-
export interface StartConfigurationPolicyAssociationRequest {
|
|
2010
|
-
ConfigurationPolicyIdentifier: string | undefined;
|
|
2011
|
-
Target: Target | undefined;
|
|
2012
|
-
}
|
|
2013
|
-
export interface StartConfigurationPolicyAssociationResponse {
|
|
2014
|
-
ConfigurationPolicyId?: string | undefined;
|
|
2015
|
-
TargetId?: string | undefined;
|
|
2016
|
-
TargetType?: TargetType | undefined;
|
|
2017
|
-
AssociationType?: AssociationType | undefined;
|
|
2018
|
-
UpdatedAt?: Date | undefined;
|
|
2019
|
-
AssociationStatus?: ConfigurationPolicyAssociationStatus | undefined;
|
|
2020
|
-
AssociationStatusMessage?: string | undefined;
|
|
2021
|
-
}
|
|
2022
|
-
export interface StartConfigurationPolicyDisassociationRequest {
|
|
2023
|
-
Target?: Target | undefined;
|
|
2024
|
-
ConfigurationPolicyIdentifier: string | undefined;
|
|
2025
|
-
}
|
|
2026
|
-
export interface StartConfigurationPolicyDisassociationResponse {}
|
|
2027
|
-
export interface TagResourceRequest {
|
|
2028
|
-
ResourceArn: string | undefined;
|
|
2029
|
-
Tags: Record<string, string> | undefined;
|
|
2030
|
-
}
|
|
2031
|
-
export interface TagResourceResponse {}
|
|
2032
|
-
export interface UntagResourceRequest {
|
|
2033
|
-
ResourceArn: string | undefined;
|
|
2034
|
-
TagKeys: string[] | undefined;
|
|
2035
|
-
}
|
|
2036
|
-
export interface UntagResourceResponse {}
|
|
2037
|
-
export interface UpdateActionTargetRequest {
|
|
2038
|
-
ActionTargetArn: string | undefined;
|
|
2039
|
-
Name?: string | undefined;
|
|
2040
|
-
Description?: string | undefined;
|
|
2041
|
-
}
|
|
2042
|
-
export interface UpdateActionTargetResponse {}
|
|
2043
|
-
export interface UpdateConfigurationPolicyRequest {
|
|
2044
|
-
Identifier: string | undefined;
|
|
2045
|
-
Name?: string | undefined;
|
|
2046
|
-
Description?: string | undefined;
|
|
2047
|
-
UpdatedReason?: string | undefined;
|
|
2048
|
-
ConfigurationPolicy?: Policy | undefined;
|
|
2049
|
-
}
|
|
2050
|
-
export interface UpdateConfigurationPolicyResponse {
|
|
2051
|
-
Arn?: string | undefined;
|
|
2052
|
-
Id?: string | undefined;
|
|
2053
|
-
Name?: string | undefined;
|
|
2054
|
-
Description?: string | undefined;
|
|
2055
|
-
UpdatedAt?: Date | undefined;
|
|
2056
|
-
CreatedAt?: Date | undefined;
|
|
2057
|
-
ConfigurationPolicy?: Policy | undefined;
|
|
2058
|
-
}
|
|
2059
|
-
export interface UpdateFindingAggregatorRequest {
|
|
2060
|
-
FindingAggregatorArn: string | undefined;
|
|
2061
|
-
RegionLinkingMode: string | undefined;
|
|
2062
|
-
Regions?: string[] | undefined;
|
|
2063
|
-
}
|
|
2064
|
-
export interface UpdateFindingAggregatorResponse {
|
|
2065
|
-
FindingAggregatorArn?: string | undefined;
|
|
2066
|
-
FindingAggregationRegion?: string | undefined;
|
|
2067
|
-
RegionLinkingMode?: string | undefined;
|
|
2068
|
-
Regions?: string[] | undefined;
|
|
2069
|
-
}
|
|
2070
|
-
export interface UpdateFindingsRequest {
|
|
2071
|
-
Filters: AwsSecurityFindingFilters | undefined;
|
|
2072
|
-
Note?: NoteUpdate | undefined;
|
|
2073
|
-
RecordState?: RecordState | undefined;
|
|
2074
|
-
}
|
|
2075
|
-
export interface UpdateFindingsResponse {}
|
|
2076
|
-
export interface UpdateInsightRequest {
|
|
2077
|
-
InsightArn: string | undefined;
|
|
2078
|
-
Name?: string | undefined;
|
|
2079
|
-
Filters?: AwsSecurityFindingFilters | undefined;
|
|
2080
|
-
GroupByAttribute?: string | undefined;
|
|
2081
|
-
}
|
|
2082
|
-
export interface UpdateInsightResponse {}
|
|
2083
|
-
export interface UpdateOrganizationConfigurationRequest {
|
|
2084
|
-
AutoEnable: boolean | undefined;
|
|
2085
|
-
AutoEnableStandards?: AutoEnableStandards | undefined;
|
|
2086
|
-
OrganizationConfiguration?: OrganizationConfiguration | undefined;
|
|
2087
|
-
}
|
|
2088
|
-
export interface UpdateOrganizationConfigurationResponse {}
|
|
2089
|
-
export interface UpdateSecurityControlRequest {
|
|
2090
|
-
SecurityControlId: string | undefined;
|
|
2091
|
-
Parameters: Record<string, ParameterConfiguration> | undefined;
|
|
2092
|
-
LastUpdateReason?: string | undefined;
|
|
2093
|
-
}
|
|
2094
|
-
export interface UpdateSecurityControlResponse {}
|
|
2095
|
-
export interface UpdateSecurityHubConfigurationRequest {
|
|
2096
|
-
AutoEnableControls?: boolean | undefined;
|
|
2097
|
-
ControlFindingGenerator?: ControlFindingGenerator | undefined;
|
|
2098
|
-
}
|
|
2099
|
-
export interface UpdateSecurityHubConfigurationResponse {}
|
|
2100
|
-
export interface UpdateStandardsControlRequest {
|
|
2101
|
-
StandardsControlArn: string | undefined;
|
|
2102
|
-
ControlStatus?: ControlStatus | undefined;
|
|
2103
|
-
DisabledReason?: string | undefined;
|
|
2104
|
-
}
|
|
2105
|
-
export interface UpdateStandardsControlResponse {}
|
|
2309
|
+
export declare const ServiceNowProviderConfigurationFilterSensitiveLog: (
|
|
2310
|
+
obj: ServiceNowProviderConfiguration
|
|
2311
|
+
) => any;
|
|
2312
|
+
export declare const ProviderConfigurationFilterSensitiveLog: (
|
|
2313
|
+
obj: ProviderConfiguration
|
|
2314
|
+
) => any;
|
|
2315
|
+
export declare const CreateConnectorV2RequestFilterSensitiveLog: (
|
|
2316
|
+
obj: CreateConnectorV2Request
|
|
2317
|
+
) => any;
|