@aws-sdk/client-guardduty 3.299.0 → 3.300.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 (66) hide show
  1. package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +5 -0
  2. package/dist-types/commands/AcceptInvitationCommand.d.ts +5 -0
  3. package/dist-types/commands/ArchiveFindingsCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateDetectorCommand.d.ts +29 -0
  5. package/dist-types/commands/CreateFilterCommand.d.ts +37 -0
  6. package/dist-types/commands/CreateIPSetCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateMembersCommand.d.ts +9 -0
  8. package/dist-types/commands/CreatePublishingDestinationCommand.d.ts +9 -0
  9. package/dist-types/commands/CreateSampleFindingsCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateThreatIntelSetCommand.d.ts +11 -0
  11. package/dist-types/commands/DeclineInvitationsCommand.d.ts +5 -0
  12. package/dist-types/commands/DeleteDetectorCommand.d.ts +3 -0
  13. package/dist-types/commands/DeleteFilterCommand.d.ts +4 -0
  14. package/dist-types/commands/DeleteIPSetCommand.d.ts +4 -0
  15. package/dist-types/commands/DeleteInvitationsCommand.d.ts +5 -0
  16. package/dist-types/commands/DeleteMembersCommand.d.ts +6 -0
  17. package/dist-types/commands/DeletePublishingDestinationCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteThreatIntelSetCommand.d.ts +4 -0
  19. package/dist-types/commands/DescribeMalwareScansCommand.d.ts +21 -0
  20. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +5 -0
  21. package/dist-types/commands/DescribePublishingDestinationCommand.d.ts +4 -0
  22. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +3 -0
  23. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +3 -0
  24. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +3 -0
  25. package/dist-types/commands/DisassociateMembersCommand.d.ts +6 -0
  26. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +3 -0
  27. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +3 -0
  28. package/dist-types/commands/GetDetectorCommand.d.ts +3 -0
  29. package/dist-types/commands/GetFilterCommand.d.ts +4 -0
  30. package/dist-types/commands/GetFindingsCommand.d.ts +10 -0
  31. package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +32 -0
  32. package/dist-types/commands/GetIPSetCommand.d.ts +4 -0
  33. package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -0
  34. package/dist-types/commands/GetMalwareScanSettingsCommand.d.ts +3 -0
  35. package/dist-types/commands/GetMasterAccountCommand.d.ts +3 -0
  36. package/dist-types/commands/GetMemberDetectorsCommand.d.ts +6 -0
  37. package/dist-types/commands/GetMembersCommand.d.ts +6 -0
  38. package/dist-types/commands/GetRemainingFreeTrialDaysCommand.d.ts +6 -0
  39. package/dist-types/commands/GetThreatIntelSetCommand.d.ts +4 -0
  40. package/dist-types/commands/GetUsageStatisticsCommand.d.ts +21 -0
  41. package/dist-types/commands/InviteMembersCommand.d.ts +8 -0
  42. package/dist-types/commands/ListDetectorsCommand.d.ts +4 -0
  43. package/dist-types/commands/ListFiltersCommand.d.ts +5 -0
  44. package/dist-types/commands/ListFindingsCommand.d.ts +35 -0
  45. package/dist-types/commands/ListIPSetsCommand.d.ts +5 -0
  46. package/dist-types/commands/ListInvitationsCommand.d.ts +4 -0
  47. package/dist-types/commands/ListMembersCommand.d.ts +6 -0
  48. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +4 -0
  49. package/dist-types/commands/ListPublishingDestinationsCommand.d.ts +5 -0
  50. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  51. package/dist-types/commands/ListThreatIntelSetsCommand.d.ts +5 -0
  52. package/dist-types/commands/StartMonitoringMembersCommand.d.ts +6 -0
  53. package/dist-types/commands/StopMonitoringMembersCommand.d.ts +6 -0
  54. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  55. package/dist-types/commands/UnarchiveFindingsCommand.d.ts +6 -0
  56. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  57. package/dist-types/commands/UpdateDetectorCommand.d.ts +26 -0
  58. package/dist-types/commands/UpdateFilterCommand.d.ts +33 -0
  59. package/dist-types/commands/UpdateFindingsFeedbackCommand.d.ts +8 -0
  60. package/dist-types/commands/UpdateIPSetCommand.d.ts +7 -0
  61. package/dist-types/commands/UpdateMalwareScanSettingsCommand.d.ts +26 -0
  62. package/dist-types/commands/UpdateMemberDetectorsCommand.d.ts +27 -0
  63. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +28 -0
  64. package/dist-types/commands/UpdatePublishingDestinationCommand.d.ts +8 -0
  65. package/dist-types/commands/UpdateThreatIntelSetCommand.d.ts +7 -0
  66. package/package.json +8 -8
@@ -26,6 +26,11 @@ export interface AcceptAdministratorInvitationCommandOutput extends AcceptAdmini
26
26
  * import { GuardDutyClient, AcceptAdministratorInvitationCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
27
27
  * // const { GuardDutyClient, AcceptAdministratorInvitationCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
28
28
  * const client = new GuardDutyClient(config);
29
+ * const input = {
30
+ * DetectorId: "STRING_VALUE", // required
31
+ * AdministratorId: "STRING_VALUE", // required
32
+ * InvitationId: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new AcceptAdministratorInvitationCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -28,6 +28,11 @@ export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse,
28
28
  * import { GuardDutyClient, AcceptInvitationCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
29
29
  * // const { GuardDutyClient, AcceptInvitationCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
30
30
  * const client = new GuardDutyClient(config);
31
+ * const input = {
32
+ * DetectorId: "STRING_VALUE", // required
33
+ * MasterId: "STRING_VALUE", // required
34
+ * InvitationId: "STRING_VALUE", // required
35
+ * };
31
36
  * const command = new AcceptInvitationCommand(input);
32
37
  * const response = await client.send(command);
33
38
  * ```
@@ -30,6 +30,12 @@ export interface ArchiveFindingsCommandOutput extends ArchiveFindingsResponse, _
30
30
  * import { GuardDutyClient, ArchiveFindingsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
31
31
  * // const { GuardDutyClient, ArchiveFindingsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
32
32
  * const client = new GuardDutyClient(config);
33
+ * const input = {
34
+ * DetectorId: "STRING_VALUE", // required
35
+ * FindingIds: [ // required
36
+ * "STRING_VALUE",
37
+ * ],
38
+ * };
33
39
  * const command = new ArchiveFindingsCommand(input);
34
40
  * const response = await client.send(command);
35
41
  * ```
@@ -32,6 +32,35 @@ export interface CreateDetectorCommandOutput extends CreateDetectorResponse, __M
32
32
  * import { GuardDutyClient, CreateDetectorCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
33
33
  * // const { GuardDutyClient, CreateDetectorCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
34
34
  * const client = new GuardDutyClient(config);
35
+ * const input = {
36
+ * Enable: true || false, // required
37
+ * ClientToken: "STRING_VALUE",
38
+ * FindingPublishingFrequency: "FIFTEEN_MINUTES" || "ONE_HOUR" || "SIX_HOURS",
39
+ * DataSources: {
40
+ * S3Logs: {
41
+ * Enable: true || false, // required
42
+ * },
43
+ * Kubernetes: {
44
+ * AuditLogs: {
45
+ * Enable: true || false, // required
46
+ * },
47
+ * },
48
+ * MalwareProtection: {
49
+ * ScanEc2InstanceWithFindings: {
50
+ * EbsVolumes: true || false,
51
+ * },
52
+ * },
53
+ * },
54
+ * Tags: {
55
+ * "<keys>": "STRING_VALUE",
56
+ * },
57
+ * Features: [
58
+ * {
59
+ * Name: "S3_DATA_EVENTS" || "EKS_AUDIT_LOGS" || "EBS_MALWARE_PROTECTION" || "RDS_LOGIN_EVENTS",
60
+ * Status: "ENABLED" || "DISABLED",
61
+ * },
62
+ * ],
63
+ * };
35
64
  * const command = new CreateDetectorCommand(input);
36
65
  * const response = await client.send(command);
37
66
  * ```
@@ -27,6 +27,43 @@ export interface CreateFilterCommandOutput extends CreateFilterResponse, __Metad
27
27
  * import { GuardDutyClient, CreateFilterCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
28
28
  * // const { GuardDutyClient, CreateFilterCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
29
29
  * const client = new GuardDutyClient(config);
30
+ * const input = {
31
+ * DetectorId: "STRING_VALUE", // required
32
+ * Name: "STRING_VALUE", // required
33
+ * Description: "STRING_VALUE",
34
+ * Action: "NOOP" || "ARCHIVE",
35
+ * Rank: Number("int"),
36
+ * FindingCriteria: {
37
+ * Criterion: {
38
+ * "<keys>": {
39
+ * Eq: [
40
+ * "STRING_VALUE",
41
+ * ],
42
+ * Neq: [
43
+ * "STRING_VALUE",
44
+ * ],
45
+ * Gt: Number("int"),
46
+ * Gte: Number("int"),
47
+ * Lt: Number("int"),
48
+ * Lte: Number("int"),
49
+ * Equals: [
50
+ * "STRING_VALUE",
51
+ * ],
52
+ * NotEquals: [
53
+ * "STRING_VALUE",
54
+ * ],
55
+ * GreaterThan: Number("long"),
56
+ * GreaterThanOrEqual: Number("long"),
57
+ * LessThan: Number("long"),
58
+ * LessThanOrEqual: Number("long"),
59
+ * },
60
+ * },
61
+ * },
62
+ * ClientToken: "STRING_VALUE",
63
+ * Tags: {
64
+ * "<keys>": "STRING_VALUE",
65
+ * },
66
+ * };
30
67
  * const command = new CreateFilterCommand(input);
31
68
  * const response = await client.send(command);
32
69
  * ```
@@ -29,6 +29,17 @@ export interface CreateIPSetCommandOutput extends CreateIPSetResponse, __Metadat
29
29
  * import { GuardDutyClient, CreateIPSetCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
30
30
  * // const { GuardDutyClient, CreateIPSetCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
31
31
  * const client = new GuardDutyClient(config);
32
+ * const input = {
33
+ * DetectorId: "STRING_VALUE", // required
34
+ * Name: "STRING_VALUE", // required
35
+ * Format: "TXT" || "STIX" || "OTX_CSV" || "ALIEN_VAULT" || "PROOF_POINT" || "FIRE_EYE", // required
36
+ * Location: "STRING_VALUE", // required
37
+ * Activate: true || false, // required
38
+ * ClientToken: "STRING_VALUE",
39
+ * Tags: {
40
+ * "<keys>": "STRING_VALUE",
41
+ * },
42
+ * };
32
43
  * const command = new CreateIPSetCommand(input);
33
44
  * const response = await client.send(command);
34
45
  * ```
@@ -34,6 +34,15 @@ export interface CreateMembersCommandOutput extends CreateMembersResponse, __Met
34
34
  * import { GuardDutyClient, CreateMembersCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
35
35
  * // const { GuardDutyClient, CreateMembersCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
36
36
  * const client = new GuardDutyClient(config);
37
+ * const input = {
38
+ * DetectorId: "STRING_VALUE", // required
39
+ * AccountDetails: [ // required
40
+ * {
41
+ * AccountId: "STRING_VALUE", // required
42
+ * Email: "STRING_VALUE", // required
43
+ * },
44
+ * ],
45
+ * };
37
46
  * const command = new CreateMembersCommand(input);
38
47
  * const response = await client.send(command);
39
48
  * ```
@@ -27,6 +27,15 @@ export interface CreatePublishingDestinationCommandOutput extends CreatePublishi
27
27
  * import { GuardDutyClient, CreatePublishingDestinationCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
28
28
  * // const { GuardDutyClient, CreatePublishingDestinationCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
29
29
  * const client = new GuardDutyClient(config);
30
+ * const input = {
31
+ * DetectorId: "STRING_VALUE", // required
32
+ * DestinationType: "S3", // required
33
+ * DestinationProperties: {
34
+ * DestinationArn: "STRING_VALUE",
35
+ * KmsKeyArn: "STRING_VALUE",
36
+ * },
37
+ * ClientToken: "STRING_VALUE",
38
+ * };
30
39
  * const command = new CreatePublishingDestinationCommand(input);
31
40
  * const response = await client.send(command);
32
41
  * ```
@@ -28,6 +28,12 @@ export interface CreateSampleFindingsCommandOutput extends CreateSampleFindingsR
28
28
  * import { GuardDutyClient, CreateSampleFindingsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
29
29
  * // const { GuardDutyClient, CreateSampleFindingsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
30
30
  * const client = new GuardDutyClient(config);
31
+ * const input = {
32
+ * DetectorId: "STRING_VALUE", // required
33
+ * FindingTypes: [
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * };
31
37
  * const command = new CreateSampleFindingsCommand(input);
32
38
  * const response = await client.send(command);
33
39
  * ```
@@ -28,6 +28,17 @@ export interface CreateThreatIntelSetCommandOutput extends CreateThreatIntelSetR
28
28
  * import { GuardDutyClient, CreateThreatIntelSetCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
29
29
  * // const { GuardDutyClient, CreateThreatIntelSetCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
30
30
  * const client = new GuardDutyClient(config);
31
+ * const input = {
32
+ * DetectorId: "STRING_VALUE", // required
33
+ * Name: "STRING_VALUE", // required
34
+ * Format: "TXT" || "STIX" || "OTX_CSV" || "ALIEN_VAULT" || "PROOF_POINT" || "FIRE_EYE", // required
35
+ * Location: "STRING_VALUE", // required
36
+ * Activate: true || false, // required
37
+ * ClientToken: "STRING_VALUE",
38
+ * Tags: {
39
+ * "<keys>": "STRING_VALUE",
40
+ * },
41
+ * };
31
42
  * const command = new CreateThreatIntelSetCommand(input);
32
43
  * const response = await client.send(command);
33
44
  * ```
@@ -27,6 +27,11 @@ export interface DeclineInvitationsCommandOutput extends DeclineInvitationsRespo
27
27
  * import { GuardDutyClient, DeclineInvitationsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
28
28
  * // const { GuardDutyClient, DeclineInvitationsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
29
29
  * const client = new GuardDutyClient(config);
30
+ * const input = {
31
+ * AccountIds: [ // required
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * };
30
35
  * const command = new DeclineInvitationsCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -26,6 +26,9 @@ export interface DeleteDetectorCommandOutput extends DeleteDetectorResponse, __M
26
26
  * import { GuardDutyClient, DeleteDetectorCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
27
27
  * // const { GuardDutyClient, DeleteDetectorCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
28
28
  * const client = new GuardDutyClient(config);
29
+ * const input = {
30
+ * DetectorId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteDetectorCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,10 @@ export interface DeleteFilterCommandOutput extends DeleteFilterResponse, __Metad
26
26
  * import { GuardDutyClient, DeleteFilterCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
27
27
  * // const { GuardDutyClient, DeleteFilterCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
28
28
  * const client = new GuardDutyClient(config);
29
+ * const input = {
30
+ * DetectorId: "STRING_VALUE", // required
31
+ * FilterName: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeleteFilterCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -27,6 +27,10 @@ export interface DeleteIPSetCommandOutput extends DeleteIPSetResponse, __Metadat
27
27
  * import { GuardDutyClient, DeleteIPSetCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
28
28
  * // const { GuardDutyClient, DeleteIPSetCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
29
29
  * const client = new GuardDutyClient(config);
30
+ * const input = {
31
+ * DetectorId: "STRING_VALUE", // required
32
+ * IpSetId: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new DeleteIPSetCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -27,6 +27,11 @@ export interface DeleteInvitationsCommandOutput extends DeleteInvitationsRespons
27
27
  * import { GuardDutyClient, DeleteInvitationsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
28
28
  * // const { GuardDutyClient, DeleteInvitationsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
29
29
  * const client = new GuardDutyClient(config);
30
+ * const input = {
31
+ * AccountIds: [ // required
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * };
30
35
  * const command = new DeleteInvitationsCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -29,6 +29,12 @@ export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __Met
29
29
  * import { GuardDutyClient, DeleteMembersCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
30
30
  * // const { GuardDutyClient, DeleteMembersCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
31
31
  * const client = new GuardDutyClient(config);
32
+ * const input = {
33
+ * DetectorId: "STRING_VALUE", // required
34
+ * AccountIds: [ // required
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * };
32
38
  * const command = new DeleteMembersCommand(input);
33
39
  * const response = await client.send(command);
34
40
  * ```
@@ -26,6 +26,10 @@ export interface DeletePublishingDestinationCommandOutput extends DeletePublishi
26
26
  * import { GuardDutyClient, DeletePublishingDestinationCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
27
27
  * // const { GuardDutyClient, DeletePublishingDestinationCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
28
28
  * const client = new GuardDutyClient(config);
29
+ * const input = {
30
+ * DetectorId: "STRING_VALUE", // required
31
+ * DestinationId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeletePublishingDestinationCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ export interface DeleteThreatIntelSetCommandOutput extends DeleteThreatIntelSetR
26
26
  * import { GuardDutyClient, DeleteThreatIntelSetCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
27
27
  * // const { GuardDutyClient, DeleteThreatIntelSetCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
28
28
  * const client = new GuardDutyClient(config);
29
+ * const input = {
30
+ * DetectorId: "STRING_VALUE", // required
31
+ * ThreatIntelSetId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeleteThreatIntelSetCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -30,6 +30,27 @@ export interface DescribeMalwareScansCommandOutput extends DescribeMalwareScansR
30
30
  * import { GuardDutyClient, DescribeMalwareScansCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
31
31
  * // const { GuardDutyClient, DescribeMalwareScansCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
32
32
  * const client = new GuardDutyClient(config);
33
+ * const input = {
34
+ * DetectorId: "STRING_VALUE", // required
35
+ * NextToken: "STRING_VALUE",
36
+ * MaxResults: Number("int"),
37
+ * FilterCriteria: {
38
+ * FilterCriterion: [
39
+ * {
40
+ * CriterionKey: "EC2_INSTANCE_ARN" || "SCAN_ID" || "ACCOUNT_ID" || "GUARDDUTY_FINDING_ID" || "SCAN_START_TIME" || "SCAN_STATUS",
41
+ * FilterCondition: {
42
+ * EqualsValue: "STRING_VALUE",
43
+ * GreaterThan: Number("long"),
44
+ * LessThan: Number("long"),
45
+ * },
46
+ * },
47
+ * ],
48
+ * },
49
+ * SortCriteria: {
50
+ * AttributeName: "STRING_VALUE",
51
+ * OrderBy: "ASC" || "DESC",
52
+ * },
53
+ * };
33
54
  * const command = new DescribeMalwareScansCommand(input);
34
55
  * const response = await client.send(command);
35
56
  * ```
@@ -30,6 +30,11 @@ export interface DescribeOrganizationConfigurationCommandOutput extends Describe
30
30
  * import { GuardDutyClient, DescribeOrganizationConfigurationCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
31
31
  * // const { GuardDutyClient, DescribeOrganizationConfigurationCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
32
32
  * const client = new GuardDutyClient(config);
33
+ * const input = {
34
+ * DetectorId: "STRING_VALUE", // required
35
+ * MaxResults: Number("int"),
36
+ * NextToken: "STRING_VALUE",
37
+ * };
33
38
  * const command = new DescribeOrganizationConfigurationCommand(input);
34
39
  * const response = await client.send(command);
35
40
  * ```
@@ -27,6 +27,10 @@ export interface DescribePublishingDestinationCommandOutput extends DescribePubl
27
27
  * import { GuardDutyClient, DescribePublishingDestinationCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
28
28
  * // const { GuardDutyClient, DescribePublishingDestinationCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
29
29
  * const client = new GuardDutyClient(config);
30
+ * const input = {
31
+ * DetectorId: "STRING_VALUE", // required
32
+ * DestinationId: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new DescribePublishingDestinationCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -27,6 +27,9 @@ export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrg
27
27
  * import { GuardDutyClient, DisableOrganizationAdminAccountCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
28
28
  * // const { GuardDutyClient, DisableOrganizationAdminAccountCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
29
29
  * const client = new GuardDutyClient(config);
30
+ * const input = {
31
+ * AdminAccountId: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new DisableOrganizationAdminAccountCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -28,6 +28,9 @@ export interface DisassociateFromAdministratorAccountCommandOutput extends Disas
28
28
  * import { GuardDutyClient, DisassociateFromAdministratorAccountCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
29
29
  * // const { GuardDutyClient, DisassociateFromAdministratorAccountCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
30
30
  * const client = new GuardDutyClient(config);
31
+ * const input = {
32
+ * DetectorId: "STRING_VALUE", // required
33
+ * };
31
34
  * const command = new DisassociateFromAdministratorAccountCommand(input);
32
35
  * const response = await client.send(command);
33
36
  * ```
@@ -28,6 +28,9 @@ export interface DisassociateFromMasterAccountCommandOutput extends Disassociate
28
28
  * import { GuardDutyClient, DisassociateFromMasterAccountCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
29
29
  * // const { GuardDutyClient, DisassociateFromMasterAccountCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
30
30
  * const client = new GuardDutyClient(config);
31
+ * const input = {
32
+ * DetectorId: "STRING_VALUE", // required
33
+ * };
31
34
  * const command = new DisassociateFromMasterAccountCommand(input);
32
35
  * const response = await client.send(command);
33
36
  * ```
@@ -28,6 +28,12 @@ export interface DisassociateMembersCommandOutput extends DisassociateMembersRes
28
28
  * import { GuardDutyClient, DisassociateMembersCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
29
29
  * // const { GuardDutyClient, DisassociateMembersCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
30
30
  * const client = new GuardDutyClient(config);
31
+ * const input = {
32
+ * DetectorId: "STRING_VALUE", // required
33
+ * AccountIds: [ // required
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * };
31
37
  * const command = new DisassociateMembersCommand(input);
32
38
  * const response = await client.send(command);
33
39
  * ```
@@ -27,6 +27,9 @@ export interface EnableOrganizationAdminAccountCommandOutput extends EnableOrgan
27
27
  * import { GuardDutyClient, EnableOrganizationAdminAccountCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
28
28
  * // const { GuardDutyClient, EnableOrganizationAdminAccountCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
29
29
  * const client = new GuardDutyClient(config);
30
+ * const input = {
31
+ * AdminAccountId: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new EnableOrganizationAdminAccountCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -27,6 +27,9 @@ export interface GetAdministratorAccountCommandOutput extends GetAdministratorAc
27
27
  * import { GuardDutyClient, GetAdministratorAccountCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
28
28
  * // const { GuardDutyClient, GetAdministratorAccountCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
29
29
  * const client = new GuardDutyClient(config);
30
+ * const input = {
31
+ * DetectorId: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new GetAdministratorAccountCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -29,6 +29,9 @@ export interface GetDetectorCommandOutput extends GetDetectorResponse, __Metadat
29
29
  * import { GuardDutyClient, GetDetectorCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
30
30
  * // const { GuardDutyClient, GetDetectorCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
31
31
  * const client = new GuardDutyClient(config);
32
+ * const input = {
33
+ * DetectorId: "STRING_VALUE", // required
34
+ * };
32
35
  * const command = new GetDetectorCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -26,6 +26,10 @@ export interface GetFilterCommandOutput extends GetFilterResponse, __MetadataBea
26
26
  * import { GuardDutyClient, GetFilterCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
27
27
  * // const { GuardDutyClient, GetFilterCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
28
28
  * const client = new GuardDutyClient(config);
29
+ * const input = {
30
+ * DetectorId: "STRING_VALUE", // required
31
+ * FilterName: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new GetFilterCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,16 @@ export interface GetFindingsCommandOutput extends GetFindingsResponse, __Metadat
26
26
  * import { GuardDutyClient, GetFindingsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
27
27
  * // const { GuardDutyClient, GetFindingsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
28
28
  * const client = new GuardDutyClient(config);
29
+ * const input = {
30
+ * DetectorId: "STRING_VALUE", // required
31
+ * FindingIds: [ // required
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * SortCriteria: {
35
+ * AttributeName: "STRING_VALUE",
36
+ * OrderBy: "ASC" || "DESC",
37
+ * },
38
+ * };
29
39
  * const command = new GetFindingsCommand(input);
30
40
  * const response = await client.send(command);
31
41
  * ```
@@ -26,6 +26,38 @@ export interface GetFindingsStatisticsCommandOutput extends GetFindingsStatistic
26
26
  * import { GuardDutyClient, GetFindingsStatisticsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
27
27
  * // const { GuardDutyClient, GetFindingsStatisticsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
28
28
  * const client = new GuardDutyClient(config);
29
+ * const input = {
30
+ * DetectorId: "STRING_VALUE", // required
31
+ * FindingStatisticTypes: [ // required
32
+ * "COUNT_BY_SEVERITY",
33
+ * ],
34
+ * FindingCriteria: {
35
+ * Criterion: {
36
+ * "<keys>": {
37
+ * Eq: [
38
+ * "STRING_VALUE",
39
+ * ],
40
+ * Neq: [
41
+ * "STRING_VALUE",
42
+ * ],
43
+ * Gt: Number("int"),
44
+ * Gte: Number("int"),
45
+ * Lt: Number("int"),
46
+ * Lte: Number("int"),
47
+ * Equals: [
48
+ * "STRING_VALUE",
49
+ * ],
50
+ * NotEquals: [
51
+ * "STRING_VALUE",
52
+ * ],
53
+ * GreaterThan: Number("long"),
54
+ * GreaterThanOrEqual: Number("long"),
55
+ * LessThan: Number("long"),
56
+ * LessThanOrEqual: Number("long"),
57
+ * },
58
+ * },
59
+ * },
60
+ * };
29
61
  * const command = new GetFindingsStatisticsCommand(input);
30
62
  * const response = await client.send(command);
31
63
  * ```
@@ -26,6 +26,10 @@ export interface GetIPSetCommandOutput extends GetIPSetResponse, __MetadataBeare
26
26
  * import { GuardDutyClient, GetIPSetCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
27
27
  * // const { GuardDutyClient, GetIPSetCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
28
28
  * const client = new GuardDutyClient(config);
29
+ * const input = {
30
+ * DetectorId: "STRING_VALUE", // required
31
+ * IpSetId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new GetIPSetCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -27,6 +27,7 @@ export interface GetInvitationsCountCommandOutput extends GetInvitationsCountRes
27
27
  * import { GuardDutyClient, GetInvitationsCountCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
28
28
  * // const { GuardDutyClient, GetInvitationsCountCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
29
29
  * const client = new GuardDutyClient(config);
30
+ * const input = {};
30
31
  * const command = new GetInvitationsCountCommand(input);
31
32
  * const response = await client.send(command);
32
33
  * ```
@@ -29,6 +29,9 @@ export interface GetMalwareScanSettingsCommandOutput extends GetMalwareScanSetti
29
29
  * import { GuardDutyClient, GetMalwareScanSettingsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
30
30
  * // const { GuardDutyClient, GetMalwareScanSettingsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
31
31
  * const client = new GuardDutyClient(config);
32
+ * const input = {
33
+ * DetectorId: "STRING_VALUE", // required
34
+ * };
32
35
  * const command = new GetMalwareScanSettingsCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -29,6 +29,9 @@ export interface GetMasterAccountCommandOutput extends GetMasterAccountResponse,
29
29
  * import { GuardDutyClient, GetMasterAccountCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
30
30
  * // const { GuardDutyClient, GetMasterAccountCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
31
31
  * const client = new GuardDutyClient(config);
32
+ * const input = {
33
+ * DetectorId: "STRING_VALUE", // required
34
+ * };
32
35
  * const command = new GetMasterAccountCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -29,6 +29,12 @@ export interface GetMemberDetectorsCommandOutput extends GetMemberDetectorsRespo
29
29
  * import { GuardDutyClient, GetMemberDetectorsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
30
30
  * // const { GuardDutyClient, GetMemberDetectorsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
31
31
  * const client = new GuardDutyClient(config);
32
+ * const input = {
33
+ * DetectorId: "STRING_VALUE", // required
34
+ * AccountIds: [ // required
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * };
32
38
  * const command = new GetMemberDetectorsCommand(input);
33
39
  * const response = await client.send(command);
34
40
  * ```
@@ -27,6 +27,12 @@ export interface GetMembersCommandOutput extends GetMembersResponse, __MetadataB
27
27
  * import { GuardDutyClient, GetMembersCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
28
28
  * // const { GuardDutyClient, GetMembersCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
29
29
  * const client = new GuardDutyClient(config);
30
+ * const input = {
31
+ * DetectorId: "STRING_VALUE", // required
32
+ * AccountIds: [ // required
33
+ * "STRING_VALUE",
34
+ * ],
35
+ * };
30
36
  * const command = new GetMembersCommand(input);
31
37
  * const response = await client.send(command);
32
38
  * ```
@@ -26,6 +26,12 @@ export interface GetRemainingFreeTrialDaysCommandOutput extends GetRemainingFree
26
26
  * import { GuardDutyClient, GetRemainingFreeTrialDaysCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
27
27
  * // const { GuardDutyClient, GetRemainingFreeTrialDaysCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
28
28
  * const client = new GuardDutyClient(config);
29
+ * const input = {
30
+ * DetectorId: "STRING_VALUE", // required
31
+ * AccountIds: [
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * };
29
35
  * const command = new GetRemainingFreeTrialDaysCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,10 @@ export interface GetThreatIntelSetCommandOutput extends GetThreatIntelSetRespons
26
26
  * import { GuardDutyClient, GetThreatIntelSetCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
27
27
  * // const { GuardDutyClient, GetThreatIntelSetCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
28
28
  * const client = new GuardDutyClient(config);
29
+ * const input = {
30
+ * DetectorId: "STRING_VALUE", // required
31
+ * ThreatIntelSetId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new GetThreatIntelSetCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```