doc.go 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. // Package autoscaling provides the client and types for making API
  3. // requests to Auto Scaling.
  4. //
  5. // Amazon EC2 Auto Scaling is designed to automatically launch or terminate
  6. // EC2 instances based on user-defined scaling policies, scheduled actions,
  7. // and health checks. Use this service with AWS Auto Scaling, Amazon CloudWatch,
  8. // and Elastic Load Balancing.
  9. //
  10. // For more information, including information about granting IAM users required
  11. // permissions for Amazon EC2 Auto Scaling actions, see the Amazon EC2 Auto
  12. // Scaling User Guide (https://docs.aws.amazon.com/autoscaling/ec2/userguide/what-is-amazon-ec2-auto-scaling.html).
  13. //
  14. // See https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01 for more information on this service.
  15. //
  16. // See autoscaling package documentation for more information.
  17. // https://docs.aws.amazon.com/sdk-for-go/api/service/autoscaling/
  18. //
  19. // Using the Client
  20. //
  21. // To contact Auto Scaling with the SDK use the New function to create
  22. // a new service client. With that client you can make API requests to the service.
  23. // These clients are safe to use concurrently.
  24. //
  25. // See the SDK's documentation for more information on how to use the SDK.
  26. // https://docs.aws.amazon.com/sdk-for-go/api/
  27. //
  28. // See aws.Config documentation for more information on configuring SDK clients.
  29. // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
  30. //
  31. // See the Auto Scaling client AutoScaling for more
  32. // information on creating client for this service.
  33. // https://docs.aws.amazon.com/sdk-for-go/api/service/autoscaling/#New
  34. package autoscaling