Values_0.StopDBInstanceResultSourceStops an Amazon RDS DB instance temporarily. When you stop a DB instance, Amazon RDS retains the DB instance's metadata, including its endpoint, DB parameter group, and option group membership. Amazon RDS also retains the transaction logs so you can do a point-in-time restore if necessary. The instance restarts automatically after 7 days. For more information, see Stopping an Amazon RDS DB Instance Temporarily in the Amazon RDS User Guide. This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL. For Aurora clusters, use StopDBCluster instead.
type error = [ | `DBInstanceNotFoundFault of DBInstanceNotFoundFault.t| `DBSnapshotAlreadyExistsFault of DBSnapshotAlreadyExistsFault.t| `InvalidDBClusterStateFault of InvalidDBClusterStateFault.t| `InvalidDBInstanceStateFault of InvalidDBInstanceStateFault.t| `SnapshotQuotaExceededFault of SnapshotQuotaExceededFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBInstanceNotFoundFault of unit
| `DBSnapshotAlreadyExistsFault of unit
| `InvalidDBClusterStateFault of unit
| `InvalidDBInstanceStateFault of unit
| `SnapshotQuotaExceededFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBInstanceNotFoundFault of unit
| `DBSnapshotAlreadyExistsFault of unit
| `InvalidDBClusterStateFault of unit
| `InvalidDBInstanceStateFault of unit
| `SnapshotQuotaExceededFault of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of Integer.t
| `List of
[> `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `Enum of string
| `Integer of Integer.t
| `List of
[> `String of String_.t
| `Structure of
(string
* [> `Integer of IntegerOptional.t
| `String of String_.t
| `Structure of
(string * [> `String of String_.t ])
list ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `List of [> `String of String_.t ] list ])
list
| `Timestamp of TStamp.t ])
list
| `Timestamp of TStamp.t ])
list ])
list ])
list ]