UNPKG

@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)

41 lines (40 loc) 3.01 kB
export { ApiKeyArgs } from "./apiKey"; export type ApiKey = import("./apiKey").ApiKey; export declare const ApiKey: typeof import("./apiKey").ApiKey; export { GeofenceCollectionArgs } from "./geofenceCollection"; export type GeofenceCollection = import("./geofenceCollection").GeofenceCollection; export declare const GeofenceCollection: typeof import("./geofenceCollection").GeofenceCollection; export { GetApiKeyArgs, GetApiKeyResult, GetApiKeyOutputArgs } from "./getApiKey"; export declare const getApiKey: typeof import("./getApiKey").getApiKey; export declare const getApiKeyOutput: typeof import("./getApiKey").getApiKeyOutput; export { GetGeofenceCollectionArgs, GetGeofenceCollectionResult, GetGeofenceCollectionOutputArgs } from "./getGeofenceCollection"; export declare const getGeofenceCollection: typeof import("./getGeofenceCollection").getGeofenceCollection; export declare const getGeofenceCollectionOutput: typeof import("./getGeofenceCollection").getGeofenceCollectionOutput; export { GetMapArgs, GetMapResult, GetMapOutputArgs } from "./getMap"; export declare const getMap: typeof import("./getMap").getMap; export declare const getMapOutput: typeof import("./getMap").getMapOutput; export { GetPlaceIndexArgs, GetPlaceIndexResult, GetPlaceIndexOutputArgs } from "./getPlaceIndex"; export declare const getPlaceIndex: typeof import("./getPlaceIndex").getPlaceIndex; export declare const getPlaceIndexOutput: typeof import("./getPlaceIndex").getPlaceIndexOutput; export { GetRouteCalculatorArgs, GetRouteCalculatorResult, GetRouteCalculatorOutputArgs } from "./getRouteCalculator"; export declare const getRouteCalculator: typeof import("./getRouteCalculator").getRouteCalculator; export declare const getRouteCalculatorOutput: typeof import("./getRouteCalculator").getRouteCalculatorOutput; export { GetTrackerArgs, GetTrackerResult, GetTrackerOutputArgs } from "./getTracker"; export declare const getTracker: typeof import("./getTracker").getTracker; export declare const getTrackerOutput: typeof import("./getTracker").getTrackerOutput; export { MapArgs } from "./map"; export type Map = import("./map").Map; export declare const Map: typeof import("./map").Map; export { PlaceIndexArgs } from "./placeIndex"; export type PlaceIndex = import("./placeIndex").PlaceIndex; export declare const PlaceIndex: typeof import("./placeIndex").PlaceIndex; export { RouteCalculatorArgs } from "./routeCalculator"; export type RouteCalculator = import("./routeCalculator").RouteCalculator; export declare const RouteCalculator: typeof import("./routeCalculator").RouteCalculator; export { TrackerArgs } from "./tracker"; export type Tracker = import("./tracker").Tracker; export declare const Tracker: typeof import("./tracker").Tracker; export { TrackerConsumerArgs } from "./trackerConsumer"; export type TrackerConsumer = import("./trackerConsumer").TrackerConsumer; export declare const TrackerConsumer: typeof import("./trackerConsumer").TrackerConsumer; export * from "../types/enums/location";