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