@maienm/pulumi-prowlarr
Version:
A Pulumi package for creating and managing Prowlarr resources. Based on terraform-provider-prowlarr: version v2.3.0
67 lines (66 loc) • 4.06 kB
TypeScript
export { AppriseArgs, AppriseState } from "./apprise";
export type Apprise = import("./apprise").Apprise;
export declare const Apprise: typeof import("./apprise").Apprise;
export { CustomScriptArgs, CustomScriptState } from "./customScript";
export type CustomScript = import("./customScript").CustomScript;
export declare const CustomScript: typeof import("./customScript").CustomScript;
export { DiscordArgs, DiscordState } from "./discord";
export type Discord = import("./discord").Discord;
export declare const Discord: typeof import("./discord").Discord;
export { EmailArgs, EmailState } from "./email";
export type Email = import("./email").Email;
export declare const Email: typeof import("./email").Email;
export { GetNotificationArgs, GetNotificationResult, GetNotificationOutputArgs } from "./getNotification";
export declare const getNotification: typeof import("./getNotification").getNotification;
export declare const getNotificationOutput: typeof import("./getNotification").getNotificationOutput;
export { GetNotificationsResult } from "./getNotifications";
export declare const getNotifications: typeof import("./getNotifications").getNotifications;
export declare const getNotificationsOutput: typeof import("./getNotifications").getNotificationsOutput;
export { GotifyArgs, GotifyState } from "./gotify";
export type Gotify = import("./gotify").Gotify;
export declare const Gotify: typeof import("./gotify").Gotify;
export { JoinArgs, JoinState } from "./join";
export type Join = import("./join").Join;
export declare const Join: typeof import("./join").Join;
export { MailgunArgs, MailgunState } from "./mailgun";
export type Mailgun = import("./mailgun").Mailgun;
export declare const Mailgun: typeof import("./mailgun").Mailgun;
export { NotifiarrArgs, NotifiarrState } from "./notifiarr";
export type Notifiarr = import("./notifiarr").Notifiarr;
export declare const Notifiarr: typeof import("./notifiarr").Notifiarr;
export { NotificationArgs, NotificationState } from "./notification";
export type Notification = import("./notification").Notification;
export declare const Notification: typeof import("./notification").Notification;
export { NtfyArgs, NtfyState } from "./ntfy";
export type Ntfy = import("./ntfy").Ntfy;
export declare const Ntfy: typeof import("./ntfy").Ntfy;
export { ProwlArgs, ProwlState } from "./prowl";
export type Prowl = import("./prowl").Prowl;
export declare const Prowl: typeof import("./prowl").Prowl;
export { PushbulletArgs, PushbulletState } from "./pushbullet";
export type Pushbullet = import("./pushbullet").Pushbullet;
export declare const Pushbullet: typeof import("./pushbullet").Pushbullet;
export { PushoverArgs, PushoverState } from "./pushover";
export type Pushover = import("./pushover").Pushover;
export declare const Pushover: typeof import("./pushover").Pushover;
export { SendgridArgs, SendgridState } from "./sendgrid";
export type Sendgrid = import("./sendgrid").Sendgrid;
export declare const Sendgrid: typeof import("./sendgrid").Sendgrid;
export { SignalArgs, SignalState } from "./signal";
export type Signal = import("./signal").Signal;
export declare const Signal: typeof import("./signal").Signal;
export { SimplepushArgs, SimplepushState } from "./simplepush";
export type Simplepush = import("./simplepush").Simplepush;
export declare const Simplepush: typeof import("./simplepush").Simplepush;
export { SlackArgs, SlackState } from "./slack";
export type Slack = import("./slack").Slack;
export declare const Slack: typeof import("./slack").Slack;
export { TelegramArgs, TelegramState } from "./telegram";
export type Telegram = import("./telegram").Telegram;
export declare const Telegram: typeof import("./telegram").Telegram;
export { TwitterArgs, TwitterState } from "./twitter";
export type Twitter = import("./twitter").Twitter;
export declare const Twitter: typeof import("./twitter").Twitter;
export { WebhookArgs, WebhookState } from "./webhook";
export type Webhook = import("./webhook").Webhook;
export declare const Webhook: typeof import("./webhook").Webhook;