@aws-sdk/client-guardduty 3.934.0 → 3.936.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 (72) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +1505 -525
  3. package/dist-es/GuardDuty.js +4 -0
  4. package/dist-es/commands/GetMalwareScanCommand.js +16 -0
  5. package/dist-es/commands/ListMalwareScansCommand.js +16 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/index.js +2 -1
  8. package/dist-es/models/enums.js +445 -0
  9. package/dist-es/models/errors.js +81 -0
  10. package/dist-es/models/models_0.js +1 -383
  11. package/dist-es/models/models_1.js +1 -77
  12. package/dist-es/pagination/ListMalwareScansPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +1 -0
  14. package/dist-es/schemas/schemas_0.js +942 -68
  15. package/dist-types/GuardDuty.d.ts +15 -0
  16. package/dist-types/GuardDutyClient.d.ts +4 -2
  17. package/dist-types/commands/DescribeMalwareScansCommand.d.ts +1 -0
  18. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +1 -1
  19. package/dist-types/commands/GetCoverageStatisticsCommand.d.ts +1 -1
  20. package/dist-types/commands/GetDetectorCommand.d.ts +1 -1
  21. package/dist-types/commands/GetFilterCommand.d.ts +1 -1
  22. package/dist-types/commands/GetFindingsCommand.d.ts +34 -1
  23. package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +1 -1
  24. package/dist-types/commands/GetIPSetCommand.d.ts +1 -1
  25. package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
  26. package/dist-types/commands/GetMalwareProtectionPlanCommand.d.ts +1 -1
  27. package/dist-types/commands/GetMalwareScanCommand.d.ts +164 -0
  28. package/dist-types/commands/GetMalwareScanSettingsCommand.d.ts +1 -1
  29. package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -1
  30. package/dist-types/commands/GetMemberDetectorsCommand.d.ts +1 -1
  31. package/dist-types/commands/GetMembersCommand.d.ts +1 -1
  32. package/dist-types/commands/ListMalwareScansCommand.d.ts +110 -0
  33. package/dist-types/commands/StartMalwareScanCommand.d.ts +14 -2
  34. package/dist-types/commands/index.d.ts +2 -0
  35. package/dist-types/index.d.ts +4 -1
  36. package/dist-types/models/enums.d.ts +973 -0
  37. package/dist-types/models/errors.d.ts +112 -0
  38. package/dist-types/models/models_0.d.ts +1178 -784
  39. package/dist-types/models/models_1.d.ts +169 -893
  40. package/dist-types/pagination/ListMalwareScansPaginator.d.ts +7 -0
  41. package/dist-types/pagination/index.d.ts +1 -0
  42. package/dist-types/schemas/schemas_0.d.ts +30 -0
  43. package/dist-types/ts3.4/GuardDuty.d.ts +35 -0
  44. package/dist-types/ts3.4/GuardDutyClient.d.ts +12 -0
  45. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/GetCoverageStatisticsCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/GetDetectorCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/GetMalwareProtectionPlanCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/GetMalwareScanCommand.d.ts +50 -0
  55. package/dist-types/ts3.4/commands/GetMalwareScanSettingsCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/GetMemberDetectorsCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/ListMalwareScansCommand.d.ts +50 -0
  60. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  61. package/dist-types/ts3.4/index.d.ts +4 -1
  62. package/dist-types/ts3.4/models/enums.d.ts +554 -0
  63. package/dist-types/ts3.4/models/errors.d.ts +45 -0
  64. package/dist-types/ts3.4/models/models_0.d.ts +329 -423
  65. package/dist-types/ts3.4/models/models_1.d.ts +68 -285
  66. package/dist-types/ts3.4/pagination/ListMalwareScansPaginator.d.ts +11 -0
  67. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  68. package/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -0
  69. package/package.json +19 -19
  70. package/dist-es/models/index.js +0 -2
  71. package/dist-types/models/index.d.ts +0 -2
  72. package/dist-types/ts3.4/models/index.d.ts +0 -2
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListMalwareScansCommandInput, ListMalwareScansCommandOutput } from "../commands/ListMalwareScansCommand";
3
+ import { GuardDutyPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListMalwareScans: (config: GuardDutyPaginationConfiguration, input: ListMalwareScansCommandInput, ...rest: any[]) => Paginator<ListMalwareScansCommandOutput>;
@@ -8,6 +8,7 @@ export * from "./ListFiltersPaginator";
8
8
  export * from "./ListFindingsPaginator";
9
9
  export * from "./ListIPSetsPaginator";
10
10
  export * from "./ListInvitationsPaginator";
11
+ export * from "./ListMalwareScansPaginator";
11
12
  export * from "./ListMembersPaginator";
12
13
  export * from "./ListOrganizationAdminAccountsPaginator";
13
14
  export * from "./ListPublishingDestinationsPaginator";
@@ -17,6 +17,7 @@ export declare var AccountStatistics: StaticStructureSchema;
17
17
  export declare var Action: StaticStructureSchema;
18
18
  export declare var Actor: StaticStructureSchema;
19
19
  export declare var ActorProcess: StaticStructureSchema;
20
+ export declare var AdditionalInfo: StaticStructureSchema;
20
21
  export declare var AddonDetails: StaticStructureSchema;
21
22
  export declare var AdminAccount: StaticStructureSchema;
22
23
  export declare var Administrator: StaticStructureSchema;
@@ -123,9 +124,12 @@ export declare var DisassociateMembersResponse: StaticStructureSchema;
123
124
  export declare var DNSLogsConfigurationResult: StaticStructureSchema;
124
125
  export declare var DnsRequestAction: StaticStructureSchema;
125
126
  export declare var DomainDetails: StaticStructureSchema;
127
+ export declare var EbsSnapshot: StaticStructureSchema;
128
+ export declare var EbsSnapshotDetails: StaticStructureSchema;
126
129
  export declare var EbsVolumeDetails: StaticStructureSchema;
127
130
  export declare var EbsVolumeScanDetails: StaticStructureSchema;
128
131
  export declare var EbsVolumesResult: StaticStructureSchema;
132
+ export declare var Ec2ImageDetails: StaticStructureSchema;
129
133
  export declare var Ec2Instance: StaticStructureSchema;
130
134
  export declare var Ec2NetworkInterface: StaticStructureSchema;
131
135
  export declare var EcsClusterDetails: StaticStructureSchema;
@@ -164,6 +168,9 @@ export declare var GetIPSetRequest: StaticStructureSchema;
164
168
  export declare var GetIPSetResponse: StaticStructureSchema;
165
169
  export declare var GetMalwareProtectionPlanRequest: StaticStructureSchema;
166
170
  export declare var GetMalwareProtectionPlanResponse: StaticStructureSchema;
171
+ export declare var GetMalwareScanRequest: StaticStructureSchema;
172
+ export declare var GetMalwareScanResponse: StaticStructureSchema;
173
+ export declare var GetMalwareScanResultDetails: StaticStructureSchema;
167
174
  export declare var GetMalwareScanSettingsRequest: StaticStructureSchema;
168
175
  export declare var GetMalwareScanSettingsResponse: StaticStructureSchema;
169
176
  export declare var GetMasterAccountRequest: StaticStructureSchema;
@@ -187,12 +194,14 @@ export declare var HighestSeverityThreatDetails: StaticStructureSchema;
187
194
  export declare var HostPath: StaticStructureSchema;
188
195
  export declare var IamInstanceProfile: StaticStructureSchema;
189
196
  export declare var ImpersonatedUser: StaticStructureSchema;
197
+ export declare var IncrementalScanDetails: StaticStructureSchema;
190
198
  export declare var Indicator: StaticStructureSchema;
191
199
  export declare var InstanceDetails: StaticStructureSchema;
192
200
  export declare var InternalServerErrorException: StaticErrorSchema;
193
201
  export declare var Invitation: StaticStructureSchema;
194
202
  export declare var InviteMembersRequest: StaticStructureSchema;
195
203
  export declare var InviteMembersResponse: StaticStructureSchema;
204
+ export declare var ItemDetails: StaticStructureSchema;
196
205
  export declare var ItemPath: StaticStructureSchema;
197
206
  export declare var KubernetesApiCallAction: StaticStructureSchema;
198
207
  export declare var KubernetesAuditLogsConfiguration: StaticStructureSchema;
@@ -223,6 +232,10 @@ export declare var ListIPSetsRequest: StaticStructureSchema;
223
232
  export declare var ListIPSetsResponse: StaticStructureSchema;
224
233
  export declare var ListMalwareProtectionPlansRequest: StaticStructureSchema;
225
234
  export declare var ListMalwareProtectionPlansResponse: StaticStructureSchema;
235
+ export declare var ListMalwareScansFilterCriteria: StaticStructureSchema;
236
+ export declare var ListMalwareScansFilterCriterion: StaticStructureSchema;
237
+ export declare var ListMalwareScansRequest: StaticStructureSchema;
238
+ export declare var ListMalwareScansResponse: StaticStructureSchema;
226
239
  export declare var ListMembersRequest: StaticStructureSchema;
227
240
  export declare var ListMembersResponse: StaticStructureSchema;
228
241
  export declare var ListOrganizationAdminAccountsRequest: StaticStructureSchema;
@@ -243,10 +256,12 @@ export declare var LoginAttribute: StaticStructureSchema;
243
256
  export declare var MalwareProtectionConfiguration: StaticStructureSchema;
244
257
  export declare var MalwareProtectionConfigurationResult: StaticStructureSchema;
245
258
  export declare var MalwareProtectionDataSourceFreeTrial: StaticStructureSchema;
259
+ export declare var MalwareProtectionFindingsScanConfiguration: StaticStructureSchema;
246
260
  export declare var MalwareProtectionPlanActions: StaticStructureSchema;
247
261
  export declare var MalwareProtectionPlanStatusReason: StaticStructureSchema;
248
262
  export declare var MalwareProtectionPlanSummary: StaticStructureSchema;
249
263
  export declare var MalwareProtectionPlanTaggingAction: StaticStructureSchema;
264
+ export declare var MalwareScan: StaticStructureSchema;
250
265
  export declare var MalwareScanDetails: StaticStructureSchema;
251
266
  export declare var Master: StaticStructureSchema;
252
267
  export declare var Member: StaticStructureSchema;
@@ -297,6 +312,8 @@ export declare var RdsDbInstanceDetails: StaticStructureSchema;
297
312
  export declare var RdsDbUserDetails: StaticStructureSchema;
298
313
  export declare var RdsLimitlessDbDetails: StaticStructureSchema;
299
314
  export declare var RdsLoginAttemptAction: StaticStructureSchema;
315
+ export declare var RecoveryPoint: StaticStructureSchema;
316
+ export declare var RecoveryPointDetails: StaticStructureSchema;
300
317
  export declare var RemoteAccountDetails: StaticStructureSchema;
301
318
  export declare var RemoteIpDetails: StaticStructureSchema;
302
319
  export declare var RemotePortDetails: StaticStructureSchema;
@@ -318,13 +335,18 @@ export declare var S3ObjectForSendObjectMalwareScan: StaticStructureSchema;
318
335
  export declare var Scan: StaticStructureSchema;
319
336
  export declare var ScanCondition: StaticStructureSchema;
320
337
  export declare var ScanConditionPair: StaticStructureSchema;
338
+ export declare var ScanConfiguration: StaticStructureSchema;
339
+ export declare var ScanConfigurationRecoveryPoint: StaticStructureSchema;
321
340
  export declare var ScanDetections: StaticStructureSchema;
322
341
  export declare var ScanEc2InstanceWithFindings: StaticStructureSchema;
323
342
  export declare var ScanEc2InstanceWithFindingsResult: StaticStructureSchema;
324
343
  export declare var ScanFilePath: StaticStructureSchema;
325
344
  export declare var ScannedItemCount: StaticStructureSchema;
345
+ export declare var ScannedResource: StaticStructureSchema;
346
+ export declare var ScannedResourceDetails: StaticStructureSchema;
326
347
  export declare var ScanResourceCriteria: StaticStructureSchema;
327
348
  export declare var ScanResultDetails: StaticStructureSchema;
349
+ export declare var ScanResultThreat: StaticStructureSchema;
328
350
  export declare var ScanThreatName: StaticStructureSchema;
329
351
  export declare var SecurityContext: StaticStructureSchema;
330
352
  export declare var SecurityGroup: StaticStructureSchema;
@@ -337,6 +359,7 @@ export declare var Session: StaticStructureSchema;
337
359
  export declare var SeverityStatistics: StaticStructureSchema;
338
360
  export declare var Signal: StaticStructureSchema;
339
361
  export declare var SortCriteria: StaticStructureSchema;
362
+ export declare var StartMalwareScanConfiguration: StaticStructureSchema;
340
363
  export declare var StartMalwareScanRequest: StaticStructureSchema;
341
364
  export declare var StartMalwareScanResponse: StaticStructureSchema;
342
365
  export declare var StartMonitoringMembersRequest: StaticStructureSchema;
@@ -444,12 +467,15 @@ export declare var Invitations: StaticListSchema;
444
467
  export declare var IpSetIds: number;
445
468
  export declare var Ipv6Addresses: number;
446
469
  export declare var Issues: number;
470
+ export declare var ItemDetailsList: StaticListSchema;
447
471
  export declare var ItemPaths: StaticListSchema;
448
472
  export declare var Lineage: StaticListSchema;
473
+ export declare var ListMalwareScansFilterCriterionList: StaticListSchema;
449
474
  export declare var LoginAttributes: StaticListSchema;
450
475
  export declare var MalwareProtectionPlanObjectPrefixesList: number;
451
476
  export declare var MalwareProtectionPlansSummary: StaticListSchema;
452
477
  export declare var MalwareProtectionPlanStatusReasonsList: StaticListSchema;
478
+ export declare var MalwareScans: StaticListSchema;
453
479
  export declare var MapEquals: StaticListSchema;
454
480
  export declare var MemberAdditionalConfigurationResults: StaticListSchema;
455
481
  export declare var MemberAdditionalConfigurations: StaticListSchema;
@@ -478,6 +504,8 @@ export declare var ResourceUids: number;
478
504
  export declare var S3BucketDetails: StaticListSchema;
479
505
  export declare var S3ObjectDetails: StaticListSchema;
480
506
  export declare var S3ObjectUids: number;
507
+ export declare var ScannedResources: StaticListSchema;
508
+ export declare var ScanResultThreats: StaticListSchema;
481
509
  export declare var Scans: StaticListSchema;
482
510
  export declare var ScanThreatNames: StaticListSchema;
483
511
  export declare var SecurityGroups: StaticListSchema;
@@ -557,6 +585,7 @@ export declare var GetFindingsStatistics: StaticOperationSchema;
557
585
  export declare var GetInvitationsCount: StaticOperationSchema;
558
586
  export declare var GetIPSet: StaticOperationSchema;
559
587
  export declare var GetMalwareProtectionPlan: StaticOperationSchema;
588
+ export declare var GetMalwareScan: StaticOperationSchema;
560
589
  export declare var GetMalwareScanSettings: StaticOperationSchema;
561
590
  export declare var GetMasterAccount: StaticOperationSchema;
562
591
  export declare var GetMemberDetectors: StaticOperationSchema;
@@ -575,6 +604,7 @@ export declare var ListFindings: StaticOperationSchema;
575
604
  export declare var ListInvitations: StaticOperationSchema;
576
605
  export declare var ListIPSets: StaticOperationSchema;
577
606
  export declare var ListMalwareProtectionPlans: StaticOperationSchema;
607
+ export declare var ListMalwareScans: StaticOperationSchema;
578
608
  export declare var ListMembers: StaticOperationSchema;
579
609
  export declare var ListOrganizationAdminAccounts: StaticOperationSchema;
580
610
  export declare var ListPublishingDestinations: StaticOperationSchema;
@@ -163,6 +163,10 @@ import {
163
163
  GetMalwareProtectionPlanCommandInput,
164
164
  GetMalwareProtectionPlanCommandOutput,
165
165
  } from "./commands/GetMalwareProtectionPlanCommand";
166
+ import {
167
+ GetMalwareScanCommandInput,
168
+ GetMalwareScanCommandOutput,
169
+ } from "./commands/GetMalwareScanCommand";
166
170
  import {
167
171
  GetMalwareScanSettingsCommandInput,
168
172
  GetMalwareScanSettingsCommandOutput,
@@ -235,6 +239,10 @@ import {
235
239
  ListMalwareProtectionPlansCommandInput,
236
240
  ListMalwareProtectionPlansCommandOutput,
237
241
  } from "./commands/ListMalwareProtectionPlansCommand";
242
+ import {
243
+ ListMalwareScansCommandInput,
244
+ ListMalwareScansCommandOutput,
245
+ } from "./commands/ListMalwareScansCommand";
238
246
  import {
239
247
  ListMembersCommandInput,
240
248
  ListMembersCommandOutput,
@@ -887,6 +895,19 @@ export interface GuardDuty {
887
895
  options: __HttpHandlerOptions,
888
896
  cb: (err: any, data?: GetMalwareProtectionPlanCommandOutput) => void
889
897
  ): void;
898
+ getMalwareScan(
899
+ args: GetMalwareScanCommandInput,
900
+ options?: __HttpHandlerOptions
901
+ ): Promise<GetMalwareScanCommandOutput>;
902
+ getMalwareScan(
903
+ args: GetMalwareScanCommandInput,
904
+ cb: (err: any, data?: GetMalwareScanCommandOutput) => void
905
+ ): void;
906
+ getMalwareScan(
907
+ args: GetMalwareScanCommandInput,
908
+ options: __HttpHandlerOptions,
909
+ cb: (err: any, data?: GetMalwareScanCommandOutput) => void
910
+ ): void;
890
911
  getMalwareScanSettings(
891
912
  args: GetMalwareScanSettingsCommandInput,
892
913
  options?: __HttpHandlerOptions
@@ -1125,6 +1146,20 @@ export interface GuardDuty {
1125
1146
  options: __HttpHandlerOptions,
1126
1147
  cb: (err: any, data?: ListMalwareProtectionPlansCommandOutput) => void
1127
1148
  ): void;
1149
+ listMalwareScans(): Promise<ListMalwareScansCommandOutput>;
1150
+ listMalwareScans(
1151
+ args: ListMalwareScansCommandInput,
1152
+ options?: __HttpHandlerOptions
1153
+ ): Promise<ListMalwareScansCommandOutput>;
1154
+ listMalwareScans(
1155
+ args: ListMalwareScansCommandInput,
1156
+ cb: (err: any, data?: ListMalwareScansCommandOutput) => void
1157
+ ): void;
1158
+ listMalwareScans(
1159
+ args: ListMalwareScansCommandInput,
1160
+ options: __HttpHandlerOptions,
1161
+ cb: (err: any, data?: ListMalwareScansCommandOutput) => void
1162
+ ): void;
1128
1163
  listMembers(
1129
1164
  args: ListMembersCommandInput,
1130
1165
  options?: __HttpHandlerOptions
@@ -212,6 +212,10 @@ import {
212
212
  GetMalwareProtectionPlanCommandInput,
213
213
  GetMalwareProtectionPlanCommandOutput,
214
214
  } from "./commands/GetMalwareProtectionPlanCommand";
215
+ import {
216
+ GetMalwareScanCommandInput,
217
+ GetMalwareScanCommandOutput,
218
+ } from "./commands/GetMalwareScanCommand";
215
219
  import {
216
220
  GetMalwareScanSettingsCommandInput,
217
221
  GetMalwareScanSettingsCommandOutput,
@@ -284,6 +288,10 @@ import {
284
288
  ListMalwareProtectionPlansCommandInput,
285
289
  ListMalwareProtectionPlansCommandOutput,
286
290
  } from "./commands/ListMalwareProtectionPlansCommand";
291
+ import {
292
+ ListMalwareScansCommandInput,
293
+ ListMalwareScansCommandOutput,
294
+ } from "./commands/ListMalwareScansCommand";
287
295
  import {
288
296
  ListMembersCommandInput,
289
297
  ListMembersCommandOutput,
@@ -437,6 +445,7 @@ export type ServiceInputTypes =
437
445
  | GetIPSetCommandInput
438
446
  | GetInvitationsCountCommandInput
439
447
  | GetMalwareProtectionPlanCommandInput
448
+ | GetMalwareScanCommandInput
440
449
  | GetMalwareScanSettingsCommandInput
441
450
  | GetMasterAccountCommandInput
442
451
  | GetMemberDetectorsCommandInput
@@ -455,6 +464,7 @@ export type ServiceInputTypes =
455
464
  | ListIPSetsCommandInput
456
465
  | ListInvitationsCommandInput
457
466
  | ListMalwareProtectionPlansCommandInput
467
+ | ListMalwareScansCommandInput
458
468
  | ListMembersCommandInput
459
469
  | ListOrganizationAdminAccountsCommandInput
460
470
  | ListPublishingDestinationsCommandInput
@@ -523,6 +533,7 @@ export type ServiceOutputTypes =
523
533
  | GetIPSetCommandOutput
524
534
  | GetInvitationsCountCommandOutput
525
535
  | GetMalwareProtectionPlanCommandOutput
536
+ | GetMalwareScanCommandOutput
526
537
  | GetMalwareScanSettingsCommandOutput
527
538
  | GetMasterAccountCommandOutput
528
539
  | GetMemberDetectorsCommandOutput
@@ -541,6 +552,7 @@ export type ServiceOutputTypes =
541
552
  | ListIPSetsCommandOutput
542
553
  | ListInvitationsCommandOutput
543
554
  | ListMalwareProtectionPlansCommandOutput
555
+ | ListMalwareScansCommandOutput
544
556
  | ListMembersCommandOutput
545
557
  | ListOrganizationAdminAccountsCommandOutput
546
558
  | ListPublishingDestinationsCommandOutput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetAdministratorAccountRequest,
10
10
  GetAdministratorAccountResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetAdministratorAccountCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetCoverageStatisticsRequest,
10
10
  GetCoverageStatisticsResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetCoverageStatisticsCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GuardDutyClient";
8
- import { GetDetectorRequest, GetDetectorResponse } from "../models/models_1";
8
+ import { GetDetectorRequest, GetDetectorResponse } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface GetDetectorCommandInput extends GetDetectorRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GuardDutyClient";
8
- import { GetFilterRequest, GetFilterResponse } from "../models/models_1";
8
+ import { GetFilterRequest, GetFilterResponse } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface GetFilterCommandInput extends GetFilterRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GuardDutyClient";
8
- import { GetFindingsRequest, GetFindingsResponse } from "../models/models_1";
8
+ import { GetFindingsRequest, GetFindingsResponse } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface GetFindingsCommandInput extends GetFindingsRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetFindingsStatisticsRequest,
10
10
  GetFindingsStatisticsResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetFindingsStatisticsCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GuardDutyClient";
8
- import { GetIPSetRequest, GetIPSetResponse } from "../models/models_1";
8
+ import { GetIPSetRequest, GetIPSetResponse } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface GetIPSetCommandInput extends GetIPSetRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetInvitationsCountRequest,
10
10
  GetInvitationsCountResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetInvitationsCountCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetMalwareProtectionPlanRequest,
10
10
  GetMalwareProtectionPlanResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetMalwareProtectionPlanCommandInput
@@ -0,0 +1,50 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GuardDutyClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GuardDutyClient";
8
+ import {
9
+ GetMalwareScanRequest,
10
+ GetMalwareScanResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetMalwareScanCommandInput extends GetMalwareScanRequest {}
15
+ export interface GetMalwareScanCommandOutput
16
+ extends GetMalwareScanResponse,
17
+ __MetadataBearer {}
18
+ declare const GetMalwareScanCommand_base: {
19
+ new (
20
+ input: GetMalwareScanCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetMalwareScanCommandInput,
23
+ GetMalwareScanCommandOutput,
24
+ GuardDutyClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ input: GetMalwareScanCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetMalwareScanCommandInput,
32
+ GetMalwareScanCommandOutput,
33
+ GuardDutyClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class GetMalwareScanCommand extends GetMalwareScanCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetMalwareScanRequest;
43
+ output: GetMalwareScanResponse;
44
+ };
45
+ sdk: {
46
+ input: GetMalwareScanCommandInput;
47
+ output: GetMalwareScanCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetMalwareScanSettingsRequest,
10
10
  GetMalwareScanSettingsResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetMalwareScanSettingsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetMasterAccountRequest,
10
10
  GetMasterAccountResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetMasterAccountCommandInput extends GetMasterAccountRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetMemberDetectorsRequest,
10
10
  GetMemberDetectorsResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetMemberDetectorsCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GuardDutyClient";
8
- import { GetMembersRequest, GetMembersResponse } from "../models/models_1";
8
+ import { GetMembersRequest, GetMembersResponse } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface GetMembersCommandInput extends GetMembersRequest {}
@@ -0,0 +1,50 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GuardDutyClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../GuardDutyClient";
8
+ import {
9
+ ListMalwareScansRequest,
10
+ ListMalwareScansResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListMalwareScansCommandInput extends ListMalwareScansRequest {}
15
+ export interface ListMalwareScansCommandOutput
16
+ extends ListMalwareScansResponse,
17
+ __MetadataBearer {}
18
+ declare const ListMalwareScansCommand_base: {
19
+ new (
20
+ input: ListMalwareScansCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListMalwareScansCommandInput,
23
+ ListMalwareScansCommandOutput,
24
+ GuardDutyClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ ...[input]: [] | [ListMalwareScansCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListMalwareScansCommandInput,
32
+ ListMalwareScansCommandOutput,
33
+ GuardDutyClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class ListMalwareScansCommand extends ListMalwareScansCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListMalwareScansRequest;
43
+ output: ListMalwareScansResponse;
44
+ };
45
+ sdk: {
46
+ input: ListMalwareScansCommandInput;
47
+ output: ListMalwareScansCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -39,6 +39,7 @@ export * from "./GetFindingsStatisticsCommand";
39
39
  export * from "./GetIPSetCommand";
40
40
  export * from "./GetInvitationsCountCommand";
41
41
  export * from "./GetMalwareProtectionPlanCommand";
42
+ export * from "./GetMalwareScanCommand";
42
43
  export * from "./GetMalwareScanSettingsCommand";
43
44
  export * from "./GetMasterAccountCommand";
44
45
  export * from "./GetMemberDetectorsCommand";
@@ -57,6 +58,7 @@ export * from "./ListFindingsCommand";
57
58
  export * from "./ListIPSetsCommand";
58
59
  export * from "./ListInvitationsCommand";
59
60
  export * from "./ListMalwareProtectionPlansCommand";
61
+ export * from "./ListMalwareScansCommand";
60
62
  export * from "./ListMembersCommand";
61
63
  export * from "./ListOrganizationAdminAccountsCommand";
62
64
  export * from "./ListPublishingDestinationsCommand";
@@ -5,5 +5,8 @@ export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { GuardDutyExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./pagination";
8
- export * from "./models";
8
+ export * from "./models/enums";
9
+ export * from "./models/errors";
10
+ export * from "./models/models_0";
11
+ export * from "./models/models_1";
9
12
  export { GuardDutyServiceException } from "./models/GuardDutyServiceException";