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 |
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
See: AWS API Reference for RebootCluster.
Creating a Request
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:
data RebootCluster Source
See: rebootCluster
smart constructor.
Request Lenses
rcClusterIdentifier :: Lens' RebootCluster Text Source
The cluster identifier.
Destructuring the Response
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:
data RebootClusterResponse Source
See: rebootClusterResponse
smart constructor.
Response Lenses
rcrsCluster :: Lens' RebootClusterResponse (Maybe Cluster) Source
Undocumented member.
rcrsStatus :: Lens' RebootClusterResponse Int Source
The response status code.