Updates the view content of the given view identifier in the specified Amazon Connect instance.
See https://www.paws-r-sdk.com/docs/connect_update_view_content/ for full documentation.
connect_update_view_content(InstanceId, ViewId, Status, Content)
[required] The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
[required] The identifier of the view. Both ViewArn
and ViewId
can be used.
[required] Indicates the view status as either SAVED
or PUBLISHED
. The
PUBLISHED
status will initiate validation on the content.
[required] 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.