Values_1.CreateDBParameterGroupResultSourceCreates a new DB parameter group. A DB parameter group is initially created with the default parameters for the database engine used by the DB instance. To provide custom values for any of the parameters, you must modify the group after creating it using ModifyDBParameterGroup. Once you've created a DB parameter group, you need to associate it with your DB instance using ModifyDBInstance. When you associate a new DB parameter group with a running DB instance, you need to reboot the DB instance without failover for the new DB parameter group and associated settings to take effect. This command doesn't apply to RDS Custom.
and t = {createDBParameterGroupResult : createDBParameterGroupResult;responseMetaData : responseMetaData;}type error = [ | `DBParameterGroupAlreadyExistsFault of
Values_0.DBParameterGroupAlreadyExistsFault.t| `DBParameterGroupQuotaExceededFault of
Values_0.DBParameterGroupQuotaExceededFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBParameterGroupAlreadyExistsFault of unit
| `DBParameterGroupQuotaExceededFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBParameterGroupAlreadyExistsFault of unit
| `DBParameterGroupQuotaExceededFault of unit
| `Unknown_operation_error of string * string option ]