| 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.StartStack
Description
Starts a stack's instances.
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 StartStack.
Creating a Request
Arguments
| :: Text | |
| -> StartStack |
Creates a value of StartStack with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data StartStack Source
See: startStack smart constructor.
Request Lenses
staStackId :: Lens' StartStack Text Source
The stack ID.
Destructuring the Response
startStackResponse :: StartStackResponse Source
Creates a value of StartStackResponse with the minimum fields required to make a request.
data StartStackResponse Source
See: startStackResponse smart constructor.