@aws-sdk/client-securityhub 3.169.0 → 3.171.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 +968 -285
  3. package/dist-types/ts3.4/SecurityHubClient.d.ts +440 -129
  4. package/dist-types/ts3.4/commands/AcceptAdministratorInvitationCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/BatchDisableStandardsCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/BatchEnableStandardsCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/BatchImportFindingsCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/BatchUpdateFindingsCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/CreateActionTargetCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/CreateFindingAggregatorCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateInsightCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/DeleteActionTargetCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/DeleteFindingAggregatorCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DescribeActionTargetsCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DescribeHubCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeProductsCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/DescribeStandardsCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/DescribeStandardsControlsCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DisableImportFindingsForProductCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DisableSecurityHubCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/EnableImportFindingsForProductCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/EnableSecurityHubCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/GetEnabledStandardsCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/GetFindingAggregatorCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/GetInsightResultsCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +36 -17
  42. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +33 -18
  45. package/dist-types/ts3.4/commands/ListEnabledProductsForImportCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/ListFindingAggregatorsCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +35 -17
  48. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  52. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  53. package/dist-types/ts3.4/commands/UpdateActionTargetCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/UpdateFindingAggregatorCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +35 -17
  56. package/dist-types/ts3.4/commands/UpdateInsightCommand.d.ts +35 -17
  57. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/UpdateSecurityHubConfigurationCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/UpdateStandardsControlCommand.d.ts +39 -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 +7 -6
  64. package/dist-types/ts3.4/models/index.d.ts +3 -3
  65. package/dist-types/ts3.4/models/models_0.d.ts +2792 -4097
  66. package/dist-types/ts3.4/models/models_1.d.ts +2703 -3847
  67. package/dist-types/ts3.4/models/models_2.d.ts +209 -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 +65 -38
  84. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  85. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  86. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  87. package/package.json +34 -34
@@ -1,17 +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 { AcceptInvitationRequest, AcceptInvitationResponse } from "../models/models_0";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface AcceptInvitationCommandInput extends AcceptInvitationRequest {
6
- }
7
- export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AcceptInvitationCommand extends $Command<AcceptInvitationCommandInput, AcceptInvitationCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: AcceptInvitationCommandInput;
12
- constructor(input: AcceptInvitationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptInvitationCommandInput, AcceptInvitationCommandOutput>;
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
+ AcceptInvitationRequest,
10
+ AcceptInvitationResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface AcceptInvitationCommandInput extends AcceptInvitationRequest {}
18
+ export interface AcceptInvitationCommandOutput
19
+ extends AcceptInvitationResponse,
20
+ __MetadataBearer {}
21
+ export declare class AcceptInvitationCommand extends $Command<
22
+ AcceptInvitationCommandInput,
23
+ AcceptInvitationCommandOutput,
24
+ SecurityHubClientResolvedConfig
25
+ > {
26
+ readonly input: AcceptInvitationCommandInput;
27
+ constructor(input: AcceptInvitationCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: SecurityHubClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<AcceptInvitationCommandInput, AcceptInvitationCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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 { BatchDisableStandardsRequest, BatchDisableStandardsResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface BatchDisableStandardsCommandInput extends BatchDisableStandardsRequest {
6
- }
7
- export interface BatchDisableStandardsCommandOutput extends BatchDisableStandardsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchDisableStandardsCommand extends $Command<BatchDisableStandardsCommandInput, BatchDisableStandardsCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: BatchDisableStandardsCommandInput;
12
- constructor(input: BatchDisableStandardsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDisableStandardsCommandInput, BatchDisableStandardsCommandOutput>;
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
+ BatchDisableStandardsRequest,
10
+ BatchDisableStandardsResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface BatchDisableStandardsCommandInput
18
+ extends BatchDisableStandardsRequest {}
19
+ export interface BatchDisableStandardsCommandOutput
20
+ extends BatchDisableStandardsResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchDisableStandardsCommand extends $Command<
23
+ BatchDisableStandardsCommandInput,
24
+ BatchDisableStandardsCommandOutput,
25
+ SecurityHubClientResolvedConfig
26
+ > {
27
+ readonly input: BatchDisableStandardsCommandInput;
28
+ constructor(input: BatchDisableStandardsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SecurityHubClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ BatchDisableStandardsCommandInput,
35
+ BatchDisableStandardsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { BatchEnableStandardsRequest, BatchEnableStandardsResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface BatchEnableStandardsCommandInput extends BatchEnableStandardsRequest {
6
- }
7
- export interface BatchEnableStandardsCommandOutput extends BatchEnableStandardsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchEnableStandardsCommand extends $Command<BatchEnableStandardsCommandInput, BatchEnableStandardsCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: BatchEnableStandardsCommandInput;
12
- constructor(input: BatchEnableStandardsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchEnableStandardsCommandInput, BatchEnableStandardsCommandOutput>;
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
+ BatchEnableStandardsRequest,
10
+ BatchEnableStandardsResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface BatchEnableStandardsCommandInput
18
+ extends BatchEnableStandardsRequest {}
19
+ export interface BatchEnableStandardsCommandOutput
20
+ extends BatchEnableStandardsResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchEnableStandardsCommand extends $Command<
23
+ BatchEnableStandardsCommandInput,
24
+ BatchEnableStandardsCommandOutput,
25
+ SecurityHubClientResolvedConfig
26
+ > {
27
+ readonly input: BatchEnableStandardsCommandInput;
28
+ constructor(input: BatchEnableStandardsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SecurityHubClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ BatchEnableStandardsCommandInput,
35
+ BatchEnableStandardsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
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 { BatchImportFindingsRequest, BatchImportFindingsResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface BatchImportFindingsCommandInput extends BatchImportFindingsRequest {
6
- }
7
- export interface BatchImportFindingsCommandOutput extends BatchImportFindingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchImportFindingsCommand extends $Command<BatchImportFindingsCommandInput, BatchImportFindingsCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: BatchImportFindingsCommandInput;
12
- constructor(input: BatchImportFindingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchImportFindingsCommandInput, BatchImportFindingsCommandOutput>;
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
+ BatchImportFindingsRequest,
10
+ BatchImportFindingsResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface BatchImportFindingsCommandInput
18
+ extends BatchImportFindingsRequest {}
19
+ export interface BatchImportFindingsCommandOutput
20
+ extends BatchImportFindingsResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchImportFindingsCommand extends $Command<
23
+ BatchImportFindingsCommandInput,
24
+ BatchImportFindingsCommandOutput,
25
+ SecurityHubClientResolvedConfig
26
+ > {
27
+ readonly input: BatchImportFindingsCommandInput;
28
+ constructor(input: BatchImportFindingsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SecurityHubClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<BatchImportFindingsCommandInput, BatchImportFindingsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,36 @@
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 { BatchUpdateFindingsRequest, BatchUpdateFindingsResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface BatchUpdateFindingsCommandInput extends BatchUpdateFindingsRequest {
6
- }
7
- export interface BatchUpdateFindingsCommandOutput extends BatchUpdateFindingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchUpdateFindingsCommand extends $Command<BatchUpdateFindingsCommandInput, BatchUpdateFindingsCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: BatchUpdateFindingsCommandInput;
12
- constructor(input: BatchUpdateFindingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchUpdateFindingsCommandInput, BatchUpdateFindingsCommandOutput>;
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
+ BatchUpdateFindingsRequest,
10
+ BatchUpdateFindingsResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface BatchUpdateFindingsCommandInput
18
+ extends BatchUpdateFindingsRequest {}
19
+ export interface BatchUpdateFindingsCommandOutput
20
+ extends BatchUpdateFindingsResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchUpdateFindingsCommand extends $Command<
23
+ BatchUpdateFindingsCommandInput,
24
+ BatchUpdateFindingsCommandOutput,
25
+ SecurityHubClientResolvedConfig
26
+ > {
27
+ readonly input: BatchUpdateFindingsCommandInput;
28
+ constructor(input: BatchUpdateFindingsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SecurityHubClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<BatchUpdateFindingsCommandInput, BatchUpdateFindingsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,36 @@
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 { CreateActionTargetRequest, CreateActionTargetResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface CreateActionTargetCommandInput extends CreateActionTargetRequest {
6
- }
7
- export interface CreateActionTargetCommandOutput extends CreateActionTargetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateActionTargetCommand extends $Command<CreateActionTargetCommandInput, CreateActionTargetCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: CreateActionTargetCommandInput;
12
- constructor(input: CreateActionTargetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateActionTargetCommandInput, CreateActionTargetCommandOutput>;
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
+ CreateActionTargetRequest,
10
+ CreateActionTargetResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface CreateActionTargetCommandInput
18
+ extends CreateActionTargetRequest {}
19
+ export interface CreateActionTargetCommandOutput
20
+ extends CreateActionTargetResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateActionTargetCommand extends $Command<
23
+ CreateActionTargetCommandInput,
24
+ CreateActionTargetCommandOutput,
25
+ SecurityHubClientResolvedConfig
26
+ > {
27
+ readonly input: CreateActionTargetCommandInput;
28
+ constructor(input: CreateActionTargetCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SecurityHubClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<CreateActionTargetCommandInput, CreateActionTargetCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
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 { CreateFindingAggregatorRequest, CreateFindingAggregatorResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface CreateFindingAggregatorCommandInput extends CreateFindingAggregatorRequest {
6
- }
7
- export interface CreateFindingAggregatorCommandOutput extends CreateFindingAggregatorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateFindingAggregatorCommand extends $Command<CreateFindingAggregatorCommandInput, CreateFindingAggregatorCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: CreateFindingAggregatorCommandInput;
12
- constructor(input: CreateFindingAggregatorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFindingAggregatorCommandInput, CreateFindingAggregatorCommandOutput>;
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
+ CreateFindingAggregatorRequest,
10
+ CreateFindingAggregatorResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface CreateFindingAggregatorCommandInput
18
+ extends CreateFindingAggregatorRequest {}
19
+ export interface CreateFindingAggregatorCommandOutput
20
+ extends CreateFindingAggregatorResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateFindingAggregatorCommand extends $Command<
23
+ CreateFindingAggregatorCommandInput,
24
+ CreateFindingAggregatorCommandOutput,
25
+ SecurityHubClientResolvedConfig
26
+ > {
27
+ readonly input: CreateFindingAggregatorCommandInput;
28
+ constructor(input: CreateFindingAggregatorCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SecurityHubClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateFindingAggregatorCommandInput,
35
+ CreateFindingAggregatorCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +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 { CreateInsightRequest, CreateInsightResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface CreateInsightCommandInput extends CreateInsightRequest {
6
- }
7
- export interface CreateInsightCommandOutput extends CreateInsightResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateInsightCommand extends $Command<CreateInsightCommandInput, CreateInsightCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: CreateInsightCommandInput;
12
- constructor(input: CreateInsightCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInsightCommandInput, CreateInsightCommandOutput>;
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
+ CreateInsightRequest,
10
+ CreateInsightResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface CreateInsightCommandInput extends CreateInsightRequest {}
18
+ export interface CreateInsightCommandOutput
19
+ extends CreateInsightResponse,
20
+ __MetadataBearer {}
21
+ export declare class CreateInsightCommand extends $Command<
22
+ CreateInsightCommandInput,
23
+ CreateInsightCommandOutput,
24
+ SecurityHubClientResolvedConfig
25
+ > {
26
+ readonly input: CreateInsightCommandInput;
27
+ constructor(input: CreateInsightCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: SecurityHubClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateInsightCommandInput, CreateInsightCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +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 { CreateMembersRequest, CreateMembersResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface CreateMembersCommandInput extends CreateMembersRequest {
6
- }
7
- export interface CreateMembersCommandOutput extends CreateMembersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateMembersCommand extends $Command<CreateMembersCommandInput, CreateMembersCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: CreateMembersCommandInput;
12
- constructor(input: CreateMembersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMembersCommandInput, CreateMembersCommandOutput>;
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
+ CreateMembersRequest,
10
+ CreateMembersResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface CreateMembersCommandInput extends CreateMembersRequest {}
18
+ export interface CreateMembersCommandOutput
19
+ extends CreateMembersResponse,
20
+ __MetadataBearer {}
21
+ export declare class CreateMembersCommand extends $Command<
22
+ CreateMembersCommandInput,
23
+ CreateMembersCommandOutput,
24
+ SecurityHubClientResolvedConfig
25
+ > {
26
+ readonly input: CreateMembersCommandInput;
27
+ constructor(input: CreateMembersCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: SecurityHubClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateMembersCommandInput, CreateMembersCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,36 @@
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 { DeclineInvitationsRequest, DeclineInvitationsResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface DeclineInvitationsCommandInput extends DeclineInvitationsRequest {
6
- }
7
- export interface DeclineInvitationsCommandOutput extends DeclineInvitationsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeclineInvitationsCommand extends $Command<DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: DeclineInvitationsCommandInput;
12
- constructor(input: DeclineInvitationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput>;
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
+ DeclineInvitationsRequest,
10
+ DeclineInvitationsResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface DeclineInvitationsCommandInput
18
+ extends DeclineInvitationsRequest {}
19
+ export interface DeclineInvitationsCommandOutput
20
+ extends DeclineInvitationsResponse,
21
+ __MetadataBearer {}
22
+ export declare class DeclineInvitationsCommand extends $Command<
23
+ DeclineInvitationsCommandInput,
24
+ DeclineInvitationsCommandOutput,
25
+ SecurityHubClientResolvedConfig
26
+ > {
27
+ readonly input: DeclineInvitationsCommandInput;
28
+ constructor(input: DeclineInvitationsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SecurityHubClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,36 @@
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 { DeleteActionTargetRequest, DeleteActionTargetResponse } from "../models/models_1";
4
- import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
5
- export interface DeleteActionTargetCommandInput extends DeleteActionTargetRequest {
6
- }
7
- export interface DeleteActionTargetCommandOutput extends DeleteActionTargetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteActionTargetCommand extends $Command<DeleteActionTargetCommandInput, DeleteActionTargetCommandOutput, SecurityHubClientResolvedConfig> {
11
- readonly input: DeleteActionTargetCommandInput;
12
- constructor(input: DeleteActionTargetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SecurityHubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteActionTargetCommandInput, DeleteActionTargetCommandOutput>;
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
+ DeleteActionTargetRequest,
10
+ DeleteActionTargetResponse,
11
+ } from "../models/models_1";
12
+ import {
13
+ SecurityHubClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../SecurityHubClient";
17
+ export interface DeleteActionTargetCommandInput
18
+ extends DeleteActionTargetRequest {}
19
+ export interface DeleteActionTargetCommandOutput
20
+ extends DeleteActionTargetResponse,
21
+ __MetadataBearer {}
22
+ export declare class DeleteActionTargetCommand extends $Command<
23
+ DeleteActionTargetCommandInput,
24
+ DeleteActionTargetCommandOutput,
25
+ SecurityHubClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteActionTargetCommandInput;
28
+ constructor(input: DeleteActionTargetCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SecurityHubClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DeleteActionTargetCommandInput, DeleteActionTargetCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }