Module Values.DeleteEnvironmentHostRequestSource

Deletes a host from an Amazon EVS environment. Before deleting a host, you must unassign and decommission the host from within the SDDC Manager user interface. Not doing so could impact the availability of your virtual machines or result in data loss.

Sourcetype nonrec t = {
  1. clientToken : ClientToken.t option;
    (*

    This parameter is not used in Amazon EVS currently. If you supply input for this parameter, it will have no effect. A unique, case-sensitive identifier that you provide to ensure the idempotency of the host deletion request. If you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.

    *)
  2. environmentId : EnvironmentId.t;
    (*

    A unique ID for the host's environment.

    *)
  3. hostName : HostName.t;
    (*

    The DNS hostname associated with the host to be deleted.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> environmentId:EnvironmentId.t -> hostName:HostName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ClientToken.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