@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.
Files changed (200) hide show
  1. package/README.md +208 -0
  2. package/dist-cjs/index.js +1956 -51
  3. package/dist-es/SecurityHub.js +52 -0
  4. package/dist-es/commands/BatchUpdateFindingsV2Command.js +22 -0
  5. package/dist-es/commands/ConnectorRegistrationsV2Command.js +22 -0
  6. package/dist-es/commands/CreateAggregatorV2Command.js +22 -0
  7. package/dist-es/commands/CreateAutomationRuleV2Command.js +22 -0
  8. package/dist-es/commands/CreateConnectorV2Command.js +23 -0
  9. package/dist-es/commands/CreateTicketV2Command.js +22 -0
  10. package/dist-es/commands/DeleteAggregatorV2Command.js +22 -0
  11. package/dist-es/commands/DeleteAutomationRuleV2Command.js +22 -0
  12. package/dist-es/commands/DeleteConnectorV2Command.js +22 -0
  13. package/dist-es/commands/DescribeProductsV2Command.js +22 -0
  14. package/dist-es/commands/DescribeSecurityHubV2Command.js +22 -0
  15. package/dist-es/commands/DisableSecurityHubV2Command.js +22 -0
  16. package/dist-es/commands/EnableSecurityHubV2Command.js +22 -0
  17. package/dist-es/commands/GetAggregatorV2Command.js +22 -0
  18. package/dist-es/commands/GetAutomationRuleV2Command.js +22 -0
  19. package/dist-es/commands/GetConnectorV2Command.js +22 -0
  20. package/dist-es/commands/GetFindingStatisticsV2Command.js +22 -0
  21. package/dist-es/commands/GetFindingsV2Command.js +22 -0
  22. package/dist-es/commands/GetResourcesStatisticsV2Command.js +22 -0
  23. package/dist-es/commands/GetResourcesV2Command.js +22 -0
  24. package/dist-es/commands/ListAggregatorsV2Command.js +22 -0
  25. package/dist-es/commands/ListAutomationRulesV2Command.js +22 -0
  26. package/dist-es/commands/ListConnectorsV2Command.js +22 -0
  27. package/dist-es/commands/UpdateAggregatorV2Command.js +22 -0
  28. package/dist-es/commands/UpdateAutomationRuleV2Command.js +22 -0
  29. package/dist-es/commands/UpdateConnectorV2Command.js +23 -0
  30. package/dist-es/commands/index.js +26 -0
  31. package/dist-es/models/index.js +1 -0
  32. package/dist-es/models/models_0.js +13 -0
  33. package/dist-es/models/models_2.js +193 -19
  34. package/dist-es/models/models_3.js +101 -0
  35. package/dist-es/pagination/DescribeProductsV2Paginator.js +4 -0
  36. package/dist-es/pagination/GetFindingsV2Paginator.js +4 -0
  37. package/dist-es/pagination/GetResourcesV2Paginator.js +4 -0
  38. package/dist-es/pagination/ListAggregatorsV2Paginator.js +4 -0
  39. package/dist-es/pagination/index.js +4 -0
  40. package/dist-es/protocols/Aws_restJson1.js +1071 -32
  41. package/dist-types/SecurityHub.d.ts +192 -0
  42. package/dist-types/SecurityHubClient.d.ts +28 -2
  43. package/dist-types/commands/BatchGetAutomationRulesCommand.d.ts +5 -5
  44. package/dist-types/commands/BatchUpdateAutomationRulesCommand.d.ts +5 -5
  45. package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +16 -12
  46. package/dist-types/commands/BatchUpdateFindingsV2Command.d.ts +129 -0
  47. package/dist-types/commands/ConnectorRegistrationsV2Command.d.ts +96 -0
  48. package/dist-types/commands/CreateAggregatorV2Command.d.ts +106 -0
  49. package/dist-types/commands/CreateAutomationRuleCommand.d.ts +5 -5
  50. package/dist-types/commands/CreateAutomationRuleV2Command.d.ts +174 -0
  51. package/dist-types/commands/CreateConnectorV2Command.d.ts +112 -0
  52. package/dist-types/commands/CreateInsightCommand.d.ts +5 -5
  53. package/dist-types/commands/CreateTicketV2Command.d.ts +97 -0
  54. package/dist-types/commands/DeleteAggregatorV2Command.d.ts +92 -0
  55. package/dist-types/commands/DeleteAutomationRuleV2Command.d.ts +92 -0
  56. package/dist-types/commands/DeleteConnectorV2Command.d.ts +92 -0
  57. package/dist-types/commands/DescribeProductsV2Command.d.ts +107 -0
  58. package/dist-types/commands/DescribeSecurityHubV2Command.d.ts +87 -0
  59. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -0
  60. package/dist-types/commands/DisableSecurityHubV2Command.d.ts +84 -0
  61. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +6 -2
  62. package/dist-types/commands/EnableSecurityHubV2Command.d.ts +90 -0
  63. package/dist-types/commands/GetAggregatorV2Command.d.ts +99 -0
  64. package/dist-types/commands/GetAutomationRuleV2Command.d.ts +176 -0
  65. package/dist-types/commands/GetConnectorV2Command.d.ts +119 -0
  66. package/dist-types/commands/GetFindingHistoryCommand.d.ts +8 -2
  67. package/dist-types/commands/GetFindingStatisticsV2Command.d.ts +169 -0
  68. package/dist-types/commands/GetFindingsCommand.d.ts +7 -6
  69. package/dist-types/commands/GetFindingsV2Command.d.ts +163 -0
  70. package/dist-types/commands/GetInsightResultsCommand.d.ts +1 -1
  71. package/dist-types/commands/GetInsightsCommand.d.ts +6 -6
  72. package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
  73. package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -1
  74. package/dist-types/commands/GetMembersCommand.d.ts +1 -1
  75. package/dist-types/commands/GetResourcesStatisticsV2Command.d.ts +162 -0
  76. package/dist-types/commands/GetResourcesV2Command.d.ts +190 -0
  77. package/dist-types/commands/GetSecurityControlDefinitionCommand.d.ts +1 -1
  78. package/dist-types/commands/InviteMembersCommand.d.ts +1 -1
  79. package/dist-types/commands/ListAggregatorsV2Command.d.ts +100 -0
  80. package/dist-types/commands/ListAutomationRulesCommand.d.ts +1 -1
  81. package/dist-types/commands/ListAutomationRulesV2Command.d.ts +109 -0
  82. package/dist-types/commands/ListConfigurationPoliciesCommand.d.ts +1 -1
  83. package/dist-types/commands/ListConfigurationPolicyAssociationsCommand.d.ts +1 -1
  84. package/dist-types/commands/ListConnectorsV2Command.d.ts +110 -0
  85. package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
  86. package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +1 -1
  87. package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
  88. package/dist-types/commands/ListMembersCommand.d.ts +1 -1
  89. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +3 -1
  90. package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +1 -1
  91. package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +1 -1
  92. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  93. package/dist-types/commands/StartConfigurationPolicyAssociationCommand.d.ts +1 -1
  94. package/dist-types/commands/StartConfigurationPolicyDisassociationCommand.d.ts +1 -1
  95. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  96. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  97. package/dist-types/commands/UpdateActionTargetCommand.d.ts +1 -1
  98. package/dist-types/commands/UpdateAggregatorV2Command.d.ts +103 -0
  99. package/dist-types/commands/UpdateAutomationRuleV2Command.d.ts +171 -0
  100. package/dist-types/commands/UpdateConfigurationPolicyCommand.d.ts +1 -1
  101. package/dist-types/commands/UpdateConnectorV2Command.d.ts +99 -0
  102. package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +1 -1
  103. package/dist-types/commands/UpdateFindingsCommand.d.ts +6 -6
  104. package/dist-types/commands/UpdateInsightCommand.d.ts +6 -6
  105. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
  106. package/dist-types/commands/UpdateSecurityControlCommand.d.ts +1 -1
  107. package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +1 -1
  108. package/dist-types/commands/UpdateStandardsControlCommand.d.ts +1 -1
  109. package/dist-types/commands/index.d.ts +26 -0
  110. package/dist-types/endpoint/EndpointParameters.d.ts +7 -7
  111. package/dist-types/models/index.d.ts +1 -0
  112. package/dist-types/models/models_0.d.ts +166 -320
  113. package/dist-types/models/models_1.d.ts +319 -343
  114. package/dist-types/models/models_2.d.ts +2465 -2269
  115. package/dist-types/models/models_3.d.ts +2386 -0
  116. package/dist-types/pagination/DescribeProductsV2Paginator.d.ts +7 -0
  117. package/dist-types/pagination/GetFindingsV2Paginator.d.ts +7 -0
  118. package/dist-types/pagination/GetResourcesV2Paginator.d.ts +7 -0
  119. package/dist-types/pagination/ListAggregatorsV2Paginator.d.ts +7 -0
  120. package/dist-types/pagination/index.d.ts +4 -0
  121. package/dist-types/protocols/Aws_restJson1.d.ts +234 -0
  122. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  123. package/dist-types/runtimeConfig.native.d.ts +2 -2
  124. package/dist-types/ts3.4/SecurityHub.d.ts +452 -0
  125. package/dist-types/ts3.4/SecurityHubClient.d.ts +156 -0
  126. package/dist-types/ts3.4/commands/BatchUpdateFindingsV2Command.d.ts +51 -0
  127. package/dist-types/ts3.4/commands/ConnectorRegistrationsV2Command.d.ts +51 -0
  128. package/dist-types/ts3.4/commands/CreateAggregatorV2Command.d.ts +51 -0
  129. package/dist-types/ts3.4/commands/CreateAutomationRuleV2Command.d.ts +51 -0
  130. package/dist-types/ts3.4/commands/CreateConnectorV2Command.d.ts +51 -0
  131. package/dist-types/ts3.4/commands/CreateTicketV2Command.d.ts +50 -0
  132. package/dist-types/ts3.4/commands/DeleteAggregatorV2Command.d.ts +51 -0
  133. package/dist-types/ts3.4/commands/DeleteAutomationRuleV2Command.d.ts +51 -0
  134. package/dist-types/ts3.4/commands/DeleteConnectorV2Command.d.ts +51 -0
  135. package/dist-types/ts3.4/commands/DescribeProductsV2Command.d.ts +51 -0
  136. package/dist-types/ts3.4/commands/DescribeSecurityHubV2Command.d.ts +51 -0
  137. package/dist-types/ts3.4/commands/DisableSecurityHubV2Command.d.ts +51 -0
  138. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/EnableSecurityHubV2Command.d.ts +51 -0
  140. package/dist-types/ts3.4/commands/GetAggregatorV2Command.d.ts +50 -0
  141. package/dist-types/ts3.4/commands/GetAutomationRuleV2Command.d.ts +51 -0
  142. package/dist-types/ts3.4/commands/GetConnectorV2Command.d.ts +50 -0
  143. package/dist-types/ts3.4/commands/GetFindingStatisticsV2Command.d.ts +51 -0
  144. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +2 -1
  145. package/dist-types/ts3.4/commands/GetFindingsV2Command.d.ts +50 -0
  146. package/dist-types/ts3.4/commands/GetInsightResultsCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/GetResourcesStatisticsV2Command.d.ts +51 -0
  152. package/dist-types/ts3.4/commands/GetResourcesV2Command.d.ts +50 -0
  153. package/dist-types/ts3.4/commands/GetSecurityControlDefinitionCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/ListAggregatorsV2Command.d.ts +51 -0
  156. package/dist-types/ts3.4/commands/ListAutomationRulesCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/ListAutomationRulesV2Command.d.ts +51 -0
  158. package/dist-types/ts3.4/commands/ListConfigurationPoliciesCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/ListConfigurationPolicyAssociationsCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/ListConnectorsV2Command.d.ts +50 -0
  161. package/dist-types/ts3.4/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/ListFindingAggregatorsCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/ListSecurityControlDefinitionsCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/ListStandardsControlAssociationsCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/StartConfigurationPolicyAssociationCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/StartConfigurationPolicyDisassociationCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/UpdateActionTargetCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/UpdateAggregatorV2Command.d.ts +51 -0
  175. package/dist-types/ts3.4/commands/UpdateAutomationRuleV2Command.d.ts +51 -0
  176. package/dist-types/ts3.4/commands/UpdateConfigurationPolicyCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/UpdateConnectorV2Command.d.ts +51 -0
  178. package/dist-types/ts3.4/commands/UpdateFindingAggregatorCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/UpdateInsightCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/UpdateSecurityControlCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/UpdateSecurityHubConfigurationCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/UpdateStandardsControlCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/index.d.ts +26 -0
  186. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +7 -7
  187. package/dist-types/ts3.4/models/index.d.ts +1 -0
  188. package/dist-types/ts3.4/models/models_0.d.ts +50 -57
  189. package/dist-types/ts3.4/models/models_1.d.ts +57 -66
  190. package/dist-types/ts3.4/models/models_2.d.ts +522 -310
  191. package/dist-types/ts3.4/models/models_3.d.ts +626 -0
  192. package/dist-types/ts3.4/pagination/DescribeProductsV2Paginator.d.ts +11 -0
  193. package/dist-types/ts3.4/pagination/GetFindingsV2Paginator.d.ts +11 -0
  194. package/dist-types/ts3.4/pagination/GetResourcesV2Paginator.d.ts +11 -0
  195. package/dist-types/ts3.4/pagination/ListAggregatorsV2Paginator.d.ts +11 -0
  196. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  197. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +312 -0
  198. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  199. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  200. package/package.json +5 -3
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetMembersRequest, GetMembersResponse } from "../models/models_2";
3
+ import { GetMembersRequest, GetMembersResponse } from "../models/models_3";
4
4
  import {
5
5
  SecurityHubClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GetResourcesStatisticsV2Request,
5
+ GetResourcesStatisticsV2Response,
6
+ } from "../models/models_3";
7
+ import {
8
+ SecurityHubClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityHubClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetResourcesStatisticsV2CommandInput
15
+ extends GetResourcesStatisticsV2Request {}
16
+ export interface GetResourcesStatisticsV2CommandOutput
17
+ extends GetResourcesStatisticsV2Response,
18
+ __MetadataBearer {}
19
+ declare const GetResourcesStatisticsV2Command_base: {
20
+ new (
21
+ input: GetResourcesStatisticsV2CommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetResourcesStatisticsV2CommandInput,
24
+ GetResourcesStatisticsV2CommandOutput,
25
+ SecurityHubClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: GetResourcesStatisticsV2CommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetResourcesStatisticsV2CommandInput,
33
+ GetResourcesStatisticsV2CommandOutput,
34
+ SecurityHubClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetResourcesStatisticsV2Command extends GetResourcesStatisticsV2Command_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetResourcesStatisticsV2Request;
44
+ output: GetResourcesStatisticsV2Response;
45
+ };
46
+ sdk: {
47
+ input: GetResourcesStatisticsV2CommandInput;
48
+ output: GetResourcesStatisticsV2CommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,50 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GetResourcesV2Request,
5
+ GetResourcesV2Response,
6
+ } from "../models/models_3";
7
+ import {
8
+ SecurityHubClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityHubClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetResourcesV2CommandInput extends GetResourcesV2Request {}
15
+ export interface GetResourcesV2CommandOutput
16
+ extends GetResourcesV2Response,
17
+ __MetadataBearer {}
18
+ declare const GetResourcesV2Command_base: {
19
+ new (
20
+ input: GetResourcesV2CommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetResourcesV2CommandInput,
23
+ GetResourcesV2CommandOutput,
24
+ SecurityHubClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ ...[input]: [] | [GetResourcesV2CommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetResourcesV2CommandInput,
32
+ GetResourcesV2CommandOutput,
33
+ SecurityHubClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class GetResourcesV2Command extends GetResourcesV2Command_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetResourcesV2Request;
43
+ output: GetResourcesV2Response;
44
+ };
45
+ sdk: {
46
+ input: GetResourcesV2CommandInput;
47
+ output: GetResourcesV2CommandOutput;
48
+ };
49
+ };
50
+ }
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetSecurityControlDefinitionRequest,
5
5
  GetSecurityControlDefinitionResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SecurityHubClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  InviteMembersRequest,
5
5
  InviteMembersResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SecurityHubClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ListAggregatorsV2Request,
5
+ ListAggregatorsV2Response,
6
+ } from "../models/models_3";
7
+ import {
8
+ SecurityHubClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityHubClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListAggregatorsV2CommandInput
15
+ extends ListAggregatorsV2Request {}
16
+ export interface ListAggregatorsV2CommandOutput
17
+ extends ListAggregatorsV2Response,
18
+ __MetadataBearer {}
19
+ declare const ListAggregatorsV2Command_base: {
20
+ new (
21
+ input: ListAggregatorsV2CommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListAggregatorsV2CommandInput,
24
+ ListAggregatorsV2CommandOutput,
25
+ SecurityHubClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListAggregatorsV2CommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListAggregatorsV2CommandInput,
33
+ ListAggregatorsV2CommandOutput,
34
+ SecurityHubClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListAggregatorsV2Command extends ListAggregatorsV2Command_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAggregatorsV2Request;
44
+ output: ListAggregatorsV2Response;
45
+ };
46
+ sdk: {
47
+ input: ListAggregatorsV2CommandInput;
48
+ output: ListAggregatorsV2CommandOutput;
49
+ };
50
+ };
51
+ }
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListAutomationRulesRequest,
5
5
  ListAutomationRulesResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SecurityHubClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ListAutomationRulesV2Request,
5
+ ListAutomationRulesV2Response,
6
+ } from "../models/models_3";
7
+ import {
8
+ SecurityHubClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityHubClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListAutomationRulesV2CommandInput
15
+ extends ListAutomationRulesV2Request {}
16
+ export interface ListAutomationRulesV2CommandOutput
17
+ extends ListAutomationRulesV2Response,
18
+ __MetadataBearer {}
19
+ declare const ListAutomationRulesV2Command_base: {
20
+ new (
21
+ input: ListAutomationRulesV2CommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListAutomationRulesV2CommandInput,
24
+ ListAutomationRulesV2CommandOutput,
25
+ SecurityHubClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListAutomationRulesV2CommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListAutomationRulesV2CommandInput,
33
+ ListAutomationRulesV2CommandOutput,
34
+ SecurityHubClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListAutomationRulesV2Command extends ListAutomationRulesV2Command_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAutomationRulesV2Request;
44
+ output: ListAutomationRulesV2Response;
45
+ };
46
+ sdk: {
47
+ input: ListAutomationRulesV2CommandInput;
48
+ output: ListAutomationRulesV2CommandOutput;
49
+ };
50
+ };
51
+ }
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListConfigurationPoliciesRequest,
5
5
  ListConfigurationPoliciesResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SecurityHubClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListConfigurationPolicyAssociationsRequest,
5
5
  ListConfigurationPolicyAssociationsResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SecurityHubClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -0,0 +1,50 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ ListConnectorsV2Request,
5
+ ListConnectorsV2Response,
6
+ } from "../models/models_3";
7
+ import {
8
+ SecurityHubClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityHubClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListConnectorsV2CommandInput extends ListConnectorsV2Request {}
15
+ export interface ListConnectorsV2CommandOutput
16
+ extends ListConnectorsV2Response,
17
+ __MetadataBearer {}
18
+ declare const ListConnectorsV2Command_base: {
19
+ new (
20
+ input: ListConnectorsV2CommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListConnectorsV2CommandInput,
23
+ ListConnectorsV2CommandOutput,
24
+ SecurityHubClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ ...[input]: [] | [ListConnectorsV2CommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListConnectorsV2CommandInput,
32
+ ListConnectorsV2CommandOutput,
33
+ SecurityHubClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class ListConnectorsV2Command extends ListConnectorsV2Command_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListConnectorsV2Request;
43
+ output: ListConnectorsV2Response;
44
+ };
45
+ sdk: {
46
+ input: ListConnectorsV2CommandInput;
47
+ output: ListConnectorsV2CommandOutput;
48
+ };
49
+ };
50
+ }
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListEnabledProductsForImportRequest,
5
5
  ListEnabledProductsForImportResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SecurityHubClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListFindingAggregatorsRequest,
5
5
  ListFindingAggregatorsResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SecurityHubClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListInvitationsRequest,
5
5
  ListInvitationsResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SecurityHubClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListMembersRequest, ListMembersResponse } from "../models/models_2";
3
+ import { ListMembersRequest, ListMembersResponse } from "../models/models_3";
4
4
  import {
5
5
  SecurityHubClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListOrganizationAdminAccountsRequest,
5
5
  ListOrganizationAdminAccountsResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SecurityHubClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListSecurityControlDefinitionsRequest,
5
5
  ListSecurityControlDefinitionsResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SecurityHubClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListStandardsControlAssociationsRequest,
5
5
  ListStandardsControlAssociationsResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SecurityHubClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListTagsForResourceRequest,
5
5
  ListTagsForResourceResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SecurityHubClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  StartConfigurationPolicyAssociationRequest,
5
5
  StartConfigurationPolicyAssociationResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SecurityHubClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  StartConfigurationPolicyDisassociationRequest,
5
5
  StartConfigurationPolicyDisassociationResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SecurityHubClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { TagResourceRequest, TagResourceResponse } from "../models/models_2";
3
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_3";
4
4
  import {
5
5
  SecurityHubClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UntagResourceRequest,
5
5
  UntagResourceResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SecurityHubClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdateActionTargetRequest,
5
5
  UpdateActionTargetResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SecurityHubClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ UpdateAggregatorV2Request,
5
+ UpdateAggregatorV2Response,
6
+ } from "../models/models_3";
7
+ import {
8
+ SecurityHubClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityHubClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateAggregatorV2CommandInput
15
+ extends UpdateAggregatorV2Request {}
16
+ export interface UpdateAggregatorV2CommandOutput
17
+ extends UpdateAggregatorV2Response,
18
+ __MetadataBearer {}
19
+ declare const UpdateAggregatorV2Command_base: {
20
+ new (
21
+ input: UpdateAggregatorV2CommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ UpdateAggregatorV2CommandInput,
24
+ UpdateAggregatorV2CommandOutput,
25
+ SecurityHubClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: UpdateAggregatorV2CommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ UpdateAggregatorV2CommandInput,
33
+ UpdateAggregatorV2CommandOutput,
34
+ SecurityHubClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class UpdateAggregatorV2Command extends UpdateAggregatorV2Command_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateAggregatorV2Request;
44
+ output: UpdateAggregatorV2Response;
45
+ };
46
+ sdk: {
47
+ input: UpdateAggregatorV2CommandInput;
48
+ output: UpdateAggregatorV2CommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ UpdateAutomationRuleV2Request,
5
+ UpdateAutomationRuleV2Response,
6
+ } from "../models/models_3";
7
+ import {
8
+ SecurityHubClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityHubClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateAutomationRuleV2CommandInput
15
+ extends UpdateAutomationRuleV2Request {}
16
+ export interface UpdateAutomationRuleV2CommandOutput
17
+ extends UpdateAutomationRuleV2Response,
18
+ __MetadataBearer {}
19
+ declare const UpdateAutomationRuleV2Command_base: {
20
+ new (
21
+ input: UpdateAutomationRuleV2CommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ UpdateAutomationRuleV2CommandInput,
24
+ UpdateAutomationRuleV2CommandOutput,
25
+ SecurityHubClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: UpdateAutomationRuleV2CommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ UpdateAutomationRuleV2CommandInput,
33
+ UpdateAutomationRuleV2CommandOutput,
34
+ SecurityHubClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class UpdateAutomationRuleV2Command extends UpdateAutomationRuleV2Command_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateAutomationRuleV2Request;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: UpdateAutomationRuleV2CommandInput;
48
+ output: UpdateAutomationRuleV2CommandOutput;
49
+ };
50
+ };
51
+ }
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdateConfigurationPolicyRequest,
5
5
  UpdateConfigurationPolicyResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SecurityHubClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ UpdateConnectorV2Request,
5
+ UpdateConnectorV2Response,
6
+ } from "../models/models_3";
7
+ import {
8
+ SecurityHubClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SecurityHubClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateConnectorV2CommandInput
15
+ extends UpdateConnectorV2Request {}
16
+ export interface UpdateConnectorV2CommandOutput
17
+ extends UpdateConnectorV2Response,
18
+ __MetadataBearer {}
19
+ declare const UpdateConnectorV2Command_base: {
20
+ new (
21
+ input: UpdateConnectorV2CommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ UpdateConnectorV2CommandInput,
24
+ UpdateConnectorV2CommandOutput,
25
+ SecurityHubClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: UpdateConnectorV2CommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ UpdateConnectorV2CommandInput,
33
+ UpdateConnectorV2CommandOutput,
34
+ SecurityHubClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class UpdateConnectorV2Command extends UpdateConnectorV2Command_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateConnectorV2Request;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: UpdateConnectorV2CommandInput;
48
+ output: UpdateConnectorV2CommandOutput;
49
+ };
50
+ };
51
+ }
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdateFindingAggregatorRequest,
5
5
  UpdateFindingAggregatorResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SecurityHubClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdateFindingsRequest,
5
5
  UpdateFindingsResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SecurityHubClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdateInsightRequest,
5
5
  UpdateInsightResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SecurityHubClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdateOrganizationConfigurationRequest,
5
5
  UpdateOrganizationConfigurationResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SecurityHubClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdateSecurityControlRequest,
5
5
  UpdateSecurityControlResponse,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SecurityHubClientResolvedConfig,
9
9
  ServiceInputTypes,