Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
You might need to reboot your DB cluster, usually for maintenance reasons. For example, if you make certain modifications, or if you change the DB cluster parameter group associated with the DB cluster, reboot the DB cluster for the changes to take effect.
Rebooting a DB cluster restarts the database engine service. Rebooting a DB cluster results in a momentary outage, during which the DB cluster status is set to rebooting.
Use this operation only for a non-Aurora Multi-AZ DB cluster.
For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.
Synopsis
- data RebootDBCluster = RebootDBCluster' {}
- newRebootDBCluster :: Text -> RebootDBCluster
- rebootDBCluster_dbClusterIdentifier :: Lens' RebootDBCluster Text
- data RebootDBClusterResponse = RebootDBClusterResponse' {
- dbCluster :: Maybe DBCluster
- httpStatus :: Int
- newRebootDBClusterResponse :: Int -> RebootDBClusterResponse
- rebootDBClusterResponse_dbCluster :: Lens' RebootDBClusterResponse (Maybe DBCluster)
- rebootDBClusterResponse_httpStatus :: Lens' RebootDBClusterResponse Int
Creating a Request
data RebootDBCluster Source #
See: newRebootDBCluster
smart constructor.
RebootDBCluster' | |
|
Instances
Create a value of RebootDBCluster
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
RebootDBCluster
, rebootDBCluster_dbClusterIdentifier
- The DB cluster identifier. This parameter is stored as a lowercase
string.
Constraints:
- Must match the identifier of an existing DBCluster.
Request Lenses
rebootDBCluster_dbClusterIdentifier :: Lens' RebootDBCluster Text Source #
The DB cluster identifier. This parameter is stored as a lowercase string.
Constraints:
- Must match the identifier of an existing DBCluster.
Destructuring the Response
data RebootDBClusterResponse Source #
See: newRebootDBClusterResponse
smart constructor.
RebootDBClusterResponse' | |
|
Instances
newRebootDBClusterResponse Source #
Create a value of RebootDBClusterResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dbCluster:RebootDBClusterResponse'
, rebootDBClusterResponse_dbCluster
- Undocumented member.
$sel:httpStatus:RebootDBClusterResponse'
, rebootDBClusterResponse_httpStatus
- The response's http status code.
Response Lenses
rebootDBClusterResponse_dbCluster :: Lens' RebootDBClusterResponse (Maybe DBCluster) Source #
Undocumented member.
rebootDBClusterResponse_httpStatus :: Lens' RebootDBClusterResponse Int Source #
The response's http status code.