amazonka-opsworks-1.4.0: Amazon OpsWorks SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.OpsWorks.DescribeElasticLoadBalancers

Contents

Description

Describes a stack's Elastic Load Balancing instances.

You must specify at least one of the parameters.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

Synopsis

Creating a Request

describeElasticLoadBalancers :: DescribeElasticLoadBalancers Source

Creates a value of DescribeElasticLoadBalancers with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

delbLayerIds :: Lens' DescribeElasticLoadBalancers [Text] Source

A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.

delbStackId :: Lens' DescribeElasticLoadBalancers (Maybe Text) Source

A stack ID. The action describes the stack's Elastic Load Balancing instances.

Destructuring the Response

describeElasticLoadBalancersResponse Source

Creates a value of DescribeElasticLoadBalancersResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

delbrsElasticLoadBalancers :: Lens' DescribeElasticLoadBalancersResponse [ElasticLoadBalancer] Source

A list of ElasticLoadBalancer objects that describe the specified Elastic Load Balancing instances.