Module Values.GetDedicatedIpRequestSource

A request to obtain more information about a dedicated IP address.

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

    The IP address that you want to obtain more information about. The value you specify has to be a dedicated IP address that's assocaited with your Amazon Pinpoint account.

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