Values.GetDataViewResponseSourceResponse from retrieving a dataview, which includes details on the target database and table name
type nonrec t = {autoUpdate : Boolean.t option;Flag to indicate Dataview should be updated automatically.
*)partitionColumns : PartitionColumnList.t option;Ordered set of column names used to partition data.
*)datasetId : DatasetId.t option;The unique identifier for the Dataset used in the Dataview.
*)asOfTimestamp : TimestampEpoch.t option;Time range to use for the Dataview. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
*)errorInfo : DataViewErrorInfo.t option;Information about an error that occurred for the Dataview.
*)lastModifiedTime : TimestampEpoch.t option;The last time that a Dataview was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
*)createTime : TimestampEpoch.t option;The timestamp at which the Dataview was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
*)sortColumns : SortColumnList.t option;Columns to be used for sorting the data.
*)dataViewId : DataViewId.t option;The unique identifier for the Dataview.
*)dataViewArn : DataViewArn.t option;The ARN identifier of the Dataview.
*)destinationTypeParams : DataViewDestinationTypeParams.t option;Options that define the destination type for the Dataview.
*)status : DataViewStatus.t option;The status of a Dataview creation. RUNNING – Dataview creation is running. STARTING – Dataview creation is starting. FAILED – Dataview creation has failed. CANCELLED – Dataview creation has been cancelled. TIMEOUT – Dataview creation has timed out. SUCCESS – Dataview creation has succeeded. PENDING – Dataview creation is pending. FAILED_CLEANUP_FAILED – Dataview creation failed and resource cleanup failed.
*)}type nonrec error = [ | `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of [> `String of StringValueLength1to255.t ] list
| `Long of TimestampEpoch.t
| `String of DatasetId.t
| `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of StringMapKey.t ]
* [> `String of StringMapValue.t ])
list
| `String of ErrorMessage.t ])
list ])
list ]