Values.UpdateInputDeviceRequestSourceA request to update an input device.
type nonrec t = {hdDeviceSettings : InputDeviceConfigurableSettings.t option;The settings that you want to apply to the HD input device.
*)inputDeviceId : string;The unique ID of the input device. For example, hd-123456789abcdef.
*)name : string option;The name that you assigned to this input device (not the unique ID).
*)uhdDeviceSettings : InputDeviceConfigurableSettings.t option;The settings that you want to apply to the UHD input device.
*)availabilityZone : string option;The Availability Zone you want associated with this input device.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `Enum of string
| `Integer of int
| `List of
[> `Structure of
(string * [> `Enum of string | `Integer of int ]) list ]
list
| `String of string
| `Structure of (string * [> `String of string ]) list ])
list ])
list ]