{"message": "AWS Autostart Manager API", "version": "2.0", "endpoints": {"/start-all": "Start all EC2 instances, ECS services, and RDS instances", "/stop-all": "Stop all EC2 instances, ECS services, and RDS instances", "/start-ec2": "Start EC2 instances only", "/stop-ec2": "Stop EC2 instances only", "/start-ecs": "Start ECS services only (set desired count to 1)", "/stop-ecs": "Stop ECS services only (set desired count to 0)", "/start-rds": "Start RDS instances only", "/stop-rds": "Stop RDS instances only", "/status": "Get status of all resources", "/health": "Health check endpoint", "/env/{environment}/start": "Start all resources for specific environment", "/env/{environment}/stop": "Stop all resources for specific environment", "/env/{environment}/status": "Get status for specific environment"}}