UNPKG

@pulumi/aws

Version:

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

68 lines 4.37 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.TrackerAssociation = exports.Tracker = exports.RouteCalculation = exports.PlaceIndex = exports.Map = exports.getTrackerAssociationsOutput = exports.getTrackerAssociations = exports.getTrackerAssociationOutput = exports.getTrackerAssociation = exports.getTrackerOutput = exports.getTracker = exports.getRouteCalculatorOutput = exports.getRouteCalculator = exports.getPlaceIndexOutput = exports.getPlaceIndex = exports.getMapOutput = exports.getMap = exports.getGeofenceCollectionOutput = exports.getGeofenceCollection = exports.GeofenceCollection = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); exports.GeofenceCollection = null; utilities.lazyLoad(exports, ["GeofenceCollection"], () => require("./geofenceCollection")); exports.getGeofenceCollection = null; exports.getGeofenceCollectionOutput = null; utilities.lazyLoad(exports, ["getGeofenceCollection", "getGeofenceCollectionOutput"], () => require("./getGeofenceCollection")); exports.getMap = null; exports.getMapOutput = null; utilities.lazyLoad(exports, ["getMap", "getMapOutput"], () => require("./getMap")); exports.getPlaceIndex = null; exports.getPlaceIndexOutput = null; utilities.lazyLoad(exports, ["getPlaceIndex", "getPlaceIndexOutput"], () => require("./getPlaceIndex")); exports.getRouteCalculator = null; exports.getRouteCalculatorOutput = null; utilities.lazyLoad(exports, ["getRouteCalculator", "getRouteCalculatorOutput"], () => require("./getRouteCalculator")); exports.getTracker = null; exports.getTrackerOutput = null; utilities.lazyLoad(exports, ["getTracker", "getTrackerOutput"], () => require("./getTracker")); exports.getTrackerAssociation = null; exports.getTrackerAssociationOutput = null; utilities.lazyLoad(exports, ["getTrackerAssociation", "getTrackerAssociationOutput"], () => require("./getTrackerAssociation")); exports.getTrackerAssociations = null; exports.getTrackerAssociationsOutput = null; utilities.lazyLoad(exports, ["getTrackerAssociations", "getTrackerAssociationsOutput"], () => require("./getTrackerAssociations")); exports.Map = null; utilities.lazyLoad(exports, ["Map"], () => require("./map")); exports.PlaceIndex = null; utilities.lazyLoad(exports, ["PlaceIndex"], () => require("./placeIndex")); exports.RouteCalculation = null; utilities.lazyLoad(exports, ["RouteCalculation"], () => require("./routeCalculation")); exports.Tracker = null; utilities.lazyLoad(exports, ["Tracker"], () => require("./tracker")); exports.TrackerAssociation = null; utilities.lazyLoad(exports, ["TrackerAssociation"], () => require("./trackerAssociation")); const _module = { version: utilities.getVersion(), construct: (name, type, urn) => { switch (type) { case "aws:location/geofenceCollection:GeofenceCollection": return new exports.GeofenceCollection(name, undefined, { urn }); case "aws:location/map:Map": return new exports.Map(name, undefined, { urn }); case "aws:location/placeIndex:PlaceIndex": return new exports.PlaceIndex(name, undefined, { urn }); case "aws:location/routeCalculation:RouteCalculation": return new exports.RouteCalculation(name, undefined, { urn }); case "aws:location/tracker:Tracker": return new exports.Tracker(name, undefined, { urn }); case "aws:location/trackerAssociation:TrackerAssociation": return new exports.TrackerAssociation(name, undefined, { urn }); default: throw new Error(`unknown resource type ${type}`); } }, }; pulumi.runtime.registerResourceModule("aws", "location/geofenceCollection", _module); pulumi.runtime.registerResourceModule("aws", "location/map", _module); pulumi.runtime.registerResourceModule("aws", "location/placeIndex", _module); pulumi.runtime.registerResourceModule("aws", "location/routeCalculation", _module); pulumi.runtime.registerResourceModule("aws", "location/tracker", _module); pulumi.runtime.registerResourceModule("aws", "location/trackerAssociation", _module); //# sourceMappingURL=index.js.map