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 RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI command, or the StopDBInstance action.
For more information, see Starting an Amazon RDS DB instance That Was Previously Stopped in the Amazon RDS User Guide.
This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For
Aurora DB clusters, use StartDBCluster
instead.
Synopsis
- data StartDBInstance = StartDBInstance' {}
- newStartDBInstance :: Text -> StartDBInstance
- startDBInstance_dbInstanceIdentifier :: Lens' StartDBInstance Text
- data StartDBInstanceResponse = StartDBInstanceResponse' {}
- newStartDBInstanceResponse :: Int -> StartDBInstanceResponse
- startDBInstanceResponse_dbInstance :: Lens' StartDBInstanceResponse (Maybe DBInstance)
- startDBInstanceResponse_httpStatus :: Lens' StartDBInstanceResponse Int
Creating a Request
data StartDBInstance Source #
See: newStartDBInstance
smart constructor.
StartDBInstance' | |
|
Instances
Create a value of StartDBInstance
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:dbInstanceIdentifier:StartDBInstance'
, startDBInstance_dbInstanceIdentifier
- The user-supplied instance identifier.
Request Lenses
startDBInstance_dbInstanceIdentifier :: Lens' StartDBInstance Text Source #
The user-supplied instance identifier.
Destructuring the Response
data StartDBInstanceResponse Source #
See: newStartDBInstanceResponse
smart constructor.
StartDBInstanceResponse' | |
|
Instances
newStartDBInstanceResponse Source #
Create a value of StartDBInstanceResponse
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:dbInstance:StartDBInstanceResponse'
, startDBInstanceResponse_dbInstance
- Undocumented member.
$sel:httpStatus:StartDBInstanceResponse'
, startDBInstanceResponse_httpStatus
- The response's http status code.
Response Lenses
startDBInstanceResponse_dbInstance :: Lens' StartDBInstanceResponse (Maybe DBInstance) Source #
Undocumented member.
startDBInstanceResponse_httpStatus :: Lens' StartDBInstanceResponse Int Source #
The response's http status code.