Module Values_0.StopDBInstanceMessageSource

Stops 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.

Sourcetype nonrec t = {
  1. dBInstanceIdentifier : String_.t;
    (*

    The user-supplied instance identifier.

    *)
  2. dBSnapshotIdentifier : String_.t option;
    (*

    The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is stopped.

    *)
}
Sourceval context_ : string
Sourceval make : ?dBSnapshotIdentifier:??? -> dBInstanceIdentifier:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t