@aws-sdk/client-guardduty 3.300.0 → 3.301.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.
- package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +1 -1
- package/dist-types/commands/AcceptInvitationCommand.d.ts +1 -1
- package/dist-types/commands/ArchiveFindingsCommand.d.ts +2 -2
- package/dist-types/commands/CreateDetectorCommand.d.ts +10 -10
- package/dist-types/commands/CreateFilterCommand.d.ts +9 -9
- package/dist-types/commands/CreateIPSetCommand.d.ts +2 -2
- package/dist-types/commands/CreateMembersCommand.d.ts +3 -3
- package/dist-types/commands/CreatePublishingDestinationCommand.d.ts +2 -2
- package/dist-types/commands/CreateSampleFindingsCommand.d.ts +2 -2
- package/dist-types/commands/CreateThreatIntelSetCommand.d.ts +2 -2
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDetectorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIPSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteMembersCommand.d.ts +2 -2
- package/dist-types/commands/DeletePublishingDestinationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThreatIntelSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMalwareScansCommand.d.ts +6 -6
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribePublishingDestinationCommand.d.ts +1 -1
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateMembersCommand.d.ts +2 -2
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetDetectorCommand.d.ts +1 -1
- package/dist-types/commands/GetFilterCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingsCommand.d.ts +3 -3
- package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +9 -9
- package/dist-types/commands/GetIPSetCommand.d.ts +1 -1
- package/dist-types/commands/GetMalwareScanSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetMemberDetectorsCommand.d.ts +2 -2
- package/dist-types/commands/GetMembersCommand.d.ts +2 -2
- package/dist-types/commands/GetRemainingFreeTrialDaysCommand.d.ts +2 -2
- package/dist-types/commands/GetThreatIntelSetCommand.d.ts +1 -1
- package/dist-types/commands/GetUsageStatisticsCommand.d.ts +6 -6
- package/dist-types/commands/InviteMembersCommand.d.ts +2 -2
- package/dist-types/commands/ListDetectorsCommand.d.ts +1 -1
- package/dist-types/commands/ListFiltersCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingsCommand.d.ts +9 -9
- package/dist-types/commands/ListIPSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListPublishingDestinationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListThreatIntelSetsCommand.d.ts +1 -1
- package/dist-types/commands/StartMonitoringMembersCommand.d.ts +2 -2
- package/dist-types/commands/StopMonitoringMembersCommand.d.ts +2 -2
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UnarchiveFindingsCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDetectorCommand.d.ts +9 -9
- package/dist-types/commands/UpdateFilterCommand.d.ts +8 -8
- package/dist-types/commands/UpdateFindingsFeedbackCommand.d.ts +2 -2
- package/dist-types/commands/UpdateIPSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMalwareScanSettingsCommand.d.ts +6 -6
- package/dist-types/commands/UpdateMemberDetectorsCommand.d.ts +10 -10
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +10 -10
- package/dist-types/commands/UpdatePublishingDestinationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateThreatIntelSetCommand.d.ts +1 -1
- package/package.json +3 -3
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // AcceptAdministratorInvitationRequest
|
|
30
30
|
* DetectorId: "STRING_VALUE", // required
|
|
31
31
|
* AdministratorId: "STRING_VALUE", // required
|
|
32
32
|
* InvitationId: "STRING_VALUE", // required
|
|
@@ -28,7 +28,7 @@ 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 = {
|
|
31
|
+
* const input = { // AcceptInvitationRequest
|
|
32
32
|
* DetectorId: "STRING_VALUE", // required
|
|
33
33
|
* MasterId: "STRING_VALUE", // required
|
|
34
34
|
* InvitationId: "STRING_VALUE", // required
|
|
@@ -30,9 +30,9 @@ 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 = {
|
|
33
|
+
* const input = { // ArchiveFindingsRequest
|
|
34
34
|
* DetectorId: "STRING_VALUE", // required
|
|
35
|
-
* FindingIds: [ // required
|
|
35
|
+
* FindingIds: [ // FindingIds // required
|
|
36
36
|
* "STRING_VALUE",
|
|
37
37
|
* ],
|
|
38
38
|
* };
|
|
@@ -32,30 +32,30 @@ 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 = {
|
|
35
|
+
* const input = { // CreateDetectorRequest
|
|
36
36
|
* Enable: true || false, // required
|
|
37
37
|
* ClientToken: "STRING_VALUE",
|
|
38
38
|
* FindingPublishingFrequency: "FIFTEEN_MINUTES" || "ONE_HOUR" || "SIX_HOURS",
|
|
39
|
-
* DataSources: {
|
|
40
|
-
* S3Logs: {
|
|
39
|
+
* DataSources: { // DataSourceConfigurations
|
|
40
|
+
* S3Logs: { // S3LogsConfiguration
|
|
41
41
|
* Enable: true || false, // required
|
|
42
42
|
* },
|
|
43
|
-
* Kubernetes: {
|
|
44
|
-
* AuditLogs: {
|
|
43
|
+
* Kubernetes: { // KubernetesConfiguration
|
|
44
|
+
* AuditLogs: { // KubernetesAuditLogsConfiguration
|
|
45
45
|
* Enable: true || false, // required
|
|
46
46
|
* },
|
|
47
47
|
* },
|
|
48
|
-
* MalwareProtection: {
|
|
49
|
-
* ScanEc2InstanceWithFindings: {
|
|
48
|
+
* MalwareProtection: { // MalwareProtectionConfiguration
|
|
49
|
+
* ScanEc2InstanceWithFindings: { // ScanEc2InstanceWithFindings
|
|
50
50
|
* EbsVolumes: true || false,
|
|
51
51
|
* },
|
|
52
52
|
* },
|
|
53
53
|
* },
|
|
54
|
-
* Tags: {
|
|
54
|
+
* Tags: { // TagMap
|
|
55
55
|
* "<keys>": "STRING_VALUE",
|
|
56
56
|
* },
|
|
57
|
-
* Features: [
|
|
58
|
-
* {
|
|
57
|
+
* Features: [ // DetectorFeatureConfigurations
|
|
58
|
+
* { // DetectorFeatureConfiguration
|
|
59
59
|
* Name: "S3_DATA_EVENTS" || "EKS_AUDIT_LOGS" || "EBS_MALWARE_PROTECTION" || "RDS_LOGIN_EVENTS",
|
|
60
60
|
* Status: "ENABLED" || "DISABLED",
|
|
61
61
|
* },
|
|
@@ -27,29 +27,29 @@ 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 = {
|
|
30
|
+
* const input = { // CreateFilterRequest
|
|
31
31
|
* DetectorId: "STRING_VALUE", // required
|
|
32
32
|
* Name: "STRING_VALUE", // required
|
|
33
33
|
* Description: "STRING_VALUE",
|
|
34
34
|
* Action: "NOOP" || "ARCHIVE",
|
|
35
35
|
* Rank: Number("int"),
|
|
36
|
-
* FindingCriteria: {
|
|
37
|
-
* Criterion: {
|
|
38
|
-
* "<keys>": {
|
|
39
|
-
* Eq: [
|
|
36
|
+
* FindingCriteria: { // FindingCriteria
|
|
37
|
+
* Criterion: { // Criterion
|
|
38
|
+
* "<keys>": { // Condition
|
|
39
|
+
* Eq: [ // Eq
|
|
40
40
|
* "STRING_VALUE",
|
|
41
41
|
* ],
|
|
42
|
-
* Neq: [
|
|
42
|
+
* Neq: [ // Neq
|
|
43
43
|
* "STRING_VALUE",
|
|
44
44
|
* ],
|
|
45
45
|
* Gt: Number("int"),
|
|
46
46
|
* Gte: Number("int"),
|
|
47
47
|
* Lt: Number("int"),
|
|
48
48
|
* Lte: Number("int"),
|
|
49
|
-
* Equals: [
|
|
49
|
+
* Equals: [ // Equals
|
|
50
50
|
* "STRING_VALUE",
|
|
51
51
|
* ],
|
|
52
|
-
* NotEquals: [
|
|
52
|
+
* NotEquals: [ // NotEquals
|
|
53
53
|
* "STRING_VALUE",
|
|
54
54
|
* ],
|
|
55
55
|
* GreaterThan: Number("long"),
|
|
@@ -60,7 +60,7 @@ export interface CreateFilterCommandOutput extends CreateFilterResponse, __Metad
|
|
|
60
60
|
* },
|
|
61
61
|
* },
|
|
62
62
|
* ClientToken: "STRING_VALUE",
|
|
63
|
-
* Tags: {
|
|
63
|
+
* Tags: { // TagMap
|
|
64
64
|
* "<keys>": "STRING_VALUE",
|
|
65
65
|
* },
|
|
66
66
|
* };
|
|
@@ -29,14 +29,14 @@ 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 = {
|
|
32
|
+
* const input = { // CreateIPSetRequest
|
|
33
33
|
* DetectorId: "STRING_VALUE", // required
|
|
34
34
|
* Name: "STRING_VALUE", // required
|
|
35
35
|
* Format: "TXT" || "STIX" || "OTX_CSV" || "ALIEN_VAULT" || "PROOF_POINT" || "FIRE_EYE", // required
|
|
36
36
|
* Location: "STRING_VALUE", // required
|
|
37
37
|
* Activate: true || false, // required
|
|
38
38
|
* ClientToken: "STRING_VALUE",
|
|
39
|
-
* Tags: {
|
|
39
|
+
* Tags: { // TagMap
|
|
40
40
|
* "<keys>": "STRING_VALUE",
|
|
41
41
|
* },
|
|
42
42
|
* };
|
|
@@ -34,10 +34,10 @@ 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 = {
|
|
37
|
+
* const input = { // CreateMembersRequest
|
|
38
38
|
* DetectorId: "STRING_VALUE", // required
|
|
39
|
-
* AccountDetails: [ // required
|
|
40
|
-
* {
|
|
39
|
+
* AccountDetails: [ // AccountDetails // required
|
|
40
|
+
* { // AccountDetail
|
|
41
41
|
* AccountId: "STRING_VALUE", // required
|
|
42
42
|
* Email: "STRING_VALUE", // required
|
|
43
43
|
* },
|
|
@@ -27,10 +27,10 @@ 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 = {
|
|
30
|
+
* const input = { // CreatePublishingDestinationRequest
|
|
31
31
|
* DetectorId: "STRING_VALUE", // required
|
|
32
32
|
* DestinationType: "S3", // required
|
|
33
|
-
* DestinationProperties: {
|
|
33
|
+
* DestinationProperties: { // DestinationProperties
|
|
34
34
|
* DestinationArn: "STRING_VALUE",
|
|
35
35
|
* KmsKeyArn: "STRING_VALUE",
|
|
36
36
|
* },
|
|
@@ -28,9 +28,9 @@ 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 = {
|
|
31
|
+
* const input = { // CreateSampleFindingsRequest
|
|
32
32
|
* DetectorId: "STRING_VALUE", // required
|
|
33
|
-
* FindingTypes: [
|
|
33
|
+
* FindingTypes: [ // FindingTypes
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* };
|
|
@@ -28,14 +28,14 @@ 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 = {
|
|
31
|
+
* const input = { // CreateThreatIntelSetRequest
|
|
32
32
|
* DetectorId: "STRING_VALUE", // required
|
|
33
33
|
* Name: "STRING_VALUE", // required
|
|
34
34
|
* Format: "TXT" || "STIX" || "OTX_CSV" || "ALIEN_VAULT" || "PROOF_POINT" || "FIRE_EYE", // required
|
|
35
35
|
* Location: "STRING_VALUE", // required
|
|
36
36
|
* Activate: true || false, // required
|
|
37
37
|
* ClientToken: "STRING_VALUE",
|
|
38
|
-
* Tags: {
|
|
38
|
+
* Tags: { // TagMap
|
|
39
39
|
* "<keys>": "STRING_VALUE",
|
|
40
40
|
* },
|
|
41
41
|
* };
|
|
@@ -27,8 +27,8 @@ 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
|
|
30
|
+
* const input = { // DeclineInvitationsRequest
|
|
31
|
+
* AccountIds: [ // AccountIds // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DeleteDetectorRequest
|
|
30
30
|
* DetectorId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteDetectorCommand(input);
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DeleteFilterRequest
|
|
30
30
|
* DetectorId: "STRING_VALUE", // required
|
|
31
31
|
* FilterName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -27,7 +27,7 @@ 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 = {
|
|
30
|
+
* const input = { // DeleteIPSetRequest
|
|
31
31
|
* DetectorId: "STRING_VALUE", // required
|
|
32
32
|
* IpSetId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -27,8 +27,8 @@ 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
|
|
30
|
+
* const input = { // DeleteInvitationsRequest
|
|
31
|
+
* AccountIds: [ // AccountIds // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -29,9 +29,9 @@ 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 = {
|
|
32
|
+
* const input = { // DeleteMembersRequest
|
|
33
33
|
* DetectorId: "STRING_VALUE", // required
|
|
34
|
-
* AccountIds: [ // required
|
|
34
|
+
* AccountIds: [ // AccountIds // required
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* };
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DeletePublishingDestinationRequest
|
|
30
30
|
* DetectorId: "STRING_VALUE", // required
|
|
31
31
|
* DestinationId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // DeleteThreatIntelSetRequest
|
|
30
30
|
* DetectorId: "STRING_VALUE", // required
|
|
31
31
|
* ThreatIntelSetId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -30,15 +30,15 @@ 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 = {
|
|
33
|
+
* const input = { // DescribeMalwareScansRequest
|
|
34
34
|
* DetectorId: "STRING_VALUE", // required
|
|
35
35
|
* NextToken: "STRING_VALUE",
|
|
36
36
|
* MaxResults: Number("int"),
|
|
37
|
-
* FilterCriteria: {
|
|
38
|
-
* FilterCriterion: [
|
|
39
|
-
* {
|
|
37
|
+
* FilterCriteria: { // FilterCriteria
|
|
38
|
+
* FilterCriterion: [ // FilterCriterionList
|
|
39
|
+
* { // FilterCriterion
|
|
40
40
|
* CriterionKey: "EC2_INSTANCE_ARN" || "SCAN_ID" || "ACCOUNT_ID" || "GUARDDUTY_FINDING_ID" || "SCAN_START_TIME" || "SCAN_STATUS",
|
|
41
|
-
* FilterCondition: {
|
|
41
|
+
* FilterCondition: { // FilterCondition
|
|
42
42
|
* EqualsValue: "STRING_VALUE",
|
|
43
43
|
* GreaterThan: Number("long"),
|
|
44
44
|
* LessThan: Number("long"),
|
|
@@ -46,7 +46,7 @@ export interface DescribeMalwareScansCommandOutput extends DescribeMalwareScansR
|
|
|
46
46
|
* },
|
|
47
47
|
* ],
|
|
48
48
|
* },
|
|
49
|
-
* SortCriteria: {
|
|
49
|
+
* SortCriteria: { // SortCriteria
|
|
50
50
|
* AttributeName: "STRING_VALUE",
|
|
51
51
|
* OrderBy: "ASC" || "DESC",
|
|
52
52
|
* },
|
|
@@ -30,7 +30,7 @@ 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 = {
|
|
33
|
+
* const input = { // DescribeOrganizationConfigurationRequest
|
|
34
34
|
* DetectorId: "STRING_VALUE", // required
|
|
35
35
|
* MaxResults: Number("int"),
|
|
36
36
|
* NextToken: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ 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 = {
|
|
30
|
+
* const input = { // DescribePublishingDestinationRequest
|
|
31
31
|
* DetectorId: "STRING_VALUE", // required
|
|
32
32
|
* DestinationId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -27,7 +27,7 @@ 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 = {
|
|
30
|
+
* const input = { // DisableOrganizationAdminAccountRequest
|
|
31
31
|
* AdminAccountId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DisableOrganizationAdminAccountCommand(input);
|
|
@@ -28,7 +28,7 @@ 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 = {
|
|
31
|
+
* const input = { // DisassociateFromAdministratorAccountRequest
|
|
32
32
|
* DetectorId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DisassociateFromAdministratorAccountCommand(input);
|
|
@@ -28,7 +28,7 @@ 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 = {
|
|
31
|
+
* const input = { // DisassociateFromMasterAccountRequest
|
|
32
32
|
* DetectorId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DisassociateFromMasterAccountCommand(input);
|
|
@@ -28,9 +28,9 @@ 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 = {
|
|
31
|
+
* const input = { // DisassociateMembersRequest
|
|
32
32
|
* DetectorId: "STRING_VALUE", // required
|
|
33
|
-
* AccountIds: [ // required
|
|
33
|
+
* AccountIds: [ // AccountIds // required
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* };
|
|
@@ -27,7 +27,7 @@ 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 = {
|
|
30
|
+
* const input = { // EnableOrganizationAdminAccountRequest
|
|
31
31
|
* AdminAccountId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new EnableOrganizationAdminAccountCommand(input);
|
|
@@ -27,7 +27,7 @@ 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 = {
|
|
30
|
+
* const input = { // GetAdministratorAccountRequest
|
|
31
31
|
* DetectorId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetAdministratorAccountCommand(input);
|
|
@@ -29,7 +29,7 @@ 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 = {
|
|
32
|
+
* const input = { // GetDetectorRequest
|
|
33
33
|
* DetectorId: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new GetDetectorCommand(input);
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // GetFilterRequest
|
|
30
30
|
* DetectorId: "STRING_VALUE", // required
|
|
31
31
|
* FilterName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,12 +26,12 @@ 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 = {
|
|
29
|
+
* const input = { // GetFindingsRequest
|
|
30
30
|
* DetectorId: "STRING_VALUE", // required
|
|
31
|
-
* FindingIds: [ // required
|
|
31
|
+
* FindingIds: [ // FindingIds // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
|
-
* SortCriteria: {
|
|
34
|
+
* SortCriteria: { // SortCriteria
|
|
35
35
|
* AttributeName: "STRING_VALUE",
|
|
36
36
|
* OrderBy: "ASC" || "DESC",
|
|
37
37
|
* },
|
|
@@ -26,28 +26,28 @@ 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 = {
|
|
29
|
+
* const input = { // GetFindingsStatisticsRequest
|
|
30
30
|
* DetectorId: "STRING_VALUE", // required
|
|
31
|
-
* FindingStatisticTypes: [ // required
|
|
31
|
+
* FindingStatisticTypes: [ // FindingStatisticTypes // required
|
|
32
32
|
* "COUNT_BY_SEVERITY",
|
|
33
33
|
* ],
|
|
34
|
-
* FindingCriteria: {
|
|
35
|
-
* Criterion: {
|
|
36
|
-
* "<keys>": {
|
|
37
|
-
* Eq: [
|
|
34
|
+
* FindingCriteria: { // FindingCriteria
|
|
35
|
+
* Criterion: { // Criterion
|
|
36
|
+
* "<keys>": { // Condition
|
|
37
|
+
* Eq: [ // Eq
|
|
38
38
|
* "STRING_VALUE",
|
|
39
39
|
* ],
|
|
40
|
-
* Neq: [
|
|
40
|
+
* Neq: [ // Neq
|
|
41
41
|
* "STRING_VALUE",
|
|
42
42
|
* ],
|
|
43
43
|
* Gt: Number("int"),
|
|
44
44
|
* Gte: Number("int"),
|
|
45
45
|
* Lt: Number("int"),
|
|
46
46
|
* Lte: Number("int"),
|
|
47
|
-
* Equals: [
|
|
47
|
+
* Equals: [ // Equals
|
|
48
48
|
* "STRING_VALUE",
|
|
49
49
|
* ],
|
|
50
|
-
* NotEquals: [
|
|
50
|
+
* NotEquals: [ // NotEquals
|
|
51
51
|
* "STRING_VALUE",
|
|
52
52
|
* ],
|
|
53
53
|
* GreaterThan: Number("long"),
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // GetIPSetRequest
|
|
30
30
|
* DetectorId: "STRING_VALUE", // required
|
|
31
31
|
* IpSetId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -29,7 +29,7 @@ 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 = {
|
|
32
|
+
* const input = { // GetMalwareScanSettingsRequest
|
|
33
33
|
* DetectorId: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new GetMalwareScanSettingsCommand(input);
|
|
@@ -29,7 +29,7 @@ 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 = {
|
|
32
|
+
* const input = { // GetMasterAccountRequest
|
|
33
33
|
* DetectorId: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new GetMasterAccountCommand(input);
|
|
@@ -29,9 +29,9 @@ 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 = {
|
|
32
|
+
* const input = { // GetMemberDetectorsRequest
|
|
33
33
|
* DetectorId: "STRING_VALUE", // required
|
|
34
|
-
* AccountIds: [ // required
|
|
34
|
+
* AccountIds: [ // AccountIds // required
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* };
|
|
@@ -27,9 +27,9 @@ 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 = {
|
|
30
|
+
* const input = { // GetMembersRequest
|
|
31
31
|
* DetectorId: "STRING_VALUE", // required
|
|
32
|
-
* AccountIds: [ // required
|
|
32
|
+
* AccountIds: [ // AccountIds // required
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
35
|
* };
|
|
@@ -26,9 +26,9 @@ 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 = {
|
|
29
|
+
* const input = { // GetRemainingFreeTrialDaysRequest
|
|
30
30
|
* DetectorId: "STRING_VALUE", // required
|
|
31
|
-
* AccountIds: [
|
|
31
|
+
* AccountIds: [ // AccountIds
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -26,7 +26,7 @@ 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 = {
|
|
29
|
+
* const input = { // GetThreatIntelSetRequest
|
|
30
30
|
* DetectorId: "STRING_VALUE", // required
|
|
31
31
|
* ThreatIntelSetId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -29,20 +29,20 @@ export interface GetUsageStatisticsCommandOutput extends GetUsageStatisticsRespo
|
|
|
29
29
|
* import { GuardDutyClient, GetUsageStatisticsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
30
30
|
* // const { GuardDutyClient, GetUsageStatisticsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
31
31
|
* const client = new GuardDutyClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // GetUsageStatisticsRequest
|
|
33
33
|
* DetectorId: "STRING_VALUE", // required
|
|
34
34
|
* UsageStatisticType: "SUM_BY_ACCOUNT" || "SUM_BY_DATA_SOURCE" || "SUM_BY_RESOURCE" || "TOP_RESOURCES" || "SUM_BY_FEATURES", // required
|
|
35
|
-
* UsageCriteria: {
|
|
36
|
-
* AccountIds: [
|
|
35
|
+
* UsageCriteria: { // UsageCriteria
|
|
36
|
+
* AccountIds: [ // AccountIds
|
|
37
37
|
* "STRING_VALUE",
|
|
38
38
|
* ],
|
|
39
|
-
* DataSources: [
|
|
39
|
+
* DataSources: [ // DataSourceList
|
|
40
40
|
* "FLOW_LOGS" || "CLOUD_TRAIL" || "DNS_LOGS" || "S3_LOGS" || "KUBERNETES_AUDIT_LOGS" || "EC2_MALWARE_SCAN",
|
|
41
41
|
* ],
|
|
42
|
-
* Resources: [
|
|
42
|
+
* Resources: [ // ResourceList
|
|
43
43
|
* "STRING_VALUE",
|
|
44
44
|
* ],
|
|
45
|
-
* Features: [
|
|
45
|
+
* Features: [ // UsageFeatureList
|
|
46
46
|
* "FLOW_LOGS" || "CLOUD_TRAIL" || "DNS_LOGS" || "S3_DATA_EVENTS" || "EKS_AUDIT_LOGS" || "EBS_MALWARE_PROTECTION" || "RDS_LOGIN_EVENTS" || "LAMBDA_NETWORK_LOGS" || "EKS_RUNTIME_MONITORING",
|
|
47
47
|
* ],
|
|
48
48
|
* },
|
|
@@ -28,9 +28,9 @@ export interface InviteMembersCommandOutput extends InviteMembersResponse, __Met
|
|
|
28
28
|
* import { GuardDutyClient, InviteMembersCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
29
29
|
* // const { GuardDutyClient, InviteMembersCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
30
30
|
* const client = new GuardDutyClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // InviteMembersRequest
|
|
32
32
|
* DetectorId: "STRING_VALUE", // required
|
|
33
|
-
* AccountIds: [ // required
|
|
33
|
+
* AccountIds: [ // AccountIds // required
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* DisableEmailNotification: true || false,
|
|
@@ -26,7 +26,7 @@ export interface ListDetectorsCommandOutput extends ListDetectorsResponse, __Met
|
|
|
26
26
|
* import { GuardDutyClient, ListDetectorsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
27
27
|
* // const { GuardDutyClient, ListDetectorsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
28
28
|
* const client = new GuardDutyClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListDetectorsRequest
|
|
30
30
|
* MaxResults: Number("int"),
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListFiltersCommandOutput extends ListFiltersResponse, __Metadat
|
|
|
26
26
|
* import { GuardDutyClient, ListFiltersCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
27
27
|
* // const { GuardDutyClient, ListFiltersCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
28
28
|
* const client = new GuardDutyClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListFiltersRequest
|
|
30
30
|
* DetectorId: "STRING_VALUE", // required
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,25 +26,25 @@ export interface ListFindingsCommandOutput extends ListFindingsResponse, __Metad
|
|
|
26
26
|
* import { GuardDutyClient, ListFindingsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
27
27
|
* // const { GuardDutyClient, ListFindingsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
28
28
|
* const client = new GuardDutyClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListFindingsRequest
|
|
30
30
|
* DetectorId: "STRING_VALUE", // required
|
|
31
|
-
* FindingCriteria: {
|
|
32
|
-
* Criterion: {
|
|
33
|
-
* "<keys>": {
|
|
34
|
-
* Eq: [
|
|
31
|
+
* FindingCriteria: { // FindingCriteria
|
|
32
|
+
* Criterion: { // Criterion
|
|
33
|
+
* "<keys>": { // Condition
|
|
34
|
+
* Eq: [ // Eq
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
|
-
* Neq: [
|
|
37
|
+
* Neq: [ // Neq
|
|
38
38
|
* "STRING_VALUE",
|
|
39
39
|
* ],
|
|
40
40
|
* Gt: Number("int"),
|
|
41
41
|
* Gte: Number("int"),
|
|
42
42
|
* Lt: Number("int"),
|
|
43
43
|
* Lte: Number("int"),
|
|
44
|
-
* Equals: [
|
|
44
|
+
* Equals: [ // Equals
|
|
45
45
|
* "STRING_VALUE",
|
|
46
46
|
* ],
|
|
47
|
-
* NotEquals: [
|
|
47
|
+
* NotEquals: [ // NotEquals
|
|
48
48
|
* "STRING_VALUE",
|
|
49
49
|
* ],
|
|
50
50
|
* GreaterThan: Number("long"),
|
|
@@ -54,7 +54,7 @@ export interface ListFindingsCommandOutput extends ListFindingsResponse, __Metad
|
|
|
54
54
|
* },
|
|
55
55
|
* },
|
|
56
56
|
* },
|
|
57
|
-
* SortCriteria: {
|
|
57
|
+
* SortCriteria: { // SortCriteria
|
|
58
58
|
* AttributeName: "STRING_VALUE",
|
|
59
59
|
* OrderBy: "ASC" || "DESC",
|
|
60
60
|
* },
|
|
@@ -28,7 +28,7 @@ export interface ListIPSetsCommandOutput extends ListIPSetsResponse, __MetadataB
|
|
|
28
28
|
* import { GuardDutyClient, ListIPSetsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
29
29
|
* // const { GuardDutyClient, ListIPSetsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
30
30
|
* const client = new GuardDutyClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListIPSetsRequest
|
|
32
32
|
* DetectorId: "STRING_VALUE", // required
|
|
33
33
|
* MaxResults: Number("int"),
|
|
34
34
|
* NextToken: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ export interface ListInvitationsCommandOutput extends ListInvitationsResponse, _
|
|
|
27
27
|
* import { GuardDutyClient, ListInvitationsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
28
28
|
* // const { GuardDutyClient, ListInvitationsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
29
29
|
* const client = new GuardDutyClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListInvitationsRequest
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
33
33
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListMembersCommandOutput extends ListMembersResponse, __Metadat
|
|
|
26
26
|
* import { GuardDutyClient, ListMembersCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
27
27
|
* // const { GuardDutyClient, ListMembersCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
28
28
|
* const client = new GuardDutyClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListMembersRequest
|
|
30
30
|
* DetectorId: "STRING_VALUE", // required
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface ListOrganizationAdminAccountsCommandOutput extends ListOrganiza
|
|
|
26
26
|
* import { GuardDutyClient, ListOrganizationAdminAccountsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
27
27
|
* // const { GuardDutyClient, ListOrganizationAdminAccountsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
28
28
|
* const client = new GuardDutyClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListOrganizationAdminAccountsRequest
|
|
30
30
|
* MaxResults: Number("int"),
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -27,7 +27,7 @@ export interface ListPublishingDestinationsCommandOutput extends ListPublishingD
|
|
|
27
27
|
* import { GuardDutyClient, ListPublishingDestinationsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
28
28
|
* // const { GuardDutyClient, ListPublishingDestinationsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
29
29
|
* const client = new GuardDutyClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListPublishingDestinationsRequest
|
|
31
31
|
* DetectorId: "STRING_VALUE", // required
|
|
32
32
|
* MaxResults: Number("int"),
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
@@ -28,7 +28,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
28
28
|
* import { GuardDutyClient, ListTagsForResourceCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
29
29
|
* // const { GuardDutyClient, ListTagsForResourceCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
30
30
|
* const client = new GuardDutyClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListTagsForResourceRequest
|
|
32
32
|
* ResourceArn: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ListTagsForResourceCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface ListThreatIntelSetsCommandOutput extends ListThreatIntelSetsRes
|
|
|
28
28
|
* import { GuardDutyClient, ListThreatIntelSetsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
29
29
|
* // const { GuardDutyClient, ListThreatIntelSetsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
30
30
|
* const client = new GuardDutyClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListThreatIntelSetsRequest
|
|
32
32
|
* DetectorId: "STRING_VALUE", // required
|
|
33
33
|
* MaxResults: Number("int"),
|
|
34
34
|
* NextToken: "STRING_VALUE",
|
|
@@ -28,9 +28,9 @@ export interface StartMonitoringMembersCommandOutput extends StartMonitoringMemb
|
|
|
28
28
|
* import { GuardDutyClient, StartMonitoringMembersCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
29
29
|
* // const { GuardDutyClient, StartMonitoringMembersCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
30
30
|
* const client = new GuardDutyClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // StartMonitoringMembersRequest
|
|
32
32
|
* DetectorId: "STRING_VALUE", // required
|
|
33
|
-
* AccountIds: [ // required
|
|
33
|
+
* AccountIds: [ // AccountIds // required
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* };
|
|
@@ -30,9 +30,9 @@ export interface StopMonitoringMembersCommandOutput extends StopMonitoringMember
|
|
|
30
30
|
* import { GuardDutyClient, StopMonitoringMembersCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
31
31
|
* // const { GuardDutyClient, StopMonitoringMembersCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
32
32
|
* const client = new GuardDutyClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // StopMonitoringMembersRequest
|
|
34
34
|
* DetectorId: "STRING_VALUE", // required
|
|
35
|
-
* AccountIds: [ // required
|
|
35
|
+
* AccountIds: [ // AccountIds // required
|
|
36
36
|
* "STRING_VALUE",
|
|
37
37
|
* ],
|
|
38
38
|
* };
|
|
@@ -26,9 +26,9 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
26
26
|
* import { GuardDutyClient, TagResourceCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
27
27
|
* // const { GuardDutyClient, TagResourceCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
28
28
|
* const client = new GuardDutyClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // TagResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
|
-
* Tags: { // required
|
|
31
|
+
* Tags: { // TagMap // required
|
|
32
32
|
* "<keys>": "STRING_VALUE",
|
|
33
33
|
* },
|
|
34
34
|
* };
|
|
@@ -26,9 +26,9 @@ export interface UnarchiveFindingsCommandOutput extends UnarchiveFindingsRespons
|
|
|
26
26
|
* import { GuardDutyClient, UnarchiveFindingsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
27
27
|
* // const { GuardDutyClient, UnarchiveFindingsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
28
28
|
* const client = new GuardDutyClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UnarchiveFindingsRequest
|
|
30
30
|
* DetectorId: "STRING_VALUE", // required
|
|
31
|
-
* FindingIds: [ // required
|
|
31
|
+
* FindingIds: [ // FindingIds // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
26
26
|
* import { GuardDutyClient, UntagResourceCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
27
27
|
* // const { GuardDutyClient, UntagResourceCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
28
28
|
* const client = new GuardDutyClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UntagResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
|
-
* TagKeys: [ // required
|
|
31
|
+
* TagKeys: [ // TagKeyList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -29,27 +29,27 @@ export interface UpdateDetectorCommandOutput extends UpdateDetectorResponse, __M
|
|
|
29
29
|
* import { GuardDutyClient, UpdateDetectorCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
30
30
|
* // const { GuardDutyClient, UpdateDetectorCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
31
31
|
* const client = new GuardDutyClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // UpdateDetectorRequest
|
|
33
33
|
* DetectorId: "STRING_VALUE", // required
|
|
34
34
|
* Enable: true || false,
|
|
35
35
|
* FindingPublishingFrequency: "FIFTEEN_MINUTES" || "ONE_HOUR" || "SIX_HOURS",
|
|
36
|
-
* DataSources: {
|
|
37
|
-
* S3Logs: {
|
|
36
|
+
* DataSources: { // DataSourceConfigurations
|
|
37
|
+
* S3Logs: { // S3LogsConfiguration
|
|
38
38
|
* Enable: true || false, // required
|
|
39
39
|
* },
|
|
40
|
-
* Kubernetes: {
|
|
41
|
-
* AuditLogs: {
|
|
40
|
+
* Kubernetes: { // KubernetesConfiguration
|
|
41
|
+
* AuditLogs: { // KubernetesAuditLogsConfiguration
|
|
42
42
|
* Enable: true || false, // required
|
|
43
43
|
* },
|
|
44
44
|
* },
|
|
45
|
-
* MalwareProtection: {
|
|
46
|
-
* ScanEc2InstanceWithFindings: {
|
|
45
|
+
* MalwareProtection: { // MalwareProtectionConfiguration
|
|
46
|
+
* ScanEc2InstanceWithFindings: { // ScanEc2InstanceWithFindings
|
|
47
47
|
* EbsVolumes: true || false,
|
|
48
48
|
* },
|
|
49
49
|
* },
|
|
50
50
|
* },
|
|
51
|
-
* Features: [
|
|
52
|
-
* {
|
|
51
|
+
* Features: [ // DetectorFeatureConfigurations
|
|
52
|
+
* { // DetectorFeatureConfiguration
|
|
53
53
|
* Name: "S3_DATA_EVENTS" || "EKS_AUDIT_LOGS" || "EBS_MALWARE_PROTECTION" || "RDS_LOGIN_EVENTS",
|
|
54
54
|
* Status: "ENABLED" || "DISABLED",
|
|
55
55
|
* },
|
|
@@ -26,29 +26,29 @@ export interface UpdateFilterCommandOutput extends UpdateFilterResponse, __Metad
|
|
|
26
26
|
* import { GuardDutyClient, UpdateFilterCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
27
27
|
* // const { GuardDutyClient, UpdateFilterCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
28
28
|
* const client = new GuardDutyClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateFilterRequest
|
|
30
30
|
* DetectorId: "STRING_VALUE", // required
|
|
31
31
|
* FilterName: "STRING_VALUE", // required
|
|
32
32
|
* Description: "STRING_VALUE",
|
|
33
33
|
* Action: "NOOP" || "ARCHIVE",
|
|
34
34
|
* Rank: Number("int"),
|
|
35
|
-
* FindingCriteria: {
|
|
36
|
-
* Criterion: {
|
|
37
|
-
* "<keys>": {
|
|
38
|
-
* Eq: [
|
|
35
|
+
* FindingCriteria: { // FindingCriteria
|
|
36
|
+
* Criterion: { // Criterion
|
|
37
|
+
* "<keys>": { // Condition
|
|
38
|
+
* Eq: [ // Eq
|
|
39
39
|
* "STRING_VALUE",
|
|
40
40
|
* ],
|
|
41
|
-
* Neq: [
|
|
41
|
+
* Neq: [ // Neq
|
|
42
42
|
* "STRING_VALUE",
|
|
43
43
|
* ],
|
|
44
44
|
* Gt: Number("int"),
|
|
45
45
|
* Gte: Number("int"),
|
|
46
46
|
* Lt: Number("int"),
|
|
47
47
|
* Lte: Number("int"),
|
|
48
|
-
* Equals: [
|
|
48
|
+
* Equals: [ // Equals
|
|
49
49
|
* "STRING_VALUE",
|
|
50
50
|
* ],
|
|
51
|
-
* NotEquals: [
|
|
51
|
+
* NotEquals: [ // NotEquals
|
|
52
52
|
* "STRING_VALUE",
|
|
53
53
|
* ],
|
|
54
54
|
* GreaterThan: Number("long"),
|
|
@@ -26,9 +26,9 @@ export interface UpdateFindingsFeedbackCommandOutput extends UpdateFindingsFeedb
|
|
|
26
26
|
* import { GuardDutyClient, UpdateFindingsFeedbackCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
27
27
|
* // const { GuardDutyClient, UpdateFindingsFeedbackCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
28
28
|
* const client = new GuardDutyClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateFindingsFeedbackRequest
|
|
30
30
|
* DetectorId: "STRING_VALUE", // required
|
|
31
|
-
* FindingIds: [ // required
|
|
31
|
+
* FindingIds: [ // FindingIds // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* Feedback: "USEFUL" || "NOT_USEFUL", // required
|
|
@@ -26,7 +26,7 @@ export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __Metadat
|
|
|
26
26
|
* import { GuardDutyClient, UpdateIPSetCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
27
27
|
* // const { GuardDutyClient, UpdateIPSetCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
28
28
|
* const client = new GuardDutyClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateIPSetRequest
|
|
30
30
|
* DetectorId: "STRING_VALUE", // required
|
|
31
31
|
* IpSetId: "STRING_VALUE", // required
|
|
32
32
|
* Name: "STRING_VALUE",
|
|
@@ -29,13 +29,13 @@ export interface UpdateMalwareScanSettingsCommandOutput extends UpdateMalwareSca
|
|
|
29
29
|
* import { GuardDutyClient, UpdateMalwareScanSettingsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
30
30
|
* // const { GuardDutyClient, UpdateMalwareScanSettingsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
31
31
|
* const client = new GuardDutyClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // UpdateMalwareScanSettingsRequest
|
|
33
33
|
* DetectorId: "STRING_VALUE", // required
|
|
34
|
-
* ScanResourceCriteria: {
|
|
35
|
-
* Include: {
|
|
36
|
-
* "<keys>": {
|
|
37
|
-
* MapEquals: [ // required
|
|
38
|
-
* {
|
|
34
|
+
* ScanResourceCriteria: { // ScanResourceCriteria
|
|
35
|
+
* Include: { // ScanCriterion
|
|
36
|
+
* "<keys>": { // ScanCondition
|
|
37
|
+
* MapEquals: [ // MapEquals // required
|
|
38
|
+
* { // ScanConditionPair
|
|
39
39
|
* Key: "STRING_VALUE", // required
|
|
40
40
|
* Value: "STRING_VALUE",
|
|
41
41
|
* },
|
|
@@ -29,28 +29,28 @@ export interface UpdateMemberDetectorsCommandOutput extends UpdateMemberDetector
|
|
|
29
29
|
* import { GuardDutyClient, UpdateMemberDetectorsCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
30
30
|
* // const { GuardDutyClient, UpdateMemberDetectorsCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
31
31
|
* const client = new GuardDutyClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // UpdateMemberDetectorsRequest
|
|
33
33
|
* DetectorId: "STRING_VALUE", // required
|
|
34
|
-
* AccountIds: [ // required
|
|
34
|
+
* AccountIds: [ // AccountIds // required
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
|
-
* DataSources: {
|
|
38
|
-
* S3Logs: {
|
|
37
|
+
* DataSources: { // DataSourceConfigurations
|
|
38
|
+
* S3Logs: { // S3LogsConfiguration
|
|
39
39
|
* Enable: true || false, // required
|
|
40
40
|
* },
|
|
41
|
-
* Kubernetes: {
|
|
42
|
-
* AuditLogs: {
|
|
41
|
+
* Kubernetes: { // KubernetesConfiguration
|
|
42
|
+
* AuditLogs: { // KubernetesAuditLogsConfiguration
|
|
43
43
|
* Enable: true || false, // required
|
|
44
44
|
* },
|
|
45
45
|
* },
|
|
46
|
-
* MalwareProtection: {
|
|
47
|
-
* ScanEc2InstanceWithFindings: {
|
|
46
|
+
* MalwareProtection: { // MalwareProtectionConfiguration
|
|
47
|
+
* ScanEc2InstanceWithFindings: { // ScanEc2InstanceWithFindings
|
|
48
48
|
* EbsVolumes: true || false,
|
|
49
49
|
* },
|
|
50
50
|
* },
|
|
51
51
|
* },
|
|
52
|
-
* Features: [
|
|
53
|
-
* {
|
|
52
|
+
* Features: [ // MemberFeaturesConfigurations
|
|
53
|
+
* { // MemberFeaturesConfiguration
|
|
54
54
|
* Name: "S3_DATA_EVENTS" || "EKS_AUDIT_LOGS" || "EBS_MALWARE_PROTECTION" || "RDS_LOGIN_EVENTS",
|
|
55
55
|
* Status: "ENABLED" || "DISABLED",
|
|
56
56
|
* },
|
|
@@ -30,28 +30,28 @@ export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrga
|
|
|
30
30
|
* import { GuardDutyClient, UpdateOrganizationConfigurationCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
31
31
|
* // const { GuardDutyClient, UpdateOrganizationConfigurationCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
32
32
|
* const client = new GuardDutyClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // UpdateOrganizationConfigurationRequest
|
|
34
34
|
* DetectorId: "STRING_VALUE", // required
|
|
35
35
|
* AutoEnable: true || false,
|
|
36
|
-
* DataSources: {
|
|
37
|
-
* S3Logs: {
|
|
36
|
+
* DataSources: { // OrganizationDataSourceConfigurations
|
|
37
|
+
* S3Logs: { // OrganizationS3LogsConfiguration
|
|
38
38
|
* AutoEnable: true || false, // required
|
|
39
39
|
* },
|
|
40
|
-
* Kubernetes: {
|
|
41
|
-
* AuditLogs: {
|
|
40
|
+
* Kubernetes: { // OrganizationKubernetesConfiguration
|
|
41
|
+
* AuditLogs: { // OrganizationKubernetesAuditLogsConfiguration
|
|
42
42
|
* AutoEnable: true || false, // required
|
|
43
43
|
* },
|
|
44
44
|
* },
|
|
45
|
-
* MalwareProtection: {
|
|
46
|
-
* ScanEc2InstanceWithFindings: {
|
|
47
|
-
* EbsVolumes: {
|
|
45
|
+
* MalwareProtection: { // OrganizationMalwareProtectionConfiguration
|
|
46
|
+
* ScanEc2InstanceWithFindings: { // OrganizationScanEc2InstanceWithFindings
|
|
47
|
+
* EbsVolumes: { // OrganizationEbsVolumes
|
|
48
48
|
* AutoEnable: true || false,
|
|
49
49
|
* },
|
|
50
50
|
* },
|
|
51
51
|
* },
|
|
52
52
|
* },
|
|
53
|
-
* Features: [
|
|
54
|
-
* {
|
|
53
|
+
* Features: [ // OrganizationFeaturesConfigurations
|
|
54
|
+
* { // OrganizationFeatureConfiguration
|
|
55
55
|
* Name: "S3_DATA_EVENTS" || "EKS_AUDIT_LOGS" || "EBS_MALWARE_PROTECTION" || "RDS_LOGIN_EVENTS",
|
|
56
56
|
* AutoEnable: "NEW" || "NONE",
|
|
57
57
|
* },
|
|
@@ -27,10 +27,10 @@ export interface UpdatePublishingDestinationCommandOutput extends UpdatePublishi
|
|
|
27
27
|
* import { GuardDutyClient, UpdatePublishingDestinationCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
28
28
|
* // const { GuardDutyClient, UpdatePublishingDestinationCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
29
29
|
* const client = new GuardDutyClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // UpdatePublishingDestinationRequest
|
|
31
31
|
* DetectorId: "STRING_VALUE", // required
|
|
32
32
|
* DestinationId: "STRING_VALUE", // required
|
|
33
|
-
* DestinationProperties: {
|
|
33
|
+
* DestinationProperties: { // DestinationProperties
|
|
34
34
|
* DestinationArn: "STRING_VALUE",
|
|
35
35
|
* KmsKeyArn: "STRING_VALUE",
|
|
36
36
|
* },
|
|
@@ -27,7 +27,7 @@ export interface UpdateThreatIntelSetCommandOutput extends UpdateThreatIntelSetR
|
|
|
27
27
|
* import { GuardDutyClient, UpdateThreatIntelSetCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
28
28
|
* // const { GuardDutyClient, UpdateThreatIntelSetCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
29
29
|
* const client = new GuardDutyClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // UpdateThreatIntelSetRequest
|
|
31
31
|
* DetectorId: "STRING_VALUE", // required
|
|
32
32
|
* ThreatIntelSetId: "STRING_VALUE", // required
|
|
33
33
|
* Name: "STRING_VALUE",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-guardduty",
|
|
3
3
|
"description": "AWS SDK for JavaScript Guardduty Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.301.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|