UNPKG

aws-iam-policy-types

Version:

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

25 lines 900 B
// AUTOGENERATED FILE - DO NOT EDIT /** * 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 var AwsGeoMapsActions; (function (AwsGeoMapsActions) { /** * Grants permission to retrieve the static map * * See https://docs.aws.amazon.com/location/latest/APIReference/API_geomaps_GetStaticMap.html */ AwsGeoMapsActions["GetStaticMap"] = "geo-maps:GetStaticMap"; /** * Grants permission to retrieve the map tile * * See https://docs.aws.amazon.com/location/latest/APIReference/API_geomaps_GetTile.html */ AwsGeoMapsActions["GetTile"] = "geo-maps:GetTile"; })(AwsGeoMapsActions || (AwsGeoMapsActions = {})); //# sourceMappingURL=geo-maps.js.map