Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateDetectorRequest

import type { UpdateDetectorRequest } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";
interface UpdateDetectorRequest {
DataSources?: DataSourceConfigurations | null;
DetectorId: string;
Enable?: boolean | null;
FindingPublishingFrequency?: FindingPublishingFrequency | null;
}

§Properties

§
DataSources?: DataSourceConfigurations | null
[src]

Describes which data sources will be updated.

There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.

§
DetectorId: string
[src]

The unique ID of the detector to update.

§
Enable?: boolean | null
[src]

Specifies whether the detector is enabled or not enabled.

§
FindingPublishingFrequency?: FindingPublishingFrequency | null
[src]

An enum value that specifies how frequently findings are exported, such as to CloudWatch Events.