| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.RDS.StartDBInstance
Description
Starts a DB instance that was stopped using the AWS console, the stop-db-instance AWS CLI command, or the StopDBInstance action. For more information, see Stopping and Starting a DB instance in the AWS RDS user guide.
- startDBInstance :: Text -> StartDBInstance
- data StartDBInstance
- sdbiDBInstanceIdentifier :: Lens' StartDBInstance Text
- startDBInstanceResponse :: Int -> StartDBInstanceResponse
- data StartDBInstanceResponse
- sdbirsDBInstance :: Lens' StartDBInstanceResponse (Maybe DBInstance)
- sdbirsResponseStatus :: Lens' StartDBInstanceResponse Int
Creating a Request
Arguments
| :: Text | |
| -> StartDBInstance |
Creates a value of StartDBInstance with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
sdbiDBInstanceIdentifier- The user-supplied instance identifier.
data StartDBInstance Source #
See: startDBInstance smart constructor.
Instances
Request Lenses
sdbiDBInstanceIdentifier :: Lens' StartDBInstance Text Source #
The user-supplied instance identifier.
Destructuring the Response
startDBInstanceResponse Source #
Arguments
| :: Int | |
| -> StartDBInstanceResponse |
Creates a value of StartDBInstanceResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
sdbirsDBInstance- Undocumented member.sdbirsResponseStatus- -- | The response status code.
data StartDBInstanceResponse Source #
See: startDBInstanceResponse smart constructor.
Response Lenses
sdbirsDBInstance :: Lens' StartDBInstanceResponse (Maybe DBInstance) Source #
Undocumented member.
sdbirsResponseStatus :: Lens' StartDBInstanceResponse Int Source #
- - | The response status code.