Smaws_Client_RDS.RebootDBShardGroupYou 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 ] ->
stringval 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.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.reboot_db_shard_group_message ->
(Types.db_shard_group Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBShardGroupNotFoundFault of Types.db_shard_group_not_found_fault
| `InvalidDBShardGroupStateFault of
Types.invalid_db_shard_group_state_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result