Values.AliasRoutingConfigurationSourceThe traffic-shifting configuration of a Lambda function alias.
type nonrec t = {additionalVersionWeights : AdditionalVersionWeights.t option;The second version, and the percentage of traffic that's routed to it.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of AdditionalVersion.t ] * [> `Double of Weight.t ])
list ])
list ]