@aws-sdk/client-guardduty 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 (93) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/GuardDuty.d.ts +1186 -330
  3. package/dist-types/ts3.4/GuardDutyClient.d.ts +519 -138
  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/ArchiveFindingsCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateDetectorCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/CreatePublishingDestinationCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateThreatIntelSetCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +34 -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/DeletePublishingDestinationCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteThreatIntelSetCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DescribeMalwareScansCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribePublishingDestinationCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/GetDetectorCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/GetMalwareScanSettingsCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/GetMemberDetectorsCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/GetRemainingFreeTrialDaysCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/GetThreatIntelSetCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +38 -17
  44. package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/ListDetectorsCommand.d.ts +37 -17
  46. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +34 -17
  48. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +37 -17
  50. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/ListPublishingDestinationsCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/ListThreatIntelSetsCommand.d.ts +38 -17
  55. package/dist-types/ts3.4/commands/StartMonitoringMembersCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/StopMonitoringMembersCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  58. package/dist-types/ts3.4/commands/UnarchiveFindingsCommand.d.ts +38 -17
  59. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  60. package/dist-types/ts3.4/commands/UpdateDetectorCommand.d.ts +37 -17
  61. package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +34 -17
  62. package/dist-types/ts3.4/commands/UpdateFindingsFeedbackCommand.d.ts +41 -17
  63. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/UpdateMalwareScanSettingsCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/UpdateMemberDetectorsCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/UpdatePublishingDestinationCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/UpdateThreatIntelSetCommand.d.ts +41 -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 +8 -6
  73. package/dist-types/ts3.4/models/index.d.ts +1 -1
  74. package/dist-types/ts3.4/models/models_0.d.ts +2807 -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 +66 -38
  90. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  91. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  92. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  93. package/package.json +34 -34
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { GetMalwareScanSettingsRequest, GetMalwareScanSettingsResponse } from "../models/models_0";
5
- export interface GetMalwareScanSettingsCommandInput extends GetMalwareScanSettingsRequest {
6
- }
7
- export interface GetMalwareScanSettingsCommandOutput extends GetMalwareScanSettingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetMalwareScanSettingsCommand extends $Command<GetMalwareScanSettingsCommandInput, GetMalwareScanSettingsCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: GetMalwareScanSettingsCommandInput;
12
- constructor(input: GetMalwareScanSettingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMalwareScanSettingsCommandInput, GetMalwareScanSettingsCommandOutput>;
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
+ GetMalwareScanSettingsRequest,
15
+ GetMalwareScanSettingsResponse,
16
+ } from "../models/models_0";
17
+ export interface GetMalwareScanSettingsCommandInput
18
+ extends GetMalwareScanSettingsRequest {}
19
+ export interface GetMalwareScanSettingsCommandOutput
20
+ extends GetMalwareScanSettingsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetMalwareScanSettingsCommand extends $Command<
24
+ GetMalwareScanSettingsCommandInput,
25
+ GetMalwareScanSettingsCommandOutput,
26
+ GuardDutyClientResolvedConfig
27
+ > {
28
+ readonly input: GetMalwareScanSettingsCommandInput;
29
+ constructor(input: GetMalwareScanSettingsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GuardDutyClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetMalwareScanSettingsCommandInput,
37
+ GetMalwareScanSettingsCommandOutput
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 { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { GetMasterAccountRequest, GetMasterAccountResponse } from "../models/models_0";
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, GuardDutyClientResolvedConfig> {
11
- readonly input: GetMasterAccountCommandInput;
12
- constructor(input: GetMasterAccountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, 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
+ GuardDutyClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GuardDutyClient";
13
+ import {
14
+ GetMasterAccountRequest,
15
+ GetMasterAccountResponse,
16
+ } from "../models/models_0";
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
+ GuardDutyClientResolvedConfig
26
+ > {
27
+ readonly input: GetMasterAccountCommandInput;
28
+ constructor(input: GetMasterAccountCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: GuardDutyClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetMasterAccountCommandInput, GetMasterAccountCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { GetMemberDetectorsRequest, GetMemberDetectorsResponse } from "../models/models_0";
5
- export interface GetMemberDetectorsCommandInput extends GetMemberDetectorsRequest {
6
- }
7
- export interface GetMemberDetectorsCommandOutput extends GetMemberDetectorsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetMemberDetectorsCommand extends $Command<GetMemberDetectorsCommandInput, GetMemberDetectorsCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: GetMemberDetectorsCommandInput;
12
- constructor(input: GetMemberDetectorsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMemberDetectorsCommandInput, GetMemberDetectorsCommandOutput>;
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
+ GetMemberDetectorsRequest,
15
+ GetMemberDetectorsResponse,
16
+ } from "../models/models_0";
17
+ export interface GetMemberDetectorsCommandInput
18
+ extends GetMemberDetectorsRequest {}
19
+ export interface GetMemberDetectorsCommandOutput
20
+ extends GetMemberDetectorsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetMemberDetectorsCommand extends $Command<
24
+ GetMemberDetectorsCommandInput,
25
+ GetMemberDetectorsCommandOutput,
26
+ GuardDutyClientResolvedConfig
27
+ > {
28
+ readonly input: GetMemberDetectorsCommandInput;
29
+ constructor(input: GetMemberDetectorsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GuardDutyClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetMemberDetectorsCommandInput, GetMemberDetectorsCommandOutput>;
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 { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { GetMembersRequest, GetMembersResponse } from "../models/models_0";
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, GuardDutyClientResolvedConfig> {
11
- readonly input: GetMembersCommandInput;
12
- constructor(input: GetMembersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, 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 {
9
+ GuardDutyClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GuardDutyClient";
13
+ import { GetMembersRequest, GetMembersResponse } from "../models/models_0";
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
+ GuardDutyClientResolvedConfig
23
+ > {
24
+ readonly input: GetMembersCommandInput;
25
+ constructor(input: GetMembersCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: GuardDutyClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetMembersCommandInput, GetMembersCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { GetRemainingFreeTrialDaysRequest, GetRemainingFreeTrialDaysResponse } from "../models/models_0";
5
- export interface GetRemainingFreeTrialDaysCommandInput extends GetRemainingFreeTrialDaysRequest {
6
- }
7
- export interface GetRemainingFreeTrialDaysCommandOutput extends GetRemainingFreeTrialDaysResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetRemainingFreeTrialDaysCommand extends $Command<GetRemainingFreeTrialDaysCommandInput, GetRemainingFreeTrialDaysCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: GetRemainingFreeTrialDaysCommandInput;
12
- constructor(input: GetRemainingFreeTrialDaysCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRemainingFreeTrialDaysCommandInput, GetRemainingFreeTrialDaysCommandOutput>;
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
+ GetRemainingFreeTrialDaysRequest,
15
+ GetRemainingFreeTrialDaysResponse,
16
+ } from "../models/models_0";
17
+ export interface GetRemainingFreeTrialDaysCommandInput
18
+ extends GetRemainingFreeTrialDaysRequest {}
19
+ export interface GetRemainingFreeTrialDaysCommandOutput
20
+ extends GetRemainingFreeTrialDaysResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetRemainingFreeTrialDaysCommand extends $Command<
24
+ GetRemainingFreeTrialDaysCommandInput,
25
+ GetRemainingFreeTrialDaysCommandOutput,
26
+ GuardDutyClientResolvedConfig
27
+ > {
28
+ readonly input: GetRemainingFreeTrialDaysCommandInput;
29
+ constructor(input: GetRemainingFreeTrialDaysCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GuardDutyClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetRemainingFreeTrialDaysCommandInput,
37
+ GetRemainingFreeTrialDaysCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { GetThreatIntelSetRequest, GetThreatIntelSetResponse } from "../models/models_0";
5
- export interface GetThreatIntelSetCommandInput extends GetThreatIntelSetRequest {
6
- }
7
- export interface GetThreatIntelSetCommandOutput extends GetThreatIntelSetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetThreatIntelSetCommand extends $Command<GetThreatIntelSetCommandInput, GetThreatIntelSetCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: GetThreatIntelSetCommandInput;
12
- constructor(input: GetThreatIntelSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetThreatIntelSetCommandInput, GetThreatIntelSetCommandOutput>;
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
+ GetThreatIntelSetRequest,
15
+ GetThreatIntelSetResponse,
16
+ } from "../models/models_0";
17
+ export interface GetThreatIntelSetCommandInput
18
+ extends GetThreatIntelSetRequest {}
19
+ export interface GetThreatIntelSetCommandOutput
20
+ extends GetThreatIntelSetResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetThreatIntelSetCommand extends $Command<
24
+ GetThreatIntelSetCommandInput,
25
+ GetThreatIntelSetCommandOutput,
26
+ GuardDutyClientResolvedConfig
27
+ > {
28
+ readonly input: GetThreatIntelSetCommandInput;
29
+ constructor(input: GetThreatIntelSetCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GuardDutyClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetThreatIntelSetCommandInput, GetThreatIntelSetCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { GetUsageStatisticsRequest, GetUsageStatisticsResponse } from "../models/models_0";
5
- export interface GetUsageStatisticsCommandInput extends GetUsageStatisticsRequest {
6
- }
7
- export interface GetUsageStatisticsCommandOutput extends GetUsageStatisticsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetUsageStatisticsCommand extends $Command<GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: GetUsageStatisticsCommandInput;
12
- constructor(input: GetUsageStatisticsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput>;
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
+ GetUsageStatisticsRequest,
15
+ GetUsageStatisticsResponse,
16
+ } from "../models/models_0";
17
+ export interface GetUsageStatisticsCommandInput
18
+ extends GetUsageStatisticsRequest {}
19
+ export interface GetUsageStatisticsCommandOutput
20
+ extends GetUsageStatisticsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetUsageStatisticsCommand extends $Command<
24
+ GetUsageStatisticsCommandInput,
25
+ GetUsageStatisticsCommandOutput,
26
+ GuardDutyClientResolvedConfig
27
+ > {
28
+ readonly input: GetUsageStatisticsCommandInput;
29
+ constructor(input: GetUsageStatisticsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GuardDutyClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput>;
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 { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { InviteMembersRequest, InviteMembersResponse } from "../models/models_0";
5
- export interface InviteMembersCommandInput extends InviteMembersRequest {
6
- }
7
- export interface InviteMembersCommandOutput extends InviteMembersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class InviteMembersCommand extends $Command<InviteMembersCommandInput, InviteMembersCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: InviteMembersCommandInput;
12
- constructor(input: InviteMembersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InviteMembersCommandInput, InviteMembersCommandOutput>;
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
+ InviteMembersRequest,
15
+ InviteMembersResponse,
16
+ } from "../models/models_0";
17
+ export interface InviteMembersCommandInput extends InviteMembersRequest {}
18
+ export interface InviteMembersCommandOutput
19
+ extends InviteMembersResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class InviteMembersCommand extends $Command<
23
+ InviteMembersCommandInput,
24
+ InviteMembersCommandOutput,
25
+ GuardDutyClientResolvedConfig
26
+ > {
27
+ readonly input: InviteMembersCommandInput;
28
+ constructor(input: InviteMembersCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: GuardDutyClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<InviteMembersCommandInput, InviteMembersCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { ListDetectorsRequest, ListDetectorsResponse } from "../models/models_0";
5
- export interface ListDetectorsCommandInput extends ListDetectorsRequest {
6
- }
7
- export interface ListDetectorsCommandOutput extends ListDetectorsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDetectorsCommand extends $Command<ListDetectorsCommandInput, ListDetectorsCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: ListDetectorsCommandInput;
12
- constructor(input: ListDetectorsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDetectorsCommandInput, ListDetectorsCommandOutput>;
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
+ ListDetectorsRequest,
15
+ ListDetectorsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListDetectorsCommandInput extends ListDetectorsRequest {}
18
+ export interface ListDetectorsCommandOutput
19
+ extends ListDetectorsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListDetectorsCommand extends $Command<
23
+ ListDetectorsCommandInput,
24
+ ListDetectorsCommandOutput,
25
+ GuardDutyClientResolvedConfig
26
+ > {
27
+ readonly input: ListDetectorsCommandInput;
28
+ constructor(input: ListDetectorsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: GuardDutyClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListDetectorsCommandInput, ListDetectorsCommandOutput>;
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 { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { ListFiltersRequest, ListFiltersResponse } from "../models/models_0";
5
- export interface ListFiltersCommandInput extends ListFiltersRequest {
6
- }
7
- export interface ListFiltersCommandOutput extends ListFiltersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListFiltersCommand extends $Command<ListFiltersCommandInput, ListFiltersCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: ListFiltersCommandInput;
12
- constructor(input: ListFiltersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFiltersCommandInput, ListFiltersCommandOutput>;
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 { ListFiltersRequest, ListFiltersResponse } from "../models/models_0";
14
+ export interface ListFiltersCommandInput extends ListFiltersRequest {}
15
+ export interface ListFiltersCommandOutput
16
+ extends ListFiltersResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListFiltersCommand extends $Command<
20
+ ListFiltersCommandInput,
21
+ ListFiltersCommandOutput,
22
+ GuardDutyClientResolvedConfig
23
+ > {
24
+ readonly input: ListFiltersCommandInput;
25
+ constructor(input: ListFiltersCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: GuardDutyClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListFiltersCommandInput, ListFiltersCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
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 { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
5
- export interface ListFindingsCommandInput extends ListFindingsRequest {
6
- }
7
- export interface ListFindingsCommandOutput extends ListFindingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListFindingsCommand extends $Command<ListFindingsCommandInput, ListFindingsCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: ListFindingsCommandInput;
12
- constructor(input: ListFindingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFindingsCommandInput, ListFindingsCommandOutput>;
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 { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
14
+ export interface ListFindingsCommandInput extends ListFindingsRequest {}
15
+ export interface ListFindingsCommandOutput
16
+ extends ListFindingsResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListFindingsCommand extends $Command<
20
+ ListFindingsCommandInput,
21
+ ListFindingsCommandOutput,
22
+ GuardDutyClientResolvedConfig
23
+ > {
24
+ readonly input: ListFindingsCommandInput;
25
+ constructor(input: ListFindingsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: GuardDutyClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListFindingsCommandInput, ListFindingsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }