@aws-sdk/client-guardduty 3.168.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/CHANGELOG.md +16 -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,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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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
+ UntagResourceRequest,
15
+ UntagResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
+ export interface UntagResourceCommandOutput
19
+ extends UntagResourceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UntagResourceCommand extends $Command<
23
+ UntagResourceCommandInput,
24
+ UntagResourceCommandOutput,
25
+ GuardDutyClientResolvedConfig
26
+ > {
27
+ readonly input: UntagResourceCommandInput;
28
+ constructor(input: UntagResourceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: GuardDutyClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { UpdateDetectorRequest, UpdateDetectorResponse } from "../models/models_0";
5
- export interface UpdateDetectorCommandInput extends UpdateDetectorRequest {
6
- }
7
- export interface UpdateDetectorCommandOutput extends UpdateDetectorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateDetectorCommand extends $Command<UpdateDetectorCommandInput, UpdateDetectorCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: UpdateDetectorCommandInput;
12
- constructor(input: UpdateDetectorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDetectorCommandInput, UpdateDetectorCommandOutput>;
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
+ UpdateDetectorRequest,
15
+ UpdateDetectorResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateDetectorCommandInput extends UpdateDetectorRequest {}
18
+ export interface UpdateDetectorCommandOutput
19
+ extends UpdateDetectorResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateDetectorCommand extends $Command<
23
+ UpdateDetectorCommandInput,
24
+ UpdateDetectorCommandOutput,
25
+ GuardDutyClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateDetectorCommandInput;
28
+ constructor(input: UpdateDetectorCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: GuardDutyClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateDetectorCommandInput, UpdateDetectorCommandOutput>;
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 { UpdateFilterRequest, UpdateFilterResponse } from "../models/models_0";
5
- export interface UpdateFilterCommandInput extends UpdateFilterRequest {
6
- }
7
- export interface UpdateFilterCommandOutput extends UpdateFilterResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateFilterCommand extends $Command<UpdateFilterCommandInput, UpdateFilterCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: UpdateFilterCommandInput;
12
- constructor(input: UpdateFilterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFilterCommandInput, UpdateFilterCommandOutput>;
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 { UpdateFilterRequest, UpdateFilterResponse } from "../models/models_0";
14
+ export interface UpdateFilterCommandInput extends UpdateFilterRequest {}
15
+ export interface UpdateFilterCommandOutput
16
+ extends UpdateFilterResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class UpdateFilterCommand extends $Command<
20
+ UpdateFilterCommandInput,
21
+ UpdateFilterCommandOutput,
22
+ GuardDutyClientResolvedConfig
23
+ > {
24
+ readonly input: UpdateFilterCommandInput;
25
+ constructor(input: UpdateFilterCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: GuardDutyClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<UpdateFilterCommandInput, UpdateFilterCommandOutput>;
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 { UpdateFindingsFeedbackRequest, UpdateFindingsFeedbackResponse } from "../models/models_0";
5
- export interface UpdateFindingsFeedbackCommandInput extends UpdateFindingsFeedbackRequest {
6
- }
7
- export interface UpdateFindingsFeedbackCommandOutput extends UpdateFindingsFeedbackResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateFindingsFeedbackCommand extends $Command<UpdateFindingsFeedbackCommandInput, UpdateFindingsFeedbackCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: UpdateFindingsFeedbackCommandInput;
12
- constructor(input: UpdateFindingsFeedbackCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFindingsFeedbackCommandInput, UpdateFindingsFeedbackCommandOutput>;
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
+ UpdateFindingsFeedbackRequest,
15
+ UpdateFindingsFeedbackResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateFindingsFeedbackCommandInput
18
+ extends UpdateFindingsFeedbackRequest {}
19
+ export interface UpdateFindingsFeedbackCommandOutput
20
+ extends UpdateFindingsFeedbackResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateFindingsFeedbackCommand extends $Command<
24
+ UpdateFindingsFeedbackCommandInput,
25
+ UpdateFindingsFeedbackCommandOutput,
26
+ GuardDutyClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateFindingsFeedbackCommandInput;
29
+ constructor(input: UpdateFindingsFeedbackCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GuardDutyClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateFindingsFeedbackCommandInput,
37
+ UpdateFindingsFeedbackCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/models_0";
5
- export interface UpdateIPSetCommandInput extends UpdateIPSetRequest {
6
- }
7
- export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateIPSetCommand extends $Command<UpdateIPSetCommandInput, UpdateIPSetCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: UpdateIPSetCommandInput;
12
- constructor(input: UpdateIPSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIPSetCommandInput, UpdateIPSetCommandOutput>;
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 { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/models_0";
14
+ export interface UpdateIPSetCommandInput extends UpdateIPSetRequest {}
15
+ export interface UpdateIPSetCommandOutput
16
+ extends UpdateIPSetResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class UpdateIPSetCommand extends $Command<
20
+ UpdateIPSetCommandInput,
21
+ UpdateIPSetCommandOutput,
22
+ GuardDutyClientResolvedConfig
23
+ > {
24
+ readonly input: UpdateIPSetCommandInput;
25
+ constructor(input: UpdateIPSetCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: GuardDutyClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<UpdateIPSetCommandInput, UpdateIPSetCommandOutput>;
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 { UpdateMalwareScanSettingsRequest, UpdateMalwareScanSettingsResponse } from "../models/models_0";
5
- export interface UpdateMalwareScanSettingsCommandInput extends UpdateMalwareScanSettingsRequest {
6
- }
7
- export interface UpdateMalwareScanSettingsCommandOutput extends UpdateMalwareScanSettingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateMalwareScanSettingsCommand extends $Command<UpdateMalwareScanSettingsCommandInput, UpdateMalwareScanSettingsCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: UpdateMalwareScanSettingsCommandInput;
12
- constructor(input: UpdateMalwareScanSettingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMalwareScanSettingsCommandInput, UpdateMalwareScanSettingsCommandOutput>;
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
+ UpdateMalwareScanSettingsRequest,
15
+ UpdateMalwareScanSettingsResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateMalwareScanSettingsCommandInput
18
+ extends UpdateMalwareScanSettingsRequest {}
19
+ export interface UpdateMalwareScanSettingsCommandOutput
20
+ extends UpdateMalwareScanSettingsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateMalwareScanSettingsCommand extends $Command<
24
+ UpdateMalwareScanSettingsCommandInput,
25
+ UpdateMalwareScanSettingsCommandOutput,
26
+ GuardDutyClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateMalwareScanSettingsCommandInput;
29
+ constructor(input: UpdateMalwareScanSettingsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GuardDutyClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateMalwareScanSettingsCommandInput,
37
+ UpdateMalwareScanSettingsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { UpdateMemberDetectorsRequest, UpdateMemberDetectorsResponse } from "../models/models_0";
5
- export interface UpdateMemberDetectorsCommandInput extends UpdateMemberDetectorsRequest {
6
- }
7
- export interface UpdateMemberDetectorsCommandOutput extends UpdateMemberDetectorsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateMemberDetectorsCommand extends $Command<UpdateMemberDetectorsCommandInput, UpdateMemberDetectorsCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: UpdateMemberDetectorsCommandInput;
12
- constructor(input: UpdateMemberDetectorsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMemberDetectorsCommandInput, UpdateMemberDetectorsCommandOutput>;
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
+ UpdateMemberDetectorsRequest,
15
+ UpdateMemberDetectorsResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateMemberDetectorsCommandInput
18
+ extends UpdateMemberDetectorsRequest {}
19
+ export interface UpdateMemberDetectorsCommandOutput
20
+ extends UpdateMemberDetectorsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateMemberDetectorsCommand extends $Command<
24
+ UpdateMemberDetectorsCommandInput,
25
+ UpdateMemberDetectorsCommandOutput,
26
+ GuardDutyClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateMemberDetectorsCommandInput;
29
+ constructor(input: UpdateMemberDetectorsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GuardDutyClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateMemberDetectorsCommandInput,
37
+ UpdateMemberDetectorsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { UpdateOrganizationConfigurationRequest, UpdateOrganizationConfigurationResponse } from "../models/models_0";
5
- export interface UpdateOrganizationConfigurationCommandInput extends UpdateOrganizationConfigurationRequest {
6
- }
7
- export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrganizationConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateOrganizationConfigurationCommand extends $Command<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: UpdateOrganizationConfigurationCommandInput;
12
- constructor(input: UpdateOrganizationConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput>;
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
+ UpdateOrganizationConfigurationRequest,
15
+ UpdateOrganizationConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateOrganizationConfigurationCommandInput
18
+ extends UpdateOrganizationConfigurationRequest {}
19
+ export interface UpdateOrganizationConfigurationCommandOutput
20
+ extends UpdateOrganizationConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateOrganizationConfigurationCommand extends $Command<
24
+ UpdateOrganizationConfigurationCommandInput,
25
+ UpdateOrganizationConfigurationCommandOutput,
26
+ GuardDutyClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateOrganizationConfigurationCommandInput;
29
+ constructor(input: UpdateOrganizationConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GuardDutyClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateOrganizationConfigurationCommandInput,
37
+ UpdateOrganizationConfigurationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { UpdatePublishingDestinationRequest, UpdatePublishingDestinationResponse } from "../models/models_0";
5
- export interface UpdatePublishingDestinationCommandInput extends UpdatePublishingDestinationRequest {
6
- }
7
- export interface UpdatePublishingDestinationCommandOutput extends UpdatePublishingDestinationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdatePublishingDestinationCommand extends $Command<UpdatePublishingDestinationCommandInput, UpdatePublishingDestinationCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: UpdatePublishingDestinationCommandInput;
12
- constructor(input: UpdatePublishingDestinationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePublishingDestinationCommandInput, UpdatePublishingDestinationCommandOutput>;
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
+ UpdatePublishingDestinationRequest,
15
+ UpdatePublishingDestinationResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdatePublishingDestinationCommandInput
18
+ extends UpdatePublishingDestinationRequest {}
19
+ export interface UpdatePublishingDestinationCommandOutput
20
+ extends UpdatePublishingDestinationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdatePublishingDestinationCommand extends $Command<
24
+ UpdatePublishingDestinationCommandInput,
25
+ UpdatePublishingDestinationCommandOutput,
26
+ GuardDutyClientResolvedConfig
27
+ > {
28
+ readonly input: UpdatePublishingDestinationCommandInput;
29
+ constructor(input: UpdatePublishingDestinationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GuardDutyClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdatePublishingDestinationCommandInput,
37
+ UpdatePublishingDestinationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { UpdateThreatIntelSetRequest, UpdateThreatIntelSetResponse } from "../models/models_0";
5
- export interface UpdateThreatIntelSetCommandInput extends UpdateThreatIntelSetRequest {
6
- }
7
- export interface UpdateThreatIntelSetCommandOutput extends UpdateThreatIntelSetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateThreatIntelSetCommand extends $Command<UpdateThreatIntelSetCommandInput, UpdateThreatIntelSetCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: UpdateThreatIntelSetCommandInput;
12
- constructor(input: UpdateThreatIntelSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateThreatIntelSetCommandInput, UpdateThreatIntelSetCommandOutput>;
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
+ UpdateThreatIntelSetRequest,
15
+ UpdateThreatIntelSetResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateThreatIntelSetCommandInput
18
+ extends UpdateThreatIntelSetRequest {}
19
+ export interface UpdateThreatIntelSetCommandOutput
20
+ extends UpdateThreatIntelSetResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateThreatIntelSetCommand extends $Command<
24
+ UpdateThreatIntelSetCommandInput,
25
+ UpdateThreatIntelSetCommandOutput,
26
+ GuardDutyClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateThreatIntelSetCommandInput;
29
+ constructor(input: UpdateThreatIntelSetCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GuardDutyClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateThreatIntelSetCommandInput,
37
+ UpdateThreatIntelSetCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }