UNPKG

@maienm/pulumi-prowlarr

Version:

A Pulumi package for creating and managing Prowlarr resources. Based on terraform-provider-prowlarr: version v2.3.0

40 lines (39 loc) 2.72 kB
export { ApplicationArgs, ApplicationState } from "./application"; export type Application = import("./application").Application; export declare const Application: typeof import("./application").Application; export { GetApplicationArgs, GetApplicationResult, GetApplicationOutputArgs } from "./getApplication"; export declare const getApplication: typeof import("./getApplication").getApplication; export declare const getApplicationOutput: typeof import("./getApplication").getApplicationOutput; export { GetApplicationsResult } from "./getApplications"; export declare const getApplications: typeof import("./getApplications").getApplications; export declare const getApplicationsOutput: typeof import("./getApplications").getApplicationsOutput; export { GetSyncProfileArgs, GetSyncProfileResult, GetSyncProfileOutputArgs } from "./getSyncProfile"; export declare const getSyncProfile: typeof import("./getSyncProfile").getSyncProfile; export declare const getSyncProfileOutput: typeof import("./getSyncProfile").getSyncProfileOutput; export { GetSyncProfilesResult } from "./getSyncProfiles"; export declare const getSyncProfiles: typeof import("./getSyncProfiles").getSyncProfiles; export declare const getSyncProfilesOutput: typeof import("./getSyncProfiles").getSyncProfilesOutput; export { LazyLibrarianArgs, LazyLibrarianState } from "./lazyLibrarian"; export type LazyLibrarian = import("./lazyLibrarian").LazyLibrarian; export declare const LazyLibrarian: typeof import("./lazyLibrarian").LazyLibrarian; export { LidarrArgs, LidarrState } from "./lidarr"; export type Lidarr = import("./lidarr").Lidarr; export declare const Lidarr: typeof import("./lidarr").Lidarr; export { MylarArgs, MylarState } from "./mylar"; export type Mylar = import("./mylar").Mylar; export declare const Mylar: typeof import("./mylar").Mylar; export { RadarrArgs, RadarrState } from "./radarr"; export type Radarr = import("./radarr").Radarr; export declare const Radarr: typeof import("./radarr").Radarr; export { ReadarrArgs, ReadarrState } from "./readarr"; export type Readarr = import("./readarr").Readarr; export declare const Readarr: typeof import("./readarr").Readarr; export { SonarrArgs, SonarrState } from "./sonarr"; export type Sonarr = import("./sonarr").Sonarr; export declare const Sonarr: typeof import("./sonarr").Sonarr; export { SyncProfileArgs, SyncProfileState } from "./syncProfile"; export type SyncProfile = import("./syncProfile").SyncProfile; export declare const SyncProfile: typeof import("./syncProfile").SyncProfile; export { WhisparrArgs, WhisparrState } from "./whisparr"; export type Whisparr = import("./whisparr").Whisparr; export declare const Whisparr: typeof import("./whisparr").Whisparr;