Values_1.CopyDBClusterParameterGroupResultSourceCopies the specified DB cluster parameter group. You can't copy a default DB cluster parameter group. Instead, create a new custom DB cluster parameter group, which copies the default parameters and values for the specified DB cluster parameter group family.
type copyDBClusterParameterGroupResult = {dBClusterParameterGroup : Values_0.DBClusterParameterGroup.t option;}and t = {copyDBClusterParameterGroupResult : copyDBClusterParameterGroupResult;responseMetaData : responseMetaData;}type error = [ | `DBParameterGroupAlreadyExistsFault of
Values_0.DBParameterGroupAlreadyExistsFault.t| `DBParameterGroupNotFoundFault of Values_0.DBParameterGroupNotFoundFault.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
| `DBParameterGroupNotFoundFault of unit
| `DBParameterGroupQuotaExceededFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBParameterGroupAlreadyExistsFault of unit
| `DBParameterGroupNotFoundFault of unit
| `DBParameterGroupQuotaExceededFault of unit
| `Unknown_operation_error of string * string option ]