UNPKG

aws-iam-policy-types

Version:

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

47 lines (46 loc) 1.79 kB
/** * 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 */ export declare enum AwsAutoscalingPlansActions { /** * Creates a scaling plan. * * See https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_CreateScalingPlan.html */ CreateScalingPlan = "autoscaling-plans:CreateScalingPlan", /** * Deletes the specified scaling plan. * * See https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_DeleteScalingPlan.html */ 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 */ 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 */ DescribeScalingPlans = "autoscaling-plans:DescribeScalingPlans", /** * Retrieves the forecast data for a scalable resource. * * See https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_GetScalingPlanResourceForecastData.html */ GetScalingPlanResourceForecastData = "autoscaling-plans:GetScalingPlanResourceForecastData", /** * Updates a scaling plan. * * See https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_UpdateScalingPlan.html */ UpdateScalingPlan = "autoscaling-plans:UpdateScalingPlan" }