@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)
14 lines (13 loc) • 865 B
TypeScript
export { DictionaryArgs } from "./dictionary";
export type Dictionary = import("./dictionary").Dictionary;
export declare const Dictionary: typeof import("./dictionary").Dictionary;
export { FeedArgs } from "./feed";
export type Feed = import("./feed").Feed;
export declare const Feed: typeof import("./feed").Feed;
export { GetDictionaryArgs, GetDictionaryResult, GetDictionaryOutputArgs } from "./getDictionary";
export declare const getDictionary: typeof import("./getDictionary").getDictionary;
export declare const getDictionaryOutput: typeof import("./getDictionary").getDictionaryOutput;
export { GetFeedArgs, GetFeedResult, GetFeedOutputArgs } from "./getFeed";
export declare const getFeed: typeof import("./getFeed").getFeed;
export declare const getFeedOutput: typeof import("./getFeed").getFeedOutput;
export * from "../types/enums/elementalinference";