@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,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 { DeleteDetectorRequest, DeleteDetectorResponse } from "../models/models_0";
5
- export interface DeleteDetectorCommandInput extends DeleteDetectorRequest {
6
- }
7
- export interface DeleteDetectorCommandOutput extends DeleteDetectorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteDetectorCommand extends $Command<DeleteDetectorCommandInput, DeleteDetectorCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: DeleteDetectorCommandInput;
12
- constructor(input: DeleteDetectorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDetectorCommandInput, DeleteDetectorCommandOutput>;
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
+ DeleteDetectorRequest,
15
+ DeleteDetectorResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteDetectorCommandInput extends DeleteDetectorRequest {}
18
+ export interface DeleteDetectorCommandOutput
19
+ extends DeleteDetectorResponse,
20
+ __MetadataBearer {}
21
+ export declare class DeleteDetectorCommand extends $Command<
22
+ DeleteDetectorCommandInput,
23
+ DeleteDetectorCommandOutput,
24
+ GuardDutyClientResolvedConfig
25
+ > {
26
+ readonly input: DeleteDetectorCommandInput;
27
+ constructor(input: DeleteDetectorCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: GuardDutyClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeleteDetectorCommandInput, DeleteDetectorCommandOutput>;
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 { DeleteFilterRequest, DeleteFilterResponse } from "../models/models_0";
5
- export interface DeleteFilterCommandInput extends DeleteFilterRequest {
6
- }
7
- export interface DeleteFilterCommandOutput extends DeleteFilterResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteFilterCommand extends $Command<DeleteFilterCommandInput, DeleteFilterCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: DeleteFilterCommandInput;
12
- constructor(input: DeleteFilterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFilterCommandInput, DeleteFilterCommandOutput>;
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 { DeleteFilterRequest, DeleteFilterResponse } from "../models/models_0";
14
+ export interface DeleteFilterCommandInput extends DeleteFilterRequest {}
15
+ export interface DeleteFilterCommandOutput
16
+ extends DeleteFilterResponse,
17
+ __MetadataBearer {}
18
+ export declare class DeleteFilterCommand extends $Command<
19
+ DeleteFilterCommandInput,
20
+ DeleteFilterCommandOutput,
21
+ GuardDutyClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteFilterCommandInput;
24
+ constructor(input: DeleteFilterCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: GuardDutyClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteFilterCommandInput, DeleteFilterCommandOutput>;
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 { DeleteIPSetRequest, DeleteIPSetResponse } from "../models/models_0";
5
- export interface DeleteIPSetCommandInput extends DeleteIPSetRequest {
6
- }
7
- export interface DeleteIPSetCommandOutput extends DeleteIPSetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteIPSetCommand extends $Command<DeleteIPSetCommandInput, DeleteIPSetCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: DeleteIPSetCommandInput;
12
- constructor(input: DeleteIPSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIPSetCommandInput, DeleteIPSetCommandOutput>;
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 { DeleteIPSetRequest, DeleteIPSetResponse } from "../models/models_0";
14
+ export interface DeleteIPSetCommandInput extends DeleteIPSetRequest {}
15
+ export interface DeleteIPSetCommandOutput
16
+ extends DeleteIPSetResponse,
17
+ __MetadataBearer {}
18
+ export declare class DeleteIPSetCommand extends $Command<
19
+ DeleteIPSetCommandInput,
20
+ DeleteIPSetCommandOutput,
21
+ GuardDutyClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteIPSetCommandInput;
24
+ constructor(input: DeleteIPSetCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: GuardDutyClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteIPSetCommandInput, DeleteIPSetCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { DeleteInvitationsRequest, DeleteInvitationsResponse } from "../models/models_0";
5
- export interface DeleteInvitationsCommandInput extends DeleteInvitationsRequest {
6
- }
7
- export interface DeleteInvitationsCommandOutput extends DeleteInvitationsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteInvitationsCommand extends $Command<DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: DeleteInvitationsCommandInput;
12
- constructor(input: DeleteInvitationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput>;
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
+ DeleteInvitationsRequest,
15
+ DeleteInvitationsResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteInvitationsCommandInput
18
+ extends DeleteInvitationsRequest {}
19
+ export interface DeleteInvitationsCommandOutput
20
+ extends DeleteInvitationsResponse,
21
+ __MetadataBearer {}
22
+ export declare class DeleteInvitationsCommand extends $Command<
23
+ DeleteInvitationsCommandInput,
24
+ DeleteInvitationsCommandOutput,
25
+ GuardDutyClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteInvitationsCommandInput;
28
+ constructor(input: DeleteInvitationsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GuardDutyClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -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 { DeleteMembersRequest, DeleteMembersResponse } from "../models/models_0";
5
- export interface DeleteMembersCommandInput extends DeleteMembersRequest {
6
- }
7
- export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteMembersCommand extends $Command<DeleteMembersCommandInput, DeleteMembersCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: DeleteMembersCommandInput;
12
- constructor(input: DeleteMembersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMembersCommandInput, DeleteMembersCommandOutput>;
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
+ DeleteMembersRequest,
15
+ DeleteMembersResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteMembersCommandInput extends DeleteMembersRequest {}
18
+ export interface DeleteMembersCommandOutput
19
+ extends DeleteMembersResponse,
20
+ __MetadataBearer {}
21
+ export declare class DeleteMembersCommand extends $Command<
22
+ DeleteMembersCommandInput,
23
+ DeleteMembersCommandOutput,
24
+ GuardDutyClientResolvedConfig
25
+ > {
26
+ readonly input: DeleteMembersCommandInput;
27
+ constructor(input: DeleteMembersCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: GuardDutyClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeleteMembersCommandInput, DeleteMembersCommandOutput>;
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 { DeletePublishingDestinationRequest, DeletePublishingDestinationResponse } from "../models/models_0";
5
- export interface DeletePublishingDestinationCommandInput extends DeletePublishingDestinationRequest {
6
- }
7
- export interface DeletePublishingDestinationCommandOutput extends DeletePublishingDestinationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeletePublishingDestinationCommand extends $Command<DeletePublishingDestinationCommandInput, DeletePublishingDestinationCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: DeletePublishingDestinationCommandInput;
12
- constructor(input: DeletePublishingDestinationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePublishingDestinationCommandInput, DeletePublishingDestinationCommandOutput>;
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
+ DeletePublishingDestinationRequest,
15
+ DeletePublishingDestinationResponse,
16
+ } from "../models/models_0";
17
+ export interface DeletePublishingDestinationCommandInput
18
+ extends DeletePublishingDestinationRequest {}
19
+ export interface DeletePublishingDestinationCommandOutput
20
+ extends DeletePublishingDestinationResponse,
21
+ __MetadataBearer {}
22
+ export declare class DeletePublishingDestinationCommand extends $Command<
23
+ DeletePublishingDestinationCommandInput,
24
+ DeletePublishingDestinationCommandOutput,
25
+ GuardDutyClientResolvedConfig
26
+ > {
27
+ readonly input: DeletePublishingDestinationCommandInput;
28
+ constructor(input: DeletePublishingDestinationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GuardDutyClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeletePublishingDestinationCommandInput,
35
+ DeletePublishingDestinationCommandOutput
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 { DeleteThreatIntelSetRequest, DeleteThreatIntelSetResponse } from "../models/models_0";
5
- export interface DeleteThreatIntelSetCommandInput extends DeleteThreatIntelSetRequest {
6
- }
7
- export interface DeleteThreatIntelSetCommandOutput extends DeleteThreatIntelSetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteThreatIntelSetCommand extends $Command<DeleteThreatIntelSetCommandInput, DeleteThreatIntelSetCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: DeleteThreatIntelSetCommandInput;
12
- constructor(input: DeleteThreatIntelSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteThreatIntelSetCommandInput, DeleteThreatIntelSetCommandOutput>;
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
+ DeleteThreatIntelSetRequest,
15
+ DeleteThreatIntelSetResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteThreatIntelSetCommandInput
18
+ extends DeleteThreatIntelSetRequest {}
19
+ export interface DeleteThreatIntelSetCommandOutput
20
+ extends DeleteThreatIntelSetResponse,
21
+ __MetadataBearer {}
22
+ export declare class DeleteThreatIntelSetCommand extends $Command<
23
+ DeleteThreatIntelSetCommandInput,
24
+ DeleteThreatIntelSetCommandOutput,
25
+ GuardDutyClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteThreatIntelSetCommandInput;
28
+ constructor(input: DeleteThreatIntelSetCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GuardDutyClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteThreatIntelSetCommandInput,
35
+ DeleteThreatIntelSetCommandOutput
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 { DescribeMalwareScansRequest, DescribeMalwareScansResponse } from "../models/models_0";
5
- export interface DescribeMalwareScansCommandInput extends DescribeMalwareScansRequest {
6
- }
7
- export interface DescribeMalwareScansCommandOutput extends DescribeMalwareScansResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeMalwareScansCommand extends $Command<DescribeMalwareScansCommandInput, DescribeMalwareScansCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: DescribeMalwareScansCommandInput;
12
- constructor(input: DescribeMalwareScansCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeMalwareScansCommandInput, DescribeMalwareScansCommandOutput>;
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
+ DescribeMalwareScansRequest,
15
+ DescribeMalwareScansResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeMalwareScansCommandInput
18
+ extends DescribeMalwareScansRequest {}
19
+ export interface DescribeMalwareScansCommandOutput
20
+ extends DescribeMalwareScansResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeMalwareScansCommand extends $Command<
23
+ DescribeMalwareScansCommandInput,
24
+ DescribeMalwareScansCommandOutput,
25
+ GuardDutyClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeMalwareScansCommandInput;
28
+ constructor(input: DescribeMalwareScansCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GuardDutyClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeMalwareScansCommandInput,
35
+ DescribeMalwareScansCommandOutput
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 { DescribeOrganizationConfigurationRequest, DescribeOrganizationConfigurationResponse } from "../models/models_0";
5
- export interface DescribeOrganizationConfigurationCommandInput extends DescribeOrganizationConfigurationRequest {
6
- }
7
- export interface DescribeOrganizationConfigurationCommandOutput extends DescribeOrganizationConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeOrganizationConfigurationCommand extends $Command<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: DescribeOrganizationConfigurationCommandInput;
12
- constructor(input: DescribeOrganizationConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput>;
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
+ DescribeOrganizationConfigurationRequest,
15
+ DescribeOrganizationConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeOrganizationConfigurationCommandInput
18
+ extends DescribeOrganizationConfigurationRequest {}
19
+ export interface DescribeOrganizationConfigurationCommandOutput
20
+ extends DescribeOrganizationConfigurationResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeOrganizationConfigurationCommand extends $Command<
23
+ DescribeOrganizationConfigurationCommandInput,
24
+ DescribeOrganizationConfigurationCommandOutput,
25
+ GuardDutyClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeOrganizationConfigurationCommandInput;
28
+ constructor(input: DescribeOrganizationConfigurationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GuardDutyClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeOrganizationConfigurationCommandInput,
35
+ DescribeOrganizationConfigurationCommandOutput
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 { DescribePublishingDestinationRequest, DescribePublishingDestinationResponse } from "../models/models_0";
5
- export interface DescribePublishingDestinationCommandInput extends DescribePublishingDestinationRequest {
6
- }
7
- export interface DescribePublishingDestinationCommandOutput extends DescribePublishingDestinationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribePublishingDestinationCommand extends $Command<DescribePublishingDestinationCommandInput, DescribePublishingDestinationCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: DescribePublishingDestinationCommandInput;
12
- constructor(input: DescribePublishingDestinationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePublishingDestinationCommandInput, DescribePublishingDestinationCommandOutput>;
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
+ DescribePublishingDestinationRequest,
15
+ DescribePublishingDestinationResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribePublishingDestinationCommandInput
18
+ extends DescribePublishingDestinationRequest {}
19
+ export interface DescribePublishingDestinationCommandOutput
20
+ extends DescribePublishingDestinationResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribePublishingDestinationCommand extends $Command<
23
+ DescribePublishingDestinationCommandInput,
24
+ DescribePublishingDestinationCommandOutput,
25
+ GuardDutyClientResolvedConfig
26
+ > {
27
+ readonly input: DescribePublishingDestinationCommandInput;
28
+ constructor(input: DescribePublishingDestinationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GuardDutyClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribePublishingDestinationCommandInput,
35
+ DescribePublishingDestinationCommandOutput
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 { DisableOrganizationAdminAccountRequest, DisableOrganizationAdminAccountResponse } from "../models/models_0";
5
- export interface DisableOrganizationAdminAccountCommandInput extends DisableOrganizationAdminAccountRequest {
6
- }
7
- export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrganizationAdminAccountResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisableOrganizationAdminAccountCommand extends $Command<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: DisableOrganizationAdminAccountCommandInput;
12
- constructor(input: DisableOrganizationAdminAccountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput>;
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
+ DisableOrganizationAdminAccountRequest,
15
+ DisableOrganizationAdminAccountResponse,
16
+ } from "../models/models_0";
17
+ export interface DisableOrganizationAdminAccountCommandInput
18
+ extends DisableOrganizationAdminAccountRequest {}
19
+ export interface DisableOrganizationAdminAccountCommandOutput
20
+ extends DisableOrganizationAdminAccountResponse,
21
+ __MetadataBearer {}
22
+ export declare class DisableOrganizationAdminAccountCommand extends $Command<
23
+ DisableOrganizationAdminAccountCommandInput,
24
+ DisableOrganizationAdminAccountCommandOutput,
25
+ GuardDutyClientResolvedConfig
26
+ > {
27
+ readonly input: DisableOrganizationAdminAccountCommandInput;
28
+ constructor(input: DisableOrganizationAdminAccountCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GuardDutyClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DisableOrganizationAdminAccountCommandInput,
35
+ DisableOrganizationAdminAccountCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }