UNPKG

@pulumi/digitalocean

Version:

A Pulumi package for creating and managing DigitalOcean cloud resources.

22 lines 1.08 kB
"use strict"; // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.getGenaiIndexingJobOutput = exports.getGenaiIndexingJob = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); function getGenaiIndexingJob(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("digitalocean:index/getGenaiIndexingJob:getGenaiIndexingJob", { "uuid": args.uuid, }, opts); } exports.getGenaiIndexingJob = getGenaiIndexingJob; function getGenaiIndexingJobOutput(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("digitalocean:index/getGenaiIndexingJob:getGenaiIndexingJob", { "uuid": args.uuid, }, opts); } exports.getGenaiIndexingJobOutput = getGenaiIndexingJobOutput; //# sourceMappingURL=getGenaiIndexingJob.js.map