@aws-sdk/client-securityhub 3.169.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 +8 -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,34 @@
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 { GetFindingsRequest, GetFindingsResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface GetFindingsCommandInput extends GetFindingsRequest {
6
- }
7
- export interface GetFindingsCommandOutput extends GetFindingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetFindingsCommand extends $Command<GetFindingsCommandInput, GetFindingsCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: GetFindingsCommandInput;
12
- constructor(input: GetFindingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFindingsCommandInput, GetFindingsCommandOutput>;
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 { GetFindingsRequest, GetFindingsResponse } from "../models/models_1";
9
+ import {
10
+ SecurityHubClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../SecurityHubClient";
14
+ export interface GetFindingsCommandInput extends GetFindingsRequest {}
15
+ export interface GetFindingsCommandOutput
16
+ extends GetFindingsResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetFindingsCommand extends $Command<
20
+ GetFindingsCommandInput,
21
+ GetFindingsCommandOutput,
22
+ SecurityHubClientResolvedConfig
23
+ > {
24
+ readonly input: GetFindingsCommandInput;
25
+ constructor(input: GetFindingsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: SecurityHubClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetFindingsCommandInput, GetFindingsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { GetInsightResultsRequest, GetInsightResultsResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface GetInsightResultsCommandInput extends GetInsightResultsRequest {
6
- }
7
- export interface GetInsightResultsCommandOutput extends GetInsightResultsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetInsightResultsCommand extends $Command<GetInsightResultsCommandInput, GetInsightResultsCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: GetInsightResultsCommandInput;
12
- constructor(input: GetInsightResultsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightResultsCommandInput, GetInsightResultsCommandOutput>;
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
+ GetInsightResultsRequest,
10
+ GetInsightResultsResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface GetInsightResultsCommandInput
18
+ extends GetInsightResultsRequest {}
19
+ export interface GetInsightResultsCommandOutput
20
+ extends GetInsightResultsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetInsightResultsCommand extends $Command<
24
+ GetInsightResultsCommandInput,
25
+ GetInsightResultsCommandOutput,
26
+ SecurityHubClientResolvedConfig
27
+ > {
28
+ readonly input: GetInsightResultsCommandInput;
29
+ constructor(input: GetInsightResultsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SecurityHubClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetInsightResultsCommandInput, GetInsightResultsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,34 @@
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 { GetInsightsRequest, GetInsightsResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface GetInsightsCommandInput extends GetInsightsRequest {
6
- }
7
- export interface GetInsightsCommandOutput extends GetInsightsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetInsightsCommand extends $Command<GetInsightsCommandInput, GetInsightsCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: GetInsightsCommandInput;
12
- constructor(input: GetInsightsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightsCommandInput, GetInsightsCommandOutput>;
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 { GetInsightsRequest, GetInsightsResponse } from "../models/models_1";
9
+ import {
10
+ SecurityHubClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../SecurityHubClient";
14
+ export interface GetInsightsCommandInput extends GetInsightsRequest {}
15
+ export interface GetInsightsCommandOutput
16
+ extends GetInsightsResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetInsightsCommand extends $Command<
20
+ GetInsightsCommandInput,
21
+ GetInsightsCommandOutput,
22
+ SecurityHubClientResolvedConfig
23
+ > {
24
+ readonly input: GetInsightsCommandInput;
25
+ constructor(input: GetInsightsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: SecurityHubClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetInsightsCommandInput, GetInsightsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { GetInvitationsCountRequest, GetInvitationsCountResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface GetInvitationsCountCommandInput extends GetInvitationsCountRequest {
6
- }
7
- export interface GetInvitationsCountCommandOutput extends GetInvitationsCountResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetInvitationsCountCommand extends $Command<GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: GetInvitationsCountCommandInput;
12
- constructor(input: GetInvitationsCountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput>;
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
+ GetInvitationsCountRequest,
10
+ GetInvitationsCountResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface GetInvitationsCountCommandInput
18
+ extends GetInvitationsCountRequest {}
19
+ export interface GetInvitationsCountCommandOutput
20
+ extends GetInvitationsCountResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetInvitationsCountCommand extends $Command<
24
+ GetInvitationsCountCommandInput,
25
+ GetInvitationsCountCommandOutput,
26
+ SecurityHubClientResolvedConfig
27
+ > {
28
+ readonly input: GetInvitationsCountCommandInput;
29
+ constructor(input: GetInvitationsCountCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SecurityHubClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
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 { GetMasterAccountRequest, GetMasterAccountResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface GetMasterAccountCommandInput extends GetMasterAccountRequest {
6
- }
7
- export interface GetMasterAccountCommandOutput extends GetMasterAccountResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetMasterAccountCommand extends $Command<GetMasterAccountCommandInput, GetMasterAccountCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: GetMasterAccountCommandInput;
12
- constructor(input: GetMasterAccountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMasterAccountCommandInput, GetMasterAccountCommandOutput>;
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
+ GetMasterAccountRequest,
10
+ GetMasterAccountResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface GetMasterAccountCommandInput extends GetMasterAccountRequest {}
18
+ export interface GetMasterAccountCommandOutput
19
+ extends GetMasterAccountResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetMasterAccountCommand extends $Command<
23
+ GetMasterAccountCommandInput,
24
+ GetMasterAccountCommandOutput,
25
+ SecurityHubClientResolvedConfig
26
+ > {
27
+ readonly input: GetMasterAccountCommandInput;
28
+ constructor(input: GetMasterAccountCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: SecurityHubClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetMasterAccountCommandInput, GetMasterAccountCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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 { GetMembersRequest, GetMembersResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface GetMembersCommandInput extends GetMembersRequest {
6
- }
7
- export interface GetMembersCommandOutput extends GetMembersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetMembersCommand extends $Command<GetMembersCommandInput, GetMembersCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: GetMembersCommandInput;
12
- constructor(input: GetMembersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMembersCommandInput, GetMembersCommandOutput>;
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 { GetMembersRequest, GetMembersResponse } from "../models/models_1";
9
+ import {
10
+ SecurityHubClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../SecurityHubClient";
14
+ export interface GetMembersCommandInput extends GetMembersRequest {}
15
+ export interface GetMembersCommandOutput
16
+ extends GetMembersResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetMembersCommand extends $Command<
20
+ GetMembersCommandInput,
21
+ GetMembersCommandOutput,
22
+ SecurityHubClientResolvedConfig
23
+ > {
24
+ readonly input: GetMembersCommandInput;
25
+ constructor(input: GetMembersCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: SecurityHubClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetMembersCommandInput, GetMembersCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,18 +1,35 @@
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 { InviteMembersRequest } from "../models/models_1";
4
- import { InviteMembersResponse } from "../models/models_2";
5
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
- export interface InviteMembersCommandInput extends InviteMembersRequest {
7
- }
8
- export interface InviteMembersCommandOutput extends InviteMembersResponse, __MetadataBearer {
9
- }
10
-
11
- export declare class InviteMembersCommand extends $Command<InviteMembersCommandInput, InviteMembersCommandOutput, SecurityHubClientResolvedConfig> {
12
- readonly input: InviteMembersCommandInput;
13
- constructor(input: InviteMembersCommandInput);
14
-
15
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InviteMembersCommandInput, InviteMembersCommandOutput>;
16
- private serialize;
17
- private deserialize;
18
- }
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 { InviteMembersRequest } from "../models/models_1";
9
+ import { InviteMembersResponse } from "../models/models_2";
10
+ import {
11
+ SecurityHubClientResolvedConfig,
12
+ ServiceInputTypes,
13
+ ServiceOutputTypes,
14
+ } from "../SecurityHubClient";
15
+ export interface InviteMembersCommandInput extends InviteMembersRequest {}
16
+ export interface InviteMembersCommandOutput
17
+ extends InviteMembersResponse,
18
+ __MetadataBearer {}
19
+
20
+ export declare class InviteMembersCommand extends $Command<
21
+ InviteMembersCommandInput,
22
+ InviteMembersCommandOutput,
23
+ SecurityHubClientResolvedConfig
24
+ > {
25
+ readonly input: InviteMembersCommandInput;
26
+ constructor(input: InviteMembersCommandInput);
27
+
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: SecurityHubClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<InviteMembersCommandInput, InviteMembersCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { ListEnabledProductsForImportRequest, ListEnabledProductsForImportResponse } from "../models/models_2";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface ListEnabledProductsForImportCommandInput extends ListEnabledProductsForImportRequest {
6
- }
7
- export interface ListEnabledProductsForImportCommandOutput extends ListEnabledProductsForImportResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListEnabledProductsForImportCommand extends $Command<ListEnabledProductsForImportCommandInput, ListEnabledProductsForImportCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: ListEnabledProductsForImportCommandInput;
12
- constructor(input: ListEnabledProductsForImportCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEnabledProductsForImportCommandInput, ListEnabledProductsForImportCommandOutput>;
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
+ ListEnabledProductsForImportRequest,
10
+ ListEnabledProductsForImportResponse,
11
+ } from "../models/models_2";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface ListEnabledProductsForImportCommandInput
18
+ extends ListEnabledProductsForImportRequest {}
19
+ export interface ListEnabledProductsForImportCommandOutput
20
+ extends ListEnabledProductsForImportResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListEnabledProductsForImportCommand extends $Command<
24
+ ListEnabledProductsForImportCommandInput,
25
+ ListEnabledProductsForImportCommandOutput,
26
+ SecurityHubClientResolvedConfig
27
+ > {
28
+ readonly input: ListEnabledProductsForImportCommandInput;
29
+ constructor(input: ListEnabledProductsForImportCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SecurityHubClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListEnabledProductsForImportCommandInput,
37
+ ListEnabledProductsForImportCommandOutput
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 { ListFindingAggregatorsRequest, ListFindingAggregatorsResponse } from "../models/models_2";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface ListFindingAggregatorsCommandInput extends ListFindingAggregatorsRequest {
6
- }
7
- export interface ListFindingAggregatorsCommandOutput extends ListFindingAggregatorsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListFindingAggregatorsCommand extends $Command<ListFindingAggregatorsCommandInput, ListFindingAggregatorsCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: ListFindingAggregatorsCommandInput;
12
- constructor(input: ListFindingAggregatorsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFindingAggregatorsCommandInput, ListFindingAggregatorsCommandOutput>;
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
+ ListFindingAggregatorsRequest,
10
+ ListFindingAggregatorsResponse,
11
+ } from "../models/models_2";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface ListFindingAggregatorsCommandInput
18
+ extends ListFindingAggregatorsRequest {}
19
+ export interface ListFindingAggregatorsCommandOutput
20
+ extends ListFindingAggregatorsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListFindingAggregatorsCommand extends $Command<
24
+ ListFindingAggregatorsCommandInput,
25
+ ListFindingAggregatorsCommandOutput,
26
+ SecurityHubClientResolvedConfig
27
+ > {
28
+ readonly input: ListFindingAggregatorsCommandInput;
29
+ constructor(input: ListFindingAggregatorsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SecurityHubClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListFindingAggregatorsCommandInput,
37
+ ListFindingAggregatorsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { ListInvitationsRequest, ListInvitationsResponse } from "../models/models_2";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface ListInvitationsCommandInput extends ListInvitationsRequest {
6
- }
7
- export interface ListInvitationsCommandOutput extends ListInvitationsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListInvitationsCommand extends $Command<ListInvitationsCommandInput, ListInvitationsCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: ListInvitationsCommandInput;
12
- constructor(input: ListInvitationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInvitationsCommandInput, ListInvitationsCommandOutput>;
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
+ ListInvitationsRequest,
10
+ ListInvitationsResponse,
11
+ } from "../models/models_2";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface ListInvitationsCommandInput extends ListInvitationsRequest {}
18
+ export interface ListInvitationsCommandOutput
19
+ extends ListInvitationsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListInvitationsCommand extends $Command<
23
+ ListInvitationsCommandInput,
24
+ ListInvitationsCommandOutput,
25
+ SecurityHubClientResolvedConfig
26
+ > {
27
+ readonly input: ListInvitationsCommandInput;
28
+ constructor(input: ListInvitationsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: SecurityHubClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListInvitationsCommandInput, ListInvitationsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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 { ListMembersRequest, ListMembersResponse } from "../models/models_2";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface ListMembersCommandInput extends ListMembersRequest {
6
- }
7
- export interface ListMembersCommandOutput extends ListMembersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListMembersCommand extends $Command<ListMembersCommandInput, ListMembersCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: ListMembersCommandInput;
12
- constructor(input: ListMembersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMembersCommandInput, ListMembersCommandOutput>;
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 { ListMembersRequest, ListMembersResponse } from "../models/models_2";
9
+ import {
10
+ SecurityHubClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../SecurityHubClient";
14
+ export interface ListMembersCommandInput extends ListMembersRequest {}
15
+ export interface ListMembersCommandOutput
16
+ extends ListMembersResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListMembersCommand extends $Command<
20
+ ListMembersCommandInput,
21
+ ListMembersCommandOutput,
22
+ SecurityHubClientResolvedConfig
23
+ > {
24
+ readonly input: ListMembersCommandInput;
25
+ constructor(input: ListMembersCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: SecurityHubClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListMembersCommandInput, ListMembersCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }