@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
7 lines (6 loc) • 374 B
TypeScript
export { GetViewsArgs, GetViewsResult, GetViewsOutputArgs } from "./getViews";
export declare const getViews: typeof import("./getViews").getViews;
export declare const getViewsOutput: typeof import("./getViews").getViewsOutput;
export { ViewArgs, ViewState } from "./view";
export type View = import("./view").View;
export declare const View: typeof import("./view").View;