Values.UpdateAdapterRequestSourceUpdate the configuration for an adapter. FeatureTypes configurations cannot be updated. At least one new parameter must be specified as an argument.
type nonrec t = {adapterId : AdapterId.t;A string containing a unique ID for the adapter that will be updated.
*)description : AdapterDescription.t option;The new description to be applied to the adapter.
*)adapterName : AdapterName.t option;The new name to be applied to the adapter.
*)autoUpdate : AutoUpdate.t option;The new auto-update status to be applied to the adapter.
*)}val make :
?description:??? ->
?adapterName:??? ->
?autoUpdate:??? ->
adapterId:AdapterId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AdapterId.t ]) list ]