| 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 UserPermissions.
http://docs.aws.amazon.com/opsworks/latest/APIReference/API_StartStack.html
Request
data StartStack Source
Instances
| Eq StartStack | |
| Ord StartStack | |
| Read StartStack | |
| Show StartStack | |
| IsString StartStack | |
| ToJSON StartStack | |
| Monoid StartStack | |
| AWSRequest StartStack | |
| ToQuery StartStack | |
| ToPath StartStack | |
| ToHeaders StartStack | |
| type Sv StartStack = OpsWorks | |
| type Rs StartStack = StartStackResponse |
Request constructor
Arguments
| :: Text | |
| -> StartStack |
Request lenses
ss2StackId :: Lens' StartStack Text Source
The stack ID.
Response
data StartStackResponse Source
Response constructor
startStackResponse :: StartStackResponse Source
StartStackResponse constructor.