doc.go 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. // Package autoscalingplans provides the client and types for making API
  3. // requests to AWS Auto Scaling Plans.
  4. //
  5. // Use AWS Auto Scaling to quickly discover all the scalable AWS resources for
  6. // your application and configure dynamic scaling and predictive scaling for
  7. // your resources using scaling plans. Use this service in conjunction with
  8. // the Amazon EC2 Auto Scaling, Application Auto Scaling, Amazon CloudWatch,
  9. // and AWS CloudFormation services.
  10. //
  11. // Currently, predictive scaling is only available for Amazon EC2 Auto Scaling
  12. // groups.
  13. //
  14. // For more information about AWS Auto Scaling, see the AWS Auto Scaling User
  15. // Guide (http://docs.aws.amazon.com/autoscaling/plans/userguide/what-is-aws-auto-scaling.html).
  16. //
  17. // See https://docs.aws.amazon.com/goto/WebAPI/autoscaling-plans-2018-01-06 for more information on this service.
  18. //
  19. // See autoscalingplans package documentation for more information.
  20. // https://docs.aws.amazon.com/sdk-for-go/api/service/autoscalingplans/
  21. //
  22. // Using the Client
  23. //
  24. // To contact AWS Auto Scaling Plans with the SDK use the New function to create
  25. // a new service client. With that client you can make API requests to the service.
  26. // These clients are safe to use concurrently.
  27. //
  28. // See the SDK's documentation for more information on how to use the SDK.
  29. // https://docs.aws.amazon.com/sdk-for-go/api/
  30. //
  31. // See aws.Config documentation for more information on configuring SDK clients.
  32. // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
  33. //
  34. // See the AWS Auto Scaling Plans client AutoScalingPlans for more
  35. // information on creating client for this service.
  36. // https://docs.aws.amazon.com/sdk-for-go/api/service/autoscalingplans/#New
  37. package autoscalingplans