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

CreateDetectorResponse

import type { CreateDetectorResponse } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";
interface CreateDetectorResponse {
DetectorId?: string | null;
UnprocessedDataSources?: UnprocessedDataSourcesResult | null;
}

§Properties

§
DetectorId?: string | null
[src]

The unique ID of the created detector.

§
UnprocessedDataSources?: UnprocessedDataSourcesResult | null
[src]

Specifies the data sources that couldn't be enabled when GuardDuty was enabled for the first time.