@aws-sdk/client-guardduty 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/GuardDuty.d.ts +1186 -330
  3. package/dist-types/ts3.4/GuardDutyClient.d.ts +519 -138
  4. package/dist-types/ts3.4/commands/AcceptAdministratorInvitationCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/ArchiveFindingsCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateDetectorCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/CreatePublishingDestinationCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateThreatIntelSetCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeletePublishingDestinationCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteThreatIntelSetCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DescribeMalwareScansCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribePublishingDestinationCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/GetDetectorCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/GetMalwareScanSettingsCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/GetMemberDetectorsCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/GetRemainingFreeTrialDaysCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/GetThreatIntelSetCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +38 -17
  44. package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/ListDetectorsCommand.d.ts +37 -17
  46. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +34 -17
  48. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +37 -17
  50. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/ListPublishingDestinationsCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/ListThreatIntelSetsCommand.d.ts +38 -17
  55. package/dist-types/ts3.4/commands/StartMonitoringMembersCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/StopMonitoringMembersCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  58. package/dist-types/ts3.4/commands/UnarchiveFindingsCommand.d.ts +38 -17
  59. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  60. package/dist-types/ts3.4/commands/UpdateDetectorCommand.d.ts +37 -17
  61. package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +34 -17
  62. package/dist-types/ts3.4/commands/UpdateFindingsFeedbackCommand.d.ts +41 -17
  63. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/UpdateMalwareScanSettingsCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/UpdateMemberDetectorsCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/UpdatePublishingDestinationCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/UpdateThreatIntelSetCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/index.d.ts +65 -65
  70. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  71. package/dist-types/ts3.4/index.d.ts +6 -6
  72. package/dist-types/ts3.4/models/GuardDutyServiceException.d.ts +8 -6
  73. package/dist-types/ts3.4/models/index.d.ts +1 -1
  74. package/dist-types/ts3.4/models/models_0.d.ts +2807 -2604
  75. package/dist-types/ts3.4/pagination/DescribeMalwareScansPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/GetUsageStatisticsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  78. package/dist-types/ts3.4/pagination/ListDetectorsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListIPSetsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListPublishingDestinationsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListThreatIntelSetsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  88. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +785 -197
  89. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  90. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  91. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  92. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  93. package/package.json +34 -34
@@ -1,138 +1,519 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AcceptAdministratorInvitationCommandInput, AcceptAdministratorInvitationCommandOutput } from "./commands/AcceptAdministratorInvitationCommand";
10
- import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
11
- import { ArchiveFindingsCommandInput, ArchiveFindingsCommandOutput } from "./commands/ArchiveFindingsCommand";
12
- import { CreateDetectorCommandInput, CreateDetectorCommandOutput } from "./commands/CreateDetectorCommand";
13
- import { CreateFilterCommandInput, CreateFilterCommandOutput } from "./commands/CreateFilterCommand";
14
- import { CreateIPSetCommandInput, CreateIPSetCommandOutput } from "./commands/CreateIPSetCommand";
15
- import { CreateMembersCommandInput, CreateMembersCommandOutput } from "./commands/CreateMembersCommand";
16
- import { CreatePublishingDestinationCommandInput, CreatePublishingDestinationCommandOutput } from "./commands/CreatePublishingDestinationCommand";
17
- import { CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput } from "./commands/CreateSampleFindingsCommand";
18
- import { CreateThreatIntelSetCommandInput, CreateThreatIntelSetCommandOutput } from "./commands/CreateThreatIntelSetCommand";
19
- import { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "./commands/DeclineInvitationsCommand";
20
- import { DeleteDetectorCommandInput, DeleteDetectorCommandOutput } from "./commands/DeleteDetectorCommand";
21
- import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "./commands/DeleteFilterCommand";
22
- import { DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput } from "./commands/DeleteInvitationsCommand";
23
- import { DeleteIPSetCommandInput, DeleteIPSetCommandOutput } from "./commands/DeleteIPSetCommand";
24
- import { DeleteMembersCommandInput, DeleteMembersCommandOutput } from "./commands/DeleteMembersCommand";
25
- import { DeletePublishingDestinationCommandInput, DeletePublishingDestinationCommandOutput } from "./commands/DeletePublishingDestinationCommand";
26
- import { DeleteThreatIntelSetCommandInput, DeleteThreatIntelSetCommandOutput } from "./commands/DeleteThreatIntelSetCommand";
27
- import { DescribeMalwareScansCommandInput, DescribeMalwareScansCommandOutput } from "./commands/DescribeMalwareScansCommand";
28
- import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
29
- import { DescribePublishingDestinationCommandInput, DescribePublishingDestinationCommandOutput } from "./commands/DescribePublishingDestinationCommand";
30
- import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput } from "./commands/DisableOrganizationAdminAccountCommand";
31
- import { DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput } from "./commands/DisassociateFromAdministratorAccountCommand";
32
- import { DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput } from "./commands/DisassociateFromMasterAccountCommand";
33
- import { DisassociateMembersCommandInput, DisassociateMembersCommandOutput } from "./commands/DisassociateMembersCommand";
34
- import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "./commands/EnableOrganizationAdminAccountCommand";
35
- import { GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput } from "./commands/GetAdministratorAccountCommand";
36
- import { GetDetectorCommandInput, GetDetectorCommandOutput } from "./commands/GetDetectorCommand";
37
- import { GetFilterCommandInput, GetFilterCommandOutput } from "./commands/GetFilterCommand";
38
- import { GetFindingsCommandInput, GetFindingsCommandOutput } from "./commands/GetFindingsCommand";
39
- import { GetFindingsStatisticsCommandInput, GetFindingsStatisticsCommandOutput } from "./commands/GetFindingsStatisticsCommand";
40
- import { GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput } from "./commands/GetInvitationsCountCommand";
41
- import { GetIPSetCommandInput, GetIPSetCommandOutput } from "./commands/GetIPSetCommand";
42
- import { GetMalwareScanSettingsCommandInput, GetMalwareScanSettingsCommandOutput } from "./commands/GetMalwareScanSettingsCommand";
43
- import { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "./commands/GetMasterAccountCommand";
44
- import { GetMemberDetectorsCommandInput, GetMemberDetectorsCommandOutput } from "./commands/GetMemberDetectorsCommand";
45
- import { GetMembersCommandInput, GetMembersCommandOutput } from "./commands/GetMembersCommand";
46
- import { GetRemainingFreeTrialDaysCommandInput, GetRemainingFreeTrialDaysCommandOutput } from "./commands/GetRemainingFreeTrialDaysCommand";
47
- import { GetThreatIntelSetCommandInput, GetThreatIntelSetCommandOutput } from "./commands/GetThreatIntelSetCommand";
48
- import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "./commands/GetUsageStatisticsCommand";
49
- import { InviteMembersCommandInput, InviteMembersCommandOutput } from "./commands/InviteMembersCommand";
50
- import { ListDetectorsCommandInput, ListDetectorsCommandOutput } from "./commands/ListDetectorsCommand";
51
- import { ListFiltersCommandInput, ListFiltersCommandOutput } from "./commands/ListFiltersCommand";
52
- import { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
53
- import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "./commands/ListInvitationsCommand";
54
- import { ListIPSetsCommandInput, ListIPSetsCommandOutput } from "./commands/ListIPSetsCommand";
55
- import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
56
- import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "./commands/ListOrganizationAdminAccountsCommand";
57
- import { ListPublishingDestinationsCommandInput, ListPublishingDestinationsCommandOutput } from "./commands/ListPublishingDestinationsCommand";
58
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
59
- import { ListThreatIntelSetsCommandInput, ListThreatIntelSetsCommandOutput } from "./commands/ListThreatIntelSetsCommand";
60
- import { StartMonitoringMembersCommandInput, StartMonitoringMembersCommandOutput } from "./commands/StartMonitoringMembersCommand";
61
- import { StopMonitoringMembersCommandInput, StopMonitoringMembersCommandOutput } from "./commands/StopMonitoringMembersCommand";
62
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
63
- import { UnarchiveFindingsCommandInput, UnarchiveFindingsCommandOutput } from "./commands/UnarchiveFindingsCommand";
64
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
65
- import { UpdateDetectorCommandInput, UpdateDetectorCommandOutput } from "./commands/UpdateDetectorCommand";
66
- import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "./commands/UpdateFilterCommand";
67
- import { UpdateFindingsFeedbackCommandInput, UpdateFindingsFeedbackCommandOutput } from "./commands/UpdateFindingsFeedbackCommand";
68
- import { UpdateIPSetCommandInput, UpdateIPSetCommandOutput } from "./commands/UpdateIPSetCommand";
69
- import { UpdateMalwareScanSettingsCommandInput, UpdateMalwareScanSettingsCommandOutput } from "./commands/UpdateMalwareScanSettingsCommand";
70
- import { UpdateMemberDetectorsCommandInput, UpdateMemberDetectorsCommandOutput } from "./commands/UpdateMemberDetectorsCommand";
71
- import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
72
- import { UpdatePublishingDestinationCommandInput, UpdatePublishingDestinationCommandOutput } from "./commands/UpdatePublishingDestinationCommand";
73
- import { UpdateThreatIntelSetCommandInput, UpdateThreatIntelSetCommandOutput } from "./commands/UpdateThreatIntelSetCommand";
74
- export declare type ServiceInputTypes = AcceptAdministratorInvitationCommandInput | AcceptInvitationCommandInput | ArchiveFindingsCommandInput | CreateDetectorCommandInput | CreateFilterCommandInput | CreateIPSetCommandInput | CreateMembersCommandInput | CreatePublishingDestinationCommandInput | CreateSampleFindingsCommandInput | CreateThreatIntelSetCommandInput | DeclineInvitationsCommandInput | DeleteDetectorCommandInput | DeleteFilterCommandInput | DeleteIPSetCommandInput | DeleteInvitationsCommandInput | DeleteMembersCommandInput | DeletePublishingDestinationCommandInput | DeleteThreatIntelSetCommandInput | DescribeMalwareScansCommandInput | DescribeOrganizationConfigurationCommandInput | DescribePublishingDestinationCommandInput | DisableOrganizationAdminAccountCommandInput | DisassociateFromAdministratorAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMembersCommandInput | EnableOrganizationAdminAccountCommandInput | GetAdministratorAccountCommandInput | GetDetectorCommandInput | GetFilterCommandInput | GetFindingsCommandInput | GetFindingsStatisticsCommandInput | GetIPSetCommandInput | GetInvitationsCountCommandInput | GetMalwareScanSettingsCommandInput | GetMasterAccountCommandInput | GetMemberDetectorsCommandInput | GetMembersCommandInput | GetRemainingFreeTrialDaysCommandInput | GetThreatIntelSetCommandInput | GetUsageStatisticsCommandInput | InviteMembersCommandInput | ListDetectorsCommandInput | ListFiltersCommandInput | ListFindingsCommandInput | ListIPSetsCommandInput | ListInvitationsCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListPublishingDestinationsCommandInput | ListTagsForResourceCommandInput | ListThreatIntelSetsCommandInput | StartMonitoringMembersCommandInput | StopMonitoringMembersCommandInput | TagResourceCommandInput | UnarchiveFindingsCommandInput | UntagResourceCommandInput | UpdateDetectorCommandInput | UpdateFilterCommandInput | UpdateFindingsFeedbackCommandInput | UpdateIPSetCommandInput | UpdateMalwareScanSettingsCommandInput | UpdateMemberDetectorsCommandInput | UpdateOrganizationConfigurationCommandInput | UpdatePublishingDestinationCommandInput | UpdateThreatIntelSetCommandInput;
75
- export declare type ServiceOutputTypes = AcceptAdministratorInvitationCommandOutput | AcceptInvitationCommandOutput | ArchiveFindingsCommandOutput | CreateDetectorCommandOutput | CreateFilterCommandOutput | CreateIPSetCommandOutput | CreateMembersCommandOutput | CreatePublishingDestinationCommandOutput | CreateSampleFindingsCommandOutput | CreateThreatIntelSetCommandOutput | DeclineInvitationsCommandOutput | DeleteDetectorCommandOutput | DeleteFilterCommandOutput | DeleteIPSetCommandOutput | DeleteInvitationsCommandOutput | DeleteMembersCommandOutput | DeletePublishingDestinationCommandOutput | DeleteThreatIntelSetCommandOutput | DescribeMalwareScansCommandOutput | DescribeOrganizationConfigurationCommandOutput | DescribePublishingDestinationCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisassociateFromAdministratorAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMembersCommandOutput | EnableOrganizationAdminAccountCommandOutput | GetAdministratorAccountCommandOutput | GetDetectorCommandOutput | GetFilterCommandOutput | GetFindingsCommandOutput | GetFindingsStatisticsCommandOutput | GetIPSetCommandOutput | GetInvitationsCountCommandOutput | GetMalwareScanSettingsCommandOutput | GetMasterAccountCommandOutput | GetMemberDetectorsCommandOutput | GetMembersCommandOutput | GetRemainingFreeTrialDaysCommandOutput | GetThreatIntelSetCommandOutput | GetUsageStatisticsCommandOutput | InviteMembersCommandOutput | ListDetectorsCommandOutput | ListFiltersCommandOutput | ListFindingsCommandOutput | ListIPSetsCommandOutput | ListInvitationsCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListPublishingDestinationsCommandOutput | ListTagsForResourceCommandOutput | ListThreatIntelSetsCommandOutput | StartMonitoringMembersCommandOutput | StopMonitoringMembersCommandOutput | TagResourceCommandOutput | UnarchiveFindingsCommandOutput | UntagResourceCommandOutput | UpdateDetectorCommandOutput | UpdateFilterCommandOutput | UpdateFindingsFeedbackCommandOutput | UpdateIPSetCommandOutput | UpdateMalwareScanSettingsCommandOutput | UpdateMemberDetectorsCommandOutput | UpdateOrganizationConfigurationCommandOutput | UpdatePublishingDestinationCommandOutput | UpdateThreatIntelSetCommandOutput;
76
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
77
-
78
- requestHandler?: __HttpHandler;
79
-
80
- sha256?: __HashConstructor;
81
-
82
- urlParser?: __UrlParser;
83
-
84
- bodyLengthChecker?: __BodyLengthCalculator;
85
-
86
- streamCollector?: __StreamCollector;
87
-
88
- base64Decoder?: __Decoder;
89
-
90
- base64Encoder?: __Encoder;
91
-
92
- utf8Decoder?: __Decoder;
93
-
94
- utf8Encoder?: __Encoder;
95
-
96
- runtime?: string;
97
-
98
- disableHostPrefix?: boolean;
99
-
100
- maxAttempts?: number | __Provider<number>;
101
-
102
- retryMode?: string | __Provider<string>;
103
-
104
- logger?: __Logger;
105
-
106
- useDualstackEndpoint?: boolean | __Provider<boolean>;
107
-
108
- useFipsEndpoint?: boolean | __Provider<boolean>;
109
-
110
- serviceId?: string;
111
-
112
- region?: string | __Provider<string>;
113
-
114
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
115
-
116
- regionInfoProvider?: RegionInfoProvider;
117
-
118
- defaultUserAgentProvider?: Provider<__UserAgent>;
119
-
120
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
121
- }
122
- declare type GuardDutyClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
123
-
124
- export interface GuardDutyClientConfig extends GuardDutyClientConfigType {
125
- }
126
- declare type GuardDutyClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
127
-
128
- export interface GuardDutyClientResolvedConfig extends GuardDutyClientResolvedConfigType {
129
- }
130
-
131
- export declare class GuardDutyClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, GuardDutyClientResolvedConfig> {
132
-
133
- readonly config: GuardDutyClientResolvedConfig;
134
- constructor(configuration: GuardDutyClientConfig);
135
-
136
- destroy(): void;
137
- }
138
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AcceptAdministratorInvitationCommandInput,
47
+ AcceptAdministratorInvitationCommandOutput,
48
+ } from "./commands/AcceptAdministratorInvitationCommand";
49
+ import {
50
+ AcceptInvitationCommandInput,
51
+ AcceptInvitationCommandOutput,
52
+ } from "./commands/AcceptInvitationCommand";
53
+ import {
54
+ ArchiveFindingsCommandInput,
55
+ ArchiveFindingsCommandOutput,
56
+ } from "./commands/ArchiveFindingsCommand";
57
+ import {
58
+ CreateDetectorCommandInput,
59
+ CreateDetectorCommandOutput,
60
+ } from "./commands/CreateDetectorCommand";
61
+ import {
62
+ CreateFilterCommandInput,
63
+ CreateFilterCommandOutput,
64
+ } from "./commands/CreateFilterCommand";
65
+ import {
66
+ CreateIPSetCommandInput,
67
+ CreateIPSetCommandOutput,
68
+ } from "./commands/CreateIPSetCommand";
69
+ import {
70
+ CreateMembersCommandInput,
71
+ CreateMembersCommandOutput,
72
+ } from "./commands/CreateMembersCommand";
73
+ import {
74
+ CreatePublishingDestinationCommandInput,
75
+ CreatePublishingDestinationCommandOutput,
76
+ } from "./commands/CreatePublishingDestinationCommand";
77
+ import {
78
+ CreateSampleFindingsCommandInput,
79
+ CreateSampleFindingsCommandOutput,
80
+ } from "./commands/CreateSampleFindingsCommand";
81
+ import {
82
+ CreateThreatIntelSetCommandInput,
83
+ CreateThreatIntelSetCommandOutput,
84
+ } from "./commands/CreateThreatIntelSetCommand";
85
+ import {
86
+ DeclineInvitationsCommandInput,
87
+ DeclineInvitationsCommandOutput,
88
+ } from "./commands/DeclineInvitationsCommand";
89
+ import {
90
+ DeleteDetectorCommandInput,
91
+ DeleteDetectorCommandOutput,
92
+ } from "./commands/DeleteDetectorCommand";
93
+ import {
94
+ DeleteFilterCommandInput,
95
+ DeleteFilterCommandOutput,
96
+ } from "./commands/DeleteFilterCommand";
97
+ import {
98
+ DeleteInvitationsCommandInput,
99
+ DeleteInvitationsCommandOutput,
100
+ } from "./commands/DeleteInvitationsCommand";
101
+ import {
102
+ DeleteIPSetCommandInput,
103
+ DeleteIPSetCommandOutput,
104
+ } from "./commands/DeleteIPSetCommand";
105
+ import {
106
+ DeleteMembersCommandInput,
107
+ DeleteMembersCommandOutput,
108
+ } from "./commands/DeleteMembersCommand";
109
+ import {
110
+ DeletePublishingDestinationCommandInput,
111
+ DeletePublishingDestinationCommandOutput,
112
+ } from "./commands/DeletePublishingDestinationCommand";
113
+ import {
114
+ DeleteThreatIntelSetCommandInput,
115
+ DeleteThreatIntelSetCommandOutput,
116
+ } from "./commands/DeleteThreatIntelSetCommand";
117
+ import {
118
+ DescribeMalwareScansCommandInput,
119
+ DescribeMalwareScansCommandOutput,
120
+ } from "./commands/DescribeMalwareScansCommand";
121
+ import {
122
+ DescribeOrganizationConfigurationCommandInput,
123
+ DescribeOrganizationConfigurationCommandOutput,
124
+ } from "./commands/DescribeOrganizationConfigurationCommand";
125
+ import {
126
+ DescribePublishingDestinationCommandInput,
127
+ DescribePublishingDestinationCommandOutput,
128
+ } from "./commands/DescribePublishingDestinationCommand";
129
+ import {
130
+ DisableOrganizationAdminAccountCommandInput,
131
+ DisableOrganizationAdminAccountCommandOutput,
132
+ } from "./commands/DisableOrganizationAdminAccountCommand";
133
+ import {
134
+ DisassociateFromAdministratorAccountCommandInput,
135
+ DisassociateFromAdministratorAccountCommandOutput,
136
+ } from "./commands/DisassociateFromAdministratorAccountCommand";
137
+ import {
138
+ DisassociateFromMasterAccountCommandInput,
139
+ DisassociateFromMasterAccountCommandOutput,
140
+ } from "./commands/DisassociateFromMasterAccountCommand";
141
+ import {
142
+ DisassociateMembersCommandInput,
143
+ DisassociateMembersCommandOutput,
144
+ } from "./commands/DisassociateMembersCommand";
145
+ import {
146
+ EnableOrganizationAdminAccountCommandInput,
147
+ EnableOrganizationAdminAccountCommandOutput,
148
+ } from "./commands/EnableOrganizationAdminAccountCommand";
149
+ import {
150
+ GetAdministratorAccountCommandInput,
151
+ GetAdministratorAccountCommandOutput,
152
+ } from "./commands/GetAdministratorAccountCommand";
153
+ import {
154
+ GetDetectorCommandInput,
155
+ GetDetectorCommandOutput,
156
+ } from "./commands/GetDetectorCommand";
157
+ import {
158
+ GetFilterCommandInput,
159
+ GetFilterCommandOutput,
160
+ } from "./commands/GetFilterCommand";
161
+ import {
162
+ GetFindingsCommandInput,
163
+ GetFindingsCommandOutput,
164
+ } from "./commands/GetFindingsCommand";
165
+ import {
166
+ GetFindingsStatisticsCommandInput,
167
+ GetFindingsStatisticsCommandOutput,
168
+ } from "./commands/GetFindingsStatisticsCommand";
169
+ import {
170
+ GetInvitationsCountCommandInput,
171
+ GetInvitationsCountCommandOutput,
172
+ } from "./commands/GetInvitationsCountCommand";
173
+ import {
174
+ GetIPSetCommandInput,
175
+ GetIPSetCommandOutput,
176
+ } from "./commands/GetIPSetCommand";
177
+ import {
178
+ GetMalwareScanSettingsCommandInput,
179
+ GetMalwareScanSettingsCommandOutput,
180
+ } from "./commands/GetMalwareScanSettingsCommand";
181
+ import {
182
+ GetMasterAccountCommandInput,
183
+ GetMasterAccountCommandOutput,
184
+ } from "./commands/GetMasterAccountCommand";
185
+ import {
186
+ GetMemberDetectorsCommandInput,
187
+ GetMemberDetectorsCommandOutput,
188
+ } from "./commands/GetMemberDetectorsCommand";
189
+ import {
190
+ GetMembersCommandInput,
191
+ GetMembersCommandOutput,
192
+ } from "./commands/GetMembersCommand";
193
+ import {
194
+ GetRemainingFreeTrialDaysCommandInput,
195
+ GetRemainingFreeTrialDaysCommandOutput,
196
+ } from "./commands/GetRemainingFreeTrialDaysCommand";
197
+ import {
198
+ GetThreatIntelSetCommandInput,
199
+ GetThreatIntelSetCommandOutput,
200
+ } from "./commands/GetThreatIntelSetCommand";
201
+ import {
202
+ GetUsageStatisticsCommandInput,
203
+ GetUsageStatisticsCommandOutput,
204
+ } from "./commands/GetUsageStatisticsCommand";
205
+ import {
206
+ InviteMembersCommandInput,
207
+ InviteMembersCommandOutput,
208
+ } from "./commands/InviteMembersCommand";
209
+ import {
210
+ ListDetectorsCommandInput,
211
+ ListDetectorsCommandOutput,
212
+ } from "./commands/ListDetectorsCommand";
213
+ import {
214
+ ListFiltersCommandInput,
215
+ ListFiltersCommandOutput,
216
+ } from "./commands/ListFiltersCommand";
217
+ import {
218
+ ListFindingsCommandInput,
219
+ ListFindingsCommandOutput,
220
+ } from "./commands/ListFindingsCommand";
221
+ import {
222
+ ListInvitationsCommandInput,
223
+ ListInvitationsCommandOutput,
224
+ } from "./commands/ListInvitationsCommand";
225
+ import {
226
+ ListIPSetsCommandInput,
227
+ ListIPSetsCommandOutput,
228
+ } from "./commands/ListIPSetsCommand";
229
+ import {
230
+ ListMembersCommandInput,
231
+ ListMembersCommandOutput,
232
+ } from "./commands/ListMembersCommand";
233
+ import {
234
+ ListOrganizationAdminAccountsCommandInput,
235
+ ListOrganizationAdminAccountsCommandOutput,
236
+ } from "./commands/ListOrganizationAdminAccountsCommand";
237
+ import {
238
+ ListPublishingDestinationsCommandInput,
239
+ ListPublishingDestinationsCommandOutput,
240
+ } from "./commands/ListPublishingDestinationsCommand";
241
+ import {
242
+ ListTagsForResourceCommandInput,
243
+ ListTagsForResourceCommandOutput,
244
+ } from "./commands/ListTagsForResourceCommand";
245
+ import {
246
+ ListThreatIntelSetsCommandInput,
247
+ ListThreatIntelSetsCommandOutput,
248
+ } from "./commands/ListThreatIntelSetsCommand";
249
+ import {
250
+ StartMonitoringMembersCommandInput,
251
+ StartMonitoringMembersCommandOutput,
252
+ } from "./commands/StartMonitoringMembersCommand";
253
+ import {
254
+ StopMonitoringMembersCommandInput,
255
+ StopMonitoringMembersCommandOutput,
256
+ } from "./commands/StopMonitoringMembersCommand";
257
+ import {
258
+ TagResourceCommandInput,
259
+ TagResourceCommandOutput,
260
+ } from "./commands/TagResourceCommand";
261
+ import {
262
+ UnarchiveFindingsCommandInput,
263
+ UnarchiveFindingsCommandOutput,
264
+ } from "./commands/UnarchiveFindingsCommand";
265
+ import {
266
+ UntagResourceCommandInput,
267
+ UntagResourceCommandOutput,
268
+ } from "./commands/UntagResourceCommand";
269
+ import {
270
+ UpdateDetectorCommandInput,
271
+ UpdateDetectorCommandOutput,
272
+ } from "./commands/UpdateDetectorCommand";
273
+ import {
274
+ UpdateFilterCommandInput,
275
+ UpdateFilterCommandOutput,
276
+ } from "./commands/UpdateFilterCommand";
277
+ import {
278
+ UpdateFindingsFeedbackCommandInput,
279
+ UpdateFindingsFeedbackCommandOutput,
280
+ } from "./commands/UpdateFindingsFeedbackCommand";
281
+ import {
282
+ UpdateIPSetCommandInput,
283
+ UpdateIPSetCommandOutput,
284
+ } from "./commands/UpdateIPSetCommand";
285
+ import {
286
+ UpdateMalwareScanSettingsCommandInput,
287
+ UpdateMalwareScanSettingsCommandOutput,
288
+ } from "./commands/UpdateMalwareScanSettingsCommand";
289
+ import {
290
+ UpdateMemberDetectorsCommandInput,
291
+ UpdateMemberDetectorsCommandOutput,
292
+ } from "./commands/UpdateMemberDetectorsCommand";
293
+ import {
294
+ UpdateOrganizationConfigurationCommandInput,
295
+ UpdateOrganizationConfigurationCommandOutput,
296
+ } from "./commands/UpdateOrganizationConfigurationCommand";
297
+ import {
298
+ UpdatePublishingDestinationCommandInput,
299
+ UpdatePublishingDestinationCommandOutput,
300
+ } from "./commands/UpdatePublishingDestinationCommand";
301
+ import {
302
+ UpdateThreatIntelSetCommandInput,
303
+ UpdateThreatIntelSetCommandOutput,
304
+ } from "./commands/UpdateThreatIntelSetCommand";
305
+ export declare type ServiceInputTypes =
306
+ | AcceptAdministratorInvitationCommandInput
307
+ | AcceptInvitationCommandInput
308
+ | ArchiveFindingsCommandInput
309
+ | CreateDetectorCommandInput
310
+ | CreateFilterCommandInput
311
+ | CreateIPSetCommandInput
312
+ | CreateMembersCommandInput
313
+ | CreatePublishingDestinationCommandInput
314
+ | CreateSampleFindingsCommandInput
315
+ | CreateThreatIntelSetCommandInput
316
+ | DeclineInvitationsCommandInput
317
+ | DeleteDetectorCommandInput
318
+ | DeleteFilterCommandInput
319
+ | DeleteIPSetCommandInput
320
+ | DeleteInvitationsCommandInput
321
+ | DeleteMembersCommandInput
322
+ | DeletePublishingDestinationCommandInput
323
+ | DeleteThreatIntelSetCommandInput
324
+ | DescribeMalwareScansCommandInput
325
+ | DescribeOrganizationConfigurationCommandInput
326
+ | DescribePublishingDestinationCommandInput
327
+ | DisableOrganizationAdminAccountCommandInput
328
+ | DisassociateFromAdministratorAccountCommandInput
329
+ | DisassociateFromMasterAccountCommandInput
330
+ | DisassociateMembersCommandInput
331
+ | EnableOrganizationAdminAccountCommandInput
332
+ | GetAdministratorAccountCommandInput
333
+ | GetDetectorCommandInput
334
+ | GetFilterCommandInput
335
+ | GetFindingsCommandInput
336
+ | GetFindingsStatisticsCommandInput
337
+ | GetIPSetCommandInput
338
+ | GetInvitationsCountCommandInput
339
+ | GetMalwareScanSettingsCommandInput
340
+ | GetMasterAccountCommandInput
341
+ | GetMemberDetectorsCommandInput
342
+ | GetMembersCommandInput
343
+ | GetRemainingFreeTrialDaysCommandInput
344
+ | GetThreatIntelSetCommandInput
345
+ | GetUsageStatisticsCommandInput
346
+ | InviteMembersCommandInput
347
+ | ListDetectorsCommandInput
348
+ | ListFiltersCommandInput
349
+ | ListFindingsCommandInput
350
+ | ListIPSetsCommandInput
351
+ | ListInvitationsCommandInput
352
+ | ListMembersCommandInput
353
+ | ListOrganizationAdminAccountsCommandInput
354
+ | ListPublishingDestinationsCommandInput
355
+ | ListTagsForResourceCommandInput
356
+ | ListThreatIntelSetsCommandInput
357
+ | StartMonitoringMembersCommandInput
358
+ | StopMonitoringMembersCommandInput
359
+ | TagResourceCommandInput
360
+ | UnarchiveFindingsCommandInput
361
+ | UntagResourceCommandInput
362
+ | UpdateDetectorCommandInput
363
+ | UpdateFilterCommandInput
364
+ | UpdateFindingsFeedbackCommandInput
365
+ | UpdateIPSetCommandInput
366
+ | UpdateMalwareScanSettingsCommandInput
367
+ | UpdateMemberDetectorsCommandInput
368
+ | UpdateOrganizationConfigurationCommandInput
369
+ | UpdatePublishingDestinationCommandInput
370
+ | UpdateThreatIntelSetCommandInput;
371
+ export declare type ServiceOutputTypes =
372
+ | AcceptAdministratorInvitationCommandOutput
373
+ | AcceptInvitationCommandOutput
374
+ | ArchiveFindingsCommandOutput
375
+ | CreateDetectorCommandOutput
376
+ | CreateFilterCommandOutput
377
+ | CreateIPSetCommandOutput
378
+ | CreateMembersCommandOutput
379
+ | CreatePublishingDestinationCommandOutput
380
+ | CreateSampleFindingsCommandOutput
381
+ | CreateThreatIntelSetCommandOutput
382
+ | DeclineInvitationsCommandOutput
383
+ | DeleteDetectorCommandOutput
384
+ | DeleteFilterCommandOutput
385
+ | DeleteIPSetCommandOutput
386
+ | DeleteInvitationsCommandOutput
387
+ | DeleteMembersCommandOutput
388
+ | DeletePublishingDestinationCommandOutput
389
+ | DeleteThreatIntelSetCommandOutput
390
+ | DescribeMalwareScansCommandOutput
391
+ | DescribeOrganizationConfigurationCommandOutput
392
+ | DescribePublishingDestinationCommandOutput
393
+ | DisableOrganizationAdminAccountCommandOutput
394
+ | DisassociateFromAdministratorAccountCommandOutput
395
+ | DisassociateFromMasterAccountCommandOutput
396
+ | DisassociateMembersCommandOutput
397
+ | EnableOrganizationAdminAccountCommandOutput
398
+ | GetAdministratorAccountCommandOutput
399
+ | GetDetectorCommandOutput
400
+ | GetFilterCommandOutput
401
+ | GetFindingsCommandOutput
402
+ | GetFindingsStatisticsCommandOutput
403
+ | GetIPSetCommandOutput
404
+ | GetInvitationsCountCommandOutput
405
+ | GetMalwareScanSettingsCommandOutput
406
+ | GetMasterAccountCommandOutput
407
+ | GetMemberDetectorsCommandOutput
408
+ | GetMembersCommandOutput
409
+ | GetRemainingFreeTrialDaysCommandOutput
410
+ | GetThreatIntelSetCommandOutput
411
+ | GetUsageStatisticsCommandOutput
412
+ | InviteMembersCommandOutput
413
+ | ListDetectorsCommandOutput
414
+ | ListFiltersCommandOutput
415
+ | ListFindingsCommandOutput
416
+ | ListIPSetsCommandOutput
417
+ | ListInvitationsCommandOutput
418
+ | ListMembersCommandOutput
419
+ | ListOrganizationAdminAccountsCommandOutput
420
+ | ListPublishingDestinationsCommandOutput
421
+ | ListTagsForResourceCommandOutput
422
+ | ListThreatIntelSetsCommandOutput
423
+ | StartMonitoringMembersCommandOutput
424
+ | StopMonitoringMembersCommandOutput
425
+ | TagResourceCommandOutput
426
+ | UnarchiveFindingsCommandOutput
427
+ | UntagResourceCommandOutput
428
+ | UpdateDetectorCommandOutput
429
+ | UpdateFilterCommandOutput
430
+ | UpdateFindingsFeedbackCommandOutput
431
+ | UpdateIPSetCommandOutput
432
+ | UpdateMalwareScanSettingsCommandOutput
433
+ | UpdateMemberDetectorsCommandOutput
434
+ | UpdateOrganizationConfigurationCommandOutput
435
+ | UpdatePublishingDestinationCommandOutput
436
+ | UpdateThreatIntelSetCommandOutput;
437
+ export interface ClientDefaults
438
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
439
+ requestHandler?: __HttpHandler;
440
+
441
+ sha256?: __HashConstructor;
442
+
443
+ urlParser?: __UrlParser;
444
+
445
+ bodyLengthChecker?: __BodyLengthCalculator;
446
+
447
+ streamCollector?: __StreamCollector;
448
+
449
+ base64Decoder?: __Decoder;
450
+
451
+ base64Encoder?: __Encoder;
452
+
453
+ utf8Decoder?: __Decoder;
454
+
455
+ utf8Encoder?: __Encoder;
456
+
457
+ runtime?: string;
458
+
459
+ disableHostPrefix?: boolean;
460
+
461
+ maxAttempts?: number | __Provider<number>;
462
+
463
+ retryMode?: string | __Provider<string>;
464
+
465
+ logger?: __Logger;
466
+
467
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
468
+
469
+ useFipsEndpoint?: boolean | __Provider<boolean>;
470
+
471
+ serviceId?: string;
472
+
473
+ region?: string | __Provider<string>;
474
+
475
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
476
+
477
+ regionInfoProvider?: RegionInfoProvider;
478
+
479
+ defaultUserAgentProvider?: Provider<__UserAgent>;
480
+
481
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
482
+ }
483
+ declare type GuardDutyClientConfigType = Partial<
484
+ __SmithyConfiguration<__HttpHandlerOptions>
485
+ > &
486
+ ClientDefaults &
487
+ RegionInputConfig &
488
+ EndpointsInputConfig &
489
+ RetryInputConfig &
490
+ HostHeaderInputConfig &
491
+ AwsAuthInputConfig &
492
+ UserAgentInputConfig;
493
+
494
+ export interface GuardDutyClientConfig extends GuardDutyClientConfigType {}
495
+ declare type GuardDutyClientResolvedConfigType =
496
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
497
+ Required<ClientDefaults> &
498
+ RegionResolvedConfig &
499
+ EndpointsResolvedConfig &
500
+ RetryResolvedConfig &
501
+ HostHeaderResolvedConfig &
502
+ AwsAuthResolvedConfig &
503
+ UserAgentResolvedConfig;
504
+
505
+ export interface GuardDutyClientResolvedConfig
506
+ extends GuardDutyClientResolvedConfigType {}
507
+
508
+ export declare class GuardDutyClient extends __Client<
509
+ __HttpHandlerOptions,
510
+ ServiceInputTypes,
511
+ ServiceOutputTypes,
512
+ GuardDutyClientResolvedConfig
513
+ > {
514
+ readonly config: GuardDutyClientResolvedConfig;
515
+ constructor(configuration: GuardDutyClientConfig);
516
+
517
+ destroy(): void;
518
+ }
519
+ export {};