@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
43 lines (42 loc) • 3.07 kB
TypeScript
export { BotArgs, BotState } from "./bot";
export type Bot = import("./bot").Bot;
export declare const Bot: typeof import("./bot").Bot;
export { BotAliasArgs, BotAliasState } from "./botAlias";
export type BotAlias = import("./botAlias").BotAlias;
export declare const BotAlias: typeof import("./botAlias").BotAlias;
export { GetBotArgs, GetBotResult, GetBotOutputArgs } from "./getBot";
export declare const getBot: typeof import("./getBot").getBot;
export declare const getBotOutput: typeof import("./getBot").getBotOutput;
export { GetBotAliasArgs, GetBotAliasResult, GetBotAliasOutputArgs } from "./getBotAlias";
export declare const getBotAlias: typeof import("./getBotAlias").getBotAlias;
export declare const getBotAliasOutput: typeof import("./getBotAlias").getBotAliasOutput;
export { GetIntentArgs, GetIntentResult, GetIntentOutputArgs } from "./getIntent";
export declare const getIntent: typeof import("./getIntent").getIntent;
export declare const getIntentOutput: typeof import("./getIntent").getIntentOutput;
export { GetSlotTypeArgs, GetSlotTypeResult, GetSlotTypeOutputArgs } from "./getSlotType";
export declare const getSlotType: typeof import("./getSlotType").getSlotType;
export declare const getSlotTypeOutput: typeof import("./getSlotType").getSlotTypeOutput;
export { IntentArgs, IntentState } from "./intent";
export type Intent = import("./intent").Intent;
export declare const Intent: typeof import("./intent").Intent;
export { SlotTypeArgs, SlotTypeState } from "./slotType";
export type SlotType = import("./slotType").SlotType;
export declare const SlotType: typeof import("./slotType").SlotType;
export { V2modelsBotArgs, V2modelsBotState } from "./v2modelsBot";
export type V2modelsBot = import("./v2modelsBot").V2modelsBot;
export declare const V2modelsBot: typeof import("./v2modelsBot").V2modelsBot;
export { V2modelsBotLocaleArgs, V2modelsBotLocaleState } from "./v2modelsBotLocale";
export type V2modelsBotLocale = import("./v2modelsBotLocale").V2modelsBotLocale;
export declare const V2modelsBotLocale: typeof import("./v2modelsBotLocale").V2modelsBotLocale;
export { V2modelsBotVersionArgs, V2modelsBotVersionState } from "./v2modelsBotVersion";
export type V2modelsBotVersion = import("./v2modelsBotVersion").V2modelsBotVersion;
export declare const V2modelsBotVersion: typeof import("./v2modelsBotVersion").V2modelsBotVersion;
export { V2modelsIntentArgs, V2modelsIntentState } from "./v2modelsIntent";
export type V2modelsIntent = import("./v2modelsIntent").V2modelsIntent;
export declare const V2modelsIntent: typeof import("./v2modelsIntent").V2modelsIntent;
export { V2modelsSlotArgs, V2modelsSlotState } from "./v2modelsSlot";
export type V2modelsSlot = import("./v2modelsSlot").V2modelsSlot;
export declare const V2modelsSlot: typeof import("./v2modelsSlot").V2modelsSlot;
export { V2modelsSlotTypeArgs, V2modelsSlotTypeState } from "./v2modelsSlotType";
export type V2modelsSlotType = import("./v2modelsSlotType").V2modelsSlotType;
export declare const V2modelsSlotType: typeof import("./v2modelsSlotType").V2modelsSlotType;