Module Smaws_Client_RDS.RebootDBShardGroup

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.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `DBShardGroupNotFoundFault of Types.db_shard_group_not_found_fault | `InvalidDBShardGroupStateFault of Types.invalid_db_shard_group_state_fault ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.reboot_db_shard_group_message -> (Types.db_shard_group, [> Smaws_Lib.Protocols.AwsQuery.error | `DBShardGroupNotFoundFault of Types.db_shard_group_not_found_fault | `InvalidDBShardGroupStateFault of Types.invalid_db_shard_group_state_fault ]) Stdlib.result