Module Values_1.RebootDBShardGroupMessageSource

You might need to reboot your DB shard group, usually for maintenance reasons. For example, if you make certain modifications, reboot the DB shard group for the changes to take effect. This operation applies only to Aurora Limitless Database DBb shard groups.

Sourcetype nonrec t = {
  1. dBShardGroupIdentifier : Values_0.DBShardGroupIdentifier.t;
    (*

    The name of the DB shard group to reboot.

    *)
}
Sourceval context_ : string
Sourceval make : dBShardGroupIdentifier:Values_0.DBShardGroupIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.DBShardGroupIdentifier.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