@kengachu-pulumi/azure-native-apimanagement
Version:
Pulumi Azure Native package for apimanagement
14 lines (13 loc) • 791 B
TypeScript
export { CacheArgs } from "./cache";
export type Cache = import("./cache").Cache;
export declare const Cache: typeof import("./cache").Cache;
export { GetCacheArgs, GetCacheResult, GetCacheOutputArgs } from "./getCache";
export declare const getCache: typeof import("./getCache").getCache;
export declare const getCacheOutput: typeof import("./getCache").getCacheOutput;
export { GetLoggerArgs, GetLoggerResult, GetLoggerOutputArgs } from "./getLogger";
export declare const getLogger: typeof import("./getLogger").getLogger;
export declare const getLoggerOutput: typeof import("./getLogger").getLoggerOutput;
export { LoggerArgs } from "./logger";
export type Logger = import("./logger").Logger;
export declare const Logger: typeof import("./logger").Logger;
export * from "./types/enums";