Values.ModifyUsageLimitMessageSourceModifies a usage limit in a cluster. You can't modify the feature type or period of a usage limit.
type nonrec t = {usageLimitId : String_.t;The identifier of the usage limit to modify.
*)amount : LongOptional.t option;The new limit amount. For more information about this parameter, see UsageLimit.
*)breachAction : UsageLimitBreachAction.t option;The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `Long of LongOptional.t | `String of String_.t ])
list ]