@aws-sdk/client-guardduty 3.863.0 → 3.868.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 (69) hide show
  1. package/README.md +80 -0
  2. package/dist-cjs/index.js +532 -6
  3. package/dist-es/GuardDuty.js +20 -0
  4. package/dist-es/commands/CreateThreatEntitySetCommand.js +22 -0
  5. package/dist-es/commands/CreateTrustedEntitySetCommand.js +22 -0
  6. package/dist-es/commands/DeleteThreatEntitySetCommand.js +22 -0
  7. package/dist-es/commands/DeleteTrustedEntitySetCommand.js +22 -0
  8. package/dist-es/commands/GetThreatEntitySetCommand.js +22 -0
  9. package/dist-es/commands/GetTrustedEntitySetCommand.js +22 -0
  10. package/dist-es/commands/ListThreatEntitySetsCommand.js +22 -0
  11. package/dist-es/commands/ListTrustedEntitySetsCommand.js +22 -0
  12. package/dist-es/commands/UpdateThreatEntitySetCommand.js +22 -0
  13. package/dist-es/commands/UpdateTrustedEntitySetCommand.js +22 -0
  14. package/dist-es/commands/index.js +10 -0
  15. package/dist-es/models/models_0.js +16 -3
  16. package/dist-es/models/models_1.js +21 -0
  17. package/dist-es/pagination/ListThreatEntitySetsPaginator.js +4 -0
  18. package/dist-es/pagination/ListTrustedEntitySetsPaginator.js +4 -0
  19. package/dist-es/pagination/index.js +2 -0
  20. package/dist-es/protocols/Aws_restJson1.js +284 -0
  21. package/dist-types/GuardDuty.d.ts +70 -0
  22. package/dist-types/GuardDutyClient.d.ts +12 -2
  23. package/dist-types/commands/CreateThreatEntitySetCommand.d.ts +91 -0
  24. package/dist-types/commands/CreateTrustedEntitySetCommand.d.ts +92 -0
  25. package/dist-types/commands/DeleteThreatEntitySetCommand.d.ts +78 -0
  26. package/dist-types/commands/DeleteTrustedEntitySetCommand.d.ts +78 -0
  27. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +1 -1
  28. package/dist-types/commands/GetCoverageStatisticsCommand.d.ts +1 -1
  29. package/dist-types/commands/GetDetectorCommand.d.ts +1 -1
  30. package/dist-types/commands/GetFilterCommand.d.ts +1 -1
  31. package/dist-types/commands/GetFindingsCommand.d.ts +1 -2
  32. package/dist-types/commands/GetThreatEntitySetCommand.d.ts +89 -0
  33. package/dist-types/commands/GetTrustedEntitySetCommand.d.ts +89 -0
  34. package/dist-types/commands/ListThreatEntitySetsCommand.d.ts +85 -0
  35. package/dist-types/commands/ListTrustedEntitySetsCommand.d.ts +85 -0
  36. package/dist-types/commands/UpdateThreatEntitySetCommand.d.ts +81 -0
  37. package/dist-types/commands/UpdateTrustedEntitySetCommand.d.ts +81 -0
  38. package/dist-types/commands/index.d.ts +10 -0
  39. package/dist-types/models/models_0.d.ts +200 -200
  40. package/dist-types/models/models_1.d.ts +548 -1
  41. package/dist-types/pagination/ListThreatEntitySetsPaginator.d.ts +7 -0
  42. package/dist-types/pagination/ListTrustedEntitySetsPaginator.d.ts +7 -0
  43. package/dist-types/pagination/index.d.ts +2 -0
  44. package/dist-types/protocols/Aws_restJson1.d.ts +90 -0
  45. package/dist-types/ts3.4/GuardDuty.d.ts +170 -0
  46. package/dist-types/ts3.4/GuardDutyClient.d.ts +62 -2
  47. package/dist-types/ts3.4/commands/CreateThreatEntitySetCommand.d.ts +51 -0
  48. package/dist-types/ts3.4/commands/CreateTrustedEntitySetCommand.d.ts +51 -0
  49. package/dist-types/ts3.4/commands/DeleteThreatEntitySetCommand.d.ts +51 -0
  50. package/dist-types/ts3.4/commands/DeleteTrustedEntitySetCommand.d.ts +51 -0
  51. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/GetCoverageStatisticsCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/GetDetectorCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +1 -2
  56. package/dist-types/ts3.4/commands/GetThreatEntitySetCommand.d.ts +51 -0
  57. package/dist-types/ts3.4/commands/GetTrustedEntitySetCommand.d.ts +51 -0
  58. package/dist-types/ts3.4/commands/ListThreatEntitySetsCommand.d.ts +51 -0
  59. package/dist-types/ts3.4/commands/ListTrustedEntitySetsCommand.d.ts +51 -0
  60. package/dist-types/ts3.4/commands/UpdateThreatEntitySetCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/UpdateTrustedEntitySetCommand.d.ts +51 -0
  62. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  63. package/dist-types/ts3.4/models/models_0.d.ts +56 -49
  64. package/dist-types/ts3.4/models/models_1.d.ts +144 -1
  65. package/dist-types/ts3.4/pagination/ListThreatEntitySetsPaginator.d.ts +11 -0
  66. package/dist-types/ts3.4/pagination/ListTrustedEntitySetsPaginator.d.ts +11 -0
  67. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  68. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +120 -0
  69. package/package.json +5 -5
@@ -17,7 +17,9 @@ import { CreateMalwareProtectionPlanCommandInput, CreateMalwareProtectionPlanCom
17
17
  import { CreateMembersCommandInput, CreateMembersCommandOutput } from "./commands/CreateMembersCommand";
18
18
  import { CreatePublishingDestinationCommandInput, CreatePublishingDestinationCommandOutput } from "./commands/CreatePublishingDestinationCommand";
19
19
  import { CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput } from "./commands/CreateSampleFindingsCommand";
20
+ import { CreateThreatEntitySetCommandInput, CreateThreatEntitySetCommandOutput } from "./commands/CreateThreatEntitySetCommand";
20
21
  import { CreateThreatIntelSetCommandInput, CreateThreatIntelSetCommandOutput } from "./commands/CreateThreatIntelSetCommand";
22
+ import { CreateTrustedEntitySetCommandInput, CreateTrustedEntitySetCommandOutput } from "./commands/CreateTrustedEntitySetCommand";
21
23
  import { DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput } from "./commands/DeclineInvitationsCommand";
22
24
  import { DeleteDetectorCommandInput, DeleteDetectorCommandOutput } from "./commands/DeleteDetectorCommand";
23
25
  import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "./commands/DeleteFilterCommand";
@@ -26,7 +28,9 @@ import { DeleteIPSetCommandInput, DeleteIPSetCommandOutput } from "./commands/De
26
28
  import { DeleteMalwareProtectionPlanCommandInput, DeleteMalwareProtectionPlanCommandOutput } from "./commands/DeleteMalwareProtectionPlanCommand";
27
29
  import { DeleteMembersCommandInput, DeleteMembersCommandOutput } from "./commands/DeleteMembersCommand";
28
30
  import { DeletePublishingDestinationCommandInput, DeletePublishingDestinationCommandOutput } from "./commands/DeletePublishingDestinationCommand";
31
+ import { DeleteThreatEntitySetCommandInput, DeleteThreatEntitySetCommandOutput } from "./commands/DeleteThreatEntitySetCommand";
29
32
  import { DeleteThreatIntelSetCommandInput, DeleteThreatIntelSetCommandOutput } from "./commands/DeleteThreatIntelSetCommand";
33
+ import { DeleteTrustedEntitySetCommandInput, DeleteTrustedEntitySetCommandOutput } from "./commands/DeleteTrustedEntitySetCommand";
30
34
  import { DescribeMalwareScansCommandInput, DescribeMalwareScansCommandOutput } from "./commands/DescribeMalwareScansCommand";
31
35
  import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "./commands/DescribeOrganizationConfigurationCommand";
32
36
  import { DescribePublishingDestinationCommandInput, DescribePublishingDestinationCommandOutput } from "./commands/DescribePublishingDestinationCommand";
@@ -50,7 +54,9 @@ import { GetMemberDetectorsCommandInput, GetMemberDetectorsCommandOutput } from
50
54
  import { GetMembersCommandInput, GetMembersCommandOutput } from "./commands/GetMembersCommand";
51
55
  import { GetOrganizationStatisticsCommandInput, GetOrganizationStatisticsCommandOutput } from "./commands/GetOrganizationStatisticsCommand";
52
56
  import { GetRemainingFreeTrialDaysCommandInput, GetRemainingFreeTrialDaysCommandOutput } from "./commands/GetRemainingFreeTrialDaysCommand";
57
+ import { GetThreatEntitySetCommandInput, GetThreatEntitySetCommandOutput } from "./commands/GetThreatEntitySetCommand";
53
58
  import { GetThreatIntelSetCommandInput, GetThreatIntelSetCommandOutput } from "./commands/GetThreatIntelSetCommand";
59
+ import { GetTrustedEntitySetCommandInput, GetTrustedEntitySetCommandOutput } from "./commands/GetTrustedEntitySetCommand";
54
60
  import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "./commands/GetUsageStatisticsCommand";
55
61
  import { InviteMembersCommandInput, InviteMembersCommandOutput } from "./commands/InviteMembersCommand";
56
62
  import { ListCoverageCommandInput, ListCoverageCommandOutput } from "./commands/ListCoverageCommand";
@@ -64,7 +70,9 @@ import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/Li
64
70
  import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "./commands/ListOrganizationAdminAccountsCommand";
65
71
  import { ListPublishingDestinationsCommandInput, ListPublishingDestinationsCommandOutput } from "./commands/ListPublishingDestinationsCommand";
66
72
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
73
+ import { ListThreatEntitySetsCommandInput, ListThreatEntitySetsCommandOutput } from "./commands/ListThreatEntitySetsCommand";
67
74
  import { ListThreatIntelSetsCommandInput, ListThreatIntelSetsCommandOutput } from "./commands/ListThreatIntelSetsCommand";
75
+ import { ListTrustedEntitySetsCommandInput, ListTrustedEntitySetsCommandOutput } from "./commands/ListTrustedEntitySetsCommand";
68
76
  import { StartMalwareScanCommandInput, StartMalwareScanCommandOutput } from "./commands/StartMalwareScanCommand";
69
77
  import { StartMonitoringMembersCommandInput, StartMonitoringMembersCommandOutput } from "./commands/StartMonitoringMembersCommand";
70
78
  import { StopMonitoringMembersCommandInput, StopMonitoringMembersCommandOutput } from "./commands/StopMonitoringMembersCommand";
@@ -80,18 +88,20 @@ import { UpdateMalwareScanSettingsCommandInput, UpdateMalwareScanSettingsCommand
80
88
  import { UpdateMemberDetectorsCommandInput, UpdateMemberDetectorsCommandOutput } from "./commands/UpdateMemberDetectorsCommand";
81
89
  import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
82
90
  import { UpdatePublishingDestinationCommandInput, UpdatePublishingDestinationCommandOutput } from "./commands/UpdatePublishingDestinationCommand";
91
+ import { UpdateThreatEntitySetCommandInput, UpdateThreatEntitySetCommandOutput } from "./commands/UpdateThreatEntitySetCommand";
83
92
  import { UpdateThreatIntelSetCommandInput, UpdateThreatIntelSetCommandOutput } from "./commands/UpdateThreatIntelSetCommand";
93
+ import { UpdateTrustedEntitySetCommandInput, UpdateTrustedEntitySetCommandOutput } from "./commands/UpdateTrustedEntitySetCommand";
84
94
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
85
95
  import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
86
96
  export { __Client };
87
97
  /**
88
98
  * @public
89
99
  */
90
- export type ServiceInputTypes = AcceptAdministratorInvitationCommandInput | AcceptInvitationCommandInput | ArchiveFindingsCommandInput | CreateDetectorCommandInput | CreateFilterCommandInput | CreateIPSetCommandInput | CreateMalwareProtectionPlanCommandInput | CreateMembersCommandInput | CreatePublishingDestinationCommandInput | CreateSampleFindingsCommandInput | CreateThreatIntelSetCommandInput | DeclineInvitationsCommandInput | DeleteDetectorCommandInput | DeleteFilterCommandInput | DeleteIPSetCommandInput | DeleteInvitationsCommandInput | DeleteMalwareProtectionPlanCommandInput | DeleteMembersCommandInput | DeletePublishingDestinationCommandInput | DeleteThreatIntelSetCommandInput | DescribeMalwareScansCommandInput | DescribeOrganizationConfigurationCommandInput | DescribePublishingDestinationCommandInput | DisableOrganizationAdminAccountCommandInput | DisassociateFromAdministratorAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMembersCommandInput | EnableOrganizationAdminAccountCommandInput | GetAdministratorAccountCommandInput | GetCoverageStatisticsCommandInput | GetDetectorCommandInput | GetFilterCommandInput | GetFindingsCommandInput | GetFindingsStatisticsCommandInput | GetIPSetCommandInput | GetInvitationsCountCommandInput | GetMalwareProtectionPlanCommandInput | GetMalwareScanSettingsCommandInput | GetMasterAccountCommandInput | GetMemberDetectorsCommandInput | GetMembersCommandInput | GetOrganizationStatisticsCommandInput | GetRemainingFreeTrialDaysCommandInput | GetThreatIntelSetCommandInput | GetUsageStatisticsCommandInput | InviteMembersCommandInput | ListCoverageCommandInput | ListDetectorsCommandInput | ListFiltersCommandInput | ListFindingsCommandInput | ListIPSetsCommandInput | ListInvitationsCommandInput | ListMalwareProtectionPlansCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListPublishingDestinationsCommandInput | ListTagsForResourceCommandInput | ListThreatIntelSetsCommandInput | StartMalwareScanCommandInput | StartMonitoringMembersCommandInput | StopMonitoringMembersCommandInput | TagResourceCommandInput | UnarchiveFindingsCommandInput | UntagResourceCommandInput | UpdateDetectorCommandInput | UpdateFilterCommandInput | UpdateFindingsFeedbackCommandInput | UpdateIPSetCommandInput | UpdateMalwareProtectionPlanCommandInput | UpdateMalwareScanSettingsCommandInput | UpdateMemberDetectorsCommandInput | UpdateOrganizationConfigurationCommandInput | UpdatePublishingDestinationCommandInput | UpdateThreatIntelSetCommandInput;
100
+ export type ServiceInputTypes = AcceptAdministratorInvitationCommandInput | AcceptInvitationCommandInput | ArchiveFindingsCommandInput | CreateDetectorCommandInput | CreateFilterCommandInput | CreateIPSetCommandInput | CreateMalwareProtectionPlanCommandInput | CreateMembersCommandInput | CreatePublishingDestinationCommandInput | CreateSampleFindingsCommandInput | CreateThreatEntitySetCommandInput | CreateThreatIntelSetCommandInput | CreateTrustedEntitySetCommandInput | DeclineInvitationsCommandInput | DeleteDetectorCommandInput | DeleteFilterCommandInput | DeleteIPSetCommandInput | DeleteInvitationsCommandInput | DeleteMalwareProtectionPlanCommandInput | DeleteMembersCommandInput | DeletePublishingDestinationCommandInput | DeleteThreatEntitySetCommandInput | DeleteThreatIntelSetCommandInput | DeleteTrustedEntitySetCommandInput | DescribeMalwareScansCommandInput | DescribeOrganizationConfigurationCommandInput | DescribePublishingDestinationCommandInput | DisableOrganizationAdminAccountCommandInput | DisassociateFromAdministratorAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMembersCommandInput | EnableOrganizationAdminAccountCommandInput | GetAdministratorAccountCommandInput | GetCoverageStatisticsCommandInput | GetDetectorCommandInput | GetFilterCommandInput | GetFindingsCommandInput | GetFindingsStatisticsCommandInput | GetIPSetCommandInput | GetInvitationsCountCommandInput | GetMalwareProtectionPlanCommandInput | GetMalwareScanSettingsCommandInput | GetMasterAccountCommandInput | GetMemberDetectorsCommandInput | GetMembersCommandInput | GetOrganizationStatisticsCommandInput | GetRemainingFreeTrialDaysCommandInput | GetThreatEntitySetCommandInput | GetThreatIntelSetCommandInput | GetTrustedEntitySetCommandInput | GetUsageStatisticsCommandInput | InviteMembersCommandInput | ListCoverageCommandInput | ListDetectorsCommandInput | ListFiltersCommandInput | ListFindingsCommandInput | ListIPSetsCommandInput | ListInvitationsCommandInput | ListMalwareProtectionPlansCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListPublishingDestinationsCommandInput | ListTagsForResourceCommandInput | ListThreatEntitySetsCommandInput | ListThreatIntelSetsCommandInput | ListTrustedEntitySetsCommandInput | StartMalwareScanCommandInput | StartMonitoringMembersCommandInput | StopMonitoringMembersCommandInput | TagResourceCommandInput | UnarchiveFindingsCommandInput | UntagResourceCommandInput | UpdateDetectorCommandInput | UpdateFilterCommandInput | UpdateFindingsFeedbackCommandInput | UpdateIPSetCommandInput | UpdateMalwareProtectionPlanCommandInput | UpdateMalwareScanSettingsCommandInput | UpdateMemberDetectorsCommandInput | UpdateOrganizationConfigurationCommandInput | UpdatePublishingDestinationCommandInput | UpdateThreatEntitySetCommandInput | UpdateThreatIntelSetCommandInput | UpdateTrustedEntitySetCommandInput;
91
101
  /**
92
102
  * @public
93
103
  */
94
- export type ServiceOutputTypes = AcceptAdministratorInvitationCommandOutput | AcceptInvitationCommandOutput | ArchiveFindingsCommandOutput | CreateDetectorCommandOutput | CreateFilterCommandOutput | CreateIPSetCommandOutput | CreateMalwareProtectionPlanCommandOutput | CreateMembersCommandOutput | CreatePublishingDestinationCommandOutput | CreateSampleFindingsCommandOutput | CreateThreatIntelSetCommandOutput | DeclineInvitationsCommandOutput | DeleteDetectorCommandOutput | DeleteFilterCommandOutput | DeleteIPSetCommandOutput | DeleteInvitationsCommandOutput | DeleteMalwareProtectionPlanCommandOutput | DeleteMembersCommandOutput | DeletePublishingDestinationCommandOutput | DeleteThreatIntelSetCommandOutput | DescribeMalwareScansCommandOutput | DescribeOrganizationConfigurationCommandOutput | DescribePublishingDestinationCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisassociateFromAdministratorAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMembersCommandOutput | EnableOrganizationAdminAccountCommandOutput | GetAdministratorAccountCommandOutput | GetCoverageStatisticsCommandOutput | GetDetectorCommandOutput | GetFilterCommandOutput | GetFindingsCommandOutput | GetFindingsStatisticsCommandOutput | GetIPSetCommandOutput | GetInvitationsCountCommandOutput | GetMalwareProtectionPlanCommandOutput | GetMalwareScanSettingsCommandOutput | GetMasterAccountCommandOutput | GetMemberDetectorsCommandOutput | GetMembersCommandOutput | GetOrganizationStatisticsCommandOutput | GetRemainingFreeTrialDaysCommandOutput | GetThreatIntelSetCommandOutput | GetUsageStatisticsCommandOutput | InviteMembersCommandOutput | ListCoverageCommandOutput | ListDetectorsCommandOutput | ListFiltersCommandOutput | ListFindingsCommandOutput | ListIPSetsCommandOutput | ListInvitationsCommandOutput | ListMalwareProtectionPlansCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListPublishingDestinationsCommandOutput | ListTagsForResourceCommandOutput | ListThreatIntelSetsCommandOutput | StartMalwareScanCommandOutput | StartMonitoringMembersCommandOutput | StopMonitoringMembersCommandOutput | TagResourceCommandOutput | UnarchiveFindingsCommandOutput | UntagResourceCommandOutput | UpdateDetectorCommandOutput | UpdateFilterCommandOutput | UpdateFindingsFeedbackCommandOutput | UpdateIPSetCommandOutput | UpdateMalwareProtectionPlanCommandOutput | UpdateMalwareScanSettingsCommandOutput | UpdateMemberDetectorsCommandOutput | UpdateOrganizationConfigurationCommandOutput | UpdatePublishingDestinationCommandOutput | UpdateThreatIntelSetCommandOutput;
104
+ export type ServiceOutputTypes = AcceptAdministratorInvitationCommandOutput | AcceptInvitationCommandOutput | ArchiveFindingsCommandOutput | CreateDetectorCommandOutput | CreateFilterCommandOutput | CreateIPSetCommandOutput | CreateMalwareProtectionPlanCommandOutput | CreateMembersCommandOutput | CreatePublishingDestinationCommandOutput | CreateSampleFindingsCommandOutput | CreateThreatEntitySetCommandOutput | CreateThreatIntelSetCommandOutput | CreateTrustedEntitySetCommandOutput | DeclineInvitationsCommandOutput | DeleteDetectorCommandOutput | DeleteFilterCommandOutput | DeleteIPSetCommandOutput | DeleteInvitationsCommandOutput | DeleteMalwareProtectionPlanCommandOutput | DeleteMembersCommandOutput | DeletePublishingDestinationCommandOutput | DeleteThreatEntitySetCommandOutput | DeleteThreatIntelSetCommandOutput | DeleteTrustedEntitySetCommandOutput | DescribeMalwareScansCommandOutput | DescribeOrganizationConfigurationCommandOutput | DescribePublishingDestinationCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisassociateFromAdministratorAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMembersCommandOutput | EnableOrganizationAdminAccountCommandOutput | GetAdministratorAccountCommandOutput | GetCoverageStatisticsCommandOutput | GetDetectorCommandOutput | GetFilterCommandOutput | GetFindingsCommandOutput | GetFindingsStatisticsCommandOutput | GetIPSetCommandOutput | GetInvitationsCountCommandOutput | GetMalwareProtectionPlanCommandOutput | GetMalwareScanSettingsCommandOutput | GetMasterAccountCommandOutput | GetMemberDetectorsCommandOutput | GetMembersCommandOutput | GetOrganizationStatisticsCommandOutput | GetRemainingFreeTrialDaysCommandOutput | GetThreatEntitySetCommandOutput | GetThreatIntelSetCommandOutput | GetTrustedEntitySetCommandOutput | GetUsageStatisticsCommandOutput | InviteMembersCommandOutput | ListCoverageCommandOutput | ListDetectorsCommandOutput | ListFiltersCommandOutput | ListFindingsCommandOutput | ListIPSetsCommandOutput | ListInvitationsCommandOutput | ListMalwareProtectionPlansCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListPublishingDestinationsCommandOutput | ListTagsForResourceCommandOutput | ListThreatEntitySetsCommandOutput | ListThreatIntelSetsCommandOutput | ListTrustedEntitySetsCommandOutput | StartMalwareScanCommandOutput | StartMonitoringMembersCommandOutput | StopMonitoringMembersCommandOutput | TagResourceCommandOutput | UnarchiveFindingsCommandOutput | UntagResourceCommandOutput | UpdateDetectorCommandOutput | UpdateFilterCommandOutput | UpdateFindingsFeedbackCommandOutput | UpdateIPSetCommandOutput | UpdateMalwareProtectionPlanCommandOutput | UpdateMalwareScanSettingsCommandOutput | UpdateMemberDetectorsCommandOutput | UpdateOrganizationConfigurationCommandOutput | UpdatePublishingDestinationCommandOutput | UpdateThreatEntitySetCommandOutput | UpdateThreatIntelSetCommandOutput | UpdateTrustedEntitySetCommandOutput;
95
105
  /**
96
106
  * @public
97
107
  */
@@ -0,0 +1,91 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
+ import { CreateThreatEntitySetRequest, CreateThreatEntitySetResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateThreatEntitySetCommand}.
14
+ */
15
+ export interface CreateThreatEntitySetCommandInput extends CreateThreatEntitySetRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateThreatEntitySetCommand}.
21
+ */
22
+ export interface CreateThreatEntitySetCommandOutput extends CreateThreatEntitySetResponse, __MetadataBearer {
23
+ }
24
+ declare const CreateThreatEntitySetCommand_base: {
25
+ new (input: CreateThreatEntitySetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateThreatEntitySetCommandInput, CreateThreatEntitySetCommandOutput, GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateThreatEntitySetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateThreatEntitySetCommandInput, CreateThreatEntitySetCommandOutput, GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Creates a new threat entity set. In a threat entity set, you can provide known malicious
31
+ * IP addresses and domains for your Amazon Web Services environment.
32
+ * GuardDuty generates findings based on the entries in the threat entity sets.
33
+ * Only users of the administrator account can manage entity sets, which automatically apply
34
+ * to member accounts.</p>
35
+ * @example
36
+ * Use a bare-bones client and the command you need to make an API call.
37
+ * ```javascript
38
+ * import { GuardDutyClient, CreateThreatEntitySetCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
39
+ * // const { GuardDutyClient, CreateThreatEntitySetCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
40
+ * const client = new GuardDutyClient(config);
41
+ * const input = { // CreateThreatEntitySetRequest
42
+ * DetectorId: "STRING_VALUE", // required
43
+ * Name: "STRING_VALUE", // required
44
+ * Format: "TXT" || "STIX" || "OTX_CSV" || "ALIEN_VAULT" || "PROOF_POINT" || "FIRE_EYE", // required
45
+ * Location: "STRING_VALUE", // required
46
+ * ExpectedBucketOwner: "STRING_VALUE",
47
+ * Activate: true || false, // required
48
+ * ClientToken: "STRING_VALUE",
49
+ * Tags: { // TagMap
50
+ * "<keys>": "STRING_VALUE",
51
+ * },
52
+ * };
53
+ * const command = new CreateThreatEntitySetCommand(input);
54
+ * const response = await client.send(command);
55
+ * // { // CreateThreatEntitySetResponse
56
+ * // ThreatEntitySetId: "STRING_VALUE", // required
57
+ * // };
58
+ *
59
+ * ```
60
+ *
61
+ * @param CreateThreatEntitySetCommandInput - {@link CreateThreatEntitySetCommandInput}
62
+ * @returns {@link CreateThreatEntitySetCommandOutput}
63
+ * @see {@link CreateThreatEntitySetCommandInput} for command's `input` shape.
64
+ * @see {@link CreateThreatEntitySetCommandOutput} for command's `response` shape.
65
+ * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
66
+ *
67
+ * @throws {@link BadRequestException} (client fault)
68
+ * <p>A bad request exception object.</p>
69
+ *
70
+ * @throws {@link InternalServerErrorException} (server fault)
71
+ * <p>An internal server error exception object.</p>
72
+ *
73
+ * @throws {@link GuardDutyServiceException}
74
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
75
+ *
76
+ *
77
+ * @public
78
+ */
79
+ export declare class CreateThreatEntitySetCommand extends CreateThreatEntitySetCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: CreateThreatEntitySetRequest;
84
+ output: CreateThreatEntitySetResponse;
85
+ };
86
+ sdk: {
87
+ input: CreateThreatEntitySetCommandInput;
88
+ output: CreateThreatEntitySetCommandOutput;
89
+ };
90
+ };
91
+ }
@@ -0,0 +1,92 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
+ import { CreateTrustedEntitySetRequest, CreateTrustedEntitySetResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateTrustedEntitySetCommand}.
14
+ */
15
+ export interface CreateTrustedEntitySetCommandInput extends CreateTrustedEntitySetRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateTrustedEntitySetCommand}.
21
+ */
22
+ export interface CreateTrustedEntitySetCommandOutput extends CreateTrustedEntitySetResponse, __MetadataBearer {
23
+ }
24
+ declare const CreateTrustedEntitySetCommand_base: {
25
+ new (input: CreateTrustedEntitySetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrustedEntitySetCommandInput, CreateTrustedEntitySetCommandOutput, GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateTrustedEntitySetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrustedEntitySetCommandInput, CreateTrustedEntitySetCommandOutput, GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Creates a new trusted entity set. In the trusted entity set, you can provide IP addresses
31
+ * and domains that you believe are secure for communication in your Amazon Web Services environment. GuardDuty
32
+ * will not generate findings for the entries that are specified in a trusted entity set. At any
33
+ * given time, you can have only one trusted entity set. </p>
34
+ * <p>Only users of the administrator account can manage the entity sets, which automatically
35
+ * apply to member accounts.</p>
36
+ * @example
37
+ * Use a bare-bones client and the command you need to make an API call.
38
+ * ```javascript
39
+ * import { GuardDutyClient, CreateTrustedEntitySetCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
40
+ * // const { GuardDutyClient, CreateTrustedEntitySetCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
41
+ * const client = new GuardDutyClient(config);
42
+ * const input = { // CreateTrustedEntitySetRequest
43
+ * DetectorId: "STRING_VALUE", // required
44
+ * Name: "STRING_VALUE", // required
45
+ * Format: "TXT" || "STIX" || "OTX_CSV" || "ALIEN_VAULT" || "PROOF_POINT" || "FIRE_EYE", // required
46
+ * Location: "STRING_VALUE", // required
47
+ * ExpectedBucketOwner: "STRING_VALUE",
48
+ * Activate: true || false, // required
49
+ * ClientToken: "STRING_VALUE",
50
+ * Tags: { // TagMap
51
+ * "<keys>": "STRING_VALUE",
52
+ * },
53
+ * };
54
+ * const command = new CreateTrustedEntitySetCommand(input);
55
+ * const response = await client.send(command);
56
+ * // { // CreateTrustedEntitySetResponse
57
+ * // TrustedEntitySetId: "STRING_VALUE", // required
58
+ * // };
59
+ *
60
+ * ```
61
+ *
62
+ * @param CreateTrustedEntitySetCommandInput - {@link CreateTrustedEntitySetCommandInput}
63
+ * @returns {@link CreateTrustedEntitySetCommandOutput}
64
+ * @see {@link CreateTrustedEntitySetCommandInput} for command's `input` shape.
65
+ * @see {@link CreateTrustedEntitySetCommandOutput} for command's `response` shape.
66
+ * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
67
+ *
68
+ * @throws {@link BadRequestException} (client fault)
69
+ * <p>A bad request exception object.</p>
70
+ *
71
+ * @throws {@link InternalServerErrorException} (server fault)
72
+ * <p>An internal server error exception object.</p>
73
+ *
74
+ * @throws {@link GuardDutyServiceException}
75
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
76
+ *
77
+ *
78
+ * @public
79
+ */
80
+ export declare class CreateTrustedEntitySetCommand extends CreateTrustedEntitySetCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: CreateTrustedEntitySetRequest;
85
+ output: CreateTrustedEntitySetResponse;
86
+ };
87
+ sdk: {
88
+ input: CreateTrustedEntitySetCommandInput;
89
+ output: CreateTrustedEntitySetCommandOutput;
90
+ };
91
+ };
92
+ }
@@ -0,0 +1,78 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
+ import { DeleteThreatEntitySetRequest, DeleteThreatEntitySetResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteThreatEntitySetCommand}.
14
+ */
15
+ export interface DeleteThreatEntitySetCommandInput extends DeleteThreatEntitySetRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteThreatEntitySetCommand}.
21
+ */
22
+ export interface DeleteThreatEntitySetCommandOutput extends DeleteThreatEntitySetResponse, __MetadataBearer {
23
+ }
24
+ declare const DeleteThreatEntitySetCommand_base: {
25
+ new (input: DeleteThreatEntitySetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteThreatEntitySetCommandInput, DeleteThreatEntitySetCommandOutput, GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteThreatEntitySetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteThreatEntitySetCommandInput, DeleteThreatEntitySetCommandOutput, GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Deletes the threat entity set that is associated with the specified
31
+ * <code>threatEntitySetId</code>.</p>
32
+ * @example
33
+ * Use a bare-bones client and the command you need to make an API call.
34
+ * ```javascript
35
+ * import { GuardDutyClient, DeleteThreatEntitySetCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
36
+ * // const { GuardDutyClient, DeleteThreatEntitySetCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
37
+ * const client = new GuardDutyClient(config);
38
+ * const input = { // DeleteThreatEntitySetRequest
39
+ * DetectorId: "STRING_VALUE", // required
40
+ * ThreatEntitySetId: "STRING_VALUE", // required
41
+ * };
42
+ * const command = new DeleteThreatEntitySetCommand(input);
43
+ * const response = await client.send(command);
44
+ * // {};
45
+ *
46
+ * ```
47
+ *
48
+ * @param DeleteThreatEntitySetCommandInput - {@link DeleteThreatEntitySetCommandInput}
49
+ * @returns {@link DeleteThreatEntitySetCommandOutput}
50
+ * @see {@link DeleteThreatEntitySetCommandInput} for command's `input` shape.
51
+ * @see {@link DeleteThreatEntitySetCommandOutput} for command's `response` shape.
52
+ * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
53
+ *
54
+ * @throws {@link BadRequestException} (client fault)
55
+ * <p>A bad request exception object.</p>
56
+ *
57
+ * @throws {@link InternalServerErrorException} (server fault)
58
+ * <p>An internal server error exception object.</p>
59
+ *
60
+ * @throws {@link GuardDutyServiceException}
61
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
62
+ *
63
+ *
64
+ * @public
65
+ */
66
+ export declare class DeleteThreatEntitySetCommand extends DeleteThreatEntitySetCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: DeleteThreatEntitySetRequest;
71
+ output: {};
72
+ };
73
+ sdk: {
74
+ input: DeleteThreatEntitySetCommandInput;
75
+ output: DeleteThreatEntitySetCommandOutput;
76
+ };
77
+ };
78
+ }
@@ -0,0 +1,78 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
+ import { DeleteTrustedEntitySetRequest, DeleteTrustedEntitySetResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteTrustedEntitySetCommand}.
14
+ */
15
+ export interface DeleteTrustedEntitySetCommandInput extends DeleteTrustedEntitySetRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteTrustedEntitySetCommand}.
21
+ */
22
+ export interface DeleteTrustedEntitySetCommandOutput extends DeleteTrustedEntitySetResponse, __MetadataBearer {
23
+ }
24
+ declare const DeleteTrustedEntitySetCommand_base: {
25
+ new (input: DeleteTrustedEntitySetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTrustedEntitySetCommandInput, DeleteTrustedEntitySetCommandOutput, GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteTrustedEntitySetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTrustedEntitySetCommandInput, DeleteTrustedEntitySetCommandOutput, GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Deletes the trusted entity set that is associated with the specified
31
+ * <code>trustedEntitySetId</code>.</p>
32
+ * @example
33
+ * Use a bare-bones client and the command you need to make an API call.
34
+ * ```javascript
35
+ * import { GuardDutyClient, DeleteTrustedEntitySetCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
36
+ * // const { GuardDutyClient, DeleteTrustedEntitySetCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
37
+ * const client = new GuardDutyClient(config);
38
+ * const input = { // DeleteTrustedEntitySetRequest
39
+ * DetectorId: "STRING_VALUE", // required
40
+ * TrustedEntitySetId: "STRING_VALUE", // required
41
+ * };
42
+ * const command = new DeleteTrustedEntitySetCommand(input);
43
+ * const response = await client.send(command);
44
+ * // {};
45
+ *
46
+ * ```
47
+ *
48
+ * @param DeleteTrustedEntitySetCommandInput - {@link DeleteTrustedEntitySetCommandInput}
49
+ * @returns {@link DeleteTrustedEntitySetCommandOutput}
50
+ * @see {@link DeleteTrustedEntitySetCommandInput} for command's `input` shape.
51
+ * @see {@link DeleteTrustedEntitySetCommandOutput} for command's `response` shape.
52
+ * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
53
+ *
54
+ * @throws {@link BadRequestException} (client fault)
55
+ * <p>A bad request exception object.</p>
56
+ *
57
+ * @throws {@link InternalServerErrorException} (server fault)
58
+ * <p>An internal server error exception object.</p>
59
+ *
60
+ * @throws {@link GuardDutyServiceException}
61
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
62
+ *
63
+ *
64
+ * @public
65
+ */
66
+ export declare class DeleteTrustedEntitySetCommand extends DeleteTrustedEntitySetCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: DeleteTrustedEntitySetRequest;
71
+ output: {};
72
+ };
73
+ sdk: {
74
+ input: DeleteTrustedEntitySetCommandInput;
75
+ output: DeleteTrustedEntitySetCommandOutput;
76
+ };
77
+ };
78
+ }
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { GetAdministratorAccountRequest, GetAdministratorAccountResponse } from "../models/models_0";
4
+ import { GetAdministratorAccountRequest, GetAdministratorAccountResponse } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { GetCoverageStatisticsRequest, GetCoverageStatisticsResponse } from "../models/models_0";
4
+ import { GetCoverageStatisticsRequest, GetCoverageStatisticsResponse } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { GetDetectorRequest, GetDetectorResponse } from "../models/models_0";
4
+ import { GetDetectorRequest, GetDetectorResponse } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { GetFilterRequest, GetFilterResponse } from "../models/models_0";
4
+ import { GetFilterRequest, GetFilterResponse } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
- import { GetFindingsRequest } from "../models/models_0";
5
- import { GetFindingsResponse } from "../models/models_1";
4
+ import { GetFindingsRequest, GetFindingsResponse } from "../models/models_1";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -0,0 +1,89 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
4
+ import { GetThreatEntitySetRequest, GetThreatEntitySetResponse } from "../models/models_1";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetThreatEntitySetCommand}.
14
+ */
15
+ export interface GetThreatEntitySetCommandInput extends GetThreatEntitySetRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetThreatEntitySetCommand}.
21
+ */
22
+ export interface GetThreatEntitySetCommandOutput extends GetThreatEntitySetResponse, __MetadataBearer {
23
+ }
24
+ declare const GetThreatEntitySetCommand_base: {
25
+ new (input: GetThreatEntitySetCommandInput): import("@smithy/smithy-client").CommandImpl<GetThreatEntitySetCommandInput, GetThreatEntitySetCommandOutput, GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetThreatEntitySetCommandInput): import("@smithy/smithy-client").CommandImpl<GetThreatEntitySetCommandInput, GetThreatEntitySetCommandOutput, GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Retrieves the threat entity set associated with the specified <code>threatEntitySetId</code>.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { GuardDutyClient, GetThreatEntitySetCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
35
+ * // const { GuardDutyClient, GetThreatEntitySetCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
36
+ * const client = new GuardDutyClient(config);
37
+ * const input = { // GetThreatEntitySetRequest
38
+ * DetectorId: "STRING_VALUE", // required
39
+ * ThreatEntitySetId: "STRING_VALUE", // required
40
+ * };
41
+ * const command = new GetThreatEntitySetCommand(input);
42
+ * const response = await client.send(command);
43
+ * // { // GetThreatEntitySetResponse
44
+ * // Name: "STRING_VALUE", // required
45
+ * // Format: "TXT" || "STIX" || "OTX_CSV" || "ALIEN_VAULT" || "PROOF_POINT" || "FIRE_EYE", // required
46
+ * // Location: "STRING_VALUE", // required
47
+ * // ExpectedBucketOwner: "STRING_VALUE",
48
+ * // Status: "INACTIVE" || "ACTIVATING" || "ACTIVE" || "DEACTIVATING" || "ERROR" || "DELETE_PENDING" || "DELETED", // required
49
+ * // Tags: { // TagMap
50
+ * // "<keys>": "STRING_VALUE",
51
+ * // },
52
+ * // CreatedAt: new Date("TIMESTAMP"),
53
+ * // UpdatedAt: new Date("TIMESTAMP"),
54
+ * // ErrorDetails: "STRING_VALUE",
55
+ * // };
56
+ *
57
+ * ```
58
+ *
59
+ * @param GetThreatEntitySetCommandInput - {@link GetThreatEntitySetCommandInput}
60
+ * @returns {@link GetThreatEntitySetCommandOutput}
61
+ * @see {@link GetThreatEntitySetCommandInput} for command's `input` shape.
62
+ * @see {@link GetThreatEntitySetCommandOutput} for command's `response` shape.
63
+ * @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
64
+ *
65
+ * @throws {@link BadRequestException} (client fault)
66
+ * <p>A bad request exception object.</p>
67
+ *
68
+ * @throws {@link InternalServerErrorException} (server fault)
69
+ * <p>An internal server error exception object.</p>
70
+ *
71
+ * @throws {@link GuardDutyServiceException}
72
+ * <p>Base exception class for all service exceptions from GuardDuty service.</p>
73
+ *
74
+ *
75
+ * @public
76
+ */
77
+ export declare class GetThreatEntitySetCommand extends GetThreatEntitySetCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: GetThreatEntitySetRequest;
82
+ output: GetThreatEntitySetResponse;
83
+ };
84
+ sdk: {
85
+ input: GetThreatEntitySetCommandInput;
86
+ output: GetThreatEntitySetCommandOutput;
87
+ };
88
+ };
89
+ }