@maienm/pulumi-readarr
Version:
A Pulumi package for creating and managing Readarr resources. Based on terraform-provider-readarr: version v2.1.0
40 lines (39 loc) • 2.46 kB
TypeScript
export { ConfigArgs, ConfigState } from "./config";
export type Config = import("./config").Config;
export declare const Config: typeof import("./config").Config;
export { FilelistArgs, FilelistState } from "./filelist";
export type Filelist = import("./filelist").Filelist;
export declare const Filelist: typeof import("./filelist").Filelist;
export { GazelleArgs, GazelleState } from "./gazelle";
export type Gazelle = import("./gazelle").Gazelle;
export declare const Gazelle: typeof import("./gazelle").Gazelle;
export { GetConfigResult } from "./getConfig";
export declare const getConfig: typeof import("./getConfig").getConfig;
export declare const getConfigOutput: typeof import("./getConfig").getConfigOutput;
export { GetIndexerArgs, GetIndexerResult, GetIndexerOutputArgs } from "./getIndexer";
export declare const getIndexer: typeof import("./getIndexer").getIndexer;
export declare const getIndexerOutput: typeof import("./getIndexer").getIndexerOutput;
export { GetIndexersResult } from "./getIndexers";
export declare const getIndexers: typeof import("./getIndexers").getIndexers;
export declare const getIndexersOutput: typeof import("./getIndexers").getIndexersOutput;
export { IndexerArgs, IndexerState } from "./indexer";
export type Indexer = import("./indexer").Indexer;
export declare const Indexer: typeof import("./indexer").Indexer;
export { IptorrentsArgs, IptorrentsState } from "./iptorrents";
export type Iptorrents = import("./iptorrents").Iptorrents;
export declare const Iptorrents: typeof import("./iptorrents").Iptorrents;
export { NewznabArgs, NewznabState } from "./newznab";
export type Newznab = import("./newznab").Newznab;
export declare const Newznab: typeof import("./newznab").Newznab;
export { NyaaArgs, NyaaState } from "./nyaa";
export type Nyaa = import("./nyaa").Nyaa;
export declare const Nyaa: typeof import("./nyaa").Nyaa;
export { TorrentRssArgs, TorrentRssState } from "./torrentRss";
export type TorrentRss = import("./torrentRss").TorrentRss;
export declare const TorrentRss: typeof import("./torrentRss").TorrentRss;
export { TorrentleechArgs, TorrentleechState } from "./torrentleech";
export type Torrentleech = import("./torrentleech").Torrentleech;
export declare const Torrentleech: typeof import("./torrentleech").Torrentleech;
export { TorznabArgs, TorznabState } from "./torznab";
export type Torznab = import("./torznab").Torznab;
export declare const Torznab: typeof import("./torznab").Torznab;