UNPKG

@pulumiverse/scaleway

Version:

A Pulumi package for creating and managing Scaleway cloud resources.

25 lines 2.22 kB
export { BudgetArgs, BudgetState } from "./budget"; export type Budget = import("./budget").Budget; export declare const Budget: typeof import("./budget").Budget; export { BudgetAlertArgs, BudgetAlertState } from "./budgetAlert"; export type BudgetAlert = import("./budgetAlert").BudgetAlert; export declare const BudgetAlert: typeof import("./budgetAlert").BudgetAlert; export { BudgetAlertNotificationArgs, BudgetAlertNotificationState } from "./budgetAlertNotification"; export type BudgetAlertNotification = import("./budgetAlertNotification").BudgetAlertNotification; export declare const BudgetAlertNotification: typeof import("./budgetAlertNotification").BudgetAlertNotification; export { GetBudgetArgs, GetBudgetResult, GetBudgetOutputArgs } from "./getBudget"; export declare const getBudget: typeof import("./getBudget").getBudget; export declare const getBudgetOutput: typeof import("./getBudget").getBudgetOutput; export { GetBudgetAlertArgs, GetBudgetAlertResult, GetBudgetAlertOutputArgs } from "./getBudgetAlert"; export declare const getBudgetAlert: typeof import("./getBudgetAlert").getBudgetAlert; export declare const getBudgetAlertOutput: typeof import("./getBudgetAlert").getBudgetAlertOutput; export { GetBudgetAlertNotificationArgs, GetBudgetAlertNotificationResult, GetBudgetAlertNotificationOutputArgs } from "./getBudgetAlertNotification"; export declare const getBudgetAlertNotification: typeof import("./getBudgetAlertNotification").getBudgetAlertNotification; export declare const getBudgetAlertNotificationOutput: typeof import("./getBudgetAlertNotification").getBudgetAlertNotificationOutput; export { GetConsumptionsArgs, GetConsumptionsResult, GetConsumptionsOutputArgs } from "./getConsumptions"; export declare const getConsumptions: typeof import("./getConsumptions").getConsumptions; export declare const getConsumptionsOutput: typeof import("./getConsumptions").getConsumptionsOutput; export { GetInvoicesArgs, GetInvoicesResult, GetInvoicesOutputArgs } from "./getInvoices"; export declare const getInvoices: typeof import("./getInvoices").getInvoices; export declare const getInvoicesOutput: typeof import("./getInvoices").getInvoicesOutput; //# sourceMappingURL=index.d.ts.map