@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)
92 lines (91 loc) • 7.6 kB
TypeScript
export { AgentArgs } from "./agent";
export type Agent = import("./agent").Agent;
export declare const Agent: typeof import("./agent").Agent;
export { AgentAliasArgs } from "./agentAlias";
export type AgentAlias = import("./agentAlias").AgentAlias;
export declare const AgentAlias: typeof import("./agentAlias").AgentAlias;
export { ApplicationInferenceProfileArgs } from "./applicationInferenceProfile";
export type ApplicationInferenceProfile = import("./applicationInferenceProfile").ApplicationInferenceProfile;
export declare const ApplicationInferenceProfile: typeof import("./applicationInferenceProfile").ApplicationInferenceProfile;
export { BlueprintArgs } from "./blueprint";
export type Blueprint = import("./blueprint").Blueprint;
export declare const Blueprint: typeof import("./blueprint").Blueprint;
export { DataAutomationProjectArgs } from "./dataAutomationProject";
export type DataAutomationProject = import("./dataAutomationProject").DataAutomationProject;
export declare const DataAutomationProject: typeof import("./dataAutomationProject").DataAutomationProject;
export { DataSourceArgs } from "./dataSource";
export type DataSource = import("./dataSource").DataSource;
export declare const DataSource: typeof import("./dataSource").DataSource;
export { FlowArgs } from "./flow";
export type Flow = import("./flow").Flow;
export declare const Flow: typeof import("./flow").Flow;
export { FlowAliasArgs } from "./flowAlias";
export type FlowAlias = import("./flowAlias").FlowAlias;
export declare const FlowAlias: typeof import("./flowAlias").FlowAlias;
export { FlowVersionArgs } from "./flowVersion";
export type FlowVersion = import("./flowVersion").FlowVersion;
export declare const FlowVersion: typeof import("./flowVersion").FlowVersion;
export { GetAgentArgs, GetAgentResult, GetAgentOutputArgs } from "./getAgent";
export declare const getAgent: typeof import("./getAgent").getAgent;
export declare const getAgentOutput: typeof import("./getAgent").getAgentOutput;
export { GetAgentAliasArgs, GetAgentAliasResult, GetAgentAliasOutputArgs } from "./getAgentAlias";
export declare const getAgentAlias: typeof import("./getAgentAlias").getAgentAlias;
export declare const getAgentAliasOutput: typeof import("./getAgentAlias").getAgentAliasOutput;
export { GetApplicationInferenceProfileArgs, GetApplicationInferenceProfileResult, GetApplicationInferenceProfileOutputArgs } from "./getApplicationInferenceProfile";
export declare const getApplicationInferenceProfile: typeof import("./getApplicationInferenceProfile").getApplicationInferenceProfile;
export declare const getApplicationInferenceProfileOutput: typeof import("./getApplicationInferenceProfile").getApplicationInferenceProfileOutput;
export { GetBlueprintArgs, GetBlueprintResult, GetBlueprintOutputArgs } from "./getBlueprint";
export declare const getBlueprint: typeof import("./getBlueprint").getBlueprint;
export declare const getBlueprintOutput: typeof import("./getBlueprint").getBlueprintOutput;
export { GetDataAutomationProjectArgs, GetDataAutomationProjectResult, GetDataAutomationProjectOutputArgs } from "./getDataAutomationProject";
export declare const getDataAutomationProject: typeof import("./getDataAutomationProject").getDataAutomationProject;
export declare const getDataAutomationProjectOutput: typeof import("./getDataAutomationProject").getDataAutomationProjectOutput;
export { GetDataSourceArgs, GetDataSourceResult, GetDataSourceOutputArgs } from "./getDataSource";
export declare const getDataSource: typeof import("./getDataSource").getDataSource;
export declare const getDataSourceOutput: typeof import("./getDataSource").getDataSourceOutput;
export { GetFlowArgs, GetFlowResult, GetFlowOutputArgs } from "./getFlow";
export declare const getFlow: typeof import("./getFlow").getFlow;
export declare const getFlowOutput: typeof import("./getFlow").getFlowOutput;
export { GetFlowAliasArgs, GetFlowAliasResult, GetFlowAliasOutputArgs } from "./getFlowAlias";
export declare const getFlowAlias: typeof import("./getFlowAlias").getFlowAlias;
export declare const getFlowAliasOutput: typeof import("./getFlowAlias").getFlowAliasOutput;
export { GetFlowVersionArgs, GetFlowVersionResult, GetFlowVersionOutputArgs } from "./getFlowVersion";
export declare const getFlowVersion: typeof import("./getFlowVersion").getFlowVersion;
export declare const getFlowVersionOutput: typeof import("./getFlowVersion").getFlowVersionOutput;
export { GetGuardrailArgs, GetGuardrailResult, GetGuardrailOutputArgs } from "./getGuardrail";
export declare const getGuardrail: typeof import("./getGuardrail").getGuardrail;
export declare const getGuardrailOutput: typeof import("./getGuardrail").getGuardrailOutput;
export { GetGuardrailVersionArgs, GetGuardrailVersionResult, GetGuardrailVersionOutputArgs } from "./getGuardrailVersion";
export declare const getGuardrailVersion: typeof import("./getGuardrailVersion").getGuardrailVersion;
export declare const getGuardrailVersionOutput: typeof import("./getGuardrailVersion").getGuardrailVersionOutput;
export { GetIntelligentPromptRouterArgs, GetIntelligentPromptRouterResult, GetIntelligentPromptRouterOutputArgs } from "./getIntelligentPromptRouter";
export declare const getIntelligentPromptRouter: typeof import("./getIntelligentPromptRouter").getIntelligentPromptRouter;
export declare const getIntelligentPromptRouterOutput: typeof import("./getIntelligentPromptRouter").getIntelligentPromptRouterOutput;
export { GetKnowledgeBaseArgs, GetKnowledgeBaseResult, GetKnowledgeBaseOutputArgs } from "./getKnowledgeBase";
export declare const getKnowledgeBase: typeof import("./getKnowledgeBase").getKnowledgeBase;
export declare const getKnowledgeBaseOutput: typeof import("./getKnowledgeBase").getKnowledgeBaseOutput;
export { GetPromptArgs, GetPromptResult, GetPromptOutputArgs } from "./getPrompt";
export declare const getPrompt: typeof import("./getPrompt").getPrompt;
export declare const getPromptOutput: typeof import("./getPrompt").getPromptOutput;
export { GetPromptVersionArgs, GetPromptVersionResult, GetPromptVersionOutputArgs } from "./getPromptVersion";
export declare const getPromptVersion: typeof import("./getPromptVersion").getPromptVersion;
export declare const getPromptVersionOutput: typeof import("./getPromptVersion").getPromptVersionOutput;
export { GuardrailArgs } from "./guardrail";
export type Guardrail = import("./guardrail").Guardrail;
export declare const Guardrail: typeof import("./guardrail").Guardrail;
export { GuardrailVersionArgs } from "./guardrailVersion";
export type GuardrailVersion = import("./guardrailVersion").GuardrailVersion;
export declare const GuardrailVersion: typeof import("./guardrailVersion").GuardrailVersion;
export { IntelligentPromptRouterArgs } from "./intelligentPromptRouter";
export type IntelligentPromptRouter = import("./intelligentPromptRouter").IntelligentPromptRouter;
export declare const IntelligentPromptRouter: typeof import("./intelligentPromptRouter").IntelligentPromptRouter;
export { KnowledgeBaseArgs } from "./knowledgeBase";
export type KnowledgeBase = import("./knowledgeBase").KnowledgeBase;
export declare const KnowledgeBase: typeof import("./knowledgeBase").KnowledgeBase;
export { PromptArgs } from "./prompt";
export type Prompt = import("./prompt").Prompt;
export declare const Prompt: typeof import("./prompt").Prompt;
export { PromptVersionArgs } from "./promptVersion";
export type PromptVersion = import("./promptVersion").PromptVersion;
export declare const PromptVersion: typeof import("./promptVersion").PromptVersion;
export * from "../types/enums/bedrock";