@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
55 lines • 3.85 kB
TypeScript
export { AclConfigArgs, AclConfigState } from "./aclConfig";
export type AclConfig = import("./aclConfig").AclConfig;
export declare const AclConfig: typeof import("./aclConfig").AclConfig;
export { AssistantArgs, AssistantState } from "./assistant";
export type Assistant = import("./assistant").Assistant;
export declare const Assistant: typeof import("./assistant").Assistant;
export { ChatEngineArgs, ChatEngineState } from "./chatEngine";
export type ChatEngine = import("./chatEngine").ChatEngine;
export declare const ChatEngine: typeof import("./chatEngine").ChatEngine;
export { CmekConfigArgs, CmekConfigState } from "./cmekConfig";
export type CmekConfig = import("./cmekConfig").CmekConfig;
export declare const CmekConfig: typeof import("./cmekConfig").CmekConfig;
export { ControlArgs, ControlState } from "./control";
export type Control = import("./control").Control;
export declare const Control: typeof import("./control").Control;
export { DataConnectorArgs, DataConnectorState } from "./dataConnector";
export type DataConnector = import("./dataConnector").DataConnector;
export declare const DataConnector: typeof import("./dataConnector").DataConnector;
export { DataStoreArgs, DataStoreState } from "./dataStore";
export type DataStore = import("./dataStore").DataStore;
export declare const DataStore: typeof import("./dataStore").DataStore;
export { GetDataStoreArgs, GetDataStoreResult, GetDataStoreOutputArgs } from "./getDataStore";
export declare const getDataStore: typeof import("./getDataStore").getDataStore;
export declare const getDataStoreOutput: typeof import("./getDataStore").getDataStoreOutput;
export { GetDataStoresArgs, GetDataStoresResult, GetDataStoresOutputArgs } from "./getDataStores";
export declare const getDataStores: typeof import("./getDataStores").getDataStores;
export declare const getDataStoresOutput: typeof import("./getDataStores").getDataStoresOutput;
export { LicenseConfigArgs, LicenseConfigState } from "./licenseConfig";
export type LicenseConfig = import("./licenseConfig").LicenseConfig;
export declare const LicenseConfig: typeof import("./licenseConfig").LicenseConfig;
export { RecommendationEngineArgs, RecommendationEngineState } from "./recommendationEngine";
export type RecommendationEngine = import("./recommendationEngine").RecommendationEngine;
export declare const RecommendationEngine: typeof import("./recommendationEngine").RecommendationEngine;
export { SchemaArgs, SchemaState } from "./schema";
export type Schema = import("./schema").Schema;
export declare const Schema: typeof import("./schema").Schema;
export { SearchEngineArgs, SearchEngineState } from "./searchEngine";
export type SearchEngine = import("./searchEngine").SearchEngine;
export declare const SearchEngine: typeof import("./searchEngine").SearchEngine;
export { ServingConfigArgs, ServingConfigState } from "./servingConfig";
export type ServingConfig = import("./servingConfig").ServingConfig;
export declare const ServingConfig: typeof import("./servingConfig").ServingConfig;
export { SitemapArgs, SitemapState } from "./sitemap";
export type Sitemap = import("./sitemap").Sitemap;
export declare const Sitemap: typeof import("./sitemap").Sitemap;
export { TargetSiteArgs, TargetSiteState } from "./targetSite";
export type TargetSite = import("./targetSite").TargetSite;
export declare const TargetSite: typeof import("./targetSite").TargetSite;
export { UserStoreArgs, UserStoreState } from "./userStore";
export type UserStore = import("./userStore").UserStore;
export declare const UserStore: typeof import("./userStore").UserStore;
export { WidgetConfigArgs, WidgetConfigState } from "./widgetConfig";
export type WidgetConfig = import("./widgetConfig").WidgetConfig;
export declare const WidgetConfig: typeof import("./widgetConfig").WidgetConfig;
//# sourceMappingURL=index.d.ts.map