aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
45 lines (44 loc) • 1.78 kB
TypeScript
/**
* 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
*/
export declare enum 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
*/
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
*/
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
*/
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
*/
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
*/
SnapToRoads = "geo-routes:SnapToRoads"
}