Module Values_1.CopyDBParameterGroupResultSource

Copies the specified DB parameter group. You can't copy a default DB parameter group. Instead, create a new custom DB parameter group, which copies the default parameters and values for the specified DB parameter group family.

Sourcetype copyDBParameterGroupResult = {
  1. dBParameterGroup : Values_0.DBParameterGroup.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. copyDBParameterGroupResult : copyDBParameterGroupResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DBParameterGroupAlreadyExistsFault of Values_0.DBParameterGroupAlreadyExistsFault.t
  2. | `DBParameterGroupNotFoundFault of Values_0.DBParameterGroupNotFoundFault.t
  3. | `DBParameterGroupQuotaExceededFault of Values_0.DBParameterGroupQuotaExceededFault.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?dBParameterGroup:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DBParameterGroupAlreadyExistsFault of unit | `DBParameterGroupNotFoundFault of unit | `DBParameterGroupQuotaExceededFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DBParameterGroupAlreadyExistsFault of unit | `DBParameterGroupNotFoundFault of unit | `DBParameterGroupQuotaExceededFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `String of string ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t