@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)
7 lines (6 loc) • 515 B
TypeScript
export { GetSpendingLimitArgs, GetSpendingLimitResult, GetSpendingLimitOutputArgs } from "./getSpendingLimit";
export declare const getSpendingLimit: typeof import("./getSpendingLimit").getSpendingLimit;
export declare const getSpendingLimitOutput: typeof import("./getSpendingLimit").getSpendingLimitOutput;
export { SpendingLimitArgs } from "./spendingLimit";
export type SpendingLimit = import("./spendingLimit").SpendingLimit;
export declare const SpendingLimit: typeof import("./spendingLimit").SpendingLimit;