UNPKG

@pulumi/aws

Version:

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

10 lines (9 loc) 511 B
export { IndexArgs, IndexState } from "./index_"; export type Index = import("./index_").Index; export declare const Index: typeof import("./index_").Index; export { SearchArgs, SearchResult, SearchOutputArgs } from "./search"; export declare const search: typeof import("./search").search; export declare const searchOutput: typeof import("./search").searchOutput; export { ViewArgs, ViewState } from "./view"; export type View = import("./view").View; export declare const View: typeof import("./view").View;