Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Starts an Amazon Aurora DB cluster that was stopped using the Amazon Web Services console, the stop-db-cluster CLI command, or the StopDBCluster action.
For more information, see Stopping and Starting an Aurora Cluster in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters.
Synopsis
- data StartDBCluster = StartDBCluster' {}
- newStartDBCluster :: Text -> StartDBCluster
- startDBCluster_dbClusterIdentifier :: Lens' StartDBCluster Text
- data StartDBClusterResponse = StartDBClusterResponse' {
- dbCluster :: Maybe DBCluster
- httpStatus :: Int
- newStartDBClusterResponse :: Int -> StartDBClusterResponse
- startDBClusterResponse_dbCluster :: Lens' StartDBClusterResponse (Maybe DBCluster)
- startDBClusterResponse_httpStatus :: Lens' StartDBClusterResponse Int
Creating a Request
data StartDBCluster Source #
See: newStartDBCluster
smart constructor.
StartDBCluster' | |
|
Instances
Create a value of StartDBCluster
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:dbClusterIdentifier:StartDBCluster'
, startDBCluster_dbClusterIdentifier
- The DB cluster identifier of the Amazon Aurora DB cluster to be started.
This parameter is stored as a lowercase string.
Request Lenses
startDBCluster_dbClusterIdentifier :: Lens' StartDBCluster Text Source #
The DB cluster identifier of the Amazon Aurora DB cluster to be started. This parameter is stored as a lowercase string.
Destructuring the Response
data StartDBClusterResponse Source #
See: newStartDBClusterResponse
smart constructor.
StartDBClusterResponse' | |
|
Instances
newStartDBClusterResponse Source #
Create a value of StartDBClusterResponse
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:StartDBClusterResponse'
, startDBClusterResponse_dbCluster
- Undocumented member.
$sel:httpStatus:StartDBClusterResponse'
, startDBClusterResponse_httpStatus
- The response's http status code.
Response Lenses
startDBClusterResponse_dbCluster :: Lens' StartDBClusterResponse (Maybe DBCluster) Source #
Undocumented member.
startDBClusterResponse_httpStatus :: Lens' StartDBClusterResponse Int Source #
The response's http status code.