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

AccountFreeTrialInfo

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

Provides details of the GuardDuty member account that uses a free trial service.

interface AccountFreeTrialInfo {
AccountId?: string | null;
DataSources?: DataSourcesFreeTrial | null;
}

§Properties

§
AccountId?: string | null
[src]

The account identifier of the GuardDuty member account.

§
DataSources?: DataSourcesFreeTrial | null
[src]

Describes the data source enabled for the GuardDuty member account.