Values.UpdateHostInputSourceUpdates a specified host with the provided configurations.
type nonrec t = {hostArn : HostArn.t;The Amazon Resource Name (ARN) of the host to be updated.
*)providerEndpoint : Url.t option;The URL or endpoint of the host to be updated.
*)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.
*)}val 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 ]