@aws-sdk/client-securityhub 3.830.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/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +166 -320
- package/dist-types/models/models_1.d.ts +319 -343
- package/dist-types/models/models_2.d.ts +2465 -2269
- package/dist-types/models/models_3.d.ts +2386 -0
- package/dist-types/pagination/DescribeProductsV2Paginator.d.ts +7 -0
- package/dist-types/pagination/GetFindingsV2Paginator.d.ts +7 -0
- package/dist-types/pagination/GetResourcesV2Paginator.d.ts +7 -0
- package/dist-types/pagination/ListAggregatorsV2Paginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +234 -0
- package/dist-types/ts3.4/SecurityHub.d.ts +452 -0
- package/dist-types/ts3.4/SecurityHubClient.d.ts +156 -0
- package/dist-types/ts3.4/commands/BatchUpdateFindingsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/ConnectorRegistrationsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAggregatorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAutomationRuleV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateConnectorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateTicketV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteAggregatorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAutomationRuleV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteConnectorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeProductsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSecurityHubV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableSecurityHubV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSecurityHubV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAggregatorV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetAutomationRuleV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConnectorV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetFindingStatisticsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetFindingsV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetInsightResultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetResourcesStatisticsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetResourcesV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetSecurityControlDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAggregatorsV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAutomationRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAutomationRulesV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListConfigurationPoliciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConfigurationPolicyAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConnectorsV2Command.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFindingAggregatorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityControlDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStandardsControlAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartConfigurationPolicyAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartConfigurationPolicyDisassociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateActionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAggregatorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateAutomationRuleV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectorV2Command.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInsightCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityHubConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStandardsControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +26 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +50 -57
- package/dist-types/ts3.4/models/models_1.d.ts +57 -66
- package/dist-types/ts3.4/models/models_2.d.ts +522 -310
- package/dist-types/ts3.4/models/models_3.d.ts +626 -0
- package/dist-types/ts3.4/pagination/DescribeProductsV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetFindingsV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetResourcesV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAggregatorsV2Paginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +312 -0
- package/package.json +4 -2
|
@@ -11,16 +11,25 @@ import { BatchGetStandardsControlAssociationsCommandInput, BatchGetStandardsCont
|
|
|
11
11
|
import { BatchImportFindingsCommandInput, BatchImportFindingsCommandOutput } from "./commands/BatchImportFindingsCommand";
|
|
12
12
|
import { BatchUpdateAutomationRulesCommandInput, BatchUpdateAutomationRulesCommandOutput } from "./commands/BatchUpdateAutomationRulesCommand";
|
|
13
13
|
import { BatchUpdateFindingsCommandInput, BatchUpdateFindingsCommandOutput } from "./commands/BatchUpdateFindingsCommand";
|
|
14
|
+
import { BatchUpdateFindingsV2CommandInput, BatchUpdateFindingsV2CommandOutput } from "./commands/BatchUpdateFindingsV2Command";
|
|
14
15
|
import { BatchUpdateStandardsControlAssociationsCommandInput, BatchUpdateStandardsControlAssociationsCommandOutput } from "./commands/BatchUpdateStandardsControlAssociationsCommand";
|
|
16
|
+
import { ConnectorRegistrationsV2CommandInput, ConnectorRegistrationsV2CommandOutput } from "./commands/ConnectorRegistrationsV2Command";
|
|
15
17
|
import { CreateActionTargetCommandInput, CreateActionTargetCommandOutput } from "./commands/CreateActionTargetCommand";
|
|
18
|
+
import { CreateAggregatorV2CommandInput, CreateAggregatorV2CommandOutput } from "./commands/CreateAggregatorV2Command";
|
|
16
19
|
import { CreateAutomationRuleCommandInput, CreateAutomationRuleCommandOutput } from "./commands/CreateAutomationRuleCommand";
|
|
20
|
+
import { CreateAutomationRuleV2CommandInput, CreateAutomationRuleV2CommandOutput } from "./commands/CreateAutomationRuleV2Command";
|
|
17
21
|
import { CreateConfigurationPolicyCommandInput, CreateConfigurationPolicyCommandOutput } from "./commands/CreateConfigurationPolicyCommand";
|
|
22
|
+
import { CreateConnectorV2CommandInput, CreateConnectorV2CommandOutput } from "./commands/CreateConnectorV2Command";
|
|
18
23
|
import { CreateFindingAggregatorCommandInput, CreateFindingAggregatorCommandOutput } from "./commands/CreateFindingAggregatorCommand";
|
|
19
24
|
import { CreateInsightCommandInput, CreateInsightCommandOutput } from "./commands/CreateInsightCommand";
|
|
20
25
|
import { CreateMembersCommandInput, CreateMembersCommandOutput } from "./commands/CreateMembersCommand";
|
|
26
|
+
import { CreateTicketV2CommandInput, CreateTicketV2CommandOutput } from "./commands/CreateTicketV2Command";
|
|
21
27
|
import { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "./commands/DeclineInvitationsCommand";
|
|
22
28
|
import { DeleteActionTargetCommandInput, DeleteActionTargetCommandOutput } from "./commands/DeleteActionTargetCommand";
|
|
29
|
+
import { DeleteAggregatorV2CommandInput, DeleteAggregatorV2CommandOutput } from "./commands/DeleteAggregatorV2Command";
|
|
30
|
+
import { DeleteAutomationRuleV2CommandInput, DeleteAutomationRuleV2CommandOutput } from "./commands/DeleteAutomationRuleV2Command";
|
|
23
31
|
import { DeleteConfigurationPolicyCommandInput, DeleteConfigurationPolicyCommandOutput } from "./commands/DeleteConfigurationPolicyCommand";
|
|
32
|
+
import { DeleteConnectorV2CommandInput, DeleteConnectorV2CommandOutput } from "./commands/DeleteConnectorV2Command";
|
|
24
33
|
import { DeleteFindingAggregatorCommandInput, DeleteFindingAggregatorCommandOutput } from "./commands/DeleteFindingAggregatorCommand";
|
|
25
34
|
import { DeleteInsightCommandInput, DeleteInsightCommandOutput } from "./commands/DeleteInsightCommand";
|
|
26
35
|
import { DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput } from "./commands/DeleteInvitationsCommand";
|
|
@@ -29,34 +38,48 @@ import { DescribeActionTargetsCommandInput, DescribeActionTargetsCommandOutput }
|
|
|
29
38
|
import { DescribeHubCommandInput, DescribeHubCommandOutput } from "./commands/DescribeHubCommand";
|
|
30
39
|
import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
|
|
31
40
|
import { DescribeProductsCommandInput, DescribeProductsCommandOutput } from "./commands/DescribeProductsCommand";
|
|
41
|
+
import { DescribeProductsV2CommandInput, DescribeProductsV2CommandOutput } from "./commands/DescribeProductsV2Command";
|
|
42
|
+
import { DescribeSecurityHubV2CommandInput, DescribeSecurityHubV2CommandOutput } from "./commands/DescribeSecurityHubV2Command";
|
|
32
43
|
import { DescribeStandardsCommandInput, DescribeStandardsCommandOutput } from "./commands/DescribeStandardsCommand";
|
|
33
44
|
import { DescribeStandardsControlsCommandInput, DescribeStandardsControlsCommandOutput } from "./commands/DescribeStandardsControlsCommand";
|
|
34
45
|
import { DisableImportFindingsForProductCommandInput, DisableImportFindingsForProductCommandOutput } from "./commands/DisableImportFindingsForProductCommand";
|
|
35
46
|
import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput } from "./commands/DisableOrganizationAdminAccountCommand";
|
|
36
47
|
import { DisableSecurityHubCommandInput, DisableSecurityHubCommandOutput } from "./commands/DisableSecurityHubCommand";
|
|
48
|
+
import { DisableSecurityHubV2CommandInput, DisableSecurityHubV2CommandOutput } from "./commands/DisableSecurityHubV2Command";
|
|
37
49
|
import { DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput } from "./commands/DisassociateFromAdministratorAccountCommand";
|
|
38
50
|
import { DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput } from "./commands/DisassociateFromMasterAccountCommand";
|
|
39
51
|
import { DisassociateMembersCommandInput, DisassociateMembersCommandOutput } from "./commands/DisassociateMembersCommand";
|
|
40
52
|
import { EnableImportFindingsForProductCommandInput, EnableImportFindingsForProductCommandOutput } from "./commands/EnableImportFindingsForProductCommand";
|
|
41
53
|
import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "./commands/EnableOrganizationAdminAccountCommand";
|
|
42
54
|
import { EnableSecurityHubCommandInput, EnableSecurityHubCommandOutput } from "./commands/EnableSecurityHubCommand";
|
|
55
|
+
import { EnableSecurityHubV2CommandInput, EnableSecurityHubV2CommandOutput } from "./commands/EnableSecurityHubV2Command";
|
|
43
56
|
import { GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput } from "./commands/GetAdministratorAccountCommand";
|
|
57
|
+
import { GetAggregatorV2CommandInput, GetAggregatorV2CommandOutput } from "./commands/GetAggregatorV2Command";
|
|
58
|
+
import { GetAutomationRuleV2CommandInput, GetAutomationRuleV2CommandOutput } from "./commands/GetAutomationRuleV2Command";
|
|
44
59
|
import { GetConfigurationPolicyAssociationCommandInput, GetConfigurationPolicyAssociationCommandOutput } from "./commands/GetConfigurationPolicyAssociationCommand";
|
|
45
60
|
import { GetConfigurationPolicyCommandInput, GetConfigurationPolicyCommandOutput } from "./commands/GetConfigurationPolicyCommand";
|
|
61
|
+
import { GetConnectorV2CommandInput, GetConnectorV2CommandOutput } from "./commands/GetConnectorV2Command";
|
|
46
62
|
import { GetEnabledStandardsCommandInput, GetEnabledStandardsCommandOutput } from "./commands/GetEnabledStandardsCommand";
|
|
47
63
|
import { GetFindingAggregatorCommandInput, GetFindingAggregatorCommandOutput } from "./commands/GetFindingAggregatorCommand";
|
|
48
64
|
import { GetFindingHistoryCommandInput, GetFindingHistoryCommandOutput } from "./commands/GetFindingHistoryCommand";
|
|
49
65
|
import { GetFindingsCommandInput, GetFindingsCommandOutput } from "./commands/GetFindingsCommand";
|
|
66
|
+
import { GetFindingStatisticsV2CommandInput, GetFindingStatisticsV2CommandOutput } from "./commands/GetFindingStatisticsV2Command";
|
|
67
|
+
import { GetFindingsV2CommandInput, GetFindingsV2CommandOutput } from "./commands/GetFindingsV2Command";
|
|
50
68
|
import { GetInsightResultsCommandInput, GetInsightResultsCommandOutput } from "./commands/GetInsightResultsCommand";
|
|
51
69
|
import { GetInsightsCommandInput, GetInsightsCommandOutput } from "./commands/GetInsightsCommand";
|
|
52
70
|
import { GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput } from "./commands/GetInvitationsCountCommand";
|
|
53
71
|
import { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "./commands/GetMasterAccountCommand";
|
|
54
72
|
import { GetMembersCommandInput, GetMembersCommandOutput } from "./commands/GetMembersCommand";
|
|
73
|
+
import { GetResourcesStatisticsV2CommandInput, GetResourcesStatisticsV2CommandOutput } from "./commands/GetResourcesStatisticsV2Command";
|
|
74
|
+
import { GetResourcesV2CommandInput, GetResourcesV2CommandOutput } from "./commands/GetResourcesV2Command";
|
|
55
75
|
import { GetSecurityControlDefinitionCommandInput, GetSecurityControlDefinitionCommandOutput } from "./commands/GetSecurityControlDefinitionCommand";
|
|
56
76
|
import { InviteMembersCommandInput, InviteMembersCommandOutput } from "./commands/InviteMembersCommand";
|
|
77
|
+
import { ListAggregatorsV2CommandInput, ListAggregatorsV2CommandOutput } from "./commands/ListAggregatorsV2Command";
|
|
57
78
|
import { ListAutomationRulesCommandInput, ListAutomationRulesCommandOutput } from "./commands/ListAutomationRulesCommand";
|
|
79
|
+
import { ListAutomationRulesV2CommandInput, ListAutomationRulesV2CommandOutput } from "./commands/ListAutomationRulesV2Command";
|
|
58
80
|
import { ListConfigurationPoliciesCommandInput, ListConfigurationPoliciesCommandOutput } from "./commands/ListConfigurationPoliciesCommand";
|
|
59
81
|
import { ListConfigurationPolicyAssociationsCommandInput, ListConfigurationPolicyAssociationsCommandOutput } from "./commands/ListConfigurationPolicyAssociationsCommand";
|
|
82
|
+
import { ListConnectorsV2CommandInput, ListConnectorsV2CommandOutput } from "./commands/ListConnectorsV2Command";
|
|
60
83
|
import { ListEnabledProductsForImportCommandInput, ListEnabledProductsForImportCommandOutput } from "./commands/ListEnabledProductsForImportCommand";
|
|
61
84
|
import { ListFindingAggregatorsCommandInput, ListFindingAggregatorsCommandOutput } from "./commands/ListFindingAggregatorsCommand";
|
|
62
85
|
import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "./commands/ListInvitationsCommand";
|
|
@@ -70,7 +93,10 @@ import { StartConfigurationPolicyDisassociationCommandInput, StartConfigurationP
|
|
|
70
93
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
71
94
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
72
95
|
import { UpdateActionTargetCommandInput, UpdateActionTargetCommandOutput } from "./commands/UpdateActionTargetCommand";
|
|
96
|
+
import { UpdateAggregatorV2CommandInput, UpdateAggregatorV2CommandOutput } from "./commands/UpdateAggregatorV2Command";
|
|
97
|
+
import { UpdateAutomationRuleV2CommandInput, UpdateAutomationRuleV2CommandOutput } from "./commands/UpdateAutomationRuleV2Command";
|
|
73
98
|
import { UpdateConfigurationPolicyCommandInput, UpdateConfigurationPolicyCommandOutput } from "./commands/UpdateConfigurationPolicyCommand";
|
|
99
|
+
import { UpdateConnectorV2CommandInput, UpdateConnectorV2CommandOutput } from "./commands/UpdateConnectorV2Command";
|
|
74
100
|
import { UpdateFindingAggregatorCommandInput, UpdateFindingAggregatorCommandOutput } from "./commands/UpdateFindingAggregatorCommand";
|
|
75
101
|
import { UpdateFindingsCommandInput, UpdateFindingsCommandOutput } from "./commands/UpdateFindingsCommand";
|
|
76
102
|
import { UpdateInsightCommandInput, UpdateInsightCommandOutput } from "./commands/UpdateInsightCommand";
|
|
@@ -152,30 +178,61 @@ export interface SecurityHub {
|
|
|
152
178
|
batchUpdateFindings(args: BatchUpdateFindingsCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdateFindingsCommandOutput>;
|
|
153
179
|
batchUpdateFindings(args: BatchUpdateFindingsCommandInput, cb: (err: any, data?: BatchUpdateFindingsCommandOutput) => void): void;
|
|
154
180
|
batchUpdateFindings(args: BatchUpdateFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateFindingsCommandOutput) => void): void;
|
|
181
|
+
/**
|
|
182
|
+
* @see {@link BatchUpdateFindingsV2Command}
|
|
183
|
+
*/
|
|
184
|
+
batchUpdateFindingsV2(): Promise<BatchUpdateFindingsV2CommandOutput>;
|
|
185
|
+
batchUpdateFindingsV2(args: BatchUpdateFindingsV2CommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdateFindingsV2CommandOutput>;
|
|
186
|
+
batchUpdateFindingsV2(args: BatchUpdateFindingsV2CommandInput, cb: (err: any, data?: BatchUpdateFindingsV2CommandOutput) => void): void;
|
|
187
|
+
batchUpdateFindingsV2(args: BatchUpdateFindingsV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateFindingsV2CommandOutput) => void): void;
|
|
155
188
|
/**
|
|
156
189
|
* @see {@link BatchUpdateStandardsControlAssociationsCommand}
|
|
157
190
|
*/
|
|
158
191
|
batchUpdateStandardsControlAssociations(args: BatchUpdateStandardsControlAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdateStandardsControlAssociationsCommandOutput>;
|
|
159
192
|
batchUpdateStandardsControlAssociations(args: BatchUpdateStandardsControlAssociationsCommandInput, cb: (err: any, data?: BatchUpdateStandardsControlAssociationsCommandOutput) => void): void;
|
|
160
193
|
batchUpdateStandardsControlAssociations(args: BatchUpdateStandardsControlAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateStandardsControlAssociationsCommandOutput) => void): void;
|
|
194
|
+
/**
|
|
195
|
+
* @see {@link ConnectorRegistrationsV2Command}
|
|
196
|
+
*/
|
|
197
|
+
connectorRegistrationsV2(args: ConnectorRegistrationsV2CommandInput, options?: __HttpHandlerOptions): Promise<ConnectorRegistrationsV2CommandOutput>;
|
|
198
|
+
connectorRegistrationsV2(args: ConnectorRegistrationsV2CommandInput, cb: (err: any, data?: ConnectorRegistrationsV2CommandOutput) => void): void;
|
|
199
|
+
connectorRegistrationsV2(args: ConnectorRegistrationsV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConnectorRegistrationsV2CommandOutput) => void): void;
|
|
161
200
|
/**
|
|
162
201
|
* @see {@link CreateActionTargetCommand}
|
|
163
202
|
*/
|
|
164
203
|
createActionTarget(args: CreateActionTargetCommandInput, options?: __HttpHandlerOptions): Promise<CreateActionTargetCommandOutput>;
|
|
165
204
|
createActionTarget(args: CreateActionTargetCommandInput, cb: (err: any, data?: CreateActionTargetCommandOutput) => void): void;
|
|
166
205
|
createActionTarget(args: CreateActionTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateActionTargetCommandOutput) => void): void;
|
|
206
|
+
/**
|
|
207
|
+
* @see {@link CreateAggregatorV2Command}
|
|
208
|
+
*/
|
|
209
|
+
createAggregatorV2(args: CreateAggregatorV2CommandInput, options?: __HttpHandlerOptions): Promise<CreateAggregatorV2CommandOutput>;
|
|
210
|
+
createAggregatorV2(args: CreateAggregatorV2CommandInput, cb: (err: any, data?: CreateAggregatorV2CommandOutput) => void): void;
|
|
211
|
+
createAggregatorV2(args: CreateAggregatorV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAggregatorV2CommandOutput) => void): void;
|
|
167
212
|
/**
|
|
168
213
|
* @see {@link CreateAutomationRuleCommand}
|
|
169
214
|
*/
|
|
170
215
|
createAutomationRule(args: CreateAutomationRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateAutomationRuleCommandOutput>;
|
|
171
216
|
createAutomationRule(args: CreateAutomationRuleCommandInput, cb: (err: any, data?: CreateAutomationRuleCommandOutput) => void): void;
|
|
172
217
|
createAutomationRule(args: CreateAutomationRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAutomationRuleCommandOutput) => void): void;
|
|
218
|
+
/**
|
|
219
|
+
* @see {@link CreateAutomationRuleV2Command}
|
|
220
|
+
*/
|
|
221
|
+
createAutomationRuleV2(args: CreateAutomationRuleV2CommandInput, options?: __HttpHandlerOptions): Promise<CreateAutomationRuleV2CommandOutput>;
|
|
222
|
+
createAutomationRuleV2(args: CreateAutomationRuleV2CommandInput, cb: (err: any, data?: CreateAutomationRuleV2CommandOutput) => void): void;
|
|
223
|
+
createAutomationRuleV2(args: CreateAutomationRuleV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAutomationRuleV2CommandOutput) => void): void;
|
|
173
224
|
/**
|
|
174
225
|
* @see {@link CreateConfigurationPolicyCommand}
|
|
175
226
|
*/
|
|
176
227
|
createConfigurationPolicy(args: CreateConfigurationPolicyCommandInput, options?: __HttpHandlerOptions): Promise<CreateConfigurationPolicyCommandOutput>;
|
|
177
228
|
createConfigurationPolicy(args: CreateConfigurationPolicyCommandInput, cb: (err: any, data?: CreateConfigurationPolicyCommandOutput) => void): void;
|
|
178
229
|
createConfigurationPolicy(args: CreateConfigurationPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfigurationPolicyCommandOutput) => void): void;
|
|
230
|
+
/**
|
|
231
|
+
* @see {@link CreateConnectorV2Command}
|
|
232
|
+
*/
|
|
233
|
+
createConnectorV2(args: CreateConnectorV2CommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectorV2CommandOutput>;
|
|
234
|
+
createConnectorV2(args: CreateConnectorV2CommandInput, cb: (err: any, data?: CreateConnectorV2CommandOutput) => void): void;
|
|
235
|
+
createConnectorV2(args: CreateConnectorV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectorV2CommandOutput) => void): void;
|
|
179
236
|
/**
|
|
180
237
|
* @see {@link CreateFindingAggregatorCommand}
|
|
181
238
|
*/
|
|
@@ -194,6 +251,12 @@ export interface SecurityHub {
|
|
|
194
251
|
createMembers(args: CreateMembersCommandInput, options?: __HttpHandlerOptions): Promise<CreateMembersCommandOutput>;
|
|
195
252
|
createMembers(args: CreateMembersCommandInput, cb: (err: any, data?: CreateMembersCommandOutput) => void): void;
|
|
196
253
|
createMembers(args: CreateMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMembersCommandOutput) => void): void;
|
|
254
|
+
/**
|
|
255
|
+
* @see {@link CreateTicketV2Command}
|
|
256
|
+
*/
|
|
257
|
+
createTicketV2(args: CreateTicketV2CommandInput, options?: __HttpHandlerOptions): Promise<CreateTicketV2CommandOutput>;
|
|
258
|
+
createTicketV2(args: CreateTicketV2CommandInput, cb: (err: any, data?: CreateTicketV2CommandOutput) => void): void;
|
|
259
|
+
createTicketV2(args: CreateTicketV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTicketV2CommandOutput) => void): void;
|
|
197
260
|
/**
|
|
198
261
|
* @see {@link DeclineInvitationsCommand}
|
|
199
262
|
*/
|
|
@@ -206,12 +269,30 @@ export interface SecurityHub {
|
|
|
206
269
|
deleteActionTarget(args: DeleteActionTargetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteActionTargetCommandOutput>;
|
|
207
270
|
deleteActionTarget(args: DeleteActionTargetCommandInput, cb: (err: any, data?: DeleteActionTargetCommandOutput) => void): void;
|
|
208
271
|
deleteActionTarget(args: DeleteActionTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteActionTargetCommandOutput) => void): void;
|
|
272
|
+
/**
|
|
273
|
+
* @see {@link DeleteAggregatorV2Command}
|
|
274
|
+
*/
|
|
275
|
+
deleteAggregatorV2(args: DeleteAggregatorV2CommandInput, options?: __HttpHandlerOptions): Promise<DeleteAggregatorV2CommandOutput>;
|
|
276
|
+
deleteAggregatorV2(args: DeleteAggregatorV2CommandInput, cb: (err: any, data?: DeleteAggregatorV2CommandOutput) => void): void;
|
|
277
|
+
deleteAggregatorV2(args: DeleteAggregatorV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAggregatorV2CommandOutput) => void): void;
|
|
278
|
+
/**
|
|
279
|
+
* @see {@link DeleteAutomationRuleV2Command}
|
|
280
|
+
*/
|
|
281
|
+
deleteAutomationRuleV2(args: DeleteAutomationRuleV2CommandInput, options?: __HttpHandlerOptions): Promise<DeleteAutomationRuleV2CommandOutput>;
|
|
282
|
+
deleteAutomationRuleV2(args: DeleteAutomationRuleV2CommandInput, cb: (err: any, data?: DeleteAutomationRuleV2CommandOutput) => void): void;
|
|
283
|
+
deleteAutomationRuleV2(args: DeleteAutomationRuleV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAutomationRuleV2CommandOutput) => void): void;
|
|
209
284
|
/**
|
|
210
285
|
* @see {@link DeleteConfigurationPolicyCommand}
|
|
211
286
|
*/
|
|
212
287
|
deleteConfigurationPolicy(args: DeleteConfigurationPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConfigurationPolicyCommandOutput>;
|
|
213
288
|
deleteConfigurationPolicy(args: DeleteConfigurationPolicyCommandInput, cb: (err: any, data?: DeleteConfigurationPolicyCommandOutput) => void): void;
|
|
214
289
|
deleteConfigurationPolicy(args: DeleteConfigurationPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfigurationPolicyCommandOutput) => void): void;
|
|
290
|
+
/**
|
|
291
|
+
* @see {@link DeleteConnectorV2Command}
|
|
292
|
+
*/
|
|
293
|
+
deleteConnectorV2(args: DeleteConnectorV2CommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectorV2CommandOutput>;
|
|
294
|
+
deleteConnectorV2(args: DeleteConnectorV2CommandInput, cb: (err: any, data?: DeleteConnectorV2CommandOutput) => void): void;
|
|
295
|
+
deleteConnectorV2(args: DeleteConnectorV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectorV2CommandOutput) => void): void;
|
|
215
296
|
/**
|
|
216
297
|
* @see {@link DeleteFindingAggregatorCommand}
|
|
217
298
|
*/
|
|
@@ -264,6 +345,20 @@ export interface SecurityHub {
|
|
|
264
345
|
describeProducts(args: DescribeProductsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProductsCommandOutput>;
|
|
265
346
|
describeProducts(args: DescribeProductsCommandInput, cb: (err: any, data?: DescribeProductsCommandOutput) => void): void;
|
|
266
347
|
describeProducts(args: DescribeProductsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProductsCommandOutput) => void): void;
|
|
348
|
+
/**
|
|
349
|
+
* @see {@link DescribeProductsV2Command}
|
|
350
|
+
*/
|
|
351
|
+
describeProductsV2(): Promise<DescribeProductsV2CommandOutput>;
|
|
352
|
+
describeProductsV2(args: DescribeProductsV2CommandInput, options?: __HttpHandlerOptions): Promise<DescribeProductsV2CommandOutput>;
|
|
353
|
+
describeProductsV2(args: DescribeProductsV2CommandInput, cb: (err: any, data?: DescribeProductsV2CommandOutput) => void): void;
|
|
354
|
+
describeProductsV2(args: DescribeProductsV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProductsV2CommandOutput) => void): void;
|
|
355
|
+
/**
|
|
356
|
+
* @see {@link DescribeSecurityHubV2Command}
|
|
357
|
+
*/
|
|
358
|
+
describeSecurityHubV2(): Promise<DescribeSecurityHubV2CommandOutput>;
|
|
359
|
+
describeSecurityHubV2(args: DescribeSecurityHubV2CommandInput, options?: __HttpHandlerOptions): Promise<DescribeSecurityHubV2CommandOutput>;
|
|
360
|
+
describeSecurityHubV2(args: DescribeSecurityHubV2CommandInput, cb: (err: any, data?: DescribeSecurityHubV2CommandOutput) => void): void;
|
|
361
|
+
describeSecurityHubV2(args: DescribeSecurityHubV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSecurityHubV2CommandOutput) => void): void;
|
|
267
362
|
/**
|
|
268
363
|
* @see {@link DescribeStandardsCommand}
|
|
269
364
|
*/
|
|
@@ -296,6 +391,13 @@ export interface SecurityHub {
|
|
|
296
391
|
disableSecurityHub(args: DisableSecurityHubCommandInput, options?: __HttpHandlerOptions): Promise<DisableSecurityHubCommandOutput>;
|
|
297
392
|
disableSecurityHub(args: DisableSecurityHubCommandInput, cb: (err: any, data?: DisableSecurityHubCommandOutput) => void): void;
|
|
298
393
|
disableSecurityHub(args: DisableSecurityHubCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableSecurityHubCommandOutput) => void): void;
|
|
394
|
+
/**
|
|
395
|
+
* @see {@link DisableSecurityHubV2Command}
|
|
396
|
+
*/
|
|
397
|
+
disableSecurityHubV2(): Promise<DisableSecurityHubV2CommandOutput>;
|
|
398
|
+
disableSecurityHubV2(args: DisableSecurityHubV2CommandInput, options?: __HttpHandlerOptions): Promise<DisableSecurityHubV2CommandOutput>;
|
|
399
|
+
disableSecurityHubV2(args: DisableSecurityHubV2CommandInput, cb: (err: any, data?: DisableSecurityHubV2CommandOutput) => void): void;
|
|
400
|
+
disableSecurityHubV2(args: DisableSecurityHubV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableSecurityHubV2CommandOutput) => void): void;
|
|
299
401
|
/**
|
|
300
402
|
* @see {@link DisassociateFromAdministratorAccountCommand}
|
|
301
403
|
*/
|
|
@@ -335,6 +437,13 @@ export interface SecurityHub {
|
|
|
335
437
|
enableSecurityHub(args: EnableSecurityHubCommandInput, options?: __HttpHandlerOptions): Promise<EnableSecurityHubCommandOutput>;
|
|
336
438
|
enableSecurityHub(args: EnableSecurityHubCommandInput, cb: (err: any, data?: EnableSecurityHubCommandOutput) => void): void;
|
|
337
439
|
enableSecurityHub(args: EnableSecurityHubCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableSecurityHubCommandOutput) => void): void;
|
|
440
|
+
/**
|
|
441
|
+
* @see {@link EnableSecurityHubV2Command}
|
|
442
|
+
*/
|
|
443
|
+
enableSecurityHubV2(): Promise<EnableSecurityHubV2CommandOutput>;
|
|
444
|
+
enableSecurityHubV2(args: EnableSecurityHubV2CommandInput, options?: __HttpHandlerOptions): Promise<EnableSecurityHubV2CommandOutput>;
|
|
445
|
+
enableSecurityHubV2(args: EnableSecurityHubV2CommandInput, cb: (err: any, data?: EnableSecurityHubV2CommandOutput) => void): void;
|
|
446
|
+
enableSecurityHubV2(args: EnableSecurityHubV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableSecurityHubV2CommandOutput) => void): void;
|
|
338
447
|
/**
|
|
339
448
|
* @see {@link GetAdministratorAccountCommand}
|
|
340
449
|
*/
|
|
@@ -342,6 +451,18 @@ export interface SecurityHub {
|
|
|
342
451
|
getAdministratorAccount(args: GetAdministratorAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetAdministratorAccountCommandOutput>;
|
|
343
452
|
getAdministratorAccount(args: GetAdministratorAccountCommandInput, cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void): void;
|
|
344
453
|
getAdministratorAccount(args: GetAdministratorAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void): void;
|
|
454
|
+
/**
|
|
455
|
+
* @see {@link GetAggregatorV2Command}
|
|
456
|
+
*/
|
|
457
|
+
getAggregatorV2(args: GetAggregatorV2CommandInput, options?: __HttpHandlerOptions): Promise<GetAggregatorV2CommandOutput>;
|
|
458
|
+
getAggregatorV2(args: GetAggregatorV2CommandInput, cb: (err: any, data?: GetAggregatorV2CommandOutput) => void): void;
|
|
459
|
+
getAggregatorV2(args: GetAggregatorV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAggregatorV2CommandOutput) => void): void;
|
|
460
|
+
/**
|
|
461
|
+
* @see {@link GetAutomationRuleV2Command}
|
|
462
|
+
*/
|
|
463
|
+
getAutomationRuleV2(args: GetAutomationRuleV2CommandInput, options?: __HttpHandlerOptions): Promise<GetAutomationRuleV2CommandOutput>;
|
|
464
|
+
getAutomationRuleV2(args: GetAutomationRuleV2CommandInput, cb: (err: any, data?: GetAutomationRuleV2CommandOutput) => void): void;
|
|
465
|
+
getAutomationRuleV2(args: GetAutomationRuleV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAutomationRuleV2CommandOutput) => void): void;
|
|
345
466
|
/**
|
|
346
467
|
* @see {@link GetConfigurationPolicyCommand}
|
|
347
468
|
*/
|
|
@@ -354,6 +475,12 @@ export interface SecurityHub {
|
|
|
354
475
|
getConfigurationPolicyAssociation(args: GetConfigurationPolicyAssociationCommandInput, options?: __HttpHandlerOptions): Promise<GetConfigurationPolicyAssociationCommandOutput>;
|
|
355
476
|
getConfigurationPolicyAssociation(args: GetConfigurationPolicyAssociationCommandInput, cb: (err: any, data?: GetConfigurationPolicyAssociationCommandOutput) => void): void;
|
|
356
477
|
getConfigurationPolicyAssociation(args: GetConfigurationPolicyAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfigurationPolicyAssociationCommandOutput) => void): void;
|
|
478
|
+
/**
|
|
479
|
+
* @see {@link GetConnectorV2Command}
|
|
480
|
+
*/
|
|
481
|
+
getConnectorV2(args: GetConnectorV2CommandInput, options?: __HttpHandlerOptions): Promise<GetConnectorV2CommandOutput>;
|
|
482
|
+
getConnectorV2(args: GetConnectorV2CommandInput, cb: (err: any, data?: GetConnectorV2CommandOutput) => void): void;
|
|
483
|
+
getConnectorV2(args: GetConnectorV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectorV2CommandOutput) => void): void;
|
|
357
484
|
/**
|
|
358
485
|
* @see {@link GetEnabledStandardsCommand}
|
|
359
486
|
*/
|
|
@@ -380,6 +507,19 @@ export interface SecurityHub {
|
|
|
380
507
|
getFindings(args: GetFindingsCommandInput, options?: __HttpHandlerOptions): Promise<GetFindingsCommandOutput>;
|
|
381
508
|
getFindings(args: GetFindingsCommandInput, cb: (err: any, data?: GetFindingsCommandOutput) => void): void;
|
|
382
509
|
getFindings(args: GetFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingsCommandOutput) => void): void;
|
|
510
|
+
/**
|
|
511
|
+
* @see {@link GetFindingStatisticsV2Command}
|
|
512
|
+
*/
|
|
513
|
+
getFindingStatisticsV2(args: GetFindingStatisticsV2CommandInput, options?: __HttpHandlerOptions): Promise<GetFindingStatisticsV2CommandOutput>;
|
|
514
|
+
getFindingStatisticsV2(args: GetFindingStatisticsV2CommandInput, cb: (err: any, data?: GetFindingStatisticsV2CommandOutput) => void): void;
|
|
515
|
+
getFindingStatisticsV2(args: GetFindingStatisticsV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingStatisticsV2CommandOutput) => void): void;
|
|
516
|
+
/**
|
|
517
|
+
* @see {@link GetFindingsV2Command}
|
|
518
|
+
*/
|
|
519
|
+
getFindingsV2(): Promise<GetFindingsV2CommandOutput>;
|
|
520
|
+
getFindingsV2(args: GetFindingsV2CommandInput, options?: __HttpHandlerOptions): Promise<GetFindingsV2CommandOutput>;
|
|
521
|
+
getFindingsV2(args: GetFindingsV2CommandInput, cb: (err: any, data?: GetFindingsV2CommandOutput) => void): void;
|
|
522
|
+
getFindingsV2(args: GetFindingsV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingsV2CommandOutput) => void): void;
|
|
383
523
|
/**
|
|
384
524
|
* @see {@link GetInsightResultsCommand}
|
|
385
525
|
*/
|
|
@@ -413,6 +553,19 @@ export interface SecurityHub {
|
|
|
413
553
|
getMembers(args: GetMembersCommandInput, options?: __HttpHandlerOptions): Promise<GetMembersCommandOutput>;
|
|
414
554
|
getMembers(args: GetMembersCommandInput, cb: (err: any, data?: GetMembersCommandOutput) => void): void;
|
|
415
555
|
getMembers(args: GetMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMembersCommandOutput) => void): void;
|
|
556
|
+
/**
|
|
557
|
+
* @see {@link GetResourcesStatisticsV2Command}
|
|
558
|
+
*/
|
|
559
|
+
getResourcesStatisticsV2(args: GetResourcesStatisticsV2CommandInput, options?: __HttpHandlerOptions): Promise<GetResourcesStatisticsV2CommandOutput>;
|
|
560
|
+
getResourcesStatisticsV2(args: GetResourcesStatisticsV2CommandInput, cb: (err: any, data?: GetResourcesStatisticsV2CommandOutput) => void): void;
|
|
561
|
+
getResourcesStatisticsV2(args: GetResourcesStatisticsV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcesStatisticsV2CommandOutput) => void): void;
|
|
562
|
+
/**
|
|
563
|
+
* @see {@link GetResourcesV2Command}
|
|
564
|
+
*/
|
|
565
|
+
getResourcesV2(): Promise<GetResourcesV2CommandOutput>;
|
|
566
|
+
getResourcesV2(args: GetResourcesV2CommandInput, options?: __HttpHandlerOptions): Promise<GetResourcesV2CommandOutput>;
|
|
567
|
+
getResourcesV2(args: GetResourcesV2CommandInput, cb: (err: any, data?: GetResourcesV2CommandOutput) => void): void;
|
|
568
|
+
getResourcesV2(args: GetResourcesV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcesV2CommandOutput) => void): void;
|
|
416
569
|
/**
|
|
417
570
|
* @see {@link GetSecurityControlDefinitionCommand}
|
|
418
571
|
*/
|
|
@@ -425,6 +578,13 @@ export interface SecurityHub {
|
|
|
425
578
|
inviteMembers(args: InviteMembersCommandInput, options?: __HttpHandlerOptions): Promise<InviteMembersCommandOutput>;
|
|
426
579
|
inviteMembers(args: InviteMembersCommandInput, cb: (err: any, data?: InviteMembersCommandOutput) => void): void;
|
|
427
580
|
inviteMembers(args: InviteMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InviteMembersCommandOutput) => void): void;
|
|
581
|
+
/**
|
|
582
|
+
* @see {@link ListAggregatorsV2Command}
|
|
583
|
+
*/
|
|
584
|
+
listAggregatorsV2(): Promise<ListAggregatorsV2CommandOutput>;
|
|
585
|
+
listAggregatorsV2(args: ListAggregatorsV2CommandInput, options?: __HttpHandlerOptions): Promise<ListAggregatorsV2CommandOutput>;
|
|
586
|
+
listAggregatorsV2(args: ListAggregatorsV2CommandInput, cb: (err: any, data?: ListAggregatorsV2CommandOutput) => void): void;
|
|
587
|
+
listAggregatorsV2(args: ListAggregatorsV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAggregatorsV2CommandOutput) => void): void;
|
|
428
588
|
/**
|
|
429
589
|
* @see {@link ListAutomationRulesCommand}
|
|
430
590
|
*/
|
|
@@ -432,6 +592,13 @@ export interface SecurityHub {
|
|
|
432
592
|
listAutomationRules(args: ListAutomationRulesCommandInput, options?: __HttpHandlerOptions): Promise<ListAutomationRulesCommandOutput>;
|
|
433
593
|
listAutomationRules(args: ListAutomationRulesCommandInput, cb: (err: any, data?: ListAutomationRulesCommandOutput) => void): void;
|
|
434
594
|
listAutomationRules(args: ListAutomationRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAutomationRulesCommandOutput) => void): void;
|
|
595
|
+
/**
|
|
596
|
+
* @see {@link ListAutomationRulesV2Command}
|
|
597
|
+
*/
|
|
598
|
+
listAutomationRulesV2(): Promise<ListAutomationRulesV2CommandOutput>;
|
|
599
|
+
listAutomationRulesV2(args: ListAutomationRulesV2CommandInput, options?: __HttpHandlerOptions): Promise<ListAutomationRulesV2CommandOutput>;
|
|
600
|
+
listAutomationRulesV2(args: ListAutomationRulesV2CommandInput, cb: (err: any, data?: ListAutomationRulesV2CommandOutput) => void): void;
|
|
601
|
+
listAutomationRulesV2(args: ListAutomationRulesV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAutomationRulesV2CommandOutput) => void): void;
|
|
435
602
|
/**
|
|
436
603
|
* @see {@link ListConfigurationPoliciesCommand}
|
|
437
604
|
*/
|
|
@@ -446,6 +613,13 @@ export interface SecurityHub {
|
|
|
446
613
|
listConfigurationPolicyAssociations(args: ListConfigurationPolicyAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListConfigurationPolicyAssociationsCommandOutput>;
|
|
447
614
|
listConfigurationPolicyAssociations(args: ListConfigurationPolicyAssociationsCommandInput, cb: (err: any, data?: ListConfigurationPolicyAssociationsCommandOutput) => void): void;
|
|
448
615
|
listConfigurationPolicyAssociations(args: ListConfigurationPolicyAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfigurationPolicyAssociationsCommandOutput) => void): void;
|
|
616
|
+
/**
|
|
617
|
+
* @see {@link ListConnectorsV2Command}
|
|
618
|
+
*/
|
|
619
|
+
listConnectorsV2(): Promise<ListConnectorsV2CommandOutput>;
|
|
620
|
+
listConnectorsV2(args: ListConnectorsV2CommandInput, options?: __HttpHandlerOptions): Promise<ListConnectorsV2CommandOutput>;
|
|
621
|
+
listConnectorsV2(args: ListConnectorsV2CommandInput, cb: (err: any, data?: ListConnectorsV2CommandOutput) => void): void;
|
|
622
|
+
listConnectorsV2(args: ListConnectorsV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConnectorsV2CommandOutput) => void): void;
|
|
449
623
|
/**
|
|
450
624
|
* @see {@link ListEnabledProductsForImportCommand}
|
|
451
625
|
*/
|
|
@@ -530,12 +704,30 @@ export interface SecurityHub {
|
|
|
530
704
|
updateActionTarget(args: UpdateActionTargetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateActionTargetCommandOutput>;
|
|
531
705
|
updateActionTarget(args: UpdateActionTargetCommandInput, cb: (err: any, data?: UpdateActionTargetCommandOutput) => void): void;
|
|
532
706
|
updateActionTarget(args: UpdateActionTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateActionTargetCommandOutput) => void): void;
|
|
707
|
+
/**
|
|
708
|
+
* @see {@link UpdateAggregatorV2Command}
|
|
709
|
+
*/
|
|
710
|
+
updateAggregatorV2(args: UpdateAggregatorV2CommandInput, options?: __HttpHandlerOptions): Promise<UpdateAggregatorV2CommandOutput>;
|
|
711
|
+
updateAggregatorV2(args: UpdateAggregatorV2CommandInput, cb: (err: any, data?: UpdateAggregatorV2CommandOutput) => void): void;
|
|
712
|
+
updateAggregatorV2(args: UpdateAggregatorV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAggregatorV2CommandOutput) => void): void;
|
|
713
|
+
/**
|
|
714
|
+
* @see {@link UpdateAutomationRuleV2Command}
|
|
715
|
+
*/
|
|
716
|
+
updateAutomationRuleV2(args: UpdateAutomationRuleV2CommandInput, options?: __HttpHandlerOptions): Promise<UpdateAutomationRuleV2CommandOutput>;
|
|
717
|
+
updateAutomationRuleV2(args: UpdateAutomationRuleV2CommandInput, cb: (err: any, data?: UpdateAutomationRuleV2CommandOutput) => void): void;
|
|
718
|
+
updateAutomationRuleV2(args: UpdateAutomationRuleV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAutomationRuleV2CommandOutput) => void): void;
|
|
533
719
|
/**
|
|
534
720
|
* @see {@link UpdateConfigurationPolicyCommand}
|
|
535
721
|
*/
|
|
536
722
|
updateConfigurationPolicy(args: UpdateConfigurationPolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConfigurationPolicyCommandOutput>;
|
|
537
723
|
updateConfigurationPolicy(args: UpdateConfigurationPolicyCommandInput, cb: (err: any, data?: UpdateConfigurationPolicyCommandOutput) => void): void;
|
|
538
724
|
updateConfigurationPolicy(args: UpdateConfigurationPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfigurationPolicyCommandOutput) => void): void;
|
|
725
|
+
/**
|
|
726
|
+
* @see {@link UpdateConnectorV2Command}
|
|
727
|
+
*/
|
|
728
|
+
updateConnectorV2(args: UpdateConnectorV2CommandInput, options?: __HttpHandlerOptions): Promise<UpdateConnectorV2CommandOutput>;
|
|
729
|
+
updateConnectorV2(args: UpdateConnectorV2CommandInput, cb: (err: any, data?: UpdateConnectorV2CommandOutput) => void): void;
|
|
730
|
+
updateConnectorV2(args: UpdateConnectorV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectorV2CommandOutput) => void): void;
|
|
539
731
|
/**
|
|
540
732
|
* @see {@link UpdateFindingAggregatorCommand}
|
|
541
733
|
*/
|
|
@@ -19,16 +19,25 @@ import { BatchGetStandardsControlAssociationsCommandInput, BatchGetStandardsCont
|
|
|
19
19
|
import { BatchImportFindingsCommandInput, BatchImportFindingsCommandOutput } from "./commands/BatchImportFindingsCommand";
|
|
20
20
|
import { BatchUpdateAutomationRulesCommandInput, BatchUpdateAutomationRulesCommandOutput } from "./commands/BatchUpdateAutomationRulesCommand";
|
|
21
21
|
import { BatchUpdateFindingsCommandInput, BatchUpdateFindingsCommandOutput } from "./commands/BatchUpdateFindingsCommand";
|
|
22
|
+
import { BatchUpdateFindingsV2CommandInput, BatchUpdateFindingsV2CommandOutput } from "./commands/BatchUpdateFindingsV2Command";
|
|
22
23
|
import { BatchUpdateStandardsControlAssociationsCommandInput, BatchUpdateStandardsControlAssociationsCommandOutput } from "./commands/BatchUpdateStandardsControlAssociationsCommand";
|
|
24
|
+
import { ConnectorRegistrationsV2CommandInput, ConnectorRegistrationsV2CommandOutput } from "./commands/ConnectorRegistrationsV2Command";
|
|
23
25
|
import { CreateActionTargetCommandInput, CreateActionTargetCommandOutput } from "./commands/CreateActionTargetCommand";
|
|
26
|
+
import { CreateAggregatorV2CommandInput, CreateAggregatorV2CommandOutput } from "./commands/CreateAggregatorV2Command";
|
|
24
27
|
import { CreateAutomationRuleCommandInput, CreateAutomationRuleCommandOutput } from "./commands/CreateAutomationRuleCommand";
|
|
28
|
+
import { CreateAutomationRuleV2CommandInput, CreateAutomationRuleV2CommandOutput } from "./commands/CreateAutomationRuleV2Command";
|
|
25
29
|
import { CreateConfigurationPolicyCommandInput, CreateConfigurationPolicyCommandOutput } from "./commands/CreateConfigurationPolicyCommand";
|
|
30
|
+
import { CreateConnectorV2CommandInput, CreateConnectorV2CommandOutput } from "./commands/CreateConnectorV2Command";
|
|
26
31
|
import { CreateFindingAggregatorCommandInput, CreateFindingAggregatorCommandOutput } from "./commands/CreateFindingAggregatorCommand";
|
|
27
32
|
import { CreateInsightCommandInput, CreateInsightCommandOutput } from "./commands/CreateInsightCommand";
|
|
28
33
|
import { CreateMembersCommandInput, CreateMembersCommandOutput } from "./commands/CreateMembersCommand";
|
|
34
|
+
import { CreateTicketV2CommandInput, CreateTicketV2CommandOutput } from "./commands/CreateTicketV2Command";
|
|
29
35
|
import { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "./commands/DeclineInvitationsCommand";
|
|
30
36
|
import { DeleteActionTargetCommandInput, DeleteActionTargetCommandOutput } from "./commands/DeleteActionTargetCommand";
|
|
37
|
+
import { DeleteAggregatorV2CommandInput, DeleteAggregatorV2CommandOutput } from "./commands/DeleteAggregatorV2Command";
|
|
38
|
+
import { DeleteAutomationRuleV2CommandInput, DeleteAutomationRuleV2CommandOutput } from "./commands/DeleteAutomationRuleV2Command";
|
|
31
39
|
import { DeleteConfigurationPolicyCommandInput, DeleteConfigurationPolicyCommandOutput } from "./commands/DeleteConfigurationPolicyCommand";
|
|
40
|
+
import { DeleteConnectorV2CommandInput, DeleteConnectorV2CommandOutput } from "./commands/DeleteConnectorV2Command";
|
|
32
41
|
import { DeleteFindingAggregatorCommandInput, DeleteFindingAggregatorCommandOutput } from "./commands/DeleteFindingAggregatorCommand";
|
|
33
42
|
import { DeleteInsightCommandInput, DeleteInsightCommandOutput } from "./commands/DeleteInsightCommand";
|
|
34
43
|
import { DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput } from "./commands/DeleteInvitationsCommand";
|
|
@@ -37,34 +46,48 @@ import { DescribeActionTargetsCommandInput, DescribeActionTargetsCommandOutput }
|
|
|
37
46
|
import { DescribeHubCommandInput, DescribeHubCommandOutput } from "./commands/DescribeHubCommand";
|
|
38
47
|
import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
|
|
39
48
|
import { DescribeProductsCommandInput, DescribeProductsCommandOutput } from "./commands/DescribeProductsCommand";
|
|
49
|
+
import { DescribeProductsV2CommandInput, DescribeProductsV2CommandOutput } from "./commands/DescribeProductsV2Command";
|
|
50
|
+
import { DescribeSecurityHubV2CommandInput, DescribeSecurityHubV2CommandOutput } from "./commands/DescribeSecurityHubV2Command";
|
|
40
51
|
import { DescribeStandardsCommandInput, DescribeStandardsCommandOutput } from "./commands/DescribeStandardsCommand";
|
|
41
52
|
import { DescribeStandardsControlsCommandInput, DescribeStandardsControlsCommandOutput } from "./commands/DescribeStandardsControlsCommand";
|
|
42
53
|
import { DisableImportFindingsForProductCommandInput, DisableImportFindingsForProductCommandOutput } from "./commands/DisableImportFindingsForProductCommand";
|
|
43
54
|
import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput } from "./commands/DisableOrganizationAdminAccountCommand";
|
|
44
55
|
import { DisableSecurityHubCommandInput, DisableSecurityHubCommandOutput } from "./commands/DisableSecurityHubCommand";
|
|
56
|
+
import { DisableSecurityHubV2CommandInput, DisableSecurityHubV2CommandOutput } from "./commands/DisableSecurityHubV2Command";
|
|
45
57
|
import { DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput } from "./commands/DisassociateFromAdministratorAccountCommand";
|
|
46
58
|
import { DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput } from "./commands/DisassociateFromMasterAccountCommand";
|
|
47
59
|
import { DisassociateMembersCommandInput, DisassociateMembersCommandOutput } from "./commands/DisassociateMembersCommand";
|
|
48
60
|
import { EnableImportFindingsForProductCommandInput, EnableImportFindingsForProductCommandOutput } from "./commands/EnableImportFindingsForProductCommand";
|
|
49
61
|
import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "./commands/EnableOrganizationAdminAccountCommand";
|
|
50
62
|
import { EnableSecurityHubCommandInput, EnableSecurityHubCommandOutput } from "./commands/EnableSecurityHubCommand";
|
|
63
|
+
import { EnableSecurityHubV2CommandInput, EnableSecurityHubV2CommandOutput } from "./commands/EnableSecurityHubV2Command";
|
|
51
64
|
import { GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput } from "./commands/GetAdministratorAccountCommand";
|
|
65
|
+
import { GetAggregatorV2CommandInput, GetAggregatorV2CommandOutput } from "./commands/GetAggregatorV2Command";
|
|
66
|
+
import { GetAutomationRuleV2CommandInput, GetAutomationRuleV2CommandOutput } from "./commands/GetAutomationRuleV2Command";
|
|
52
67
|
import { GetConfigurationPolicyAssociationCommandInput, GetConfigurationPolicyAssociationCommandOutput } from "./commands/GetConfigurationPolicyAssociationCommand";
|
|
53
68
|
import { GetConfigurationPolicyCommandInput, GetConfigurationPolicyCommandOutput } from "./commands/GetConfigurationPolicyCommand";
|
|
69
|
+
import { GetConnectorV2CommandInput, GetConnectorV2CommandOutput } from "./commands/GetConnectorV2Command";
|
|
54
70
|
import { GetEnabledStandardsCommandInput, GetEnabledStandardsCommandOutput } from "./commands/GetEnabledStandardsCommand";
|
|
55
71
|
import { GetFindingAggregatorCommandInput, GetFindingAggregatorCommandOutput } from "./commands/GetFindingAggregatorCommand";
|
|
56
72
|
import { GetFindingHistoryCommandInput, GetFindingHistoryCommandOutput } from "./commands/GetFindingHistoryCommand";
|
|
57
73
|
import { GetFindingsCommandInput, GetFindingsCommandOutput } from "./commands/GetFindingsCommand";
|
|
74
|
+
import { GetFindingStatisticsV2CommandInput, GetFindingStatisticsV2CommandOutput } from "./commands/GetFindingStatisticsV2Command";
|
|
75
|
+
import { GetFindingsV2CommandInput, GetFindingsV2CommandOutput } from "./commands/GetFindingsV2Command";
|
|
58
76
|
import { GetInsightResultsCommandInput, GetInsightResultsCommandOutput } from "./commands/GetInsightResultsCommand";
|
|
59
77
|
import { GetInsightsCommandInput, GetInsightsCommandOutput } from "./commands/GetInsightsCommand";
|
|
60
78
|
import { GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput } from "./commands/GetInvitationsCountCommand";
|
|
61
79
|
import { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "./commands/GetMasterAccountCommand";
|
|
62
80
|
import { GetMembersCommandInput, GetMembersCommandOutput } from "./commands/GetMembersCommand";
|
|
81
|
+
import { GetResourcesStatisticsV2CommandInput, GetResourcesStatisticsV2CommandOutput } from "./commands/GetResourcesStatisticsV2Command";
|
|
82
|
+
import { GetResourcesV2CommandInput, GetResourcesV2CommandOutput } from "./commands/GetResourcesV2Command";
|
|
63
83
|
import { GetSecurityControlDefinitionCommandInput, GetSecurityControlDefinitionCommandOutput } from "./commands/GetSecurityControlDefinitionCommand";
|
|
64
84
|
import { InviteMembersCommandInput, InviteMembersCommandOutput } from "./commands/InviteMembersCommand";
|
|
85
|
+
import { ListAggregatorsV2CommandInput, ListAggregatorsV2CommandOutput } from "./commands/ListAggregatorsV2Command";
|
|
65
86
|
import { ListAutomationRulesCommandInput, ListAutomationRulesCommandOutput } from "./commands/ListAutomationRulesCommand";
|
|
87
|
+
import { ListAutomationRulesV2CommandInput, ListAutomationRulesV2CommandOutput } from "./commands/ListAutomationRulesV2Command";
|
|
66
88
|
import { ListConfigurationPoliciesCommandInput, ListConfigurationPoliciesCommandOutput } from "./commands/ListConfigurationPoliciesCommand";
|
|
67
89
|
import { ListConfigurationPolicyAssociationsCommandInput, ListConfigurationPolicyAssociationsCommandOutput } from "./commands/ListConfigurationPolicyAssociationsCommand";
|
|
90
|
+
import { ListConnectorsV2CommandInput, ListConnectorsV2CommandOutput } from "./commands/ListConnectorsV2Command";
|
|
68
91
|
import { ListEnabledProductsForImportCommandInput, ListEnabledProductsForImportCommandOutput } from "./commands/ListEnabledProductsForImportCommand";
|
|
69
92
|
import { ListFindingAggregatorsCommandInput, ListFindingAggregatorsCommandOutput } from "./commands/ListFindingAggregatorsCommand";
|
|
70
93
|
import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "./commands/ListInvitationsCommand";
|
|
@@ -78,7 +101,10 @@ import { StartConfigurationPolicyDisassociationCommandInput, StartConfigurationP
|
|
|
78
101
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
79
102
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
80
103
|
import { UpdateActionTargetCommandInput, UpdateActionTargetCommandOutput } from "./commands/UpdateActionTargetCommand";
|
|
104
|
+
import { UpdateAggregatorV2CommandInput, UpdateAggregatorV2CommandOutput } from "./commands/UpdateAggregatorV2Command";
|
|
105
|
+
import { UpdateAutomationRuleV2CommandInput, UpdateAutomationRuleV2CommandOutput } from "./commands/UpdateAutomationRuleV2Command";
|
|
81
106
|
import { UpdateConfigurationPolicyCommandInput, UpdateConfigurationPolicyCommandOutput } from "./commands/UpdateConfigurationPolicyCommand";
|
|
107
|
+
import { UpdateConnectorV2CommandInput, UpdateConnectorV2CommandOutput } from "./commands/UpdateConnectorV2Command";
|
|
82
108
|
import { UpdateFindingAggregatorCommandInput, UpdateFindingAggregatorCommandOutput } from "./commands/UpdateFindingAggregatorCommand";
|
|
83
109
|
import { UpdateFindingsCommandInput, UpdateFindingsCommandOutput } from "./commands/UpdateFindingsCommand";
|
|
84
110
|
import { UpdateInsightCommandInput, UpdateInsightCommandOutput } from "./commands/UpdateInsightCommand";
|
|
@@ -92,11 +118,11 @@ export { __Client };
|
|
|
92
118
|
/**
|
|
93
119
|
* @public
|
|
94
120
|
*/
|
|
95
|
-
export type ServiceInputTypes = AcceptAdministratorInvitationCommandInput | AcceptInvitationCommandInput | BatchDeleteAutomationRulesCommandInput | BatchDisableStandardsCommandInput | BatchEnableStandardsCommandInput | BatchGetAutomationRulesCommandInput | BatchGetConfigurationPolicyAssociationsCommandInput | BatchGetSecurityControlsCommandInput | BatchGetStandardsControlAssociationsCommandInput | BatchImportFindingsCommandInput | BatchUpdateAutomationRulesCommandInput | BatchUpdateFindingsCommandInput | BatchUpdateStandardsControlAssociationsCommandInput | CreateActionTargetCommandInput | CreateAutomationRuleCommandInput | CreateConfigurationPolicyCommandInput | CreateFindingAggregatorCommandInput | CreateInsightCommandInput | CreateMembersCommandInput | DeclineInvitationsCommandInput | DeleteActionTargetCommandInput | DeleteConfigurationPolicyCommandInput | DeleteFindingAggregatorCommandInput | DeleteInsightCommandInput | DeleteInvitationsCommandInput | DeleteMembersCommandInput | DescribeActionTargetsCommandInput | DescribeHubCommandInput | DescribeOrganizationConfigurationCommandInput | DescribeProductsCommandInput | DescribeStandardsCommandInput | DescribeStandardsControlsCommandInput | DisableImportFindingsForProductCommandInput | DisableOrganizationAdminAccountCommandInput | DisableSecurityHubCommandInput | DisassociateFromAdministratorAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMembersCommandInput | EnableImportFindingsForProductCommandInput | EnableOrganizationAdminAccountCommandInput | EnableSecurityHubCommandInput | GetAdministratorAccountCommandInput | GetConfigurationPolicyAssociationCommandInput | GetConfigurationPolicyCommandInput | GetEnabledStandardsCommandInput | GetFindingAggregatorCommandInput | GetFindingHistoryCommandInput | GetFindingsCommandInput | GetInsightResultsCommandInput | GetInsightsCommandInput | GetInvitationsCountCommandInput | GetMasterAccountCommandInput | GetMembersCommandInput | GetSecurityControlDefinitionCommandInput | InviteMembersCommandInput | ListAutomationRulesCommandInput | ListConfigurationPoliciesCommandInput | ListConfigurationPolicyAssociationsCommandInput | ListEnabledProductsForImportCommandInput | ListFindingAggregatorsCommandInput | ListInvitationsCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListSecurityControlDefinitionsCommandInput | ListStandardsControlAssociationsCommandInput | ListTagsForResourceCommandInput | StartConfigurationPolicyAssociationCommandInput | StartConfigurationPolicyDisassociationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateActionTargetCommandInput | UpdateConfigurationPolicyCommandInput | UpdateFindingAggregatorCommandInput | UpdateFindingsCommandInput | UpdateInsightCommandInput | UpdateOrganizationConfigurationCommandInput | UpdateSecurityControlCommandInput | UpdateSecurityHubConfigurationCommandInput | UpdateStandardsControlCommandInput;
|
|
121
|
+
export type ServiceInputTypes = AcceptAdministratorInvitationCommandInput | AcceptInvitationCommandInput | BatchDeleteAutomationRulesCommandInput | BatchDisableStandardsCommandInput | BatchEnableStandardsCommandInput | BatchGetAutomationRulesCommandInput | BatchGetConfigurationPolicyAssociationsCommandInput | BatchGetSecurityControlsCommandInput | BatchGetStandardsControlAssociationsCommandInput | BatchImportFindingsCommandInput | BatchUpdateAutomationRulesCommandInput | BatchUpdateFindingsCommandInput | BatchUpdateFindingsV2CommandInput | BatchUpdateStandardsControlAssociationsCommandInput | ConnectorRegistrationsV2CommandInput | CreateActionTargetCommandInput | CreateAggregatorV2CommandInput | CreateAutomationRuleCommandInput | CreateAutomationRuleV2CommandInput | CreateConfigurationPolicyCommandInput | CreateConnectorV2CommandInput | CreateFindingAggregatorCommandInput | CreateInsightCommandInput | CreateMembersCommandInput | CreateTicketV2CommandInput | DeclineInvitationsCommandInput | DeleteActionTargetCommandInput | DeleteAggregatorV2CommandInput | DeleteAutomationRuleV2CommandInput | DeleteConfigurationPolicyCommandInput | DeleteConnectorV2CommandInput | DeleteFindingAggregatorCommandInput | DeleteInsightCommandInput | DeleteInvitationsCommandInput | DeleteMembersCommandInput | DescribeActionTargetsCommandInput | DescribeHubCommandInput | DescribeOrganizationConfigurationCommandInput | DescribeProductsCommandInput | DescribeProductsV2CommandInput | DescribeSecurityHubV2CommandInput | DescribeStandardsCommandInput | DescribeStandardsControlsCommandInput | DisableImportFindingsForProductCommandInput | DisableOrganizationAdminAccountCommandInput | DisableSecurityHubCommandInput | DisableSecurityHubV2CommandInput | DisassociateFromAdministratorAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMembersCommandInput | EnableImportFindingsForProductCommandInput | EnableOrganizationAdminAccountCommandInput | EnableSecurityHubCommandInput | EnableSecurityHubV2CommandInput | GetAdministratorAccountCommandInput | GetAggregatorV2CommandInput | GetAutomationRuleV2CommandInput | GetConfigurationPolicyAssociationCommandInput | GetConfigurationPolicyCommandInput | GetConnectorV2CommandInput | GetEnabledStandardsCommandInput | GetFindingAggregatorCommandInput | GetFindingHistoryCommandInput | GetFindingStatisticsV2CommandInput | GetFindingsCommandInput | GetFindingsV2CommandInput | GetInsightResultsCommandInput | GetInsightsCommandInput | GetInvitationsCountCommandInput | GetMasterAccountCommandInput | GetMembersCommandInput | GetResourcesStatisticsV2CommandInput | GetResourcesV2CommandInput | GetSecurityControlDefinitionCommandInput | InviteMembersCommandInput | ListAggregatorsV2CommandInput | ListAutomationRulesCommandInput | ListAutomationRulesV2CommandInput | ListConfigurationPoliciesCommandInput | ListConfigurationPolicyAssociationsCommandInput | ListConnectorsV2CommandInput | ListEnabledProductsForImportCommandInput | ListFindingAggregatorsCommandInput | ListInvitationsCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListSecurityControlDefinitionsCommandInput | ListStandardsControlAssociationsCommandInput | ListTagsForResourceCommandInput | StartConfigurationPolicyAssociationCommandInput | StartConfigurationPolicyDisassociationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateActionTargetCommandInput | UpdateAggregatorV2CommandInput | UpdateAutomationRuleV2CommandInput | UpdateConfigurationPolicyCommandInput | UpdateConnectorV2CommandInput | UpdateFindingAggregatorCommandInput | UpdateFindingsCommandInput | UpdateInsightCommandInput | UpdateOrganizationConfigurationCommandInput | UpdateSecurityControlCommandInput | UpdateSecurityHubConfigurationCommandInput | UpdateStandardsControlCommandInput;
|
|
96
122
|
/**
|
|
97
123
|
* @public
|
|
98
124
|
*/
|
|
99
|
-
export type ServiceOutputTypes = AcceptAdministratorInvitationCommandOutput | AcceptInvitationCommandOutput | BatchDeleteAutomationRulesCommandOutput | BatchDisableStandardsCommandOutput | BatchEnableStandardsCommandOutput | BatchGetAutomationRulesCommandOutput | BatchGetConfigurationPolicyAssociationsCommandOutput | BatchGetSecurityControlsCommandOutput | BatchGetStandardsControlAssociationsCommandOutput | BatchImportFindingsCommandOutput | BatchUpdateAutomationRulesCommandOutput | BatchUpdateFindingsCommandOutput | BatchUpdateStandardsControlAssociationsCommandOutput | CreateActionTargetCommandOutput | CreateAutomationRuleCommandOutput | CreateConfigurationPolicyCommandOutput | CreateFindingAggregatorCommandOutput | CreateInsightCommandOutput | CreateMembersCommandOutput | DeclineInvitationsCommandOutput | DeleteActionTargetCommandOutput | DeleteConfigurationPolicyCommandOutput | DeleteFindingAggregatorCommandOutput | DeleteInsightCommandOutput | DeleteInvitationsCommandOutput | DeleteMembersCommandOutput | DescribeActionTargetsCommandOutput | DescribeHubCommandOutput | DescribeOrganizationConfigurationCommandOutput | DescribeProductsCommandOutput | DescribeStandardsCommandOutput | DescribeStandardsControlsCommandOutput | DisableImportFindingsForProductCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisableSecurityHubCommandOutput | DisassociateFromAdministratorAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMembersCommandOutput | EnableImportFindingsForProductCommandOutput | EnableOrganizationAdminAccountCommandOutput | EnableSecurityHubCommandOutput | GetAdministratorAccountCommandOutput | GetConfigurationPolicyAssociationCommandOutput | GetConfigurationPolicyCommandOutput | GetEnabledStandardsCommandOutput | GetFindingAggregatorCommandOutput | GetFindingHistoryCommandOutput | GetFindingsCommandOutput | GetInsightResultsCommandOutput | GetInsightsCommandOutput | GetInvitationsCountCommandOutput | GetMasterAccountCommandOutput | GetMembersCommandOutput | GetSecurityControlDefinitionCommandOutput | InviteMembersCommandOutput | ListAutomationRulesCommandOutput | ListConfigurationPoliciesCommandOutput | ListConfigurationPolicyAssociationsCommandOutput | ListEnabledProductsForImportCommandOutput | ListFindingAggregatorsCommandOutput | ListInvitationsCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListSecurityControlDefinitionsCommandOutput | ListStandardsControlAssociationsCommandOutput | ListTagsForResourceCommandOutput | StartConfigurationPolicyAssociationCommandOutput | StartConfigurationPolicyDisassociationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateActionTargetCommandOutput | UpdateConfigurationPolicyCommandOutput | UpdateFindingAggregatorCommandOutput | UpdateFindingsCommandOutput | UpdateInsightCommandOutput | UpdateOrganizationConfigurationCommandOutput | UpdateSecurityControlCommandOutput | UpdateSecurityHubConfigurationCommandOutput | UpdateStandardsControlCommandOutput;
|
|
125
|
+
export type ServiceOutputTypes = AcceptAdministratorInvitationCommandOutput | AcceptInvitationCommandOutput | BatchDeleteAutomationRulesCommandOutput | BatchDisableStandardsCommandOutput | BatchEnableStandardsCommandOutput | BatchGetAutomationRulesCommandOutput | BatchGetConfigurationPolicyAssociationsCommandOutput | BatchGetSecurityControlsCommandOutput | BatchGetStandardsControlAssociationsCommandOutput | BatchImportFindingsCommandOutput | BatchUpdateAutomationRulesCommandOutput | BatchUpdateFindingsCommandOutput | BatchUpdateFindingsV2CommandOutput | BatchUpdateStandardsControlAssociationsCommandOutput | ConnectorRegistrationsV2CommandOutput | CreateActionTargetCommandOutput | CreateAggregatorV2CommandOutput | CreateAutomationRuleCommandOutput | CreateAutomationRuleV2CommandOutput | CreateConfigurationPolicyCommandOutput | CreateConnectorV2CommandOutput | CreateFindingAggregatorCommandOutput | CreateInsightCommandOutput | CreateMembersCommandOutput | CreateTicketV2CommandOutput | DeclineInvitationsCommandOutput | DeleteActionTargetCommandOutput | DeleteAggregatorV2CommandOutput | DeleteAutomationRuleV2CommandOutput | DeleteConfigurationPolicyCommandOutput | DeleteConnectorV2CommandOutput | DeleteFindingAggregatorCommandOutput | DeleteInsightCommandOutput | DeleteInvitationsCommandOutput | DeleteMembersCommandOutput | DescribeActionTargetsCommandOutput | DescribeHubCommandOutput | DescribeOrganizationConfigurationCommandOutput | DescribeProductsCommandOutput | DescribeProductsV2CommandOutput | DescribeSecurityHubV2CommandOutput | DescribeStandardsCommandOutput | DescribeStandardsControlsCommandOutput | DisableImportFindingsForProductCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisableSecurityHubCommandOutput | DisableSecurityHubV2CommandOutput | DisassociateFromAdministratorAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMembersCommandOutput | EnableImportFindingsForProductCommandOutput | EnableOrganizationAdminAccountCommandOutput | EnableSecurityHubCommandOutput | EnableSecurityHubV2CommandOutput | GetAdministratorAccountCommandOutput | GetAggregatorV2CommandOutput | GetAutomationRuleV2CommandOutput | GetConfigurationPolicyAssociationCommandOutput | GetConfigurationPolicyCommandOutput | GetConnectorV2CommandOutput | GetEnabledStandardsCommandOutput | GetFindingAggregatorCommandOutput | GetFindingHistoryCommandOutput | GetFindingStatisticsV2CommandOutput | GetFindingsCommandOutput | GetFindingsV2CommandOutput | GetInsightResultsCommandOutput | GetInsightsCommandOutput | GetInvitationsCountCommandOutput | GetMasterAccountCommandOutput | GetMembersCommandOutput | GetResourcesStatisticsV2CommandOutput | GetResourcesV2CommandOutput | GetSecurityControlDefinitionCommandOutput | InviteMembersCommandOutput | ListAggregatorsV2CommandOutput | ListAutomationRulesCommandOutput | ListAutomationRulesV2CommandOutput | ListConfigurationPoliciesCommandOutput | ListConfigurationPolicyAssociationsCommandOutput | ListConnectorsV2CommandOutput | ListEnabledProductsForImportCommandOutput | ListFindingAggregatorsCommandOutput | ListInvitationsCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListSecurityControlDefinitionsCommandOutput | ListStandardsControlAssociationsCommandOutput | ListTagsForResourceCommandOutput | StartConfigurationPolicyAssociationCommandOutput | StartConfigurationPolicyDisassociationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateActionTargetCommandOutput | UpdateAggregatorV2CommandOutput | UpdateAutomationRuleV2CommandOutput | UpdateConfigurationPolicyCommandOutput | UpdateConnectorV2CommandOutput | UpdateFindingAggregatorCommandOutput | UpdateFindingsCommandOutput | UpdateInsightCommandOutput | UpdateOrganizationConfigurationCommandOutput | UpdateSecurityControlCommandOutput | UpdateSecurityHubConfigurationCommandOutput | UpdateStandardsControlCommandOutput;
|
|
100
126
|
/**
|
|
101
127
|
* @public
|
|
102
128
|
*/
|
|
@@ -57,31 +57,31 @@ declare const BatchGetAutomationRulesCommand_base: {
|
|
|
57
57
|
* // ProductArn: [ // StringFilterList
|
|
58
58
|
* // { // StringFilter
|
|
59
59
|
* // Value: "STRING_VALUE",
|
|
60
|
-
* // Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS" || "CONTAINS" || "NOT_CONTAINS",
|
|
60
|
+
* // Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS" || "CONTAINS" || "NOT_CONTAINS" || "CONTAINS_WORD",
|
|
61
61
|
* // },
|
|
62
62
|
* // ],
|
|
63
63
|
* // AwsAccountId: [
|
|
64
64
|
* // {
|
|
65
65
|
* // Value: "STRING_VALUE",
|
|
66
|
-
* // Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS" || "CONTAINS" || "NOT_CONTAINS",
|
|
66
|
+
* // Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS" || "CONTAINS" || "NOT_CONTAINS" || "CONTAINS_WORD",
|
|
67
67
|
* // },
|
|
68
68
|
* // ],
|
|
69
69
|
* // Id: [
|
|
70
70
|
* // {
|
|
71
71
|
* // Value: "STRING_VALUE",
|
|
72
|
-
* // Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS" || "CONTAINS" || "NOT_CONTAINS",
|
|
72
|
+
* // Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS" || "CONTAINS" || "NOT_CONTAINS" || "CONTAINS_WORD",
|
|
73
73
|
* // },
|
|
74
74
|
* // ],
|
|
75
75
|
* // GeneratorId: [
|
|
76
76
|
* // {
|
|
77
77
|
* // Value: "STRING_VALUE",
|
|
78
|
-
* // Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS" || "CONTAINS" || "NOT_CONTAINS",
|
|
78
|
+
* // Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS" || "CONTAINS" || "NOT_CONTAINS" || "CONTAINS_WORD",
|
|
79
79
|
* // },
|
|
80
80
|
* // ],
|
|
81
81
|
* // Type: [
|
|
82
82
|
* // {
|
|
83
83
|
* // Value: "STRING_VALUE",
|
|
84
|
-
* // Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS" || "CONTAINS" || "NOT_CONTAINS",
|
|
84
|
+
* // Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS" || "CONTAINS" || "NOT_CONTAINS" || "CONTAINS_WORD",
|
|
85
85
|
* // },
|
|
86
86
|
* // ],
|
|
87
87
|
* // FirstObservedAt: [ // DateFilterList
|
|
@@ -50,31 +50,31 @@ declare const BatchUpdateAutomationRulesCommand_base: {
|
|
|
50
50
|
* ProductArn: [ // StringFilterList
|
|
51
51
|
* { // StringFilter
|
|
52
52
|
* Value: "STRING_VALUE",
|
|
53
|
-
* Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS" || "CONTAINS" || "NOT_CONTAINS",
|
|
53
|
+
* Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS" || "CONTAINS" || "NOT_CONTAINS" || "CONTAINS_WORD",
|
|
54
54
|
* },
|
|
55
55
|
* ],
|
|
56
56
|
* AwsAccountId: [
|
|
57
57
|
* {
|
|
58
58
|
* Value: "STRING_VALUE",
|
|
59
|
-
* Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS" || "CONTAINS" || "NOT_CONTAINS",
|
|
59
|
+
* Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS" || "CONTAINS" || "NOT_CONTAINS" || "CONTAINS_WORD",
|
|
60
60
|
* },
|
|
61
61
|
* ],
|
|
62
62
|
* Id: [
|
|
63
63
|
* {
|
|
64
64
|
* Value: "STRING_VALUE",
|
|
65
|
-
* Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS" || "CONTAINS" || "NOT_CONTAINS",
|
|
65
|
+
* Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS" || "CONTAINS" || "NOT_CONTAINS" || "CONTAINS_WORD",
|
|
66
66
|
* },
|
|
67
67
|
* ],
|
|
68
68
|
* GeneratorId: [
|
|
69
69
|
* {
|
|
70
70
|
* Value: "STRING_VALUE",
|
|
71
|
-
* Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS" || "CONTAINS" || "NOT_CONTAINS",
|
|
71
|
+
* Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS" || "CONTAINS" || "NOT_CONTAINS" || "CONTAINS_WORD",
|
|
72
72
|
* },
|
|
73
73
|
* ],
|
|
74
74
|
* Type: [
|
|
75
75
|
* {
|
|
76
76
|
* Value: "STRING_VALUE",
|
|
77
|
-
* Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS" || "CONTAINS" || "NOT_CONTAINS",
|
|
77
|
+
* Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS" || "CONTAINS" || "NOT_CONTAINS" || "CONTAINS_WORD",
|
|
78
78
|
* },
|
|
79
79
|
* ],
|
|
80
80
|
* FirstObservedAt: [ // DateFilterList
|