Values_2.UpdateViewMetadataRequestSourceUpdates the view metadata. Note that either Name or Description must be provided.
type nonrec t = {instanceId : Values_1.ViewsInstanceId.t;The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
*)viewId : Values_1.ViewId.t;The identifier of the view. Both ViewArn and ViewId can be used.
*)name : Values_1.ViewName.t option;The name of the view.
*)description : Values_1.ViewDescription.t option;The description of the view.
*)}val make :
?name:??? ->
?description:??? ->
instanceId:Values_1.ViewsInstanceId.t ->
viewId:Values_1.ViewId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_1.ViewsInstanceId.t ]) list ]