@maienm/pulumi-readarr
Version:
A Pulumi package for creating and managing Readarr resources. Based on terraform-provider-readarr: version v2.1.0
61 lines (60 loc) • 5.72 kB
TypeScript
export { CustomFormatArgs, CustomFormatState } from "./customFormat";
export type CustomFormat = import("./customFormat").CustomFormat;
export declare const CustomFormat: typeof import("./customFormat").CustomFormat;
export { DelayProfileArgs, DelayProfileState } from "./delayProfile";
export type DelayProfile = import("./delayProfile").DelayProfile;
export declare const DelayProfile: typeof import("./delayProfile").DelayProfile;
export { GetConditionArgs, GetConditionResult, GetConditionOutputArgs } from "./getCondition";
export declare const getCondition: typeof import("./getCondition").getCondition;
export declare const getConditionOutput: typeof import("./getCondition").getConditionOutput;
export { GetConditionReleaseGroupArgs, GetConditionReleaseGroupResult, GetConditionReleaseGroupOutputArgs } from "./getConditionReleaseGroup";
export declare const getConditionReleaseGroup: typeof import("./getConditionReleaseGroup").getConditionReleaseGroup;
export declare const getConditionReleaseGroupOutput: typeof import("./getConditionReleaseGroup").getConditionReleaseGroupOutput;
export { GetConditionReleaseTitleArgs, GetConditionReleaseTitleResult, GetConditionReleaseTitleOutputArgs } from "./getConditionReleaseTitle";
export declare const getConditionReleaseTitle: typeof import("./getConditionReleaseTitle").getConditionReleaseTitle;
export declare const getConditionReleaseTitleOutput: typeof import("./getConditionReleaseTitle").getConditionReleaseTitleOutput;
export { GetConditionSizeArgs, GetConditionSizeResult, GetConditionSizeOutputArgs } from "./getConditionSize";
export declare const getConditionSize: typeof import("./getConditionSize").getConditionSize;
export declare const getConditionSizeOutput: typeof import("./getConditionSize").getConditionSizeOutput;
export { GetCustomFormatArgs, GetCustomFormatResult, GetCustomFormatOutputArgs } from "./getCustomFormat";
export declare const getCustomFormat: typeof import("./getCustomFormat").getCustomFormat;
export declare const getCustomFormatOutput: typeof import("./getCustomFormat").getCustomFormatOutput;
export { GetCustomFormatsResult } from "./getCustomFormats";
export declare const getCustomFormats: typeof import("./getCustomFormats").getCustomFormats;
export declare const getCustomFormatsOutput: typeof import("./getCustomFormats").getCustomFormatsOutput;
export { GetDelayProfileArgs, GetDelayProfileResult, GetDelayProfileOutputArgs } from "./getDelayProfile";
export declare const getDelayProfile: typeof import("./getDelayProfile").getDelayProfile;
export declare const getDelayProfileOutput: typeof import("./getDelayProfile").getDelayProfileOutput;
export { GetDelayProfilesResult } from "./getDelayProfiles";
export declare const getDelayProfiles: typeof import("./getDelayProfiles").getDelayProfiles;
export declare const getDelayProfilesOutput: typeof import("./getDelayProfiles").getDelayProfilesOutput;
export { GetQualityArgs, GetQualityResult, GetQualityOutputArgs } from "./getQuality";
export declare const getQuality: typeof import("./getQuality").getQuality;
export declare const getQualityOutput: typeof import("./getQuality").getQualityOutput;
export { GetQualityDefinitionArgs, GetQualityDefinitionResult, GetQualityDefinitionOutputArgs } from "./getQualityDefinition";
export declare const getQualityDefinition: typeof import("./getQualityDefinition").getQualityDefinition;
export declare const getQualityDefinitionOutput: typeof import("./getQualityDefinition").getQualityDefinitionOutput;
export { GetQualityDefinitionsResult } from "./getQualityDefinitions";
export declare const getQualityDefinitions: typeof import("./getQualityDefinitions").getQualityDefinitions;
export declare const getQualityDefinitionsOutput: typeof import("./getQualityDefinitions").getQualityDefinitionsOutput;
export { GetQualityProfileArgs, GetQualityProfileResult, GetQualityProfileOutputArgs } from "./getQualityProfile";
export declare const getQualityProfile: typeof import("./getQualityProfile").getQualityProfile;
export declare const getQualityProfileOutput: typeof import("./getQualityProfile").getQualityProfileOutput;
export { GetQualityProfilesResult } from "./getQualityProfiles";
export declare const getQualityProfiles: typeof import("./getQualityProfiles").getQualityProfiles;
export declare const getQualityProfilesOutput: typeof import("./getQualityProfiles").getQualityProfilesOutput;
export { GetReleaseProfileArgs, GetReleaseProfileResult, GetReleaseProfileOutputArgs } from "./getReleaseProfile";
export declare const getReleaseProfile: typeof import("./getReleaseProfile").getReleaseProfile;
export declare const getReleaseProfileOutput: typeof import("./getReleaseProfile").getReleaseProfileOutput;
export { GetReleaseProfilesResult } from "./getReleaseProfiles";
export declare const getReleaseProfiles: typeof import("./getReleaseProfiles").getReleaseProfiles;
export declare const getReleaseProfilesOutput: typeof import("./getReleaseProfiles").getReleaseProfilesOutput;
export { QualityDefinitionArgs, QualityDefinitionState } from "./qualityDefinition";
export type QualityDefinition = import("./qualityDefinition").QualityDefinition;
export declare const QualityDefinition: typeof import("./qualityDefinition").QualityDefinition;
export { QualityProfileArgs, QualityProfileState } from "./qualityProfile";
export type QualityProfile = import("./qualityProfile").QualityProfile;
export declare const QualityProfile: typeof import("./qualityProfile").QualityProfile;
export { ReleaseProfileArgs, ReleaseProfileState } from "./releaseProfile";
export type ReleaseProfile = import("./releaseProfile").ReleaseProfile;
export declare const ReleaseProfile: typeof import("./releaseProfile").ReleaseProfile;