Values.GetDataSetDetailsResponseSourceGets the details of a specific data set.
type nonrec t = {blocksize : Integer.t option;The size of the block on disk.
*)creationTime : Timestamp.t option;The timestamp when the data set was created.
*)dataSetName : String200.t option;The name of the data set.
*)dataSetOrg : DatasetDetailOrgAttributes.t option;The type of data set. The only supported value is VSAM.
*)fileSize : Long.t option;File size of the dataset.
*)lastReferencedTime : Timestamp.t option;The last time the data set was referenced.
*)lastUpdatedTime : Timestamp.t option;The last time the data set was updated.
*)location : String2000.t option;The location where the data set is stored.
*)recordLength : Integer.t option;The length of records in the data set.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `ExecutionTimeoutException of ExecutionTimeoutException.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 ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `ExecutionTimeoutException of ExecutionTimeoutException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `ExecutionTimeoutException of ExecutionTimeoutException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `Long of Long.t
| `String of String200.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `String of String_.t ])
list ]
list
| `String of String50.t
| `Structure of
(string
* [> `Integer of Integer.t | `String of String_.t ])
list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]