Module Values.AttachStaticIpRequestSource

Attaches a static IP address to a specific Amazon Lightsail instance.

Sourcetype nonrec t = {
  1. staticIpName : ResourceName.t;
    (*

    The name of the static IP.

    *)
  2. instanceName : ResourceName.t;
    (*

    The instance name to which you want to attach the static IP address.

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