github.com/aavshr/aws-sdk-go@v1.41.3/service/elbv2/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package elbv2 provides the client and types for making API 4 // requests to Elastic Load Balancing. 5 // 6 // A load balancer distributes incoming traffic across targets, such as your 7 // EC2 instances. This enables you to increase the availability of your application. 8 // The load balancer also monitors the health of its registered targets and 9 // ensures that it routes traffic only to healthy targets. You configure your 10 // load 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. You configure a target group with a protocol 13 // and port number for connections from the load balancer to the targets, and 14 // with health check settings to be used when checking the health status of 15 // the targets. 16 // 17 // Elastic Load Balancing supports the following types of load balancers: Application 18 // Load Balancers, Network Load Balancers, Gateway Load Balancers, and Classic 19 // Load Balancers. This reference covers the following load balancer types: 20 // 21 // * Application Load Balancer - Operates at the application layer (layer 22 // 7) and supports HTTP and HTTPS. 23 // 24 // * Network Load Balancer - Operates at the transport layer (layer 4) and 25 // supports TCP, TLS, and UDP. 26 // 27 // * Gateway Load Balancer - Operates at the network layer (layer 3). 28 // 29 // For more information, see the Elastic Load Balancing User Guide (https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/). 30 // 31 // All Elastic Load Balancing operations are idempotent, which means that they 32 // complete at most one time. If you repeat an operation, it succeeds. 33 // 34 // See https://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01 for more information on this service. 35 // 36 // See elbv2 package documentation for more information. 37 // https://docs.aws.amazon.com/sdk-for-go/api/service/elbv2/ 38 // 39 // Using the Client 40 // 41 // To contact Elastic Load Balancing with the SDK use the New function to create 42 // a new service client. With that client you can make API requests to the service. 43 // These clients are safe to use concurrently. 44 // 45 // See the SDK's documentation for more information on how to use the SDK. 46 // https://docs.aws.amazon.com/sdk-for-go/api/ 47 // 48 // See aws.Config documentation for more information on configuring SDK clients. 49 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 50 // 51 // See the Elastic Load Balancing client ELBV2 for more 52 // information on creating client for this service. 53 // https://docs.aws.amazon.com/sdk-for-go/api/service/elbv2/#New 54 package elbv2