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

DescribeOrganizationOverviewRequest

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

§Properties

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

The ID of the Amazon Web Services account.

§
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.

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

The ID of the organizational unit.

§
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.