Module Values.AwsRedshiftClusterClusterParameterGroupSource

A cluster parameter group that is associated with an Amazon Redshift cluster.

Sourcetype nonrec t = {
  1. clusterParameterStatusList : AwsRedshiftClusterClusterParameterStatusList.t option;
    (*

    The list of parameter statuses.

    *)
  2. parameterApplyStatus : NonEmptyString.t option;
    (*

    The status of updates to the parameters.

    *)
  3. parameterGroupName : NonEmptyString.t option;
    (*

    The name of the parameter group.

    *)
}
Sourceval make : ?clusterParameterStatusList:??? -> ?parameterApplyStatus:??? -> ?parameterGroupName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of NonEmptyString.t ]) list ] list | `String of NonEmptyString.t ]) 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