@aws-sdk/client-guardduty 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 (93) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/GuardDuty.d.ts +1121 -330
  3. package/dist-types/ts3.4/GuardDutyClient.d.ts +494 -138
  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/ArchiveFindingsCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateDetectorCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/CreatePublishingDestinationCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateThreatIntelSetCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +32 -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/DeletePublishingDestinationCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DeleteThreatIntelSetCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DescribeMalwareScansCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribePublishingDestinationCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/GetDetectorCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/GetMalwareScanSettingsCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/GetMemberDetectorsCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/GetRemainingFreeTrialDaysCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/GetThreatIntelSetCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +36 -17
  44. package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/ListDetectorsCommand.d.ts +35 -17
  46. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +35 -17
  50. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ListPublishingDestinationsCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/ListThreatIntelSetsCommand.d.ts +36 -17
  55. package/dist-types/ts3.4/commands/StartMonitoringMembersCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/StopMonitoringMembersCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  58. package/dist-types/ts3.4/commands/UnarchiveFindingsCommand.d.ts +36 -17
  59. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  60. package/dist-types/ts3.4/commands/UpdateDetectorCommand.d.ts +35 -17
  61. package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +32 -17
  62. package/dist-types/ts3.4/commands/UpdateFindingsFeedbackCommand.d.ts +39 -17
  63. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/UpdateMalwareScanSettingsCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/UpdateMemberDetectorsCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/UpdatePublishingDestinationCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/UpdateThreatIntelSetCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/index.d.ts +65 -65
  70. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  71. package/dist-types/ts3.4/index.d.ts +6 -6
  72. package/dist-types/ts3.4/models/GuardDutyServiceException.d.ts +7 -6
  73. package/dist-types/ts3.4/models/index.d.ts +1 -1
  74. package/dist-types/ts3.4/models/models_0.d.ts +1992 -2604
  75. package/dist-types/ts3.4/pagination/DescribeMalwareScansPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/GetUsageStatisticsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  78. package/dist-types/ts3.4/pagination/ListDetectorsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListIPSetsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListPublishingDestinationsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListThreatIntelSetsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  88. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +785 -197
  89. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  90. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  91. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  92. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  93. package/package.json +34 -34
@@ -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 { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { AcceptAdministratorInvitationRequest, AcceptAdministratorInvitationResponse } from "../models/models_0";
5
- export interface AcceptAdministratorInvitationCommandInput extends AcceptAdministratorInvitationRequest {
6
- }
7
- export interface AcceptAdministratorInvitationCommandOutput extends AcceptAdministratorInvitationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AcceptAdministratorInvitationCommand extends $Command<AcceptAdministratorInvitationCommandInput, AcceptAdministratorInvitationCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: AcceptAdministratorInvitationCommandInput;
12
- constructor(input: AcceptAdministratorInvitationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptAdministratorInvitationCommandInput, AcceptAdministratorInvitationCommandOutput>;
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
+ GuardDutyClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GuardDutyClient";
13
+ import {
14
+ AcceptAdministratorInvitationRequest,
15
+ AcceptAdministratorInvitationResponse,
16
+ } from "../models/models_0";
17
+ export interface AcceptAdministratorInvitationCommandInput
18
+ extends AcceptAdministratorInvitationRequest {}
19
+ export interface AcceptAdministratorInvitationCommandOutput
20
+ extends AcceptAdministratorInvitationResponse,
21
+ __MetadataBearer {}
22
+ export declare class AcceptAdministratorInvitationCommand extends $Command<
23
+ AcceptAdministratorInvitationCommandInput,
24
+ AcceptAdministratorInvitationCommandOutput,
25
+ GuardDutyClientResolvedConfig
26
+ > {
27
+ readonly input: AcceptAdministratorInvitationCommandInput;
28
+ constructor(input: AcceptAdministratorInvitationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GuardDutyClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ AcceptAdministratorInvitationCommandInput,
35
+ AcceptAdministratorInvitationCommandOutput
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 { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { AcceptInvitationRequest, AcceptInvitationResponse } from "../models/models_0";
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, GuardDutyClientResolvedConfig> {
11
- readonly input: AcceptInvitationCommandInput;
12
- constructor(input: AcceptInvitationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, 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
+ GuardDutyClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GuardDutyClient";
13
+ import {
14
+ AcceptInvitationRequest,
15
+ AcceptInvitationResponse,
16
+ } from "../models/models_0";
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
+ GuardDutyClientResolvedConfig
25
+ > {
26
+ readonly input: AcceptInvitationCommandInput;
27
+ constructor(input: AcceptInvitationCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: GuardDutyClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<AcceptInvitationCommandInput, AcceptInvitationCommandOutput>;
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 { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { ArchiveFindingsRequest, ArchiveFindingsResponse } from "../models/models_0";
5
- export interface ArchiveFindingsCommandInput extends ArchiveFindingsRequest {
6
- }
7
- export interface ArchiveFindingsCommandOutput extends ArchiveFindingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ArchiveFindingsCommand extends $Command<ArchiveFindingsCommandInput, ArchiveFindingsCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: ArchiveFindingsCommandInput;
12
- constructor(input: ArchiveFindingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ArchiveFindingsCommandInput, ArchiveFindingsCommandOutput>;
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
+ GuardDutyClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GuardDutyClient";
13
+ import {
14
+ ArchiveFindingsRequest,
15
+ ArchiveFindingsResponse,
16
+ } from "../models/models_0";
17
+ export interface ArchiveFindingsCommandInput extends ArchiveFindingsRequest {}
18
+ export interface ArchiveFindingsCommandOutput
19
+ extends ArchiveFindingsResponse,
20
+ __MetadataBearer {}
21
+ export declare class ArchiveFindingsCommand extends $Command<
22
+ ArchiveFindingsCommandInput,
23
+ ArchiveFindingsCommandOutput,
24
+ GuardDutyClientResolvedConfig
25
+ > {
26
+ readonly input: ArchiveFindingsCommandInput;
27
+ constructor(input: ArchiveFindingsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: GuardDutyClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ArchiveFindingsCommandInput, ArchiveFindingsCommandOutput>;
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 { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { CreateDetectorRequest, CreateDetectorResponse } from "../models/models_0";
5
- export interface CreateDetectorCommandInput extends CreateDetectorRequest {
6
- }
7
- export interface CreateDetectorCommandOutput extends CreateDetectorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateDetectorCommand extends $Command<CreateDetectorCommandInput, CreateDetectorCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: CreateDetectorCommandInput;
12
- constructor(input: CreateDetectorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDetectorCommandInput, CreateDetectorCommandOutput>;
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
+ GuardDutyClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GuardDutyClient";
13
+ import {
14
+ CreateDetectorRequest,
15
+ CreateDetectorResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateDetectorCommandInput extends CreateDetectorRequest {}
18
+ export interface CreateDetectorCommandOutput
19
+ extends CreateDetectorResponse,
20
+ __MetadataBearer {}
21
+ export declare class CreateDetectorCommand extends $Command<
22
+ CreateDetectorCommandInput,
23
+ CreateDetectorCommandOutput,
24
+ GuardDutyClientResolvedConfig
25
+ > {
26
+ readonly input: CreateDetectorCommandInput;
27
+ constructor(input: CreateDetectorCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: GuardDutyClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateDetectorCommandInput, CreateDetectorCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
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 { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { CreateFilterRequest, CreateFilterResponse } from "../models/models_0";
5
- export interface CreateFilterCommandInput extends CreateFilterRequest {
6
- }
7
- export interface CreateFilterCommandOutput extends CreateFilterResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateFilterCommand extends $Command<CreateFilterCommandInput, CreateFilterCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: CreateFilterCommandInput;
12
- constructor(input: CreateFilterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFilterCommandInput, CreateFilterCommandOutput>;
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
+ GuardDutyClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GuardDutyClient";
13
+ import { CreateFilterRequest, CreateFilterResponse } from "../models/models_0";
14
+ export interface CreateFilterCommandInput extends CreateFilterRequest {}
15
+ export interface CreateFilterCommandOutput
16
+ extends CreateFilterResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateFilterCommand extends $Command<
19
+ CreateFilterCommandInput,
20
+ CreateFilterCommandOutput,
21
+ GuardDutyClientResolvedConfig
22
+ > {
23
+ readonly input: CreateFilterCommandInput;
24
+ constructor(input: CreateFilterCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: GuardDutyClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateFilterCommandInput, CreateFilterCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
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 { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { CreateIPSetRequest, CreateIPSetResponse } from "../models/models_0";
5
- export interface CreateIPSetCommandInput extends CreateIPSetRequest {
6
- }
7
- export interface CreateIPSetCommandOutput extends CreateIPSetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateIPSetCommand extends $Command<CreateIPSetCommandInput, CreateIPSetCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: CreateIPSetCommandInput;
12
- constructor(input: CreateIPSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIPSetCommandInput, CreateIPSetCommandOutput>;
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
+ GuardDutyClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GuardDutyClient";
13
+ import { CreateIPSetRequest, CreateIPSetResponse } from "../models/models_0";
14
+ export interface CreateIPSetCommandInput extends CreateIPSetRequest {}
15
+ export interface CreateIPSetCommandOutput
16
+ extends CreateIPSetResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateIPSetCommand extends $Command<
19
+ CreateIPSetCommandInput,
20
+ CreateIPSetCommandOutput,
21
+ GuardDutyClientResolvedConfig
22
+ > {
23
+ readonly input: CreateIPSetCommandInput;
24
+ constructor(input: CreateIPSetCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: GuardDutyClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateIPSetCommandInput, CreateIPSetCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { CreateMembersRequest, CreateMembersResponse } from "../models/models_0";
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, GuardDutyClientResolvedConfig> {
11
- readonly input: CreateMembersCommandInput;
12
- constructor(input: CreateMembersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, 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
+ GuardDutyClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GuardDutyClient";
13
+ import {
14
+ CreateMembersRequest,
15
+ CreateMembersResponse,
16
+ } from "../models/models_0";
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
+ GuardDutyClientResolvedConfig
25
+ > {
26
+ readonly input: CreateMembersCommandInput;
27
+ constructor(input: CreateMembersCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: GuardDutyClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateMembersCommandInput, CreateMembersCommandOutput>;
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 { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { CreatePublishingDestinationRequest, CreatePublishingDestinationResponse } from "../models/models_0";
5
- export interface CreatePublishingDestinationCommandInput extends CreatePublishingDestinationRequest {
6
- }
7
- export interface CreatePublishingDestinationCommandOutput extends CreatePublishingDestinationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreatePublishingDestinationCommand extends $Command<CreatePublishingDestinationCommandInput, CreatePublishingDestinationCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: CreatePublishingDestinationCommandInput;
12
- constructor(input: CreatePublishingDestinationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePublishingDestinationCommandInput, CreatePublishingDestinationCommandOutput>;
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
+ GuardDutyClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GuardDutyClient";
13
+ import {
14
+ CreatePublishingDestinationRequest,
15
+ CreatePublishingDestinationResponse,
16
+ } from "../models/models_0";
17
+ export interface CreatePublishingDestinationCommandInput
18
+ extends CreatePublishingDestinationRequest {}
19
+ export interface CreatePublishingDestinationCommandOutput
20
+ extends CreatePublishingDestinationResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreatePublishingDestinationCommand extends $Command<
23
+ CreatePublishingDestinationCommandInput,
24
+ CreatePublishingDestinationCommandOutput,
25
+ GuardDutyClientResolvedConfig
26
+ > {
27
+ readonly input: CreatePublishingDestinationCommandInput;
28
+ constructor(input: CreatePublishingDestinationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GuardDutyClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreatePublishingDestinationCommandInput,
35
+ CreatePublishingDestinationCommandOutput
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 { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { CreateSampleFindingsRequest, CreateSampleFindingsResponse } from "../models/models_0";
5
- export interface CreateSampleFindingsCommandInput extends CreateSampleFindingsRequest {
6
- }
7
- export interface CreateSampleFindingsCommandOutput extends CreateSampleFindingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateSampleFindingsCommand extends $Command<CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: CreateSampleFindingsCommandInput;
12
- constructor(input: CreateSampleFindingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput>;
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
+ GuardDutyClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GuardDutyClient";
13
+ import {
14
+ CreateSampleFindingsRequest,
15
+ CreateSampleFindingsResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateSampleFindingsCommandInput
18
+ extends CreateSampleFindingsRequest {}
19
+ export interface CreateSampleFindingsCommandOutput
20
+ extends CreateSampleFindingsResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateSampleFindingsCommand extends $Command<
23
+ CreateSampleFindingsCommandInput,
24
+ CreateSampleFindingsCommandOutput,
25
+ GuardDutyClientResolvedConfig
26
+ > {
27
+ readonly input: CreateSampleFindingsCommandInput;
28
+ constructor(input: CreateSampleFindingsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GuardDutyClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateSampleFindingsCommandInput,
35
+ CreateSampleFindingsCommandOutput
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 { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { CreateThreatIntelSetRequest, CreateThreatIntelSetResponse } from "../models/models_0";
5
- export interface CreateThreatIntelSetCommandInput extends CreateThreatIntelSetRequest {
6
- }
7
- export interface CreateThreatIntelSetCommandOutput extends CreateThreatIntelSetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateThreatIntelSetCommand extends $Command<CreateThreatIntelSetCommandInput, CreateThreatIntelSetCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: CreateThreatIntelSetCommandInput;
12
- constructor(input: CreateThreatIntelSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateThreatIntelSetCommandInput, CreateThreatIntelSetCommandOutput>;
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
+ GuardDutyClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GuardDutyClient";
13
+ import {
14
+ CreateThreatIntelSetRequest,
15
+ CreateThreatIntelSetResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateThreatIntelSetCommandInput
18
+ extends CreateThreatIntelSetRequest {}
19
+ export interface CreateThreatIntelSetCommandOutput
20
+ extends CreateThreatIntelSetResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateThreatIntelSetCommand extends $Command<
23
+ CreateThreatIntelSetCommandInput,
24
+ CreateThreatIntelSetCommandOutput,
25
+ GuardDutyClientResolvedConfig
26
+ > {
27
+ readonly input: CreateThreatIntelSetCommandInput;
28
+ constructor(input: CreateThreatIntelSetCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GuardDutyClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateThreatIntelSetCommandInput,
35
+ CreateThreatIntelSetCommandOutput
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 { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { DeclineInvitationsRequest, DeclineInvitationsResponse } from "../models/models_0";
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, GuardDutyClientResolvedConfig> {
11
- readonly input: DeclineInvitationsCommandInput;
12
- constructor(input: DeclineInvitationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, 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
+ GuardDutyClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GuardDutyClient";
13
+ import {
14
+ DeclineInvitationsRequest,
15
+ DeclineInvitationsResponse,
16
+ } from "../models/models_0";
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
+ GuardDutyClientResolvedConfig
26
+ > {
27
+ readonly input: DeclineInvitationsCommandInput;
28
+ constructor(input: DeclineInvitationsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GuardDutyClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }