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

UnprocessedDataSourcesResult

import type { UnprocessedDataSourcesResult } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";

Specifies the names of the data sources that couldn't be enabled.

interface UnprocessedDataSourcesResult {
MalwareProtection?: MalwareProtectionConfigurationResult | null;
}

§Properties