Module Values.StopRelationalDatabaseRequestSource

Stops a specific database that is currently running in Amazon Lightsail. If you don't manually start your database instance after it has been stopped for seven consecutive days, Amazon Lightsail automatically starts it for you. This action helps ensure that your database instance doesn't fall behind on any required maintenance updates. The stop relational database operation supports tag-based access control via resource tags applied to the resource identified by relationalDatabaseName. For more information, see the Amazon Lightsail Developer Guide.

Sourcetype nonrec t = {
  1. relationalDatabaseName : ResourceName.t;
    (*

    The name of your database to stop.

    *)
  2. relationalDatabaseSnapshotName : ResourceName.t option;
    (*

    The name of your new database snapshot to be created before stopping your database.

    *)
}
Sourceval context_ : string
Sourceval make : ?relationalDatabaseSnapshotName:??? -> relationalDatabaseName:ResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceName.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