@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
package/dist-es/SecurityHub.js
CHANGED
|
@@ -11,16 +11,25 @@ import { BatchGetStandardsControlAssociationsCommand, } from "./commands/BatchGe
|
|
|
11
11
|
import { BatchImportFindingsCommand, } from "./commands/BatchImportFindingsCommand";
|
|
12
12
|
import { BatchUpdateAutomationRulesCommand, } from "./commands/BatchUpdateAutomationRulesCommand";
|
|
13
13
|
import { BatchUpdateFindingsCommand, } from "./commands/BatchUpdateFindingsCommand";
|
|
14
|
+
import { BatchUpdateFindingsV2Command, } from "./commands/BatchUpdateFindingsV2Command";
|
|
14
15
|
import { BatchUpdateStandardsControlAssociationsCommand, } from "./commands/BatchUpdateStandardsControlAssociationsCommand";
|
|
16
|
+
import { ConnectorRegistrationsV2Command, } from "./commands/ConnectorRegistrationsV2Command";
|
|
15
17
|
import { CreateActionTargetCommand, } from "./commands/CreateActionTargetCommand";
|
|
18
|
+
import { CreateAggregatorV2Command, } from "./commands/CreateAggregatorV2Command";
|
|
16
19
|
import { CreateAutomationRuleCommand, } from "./commands/CreateAutomationRuleCommand";
|
|
20
|
+
import { CreateAutomationRuleV2Command, } from "./commands/CreateAutomationRuleV2Command";
|
|
17
21
|
import { CreateConfigurationPolicyCommand, } from "./commands/CreateConfigurationPolicyCommand";
|
|
22
|
+
import { CreateConnectorV2Command, } from "./commands/CreateConnectorV2Command";
|
|
18
23
|
import { CreateFindingAggregatorCommand, } from "./commands/CreateFindingAggregatorCommand";
|
|
19
24
|
import { CreateInsightCommand, } from "./commands/CreateInsightCommand";
|
|
20
25
|
import { CreateMembersCommand, } from "./commands/CreateMembersCommand";
|
|
26
|
+
import { CreateTicketV2Command, } from "./commands/CreateTicketV2Command";
|
|
21
27
|
import { DeclineInvitationsCommand, } from "./commands/DeclineInvitationsCommand";
|
|
22
28
|
import { DeleteActionTargetCommand, } from "./commands/DeleteActionTargetCommand";
|
|
29
|
+
import { DeleteAggregatorV2Command, } from "./commands/DeleteAggregatorV2Command";
|
|
30
|
+
import { DeleteAutomationRuleV2Command, } from "./commands/DeleteAutomationRuleV2Command";
|
|
23
31
|
import { DeleteConfigurationPolicyCommand, } from "./commands/DeleteConfigurationPolicyCommand";
|
|
32
|
+
import { DeleteConnectorV2Command, } from "./commands/DeleteConnectorV2Command";
|
|
24
33
|
import { DeleteFindingAggregatorCommand, } from "./commands/DeleteFindingAggregatorCommand";
|
|
25
34
|
import { DeleteInsightCommand, } from "./commands/DeleteInsightCommand";
|
|
26
35
|
import { DeleteInvitationsCommand, } from "./commands/DeleteInvitationsCommand";
|
|
@@ -29,34 +38,48 @@ import { DescribeActionTargetsCommand, } from "./commands/DescribeActionTargetsC
|
|
|
29
38
|
import { DescribeHubCommand } from "./commands/DescribeHubCommand";
|
|
30
39
|
import { DescribeOrganizationConfigurationCommand, } from "./commands/DescribeOrganizationConfigurationCommand";
|
|
31
40
|
import { DescribeProductsCommand, } from "./commands/DescribeProductsCommand";
|
|
41
|
+
import { DescribeProductsV2Command, } from "./commands/DescribeProductsV2Command";
|
|
42
|
+
import { DescribeSecurityHubV2Command, } from "./commands/DescribeSecurityHubV2Command";
|
|
32
43
|
import { DescribeStandardsCommand, } from "./commands/DescribeStandardsCommand";
|
|
33
44
|
import { DescribeStandardsControlsCommand, } from "./commands/DescribeStandardsControlsCommand";
|
|
34
45
|
import { DisableImportFindingsForProductCommand, } from "./commands/DisableImportFindingsForProductCommand";
|
|
35
46
|
import { DisableOrganizationAdminAccountCommand, } from "./commands/DisableOrganizationAdminAccountCommand";
|
|
36
47
|
import { DisableSecurityHubCommand, } from "./commands/DisableSecurityHubCommand";
|
|
48
|
+
import { DisableSecurityHubV2Command, } from "./commands/DisableSecurityHubV2Command";
|
|
37
49
|
import { DisassociateFromAdministratorAccountCommand, } from "./commands/DisassociateFromAdministratorAccountCommand";
|
|
38
50
|
import { DisassociateFromMasterAccountCommand, } from "./commands/DisassociateFromMasterAccountCommand";
|
|
39
51
|
import { DisassociateMembersCommand, } from "./commands/DisassociateMembersCommand";
|
|
40
52
|
import { EnableImportFindingsForProductCommand, } from "./commands/EnableImportFindingsForProductCommand";
|
|
41
53
|
import { EnableOrganizationAdminAccountCommand, } from "./commands/EnableOrganizationAdminAccountCommand";
|
|
42
54
|
import { EnableSecurityHubCommand, } from "./commands/EnableSecurityHubCommand";
|
|
55
|
+
import { EnableSecurityHubV2Command, } from "./commands/EnableSecurityHubV2Command";
|
|
43
56
|
import { GetAdministratorAccountCommand, } from "./commands/GetAdministratorAccountCommand";
|
|
57
|
+
import { GetAggregatorV2Command, } from "./commands/GetAggregatorV2Command";
|
|
58
|
+
import { GetAutomationRuleV2Command, } from "./commands/GetAutomationRuleV2Command";
|
|
44
59
|
import { GetConfigurationPolicyAssociationCommand, } from "./commands/GetConfigurationPolicyAssociationCommand";
|
|
45
60
|
import { GetConfigurationPolicyCommand, } from "./commands/GetConfigurationPolicyCommand";
|
|
61
|
+
import { GetConnectorV2Command, } from "./commands/GetConnectorV2Command";
|
|
46
62
|
import { GetEnabledStandardsCommand, } from "./commands/GetEnabledStandardsCommand";
|
|
47
63
|
import { GetFindingAggregatorCommand, } from "./commands/GetFindingAggregatorCommand";
|
|
48
64
|
import { GetFindingHistoryCommand, } from "./commands/GetFindingHistoryCommand";
|
|
49
65
|
import { GetFindingsCommand } from "./commands/GetFindingsCommand";
|
|
66
|
+
import { GetFindingStatisticsV2Command, } from "./commands/GetFindingStatisticsV2Command";
|
|
67
|
+
import { GetFindingsV2Command, } from "./commands/GetFindingsV2Command";
|
|
50
68
|
import { GetInsightResultsCommand, } from "./commands/GetInsightResultsCommand";
|
|
51
69
|
import { GetInsightsCommand } from "./commands/GetInsightsCommand";
|
|
52
70
|
import { GetInvitationsCountCommand, } from "./commands/GetInvitationsCountCommand";
|
|
53
71
|
import { GetMasterAccountCommand, } from "./commands/GetMasterAccountCommand";
|
|
54
72
|
import { GetMembersCommand } from "./commands/GetMembersCommand";
|
|
73
|
+
import { GetResourcesStatisticsV2Command, } from "./commands/GetResourcesStatisticsV2Command";
|
|
74
|
+
import { GetResourcesV2Command, } from "./commands/GetResourcesV2Command";
|
|
55
75
|
import { GetSecurityControlDefinitionCommand, } from "./commands/GetSecurityControlDefinitionCommand";
|
|
56
76
|
import { InviteMembersCommand, } from "./commands/InviteMembersCommand";
|
|
77
|
+
import { ListAggregatorsV2Command, } from "./commands/ListAggregatorsV2Command";
|
|
57
78
|
import { ListAutomationRulesCommand, } from "./commands/ListAutomationRulesCommand";
|
|
79
|
+
import { ListAutomationRulesV2Command, } from "./commands/ListAutomationRulesV2Command";
|
|
58
80
|
import { ListConfigurationPoliciesCommand, } from "./commands/ListConfigurationPoliciesCommand";
|
|
59
81
|
import { ListConfigurationPolicyAssociationsCommand, } from "./commands/ListConfigurationPolicyAssociationsCommand";
|
|
82
|
+
import { ListConnectorsV2Command, } from "./commands/ListConnectorsV2Command";
|
|
60
83
|
import { ListEnabledProductsForImportCommand, } from "./commands/ListEnabledProductsForImportCommand";
|
|
61
84
|
import { ListFindingAggregatorsCommand, } from "./commands/ListFindingAggregatorsCommand";
|
|
62
85
|
import { ListInvitationsCommand, } from "./commands/ListInvitationsCommand";
|
|
@@ -70,7 +93,10 @@ import { StartConfigurationPolicyDisassociationCommand, } from "./commands/Start
|
|
|
70
93
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
71
94
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
72
95
|
import { UpdateActionTargetCommand, } from "./commands/UpdateActionTargetCommand";
|
|
96
|
+
import { UpdateAggregatorV2Command, } from "./commands/UpdateAggregatorV2Command";
|
|
97
|
+
import { UpdateAutomationRuleV2Command, } from "./commands/UpdateAutomationRuleV2Command";
|
|
73
98
|
import { UpdateConfigurationPolicyCommand, } from "./commands/UpdateConfigurationPolicyCommand";
|
|
99
|
+
import { UpdateConnectorV2Command, } from "./commands/UpdateConnectorV2Command";
|
|
74
100
|
import { UpdateFindingAggregatorCommand, } from "./commands/UpdateFindingAggregatorCommand";
|
|
75
101
|
import { UpdateFindingsCommand, } from "./commands/UpdateFindingsCommand";
|
|
76
102
|
import { UpdateInsightCommand, } from "./commands/UpdateInsightCommand";
|
|
@@ -92,16 +118,25 @@ const commands = {
|
|
|
92
118
|
BatchImportFindingsCommand,
|
|
93
119
|
BatchUpdateAutomationRulesCommand,
|
|
94
120
|
BatchUpdateFindingsCommand,
|
|
121
|
+
BatchUpdateFindingsV2Command,
|
|
95
122
|
BatchUpdateStandardsControlAssociationsCommand,
|
|
123
|
+
ConnectorRegistrationsV2Command,
|
|
96
124
|
CreateActionTargetCommand,
|
|
125
|
+
CreateAggregatorV2Command,
|
|
97
126
|
CreateAutomationRuleCommand,
|
|
127
|
+
CreateAutomationRuleV2Command,
|
|
98
128
|
CreateConfigurationPolicyCommand,
|
|
129
|
+
CreateConnectorV2Command,
|
|
99
130
|
CreateFindingAggregatorCommand,
|
|
100
131
|
CreateInsightCommand,
|
|
101
132
|
CreateMembersCommand,
|
|
133
|
+
CreateTicketV2Command,
|
|
102
134
|
DeclineInvitationsCommand,
|
|
103
135
|
DeleteActionTargetCommand,
|
|
136
|
+
DeleteAggregatorV2Command,
|
|
137
|
+
DeleteAutomationRuleV2Command,
|
|
104
138
|
DeleteConfigurationPolicyCommand,
|
|
139
|
+
DeleteConnectorV2Command,
|
|
105
140
|
DeleteFindingAggregatorCommand,
|
|
106
141
|
DeleteInsightCommand,
|
|
107
142
|
DeleteInvitationsCommand,
|
|
@@ -110,34 +145,48 @@ const commands = {
|
|
|
110
145
|
DescribeHubCommand,
|
|
111
146
|
DescribeOrganizationConfigurationCommand,
|
|
112
147
|
DescribeProductsCommand,
|
|
148
|
+
DescribeProductsV2Command,
|
|
149
|
+
DescribeSecurityHubV2Command,
|
|
113
150
|
DescribeStandardsCommand,
|
|
114
151
|
DescribeStandardsControlsCommand,
|
|
115
152
|
DisableImportFindingsForProductCommand,
|
|
116
153
|
DisableOrganizationAdminAccountCommand,
|
|
117
154
|
DisableSecurityHubCommand,
|
|
155
|
+
DisableSecurityHubV2Command,
|
|
118
156
|
DisassociateFromAdministratorAccountCommand,
|
|
119
157
|
DisassociateFromMasterAccountCommand,
|
|
120
158
|
DisassociateMembersCommand,
|
|
121
159
|
EnableImportFindingsForProductCommand,
|
|
122
160
|
EnableOrganizationAdminAccountCommand,
|
|
123
161
|
EnableSecurityHubCommand,
|
|
162
|
+
EnableSecurityHubV2Command,
|
|
124
163
|
GetAdministratorAccountCommand,
|
|
164
|
+
GetAggregatorV2Command,
|
|
165
|
+
GetAutomationRuleV2Command,
|
|
125
166
|
GetConfigurationPolicyCommand,
|
|
126
167
|
GetConfigurationPolicyAssociationCommand,
|
|
168
|
+
GetConnectorV2Command,
|
|
127
169
|
GetEnabledStandardsCommand,
|
|
128
170
|
GetFindingAggregatorCommand,
|
|
129
171
|
GetFindingHistoryCommand,
|
|
130
172
|
GetFindingsCommand,
|
|
173
|
+
GetFindingStatisticsV2Command,
|
|
174
|
+
GetFindingsV2Command,
|
|
131
175
|
GetInsightResultsCommand,
|
|
132
176
|
GetInsightsCommand,
|
|
133
177
|
GetInvitationsCountCommand,
|
|
134
178
|
GetMasterAccountCommand,
|
|
135
179
|
GetMembersCommand,
|
|
180
|
+
GetResourcesStatisticsV2Command,
|
|
181
|
+
GetResourcesV2Command,
|
|
136
182
|
GetSecurityControlDefinitionCommand,
|
|
137
183
|
InviteMembersCommand,
|
|
184
|
+
ListAggregatorsV2Command,
|
|
138
185
|
ListAutomationRulesCommand,
|
|
186
|
+
ListAutomationRulesV2Command,
|
|
139
187
|
ListConfigurationPoliciesCommand,
|
|
140
188
|
ListConfigurationPolicyAssociationsCommand,
|
|
189
|
+
ListConnectorsV2Command,
|
|
141
190
|
ListEnabledProductsForImportCommand,
|
|
142
191
|
ListFindingAggregatorsCommand,
|
|
143
192
|
ListInvitationsCommand,
|
|
@@ -151,7 +200,10 @@ const commands = {
|
|
|
151
200
|
TagResourceCommand,
|
|
152
201
|
UntagResourceCommand,
|
|
153
202
|
UpdateActionTargetCommand,
|
|
203
|
+
UpdateAggregatorV2Command,
|
|
204
|
+
UpdateAutomationRuleV2Command,
|
|
154
205
|
UpdateConfigurationPolicyCommand,
|
|
206
|
+
UpdateConnectorV2Command,
|
|
155
207
|
UpdateFindingAggregatorCommand,
|
|
156
208
|
UpdateFindingsCommand,
|
|
157
209
|
UpdateInsightCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_BatchUpdateFindingsV2Command, se_BatchUpdateFindingsV2Command } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class BatchUpdateFindingsV2Command extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SecurityHubAPIService", "BatchUpdateFindingsV2", {})
|
|
17
|
+
.n("SecurityHubClient", "BatchUpdateFindingsV2Command")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_BatchUpdateFindingsV2Command)
|
|
20
|
+
.de(de_BatchUpdateFindingsV2Command)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ConnectorRegistrationsV2Command, se_ConnectorRegistrationsV2Command } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ConnectorRegistrationsV2Command extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SecurityHubAPIService", "ConnectorRegistrationsV2", {})
|
|
17
|
+
.n("SecurityHubClient", "ConnectorRegistrationsV2Command")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ConnectorRegistrationsV2Command)
|
|
20
|
+
.de(de_ConnectorRegistrationsV2Command)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateAggregatorV2Command, se_CreateAggregatorV2Command } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateAggregatorV2Command extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SecurityHubAPIService", "CreateAggregatorV2", {})
|
|
17
|
+
.n("SecurityHubClient", "CreateAggregatorV2Command")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateAggregatorV2Command)
|
|
20
|
+
.de(de_CreateAggregatorV2Command)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateAutomationRuleV2Command, se_CreateAutomationRuleV2Command } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateAutomationRuleV2Command extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SecurityHubAPIService", "CreateAutomationRuleV2", {})
|
|
17
|
+
.n("SecurityHubClient", "CreateAutomationRuleV2Command")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateAutomationRuleV2Command)
|
|
20
|
+
.de(de_CreateAutomationRuleV2Command)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { CreateConnectorV2RequestFilterSensitiveLog, } from "../models/models_2";
|
|
6
|
+
import { de_CreateConnectorV2Command, se_CreateConnectorV2Command } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class CreateConnectorV2Command extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("SecurityHubAPIService", "CreateConnectorV2", {})
|
|
18
|
+
.n("SecurityHubClient", "CreateConnectorV2Command")
|
|
19
|
+
.f(CreateConnectorV2RequestFilterSensitiveLog, void 0)
|
|
20
|
+
.ser(se_CreateConnectorV2Command)
|
|
21
|
+
.de(de_CreateConnectorV2Command)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateTicketV2Command, se_CreateTicketV2Command } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateTicketV2Command extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SecurityHubAPIService", "CreateTicketV2", {})
|
|
17
|
+
.n("SecurityHubClient", "CreateTicketV2Command")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateTicketV2Command)
|
|
20
|
+
.de(de_CreateTicketV2Command)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteAggregatorV2Command, se_DeleteAggregatorV2Command } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteAggregatorV2Command extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SecurityHubAPIService", "DeleteAggregatorV2", {})
|
|
17
|
+
.n("SecurityHubClient", "DeleteAggregatorV2Command")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteAggregatorV2Command)
|
|
20
|
+
.de(de_DeleteAggregatorV2Command)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteAutomationRuleV2Command, se_DeleteAutomationRuleV2Command } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteAutomationRuleV2Command extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SecurityHubAPIService", "DeleteAutomationRuleV2", {})
|
|
17
|
+
.n("SecurityHubClient", "DeleteAutomationRuleV2Command")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteAutomationRuleV2Command)
|
|
20
|
+
.de(de_DeleteAutomationRuleV2Command)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteConnectorV2Command, se_DeleteConnectorV2Command } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteConnectorV2Command extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SecurityHubAPIService", "DeleteConnectorV2", {})
|
|
17
|
+
.n("SecurityHubClient", "DeleteConnectorV2Command")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteConnectorV2Command)
|
|
20
|
+
.de(de_DeleteConnectorV2Command)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeProductsV2Command, se_DescribeProductsV2Command } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeProductsV2Command extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SecurityHubAPIService", "DescribeProductsV2", {})
|
|
17
|
+
.n("SecurityHubClient", "DescribeProductsV2Command")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeProductsV2Command)
|
|
20
|
+
.de(de_DescribeProductsV2Command)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeSecurityHubV2Command, se_DescribeSecurityHubV2Command } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeSecurityHubV2Command extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SecurityHubAPIService", "DescribeSecurityHubV2", {})
|
|
17
|
+
.n("SecurityHubClient", "DescribeSecurityHubV2Command")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeSecurityHubV2Command)
|
|
20
|
+
.de(de_DescribeSecurityHubV2Command)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DisableSecurityHubV2Command, se_DisableSecurityHubV2Command } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DisableSecurityHubV2Command extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SecurityHubAPIService", "DisableSecurityHubV2", {})
|
|
17
|
+
.n("SecurityHubClient", "DisableSecurityHubV2Command")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DisableSecurityHubV2Command)
|
|
20
|
+
.de(de_DisableSecurityHubV2Command)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_EnableSecurityHubV2Command, se_EnableSecurityHubV2Command } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class EnableSecurityHubV2Command extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SecurityHubAPIService", "EnableSecurityHubV2", {})
|
|
17
|
+
.n("SecurityHubClient", "EnableSecurityHubV2Command")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_EnableSecurityHubV2Command)
|
|
20
|
+
.de(de_EnableSecurityHubV2Command)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetAggregatorV2Command, se_GetAggregatorV2Command } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetAggregatorV2Command extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SecurityHubAPIService", "GetAggregatorV2", {})
|
|
17
|
+
.n("SecurityHubClient", "GetAggregatorV2Command")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetAggregatorV2Command)
|
|
20
|
+
.de(de_GetAggregatorV2Command)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetAutomationRuleV2Command, se_GetAutomationRuleV2Command } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetAutomationRuleV2Command extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SecurityHubAPIService", "GetAutomationRuleV2", {})
|
|
17
|
+
.n("SecurityHubClient", "GetAutomationRuleV2Command")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetAutomationRuleV2Command)
|
|
20
|
+
.de(de_GetAutomationRuleV2Command)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetConnectorV2Command, se_GetConnectorV2Command } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetConnectorV2Command extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SecurityHubAPIService", "GetConnectorV2", {})
|
|
17
|
+
.n("SecurityHubClient", "GetConnectorV2Command")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetConnectorV2Command)
|
|
20
|
+
.de(de_GetConnectorV2Command)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetFindingStatisticsV2Command, se_GetFindingStatisticsV2Command } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetFindingStatisticsV2Command extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SecurityHubAPIService", "GetFindingStatisticsV2", {})
|
|
17
|
+
.n("SecurityHubClient", "GetFindingStatisticsV2Command")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetFindingStatisticsV2Command)
|
|
20
|
+
.de(de_GetFindingStatisticsV2Command)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetFindingsV2Command, se_GetFindingsV2Command } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetFindingsV2Command extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SecurityHubAPIService", "GetFindingsV2", {})
|
|
17
|
+
.n("SecurityHubClient", "GetFindingsV2Command")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetFindingsV2Command)
|
|
20
|
+
.de(de_GetFindingsV2Command)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetResourcesStatisticsV2Command, se_GetResourcesStatisticsV2Command } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetResourcesStatisticsV2Command extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SecurityHubAPIService", "GetResourcesStatisticsV2", {})
|
|
17
|
+
.n("SecurityHubClient", "GetResourcesStatisticsV2Command")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetResourcesStatisticsV2Command)
|
|
20
|
+
.de(de_GetResourcesStatisticsV2Command)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetResourcesV2Command, se_GetResourcesV2Command } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetResourcesV2Command extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SecurityHubAPIService", "GetResourcesV2", {})
|
|
17
|
+
.n("SecurityHubClient", "GetResourcesV2Command")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetResourcesV2Command)
|
|
20
|
+
.de(de_GetResourcesV2Command)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|