@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)
32 lines (31 loc) • 1.56 kB
TypeScript
export declare const GeofenceCollectionPricingPlan: {
readonly RequestBasedUsage: "RequestBasedUsage";
};
export type GeofenceCollectionPricingPlan = (typeof GeofenceCollectionPricingPlan)[keyof typeof GeofenceCollectionPricingPlan];
export declare const MapPricingPlan: {
readonly RequestBasedUsage: "RequestBasedUsage";
};
export type MapPricingPlan = (typeof MapPricingPlan)[keyof typeof MapPricingPlan];
export declare const PlaceIndexIntendedUse: {
readonly SingleUse: "SingleUse";
readonly Storage: "Storage";
};
export type PlaceIndexIntendedUse = (typeof PlaceIndexIntendedUse)[keyof typeof PlaceIndexIntendedUse];
export declare const PlaceIndexPricingPlan: {
readonly RequestBasedUsage: "RequestBasedUsage";
};
export type PlaceIndexPricingPlan = (typeof PlaceIndexPricingPlan)[keyof typeof PlaceIndexPricingPlan];
export declare const RouteCalculatorPricingPlan: {
readonly RequestBasedUsage: "RequestBasedUsage";
};
export type RouteCalculatorPricingPlan = (typeof RouteCalculatorPricingPlan)[keyof typeof RouteCalculatorPricingPlan];
export declare const TrackerPositionFiltering: {
readonly TimeBased: "TimeBased";
readonly DistanceBased: "DistanceBased";
readonly AccuracyBased: "AccuracyBased";
};
export type TrackerPositionFiltering = (typeof TrackerPositionFiltering)[keyof typeof TrackerPositionFiltering];
export declare const TrackerPricingPlan: {
readonly RequestBasedUsage: "RequestBasedUsage";
};
export type TrackerPricingPlan = (typeof TrackerPricingPlan)[keyof typeof TrackerPricingPlan];