doc.go 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. // Package elb provides the client and types for making API
  3. // requests to Elastic Load Balancing.
  4. //
  5. // A load balancer can distribute incoming traffic across your EC2 instances.
  6. // This enables you to increase the availability of your application. The load
  7. // balancer also monitors the health of its registered instances and ensures
  8. // that it routes traffic only to healthy instances. You configure your load
  9. // balancer to accept incoming traffic by specifying one or more listeners,
  10. // which are configured with a protocol and port number for connections from
  11. // clients to the load balancer and a protocol and port number for connections
  12. // from the load balancer to the instances.
  13. //
  14. // Elastic Load Balancing supports three types of load balancers: Application
  15. // Load Balancers, Network Load Balancers, and Classic Load Balancers. You can
  16. // select a load balancer based on your application needs. For more information,
  17. // see the Elastic Load Balancing User Guide (http://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/).
  18. //
  19. // This reference covers the 2012-06-01 API, which supports Classic Load Balancers.
  20. // The 2015-12-01 API supports Application Load Balancers and Network Load Balancers.
  21. //
  22. // To get started, create a load balancer with one or more listeners using CreateLoadBalancer.
  23. // Register your instances with the load balancer using RegisterInstancesWithLoadBalancer.
  24. //
  25. // All Elastic Load Balancing operations are idempotent, which means that they
  26. // complete at most one time. If you repeat an operation, it succeeds with a
  27. // 200 OK response code.
  28. //
  29. // See https://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancing-2012-06-01 for more information on this service.
  30. //
  31. // See elb package documentation for more information.
  32. // https://docs.aws.amazon.com/sdk-for-go/api/service/elb/
  33. //
  34. // Using the Client
  35. //
  36. // To contact Elastic Load Balancing with the SDK use the New function to create
  37. // a new service client. With that client you can make API requests to the service.
  38. // These clients are safe to use concurrently.
  39. //
  40. // See the SDK's documentation for more information on how to use the SDK.
  41. // https://docs.aws.amazon.com/sdk-for-go/api/
  42. //
  43. // See aws.Config documentation for more information on configuring SDK clients.
  44. // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
  45. //
  46. // See the Elastic Load Balancing client ELB for more
  47. // information on creating client for this service.
  48. // https://docs.aws.amazon.com/sdk-for-go/api/service/elb/#New
  49. package elb