Module Values.PutDedicatedIpInPoolRequestSource

A request to move a dedicated IP address to a dedicated IP pool.

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

    The IP address that you want to move to the dedicated IP pool. The value you specify has to be a dedicated IP address that's associated with your Amazon Web Services account.

    *)
  2. destinationPoolName : PoolName.t;
    (*

    The name of the IP pool that you want to add the dedicated IP address to. You have to specify an IP pool that already exists.

    *)
}
Sourceval context_ : string
Sourceval make : ip:Ip.t -> destinationPoolName:PoolName.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