UNPKG

aws-iam-policy-types

Version:

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

52 lines 2.31 kB
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsAutoscalingPlansActions = void 0; /** * All IAM policy actions for AWS Auto Scaling (AUTOSCALING-PLANS) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsautoscaling.html * * 2025-02-24T21:46:49.756Z */ var AwsAutoscalingPlansActions; (function (AwsAutoscalingPlansActions) { /** * Creates a scaling plan. * * See https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_CreateScalingPlan.html */ AwsAutoscalingPlansActions["CreateScalingPlan"] = "autoscaling-plans:CreateScalingPlan"; /** * Deletes the specified scaling plan. * * See https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_DeleteScalingPlan.html */ AwsAutoscalingPlansActions["DeleteScalingPlan"] = "autoscaling-plans:DeleteScalingPlan"; /** * Describes the scalable resources in the specified scaling plan. * * See https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_DescribeScalingPlanResources.html */ AwsAutoscalingPlansActions["DescribeScalingPlanResources"] = "autoscaling-plans:DescribeScalingPlanResources"; /** * Describes the specified scaling plans or all of your scaling plans. * * See https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_DescribeScalingPlans.html */ AwsAutoscalingPlansActions["DescribeScalingPlans"] = "autoscaling-plans:DescribeScalingPlans"; /** * Retrieves the forecast data for a scalable resource. * * See https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_GetScalingPlanResourceForecastData.html */ AwsAutoscalingPlansActions["GetScalingPlanResourceForecastData"] = "autoscaling-plans:GetScalingPlanResourceForecastData"; /** * Updates a scaling plan. * * See https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_UpdateScalingPlan.html */ AwsAutoscalingPlansActions["UpdateScalingPlan"] = "autoscaling-plans:UpdateScalingPlan"; })(AwsAutoscalingPlansActions = exports.AwsAutoscalingPlansActions || (exports.AwsAutoscalingPlansActions = {})); //# sourceMappingURL=autoscaling-plans.js.map