@maienm/pulumi-prowlarr
Version:
A Pulumi package for creating and managing Prowlarr resources. Based on terraform-provider-prowlarr: version v2.3.0
16 lines (15 loc) • 1.09 kB
TypeScript
export { GetIndexerArgs, GetIndexerResult, GetIndexerOutputArgs } from "./getIndexer";
export declare const getIndexer: typeof import("./getIndexer").getIndexer;
export declare const getIndexerOutput: typeof import("./getIndexer").getIndexerOutput;
export { GetIndexersResult } from "./getIndexers";
export declare const getIndexers: typeof import("./getIndexers").getIndexers;
export declare const getIndexersOutput: typeof import("./getIndexers").getIndexersOutput;
export { GetSchemaArgs, GetSchemaResult, GetSchemaOutputArgs } from "./getSchema";
export declare const getSchema: typeof import("./getSchema").getSchema;
export declare const getSchemaOutput: typeof import("./getSchema").getSchemaOutput;
export { GetSchemasResult } from "./getSchemas";
export declare const getSchemas: typeof import("./getSchemas").getSchemas;
export declare const getSchemasOutput: typeof import("./getSchemas").getSchemasOutput;
export { IndexerArgs, IndexerState } from "./indexer";
export type Indexer = import("./indexer").Indexer;
export declare const Indexer: typeof import("./indexer").Indexer;