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.deno.dev/v0.3/services/budgets.ts?docs=full";

The historical records for a budget action.

interface ActionHistory {
ActionHistoryDetails: ActionHistoryDetails;
EventType: EventType;
Status: ActionStatus;
Timestamp: Date | number;
}

§Properties

§
ActionHistoryDetails: ActionHistoryDetails
[src]

The description of details of the event.

§
EventType: EventType
[src]

This distinguishes between whether the events are triggered by the user or generated by the system.

§

The status of action at the time of the event.

§
Timestamp: Date | number
[src]