@pulumi/aws-native
Version:
The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)
46 lines • 2.67 kB
JavaScript
;
// *** 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.StudioComponent = exports.Studio = exports.StreamingImage = exports.LaunchProfile = exports.getStudioComponentOutput = exports.getStudioComponent = exports.getStudioOutput = exports.getStudio = exports.getStreamingImageOutput = exports.getStreamingImage = exports.getLaunchProfileOutput = exports.getLaunchProfile = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
exports.getLaunchProfile = null;
exports.getLaunchProfileOutput = null;
utilities.lazyLoad(exports, ["getLaunchProfile", "getLaunchProfileOutput"], () => require("./getLaunchProfile"));
exports.getStreamingImage = null;
exports.getStreamingImageOutput = null;
utilities.lazyLoad(exports, ["getStreamingImage", "getStreamingImageOutput"], () => require("./getStreamingImage"));
exports.getStudio = null;
exports.getStudioOutput = null;
utilities.lazyLoad(exports, ["getStudio", "getStudioOutput"], () => require("./getStudio"));
exports.getStudioComponent = null;
exports.getStudioComponentOutput = null;
utilities.lazyLoad(exports, ["getStudioComponent", "getStudioComponentOutput"], () => require("./getStudioComponent"));
exports.LaunchProfile = null;
utilities.lazyLoad(exports, ["LaunchProfile"], () => require("./launchProfile"));
exports.StreamingImage = null;
utilities.lazyLoad(exports, ["StreamingImage"], () => require("./streamingImage"));
exports.Studio = null;
utilities.lazyLoad(exports, ["Studio"], () => require("./studio"));
exports.StudioComponent = null;
utilities.lazyLoad(exports, ["StudioComponent"], () => require("./studioComponent"));
const _module = {
version: utilities.getVersion(),
construct: (name, type, urn) => {
switch (type) {
case "aws-native:nimblestudio:LaunchProfile":
return new exports.LaunchProfile(name, undefined, { urn });
case "aws-native:nimblestudio:StreamingImage":
return new exports.StreamingImage(name, undefined, { urn });
case "aws-native:nimblestudio:Studio":
return new exports.Studio(name, undefined, { urn });
case "aws-native:nimblestudio:StudioComponent":
return new exports.StudioComponent(name, undefined, { urn });
default:
throw new Error(`unknown resource type ${type}`);
}
},
};
pulumi.runtime.registerResourceModule("aws-native", "nimblestudio", _module);
//# sourceMappingURL=index.js.map