UNPKG

aws-iam-policy-types

Version:

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

47 lines 2.01 kB
// AUTOGENERATED FILE - DO NOT EDIT /** * All IAM policy actions for AWS Price List (PRICING) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awspricelist.html * * 2025-02-24T21:49:14.296Z */ export var AwsPricingActions; (function (AwsPricingActions) { /** * Grants permission to retrieve service details for all (paginated) services (if * serviceCode is not set) or service detail for a particular service (if given se * rviceCode) * * See https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_pricing_DescribeServices.html */ AwsPricingActions["DescribeServices"] = "pricing:DescribeServices"; /** * Grants permission to retrieve all (paginated) possible values for a given attri * bute * * See https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_pricing_GetAttributeValues.html */ AwsPricingActions["GetAttributeValues"] = "pricing:GetAttributeValues"; /** * Grants permission to retrieve the price list file URL for the given parameters * * See https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_pricing_GetPriceListFileUrl.html */ AwsPricingActions["GetPriceListFileUrl"] = "pricing:GetPriceListFileUrl"; /** * Grants permission to retrieve all matching products with given search criteria * * See https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_pricing_GetProducts.html */ AwsPricingActions["GetProducts"] = "pricing:GetProducts"; /** * Grants permission to list all (paginated) eligible price lists for the given pa * rameters * * See https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_pricing_ListPriceLists.html */ AwsPricingActions["ListPriceLists"] = "pricing:ListPriceLists"; })(AwsPricingActions || (AwsPricingActions = {})); //# sourceMappingURL=pricing.js.map