UNPKG

aws-iam-policy-types

Version:

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

23 lines (22 loc) 714 B
/** * All IAM policy actions for Amazon Location Service Maps (GEO-MAPS) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonlocationservicemaps.html * * 2025-02-24T21:48:39.094Z */ export declare enum AwsGeoMapsActions { /** * Grants permission to retrieve the static map * * See https://docs.aws.amazon.com/location/latest/APIReference/API_geomaps_GetStaticMap.html */ GetStaticMap = "geo-maps:GetStaticMap", /** * Grants permission to retrieve the map tile * * See https://docs.aws.amazon.com/location/latest/APIReference/API_geomaps_GetTile.html */ GetTile = "geo-maps:GetTile" }