| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.OpsWorks.RebootInstance
Description
Reboots a specified instance. For more information, see Starting, Stopping,and Rebooting 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_RebootInstance.html
Request
data RebootInstance Source
Instances
| Eq RebootInstance | |
| Ord RebootInstance | |
| Read RebootInstance | |
| Show RebootInstance | |
| IsString RebootInstance | |
| ToJSON RebootInstance | |
| Monoid RebootInstance | |
| AWSRequest RebootInstance | |
| ToQuery RebootInstance | |
| ToPath RebootInstance | |
| ToHeaders RebootInstance | |
| type Sv RebootInstance = OpsWorks | |
| type Rs RebootInstance = RebootInstanceResponse |
Request constructor
Arguments
| :: Text | |
| -> RebootInstance |
RebootInstance constructor.
The fields accessible through corresponding lenses are:
riInstanceId::Text
Request lenses
riInstanceId :: Lens' RebootInstance Text Source
The instance ID.
Response
Response constructor
rebootInstanceResponse :: RebootInstanceResponse Source
RebootInstanceResponse constructor.