Smaws_Client_DocDB.CreateDBClusterParameterGroupCreates a new cluster parameter group.
Parameters in a cluster parameter group apply to all of the instances in a cluster.
A cluster parameter group is initially created with the default parameters for the database engine used by instances in the cluster. In Amazon DocumentDB, you cannot make modifications directly to the default.docdb3.6 cluster parameter group. If your Amazon DocumentDB cluster is using the default cluster parameter group and you want to modify a value in it, you must first create a new parameter group or copy an existing parameter group, modify it, and then apply the modified parameter group to your cluster. For the new cluster parameter group and associated settings to take effect, you must then reboot the instances in the cluster without failover. For more information, see Modifying Amazon DocumentDB Cluster Parameter Groups.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `DBParameterGroupAlreadyExistsFault of
Types.db_parameter_group_already_exists_fault
| `DBParameterGroupQuotaExceededFault of
Types.db_parameter_group_quota_exceeded_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.create_db_cluster_parameter_group_message ->
(Types.create_db_cluster_parameter_group_result,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBParameterGroupAlreadyExistsFault of
Types.db_parameter_group_already_exists_fault
| `DBParameterGroupQuotaExceededFault of
Types.db_parameter_group_quota_exceeded_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.create_db_cluster_parameter_group_message ->
(Types.create_db_cluster_parameter_group_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBParameterGroupAlreadyExistsFault of
Types.db_parameter_group_already_exists_fault
| `DBParameterGroupQuotaExceededFault of
Types.db_parameter_group_quota_exceeded_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result