UNPKG

@pinecone-database/pulumi

Version:

<img src="img/pinecone.svg" width="50%">

20 lines (19 loc) 1.47 kB
export { LookupPineconeCollectionArgs, LookupPineconeCollectionResult, LookupPineconeCollectionOutputArgs } from "./lookupPineconeCollection"; export declare const lookupPineconeCollection: typeof import("./lookupPineconeCollection").lookupPineconeCollection; export declare const lookupPineconeCollectionOutput: typeof import("./lookupPineconeCollection").lookupPineconeCollectionOutput; export { LookupPineconeIndexArgs, LookupPineconeIndexResult, LookupPineconeIndexOutputArgs } from "./lookupPineconeIndex"; export declare const lookupPineconeIndex: typeof import("./lookupPineconeIndex").lookupPineconeIndex; export declare const lookupPineconeIndexOutput: typeof import("./lookupPineconeIndex").lookupPineconeIndexOutput; export { PineconeCollectionArgs } from "./pineconeCollection"; export type PineconeCollection = import("./pineconeCollection").PineconeCollection; export declare const PineconeCollection: typeof import("./pineconeCollection").PineconeCollection; export { PineconeIndexArgs } from "./pineconeIndex"; export type PineconeIndex = import("./pineconeIndex").PineconeIndex; export declare const PineconeIndex: typeof import("./pineconeIndex").PineconeIndex; export { ProviderArgs } from "./provider"; export type Provider = import("./provider").Provider; export declare const Provider: typeof import("./provider").Provider; export * from "./types/enums"; import * as config from "./config"; import * as types from "./types"; export { config, types, };