UNPKG

@maienm/pulumi-prowlarr

Version:

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

41 lines 1.33 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.getSchemasOutput = exports.getSchemas = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); /** * <!-- subcategory:Indexers -->List all available Indexer Schemas. * * ## Example Usage * * ```typescript * import * as pulumi from "@pulumi/pulumi"; * import * as prowlarr from "@pulumi/prowlarr"; * * const example = prowlarr.Indexers.getSchemas({}); * ``` */ function getSchemas(opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("prowlarr:Indexers/getSchemas:getSchemas", {}, opts); } exports.getSchemas = getSchemas; /** * <!-- subcategory:Indexers -->List all available Indexer Schemas. * * ## Example Usage * * ```typescript * import * as pulumi from "@pulumi/pulumi"; * import * as prowlarr from "@pulumi/prowlarr"; * * const example = prowlarr.Indexers.getSchemas({}); * ``` */ function getSchemasOutput(opts) { return pulumi.output(getSchemas(opts)); } exports.getSchemasOutput = getSchemasOutput; //# sourceMappingURL=getSchemas.js.map