Values.PutDedicatedIpWarmupAttributesRequestSourceA request to change the warm-up attributes for a dedicated IP address. This operation is useful when you want to resume the warm-up process for an existing IP address.
type nonrec t = {ip : Ip.t;The dedicated IP address that you want to update the warm-up attributes for.
*)warmupPercentage : Percentage100Wrapper.t;The warm-up percentage that you want to associate with the dedicated IP address.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Percentage100Wrapper.t | `String of Ip.t ])
list ]