UNPKG

aws-iam-policy-types

Version:

Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions

50 lines 2.19 kB
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsGeoRoutesActions = void 0; /** * All IAM policy actions for Amazon Location Service Routes (GEO-ROUTES) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonlocationserviceroutes.html * * 2025-02-24T21:48:40.036Z */ var AwsGeoRoutesActions; (function (AwsGeoRoutesActions) { /** * Grants permission to determine destinations or service areas reachable within a * specified time * * See https://docs.aws.amazon.com/location/latest/APIReference/API_CalculateIsolines.html */ AwsGeoRoutesActions["CalculateIsolines"] = "geo-routes:CalculateIsolines"; /** * Grants permission to calculate routing matrice which providing travel time and * distances between sets of origins and destinations * * See https://docs.aws.amazon.com/location/latest/APIReference/API_CalculateRouteMatrix.html */ AwsGeoRoutesActions["CalculateRouteMatrix"] = "geo-routes:CalculateRouteMatrix"; /** * Grants permission to calculates routes between two or more locations * * See https://docs.aws.amazon.com/location/latest/APIReference/API_CalculateRoutes.html */ AwsGeoRoutesActions["CalculateRoutes"] = "geo-routes:CalculateRoutes"; /** * Grants permission to calculate the most efficient sequence for visiting multipl * e waypoints or locations along a route * * See https://docs.aws.amazon.com/location/latest/APIReference/API_OptimizeWaypoints.html */ AwsGeoRoutesActions["OptimizeWaypoints"] = "geo-routes:OptimizeWaypoints"; /** * Grants permission to enhances the accuracy of geographic positioning by alignin * g GPS coordinates to the nearest road segments on a digital map * * See https://docs.aws.amazon.com/location/latest/APIReference/API_SnapToRoads.html */ AwsGeoRoutesActions["SnapToRoads"] = "geo-routes:SnapToRoads"; })(AwsGeoRoutesActions = exports.AwsGeoRoutesActions || (exports.AwsGeoRoutesActions = {})); //# sourceMappingURL=geo-routes.js.map