github.com/aavshr/aws-sdk-go@v1.41.3/service/autoscalingplans/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package autoscalingplans provides the client and types for making API 4 // requests to AWS Auto Scaling Plans. 5 // 6 // Use AWS Auto Scaling to create scaling plans for your applications to automatically 7 // scale your scalable AWS resources. 8 // 9 // API Summary 10 // 11 // You can use the AWS Auto Scaling service API to accomplish the following 12 // tasks: 13 // 14 // * Create and manage scaling plans 15 // 16 // * Define target tracking scaling policies to dynamically scale your resources 17 // based on utilization 18 // 19 // * Scale Amazon EC2 Auto Scaling groups using predictive scaling and dynamic 20 // scaling to scale your Amazon EC2 capacity faster 21 // 22 // * Set minimum and maximum capacity limits 23 // 24 // * Retrieve information on existing scaling plans 25 // 26 // * Access current forecast data and historical forecast data for up to 27 // 56 days previous 28 // 29 // To learn more about AWS Auto Scaling, including information about granting 30 // IAM users required permissions for AWS Auto Scaling actions, see the AWS 31 // Auto Scaling User Guide (https://docs.aws.amazon.com/autoscaling/plans/userguide/what-is-aws-auto-scaling.html). 32 // 33 // See https://docs.aws.amazon.com/goto/WebAPI/autoscaling-plans-2018-01-06 for more information on this service. 34 // 35 // See autoscalingplans package documentation for more information. 36 // https://docs.aws.amazon.com/sdk-for-go/api/service/autoscalingplans/ 37 // 38 // Using the Client 39 // 40 // To contact AWS Auto Scaling Plans with the SDK use the New function to create 41 // a new service client. With that client you can make API requests to the service. 42 // These clients are safe to use concurrently. 43 // 44 // See the SDK's documentation for more information on how to use the SDK. 45 // https://docs.aws.amazon.com/sdk-for-go/api/ 46 // 47 // See aws.Config documentation for more information on configuring SDK clients. 48 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 49 // 50 // See the AWS Auto Scaling Plans client AutoScalingPlans for more 51 // information on creating client for this service. 52 // https://docs.aws.amazon.com/sdk-for-go/api/service/autoscalingplans/#New 53 package autoscalingplans