| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.OpsWorks.DetachElasticLoadBalancer
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.
- detachElasticLoadBalancer :: Text -> Text -> DetachElasticLoadBalancer
- data DetachElasticLoadBalancer
- delbElasticLoadBalancerName :: Lens' DetachElasticLoadBalancer Text
- delbLayerId :: Lens' DetachElasticLoadBalancer Text
- detachElasticLoadBalancerResponse :: DetachElasticLoadBalancerResponse
- data DetachElasticLoadBalancerResponse
Creating a Request
detachElasticLoadBalancer Source
Arguments
| :: Text | |
| -> Text | |
| -> DetachElasticLoadBalancer |
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:
data DetachElasticLoadBalancer Source
See: detachElasticLoadBalancer smart constructor.
Instances
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.
data DetachElasticLoadBalancerResponse Source
See: detachElasticLoadBalancerResponse smart constructor.