UNPKG

@pulumi/awsx

Version:

[![Actions Status](https://github.com/pulumi/pulumi-awsx/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-awsx/actions) [![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://badge.fur

89 lines 3.91 kB
"use strict"; // *** WARNING: this file was generated by pulumi-gen-awsx. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { Object.defineProperty(o, "default", { enumerable: true, value: v }); }) : function(o, v) { o["default"] = v; }); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; var __importStar = (this && this.__importStar) || (function () { var ownKeys = function(o) { ownKeys = Object.getOwnPropertyNames || function (o) { var ar = []; for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; return ar; }; return ownKeys(o); }; return function (mod) { if (mod && mod.__esModule) return mod; var result = {}; if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); __setModuleDefault(result, mod); return result; }; })(); Object.defineProperty(exports, "__esModule", { value: true }); exports.sqs = exports.sns = exports.s3 = exports.rds = exports.lb = exports.lambda = exports.efs = exports.ecs = exports.ecr = exports.ec2 = exports.ebs = exports.dynamodb = exports.cognito = exports.codebuild = exports.cloudwatch = exports.cloudtrail = exports.cloudfront = exports.billing = exports.autoscaling = exports.apigateway = exports.acmpca = void 0; // Export members: __exportStar(require("./aws"), exports); __exportStar(require("./role"), exports); __exportStar(require("./utils"), exports); // Export sub-modules: const acmpca = __importStar(require("./acmpca")); exports.acmpca = acmpca; const apigateway = __importStar(require("./apigateway")); exports.apigateway = apigateway; const autoscaling = __importStar(require("./autoscaling")); exports.autoscaling = autoscaling; const billing = __importStar(require("./billing")); exports.billing = billing; const cloudfront = __importStar(require("./cloudfront")); exports.cloudfront = cloudfront; const cloudtrail = __importStar(require("./cloudtrail")); exports.cloudtrail = cloudtrail; const cloudwatch = __importStar(require("./cloudwatch")); exports.cloudwatch = cloudwatch; const codebuild = __importStar(require("./codebuild")); exports.codebuild = codebuild; const cognito = __importStar(require("./cognito")); exports.cognito = cognito; const dynamodb = __importStar(require("./dynamodb")); exports.dynamodb = dynamodb; const ebs = __importStar(require("./ebs")); exports.ebs = ebs; const ec2 = __importStar(require("./ec2")); exports.ec2 = ec2; const ecr = __importStar(require("./ecr")); exports.ecr = ecr; const ecs = __importStar(require("./ecs")); exports.ecs = ecs; const efs = __importStar(require("./efs")); exports.efs = efs; const lambda = __importStar(require("./lambda")); exports.lambda = lambda; const lb = __importStar(require("./lb")); exports.lb = lb; const rds = __importStar(require("./rds")); exports.rds = rds; const s3 = __importStar(require("./s3")); exports.s3 = s3; const sns = __importStar(require("./sns")); exports.sns = sns; const sqs = __importStar(require("./sqs")); exports.sqs = sqs; //# sourceMappingURL=index.js.map