@aws-sdk/client-securityhub 3.1018.0 → 3.1020.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/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/dist-cjs/runtimeConfig.js +4 -3
- package/dist-cjs/runtimeConfig.shared.js +2 -2
- package/dist-es/SecurityHub.js +6 -6
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-es/runtimeConfig.shared.js +1 -1
- package/dist-types/SecurityHub.d.ts +107 -107
- package/dist-types/SecurityHubClient.d.ts +110 -110
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/models/models_2.d.ts +4 -4
- package/dist-types/models/models_3.d.ts +3 -3
- package/dist-types/pagination/DescribeActionTargetsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeProductsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeProductsV2Paginator.d.ts +1 -1
- package/dist-types/pagination/DescribeStandardsControlsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeStandardsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetEnabledStandardsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetFindingHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/GetFindingsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetFindingsTrendsV2Paginator.d.ts +1 -1
- package/dist-types/pagination/GetFindingsV2Paginator.d.ts +1 -1
- package/dist-types/pagination/GetInsightsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetResourcesTrendsV2Paginator.d.ts +1 -1
- package/dist-types/pagination/GetResourcesV2Paginator.d.ts +1 -1
- package/dist-types/pagination/ListAggregatorsV2Paginator.d.ts +1 -1
- package/dist-types/pagination/ListConfigurationPoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConfigurationPolicyAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnabledProductsForImportPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFindingAggregatorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInvitationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMembersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSecurityControlDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStandardsControlAssociationsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/SecurityHubClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +3 -3
- package/dist-types/ts3.4/models/models_2.d.ts +15 -15
- package/dist-types/ts3.4/models/models_3.d.ts +4 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +13 -13
|
@@ -5,116 +5,116 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { AcceptAdministratorInvitationCommandInput, AcceptAdministratorInvitationCommandOutput } from "./commands/AcceptAdministratorInvitationCommand";
|
|
11
|
-
import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
|
|
12
|
-
import { BatchDeleteAutomationRulesCommandInput, BatchDeleteAutomationRulesCommandOutput } from "./commands/BatchDeleteAutomationRulesCommand";
|
|
13
|
-
import { BatchDisableStandardsCommandInput, BatchDisableStandardsCommandOutput } from "./commands/BatchDisableStandardsCommand";
|
|
14
|
-
import { BatchEnableStandardsCommandInput, BatchEnableStandardsCommandOutput } from "./commands/BatchEnableStandardsCommand";
|
|
15
|
-
import { BatchGetAutomationRulesCommandInput, BatchGetAutomationRulesCommandOutput } from "./commands/BatchGetAutomationRulesCommand";
|
|
16
|
-
import { BatchGetConfigurationPolicyAssociationsCommandInput, BatchGetConfigurationPolicyAssociationsCommandOutput } from "./commands/BatchGetConfigurationPolicyAssociationsCommand";
|
|
17
|
-
import { BatchGetSecurityControlsCommandInput, BatchGetSecurityControlsCommandOutput } from "./commands/BatchGetSecurityControlsCommand";
|
|
18
|
-
import { BatchGetStandardsControlAssociationsCommandInput, BatchGetStandardsControlAssociationsCommandOutput } from "./commands/BatchGetStandardsControlAssociationsCommand";
|
|
19
|
-
import { BatchImportFindingsCommandInput, BatchImportFindingsCommandOutput } from "./commands/BatchImportFindingsCommand";
|
|
20
|
-
import { BatchUpdateAutomationRulesCommandInput, BatchUpdateAutomationRulesCommandOutput } from "./commands/BatchUpdateAutomationRulesCommand";
|
|
21
|
-
import { BatchUpdateFindingsCommandInput, BatchUpdateFindingsCommandOutput } from "./commands/BatchUpdateFindingsCommand";
|
|
22
|
-
import { BatchUpdateFindingsV2CommandInput, BatchUpdateFindingsV2CommandOutput } from "./commands/BatchUpdateFindingsV2Command";
|
|
23
|
-
import { BatchUpdateStandardsControlAssociationsCommandInput, BatchUpdateStandardsControlAssociationsCommandOutput } from "./commands/BatchUpdateStandardsControlAssociationsCommand";
|
|
24
|
-
import { CreateActionTargetCommandInput, CreateActionTargetCommandOutput } from "./commands/CreateActionTargetCommand";
|
|
25
|
-
import { CreateAggregatorV2CommandInput, CreateAggregatorV2CommandOutput } from "./commands/CreateAggregatorV2Command";
|
|
26
|
-
import { CreateAutomationRuleCommandInput, CreateAutomationRuleCommandOutput } from "./commands/CreateAutomationRuleCommand";
|
|
27
|
-
import { CreateAutomationRuleV2CommandInput, CreateAutomationRuleV2CommandOutput } from "./commands/CreateAutomationRuleV2Command";
|
|
28
|
-
import { CreateConfigurationPolicyCommandInput, CreateConfigurationPolicyCommandOutput } from "./commands/CreateConfigurationPolicyCommand";
|
|
29
|
-
import { CreateConnectorV2CommandInput, CreateConnectorV2CommandOutput } from "./commands/CreateConnectorV2Command";
|
|
30
|
-
import { CreateFindingAggregatorCommandInput, CreateFindingAggregatorCommandOutput } from "./commands/CreateFindingAggregatorCommand";
|
|
31
|
-
import { CreateInsightCommandInput, CreateInsightCommandOutput } from "./commands/CreateInsightCommand";
|
|
32
|
-
import { CreateMembersCommandInput, CreateMembersCommandOutput } from "./commands/CreateMembersCommand";
|
|
33
|
-
import { CreateTicketV2CommandInput, CreateTicketV2CommandOutput } from "./commands/CreateTicketV2Command";
|
|
34
|
-
import { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "./commands/DeclineInvitationsCommand";
|
|
35
|
-
import { DeleteActionTargetCommandInput, DeleteActionTargetCommandOutput } from "./commands/DeleteActionTargetCommand";
|
|
36
|
-
import { DeleteAggregatorV2CommandInput, DeleteAggregatorV2CommandOutput } from "./commands/DeleteAggregatorV2Command";
|
|
37
|
-
import { DeleteAutomationRuleV2CommandInput, DeleteAutomationRuleV2CommandOutput } from "./commands/DeleteAutomationRuleV2Command";
|
|
38
|
-
import { DeleteConfigurationPolicyCommandInput, DeleteConfigurationPolicyCommandOutput } from "./commands/DeleteConfigurationPolicyCommand";
|
|
39
|
-
import { DeleteConnectorV2CommandInput, DeleteConnectorV2CommandOutput } from "./commands/DeleteConnectorV2Command";
|
|
40
|
-
import { DeleteFindingAggregatorCommandInput, DeleteFindingAggregatorCommandOutput } from "./commands/DeleteFindingAggregatorCommand";
|
|
41
|
-
import { DeleteInsightCommandInput, DeleteInsightCommandOutput } from "./commands/DeleteInsightCommand";
|
|
42
|
-
import { DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput } from "./commands/DeleteInvitationsCommand";
|
|
43
|
-
import { DeleteMembersCommandInput, DeleteMembersCommandOutput } from "./commands/DeleteMembersCommand";
|
|
44
|
-
import { DescribeActionTargetsCommandInput, DescribeActionTargetsCommandOutput } from "./commands/DescribeActionTargetsCommand";
|
|
45
|
-
import { DescribeHubCommandInput, DescribeHubCommandOutput } from "./commands/DescribeHubCommand";
|
|
46
|
-
import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
|
|
47
|
-
import { DescribeProductsCommandInput, DescribeProductsCommandOutput } from "./commands/DescribeProductsCommand";
|
|
48
|
-
import { DescribeProductsV2CommandInput, DescribeProductsV2CommandOutput } from "./commands/DescribeProductsV2Command";
|
|
49
|
-
import { DescribeSecurityHubV2CommandInput, DescribeSecurityHubV2CommandOutput } from "./commands/DescribeSecurityHubV2Command";
|
|
50
|
-
import { DescribeStandardsCommandInput, DescribeStandardsCommandOutput } from "./commands/DescribeStandardsCommand";
|
|
51
|
-
import { DescribeStandardsControlsCommandInput, DescribeStandardsControlsCommandOutput } from "./commands/DescribeStandardsControlsCommand";
|
|
52
|
-
import { DisableImportFindingsForProductCommandInput, DisableImportFindingsForProductCommandOutput } from "./commands/DisableImportFindingsForProductCommand";
|
|
53
|
-
import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput } from "./commands/DisableOrganizationAdminAccountCommand";
|
|
54
|
-
import { DisableSecurityHubCommandInput, DisableSecurityHubCommandOutput } from "./commands/DisableSecurityHubCommand";
|
|
55
|
-
import { DisableSecurityHubV2CommandInput, DisableSecurityHubV2CommandOutput } from "./commands/DisableSecurityHubV2Command";
|
|
56
|
-
import { DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput } from "./commands/DisassociateFromAdministratorAccountCommand";
|
|
57
|
-
import { DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput } from "./commands/DisassociateFromMasterAccountCommand";
|
|
58
|
-
import { DisassociateMembersCommandInput, DisassociateMembersCommandOutput } from "./commands/DisassociateMembersCommand";
|
|
59
|
-
import { EnableImportFindingsForProductCommandInput, EnableImportFindingsForProductCommandOutput } from "./commands/EnableImportFindingsForProductCommand";
|
|
60
|
-
import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "./commands/EnableOrganizationAdminAccountCommand";
|
|
61
|
-
import { EnableSecurityHubCommandInput, EnableSecurityHubCommandOutput } from "./commands/EnableSecurityHubCommand";
|
|
62
|
-
import { EnableSecurityHubV2CommandInput, EnableSecurityHubV2CommandOutput } from "./commands/EnableSecurityHubV2Command";
|
|
63
|
-
import { GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput } from "./commands/GetAdministratorAccountCommand";
|
|
64
|
-
import { GetAggregatorV2CommandInput, GetAggregatorV2CommandOutput } from "./commands/GetAggregatorV2Command";
|
|
65
|
-
import { GetAutomationRuleV2CommandInput, GetAutomationRuleV2CommandOutput } from "./commands/GetAutomationRuleV2Command";
|
|
66
|
-
import { GetConfigurationPolicyAssociationCommandInput, GetConfigurationPolicyAssociationCommandOutput } from "./commands/GetConfigurationPolicyAssociationCommand";
|
|
67
|
-
import { GetConfigurationPolicyCommandInput, GetConfigurationPolicyCommandOutput } from "./commands/GetConfigurationPolicyCommand";
|
|
68
|
-
import { GetConnectorV2CommandInput, GetConnectorV2CommandOutput } from "./commands/GetConnectorV2Command";
|
|
69
|
-
import { GetEnabledStandardsCommandInput, GetEnabledStandardsCommandOutput } from "./commands/GetEnabledStandardsCommand";
|
|
70
|
-
import { GetFindingAggregatorCommandInput, GetFindingAggregatorCommandOutput } from "./commands/GetFindingAggregatorCommand";
|
|
71
|
-
import { GetFindingHistoryCommandInput, GetFindingHistoryCommandOutput } from "./commands/GetFindingHistoryCommand";
|
|
72
|
-
import { GetFindingsCommandInput, GetFindingsCommandOutput } from "./commands/GetFindingsCommand";
|
|
73
|
-
import { GetFindingStatisticsV2CommandInput, GetFindingStatisticsV2CommandOutput } from "./commands/GetFindingStatisticsV2Command";
|
|
74
|
-
import { GetFindingsTrendsV2CommandInput, GetFindingsTrendsV2CommandOutput } from "./commands/GetFindingsTrendsV2Command";
|
|
75
|
-
import { GetFindingsV2CommandInput, GetFindingsV2CommandOutput } from "./commands/GetFindingsV2Command";
|
|
76
|
-
import { GetInsightResultsCommandInput, GetInsightResultsCommandOutput } from "./commands/GetInsightResultsCommand";
|
|
77
|
-
import { GetInsightsCommandInput, GetInsightsCommandOutput } from "./commands/GetInsightsCommand";
|
|
78
|
-
import { GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput } from "./commands/GetInvitationsCountCommand";
|
|
79
|
-
import { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "./commands/GetMasterAccountCommand";
|
|
80
|
-
import { GetMembersCommandInput, GetMembersCommandOutput } from "./commands/GetMembersCommand";
|
|
81
|
-
import { GetResourcesStatisticsV2CommandInput, GetResourcesStatisticsV2CommandOutput } from "./commands/GetResourcesStatisticsV2Command";
|
|
82
|
-
import { GetResourcesTrendsV2CommandInput, GetResourcesTrendsV2CommandOutput } from "./commands/GetResourcesTrendsV2Command";
|
|
83
|
-
import { GetResourcesV2CommandInput, GetResourcesV2CommandOutput } from "./commands/GetResourcesV2Command";
|
|
84
|
-
import { GetSecurityControlDefinitionCommandInput, GetSecurityControlDefinitionCommandOutput } from "./commands/GetSecurityControlDefinitionCommand";
|
|
85
|
-
import { InviteMembersCommandInput, InviteMembersCommandOutput } from "./commands/InviteMembersCommand";
|
|
86
|
-
import { ListAggregatorsV2CommandInput, ListAggregatorsV2CommandOutput } from "./commands/ListAggregatorsV2Command";
|
|
87
|
-
import { ListAutomationRulesCommandInput, ListAutomationRulesCommandOutput } from "./commands/ListAutomationRulesCommand";
|
|
88
|
-
import { ListAutomationRulesV2CommandInput, ListAutomationRulesV2CommandOutput } from "./commands/ListAutomationRulesV2Command";
|
|
89
|
-
import { ListConfigurationPoliciesCommandInput, ListConfigurationPoliciesCommandOutput } from "./commands/ListConfigurationPoliciesCommand";
|
|
90
|
-
import { ListConfigurationPolicyAssociationsCommandInput, ListConfigurationPolicyAssociationsCommandOutput } from "./commands/ListConfigurationPolicyAssociationsCommand";
|
|
91
|
-
import { ListConnectorsV2CommandInput, ListConnectorsV2CommandOutput } from "./commands/ListConnectorsV2Command";
|
|
92
|
-
import { ListEnabledProductsForImportCommandInput, ListEnabledProductsForImportCommandOutput } from "./commands/ListEnabledProductsForImportCommand";
|
|
93
|
-
import { ListFindingAggregatorsCommandInput, ListFindingAggregatorsCommandOutput } from "./commands/ListFindingAggregatorsCommand";
|
|
94
|
-
import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "./commands/ListInvitationsCommand";
|
|
95
|
-
import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
|
|
96
|
-
import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "./commands/ListOrganizationAdminAccountsCommand";
|
|
97
|
-
import { ListSecurityControlDefinitionsCommandInput, ListSecurityControlDefinitionsCommandOutput } from "./commands/ListSecurityControlDefinitionsCommand";
|
|
98
|
-
import { ListStandardsControlAssociationsCommandInput, ListStandardsControlAssociationsCommandOutput } from "./commands/ListStandardsControlAssociationsCommand";
|
|
99
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
100
|
-
import { RegisterConnectorV2CommandInput, RegisterConnectorV2CommandOutput } from "./commands/RegisterConnectorV2Command";
|
|
101
|
-
import { StartConfigurationPolicyAssociationCommandInput, StartConfigurationPolicyAssociationCommandOutput } from "./commands/StartConfigurationPolicyAssociationCommand";
|
|
102
|
-
import { StartConfigurationPolicyDisassociationCommandInput, StartConfigurationPolicyDisassociationCommandOutput } from "./commands/StartConfigurationPolicyDisassociationCommand";
|
|
103
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
104
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
105
|
-
import { UpdateActionTargetCommandInput, UpdateActionTargetCommandOutput } from "./commands/UpdateActionTargetCommand";
|
|
106
|
-
import { UpdateAggregatorV2CommandInput, UpdateAggregatorV2CommandOutput } from "./commands/UpdateAggregatorV2Command";
|
|
107
|
-
import { UpdateAutomationRuleV2CommandInput, UpdateAutomationRuleV2CommandOutput } from "./commands/UpdateAutomationRuleV2Command";
|
|
108
|
-
import { UpdateConfigurationPolicyCommandInput, UpdateConfigurationPolicyCommandOutput } from "./commands/UpdateConfigurationPolicyCommand";
|
|
109
|
-
import { UpdateConnectorV2CommandInput, UpdateConnectorV2CommandOutput } from "./commands/UpdateConnectorV2Command";
|
|
110
|
-
import { UpdateFindingAggregatorCommandInput, UpdateFindingAggregatorCommandOutput } from "./commands/UpdateFindingAggregatorCommand";
|
|
111
|
-
import { UpdateFindingsCommandInput, UpdateFindingsCommandOutput } from "./commands/UpdateFindingsCommand";
|
|
112
|
-
import { UpdateInsightCommandInput, UpdateInsightCommandOutput } from "./commands/UpdateInsightCommand";
|
|
113
|
-
import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
|
|
114
|
-
import { UpdateSecurityControlCommandInput, UpdateSecurityControlCommandOutput } from "./commands/UpdateSecurityControlCommand";
|
|
115
|
-
import { UpdateSecurityHubConfigurationCommandInput, UpdateSecurityHubConfigurationCommandOutput } from "./commands/UpdateSecurityHubConfigurationCommand";
|
|
116
|
-
import { UpdateStandardsControlCommandInput, UpdateStandardsControlCommandOutput } from "./commands/UpdateStandardsControlCommand";
|
|
117
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { AcceptAdministratorInvitationCommandInput, AcceptAdministratorInvitationCommandOutput } from "./commands/AcceptAdministratorInvitationCommand";
|
|
11
|
+
import type { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
|
|
12
|
+
import type { BatchDeleteAutomationRulesCommandInput, BatchDeleteAutomationRulesCommandOutput } from "./commands/BatchDeleteAutomationRulesCommand";
|
|
13
|
+
import type { BatchDisableStandardsCommandInput, BatchDisableStandardsCommandOutput } from "./commands/BatchDisableStandardsCommand";
|
|
14
|
+
import type { BatchEnableStandardsCommandInput, BatchEnableStandardsCommandOutput } from "./commands/BatchEnableStandardsCommand";
|
|
15
|
+
import type { BatchGetAutomationRulesCommandInput, BatchGetAutomationRulesCommandOutput } from "./commands/BatchGetAutomationRulesCommand";
|
|
16
|
+
import type { BatchGetConfigurationPolicyAssociationsCommandInput, BatchGetConfigurationPolicyAssociationsCommandOutput } from "./commands/BatchGetConfigurationPolicyAssociationsCommand";
|
|
17
|
+
import type { BatchGetSecurityControlsCommandInput, BatchGetSecurityControlsCommandOutput } from "./commands/BatchGetSecurityControlsCommand";
|
|
18
|
+
import type { BatchGetStandardsControlAssociationsCommandInput, BatchGetStandardsControlAssociationsCommandOutput } from "./commands/BatchGetStandardsControlAssociationsCommand";
|
|
19
|
+
import type { BatchImportFindingsCommandInput, BatchImportFindingsCommandOutput } from "./commands/BatchImportFindingsCommand";
|
|
20
|
+
import type { BatchUpdateAutomationRulesCommandInput, BatchUpdateAutomationRulesCommandOutput } from "./commands/BatchUpdateAutomationRulesCommand";
|
|
21
|
+
import type { BatchUpdateFindingsCommandInput, BatchUpdateFindingsCommandOutput } from "./commands/BatchUpdateFindingsCommand";
|
|
22
|
+
import type { BatchUpdateFindingsV2CommandInput, BatchUpdateFindingsV2CommandOutput } from "./commands/BatchUpdateFindingsV2Command";
|
|
23
|
+
import type { BatchUpdateStandardsControlAssociationsCommandInput, BatchUpdateStandardsControlAssociationsCommandOutput } from "./commands/BatchUpdateStandardsControlAssociationsCommand";
|
|
24
|
+
import type { CreateActionTargetCommandInput, CreateActionTargetCommandOutput } from "./commands/CreateActionTargetCommand";
|
|
25
|
+
import type { CreateAggregatorV2CommandInput, CreateAggregatorV2CommandOutput } from "./commands/CreateAggregatorV2Command";
|
|
26
|
+
import type { CreateAutomationRuleCommandInput, CreateAutomationRuleCommandOutput } from "./commands/CreateAutomationRuleCommand";
|
|
27
|
+
import type { CreateAutomationRuleV2CommandInput, CreateAutomationRuleV2CommandOutput } from "./commands/CreateAutomationRuleV2Command";
|
|
28
|
+
import type { CreateConfigurationPolicyCommandInput, CreateConfigurationPolicyCommandOutput } from "./commands/CreateConfigurationPolicyCommand";
|
|
29
|
+
import type { CreateConnectorV2CommandInput, CreateConnectorV2CommandOutput } from "./commands/CreateConnectorV2Command";
|
|
30
|
+
import type { CreateFindingAggregatorCommandInput, CreateFindingAggregatorCommandOutput } from "./commands/CreateFindingAggregatorCommand";
|
|
31
|
+
import type { CreateInsightCommandInput, CreateInsightCommandOutput } from "./commands/CreateInsightCommand";
|
|
32
|
+
import type { CreateMembersCommandInput, CreateMembersCommandOutput } from "./commands/CreateMembersCommand";
|
|
33
|
+
import type { CreateTicketV2CommandInput, CreateTicketV2CommandOutput } from "./commands/CreateTicketV2Command";
|
|
34
|
+
import type { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "./commands/DeclineInvitationsCommand";
|
|
35
|
+
import type { DeleteActionTargetCommandInput, DeleteActionTargetCommandOutput } from "./commands/DeleteActionTargetCommand";
|
|
36
|
+
import type { DeleteAggregatorV2CommandInput, DeleteAggregatorV2CommandOutput } from "./commands/DeleteAggregatorV2Command";
|
|
37
|
+
import type { DeleteAutomationRuleV2CommandInput, DeleteAutomationRuleV2CommandOutput } from "./commands/DeleteAutomationRuleV2Command";
|
|
38
|
+
import type { DeleteConfigurationPolicyCommandInput, DeleteConfigurationPolicyCommandOutput } from "./commands/DeleteConfigurationPolicyCommand";
|
|
39
|
+
import type { DeleteConnectorV2CommandInput, DeleteConnectorV2CommandOutput } from "./commands/DeleteConnectorV2Command";
|
|
40
|
+
import type { DeleteFindingAggregatorCommandInput, DeleteFindingAggregatorCommandOutput } from "./commands/DeleteFindingAggregatorCommand";
|
|
41
|
+
import type { DeleteInsightCommandInput, DeleteInsightCommandOutput } from "./commands/DeleteInsightCommand";
|
|
42
|
+
import type { DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput } from "./commands/DeleteInvitationsCommand";
|
|
43
|
+
import type { DeleteMembersCommandInput, DeleteMembersCommandOutput } from "./commands/DeleteMembersCommand";
|
|
44
|
+
import type { DescribeActionTargetsCommandInput, DescribeActionTargetsCommandOutput } from "./commands/DescribeActionTargetsCommand";
|
|
45
|
+
import type { DescribeHubCommandInput, DescribeHubCommandOutput } from "./commands/DescribeHubCommand";
|
|
46
|
+
import type { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
|
|
47
|
+
import type { DescribeProductsCommandInput, DescribeProductsCommandOutput } from "./commands/DescribeProductsCommand";
|
|
48
|
+
import type { DescribeProductsV2CommandInput, DescribeProductsV2CommandOutput } from "./commands/DescribeProductsV2Command";
|
|
49
|
+
import type { DescribeSecurityHubV2CommandInput, DescribeSecurityHubV2CommandOutput } from "./commands/DescribeSecurityHubV2Command";
|
|
50
|
+
import type { DescribeStandardsCommandInput, DescribeStandardsCommandOutput } from "./commands/DescribeStandardsCommand";
|
|
51
|
+
import type { DescribeStandardsControlsCommandInput, DescribeStandardsControlsCommandOutput } from "./commands/DescribeStandardsControlsCommand";
|
|
52
|
+
import type { DisableImportFindingsForProductCommandInput, DisableImportFindingsForProductCommandOutput } from "./commands/DisableImportFindingsForProductCommand";
|
|
53
|
+
import type { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput } from "./commands/DisableOrganizationAdminAccountCommand";
|
|
54
|
+
import type { DisableSecurityHubCommandInput, DisableSecurityHubCommandOutput } from "./commands/DisableSecurityHubCommand";
|
|
55
|
+
import type { DisableSecurityHubV2CommandInput, DisableSecurityHubV2CommandOutput } from "./commands/DisableSecurityHubV2Command";
|
|
56
|
+
import type { DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput } from "./commands/DisassociateFromAdministratorAccountCommand";
|
|
57
|
+
import type { DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput } from "./commands/DisassociateFromMasterAccountCommand";
|
|
58
|
+
import type { DisassociateMembersCommandInput, DisassociateMembersCommandOutput } from "./commands/DisassociateMembersCommand";
|
|
59
|
+
import type { EnableImportFindingsForProductCommandInput, EnableImportFindingsForProductCommandOutput } from "./commands/EnableImportFindingsForProductCommand";
|
|
60
|
+
import type { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "./commands/EnableOrganizationAdminAccountCommand";
|
|
61
|
+
import type { EnableSecurityHubCommandInput, EnableSecurityHubCommandOutput } from "./commands/EnableSecurityHubCommand";
|
|
62
|
+
import type { EnableSecurityHubV2CommandInput, EnableSecurityHubV2CommandOutput } from "./commands/EnableSecurityHubV2Command";
|
|
63
|
+
import type { GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput } from "./commands/GetAdministratorAccountCommand";
|
|
64
|
+
import type { GetAggregatorV2CommandInput, GetAggregatorV2CommandOutput } from "./commands/GetAggregatorV2Command";
|
|
65
|
+
import type { GetAutomationRuleV2CommandInput, GetAutomationRuleV2CommandOutput } from "./commands/GetAutomationRuleV2Command";
|
|
66
|
+
import type { GetConfigurationPolicyAssociationCommandInput, GetConfigurationPolicyAssociationCommandOutput } from "./commands/GetConfigurationPolicyAssociationCommand";
|
|
67
|
+
import type { GetConfigurationPolicyCommandInput, GetConfigurationPolicyCommandOutput } from "./commands/GetConfigurationPolicyCommand";
|
|
68
|
+
import type { GetConnectorV2CommandInput, GetConnectorV2CommandOutput } from "./commands/GetConnectorV2Command";
|
|
69
|
+
import type { GetEnabledStandardsCommandInput, GetEnabledStandardsCommandOutput } from "./commands/GetEnabledStandardsCommand";
|
|
70
|
+
import type { GetFindingAggregatorCommandInput, GetFindingAggregatorCommandOutput } from "./commands/GetFindingAggregatorCommand";
|
|
71
|
+
import type { GetFindingHistoryCommandInput, GetFindingHistoryCommandOutput } from "./commands/GetFindingHistoryCommand";
|
|
72
|
+
import type { GetFindingsCommandInput, GetFindingsCommandOutput } from "./commands/GetFindingsCommand";
|
|
73
|
+
import type { GetFindingStatisticsV2CommandInput, GetFindingStatisticsV2CommandOutput } from "./commands/GetFindingStatisticsV2Command";
|
|
74
|
+
import type { GetFindingsTrendsV2CommandInput, GetFindingsTrendsV2CommandOutput } from "./commands/GetFindingsTrendsV2Command";
|
|
75
|
+
import type { GetFindingsV2CommandInput, GetFindingsV2CommandOutput } from "./commands/GetFindingsV2Command";
|
|
76
|
+
import type { GetInsightResultsCommandInput, GetInsightResultsCommandOutput } from "./commands/GetInsightResultsCommand";
|
|
77
|
+
import type { GetInsightsCommandInput, GetInsightsCommandOutput } from "./commands/GetInsightsCommand";
|
|
78
|
+
import type { GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput } from "./commands/GetInvitationsCountCommand";
|
|
79
|
+
import type { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "./commands/GetMasterAccountCommand";
|
|
80
|
+
import type { GetMembersCommandInput, GetMembersCommandOutput } from "./commands/GetMembersCommand";
|
|
81
|
+
import type { GetResourcesStatisticsV2CommandInput, GetResourcesStatisticsV2CommandOutput } from "./commands/GetResourcesStatisticsV2Command";
|
|
82
|
+
import type { GetResourcesTrendsV2CommandInput, GetResourcesTrendsV2CommandOutput } from "./commands/GetResourcesTrendsV2Command";
|
|
83
|
+
import type { GetResourcesV2CommandInput, GetResourcesV2CommandOutput } from "./commands/GetResourcesV2Command";
|
|
84
|
+
import type { GetSecurityControlDefinitionCommandInput, GetSecurityControlDefinitionCommandOutput } from "./commands/GetSecurityControlDefinitionCommand";
|
|
85
|
+
import type { InviteMembersCommandInput, InviteMembersCommandOutput } from "./commands/InviteMembersCommand";
|
|
86
|
+
import type { ListAggregatorsV2CommandInput, ListAggregatorsV2CommandOutput } from "./commands/ListAggregatorsV2Command";
|
|
87
|
+
import type { ListAutomationRulesCommandInput, ListAutomationRulesCommandOutput } from "./commands/ListAutomationRulesCommand";
|
|
88
|
+
import type { ListAutomationRulesV2CommandInput, ListAutomationRulesV2CommandOutput } from "./commands/ListAutomationRulesV2Command";
|
|
89
|
+
import type { ListConfigurationPoliciesCommandInput, ListConfigurationPoliciesCommandOutput } from "./commands/ListConfigurationPoliciesCommand";
|
|
90
|
+
import type { ListConfigurationPolicyAssociationsCommandInput, ListConfigurationPolicyAssociationsCommandOutput } from "./commands/ListConfigurationPolicyAssociationsCommand";
|
|
91
|
+
import type { ListConnectorsV2CommandInput, ListConnectorsV2CommandOutput } from "./commands/ListConnectorsV2Command";
|
|
92
|
+
import type { ListEnabledProductsForImportCommandInput, ListEnabledProductsForImportCommandOutput } from "./commands/ListEnabledProductsForImportCommand";
|
|
93
|
+
import type { ListFindingAggregatorsCommandInput, ListFindingAggregatorsCommandOutput } from "./commands/ListFindingAggregatorsCommand";
|
|
94
|
+
import type { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "./commands/ListInvitationsCommand";
|
|
95
|
+
import type { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
|
|
96
|
+
import type { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "./commands/ListOrganizationAdminAccountsCommand";
|
|
97
|
+
import type { ListSecurityControlDefinitionsCommandInput, ListSecurityControlDefinitionsCommandOutput } from "./commands/ListSecurityControlDefinitionsCommand";
|
|
98
|
+
import type { ListStandardsControlAssociationsCommandInput, ListStandardsControlAssociationsCommandOutput } from "./commands/ListStandardsControlAssociationsCommand";
|
|
99
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
100
|
+
import type { RegisterConnectorV2CommandInput, RegisterConnectorV2CommandOutput } from "./commands/RegisterConnectorV2Command";
|
|
101
|
+
import type { StartConfigurationPolicyAssociationCommandInput, StartConfigurationPolicyAssociationCommandOutput } from "./commands/StartConfigurationPolicyAssociationCommand";
|
|
102
|
+
import type { StartConfigurationPolicyDisassociationCommandInput, StartConfigurationPolicyDisassociationCommandOutput } from "./commands/StartConfigurationPolicyDisassociationCommand";
|
|
103
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
104
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
105
|
+
import type { UpdateActionTargetCommandInput, UpdateActionTargetCommandOutput } from "./commands/UpdateActionTargetCommand";
|
|
106
|
+
import type { UpdateAggregatorV2CommandInput, UpdateAggregatorV2CommandOutput } from "./commands/UpdateAggregatorV2Command";
|
|
107
|
+
import type { UpdateAutomationRuleV2CommandInput, UpdateAutomationRuleV2CommandOutput } from "./commands/UpdateAutomationRuleV2Command";
|
|
108
|
+
import type { UpdateConfigurationPolicyCommandInput, UpdateConfigurationPolicyCommandOutput } from "./commands/UpdateConfigurationPolicyCommand";
|
|
109
|
+
import type { UpdateConnectorV2CommandInput, UpdateConnectorV2CommandOutput } from "./commands/UpdateConnectorV2Command";
|
|
110
|
+
import type { UpdateFindingAggregatorCommandInput, UpdateFindingAggregatorCommandOutput } from "./commands/UpdateFindingAggregatorCommand";
|
|
111
|
+
import type { UpdateFindingsCommandInput, UpdateFindingsCommandOutput } from "./commands/UpdateFindingsCommand";
|
|
112
|
+
import type { UpdateInsightCommandInput, UpdateInsightCommandOutput } from "./commands/UpdateInsightCommand";
|
|
113
|
+
import type { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
|
|
114
|
+
import type { UpdateSecurityControlCommandInput, UpdateSecurityControlCommandOutput } from "./commands/UpdateSecurityControlCommand";
|
|
115
|
+
import type { UpdateSecurityHubConfigurationCommandInput, UpdateSecurityHubConfigurationCommandOutput } from "./commands/UpdateSecurityHubConfigurationCommand";
|
|
116
|
+
import type { UpdateStandardsControlCommandInput, UpdateStandardsControlCommandOutput } from "./commands/UpdateStandardsControlCommand";
|
|
117
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
118
118
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
119
119
|
export { __Client };
|
|
120
120
|
/**
|
|
@@ -223,7 +223,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
223
223
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
224
224
|
* @internal
|
|
225
225
|
*/
|
|
226
|
-
defaultUserAgentProvider?:
|
|
226
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
227
227
|
/**
|
|
228
228
|
* Default credentials provider; Not available in browser runtime.
|
|
229
229
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { SecurityHubHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
1
|
+
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
3
|
import { type SecurityHubClientResolvedConfig } from "../SecurityHubClient";
|
|
4
4
|
/**
|
package/dist-types/index.d.ts
CHANGED
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
*/
|
|
77
77
|
export * from "./SecurityHubClient";
|
|
78
78
|
export * from "./SecurityHub";
|
|
79
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
79
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
80
80
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
81
81
|
export type { SecurityHubExtensionConfiguration } from "./extensionConfiguration";
|
|
82
82
|
export * from "./commands";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ActorSessionMfaStatus, AdminStatus, AssociationType, AutomationRulesActionType, AutomationRulesActionTypeV2, ConfigurationPolicyAssociationStatus, DateRangeUnit, MapFilterComparison, RuleStatus, RuleStatusV2, SeverityLabel, StringFilterComparison, VerificationState, WorkflowStatus } from "./enums";
|
|
1
|
+
import type { ActorSessionMfaStatus, AdminStatus, AssociationType, AutomationRulesActionType, AutomationRulesActionTypeV2, ConfigurationPolicyAssociationStatus, DateRangeUnit, MapFilterComparison, RuleStatus, RuleStatusV2, SeverityLabel, StringFilterComparison, VerificationState, WorkflowStatus } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsIamAccessKeyStatus, AwsS3BucketNotificationConfigurationS3KeyFilterRuleName, ComplianceStatus, ConnectionDirection, MalwareState, MalwareType, NetworkDirection, SeverityLabel } from "./enums";
|
|
2
|
-
import
|
|
1
|
+
import type { AwsIamAccessKeyStatus, AwsS3BucketNotificationConfigurationS3KeyFilterRuleName, ComplianceStatus, ConnectionDirection, MalwareState, MalwareType, NetworkDirection, SeverityLabel } from "./enums";
|
|
2
|
+
import type { Actor, AssociatedStandard, AvailabilityZone, AwsEcsContainerDetails, AwsEcsTaskDefinitionContainerDefinitionsDetails, AwsEcsTaskDefinitionInferenceAcceleratorsDetails, AwsEcsTaskDefinitionPlacementConstraintsDetails, AwsEcsTaskDefinitionProxyConfigurationDetails, AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails, AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails, RelatedFinding } from "./models_0";
|
|
3
3
|
/**
|
|
4
4
|
* <p>Information about a bind mount host volume.</p>
|
|
5
5
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
-
import { AssociationStatus, AssociationType, AutoEnableStandards, BatchUpdateFindingsV2UnprocessedFindingErrorCode, ConfigurationPolicyAssociationStatus, ConnectorAuthStatus, ConnectorProviderName, ConnectorStatus, ControlFindingGenerator, ControlStatus, FindingHistoryUpdateSourceType, FindingsTrendsStringField, GranularityField, IntegrationType, IntegrationV2Type, OcsfBooleanField, OcsfDateField, OcsfIpField, OcsfMapField, OcsfNumberField, OcsfStringField, OrganizationConfigurationConfigurationType, OrganizationConfigurationStatus, ParameterValueType, Partition, RecordState, RegionAvailabilityStatus, ResourceCategory, ResourcesDateField, ResourcesMapField, ResourcesNumberField, ResourcesStringField, ResourcesTrendsStringField, RuleStatus, SecurityControlProperty, SecurityHubFeature, SeverityLabel, SeverityRating, SortOrder, StandardsControlsUpdatable, StandardsStatus, StatusReasonCode, TargetType, ThreatIntelIndicatorCategory, ThreatIntelIndicatorType, TicketCreationMode, UnprocessedErrorCode, UpdateStatus, VerificationState, VulnerabilityExploitAvailable, VulnerabilityFixAvailable, WorkflowState, WorkflowStatus } from "./enums";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import type { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
+
import type { AssociationStatus, AssociationType, AutoEnableStandards, BatchUpdateFindingsV2UnprocessedFindingErrorCode, ConfigurationPolicyAssociationStatus, ConnectorAuthStatus, ConnectorProviderName, ConnectorStatus, ControlFindingGenerator, ControlStatus, FindingHistoryUpdateSourceType, FindingsTrendsStringField, GranularityField, IntegrationType, IntegrationV2Type, OcsfBooleanField, OcsfDateField, OcsfIpField, OcsfMapField, OcsfNumberField, OcsfStringField, OrganizationConfigurationConfigurationType, OrganizationConfigurationStatus, ParameterValueType, Partition, RecordState, RegionAvailabilityStatus, ResourceCategory, ResourcesDateField, ResourcesMapField, ResourcesNumberField, ResourcesStringField, ResourcesTrendsStringField, RuleStatus, SecurityControlProperty, SecurityHubFeature, SeverityLabel, SeverityRating, SortOrder, StandardsControlsUpdatable, StandardsStatus, StatusReasonCode, TargetType, ThreatIntelIndicatorCategory, ThreatIntelIndicatorType, TicketCreationMode, UnprocessedErrorCode, UpdateStatus, VerificationState, VulnerabilityExploitAvailable, VulnerabilityFixAvailable, WorkflowState, WorkflowStatus } from "./enums";
|
|
3
|
+
import type { AccountDetails, Action, ActionTarget, Adjustment, AdminAccount, AggregatorV2, AssociationFilters, AutomationRulesAction, AutomationRulesConfig, AutomationRulesFindingFilters, AutomationRulesMetadata, AutomationRulesMetadataV2, AwsAmazonMqBrokerDetails, AwsApiGatewayRestApiDetails, AwsApiGatewayStageDetails, AwsApiGatewayV2ApiDetails, AwsApiGatewayV2StageDetails, AwsAppSyncGraphQlApiDetails, AwsAthenaWorkGroupDetails, AwsAutoScalingAutoScalingGroupDetails, AwsAutoScalingLaunchConfigurationDetails, AwsBackupBackupPlanDetails, AwsBackupBackupVaultDetails, AwsBackupRecoveryPointDetails, AwsCertificateManagerCertificateDetails, AwsCloudFormationStackDetails, AwsCloudFrontDistributionDetails, AwsCloudTrailTrailDetails, AwsCloudWatchAlarmDetails, AwsCodeBuildProjectDetails, AwsDmsEndpointDetails, AwsDmsReplicationInstanceDetails, AwsDmsReplicationTaskDetails, AwsDynamoDbTableDetails, AwsEc2ClientVpnEndpointDetails, AwsEc2EipDetails, AwsEc2InstanceDetails, AwsEc2LaunchTemplateDetails, AwsEc2NetworkAclDetails, AwsEc2NetworkInterfaceDetails, AwsEc2RouteTableDetails, AwsEc2SecurityGroupDetails, AwsEc2SubnetDetails, AwsEc2TransitGatewayDetails, AwsEc2VolumeDetails, AwsEc2VpcDetails, AwsEc2VpcEndpointServiceDetails, AwsEc2VpcPeeringConnectionDetails, AwsEc2VpnConnectionDetails, AwsEcrContainerImageDetails, AwsEcrRepositoryDetails, AwsEcsClusterDetails, AwsEcsContainerDetails, AwsEcsServiceDetails, DateFilter, MapFilter, NoteUpdate, NumberFilter, RelatedFinding, SeverityUpdate, StringFilter, WorkflowUpdate } from "./models_0";
|
|
4
|
+
import type { AwsEcsTaskDefinitionDetails, AwsEcsTaskDetails, AwsEfsAccessPointDetails, AwsEksClusterDetails, AwsElasticBeanstalkEnvironmentDetails, AwsElasticsearchDomainDetails, AwsElbLoadBalancerDetails, AwsElbv2LoadBalancerDetails, AwsEventSchemasRegistryDetails, AwsEventsEndpointDetails, AwsEventsEventbusDetails, AwsGuardDutyDetectorDetails, AwsIamAccessKeyDetails, AwsIamGroupDetails, AwsIamPolicyDetails, AwsIamRoleDetails, AwsIamUserDetails, AwsKinesisStreamDetails, AwsKmsKeyDetails, AwsLambdaFunctionDetails, AwsLambdaLayerVersionDetails, AwsMskClusterDetails, AwsNetworkFirewallFirewallDetails, AwsNetworkFirewallFirewallPolicyDetails, AwsNetworkFirewallRuleGroupDetails, AwsOpenSearchServiceDomainDetails, AwsRdsDbClusterDetails, AwsRdsDbClusterSnapshotDetails, AwsRdsDbInstanceDetails, AwsRdsDbSecurityGroupDetails, AwsRdsDbSnapshotDetails, AwsRdsEventSubscriptionDetails, AwsRedshiftClusterDetails, AwsRoute53HostedZoneDetails, AwsS3AccessPointDetails, AwsS3AccountPublicAccessBlockDetails, AwsS3BucketDetails, AwsS3ObjectDetails, AwsSageMakerNotebookInstanceDetails, AwsSecretsManagerSecretDetails, AwsSnsTopicDetails, AwsSqsQueueDetails, AwsSsmPatchComplianceDetails, AwsStepFunctionStateMachineDetails, AwsWafRateBasedRuleDetails, AwsWafRegionalRateBasedRuleDetails, AwsWafRegionalRuleDetails, AwsWafRegionalRuleGroupDetails, AwsWafRegionalWebAclDetails, AwsWafRuleDetails, AwsWafRuleGroupDetails, AwsWafv2CustomHttpHeader, Compliance, DataClassificationDetails, Detection, FindingProviderFields, GeneratorDetails, Malware, Network, NetworkPathComponent, Note, PatchSummary, ProcessDetails, Remediation } from "./models_1";
|
|
5
5
|
/**
|
|
6
6
|
* <p>
|
|
7
7
|
* Custom request handling behavior that inserts custom headers into a web request. WAF uses custom request handling when the rule action doesn't block the request.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AllowedOperators, AssociationType, AutoEnableStandards, ConfigurationPolicyAssociationStatus, ControlFindingGenerator, ControlStatus, GroupByField, RecordState, ResourceGroupByField, RuleStatusV2, SortOrder, TargetType } from "./enums";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import type { AllowedOperators, AssociationType, AutoEnableStandards, ConfigurationPolicyAssociationStatus, ControlFindingGenerator, ControlStatus, GroupByField, RecordState, ResourceGroupByField, RuleStatusV2, SortOrder, TargetType } from "./enums";
|
|
2
|
+
import type { AutomationRulesActionV2, NoteUpdate } from "./models_0";
|
|
3
|
+
import type { AwsSecurityFindingFilters, FindingsTrendsStringFilter, JiraCloudUpdateConfiguration, OcsfBooleanFilter, OcsfDateFilter, OcsfIpFilter, OcsfMapFilter, OcsfNumberFilter, OcsfStringFilter, OrganizationConfiguration, ParameterConfiguration, Policy, ResourcesDateFilter, ResourcesMapFilter, ResourcesNumberFilter, ResourcesStringFilter, ResourcesTrendsStringFilter, SortCriterion, Target } from "./models_2";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeActionTargetsCommandInput, DescribeActionTargetsCommandOutput } from "../commands/DescribeActionTargetsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeProductsCommandInput, DescribeProductsCommandOutput } from "../commands/DescribeProductsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeProductsV2CommandInput, DescribeProductsV2CommandOutput } from "../commands/DescribeProductsV2Command";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeStandardsControlsCommandInput, DescribeStandardsControlsCommandOutput } from "../commands/DescribeStandardsControlsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeStandardsCommandInput, DescribeStandardsCommandOutput } from "../commands/DescribeStandardsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetEnabledStandardsCommandInput, GetEnabledStandardsCommandOutput } from "../commands/GetEnabledStandardsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetFindingHistoryCommandInput, GetFindingHistoryCommandOutput } from "../commands/GetFindingHistoryCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetFindingsCommandInput, GetFindingsCommandOutput } from "../commands/GetFindingsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetFindingsTrendsV2CommandInput, GetFindingsTrendsV2CommandOutput } from "../commands/GetFindingsTrendsV2Command";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetFindingsV2CommandInput, GetFindingsV2CommandOutput } from "../commands/GetFindingsV2Command";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetInsightsCommandInput, GetInsightsCommandOutput } from "../commands/GetInsightsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetResourcesTrendsV2CommandInput, GetResourcesTrendsV2CommandOutput } from "../commands/GetResourcesTrendsV2Command";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetResourcesV2CommandInput, GetResourcesV2CommandOutput } from "../commands/GetResourcesV2Command";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAggregatorsV2CommandInput, ListAggregatorsV2CommandOutput } from "../commands/ListAggregatorsV2Command";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListConfigurationPoliciesCommandInput, ListConfigurationPoliciesCommandOutput } from "../commands/ListConfigurationPoliciesCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListConfigurationPolicyAssociationsCommandInput, ListConfigurationPolicyAssociationsCommandOutput } from "../commands/ListConfigurationPolicyAssociationsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEnabledProductsForImportCommandInput, ListEnabledProductsForImportCommandOutput } from "../commands/ListEnabledProductsForImportCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListFindingAggregatorsCommandInput, ListFindingAggregatorsCommandOutput } from "../commands/ListFindingAggregatorsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../commands/ListInvitationsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "../commands/ListOrganizationAdminAccountsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListSecurityControlDefinitionsCommandInput, ListSecurityControlDefinitionsCommandOutput } from "../commands/ListSecurityControlDefinitionsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListStandardsControlAssociationsCommandInput, ListStandardsControlAssociationsCommandOutput } from "../commands/ListStandardsControlAssociationsCommand";
|
|
3
|
-
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -18,7 +18,7 @@ export declare const getRuntimeConfig: (config: SecurityHubClientConfig) => {
|
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
-
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
22
22
|
protocolSettings: {
|
|
23
23
|
defaultNamespace?: string;
|
|
24
24
|
[setting: string]: unknown;
|
|
@@ -20,7 +20,7 @@ export declare const getRuntimeConfig: (config: SecurityHubClientConfig) => {
|
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
-
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
24
24
|
protocolSettings: {
|
|
25
25
|
defaultNamespace?: string;
|
|
26
26
|
[setting: string]: unknown;
|