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

ActionHistory

import type { ActionHistory } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/budgets.ts";
interface ActionHistory {
ActionHistoryDetails: ActionHistoryDetails;
EventType: EventType;
Status: ActionStatus;
Timestamp: Date | number;
}

§Properties

§
ActionHistoryDetails: ActionHistoryDetails
[src]
§
EventType: EventType
[src]
§
Timestamp: Date | number
[src]