@maienm/pulumi-readarr
Version:
A Pulumi package for creating and managing Readarr resources. Based on terraform-provider-readarr: version v2.1.0
10 lines (9 loc) • 535 B
TypeScript
export { GetHostResult } from "./getHost";
export declare const getHost: typeof import("./getHost").getHost;
export declare const getHostOutput: typeof import("./getHost").getHostOutput;
export { GetStatusResult } from "./getStatus";
export declare const getStatus: typeof import("./getStatus").getStatus;
export declare const getStatusOutput: typeof import("./getStatus").getStatusOutput;
export { HostArgs, HostState } from "./host";
export type Host = import("./host").Host;
export declare const Host: typeof import("./host").Host;