@aws-sdk/client-guardduty 3.590.0 → 3.595.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 (176) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +429 -94
  3. package/dist-es/GuardDuty.js +10 -0
  4. package/dist-es/commands/CreateMalwareProtectionPlanCommand.js +24 -0
  5. package/dist-es/commands/DeleteMalwareProtectionPlanCommand.js +24 -0
  6. package/dist-es/commands/GetMalwareProtectionPlanCommand.js +24 -0
  7. package/dist-es/commands/ListMalwareProtectionPlansCommand.js +24 -0
  8. package/dist-es/commands/UpdateMalwareProtectionPlanCommand.js +24 -0
  9. package/dist-es/commands/index.js +5 -0
  10. package/dist-es/models/models_0.js +23 -23
  11. package/dist-es/models/models_1.js +23 -0
  12. package/dist-es/protocols/Aws_restJson1.js +282 -1
  13. package/dist-types/GuardDuty.d.ts +36 -0
  14. package/dist-types/GuardDutyClient.d.ts +7 -2
  15. package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +2 -1
  16. package/dist-types/commands/AcceptInvitationCommand.d.ts +2 -1
  17. package/dist-types/commands/ArchiveFindingsCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateDetectorCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateFilterCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateIPSetCommand.d.ts +2 -1
  21. package/dist-types/commands/CreateMalwareProtectionPlanCommand.d.ts +91 -0
  22. package/dist-types/commands/CreateMembersCommand.d.ts +2 -1
  23. package/dist-types/commands/CreatePublishingDestinationCommand.d.ts +2 -1
  24. package/dist-types/commands/CreateSampleFindingsCommand.d.ts +2 -1
  25. package/dist-types/commands/CreateThreatIntelSetCommand.d.ts +2 -1
  26. package/dist-types/commands/DeclineInvitationsCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteDetectorCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteFilterCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteIPSetCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteInvitationsCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteMalwareProtectionPlanCommand.d.ts +72 -0
  32. package/dist-types/commands/DeleteMembersCommand.d.ts +2 -1
  33. package/dist-types/commands/DeletePublishingDestinationCommand.d.ts +2 -1
  34. package/dist-types/commands/DeleteThreatIntelSetCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeMalwareScansCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +2 -1
  37. package/dist-types/commands/DescribePublishingDestinationCommand.d.ts +2 -1
  38. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +2 -1
  39. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +2 -1
  40. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +2 -1
  41. package/dist-types/commands/DisassociateMembersCommand.d.ts +2 -1
  42. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +2 -1
  43. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +2 -1
  44. package/dist-types/commands/GetCoverageStatisticsCommand.d.ts +2 -1
  45. package/dist-types/commands/GetDetectorCommand.d.ts +2 -1
  46. package/dist-types/commands/GetFilterCommand.d.ts +2 -1
  47. package/dist-types/commands/GetFindingsCommand.d.ts +25 -1
  48. package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +2 -1
  49. package/dist-types/commands/GetIPSetCommand.d.ts +2 -1
  50. package/dist-types/commands/GetInvitationsCountCommand.d.ts +2 -1
  51. package/dist-types/commands/GetMalwareProtectionPlanCommand.d.ts +98 -0
  52. package/dist-types/commands/GetMalwareScanSettingsCommand.d.ts +2 -1
  53. package/dist-types/commands/GetMasterAccountCommand.d.ts +2 -1
  54. package/dist-types/commands/GetMemberDetectorsCommand.d.ts +2 -1
  55. package/dist-types/commands/GetMembersCommand.d.ts +2 -1
  56. package/dist-types/commands/GetOrganizationStatisticsCommand.d.ts +2 -1
  57. package/dist-types/commands/GetRemainingFreeTrialDaysCommand.d.ts +2 -1
  58. package/dist-types/commands/GetThreatIntelSetCommand.d.ts +2 -1
  59. package/dist-types/commands/GetUsageStatisticsCommand.d.ts +3 -2
  60. package/dist-types/commands/InviteMembersCommand.d.ts +3 -2
  61. package/dist-types/commands/ListCoverageCommand.d.ts +3 -2
  62. package/dist-types/commands/ListDetectorsCommand.d.ts +2 -1
  63. package/dist-types/commands/ListFiltersCommand.d.ts +2 -1
  64. package/dist-types/commands/ListFindingsCommand.d.ts +2 -1
  65. package/dist-types/commands/ListIPSetsCommand.d.ts +2 -1
  66. package/dist-types/commands/ListInvitationsCommand.d.ts +2 -1
  67. package/dist-types/commands/ListMalwareProtectionPlansCommand.d.ts +75 -0
  68. package/dist-types/commands/ListMembersCommand.d.ts +2 -1
  69. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +2 -1
  70. package/dist-types/commands/ListPublishingDestinationsCommand.d.ts +2 -1
  71. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  72. package/dist-types/commands/ListThreatIntelSetsCommand.d.ts +2 -1
  73. package/dist-types/commands/StartMalwareScanCommand.d.ts +2 -1
  74. package/dist-types/commands/StartMonitoringMembersCommand.d.ts +2 -1
  75. package/dist-types/commands/StopMonitoringMembersCommand.d.ts +2 -1
  76. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  77. package/dist-types/commands/UnarchiveFindingsCommand.d.ts +2 -1
  78. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  79. package/dist-types/commands/UpdateDetectorCommand.d.ts +2 -1
  80. package/dist-types/commands/UpdateFilterCommand.d.ts +2 -1
  81. package/dist-types/commands/UpdateFindingsFeedbackCommand.d.ts +2 -1
  82. package/dist-types/commands/UpdateIPSetCommand.d.ts +2 -1
  83. package/dist-types/commands/UpdateMalwareProtectionPlanCommand.d.ts +83 -0
  84. package/dist-types/commands/UpdateMalwareScanSettingsCommand.d.ts +2 -1
  85. package/dist-types/commands/UpdateMemberDetectorsCommand.d.ts +2 -1
  86. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +2 -1
  87. package/dist-types/commands/UpdatePublishingDestinationCommand.d.ts +2 -1
  88. package/dist-types/commands/UpdateThreatIntelSetCommand.d.ts +2 -1
  89. package/dist-types/commands/index.d.ts +5 -0
  90. package/dist-types/index.d.ts +2 -2
  91. package/dist-types/models/GuardDutyServiceException.d.ts +2 -1
  92. package/dist-types/models/models_0.d.ts +331 -376
  93. package/dist-types/models/models_1.d.ts +469 -1
  94. package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
  95. package/dist-types/ts3.4/GuardDuty.d.ts +86 -0
  96. package/dist-types/ts3.4/GuardDutyClient.d.ts +30 -0
  97. package/dist-types/ts3.4/commands/AcceptAdministratorInvitationCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/ArchiveFindingsCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/CreateDetectorCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/CreateMalwareProtectionPlanCommand.d.ts +40 -0
  104. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/CreatePublishingDestinationCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/CreateThreatIntelSetCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +2 -1
  112. package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +2 -1
  113. package/dist-types/ts3.4/commands/DeleteMalwareProtectionPlanCommand.d.ts +36 -0
  114. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +2 -1
  115. package/dist-types/ts3.4/commands/DeletePublishingDestinationCommand.d.ts +2 -1
  116. package/dist-types/ts3.4/commands/DeleteThreatIntelSetCommand.d.ts +2 -1
  117. package/dist-types/ts3.4/commands/DescribeMalwareScansCommand.d.ts +2 -1
  118. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +2 -1
  119. package/dist-types/ts3.4/commands/DescribePublishingDestinationCommand.d.ts +2 -1
  120. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +2 -1
  121. package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +2 -1
  122. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +2 -1
  123. package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +2 -1
  124. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +2 -1
  125. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +2 -1
  126. package/dist-types/ts3.4/commands/GetCoverageStatisticsCommand.d.ts +2 -1
  127. package/dist-types/ts3.4/commands/GetDetectorCommand.d.ts +2 -1
  128. package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +2 -1
  129. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +2 -1
  130. package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +2 -1
  131. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +2 -1
  132. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +2 -1
  133. package/dist-types/ts3.4/commands/GetMalwareProtectionPlanCommand.d.ts +40 -0
  134. package/dist-types/ts3.4/commands/GetMalwareScanSettingsCommand.d.ts +2 -1
  135. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +2 -1
  136. package/dist-types/ts3.4/commands/GetMemberDetectorsCommand.d.ts +2 -1
  137. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +2 -1
  138. package/dist-types/ts3.4/commands/GetOrganizationStatisticsCommand.d.ts +2 -1
  139. package/dist-types/ts3.4/commands/GetRemainingFreeTrialDaysCommand.d.ts +2 -1
  140. package/dist-types/ts3.4/commands/GetThreatIntelSetCommand.d.ts +2 -1
  141. package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +3 -2
  142. package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +3 -2
  143. package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +3 -2
  144. package/dist-types/ts3.4/commands/ListDetectorsCommand.d.ts +2 -1
  145. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +2 -1
  146. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +2 -1
  147. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +2 -1
  148. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +2 -1
  149. package/dist-types/ts3.4/commands/ListMalwareProtectionPlansCommand.d.ts +40 -0
  150. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +2 -1
  151. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +2 -1
  152. package/dist-types/ts3.4/commands/ListPublishingDestinationsCommand.d.ts +2 -1
  153. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  154. package/dist-types/ts3.4/commands/ListThreatIntelSetsCommand.d.ts +2 -1
  155. package/dist-types/ts3.4/commands/StartMalwareScanCommand.d.ts +2 -1
  156. package/dist-types/ts3.4/commands/StartMonitoringMembersCommand.d.ts +2 -1
  157. package/dist-types/ts3.4/commands/StopMonitoringMembersCommand.d.ts +2 -1
  158. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  159. package/dist-types/ts3.4/commands/UnarchiveFindingsCommand.d.ts +2 -1
  160. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  161. package/dist-types/ts3.4/commands/UpdateDetectorCommand.d.ts +2 -1
  162. package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +2 -1
  163. package/dist-types/ts3.4/commands/UpdateFindingsFeedbackCommand.d.ts +2 -1
  164. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +2 -1
  165. package/dist-types/ts3.4/commands/UpdateMalwareProtectionPlanCommand.d.ts +36 -0
  166. package/dist-types/ts3.4/commands/UpdateMalwareScanSettingsCommand.d.ts +2 -1
  167. package/dist-types/ts3.4/commands/UpdateMemberDetectorsCommand.d.ts +2 -1
  168. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +2 -1
  169. package/dist-types/ts3.4/commands/UpdatePublishingDestinationCommand.d.ts +2 -1
  170. package/dist-types/ts3.4/commands/UpdateThreatIntelSetCommand.d.ts +2 -1
  171. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  172. package/dist-types/ts3.4/models/GuardDutyServiceException.d.ts +2 -1
  173. package/dist-types/ts3.4/models/models_0.d.ts +86 -100
  174. package/dist-types/ts3.4/models/models_1.d.ts +127 -0
  175. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
  176. package/package.json +6 -6
@@ -9,7 +9,8 @@ import {
9
9
  GetCoverageStatisticsRequest,
10
10
  GetCoverageStatisticsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetCoverageStatisticsCommandInput
14
15
  extends GetCoverageStatisticsRequest {}
15
16
  export interface GetCoverageStatisticsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../GuardDutyClient";
8
8
  import { GetDetectorRequest, GetDetectorResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetDetectorCommandInput extends GetDetectorRequest {}
11
12
  export interface GetDetectorCommandOutput
12
13
  extends GetDetectorResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../GuardDutyClient";
8
8
  import { GetFilterRequest, GetFilterResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetFilterCommandInput extends GetFilterRequest {}
11
12
  export interface GetFilterCommandOutput
12
13
  extends GetFilterResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../GuardDutyClient";
8
8
  import { GetFindingsRequest, GetFindingsResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetFindingsCommandInput extends GetFindingsRequest {}
11
12
  export interface GetFindingsCommandOutput
12
13
  extends GetFindingsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetFindingsStatisticsRequest,
10
10
  GetFindingsStatisticsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetFindingsStatisticsCommandInput
14
15
  extends GetFindingsStatisticsRequest {}
15
16
  export interface GetFindingsStatisticsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../GuardDutyClient";
8
8
  import { GetIPSetRequest, GetIPSetResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetIPSetCommandInput extends GetIPSetRequest {}
11
12
  export interface GetIPSetCommandOutput
12
13
  extends GetIPSetResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetInvitationsCountRequest,
10
10
  GetInvitationsCountResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetInvitationsCountCommandInput
14
15
  extends GetInvitationsCountRequest {}
15
16
  export interface GetInvitationsCountCommandOutput
@@ -0,0 +1,40 @@
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
+ GetMalwareProtectionPlanRequest,
10
+ GetMalwareProtectionPlanResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetMalwareProtectionPlanCommandInput
15
+ extends GetMalwareProtectionPlanRequest {}
16
+ export interface GetMalwareProtectionPlanCommandOutput
17
+ extends GetMalwareProtectionPlanResponse,
18
+ __MetadataBearer {}
19
+ declare const GetMalwareProtectionPlanCommand_base: {
20
+ new (
21
+ input: GetMalwareProtectionPlanCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetMalwareProtectionPlanCommandInput,
24
+ GetMalwareProtectionPlanCommandOutput,
25
+ GuardDutyClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: GetMalwareProtectionPlanCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetMalwareProtectionPlanCommandInput,
33
+ GetMalwareProtectionPlanCommandOutput,
34
+ GuardDutyClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetMalwareProtectionPlanCommand extends GetMalwareProtectionPlanCommand_base {}
@@ -9,7 +9,8 @@ import {
9
9
  GetMalwareScanSettingsRequest,
10
10
  GetMalwareScanSettingsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetMalwareScanSettingsCommandInput
14
15
  extends GetMalwareScanSettingsRequest {}
15
16
  export interface GetMalwareScanSettingsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetMasterAccountRequest,
10
10
  GetMasterAccountResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetMasterAccountCommandInput extends GetMasterAccountRequest {}
14
15
  export interface GetMasterAccountCommandOutput
15
16
  extends GetMasterAccountResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetMemberDetectorsRequest,
10
10
  GetMemberDetectorsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetMemberDetectorsCommandInput
14
15
  extends GetMemberDetectorsRequest {}
15
16
  export interface GetMemberDetectorsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../GuardDutyClient";
8
8
  import { GetMembersRequest, GetMembersResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetMembersCommandInput extends GetMembersRequest {}
11
12
  export interface GetMembersCommandOutput
12
13
  extends GetMembersResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../GuardDutyClient";
8
8
  import { GetOrganizationStatisticsResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetOrganizationStatisticsCommandInput {}
11
12
  export interface GetOrganizationStatisticsCommandOutput
12
13
  extends GetOrganizationStatisticsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetRemainingFreeTrialDaysRequest,
10
10
  GetRemainingFreeTrialDaysResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetRemainingFreeTrialDaysCommandInput
14
15
  extends GetRemainingFreeTrialDaysRequest {}
15
16
  export interface GetRemainingFreeTrialDaysCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetThreatIntelSetRequest,
10
10
  GetThreatIntelSetResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetThreatIntelSetCommandInput
14
15
  extends GetThreatIntelSetRequest {}
15
16
  export interface GetThreatIntelSetCommandOutput
@@ -8,8 +8,9 @@ import {
8
8
  import {
9
9
  GetUsageStatisticsRequest,
10
10
  GetUsageStatisticsResponse,
11
- } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetUsageStatisticsCommandInput
14
15
  extends GetUsageStatisticsRequest {}
15
16
  export interface GetUsageStatisticsCommandOutput
@@ -8,8 +8,9 @@ import {
8
8
  import {
9
9
  InviteMembersRequest,
10
10
  InviteMembersResponse,
11
- } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface InviteMembersCommandInput extends InviteMembersRequest {}
14
15
  export interface InviteMembersCommandOutput
15
16
  extends InviteMembersResponse,
@@ -5,8 +5,9 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../GuardDutyClient";
8
- import { ListCoverageRequest, ListCoverageResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
8
+ import { ListCoverageRequest, ListCoverageResponse } from "../models/models_1";
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListCoverageCommandInput extends ListCoverageRequest {}
11
12
  export interface ListCoverageCommandOutput
12
13
  extends ListCoverageResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListDetectorsRequest,
10
10
  ListDetectorsResponse,
11
11
  } from "../models/models_1";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListDetectorsCommandInput extends ListDetectorsRequest {}
14
15
  export interface ListDetectorsCommandOutput
15
16
  extends ListDetectorsResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../GuardDutyClient";
8
8
  import { ListFiltersRequest, ListFiltersResponse } from "../models/models_1";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListFiltersCommandInput extends ListFiltersRequest {}
11
12
  export interface ListFiltersCommandOutput
12
13
  extends ListFiltersResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../GuardDutyClient";
8
8
  import { ListFindingsRequest, ListFindingsResponse } from "../models/models_1";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListFindingsCommandInput extends ListFindingsRequest {}
11
12
  export interface ListFindingsCommandOutput
12
13
  extends ListFindingsResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../GuardDutyClient";
8
8
  import { ListIPSetsRequest, ListIPSetsResponse } from "../models/models_1";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListIPSetsCommandInput extends ListIPSetsRequest {}
11
12
  export interface ListIPSetsCommandOutput
12
13
  extends ListIPSetsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListInvitationsRequest,
10
10
  ListInvitationsResponse,
11
11
  } from "../models/models_1";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListInvitationsCommandInput extends ListInvitationsRequest {}
14
15
  export interface ListInvitationsCommandOutput
15
16
  extends ListInvitationsResponse,
@@ -0,0 +1,40 @@
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
+ ListMalwareProtectionPlansRequest,
10
+ ListMalwareProtectionPlansResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListMalwareProtectionPlansCommandInput
15
+ extends ListMalwareProtectionPlansRequest {}
16
+ export interface ListMalwareProtectionPlansCommandOutput
17
+ extends ListMalwareProtectionPlansResponse,
18
+ __MetadataBearer {}
19
+ declare const ListMalwareProtectionPlansCommand_base: {
20
+ new (
21
+ input: ListMalwareProtectionPlansCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListMalwareProtectionPlansCommandInput,
24
+ ListMalwareProtectionPlansCommandOutput,
25
+ GuardDutyClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListMalwareProtectionPlansCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListMalwareProtectionPlansCommandInput,
33
+ ListMalwareProtectionPlansCommandOutput,
34
+ GuardDutyClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListMalwareProtectionPlansCommand extends ListMalwareProtectionPlansCommand_base {}
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../GuardDutyClient";
8
8
  import { ListMembersRequest, ListMembersResponse } from "../models/models_1";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListMembersCommandInput extends ListMembersRequest {}
11
12
  export interface ListMembersCommandOutput
12
13
  extends ListMembersResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListOrganizationAdminAccountsRequest,
10
10
  ListOrganizationAdminAccountsResponse,
11
11
  } from "../models/models_1";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListOrganizationAdminAccountsCommandInput
14
15
  extends ListOrganizationAdminAccountsRequest {}
15
16
  export interface ListOrganizationAdminAccountsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListPublishingDestinationsRequest,
10
10
  ListPublishingDestinationsResponse,
11
11
  } from "../models/models_1";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListPublishingDestinationsCommandInput
14
15
  extends ListPublishingDestinationsRequest {}
15
16
  export interface ListPublishingDestinationsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_1";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListThreatIntelSetsRequest,
10
10
  ListThreatIntelSetsResponse,
11
11
  } from "../models/models_1";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListThreatIntelSetsCommandInput
14
15
  extends ListThreatIntelSetsRequest {}
15
16
  export interface ListThreatIntelSetsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  StartMalwareScanRequest,
10
10
  StartMalwareScanResponse,
11
11
  } from "../models/models_1";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartMalwareScanCommandInput extends StartMalwareScanRequest {}
14
15
  export interface StartMalwareScanCommandOutput
15
16
  extends StartMalwareScanResponse,
@@ -9,7 +9,8 @@ import {
9
9
  StartMonitoringMembersRequest,
10
10
  StartMonitoringMembersResponse,
11
11
  } from "../models/models_1";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartMonitoringMembersCommandInput
14
15
  extends StartMonitoringMembersRequest {}
15
16
  export interface StartMonitoringMembersCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  StopMonitoringMembersRequest,
10
10
  StopMonitoringMembersResponse,
11
11
  } from "../models/models_1";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StopMonitoringMembersCommandInput
14
15
  extends StopMonitoringMembersRequest {}
15
16
  export interface StopMonitoringMembersCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../GuardDutyClient";
8
8
  import { TagResourceRequest, TagResourceResponse } from "../models/models_1";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UnarchiveFindingsRequest,
10
10
  UnarchiveFindingsResponse,
11
11
  } from "../models/models_1";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UnarchiveFindingsCommandInput
14
15
  extends UnarchiveFindingsRequest {}
15
16
  export interface UnarchiveFindingsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UntagResourceRequest,
10
10
  UntagResourceResponse,
11
11
  } from "../models/models_1";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateDetectorRequest,
10
10
  UpdateDetectorResponse,
11
11
  } from "../models/models_1";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateDetectorCommandInput extends UpdateDetectorRequest {}
14
15
  export interface UpdateDetectorCommandOutput
15
16
  extends UpdateDetectorResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../GuardDutyClient";
8
8
  import { UpdateFilterRequest, UpdateFilterResponse } from "../models/models_1";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateFilterCommandInput extends UpdateFilterRequest {}
11
12
  export interface UpdateFilterCommandOutput
12
13
  extends UpdateFilterResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateFindingsFeedbackRequest,
10
10
  UpdateFindingsFeedbackResponse,
11
11
  } from "../models/models_1";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateFindingsFeedbackCommandInput
14
15
  extends UpdateFindingsFeedbackRequest {}
15
16
  export interface UpdateFindingsFeedbackCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../GuardDutyClient";
8
8
  import { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/models_1";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateIPSetCommandInput extends UpdateIPSetRequest {}
11
12
  export interface UpdateIPSetCommandOutput
12
13
  extends UpdateIPSetResponse,
@@ -0,0 +1,36 @@
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 { UpdateMalwareProtectionPlanRequest } from "../models/models_1";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface UpdateMalwareProtectionPlanCommandInput
12
+ extends UpdateMalwareProtectionPlanRequest {}
13
+ export interface UpdateMalwareProtectionPlanCommandOutput
14
+ extends __MetadataBearer {}
15
+ declare const UpdateMalwareProtectionPlanCommand_base: {
16
+ new (
17
+ input: UpdateMalwareProtectionPlanCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ UpdateMalwareProtectionPlanCommandInput,
20
+ UpdateMalwareProtectionPlanCommandOutput,
21
+ GuardDutyClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: UpdateMalwareProtectionPlanCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ UpdateMalwareProtectionPlanCommandInput,
29
+ UpdateMalwareProtectionPlanCommandOutput,
30
+ GuardDutyClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class UpdateMalwareProtectionPlanCommand extends UpdateMalwareProtectionPlanCommand_base {}
@@ -9,7 +9,8 @@ import {
9
9
  UpdateMalwareScanSettingsRequest,
10
10
  UpdateMalwareScanSettingsResponse,
11
11
  } from "../models/models_1";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateMalwareScanSettingsCommandInput
14
15
  extends UpdateMalwareScanSettingsRequest {}
15
16
  export interface UpdateMalwareScanSettingsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateMemberDetectorsRequest,
10
10
  UpdateMemberDetectorsResponse,
11
11
  } from "../models/models_1";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateMemberDetectorsCommandInput
14
15
  extends UpdateMemberDetectorsRequest {}
15
16
  export interface UpdateMemberDetectorsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateOrganizationConfigurationRequest,
10
10
  UpdateOrganizationConfigurationResponse,
11
11
  } from "../models/models_1";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateOrganizationConfigurationCommandInput
14
15
  extends UpdateOrganizationConfigurationRequest {}
15
16
  export interface UpdateOrganizationConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdatePublishingDestinationRequest,
10
10
  UpdatePublishingDestinationResponse,
11
11
  } from "../models/models_1";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdatePublishingDestinationCommandInput
14
15
  extends UpdatePublishingDestinationRequest {}
15
16
  export interface UpdatePublishingDestinationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateThreatIntelSetRequest,
10
10
  UpdateThreatIntelSetResponse,
11
11
  } from "../models/models_1";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateThreatIntelSetCommandInput
14
15
  extends UpdateThreatIntelSetRequest {}
15
16
  export interface UpdateThreatIntelSetCommandOutput
@@ -4,6 +4,7 @@ export * from "./ArchiveFindingsCommand";
4
4
  export * from "./CreateDetectorCommand";
5
5
  export * from "./CreateFilterCommand";
6
6
  export * from "./CreateIPSetCommand";
7
+ export * from "./CreateMalwareProtectionPlanCommand";
7
8
  export * from "./CreateMembersCommand";
8
9
  export * from "./CreatePublishingDestinationCommand";
9
10
  export * from "./CreateSampleFindingsCommand";
@@ -13,6 +14,7 @@ export * from "./DeleteDetectorCommand";
13
14
  export * from "./DeleteFilterCommand";
14
15
  export * from "./DeleteIPSetCommand";
15
16
  export * from "./DeleteInvitationsCommand";
17
+ export * from "./DeleteMalwareProtectionPlanCommand";
16
18
  export * from "./DeleteMembersCommand";
17
19
  export * from "./DeletePublishingDestinationCommand";
18
20
  export * from "./DeleteThreatIntelSetCommand";
@@ -32,6 +34,7 @@ export * from "./GetFindingsCommand";
32
34
  export * from "./GetFindingsStatisticsCommand";
33
35
  export * from "./GetIPSetCommand";
34
36
  export * from "./GetInvitationsCountCommand";
37
+ export * from "./GetMalwareProtectionPlanCommand";
35
38
  export * from "./GetMalwareScanSettingsCommand";
36
39
  export * from "./GetMasterAccountCommand";
37
40
  export * from "./GetMemberDetectorsCommand";
@@ -47,6 +50,7 @@ export * from "./ListFiltersCommand";
47
50
  export * from "./ListFindingsCommand";
48
51
  export * from "./ListIPSetsCommand";
49
52
  export * from "./ListInvitationsCommand";
53
+ export * from "./ListMalwareProtectionPlansCommand";
50
54
  export * from "./ListMembersCommand";
51
55
  export * from "./ListOrganizationAdminAccountsCommand";
52
56
  export * from "./ListPublishingDestinationsCommand";
@@ -62,6 +66,7 @@ export * from "./UpdateDetectorCommand";
62
66
  export * from "./UpdateFilterCommand";
63
67
  export * from "./UpdateFindingsFeedbackCommand";
64
68
  export * from "./UpdateIPSetCommand";
69
+ export * from "./UpdateMalwareProtectionPlanCommand";
65
70
  export * from "./UpdateMalwareScanSettingsCommand";
66
71
  export * from "./UpdateMemberDetectorsCommand";
67
72
  export * from "./UpdateOrganizationConfigurationCommand";