Module Values_1.CreateDBParameterGroupResultSource

Creates 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.

Sourcetype createDBParameterGroupResult = {
  1. dBParameterGroup : Values_0.DBParameterGroup.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. createDBParameterGroupResult : createDBParameterGroupResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DBParameterGroupAlreadyExistsFault of Values_0.DBParameterGroupAlreadyExistsFault.t
  2. | `DBParameterGroupQuotaExceededFault of Values_0.DBParameterGroupQuotaExceededFault.t
  3. | `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 | `DBParameterGroupQuotaExceededFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DBParameterGroupAlreadyExistsFault 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