{"files":{"SKILL.md":"---\nname: aws-auto-scaling-plans\ndescription: \"AWS Auto Scaling Plans API skill. Use when working with AWS Auto Scaling Plans for root. Covers 6 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# AWS Auto Scaling Plans\nAPI version: 2018-01-06\n\n## Auth\nAWS SigV4\n\n## Base URL\nNot specified.\n\n## Setup\n1. Configure auth: AWS SigV4\n3. POST / -- create first resource\n\n## Endpoints\n\n6 endpoints across 1 groups. See references/api-spec.lap for full details.\n\n### root\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | / | Creates a scaling plan. |\n| POST | / | Deletes the specified scaling plan. Deleting a scaling plan deletes the underlying ScalingInstruction for all of the scalable resources that are covered by the plan. If the plan has launched resources or has scaling activities in progress, you must delete those resources separately. |\n| POST | / | Describes the scalable resources in the specified scaling plan. |\n| POST | / | Describes one or more of your scaling plans. |\n| POST | / | Retrieves the forecast data for a scalable resource. Capacity forecasts are represented as predicted values, or data points, that are calculated using historical data points from a specified CloudWatch load metric. Data points are available for up to 56 days. |\n| POST | / | Updates the specified scaling plan. You cannot update a scaling plan if it is in the process of being created, updated, or deleted. |\n\n## Common Questions\n\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"How to authenticate?\" -> See Auth section\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints typically return the created/updated object\n\n## CLI\n\n```bash\n# Update this spec to the latest version\nnpx @lap-platform/lapsh get aws-auto-scaling-plans -o references/api-spec.lap\n\n# Search for related APIs\nnpx @lap-platform/lapsh search aws-auto-scaling-plans\n```\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api AWS Auto Scaling Plans\n@version 2018-01-06\n@auth AWS SigV4\n@endpoints 6\n@toc root(6)\n\n@endpoint POST /\n@desc Creates a scaling plan.\n@required {ScalingPlanName: str, ApplicationSource: ApplicationSource, ScalingInstructions: [ScalingInstruction]}\n@returns(200) {ScalingPlanVersion: int(i64)}\n\n@endpoint POST /\n@desc Deletes the specified scaling plan. Deleting a scaling plan deletes the underlying ScalingInstruction for all of the scalable resources that are covered by the plan. If the plan has launched resources or has scaling activities in progress, you must delete those resources separately.\n@required {ScalingPlanName: str, ScalingPlanVersion: int(i64)}\n\n@endpoint POST /\n@desc Describes the scalable resources in the specified scaling plan.\n@required {ScalingPlanName: str, ScalingPlanVersion: int(i64)}\n@optional {MaxResults: int, NextToken: str}\n@returns(200) {ScalingPlanResources: [ScalingPlanResource]?, NextToken: str?}\n\n@endpoint POST /\n@desc Describes one or more of your scaling plans.\n@optional {ScalingPlanNames: [str], ScalingPlanVersion: int(i64), ApplicationSources: [ApplicationSource], MaxResults: int, NextToken: str}\n@returns(200) {ScalingPlans: [ScalingPlan]?, NextToken: str?}\n\n@endpoint POST /\n@desc Retrieves the forecast data for a scalable resource. Capacity forecasts are represented as predicted values, or data points, that are calculated using historical data points from a specified CloudWatch load metric. Data points are available for up to 56 days.\n@required {ScalingPlanName: str, ScalingPlanVersion: int(i64), ServiceNamespace: str, ResourceId: str, ScalableDimension: str, ForecastDataType: str, StartTime: str(timestamp), EndTime: str(timestamp)}\n@returns(200) {Datapoints: [Datapoint]}\n\n@endpoint POST /\n@desc Updates the specified scaling plan. You cannot update a scaling plan if it is in the process of being created, updated, or deleted.\n@required {ScalingPlanName: str, ScalingPlanVersion: int(i64)}\n@optional {ApplicationSource: ApplicationSource, ScalingInstructions: [ScalingInstruction]}\n\n@end\n"}}