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

DescribeAccountOverviewRequest

import type { DescribeAccountOverviewRequest } from "https://aws-api.deno.dev/v0.4/services/devopsguru.ts?docs=full";
interface DescribeAccountOverviewRequest {
FromTime: Date | number;
ToTime?: Date | number | null;
}

§Properties

§
FromTime: Date | number
[src]

The start of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred after this day.

§
ToTime?: Date | number | null
[src]

The end of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred before this day. If this is not specified, then the current day is used.