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

GetRemainingFreeTrialDaysResponse

import type { GetRemainingFreeTrialDaysResponse } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";
interface GetRemainingFreeTrialDaysResponse {
Accounts?: AccountFreeTrialInfo[] | null;
UnprocessedAccounts?: UnprocessedAccount[] | null;
}

§Properties

§
Accounts?: AccountFreeTrialInfo[] | null
[src]

The member accounts which were included in a request and were processed successfully.

§
UnprocessedAccounts?: UnprocessedAccount[] | null
[src]

The member account that was included in a request but for which the request could not be processed.