UNPKG

aws-iam-policy-types

Version:

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

79 lines 3.5 kB
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsSavingsplansActions = void 0; /** * All IAM policy actions for AWS Savings Plans (SAVINGSPLANS) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssavingsplans.html * * 2025-02-24T21:49:38.356Z */ var AwsSavingsplansActions; (function (AwsSavingsplansActions) { /** * Grants permission to create a savings plan * * See https://docs.aws.amazon.com/savingsplans/latest/APIReference/API_CreateSavingsPlan.html */ AwsSavingsplansActions["CreateSavingsPlan"] = "savingsplans:CreateSavingsPlan"; /** * Grants permission to delete the queued savings plan associated with customers a * ccount * * See https://docs.aws.amazon.com/savingsplans/latest/APIReference/API_DeleteQueuedSavingsPlan.html */ AwsSavingsplansActions["DeleteQueuedSavingsPlan"] = "savingsplans:DeleteQueuedSavingsPlan"; /** * Grants permission to describe the rates associated with customers savings plan * * See https://docs.aws.amazon.com/savingsplans/latest/APIReference/API_DescribeSavingsPlanRates.html */ AwsSavingsplansActions["DescribeSavingsPlanRates"] = "savingsplans:DescribeSavingsPlanRates"; /** * Grants permission to describe the savings plans associated with customers accou * nt * * See https://docs.aws.amazon.com/savingsplans/latest/APIReference/API_DescribeSavingsPlans.html */ AwsSavingsplansActions["DescribeSavingsPlans"] = "savingsplans:DescribeSavingsPlans"; /** * Grants permission to describe the rates assciated with savings plans offerings * * See https://docs.aws.amazon.com/savingsplans/latest/APIReference/API_DescribeSavingsPlansOfferingRates.html */ AwsSavingsplansActions["DescribeSavingsPlansOfferingRates"] = "savingsplans:DescribeSavingsPlansOfferingRates"; /** * Grants permission to describe the savings plans offerings that customer is elig * ible to purchase * * See https://docs.aws.amazon.com/savingsplans/latest/APIReference/API_DescribeSavingsPlansOfferings.html */ AwsSavingsplansActions["DescribeSavingsPlansOfferings"] = "savingsplans:DescribeSavingsPlansOfferings"; /** * Grants permission to list tags for a savings plan * * See https://docs.aws.amazon.com/savingsplans/latest/APIReference/API_ListTagsForResource.html */ AwsSavingsplansActions["ListTagsForResource"] = "savingsplans:ListTagsForResource"; /** * Grants permission to return a savings plan * * See https://docs.aws.amazon.com/savingsplans/latest/APIReference/API_ReturnSavingsPlan.html */ AwsSavingsplansActions["ReturnSavingsPlan"] = "savingsplans:ReturnSavingsPlan"; /** * Grants permission to tag a savings plan * * See https://docs.aws.amazon.com/savingsplans/latest/APIReference/API_TagResource.html */ AwsSavingsplansActions["TagResource"] = "savingsplans:TagResource"; /** * Grants permission to untag a savings plan * * See https://docs.aws.amazon.com/savingsplans/latest/APIReference/API_UntagResource.html */ AwsSavingsplansActions["UntagResource"] = "savingsplans:UntagResource"; })(AwsSavingsplansActions = exports.AwsSavingsplansActions || (exports.AwsSavingsplansActions = {})); //# sourceMappingURL=savingsplans.js.map