Module Values.PutDedicatedIpWarmupAttributesRequestSource

A 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.

Sourcetype nonrec t = {
  1. ip : Ip.t;
    (*

    The dedicated IP address that you want to update the warm-up attributes for.

    *)
  2. warmupPercentage : Percentage100Wrapper.t;
    (*

    The warm-up percentage that you want to associate with the dedicated IP address.

    *)
}
Sourceval context_ : string
Sourceval make : ip:Ip.t -> warmupPercentage:Percentage100Wrapper.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Percentage100Wrapper.t | `String of Ip.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