@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)
19 lines (18 loc) • 1.42 kB
TypeScript
export { CollectionArgs } from "./collection";
export type Collection = import("./collection").Collection;
export declare const Collection: typeof import("./collection").Collection;
export { GetCollectionArgs, GetCollectionResult, GetCollectionOutputArgs } from "./getCollection";
export declare const getCollection: typeof import("./getCollection").getCollection;
export declare const getCollectionOutput: typeof import("./getCollection").getCollectionOutput;
export { GetProjectArgs, GetProjectResult, GetProjectOutputArgs } from "./getProject";
export declare const getProject: typeof import("./getProject").getProject;
export declare const getProjectOutput: typeof import("./getProject").getProjectOutput;
export { GetStreamProcessorArgs, GetStreamProcessorResult, GetStreamProcessorOutputArgs } from "./getStreamProcessor";
export declare const getStreamProcessor: typeof import("./getStreamProcessor").getStreamProcessor;
export declare const getStreamProcessorOutput: typeof import("./getStreamProcessor").getStreamProcessorOutput;
export { ProjectArgs } from "./project";
export type Project = import("./project").Project;
export declare const Project: typeof import("./project").Project;
export { StreamProcessorArgs } from "./streamProcessor";
export type StreamProcessor = import("./streamProcessor").StreamProcessor;
export declare const StreamProcessor: typeof import("./streamProcessor").StreamProcessor;