Values_2.UpdateViewContentRequestSourceUpdates the view content of the given view identifier in the specified Amazon Connect instance. It performs content validation if Status is set to SAVED and performs full content validation if Status is PUBLISHED. Note that the $SAVED alias' content will always be updated, but the $LATEST alias' content will only be updated if Status is PUBLISHED.
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.
*)status : Values_1.ViewStatus.t;Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.
*)content : Values_1.ViewInputContent.t;View content containing all content necessary to render a view except for runtime input data and the runtime input schema, which is auto-generated by this operation. The total uncompressed content has a maximum file size of 400kB.
*)}val make :
instanceId:Values_1.ViewsInstanceId.t ->
viewId:Values_1.ViewId.t ->
status:Values_1.ViewStatus.t ->
content:Values_1.ViewInputContent.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_1.ViewsInstanceId.t
| `Structure of
(string
* [> `List of [> `String of string ] list | `String of string ])
list ])
list ]