Module Values.DetachStaticIpRequestSource

Detaches a static IP from the Amazon Lightsail instance to which it is attached.

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

    The name of the static IP to detach from the instance.

    *)
}
Sourceval context_ : string
Sourceval make : staticIpName: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