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 Neptune DB cluster that was stopped using the AWS console, the Amazon CLI stop-db-cluster command, or the StopDBCluster API.
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 Neptune 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 Neptune 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.