Values_1.ViewSourceA view resource object. Contains metadata and content necessary to render the view.
type nonrec t = {id : ViewId.t option;The identifier of the view.
*)arn : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the view.
*)name : ViewName.t option;The name of the view.
*)status : ViewStatus.t option;Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.
*)type_ : ViewType.t option;The type of the view - CUSTOMER_MANAGED.
*)description : ViewDescription.t option;The description of the view.
*)version : ViewVersion.t option;Current version of the view.
*)versionDescription : ViewDescription.t option;The description of the version.
*)content : ViewContent.t option;View content containing all content necessary to render a view except for runtime input data.
*)createdTime : Values_0.Timestamp.t option;The timestamp of when the view was created.
*)lastModifiedTime : Values_0.Timestamp.t option;Latest timestamp of the UpdateViewContent or CreateViewVersion operations.
*)viewContentSha256 : ViewContentSha256.t option;Indicates the checksum value of the latest published view content.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of ViewVersion.t
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of ViewId.t
| `Structure of
(string
* [> `List of [> `String of ViewAction.t ] list
| `String of ViewInputSchema.t ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]