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

GetRemainingFreeTrialDaysRequest

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

§Properties

§
AccountIds?: string[] | null
[src]

A list of account identifiers of the GuardDuty member account.

§
DetectorId: string
[src]

The unique ID of the detector of the GuardDuty member account.