UNPKG

@maienm/pulumi-readarr

Version:

A Pulumi package for creating and managing Readarr resources. Based on terraform-provider-readarr: version v2.1.0

87 lines 6.26 kB
"use strict"; // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.ReleaseProfile = exports.QualityProfile = exports.QualityDefinition = exports.getReleaseProfilesOutput = exports.getReleaseProfiles = exports.getReleaseProfileOutput = exports.getReleaseProfile = exports.getQualityProfilesOutput = exports.getQualityProfiles = exports.getQualityProfileOutput = exports.getQualityProfile = exports.getQualityDefinitionsOutput = exports.getQualityDefinitions = exports.getQualityDefinitionOutput = exports.getQualityDefinition = exports.getQualityOutput = exports.getQuality = exports.getDelayProfilesOutput = exports.getDelayProfiles = exports.getDelayProfileOutput = exports.getDelayProfile = exports.getCustomFormatsOutput = exports.getCustomFormats = exports.getCustomFormatOutput = exports.getCustomFormat = exports.getConditionSizeOutput = exports.getConditionSize = exports.getConditionReleaseTitleOutput = exports.getConditionReleaseTitle = exports.getConditionReleaseGroupOutput = exports.getConditionReleaseGroup = exports.getConditionOutput = exports.getCondition = exports.DelayProfile = exports.CustomFormat = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.CustomFormat = null; utilities.lazyLoad(exports, ["CustomFormat"], () => require("./customFormat")); exports.DelayProfile = null; utilities.lazyLoad(exports, ["DelayProfile"], () => require("./delayProfile")); exports.getCondition = null; exports.getConditionOutput = null; utilities.lazyLoad(exports, ["getCondition", "getConditionOutput"], () => require("./getCondition")); exports.getConditionReleaseGroup = null; exports.getConditionReleaseGroupOutput = null; utilities.lazyLoad(exports, ["getConditionReleaseGroup", "getConditionReleaseGroupOutput"], () => require("./getConditionReleaseGroup")); exports.getConditionReleaseTitle = null; exports.getConditionReleaseTitleOutput = null; utilities.lazyLoad(exports, ["getConditionReleaseTitle", "getConditionReleaseTitleOutput"], () => require("./getConditionReleaseTitle")); exports.getConditionSize = null; exports.getConditionSizeOutput = null; utilities.lazyLoad(exports, ["getConditionSize", "getConditionSizeOutput"], () => require("./getConditionSize")); exports.getCustomFormat = null; exports.getCustomFormatOutput = null; utilities.lazyLoad(exports, ["getCustomFormat", "getCustomFormatOutput"], () => require("./getCustomFormat")); exports.getCustomFormats = null; exports.getCustomFormatsOutput = null; utilities.lazyLoad(exports, ["getCustomFormats", "getCustomFormatsOutput"], () => require("./getCustomFormats")); exports.getDelayProfile = null; exports.getDelayProfileOutput = null; utilities.lazyLoad(exports, ["getDelayProfile", "getDelayProfileOutput"], () => require("./getDelayProfile")); exports.getDelayProfiles = null; exports.getDelayProfilesOutput = null; utilities.lazyLoad(exports, ["getDelayProfiles", "getDelayProfilesOutput"], () => require("./getDelayProfiles")); exports.getQuality = null; exports.getQualityOutput = null; utilities.lazyLoad(exports, ["getQuality", "getQualityOutput"], () => require("./getQuality")); exports.getQualityDefinition = null; exports.getQualityDefinitionOutput = null; utilities.lazyLoad(exports, ["getQualityDefinition", "getQualityDefinitionOutput"], () => require("./getQualityDefinition")); exports.getQualityDefinitions = null; exports.getQualityDefinitionsOutput = null; utilities.lazyLoad(exports, ["getQualityDefinitions", "getQualityDefinitionsOutput"], () => require("./getQualityDefinitions")); exports.getQualityProfile = null; exports.getQualityProfileOutput = null; utilities.lazyLoad(exports, ["getQualityProfile", "getQualityProfileOutput"], () => require("./getQualityProfile")); exports.getQualityProfiles = null; exports.getQualityProfilesOutput = null; utilities.lazyLoad(exports, ["getQualityProfiles", "getQualityProfilesOutput"], () => require("./getQualityProfiles")); exports.getReleaseProfile = null; exports.getReleaseProfileOutput = null; utilities.lazyLoad(exports, ["getReleaseProfile", "getReleaseProfileOutput"], () => require("./getReleaseProfile")); exports.getReleaseProfiles = null; exports.getReleaseProfilesOutput = null; utilities.lazyLoad(exports, ["getReleaseProfiles", "getReleaseProfilesOutput"], () => require("./getReleaseProfiles")); exports.QualityDefinition = null; utilities.lazyLoad(exports, ["QualityDefinition"], () => require("./qualityDefinition")); exports.QualityProfile = null; utilities.lazyLoad(exports, ["QualityProfile"], () => require("./qualityProfile")); exports.ReleaseProfile = null; utilities.lazyLoad(exports, ["ReleaseProfile"], () => require("./releaseProfile")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "readarr:Profiles/customFormat:CustomFormat": return new exports.CustomFormat(name, undefined, { urn }); case "readarr:Profiles/delayProfile:DelayProfile": return new exports.DelayProfile(name, undefined, { urn }); case "readarr:Profiles/qualityDefinition:QualityDefinition": return new exports.QualityDefinition(name, undefined, { urn }); case "readarr:Profiles/qualityProfile:QualityProfile": return new exports.QualityProfile(name, undefined, { urn }); case "readarr:Profiles/releaseProfile:ReleaseProfile": return new exports.ReleaseProfile(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("readarr", "Profiles/customFormat", _module); pulumi.runtime.registerResourceModule("readarr", "Profiles/delayProfile", _module); pulumi.runtime.registerResourceModule("readarr", "Profiles/qualityDefinition", _module); pulumi.runtime.registerResourceModule("readarr", "Profiles/qualityProfile", _module); pulumi.runtime.registerResourceModule("readarr", "Profiles/releaseProfile", _module); //# sourceMappingURL=index.js.map