@aws-sdk/client-guardduty 3.934.0 → 3.935.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 +12 -12
  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,112 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { GuardDutyServiceException as __BaseException } from "./GuardDutyServiceException";
3
+ /**
4
+ * <p>A bad request exception object.</p>
5
+ * @public
6
+ */
7
+ export declare class BadRequestException extends __BaseException {
8
+ readonly name: "BadRequestException";
9
+ readonly $fault: "client";
10
+ /**
11
+ * <p>The error message.</p>
12
+ * @public
13
+ */
14
+ Message?: string | undefined;
15
+ /**
16
+ * <p>The error type.</p>
17
+ * @public
18
+ */
19
+ Type?: string | undefined;
20
+ /**
21
+ * @internal
22
+ */
23
+ constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
24
+ }
25
+ /**
26
+ * <p>An internal server error exception object.</p>
27
+ * @public
28
+ */
29
+ export declare class InternalServerErrorException extends __BaseException {
30
+ readonly name: "InternalServerErrorException";
31
+ readonly $fault: "server";
32
+ /**
33
+ * <p>The error message.</p>
34
+ * @public
35
+ */
36
+ Message?: string | undefined;
37
+ /**
38
+ * <p>The error type.</p>
39
+ * @public
40
+ */
41
+ Type?: string | undefined;
42
+ /**
43
+ * @internal
44
+ */
45
+ constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
46
+ }
47
+ /**
48
+ * <p>An access denied exception object.</p>
49
+ * @public
50
+ */
51
+ export declare class AccessDeniedException extends __BaseException {
52
+ readonly name: "AccessDeniedException";
53
+ readonly $fault: "client";
54
+ /**
55
+ * <p>The error message.</p>
56
+ * @public
57
+ */
58
+ Message?: string | undefined;
59
+ /**
60
+ * <p>The error type.</p>
61
+ * @public
62
+ */
63
+ Type?: string | undefined;
64
+ /**
65
+ * @internal
66
+ */
67
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
68
+ }
69
+ /**
70
+ * <p>A request conflict exception object.</p>
71
+ * @public
72
+ */
73
+ export declare class ConflictException extends __BaseException {
74
+ readonly name: "ConflictException";
75
+ readonly $fault: "client";
76
+ /**
77
+ * <p>The error message.</p>
78
+ * @public
79
+ */
80
+ Message?: string | undefined;
81
+ /**
82
+ * <p>The error type.</p>
83
+ * @public
84
+ */
85
+ Type?: string | undefined;
86
+ /**
87
+ * @internal
88
+ */
89
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
90
+ }
91
+ /**
92
+ * <p>The requested resource can't be found.</p>
93
+ * @public
94
+ */
95
+ export declare class ResourceNotFoundException extends __BaseException {
96
+ readonly name: "ResourceNotFoundException";
97
+ readonly $fault: "client";
98
+ /**
99
+ * <p>The error message.</p>
100
+ * @public
101
+ */
102
+ Message?: string | undefined;
103
+ /**
104
+ * <p>The error type.</p>
105
+ * @public
106
+ */
107
+ Type?: string | undefined;
108
+ /**
109
+ * @internal
110
+ */
111
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
112
+ }