Module Values.UpdateHostInputSource

Updates a specified host with the provided configurations.

Sourcetype nonrec t = {
  1. hostArn : HostArn.t;
    (*

    The Amazon Resource Name (ARN) of the host to be updated.

    *)
  2. providerEndpoint : Url.t option;
    (*

    The URL or endpoint of the host to be updated.

    *)
  3. vpcConfiguration : VpcConfiguration.t option;
    (*

    The VPC configuration of the host to be updated. A VPC must be configured and the infrastructure to be represented by the host must already be connected to the VPC.

    *)
}
Sourceval context_ : string
Sourceval make : ?providerEndpoint:??? -> ?vpcConfiguration:??? -> hostArn:HostArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of HostArn.t | `Structure of (string * [> `List of [> `String of SubnetId.t ] list | `String of VpcId.t ]) list ]) 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