@aws-sdk/client-guardduty 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/GuardDuty.d.ts +1121 -330
  3. package/dist-types/ts3.4/GuardDutyClient.d.ts +494 -138
  4. package/dist-types/ts3.4/commands/AcceptAdministratorInvitationCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/ArchiveFindingsCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateDetectorCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/CreatePublishingDestinationCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateThreatIntelSetCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DeletePublishingDestinationCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DeleteThreatIntelSetCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DescribeMalwareScansCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribePublishingDestinationCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/GetDetectorCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/GetMalwareScanSettingsCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/GetMemberDetectorsCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/GetRemainingFreeTrialDaysCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/GetThreatIntelSetCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +36 -17
  44. package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/ListDetectorsCommand.d.ts +35 -17
  46. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +35 -17
  50. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ListPublishingDestinationsCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/ListThreatIntelSetsCommand.d.ts +36 -17
  55. package/dist-types/ts3.4/commands/StartMonitoringMembersCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/StopMonitoringMembersCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  58. package/dist-types/ts3.4/commands/UnarchiveFindingsCommand.d.ts +36 -17
  59. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  60. package/dist-types/ts3.4/commands/UpdateDetectorCommand.d.ts +35 -17
  61. package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +32 -17
  62. package/dist-types/ts3.4/commands/UpdateFindingsFeedbackCommand.d.ts +39 -17
  63. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/UpdateMalwareScanSettingsCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/UpdateMemberDetectorsCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/UpdatePublishingDestinationCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/UpdateThreatIntelSetCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/index.d.ts +65 -65
  70. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  71. package/dist-types/ts3.4/index.d.ts +6 -6
  72. package/dist-types/ts3.4/models/GuardDutyServiceException.d.ts +7 -6
  73. package/dist-types/ts3.4/models/index.d.ts +1 -1
  74. package/dist-types/ts3.4/models/models_0.d.ts +1992 -2604
  75. package/dist-types/ts3.4/pagination/DescribeMalwareScansPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/GetUsageStatisticsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  78. package/dist-types/ts3.4/pagination/ListDetectorsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListIPSetsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListPublishingDestinationsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListThreatIntelSetsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  88. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +785 -197
  89. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  90. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  91. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  92. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  93. package/package.json +34 -34
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { DisassociateFromAdministratorAccountRequest, DisassociateFromAdministratorAccountResponse } from "../models/models_0";
5
- export interface DisassociateFromAdministratorAccountCommandInput extends DisassociateFromAdministratorAccountRequest {
6
- }
7
- export interface DisassociateFromAdministratorAccountCommandOutput extends DisassociateFromAdministratorAccountResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateFromAdministratorAccountCommand extends $Command<DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: DisassociateFromAdministratorAccountCommandInput;
12
- constructor(input: DisassociateFromAdministratorAccountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput>;
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
+ DisassociateFromAdministratorAccountRequest,
15
+ DisassociateFromAdministratorAccountResponse,
16
+ } from "../models/models_0";
17
+ export interface DisassociateFromAdministratorAccountCommandInput
18
+ extends DisassociateFromAdministratorAccountRequest {}
19
+ export interface DisassociateFromAdministratorAccountCommandOutput
20
+ extends DisassociateFromAdministratorAccountResponse,
21
+ __MetadataBearer {}
22
+ export declare class DisassociateFromAdministratorAccountCommand extends $Command<
23
+ DisassociateFromAdministratorAccountCommandInput,
24
+ DisassociateFromAdministratorAccountCommandOutput,
25
+ GuardDutyClientResolvedConfig
26
+ > {
27
+ readonly input: DisassociateFromAdministratorAccountCommandInput;
28
+ constructor(input: DisassociateFromAdministratorAccountCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GuardDutyClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DisassociateFromAdministratorAccountCommandInput,
35
+ DisassociateFromAdministratorAccountCommandOutput
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 { DisassociateFromMasterAccountRequest, DisassociateFromMasterAccountResponse } from "../models/models_0";
5
- export interface DisassociateFromMasterAccountCommandInput extends DisassociateFromMasterAccountRequest {
6
- }
7
- export interface DisassociateFromMasterAccountCommandOutput extends DisassociateFromMasterAccountResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateFromMasterAccountCommand extends $Command<DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: DisassociateFromMasterAccountCommandInput;
12
- constructor(input: DisassociateFromMasterAccountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput>;
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
+ DisassociateFromMasterAccountRequest,
15
+ DisassociateFromMasterAccountResponse,
16
+ } from "../models/models_0";
17
+ export interface DisassociateFromMasterAccountCommandInput
18
+ extends DisassociateFromMasterAccountRequest {}
19
+ export interface DisassociateFromMasterAccountCommandOutput
20
+ extends DisassociateFromMasterAccountResponse,
21
+ __MetadataBearer {}
22
+ export declare class DisassociateFromMasterAccountCommand extends $Command<
23
+ DisassociateFromMasterAccountCommandInput,
24
+ DisassociateFromMasterAccountCommandOutput,
25
+ GuardDutyClientResolvedConfig
26
+ > {
27
+ readonly input: DisassociateFromMasterAccountCommandInput;
28
+ constructor(input: DisassociateFromMasterAccountCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GuardDutyClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DisassociateFromMasterAccountCommandInput,
35
+ DisassociateFromMasterAccountCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { DisassociateMembersRequest, DisassociateMembersResponse } from "../models/models_0";
5
- export interface DisassociateMembersCommandInput extends DisassociateMembersRequest {
6
- }
7
- export interface DisassociateMembersCommandOutput extends DisassociateMembersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateMembersCommand extends $Command<DisassociateMembersCommandInput, DisassociateMembersCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: DisassociateMembersCommandInput;
12
- constructor(input: DisassociateMembersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateMembersCommandInput, DisassociateMembersCommandOutput>;
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
+ DisassociateMembersRequest,
15
+ DisassociateMembersResponse,
16
+ } from "../models/models_0";
17
+ export interface DisassociateMembersCommandInput
18
+ extends DisassociateMembersRequest {}
19
+ export interface DisassociateMembersCommandOutput
20
+ extends DisassociateMembersResponse,
21
+ __MetadataBearer {}
22
+ export declare class DisassociateMembersCommand extends $Command<
23
+ DisassociateMembersCommandInput,
24
+ DisassociateMembersCommandOutput,
25
+ GuardDutyClientResolvedConfig
26
+ > {
27
+ readonly input: DisassociateMembersCommandInput;
28
+ constructor(input: DisassociateMembersCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GuardDutyClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DisassociateMembersCommandInput, DisassociateMembersCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { EnableOrganizationAdminAccountRequest, EnableOrganizationAdminAccountResponse } from "../models/models_0";
5
- export interface EnableOrganizationAdminAccountCommandInput extends EnableOrganizationAdminAccountRequest {
6
- }
7
- export interface EnableOrganizationAdminAccountCommandOutput extends EnableOrganizationAdminAccountResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class EnableOrganizationAdminAccountCommand extends $Command<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: EnableOrganizationAdminAccountCommandInput;
12
- constructor(input: EnableOrganizationAdminAccountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput>;
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
+ EnableOrganizationAdminAccountRequest,
15
+ EnableOrganizationAdminAccountResponse,
16
+ } from "../models/models_0";
17
+ export interface EnableOrganizationAdminAccountCommandInput
18
+ extends EnableOrganizationAdminAccountRequest {}
19
+ export interface EnableOrganizationAdminAccountCommandOutput
20
+ extends EnableOrganizationAdminAccountResponse,
21
+ __MetadataBearer {}
22
+ export declare class EnableOrganizationAdminAccountCommand extends $Command<
23
+ EnableOrganizationAdminAccountCommandInput,
24
+ EnableOrganizationAdminAccountCommandOutput,
25
+ GuardDutyClientResolvedConfig
26
+ > {
27
+ readonly input: EnableOrganizationAdminAccountCommandInput;
28
+ constructor(input: EnableOrganizationAdminAccountCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GuardDutyClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ EnableOrganizationAdminAccountCommandInput,
35
+ EnableOrganizationAdminAccountCommandOutput
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 { GetAdministratorAccountRequest, GetAdministratorAccountResponse } from "../models/models_0";
5
- export interface GetAdministratorAccountCommandInput extends GetAdministratorAccountRequest {
6
- }
7
- export interface GetAdministratorAccountCommandOutput extends GetAdministratorAccountResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetAdministratorAccountCommand extends $Command<GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: GetAdministratorAccountCommandInput;
12
- constructor(input: GetAdministratorAccountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput>;
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
+ GetAdministratorAccountRequest,
15
+ GetAdministratorAccountResponse,
16
+ } from "../models/models_0";
17
+ export interface GetAdministratorAccountCommandInput
18
+ extends GetAdministratorAccountRequest {}
19
+ export interface GetAdministratorAccountCommandOutput
20
+ extends GetAdministratorAccountResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetAdministratorAccountCommand extends $Command<
23
+ GetAdministratorAccountCommandInput,
24
+ GetAdministratorAccountCommandOutput,
25
+ GuardDutyClientResolvedConfig
26
+ > {
27
+ readonly input: GetAdministratorAccountCommandInput;
28
+ constructor(input: GetAdministratorAccountCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GuardDutyClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetAdministratorAccountCommandInput,
35
+ GetAdministratorAccountCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { GetDetectorRequest, GetDetectorResponse } from "../models/models_0";
5
- export interface GetDetectorCommandInput extends GetDetectorRequest {
6
- }
7
- export interface GetDetectorCommandOutput extends GetDetectorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetDetectorCommand extends $Command<GetDetectorCommandInput, GetDetectorCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: GetDetectorCommandInput;
12
- constructor(input: GetDetectorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDetectorCommandInput, GetDetectorCommandOutput>;
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 { GetDetectorRequest, GetDetectorResponse } from "../models/models_0";
14
+ export interface GetDetectorCommandInput extends GetDetectorRequest {}
15
+ export interface GetDetectorCommandOutput
16
+ extends GetDetectorResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetDetectorCommand extends $Command<
19
+ GetDetectorCommandInput,
20
+ GetDetectorCommandOutput,
21
+ GuardDutyClientResolvedConfig
22
+ > {
23
+ readonly input: GetDetectorCommandInput;
24
+ constructor(input: GetDetectorCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: GuardDutyClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetDetectorCommandInput, GetDetectorCommandOutput>;
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 { GetFilterRequest, GetFilterResponse } from "../models/models_0";
5
- export interface GetFilterCommandInput extends GetFilterRequest {
6
- }
7
- export interface GetFilterCommandOutput extends GetFilterResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetFilterCommand extends $Command<GetFilterCommandInput, GetFilterCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: GetFilterCommandInput;
12
- constructor(input: GetFilterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFilterCommandInput, GetFilterCommandOutput>;
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 { GetFilterRequest, GetFilterResponse } from "../models/models_0";
14
+ export interface GetFilterCommandInput extends GetFilterRequest {}
15
+ export interface GetFilterCommandOutput
16
+ extends GetFilterResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetFilterCommand extends $Command<
19
+ GetFilterCommandInput,
20
+ GetFilterCommandOutput,
21
+ GuardDutyClientResolvedConfig
22
+ > {
23
+ readonly input: GetFilterCommandInput;
24
+ constructor(input: GetFilterCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: GuardDutyClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetFilterCommandInput, GetFilterCommandOutput>;
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 { GetFindingsRequest, GetFindingsResponse } from "../models/models_0";
5
- export interface GetFindingsCommandInput extends GetFindingsRequest {
6
- }
7
- export interface GetFindingsCommandOutput extends GetFindingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetFindingsCommand extends $Command<GetFindingsCommandInput, GetFindingsCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: GetFindingsCommandInput;
12
- constructor(input: GetFindingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFindingsCommandInput, GetFindingsCommandOutput>;
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 { GetFindingsRequest, GetFindingsResponse } from "../models/models_0";
14
+ export interface GetFindingsCommandInput extends GetFindingsRequest {}
15
+ export interface GetFindingsCommandOutput
16
+ extends GetFindingsResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetFindingsCommand extends $Command<
19
+ GetFindingsCommandInput,
20
+ GetFindingsCommandOutput,
21
+ GuardDutyClientResolvedConfig
22
+ > {
23
+ readonly input: GetFindingsCommandInput;
24
+ constructor(input: GetFindingsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: GuardDutyClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetFindingsCommandInput, GetFindingsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { GetFindingsStatisticsRequest, GetFindingsStatisticsResponse } from "../models/models_0";
5
- export interface GetFindingsStatisticsCommandInput extends GetFindingsStatisticsRequest {
6
- }
7
- export interface GetFindingsStatisticsCommandOutput extends GetFindingsStatisticsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetFindingsStatisticsCommand extends $Command<GetFindingsStatisticsCommandInput, GetFindingsStatisticsCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: GetFindingsStatisticsCommandInput;
12
- constructor(input: GetFindingsStatisticsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFindingsStatisticsCommandInput, GetFindingsStatisticsCommandOutput>;
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
+ GetFindingsStatisticsRequest,
15
+ GetFindingsStatisticsResponse,
16
+ } from "../models/models_0";
17
+ export interface GetFindingsStatisticsCommandInput
18
+ extends GetFindingsStatisticsRequest {}
19
+ export interface GetFindingsStatisticsCommandOutput
20
+ extends GetFindingsStatisticsResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetFindingsStatisticsCommand extends $Command<
23
+ GetFindingsStatisticsCommandInput,
24
+ GetFindingsStatisticsCommandOutput,
25
+ GuardDutyClientResolvedConfig
26
+ > {
27
+ readonly input: GetFindingsStatisticsCommandInput;
28
+ constructor(input: GetFindingsStatisticsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GuardDutyClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetFindingsStatisticsCommandInput,
35
+ GetFindingsStatisticsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { GetIPSetRequest, GetIPSetResponse } from "../models/models_0";
5
- export interface GetIPSetCommandInput extends GetIPSetRequest {
6
- }
7
- export interface GetIPSetCommandOutput extends GetIPSetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetIPSetCommand extends $Command<GetIPSetCommandInput, GetIPSetCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: GetIPSetCommandInput;
12
- constructor(input: GetIPSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIPSetCommandInput, GetIPSetCommandOutput>;
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 { GetIPSetRequest, GetIPSetResponse } from "../models/models_0";
14
+ export interface GetIPSetCommandInput extends GetIPSetRequest {}
15
+ export interface GetIPSetCommandOutput
16
+ extends GetIPSetResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetIPSetCommand extends $Command<
19
+ GetIPSetCommandInput,
20
+ GetIPSetCommandOutput,
21
+ GuardDutyClientResolvedConfig
22
+ > {
23
+ readonly input: GetIPSetCommandInput;
24
+ constructor(input: GetIPSetCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: GuardDutyClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetIPSetCommandInput, GetIPSetCommandOutput>;
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 { GetInvitationsCountRequest, GetInvitationsCountResponse } from "../models/models_0";
5
- export interface GetInvitationsCountCommandInput extends GetInvitationsCountRequest {
6
- }
7
- export interface GetInvitationsCountCommandOutput extends GetInvitationsCountResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetInvitationsCountCommand extends $Command<GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput, GuardDutyClientResolvedConfig> {
11
- readonly input: GetInvitationsCountCommandInput;
12
- constructor(input: GetInvitationsCountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput>;
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
+ GetInvitationsCountRequest,
15
+ GetInvitationsCountResponse,
16
+ } from "../models/models_0";
17
+ export interface GetInvitationsCountCommandInput
18
+ extends GetInvitationsCountRequest {}
19
+ export interface GetInvitationsCountCommandOutput
20
+ extends GetInvitationsCountResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetInvitationsCountCommand extends $Command<
23
+ GetInvitationsCountCommandInput,
24
+ GetInvitationsCountCommandOutput,
25
+ GuardDutyClientResolvedConfig
26
+ > {
27
+ readonly input: GetInvitationsCountCommandInput;
28
+ constructor(input: GetInvitationsCountCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GuardDutyClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }