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

DescribeBudgetActionHistoriesResponse

import type { DescribeBudgetActionHistoriesResponse } from "https://aws-api.deno.dev/v0.3/services/budgets.ts?docs=full";
interface DescribeBudgetActionHistoriesResponse {
ActionHistories: ActionHistory[];
NextToken?: string | null;
}

§Properties

§
ActionHistories: ActionHistory[]
[src]

The historical record of the budget action resource.

§
NextToken?: string | null
[src]