Module Smaws_Client_RDS.ModifyDBShardGroup

Modifies the settings of an Aurora Limitless Database DB shard group. You can change one or more settings by specifying these parameters and the new values in the request.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `DBShardGroupAlreadyExistsFault of Types.db_shard_group_already_exists_fault | `DBShardGroupNotFoundFault of Types.db_shard_group_not_found_fault | `InvalidDBClusterStateFault of Types.invalid_db_cluster_state_fault ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.modify_db_shard_group_message -> (Types.db_shard_group, [> Smaws_Lib.Protocols.AwsQuery.error | `DBShardGroupAlreadyExistsFault of Types.db_shard_group_already_exists_fault | `DBShardGroupNotFoundFault of Types.db_shard_group_not_found_fault | `InvalidDBClusterStateFault of Types.invalid_db_cluster_state_fault ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.modify_db_shard_group_message -> (Types.db_shard_group Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsQuery.error | `DBShardGroupAlreadyExistsFault of Types.db_shard_group_already_exists_fault | `DBShardGroupNotFoundFault of Types.db_shard_group_not_found_fault | `InvalidDBClusterStateFault of Types.invalid_db_cluster_state_fault ] * Smaws_Lib.Response.metadata) Stdlib.result