@aws-sdk/client-securityhub 3.830.0 → 3.835.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 +1 -1
- 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/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 +4 -1
- 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/package.json +14 -12
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateSecurityHubConfigurationRequest,
|
|
5
5
|
UpdateSecurityHubConfigurationResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
SecurityHubClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
UpdateStandardsControlRequest,
|
|
5
5
|
UpdateStandardsControlResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
SecurityHubClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -10,16 +10,25 @@ export * from "./BatchGetStandardsControlAssociationsCommand";
|
|
|
10
10
|
export * from "./BatchImportFindingsCommand";
|
|
11
11
|
export * from "./BatchUpdateAutomationRulesCommand";
|
|
12
12
|
export * from "./BatchUpdateFindingsCommand";
|
|
13
|
+
export * from "./BatchUpdateFindingsV2Command";
|
|
13
14
|
export * from "./BatchUpdateStandardsControlAssociationsCommand";
|
|
15
|
+
export * from "./ConnectorRegistrationsV2Command";
|
|
14
16
|
export * from "./CreateActionTargetCommand";
|
|
17
|
+
export * from "./CreateAggregatorV2Command";
|
|
15
18
|
export * from "./CreateAutomationRuleCommand";
|
|
19
|
+
export * from "./CreateAutomationRuleV2Command";
|
|
16
20
|
export * from "./CreateConfigurationPolicyCommand";
|
|
21
|
+
export * from "./CreateConnectorV2Command";
|
|
17
22
|
export * from "./CreateFindingAggregatorCommand";
|
|
18
23
|
export * from "./CreateInsightCommand";
|
|
19
24
|
export * from "./CreateMembersCommand";
|
|
25
|
+
export * from "./CreateTicketV2Command";
|
|
20
26
|
export * from "./DeclineInvitationsCommand";
|
|
21
27
|
export * from "./DeleteActionTargetCommand";
|
|
28
|
+
export * from "./DeleteAggregatorV2Command";
|
|
29
|
+
export * from "./DeleteAutomationRuleV2Command";
|
|
22
30
|
export * from "./DeleteConfigurationPolicyCommand";
|
|
31
|
+
export * from "./DeleteConnectorV2Command";
|
|
23
32
|
export * from "./DeleteFindingAggregatorCommand";
|
|
24
33
|
export * from "./DeleteInsightCommand";
|
|
25
34
|
export * from "./DeleteInvitationsCommand";
|
|
@@ -28,34 +37,48 @@ export * from "./DescribeActionTargetsCommand";
|
|
|
28
37
|
export * from "./DescribeHubCommand";
|
|
29
38
|
export * from "./DescribeOrganizationConfigurationCommand";
|
|
30
39
|
export * from "./DescribeProductsCommand";
|
|
40
|
+
export * from "./DescribeProductsV2Command";
|
|
41
|
+
export * from "./DescribeSecurityHubV2Command";
|
|
31
42
|
export * from "./DescribeStandardsCommand";
|
|
32
43
|
export * from "./DescribeStandardsControlsCommand";
|
|
33
44
|
export * from "./DisableImportFindingsForProductCommand";
|
|
34
45
|
export * from "./DisableOrganizationAdminAccountCommand";
|
|
35
46
|
export * from "./DisableSecurityHubCommand";
|
|
47
|
+
export * from "./DisableSecurityHubV2Command";
|
|
36
48
|
export * from "./DisassociateFromAdministratorAccountCommand";
|
|
37
49
|
export * from "./DisassociateFromMasterAccountCommand";
|
|
38
50
|
export * from "./DisassociateMembersCommand";
|
|
39
51
|
export * from "./EnableImportFindingsForProductCommand";
|
|
40
52
|
export * from "./EnableOrganizationAdminAccountCommand";
|
|
41
53
|
export * from "./EnableSecurityHubCommand";
|
|
54
|
+
export * from "./EnableSecurityHubV2Command";
|
|
42
55
|
export * from "./GetAdministratorAccountCommand";
|
|
56
|
+
export * from "./GetAggregatorV2Command";
|
|
57
|
+
export * from "./GetAutomationRuleV2Command";
|
|
43
58
|
export * from "./GetConfigurationPolicyAssociationCommand";
|
|
44
59
|
export * from "./GetConfigurationPolicyCommand";
|
|
60
|
+
export * from "./GetConnectorV2Command";
|
|
45
61
|
export * from "./GetEnabledStandardsCommand";
|
|
46
62
|
export * from "./GetFindingAggregatorCommand";
|
|
47
63
|
export * from "./GetFindingHistoryCommand";
|
|
64
|
+
export * from "./GetFindingStatisticsV2Command";
|
|
48
65
|
export * from "./GetFindingsCommand";
|
|
66
|
+
export * from "./GetFindingsV2Command";
|
|
49
67
|
export * from "./GetInsightResultsCommand";
|
|
50
68
|
export * from "./GetInsightsCommand";
|
|
51
69
|
export * from "./GetInvitationsCountCommand";
|
|
52
70
|
export * from "./GetMasterAccountCommand";
|
|
53
71
|
export * from "./GetMembersCommand";
|
|
72
|
+
export * from "./GetResourcesStatisticsV2Command";
|
|
73
|
+
export * from "./GetResourcesV2Command";
|
|
54
74
|
export * from "./GetSecurityControlDefinitionCommand";
|
|
55
75
|
export * from "./InviteMembersCommand";
|
|
76
|
+
export * from "./ListAggregatorsV2Command";
|
|
56
77
|
export * from "./ListAutomationRulesCommand";
|
|
78
|
+
export * from "./ListAutomationRulesV2Command";
|
|
57
79
|
export * from "./ListConfigurationPoliciesCommand";
|
|
58
80
|
export * from "./ListConfigurationPolicyAssociationsCommand";
|
|
81
|
+
export * from "./ListConnectorsV2Command";
|
|
59
82
|
export * from "./ListEnabledProductsForImportCommand";
|
|
60
83
|
export * from "./ListFindingAggregatorsCommand";
|
|
61
84
|
export * from "./ListInvitationsCommand";
|
|
@@ -69,7 +92,10 @@ export * from "./StartConfigurationPolicyDisassociationCommand";
|
|
|
69
92
|
export * from "./TagResourceCommand";
|
|
70
93
|
export * from "./UntagResourceCommand";
|
|
71
94
|
export * from "./UpdateActionTargetCommand";
|
|
95
|
+
export * from "./UpdateAggregatorV2Command";
|
|
96
|
+
export * from "./UpdateAutomationRuleV2Command";
|
|
72
97
|
export * from "./UpdateConfigurationPolicyCommand";
|
|
98
|
+
export * from "./UpdateConnectorV2Command";
|
|
73
99
|
export * from "./UpdateFindingAggregatorCommand";
|
|
74
100
|
export * from "./UpdateFindingsCommand";
|
|
75
101
|
export * from "./UpdateInsightCommand";
|
|
@@ -16,7 +16,10 @@ export interface ClientInputEndpointParameters {
|
|
|
16
16
|
| EndpointV2
|
|
17
17
|
| Provider<EndpointV2>;
|
|
18
18
|
}
|
|
19
|
-
export type ClientResolvedEndpointParameters =
|
|
19
|
+
export type ClientResolvedEndpointParameters = Pick<
|
|
20
|
+
ClientInputEndpointParameters,
|
|
21
|
+
Exclude<keyof ClientInputEndpointParameters, "endpoint">
|
|
22
|
+
> & {
|
|
20
23
|
defaultSigningName: string;
|
|
21
24
|
};
|
|
22
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
@@ -249,6 +249,15 @@ export interface AdminAccount {
|
|
|
249
249
|
AccountId?: string | undefined;
|
|
250
250
|
Status?: AdminStatus | undefined;
|
|
251
251
|
}
|
|
252
|
+
export interface AggregatorV2 {
|
|
253
|
+
AggregatorV2Arn?: string | undefined;
|
|
254
|
+
}
|
|
255
|
+
export declare const AllowedOperators: {
|
|
256
|
+
readonly AND: "AND";
|
|
257
|
+
readonly OR: "OR";
|
|
258
|
+
};
|
|
259
|
+
export type AllowedOperators =
|
|
260
|
+
(typeof AllowedOperators)[keyof typeof AllowedOperators];
|
|
252
261
|
export interface AssociatedStandard {
|
|
253
262
|
StandardsId?: string | undefined;
|
|
254
263
|
}
|
|
@@ -294,8 +303,33 @@ export declare const AutoEnableStandards: {
|
|
|
294
303
|
};
|
|
295
304
|
export type AutoEnableStandards =
|
|
296
305
|
(typeof AutoEnableStandards)[keyof typeof AutoEnableStandards];
|
|
306
|
+
export interface ExternalIntegrationConfiguration {
|
|
307
|
+
ConnectorArn?: string | undefined;
|
|
308
|
+
}
|
|
309
|
+
export interface AutomationRulesFindingFieldsUpdateV2 {
|
|
310
|
+
SeverityId?: number | undefined;
|
|
311
|
+
Comment?: string | undefined;
|
|
312
|
+
StatusId?: number | undefined;
|
|
313
|
+
}
|
|
314
|
+
export declare const AutomationRulesActionTypeV2: {
|
|
315
|
+
readonly EXTERNAL_INTEGRATION: "EXTERNAL_INTEGRATION";
|
|
316
|
+
readonly FINDING_FIELDS_UPDATE: "FINDING_FIELDS_UPDATE";
|
|
317
|
+
};
|
|
318
|
+
export type AutomationRulesActionTypeV2 =
|
|
319
|
+
(typeof AutomationRulesActionTypeV2)[keyof typeof AutomationRulesActionTypeV2];
|
|
320
|
+
export interface AutomationRulesActionV2 {
|
|
321
|
+
Type: AutomationRulesActionTypeV2 | undefined;
|
|
322
|
+
FindingFieldsUpdate?: AutomationRulesFindingFieldsUpdateV2 | undefined;
|
|
323
|
+
ExternalIntegrationConfiguration?:
|
|
324
|
+
| ExternalIntegrationConfiguration
|
|
325
|
+
| undefined;
|
|
326
|
+
}
|
|
327
|
+
export interface AutomationRulesActionTypeObjectV2 {
|
|
328
|
+
Type?: AutomationRulesActionTypeV2 | undefined;
|
|
329
|
+
}
|
|
297
330
|
export declare const StringFilterComparison: {
|
|
298
331
|
readonly CONTAINS: "CONTAINS";
|
|
332
|
+
readonly CONTAINS_WORD: "CONTAINS_WORD";
|
|
299
333
|
readonly EQUALS: "EQUALS";
|
|
300
334
|
readonly NOT_CONTAINS: "NOT_CONTAINS";
|
|
301
335
|
readonly NOT_EQUALS: "NOT_EQUALS";
|
|
@@ -410,6 +444,22 @@ export interface AutomationRulesMetadata {
|
|
|
410
444
|
UpdatedAt?: Date | undefined;
|
|
411
445
|
CreatedBy?: string | undefined;
|
|
412
446
|
}
|
|
447
|
+
export declare const RuleStatusV2: {
|
|
448
|
+
readonly DISABLED: "DISABLED";
|
|
449
|
+
readonly ENABLED: "ENABLED";
|
|
450
|
+
};
|
|
451
|
+
export type RuleStatusV2 = (typeof RuleStatusV2)[keyof typeof RuleStatusV2];
|
|
452
|
+
export interface AutomationRulesMetadataV2 {
|
|
453
|
+
RuleArn?: string | undefined;
|
|
454
|
+
RuleId?: string | undefined;
|
|
455
|
+
RuleOrder?: number | undefined;
|
|
456
|
+
RuleName?: string | undefined;
|
|
457
|
+
RuleStatus?: RuleStatusV2 | undefined;
|
|
458
|
+
Description?: string | undefined;
|
|
459
|
+
Actions?: AutomationRulesActionTypeObjectV2[] | undefined;
|
|
460
|
+
CreatedAt?: Date | undefined;
|
|
461
|
+
UpdatedAt?: Date | undefined;
|
|
462
|
+
}
|
|
413
463
|
export interface AvailabilityZone {
|
|
414
464
|
ZoneName?: string | undefined;
|
|
415
465
|
SubnetId?: string | undefined;
|
|
@@ -2104,60 +2154,3 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDe
|
|
|
2104
2154
|
Options?: Record<string, string> | undefined;
|
|
2105
2155
|
Type?: string | undefined;
|
|
2106
2156
|
}
|
|
2107
|
-
export interface AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails {
|
|
2108
|
-
Command?: string[] | undefined;
|
|
2109
|
-
Interval?: number | undefined;
|
|
2110
|
-
Retries?: number | undefined;
|
|
2111
|
-
StartPeriod?: number | undefined;
|
|
2112
|
-
Timeout?: number | undefined;
|
|
2113
|
-
}
|
|
2114
|
-
export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails {
|
|
2115
|
-
Add?: string[] | undefined;
|
|
2116
|
-
Drop?: string[] | undefined;
|
|
2117
|
-
}
|
|
2118
|
-
export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails {
|
|
2119
|
-
ContainerPath?: string | undefined;
|
|
2120
|
-
HostPath?: string | undefined;
|
|
2121
|
-
Permissions?: string[] | undefined;
|
|
2122
|
-
}
|
|
2123
|
-
export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails {
|
|
2124
|
-
ContainerPath?: string | undefined;
|
|
2125
|
-
MountOptions?: string[] | undefined;
|
|
2126
|
-
Size?: number | undefined;
|
|
2127
|
-
}
|
|
2128
|
-
export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDetails {
|
|
2129
|
-
Capabilities?:
|
|
2130
|
-
| AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails
|
|
2131
|
-
| undefined;
|
|
2132
|
-
Devices?:
|
|
2133
|
-
| AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails[]
|
|
2134
|
-
| undefined;
|
|
2135
|
-
InitProcessEnabled?: boolean | undefined;
|
|
2136
|
-
MaxSwap?: number | undefined;
|
|
2137
|
-
SharedMemorySize?: number | undefined;
|
|
2138
|
-
Swappiness?: number | undefined;
|
|
2139
|
-
Tmpfs?:
|
|
2140
|
-
| AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails[]
|
|
2141
|
-
| undefined;
|
|
2142
|
-
}
|
|
2143
|
-
export interface AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails {
|
|
2144
|
-
Name?: string | undefined;
|
|
2145
|
-
ValueFrom?: string | undefined;
|
|
2146
|
-
}
|
|
2147
|
-
export interface AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetails {
|
|
2148
|
-
LogDriver?: string | undefined;
|
|
2149
|
-
Options?: Record<string, string> | undefined;
|
|
2150
|
-
SecretOptions?:
|
|
2151
|
-
| AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails[]
|
|
2152
|
-
| undefined;
|
|
2153
|
-
}
|
|
2154
|
-
export interface AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails {
|
|
2155
|
-
ContainerPath?: string | undefined;
|
|
2156
|
-
ReadOnly?: boolean | undefined;
|
|
2157
|
-
SourceVolume?: string | undefined;
|
|
2158
|
-
}
|
|
2159
|
-
export interface AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails {
|
|
2160
|
-
ContainerPort?: number | undefined;
|
|
2161
|
-
HostPort?: number | undefined;
|
|
2162
|
-
Protocol?: string | undefined;
|
|
2163
|
-
}
|
|
@@ -8,14 +8,66 @@ import {
|
|
|
8
8
|
AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails,
|
|
9
9
|
AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails,
|
|
10
10
|
AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails,
|
|
11
|
-
AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails,
|
|
12
|
-
AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDetails,
|
|
13
|
-
AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetails,
|
|
14
|
-
AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails,
|
|
15
|
-
AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails,
|
|
16
11
|
RelatedFinding,
|
|
17
12
|
SeverityLabel,
|
|
18
13
|
} from "./models_0";
|
|
14
|
+
export interface AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails {
|
|
15
|
+
Command?: string[] | undefined;
|
|
16
|
+
Interval?: number | undefined;
|
|
17
|
+
Retries?: number | undefined;
|
|
18
|
+
StartPeriod?: number | undefined;
|
|
19
|
+
Timeout?: number | undefined;
|
|
20
|
+
}
|
|
21
|
+
export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails {
|
|
22
|
+
Add?: string[] | undefined;
|
|
23
|
+
Drop?: string[] | undefined;
|
|
24
|
+
}
|
|
25
|
+
export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails {
|
|
26
|
+
ContainerPath?: string | undefined;
|
|
27
|
+
HostPath?: string | undefined;
|
|
28
|
+
Permissions?: string[] | undefined;
|
|
29
|
+
}
|
|
30
|
+
export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails {
|
|
31
|
+
ContainerPath?: string | undefined;
|
|
32
|
+
MountOptions?: string[] | undefined;
|
|
33
|
+
Size?: number | undefined;
|
|
34
|
+
}
|
|
35
|
+
export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDetails {
|
|
36
|
+
Capabilities?:
|
|
37
|
+
| AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails
|
|
38
|
+
| undefined;
|
|
39
|
+
Devices?:
|
|
40
|
+
| AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails[]
|
|
41
|
+
| undefined;
|
|
42
|
+
InitProcessEnabled?: boolean | undefined;
|
|
43
|
+
MaxSwap?: number | undefined;
|
|
44
|
+
SharedMemorySize?: number | undefined;
|
|
45
|
+
Swappiness?: number | undefined;
|
|
46
|
+
Tmpfs?:
|
|
47
|
+
| AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails[]
|
|
48
|
+
| undefined;
|
|
49
|
+
}
|
|
50
|
+
export interface AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails {
|
|
51
|
+
Name?: string | undefined;
|
|
52
|
+
ValueFrom?: string | undefined;
|
|
53
|
+
}
|
|
54
|
+
export interface AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetails {
|
|
55
|
+
LogDriver?: string | undefined;
|
|
56
|
+
Options?: Record<string, string> | undefined;
|
|
57
|
+
SecretOptions?:
|
|
58
|
+
| AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails[]
|
|
59
|
+
| undefined;
|
|
60
|
+
}
|
|
61
|
+
export interface AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails {
|
|
62
|
+
ContainerPath?: string | undefined;
|
|
63
|
+
ReadOnly?: boolean | undefined;
|
|
64
|
+
SourceVolume?: string | undefined;
|
|
65
|
+
}
|
|
66
|
+
export interface AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails {
|
|
67
|
+
ContainerPort?: number | undefined;
|
|
68
|
+
HostPort?: number | undefined;
|
|
69
|
+
Protocol?: string | undefined;
|
|
70
|
+
}
|
|
19
71
|
export interface AwsEcsTaskDefinitionContainerDefinitionsRepositoryCredentialsDetails {
|
|
20
72
|
CredentialsParameter?: string | undefined;
|
|
21
73
|
}
|
|
@@ -2037,64 +2089,3 @@ export interface ClassificationResult {
|
|
|
2037
2089
|
SensitiveData?: SensitiveDataResult[] | undefined;
|
|
2038
2090
|
CustomDataIdentifiers?: CustomDataIdentifiersResult | undefined;
|
|
2039
2091
|
}
|
|
2040
|
-
export interface DataClassificationDetails {
|
|
2041
|
-
DetailedResultsLocation?: string | undefined;
|
|
2042
|
-
Result?: ClassificationResult | undefined;
|
|
2043
|
-
}
|
|
2044
|
-
export interface AwsSnsTopicSubscription {
|
|
2045
|
-
Endpoint?: string | undefined;
|
|
2046
|
-
Protocol?: string | undefined;
|
|
2047
|
-
}
|
|
2048
|
-
export interface AwsSnsTopicDetails {
|
|
2049
|
-
KmsMasterKeyId?: string | undefined;
|
|
2050
|
-
Subscription?: AwsSnsTopicSubscription[] | undefined;
|
|
2051
|
-
TopicName?: string | undefined;
|
|
2052
|
-
Owner?: string | undefined;
|
|
2053
|
-
SqsSuccessFeedbackRoleArn?: string | undefined;
|
|
2054
|
-
SqsFailureFeedbackRoleArn?: string | undefined;
|
|
2055
|
-
ApplicationSuccessFeedbackRoleArn?: string | undefined;
|
|
2056
|
-
FirehoseSuccessFeedbackRoleArn?: string | undefined;
|
|
2057
|
-
FirehoseFailureFeedbackRoleArn?: string | undefined;
|
|
2058
|
-
HttpSuccessFeedbackRoleArn?: string | undefined;
|
|
2059
|
-
HttpFailureFeedbackRoleArn?: string | undefined;
|
|
2060
|
-
}
|
|
2061
|
-
export interface AwsSqsQueueDetails {
|
|
2062
|
-
KmsDataKeyReusePeriodSeconds?: number | undefined;
|
|
2063
|
-
KmsMasterKeyId?: string | undefined;
|
|
2064
|
-
QueueName?: string | undefined;
|
|
2065
|
-
DeadLetterTargetArn?: string | undefined;
|
|
2066
|
-
}
|
|
2067
|
-
export interface AwsSsmComplianceSummary {
|
|
2068
|
-
Status?: string | undefined;
|
|
2069
|
-
CompliantCriticalCount?: number | undefined;
|
|
2070
|
-
CompliantHighCount?: number | undefined;
|
|
2071
|
-
CompliantMediumCount?: number | undefined;
|
|
2072
|
-
ExecutionType?: string | undefined;
|
|
2073
|
-
NonCompliantCriticalCount?: number | undefined;
|
|
2074
|
-
CompliantInformationalCount?: number | undefined;
|
|
2075
|
-
NonCompliantInformationalCount?: number | undefined;
|
|
2076
|
-
CompliantUnspecifiedCount?: number | undefined;
|
|
2077
|
-
NonCompliantLowCount?: number | undefined;
|
|
2078
|
-
NonCompliantHighCount?: number | undefined;
|
|
2079
|
-
CompliantLowCount?: number | undefined;
|
|
2080
|
-
ComplianceType?: string | undefined;
|
|
2081
|
-
PatchBaselineId?: string | undefined;
|
|
2082
|
-
OverallSeverity?: string | undefined;
|
|
2083
|
-
NonCompliantMediumCount?: number | undefined;
|
|
2084
|
-
NonCompliantUnspecifiedCount?: number | undefined;
|
|
2085
|
-
PatchGroup?: string | undefined;
|
|
2086
|
-
}
|
|
2087
|
-
export interface AwsSsmPatch {
|
|
2088
|
-
ComplianceSummary?: AwsSsmComplianceSummary | undefined;
|
|
2089
|
-
}
|
|
2090
|
-
export interface AwsSsmPatchComplianceDetails {
|
|
2091
|
-
Patch?: AwsSsmPatch | undefined;
|
|
2092
|
-
}
|
|
2093
|
-
export interface AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails {
|
|
2094
|
-
LogGroupArn?: string | undefined;
|
|
2095
|
-
}
|
|
2096
|
-
export interface AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails {
|
|
2097
|
-
CloudWatchLogsLogGroup?:
|
|
2098
|
-
| AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails
|
|
2099
|
-
| undefined;
|
|
2100
|
-
}
|