@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
13 lines • 701 B
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.getModelsOutput = exports.getModels = exports.getModelOutput = exports.getModel = void 0;
const utilities = require("../utilities");
exports.getModel = null;
exports.getModelOutput = null;
utilities.lazyLoad(exports, ["getModel", "getModelOutput"], () => require("./getModel"));
exports.getModels = null;
exports.getModelsOutput = null;
utilities.lazyLoad(exports, ["getModels", "getModelsOutput"], () => require("./getModels"));
//# sourceMappingURL=index.js.map
;