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

UpdateBudgetActionRequest

import type { UpdateBudgetActionRequest } from "https://aws-api.deno.dev/v0.3/services/budgets.ts?docs=full";
interface UpdateBudgetActionRequest {
AccountId: string;
ActionId: string;
ActionThreshold?: ActionThreshold | null;
ApprovalModel?: ApprovalModel | null;
BudgetName: string;
Definition?: Definition | null;
ExecutionRoleArn?: string | null;
NotificationType?: NotificationType | null;
Subscribers?: Subscriber[] | null;
}

§Properties

§
AccountId: string
[src]
§
ActionId: string
[src]

A system-generated universally unique identifier (UUID) for the action.

§
ActionThreshold?: ActionThreshold | null
[src]
§
ApprovalModel?: ApprovalModel | null
[src]

This specifies if the action needs manual or automatic approval.

§
BudgetName: string
[src]
§
Definition?: Definition | null
[src]
§
ExecutionRoleArn?: string | null
[src]

The role passed for action execution and reversion. Roles and actions must be in the same account.

§
NotificationType?: NotificationType | null
[src]
§
Subscribers?: Subscriber[] | null
[src]