@pulumi/aws-native
Version:
The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)
8 lines (7 loc) • 555 B
TypeScript
export { BudgetsActionArgs } from "./budgetsAction";
export type BudgetsAction = import("./budgetsAction").BudgetsAction;
export declare const BudgetsAction: typeof import("./budgetsAction").BudgetsAction;
export { GetBudgetsActionArgs, GetBudgetsActionResult, GetBudgetsActionOutputArgs } from "./getBudgetsAction";
export declare const getBudgetsAction: typeof import("./getBudgetsAction").getBudgetsAction;
export declare const getBudgetsActionOutput: typeof import("./getBudgetsAction").getBudgetsActionOutput;
export * from "../types/enums/budgets";