amazonka-opsworks-1.3.2: Amazon OpsWorks SDK.

Copyright(c) 2013-2015 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.DetachElasticLoadBalancer

Contents

Description

Detaches a specified Elastic Load Balancing instance from its layer.

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

See: AWS API Reference for DetachElasticLoadBalancer.

Synopsis

Creating a Request

detachElasticLoadBalancer Source

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

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

Request Lenses

delbElasticLoadBalancerName :: Lens' DetachElasticLoadBalancer Text Source

The Elastic Load Balancing instance's name.

delbLayerId :: Lens' DetachElasticLoadBalancer Text Source

The ID of the layer that the Elastic Load Balancing instance is attached to.

Destructuring the Response

detachElasticLoadBalancerResponse :: DetachElasticLoadBalancerResponse Source

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