@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)
20 lines (19 loc) • 1.21 kB
TypeScript
export { DataSourceArgs } from "./dataSource";
export type DataSource = import("./dataSource").DataSource;
export declare const DataSource: typeof import("./dataSource").DataSource;
export { FaqArgs } from "./faq";
export type Faq = import("./faq").Faq;
export declare const Faq: typeof import("./faq").Faq;
export { GetDataSourceArgs, GetDataSourceResult, GetDataSourceOutputArgs } from "./getDataSource";
export declare const getDataSource: typeof import("./getDataSource").getDataSource;
export declare const getDataSourceOutput: typeof import("./getDataSource").getDataSourceOutput;
export { GetFaqArgs, GetFaqResult, GetFaqOutputArgs } from "./getFaq";
export declare const getFaq: typeof import("./getFaq").getFaq;
export declare const getFaqOutput: typeof import("./getFaq").getFaqOutput;
export { GetIndexArgs, GetIndexResult, GetIndexOutputArgs } from "./getIndex";
export declare const getIndex: typeof import("./getIndex").getIndex;
export declare const getIndexOutput: typeof import("./getIndex").getIndexOutput;
export { IndexArgs } from "./index_";
export type Index = import("./index_").Index;
export declare const Index: typeof import("./index_").Index;
export * from "../types/enums/kendra";