@volcengine/pulumi
Version:
A Pulumi package for creating and managing volcengine cloud resources.
37 lines (36 loc) • 2.76 kB
TypeScript
export { FunctionArgs, FunctionState } from "./function";
export type Function = import("./function").Function;
export declare const Function: typeof import("./function").Function;
export { FunctionsArgs, FunctionsResult, FunctionsOutputArgs } from "./functions";
export declare const functions: typeof import("./functions").functions;
export declare const functionsOutput: typeof import("./functions").functionsOutput;
export { GetFunctionsArgs, GetFunctionsResult, GetFunctionsOutputArgs } from "./getFunctions";
export declare const getFunctions: typeof import("./getFunctions").getFunctions;
export declare const getFunctionsOutput: typeof import("./getFunctions").getFunctionsOutput;
export { GetKafkaTriggersArgs, GetKafkaTriggersResult, GetKafkaTriggersOutputArgs } from "./getKafkaTriggers";
export declare const getKafkaTriggers: typeof import("./getKafkaTriggers").getKafkaTriggers;
export declare const getKafkaTriggersOutput: typeof import("./getKafkaTriggers").getKafkaTriggersOutput;
export { GetReleasesArgs, GetReleasesResult, GetReleasesOutputArgs } from "./getReleases";
export declare const getReleases: typeof import("./getReleases").getReleases;
export declare const getReleasesOutput: typeof import("./getReleases").getReleasesOutput;
export { GetTimersArgs, GetTimersResult, GetTimersOutputArgs } from "./getTimers";
export declare const getTimers: typeof import("./getTimers").getTimers;
export declare const getTimersOutput: typeof import("./getTimers").getTimersOutput;
export { KafkaTriggerArgs, KafkaTriggerState } from "./kafkaTrigger";
export type KafkaTrigger = import("./kafkaTrigger").KafkaTrigger;
export declare const KafkaTrigger: typeof import("./kafkaTrigger").KafkaTrigger;
export { KafkaTriggersArgs, KafkaTriggersResult, KafkaTriggersOutputArgs } from "./kafkaTriggers";
export declare const kafkaTriggers: typeof import("./kafkaTriggers").kafkaTriggers;
export declare const kafkaTriggersOutput: typeof import("./kafkaTriggers").kafkaTriggersOutput;
export { ReleaseArgs, ReleaseState } from "./release";
export type Release = import("./release").Release;
export declare const Release: typeof import("./release").Release;
export { ReleasesArgs, ReleasesResult, ReleasesOutputArgs } from "./releases";
export declare const releases: typeof import("./releases").releases;
export declare const releasesOutput: typeof import("./releases").releasesOutput;
export { TimerArgs, TimerState } from "./timer";
export type Timer = import("./timer").Timer;
export declare const Timer: typeof import("./timer").Timer;
export { TimersArgs, TimersResult, TimersOutputArgs } from "./timers";
export declare const timers: typeof import("./timers").timers;
export declare const timersOutput: typeof import("./timers").timersOutput;