amazonka-opsworks-0.0.1: Amazon OpsWorks SDK.

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.

http://docs.aws.amazon.com/opsworks/latest/APIReference/API_DetachElasticLoadBalancer.html

Synopsis

Request

Request constructor

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.

Response

Response constructor