@aws-sdk/client-securityhub 3.168.0 → 3.170.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 (87) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/SecurityHub.d.ts +1024 -285
  3. package/dist-types/ts3.4/SecurityHubClient.d.ts +465 -129
  4. package/dist-types/ts3.4/commands/AcceptAdministratorInvitationCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/BatchDisableStandardsCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/BatchEnableStandardsCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/BatchImportFindingsCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/BatchUpdateFindingsCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/CreateActionTargetCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateFindingAggregatorCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateInsightCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/DeleteActionTargetCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/DeleteFindingAggregatorCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DescribeActionTargetsCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribeHubCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DescribeProductsCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DescribeStandardsCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/DescribeStandardsControlsCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DisableImportFindingsForProductCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DisableSecurityHubCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/EnableImportFindingsForProductCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/EnableSecurityHubCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/GetEnabledStandardsCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/GetFindingAggregatorCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/GetInsightResultsCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +38 -17
  42. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +34 -17
  44. package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +35 -18
  45. package/dist-types/ts3.4/commands/ListEnabledProductsForImportCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/ListFindingAggregatorsCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  51. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  52. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  53. package/dist-types/ts3.4/commands/UpdateActionTargetCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/UpdateFindingAggregatorCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/UpdateInsightCommand.d.ts +37 -17
  57. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/UpdateSecurityHubConfigurationCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/UpdateStandardsControlCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/index.d.ts +56 -56
  61. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  62. package/dist-types/ts3.4/index.d.ts +6 -6
  63. package/dist-types/ts3.4/models/SecurityHubServiceException.d.ts +8 -6
  64. package/dist-types/ts3.4/models/index.d.ts +3 -3
  65. package/dist-types/ts3.4/models/models_0.d.ts +4382 -4097
  66. package/dist-types/ts3.4/models/models_1.d.ts +4116 -3847
  67. package/dist-types/ts3.4/models/models_2.d.ts +268 -228
  68. package/dist-types/ts3.4/pagination/DescribeActionTargetsPaginator.d.ts +11 -4
  69. package/dist-types/ts3.4/pagination/DescribeProductsPaginator.d.ts +11 -4
  70. package/dist-types/ts3.4/pagination/DescribeStandardsControlsPaginator.d.ts +11 -4
  71. package/dist-types/ts3.4/pagination/DescribeStandardsPaginator.d.ts +11 -4
  72. package/dist-types/ts3.4/pagination/GetEnabledStandardsPaginator.d.ts +11 -4
  73. package/dist-types/ts3.4/pagination/GetFindingsPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/GetInsightsPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  76. package/dist-types/ts3.4/pagination/ListEnabledProductsForImportPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/ListFindingAggregatorsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/index.d.ts +13 -13
  82. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +677 -170
  83. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  84. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  85. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  86. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  87. package/package.json +34 -34
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DisableOrganizationAdminAccountRequest, DisableOrganizationAdminAccountResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface DisableOrganizationAdminAccountCommandInput extends DisableOrganizationAdminAccountRequest {
6
- }
7
- export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrganizationAdminAccountResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisableOrganizationAdminAccountCommand extends $Command<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: DisableOrganizationAdminAccountCommandInput;
12
- constructor(input: DisableOrganizationAdminAccountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DisableOrganizationAdminAccountRequest,
10
+ DisableOrganizationAdminAccountResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface DisableOrganizationAdminAccountCommandInput
18
+ extends DisableOrganizationAdminAccountRequest {}
19
+ export interface DisableOrganizationAdminAccountCommandOutput
20
+ extends DisableOrganizationAdminAccountResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DisableOrganizationAdminAccountCommand extends $Command<
24
+ DisableOrganizationAdminAccountCommandInput,
25
+ DisableOrganizationAdminAccountCommandOutput,
26
+ SecurityHubClientResolvedConfig
27
+ > {
28
+ readonly input: DisableOrganizationAdminAccountCommandInput;
29
+ constructor(input: DisableOrganizationAdminAccountCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SecurityHubClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DisableOrganizationAdminAccountCommandInput,
37
+ DisableOrganizationAdminAccountCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DisableSecurityHubRequest, DisableSecurityHubResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface DisableSecurityHubCommandInput extends DisableSecurityHubRequest {
6
- }
7
- export interface DisableSecurityHubCommandOutput extends DisableSecurityHubResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisableSecurityHubCommand extends $Command<DisableSecurityHubCommandInput, DisableSecurityHubCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: DisableSecurityHubCommandInput;
12
- constructor(input: DisableSecurityHubCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableSecurityHubCommandInput, DisableSecurityHubCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DisableSecurityHubRequest,
10
+ DisableSecurityHubResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface DisableSecurityHubCommandInput
18
+ extends DisableSecurityHubRequest {}
19
+ export interface DisableSecurityHubCommandOutput
20
+ extends DisableSecurityHubResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DisableSecurityHubCommand extends $Command<
24
+ DisableSecurityHubCommandInput,
25
+ DisableSecurityHubCommandOutput,
26
+ SecurityHubClientResolvedConfig
27
+ > {
28
+ readonly input: DisableSecurityHubCommandInput;
29
+ constructor(input: DisableSecurityHubCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SecurityHubClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DisableSecurityHubCommandInput, DisableSecurityHubCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DisassociateFromAdministratorAccountRequest, DisassociateFromAdministratorAccountResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface DisassociateFromAdministratorAccountCommandInput extends DisassociateFromAdministratorAccountRequest {
6
- }
7
- export interface DisassociateFromAdministratorAccountCommandOutput extends DisassociateFromAdministratorAccountResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateFromAdministratorAccountCommand extends $Command<DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: DisassociateFromAdministratorAccountCommandInput;
12
- constructor(input: DisassociateFromAdministratorAccountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DisassociateFromAdministratorAccountRequest,
10
+ DisassociateFromAdministratorAccountResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface DisassociateFromAdministratorAccountCommandInput
18
+ extends DisassociateFromAdministratorAccountRequest {}
19
+ export interface DisassociateFromAdministratorAccountCommandOutput
20
+ extends DisassociateFromAdministratorAccountResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DisassociateFromAdministratorAccountCommand extends $Command<
24
+ DisassociateFromAdministratorAccountCommandInput,
25
+ DisassociateFromAdministratorAccountCommandOutput,
26
+ SecurityHubClientResolvedConfig
27
+ > {
28
+ readonly input: DisassociateFromAdministratorAccountCommandInput;
29
+ constructor(input: DisassociateFromAdministratorAccountCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SecurityHubClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DisassociateFromAdministratorAccountCommandInput,
37
+ DisassociateFromAdministratorAccountCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DisassociateFromMasterAccountRequest, DisassociateFromMasterAccountResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface DisassociateFromMasterAccountCommandInput extends DisassociateFromMasterAccountRequest {
6
- }
7
- export interface DisassociateFromMasterAccountCommandOutput extends DisassociateFromMasterAccountResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateFromMasterAccountCommand extends $Command<DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: DisassociateFromMasterAccountCommandInput;
12
- constructor(input: DisassociateFromMasterAccountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DisassociateFromMasterAccountRequest,
10
+ DisassociateFromMasterAccountResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface DisassociateFromMasterAccountCommandInput
18
+ extends DisassociateFromMasterAccountRequest {}
19
+ export interface DisassociateFromMasterAccountCommandOutput
20
+ extends DisassociateFromMasterAccountResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DisassociateFromMasterAccountCommand extends $Command<
24
+ DisassociateFromMasterAccountCommandInput,
25
+ DisassociateFromMasterAccountCommandOutput,
26
+ SecurityHubClientResolvedConfig
27
+ > {
28
+ readonly input: DisassociateFromMasterAccountCommandInput;
29
+ constructor(input: DisassociateFromMasterAccountCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SecurityHubClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DisassociateFromMasterAccountCommandInput,
37
+ DisassociateFromMasterAccountCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DisassociateMembersRequest, DisassociateMembersResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface DisassociateMembersCommandInput extends DisassociateMembersRequest {
6
- }
7
- export interface DisassociateMembersCommandOutput extends DisassociateMembersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateMembersCommand extends $Command<DisassociateMembersCommandInput, DisassociateMembersCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: DisassociateMembersCommandInput;
12
- constructor(input: DisassociateMembersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateMembersCommandInput, DisassociateMembersCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DisassociateMembersRequest,
10
+ DisassociateMembersResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface DisassociateMembersCommandInput
18
+ extends DisassociateMembersRequest {}
19
+ export interface DisassociateMembersCommandOutput
20
+ extends DisassociateMembersResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DisassociateMembersCommand extends $Command<
24
+ DisassociateMembersCommandInput,
25
+ DisassociateMembersCommandOutput,
26
+ SecurityHubClientResolvedConfig
27
+ > {
28
+ readonly input: DisassociateMembersCommandInput;
29
+ constructor(input: DisassociateMembersCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SecurityHubClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DisassociateMembersCommandInput, DisassociateMembersCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EnableImportFindingsForProductRequest, EnableImportFindingsForProductResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface EnableImportFindingsForProductCommandInput extends EnableImportFindingsForProductRequest {
6
- }
7
- export interface EnableImportFindingsForProductCommandOutput extends EnableImportFindingsForProductResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class EnableImportFindingsForProductCommand extends $Command<EnableImportFindingsForProductCommandInput, EnableImportFindingsForProductCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: EnableImportFindingsForProductCommandInput;
12
- constructor(input: EnableImportFindingsForProductCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableImportFindingsForProductCommandInput, EnableImportFindingsForProductCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ EnableImportFindingsForProductRequest,
10
+ EnableImportFindingsForProductResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface EnableImportFindingsForProductCommandInput
18
+ extends EnableImportFindingsForProductRequest {}
19
+ export interface EnableImportFindingsForProductCommandOutput
20
+ extends EnableImportFindingsForProductResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class EnableImportFindingsForProductCommand extends $Command<
24
+ EnableImportFindingsForProductCommandInput,
25
+ EnableImportFindingsForProductCommandOutput,
26
+ SecurityHubClientResolvedConfig
27
+ > {
28
+ readonly input: EnableImportFindingsForProductCommandInput;
29
+ constructor(input: EnableImportFindingsForProductCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SecurityHubClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ EnableImportFindingsForProductCommandInput,
37
+ EnableImportFindingsForProductCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EnableOrganizationAdminAccountRequest, EnableOrganizationAdminAccountResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface EnableOrganizationAdminAccountCommandInput extends EnableOrganizationAdminAccountRequest {
6
- }
7
- export interface EnableOrganizationAdminAccountCommandOutput extends EnableOrganizationAdminAccountResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class EnableOrganizationAdminAccountCommand extends $Command<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: EnableOrganizationAdminAccountCommandInput;
12
- constructor(input: EnableOrganizationAdminAccountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ EnableOrganizationAdminAccountRequest,
10
+ EnableOrganizationAdminAccountResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface EnableOrganizationAdminAccountCommandInput
18
+ extends EnableOrganizationAdminAccountRequest {}
19
+ export interface EnableOrganizationAdminAccountCommandOutput
20
+ extends EnableOrganizationAdminAccountResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class EnableOrganizationAdminAccountCommand extends $Command<
24
+ EnableOrganizationAdminAccountCommandInput,
25
+ EnableOrganizationAdminAccountCommandOutput,
26
+ SecurityHubClientResolvedConfig
27
+ > {
28
+ readonly input: EnableOrganizationAdminAccountCommandInput;
29
+ constructor(input: EnableOrganizationAdminAccountCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SecurityHubClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ EnableOrganizationAdminAccountCommandInput,
37
+ EnableOrganizationAdminAccountCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EnableSecurityHubRequest, EnableSecurityHubResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface EnableSecurityHubCommandInput extends EnableSecurityHubRequest {
6
- }
7
- export interface EnableSecurityHubCommandOutput extends EnableSecurityHubResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class EnableSecurityHubCommand extends $Command<EnableSecurityHubCommandInput, EnableSecurityHubCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: EnableSecurityHubCommandInput;
12
- constructor(input: EnableSecurityHubCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableSecurityHubCommandInput, EnableSecurityHubCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ EnableSecurityHubRequest,
10
+ EnableSecurityHubResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface EnableSecurityHubCommandInput
18
+ extends EnableSecurityHubRequest {}
19
+ export interface EnableSecurityHubCommandOutput
20
+ extends EnableSecurityHubResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class EnableSecurityHubCommand extends $Command<
24
+ EnableSecurityHubCommandInput,
25
+ EnableSecurityHubCommandOutput,
26
+ SecurityHubClientResolvedConfig
27
+ > {
28
+ readonly input: EnableSecurityHubCommandInput;
29
+ constructor(input: EnableSecurityHubCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SecurityHubClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<EnableSecurityHubCommandInput, EnableSecurityHubCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetAdministratorAccountRequest, GetAdministratorAccountResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface GetAdministratorAccountCommandInput extends GetAdministratorAccountRequest {
6
- }
7
- export interface GetAdministratorAccountCommandOutput extends GetAdministratorAccountResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetAdministratorAccountCommand extends $Command<GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: GetAdministratorAccountCommandInput;
12
- constructor(input: GetAdministratorAccountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetAdministratorAccountRequest,
10
+ GetAdministratorAccountResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface GetAdministratorAccountCommandInput
18
+ extends GetAdministratorAccountRequest {}
19
+ export interface GetAdministratorAccountCommandOutput
20
+ extends GetAdministratorAccountResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetAdministratorAccountCommand extends $Command<
24
+ GetAdministratorAccountCommandInput,
25
+ GetAdministratorAccountCommandOutput,
26
+ SecurityHubClientResolvedConfig
27
+ > {
28
+ readonly input: GetAdministratorAccountCommandInput;
29
+ constructor(input: GetAdministratorAccountCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SecurityHubClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetAdministratorAccountCommandInput,
37
+ GetAdministratorAccountCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetEnabledStandardsRequest, GetEnabledStandardsResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface GetEnabledStandardsCommandInput extends GetEnabledStandardsRequest {
6
- }
7
- export interface GetEnabledStandardsCommandOutput extends GetEnabledStandardsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetEnabledStandardsCommand extends $Command<GetEnabledStandardsCommandInput, GetEnabledStandardsCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: GetEnabledStandardsCommandInput;
12
- constructor(input: GetEnabledStandardsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEnabledStandardsCommandInput, GetEnabledStandardsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetEnabledStandardsRequest,
10
+ GetEnabledStandardsResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface GetEnabledStandardsCommandInput
18
+ extends GetEnabledStandardsRequest {}
19
+ export interface GetEnabledStandardsCommandOutput
20
+ extends GetEnabledStandardsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetEnabledStandardsCommand extends $Command<
24
+ GetEnabledStandardsCommandInput,
25
+ GetEnabledStandardsCommandOutput,
26
+ SecurityHubClientResolvedConfig
27
+ > {
28
+ readonly input: GetEnabledStandardsCommandInput;
29
+ constructor(input: GetEnabledStandardsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SecurityHubClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetEnabledStandardsCommandInput, GetEnabledStandardsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetFindingAggregatorRequest, GetFindingAggregatorResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface GetFindingAggregatorCommandInput extends GetFindingAggregatorRequest {
6
- }
7
- export interface GetFindingAggregatorCommandOutput extends GetFindingAggregatorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetFindingAggregatorCommand extends $Command<GetFindingAggregatorCommandInput, GetFindingAggregatorCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: GetFindingAggregatorCommandInput;
12
- constructor(input: GetFindingAggregatorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFindingAggregatorCommandInput, GetFindingAggregatorCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetFindingAggregatorRequest,
10
+ GetFindingAggregatorResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface GetFindingAggregatorCommandInput
18
+ extends GetFindingAggregatorRequest {}
19
+ export interface GetFindingAggregatorCommandOutput
20
+ extends GetFindingAggregatorResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetFindingAggregatorCommand extends $Command<
24
+ GetFindingAggregatorCommandInput,
25
+ GetFindingAggregatorCommandOutput,
26
+ SecurityHubClientResolvedConfig
27
+ > {
28
+ readonly input: GetFindingAggregatorCommandInput;
29
+ constructor(input: GetFindingAggregatorCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SecurityHubClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetFindingAggregatorCommandInput,
37
+ GetFindingAggregatorCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }