Values_2.UpdateViewContentResponseSourceUpdates 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 = {view : Values_1.View.t option;A view resource object. Contains metadata and content necessary to render the view.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidParameterException of Values_0.InvalidParameterException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `ResourceInUseException of Values_1.ResourceInUseException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `TooManyRequestsException of Values_1.TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidParameterException of Values_0.InvalidParameterException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceInUseException of Values_1.ResourceInUseException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `TooManyRequestsException of Values_1.TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidParameterException of Values_0.InvalidParameterException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceInUseException of Values_1.ResourceInUseException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `TooManyRequestsException of Values_1.TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of int
| `Map of
([> `String of string ] * [> `String of string ]) list
| `String of string
| `Structure of
(string
* [> `List of [> `String of string ] list
| `String of string ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ])
list ]