Module Values.ModifyUsageLimitMessageSource

Modifies a usage limit in a cluster. You can't modify the feature type or period of a usage limit.

Sourcetype nonrec t = {
  1. usageLimitId : String_.t;
    (*

    The identifier of the usage limit to modify.

    *)
  2. amount : LongOptional.t option;
    (*

    The new limit amount. For more information about this parameter, see UsageLimit.

    *)
  3. breachAction : UsageLimitBreachAction.t option;
    (*

    The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit.

    *)
}
Sourceval context_ : string
Sourceval make : ?amount:??? -> ?breachAction:??? -> usageLimitId:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Long of LongOptional.t | `String of String_.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