Values.DescribeDatasetResponseSourceRetrieves information about a dataset.
type nonrec t = {datasetId : ID.t option;The ID of the dataset.
*)datasetArn : ARN.t option;The ARN of the dataset. The format is arn:${Partition}:iotsitewise:${Region}:${Account}:dataset/${DatasetId}.
*)datasetName : RestrictedName.t option;The name of the dataset.
*)datasetDescription : RestrictedDescription.t option;A description about the dataset, and its functionality.
*)datasetSource : DatasetSource.t option;The data source for the dataset.
*)datasetStatus : DatasetStatus.t option;The status of the dataset. This contains the state and any error messages. State is CREATING after a successfull call to this API, and any associated error message. The state is ACTIVE when ready to use.
*)datasetCreationDate : Timestamp.t option;The dataset creation date, in Unix epoch time.
*)datasetLastUpdateDate : Timestamp.t option;The date the dataset was last updated, in Unix epoch time.
*)datasetVersion : Version.t option;The version of the dataset.
*)}type nonrec error = [ | `InternalFailureException of InternalFailureException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of ID.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of DetailedErrorMessage.t ])
list ]
list
| `String of ErrorMessage.t
| `Structure of (string * [> `String of ARN.t ]) list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]