typed-aws
Version:
Helps you write AWS CloudFormation in TypeScript
13 lines (12 loc) • 547 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.AutoScalingPlans = void 0;
const ScalingPlan_1 = __importDefault(require("./ScalingPlan"));
var AutoScalingPlans;
(function (AutoScalingPlans) {
AutoScalingPlans.ScalingPlan = ScalingPlan_1.default;
})(AutoScalingPlans = exports.AutoScalingPlans || (exports.AutoScalingPlans = {}));
exports.default = AutoScalingPlans;