| Copyright | (c) 2013-2016 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.Redshift.RebootCluster
Description
Reboots a cluster. This action is taken as soon as possible. It results in a momentary outage to the cluster, during which the cluster status is set to rebooting . A cluster event is created when the reboot is completed. Any pending cluster modifications (see ModifyCluster ) are applied at this reboot. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide .
Creating a Request
Arguments
| :: Text | |
| -> RebootCluster |
Creates a value of RebootCluster with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rcClusterIdentifier- The cluster identifier.
data RebootCluster Source #
See: rebootCluster smart constructor.
Instances
Request Lenses
rcClusterIdentifier :: Lens' RebootCluster Text Source #
The cluster identifier.
Destructuring the Response
rebootClusterResponse Source #
Arguments
| :: Int | |
| -> RebootClusterResponse |
Creates a value of RebootClusterResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rcrsCluster- Undocumented member.rcrsResponseStatus- -- | The response status code.
data RebootClusterResponse Source #
See: rebootClusterResponse smart constructor.
Response Lenses
rcrsCluster :: Lens' RebootClusterResponse (Maybe Cluster) Source #
Undocumented member.
rcrsResponseStatus :: Lens' RebootClusterResponse Int Source #
- - | The response status code.