Values.GetDataSourceRunOutputSourceGets an Amazon DataZone data source run.
type nonrec t = {domainId : DomainId.t option;The ID of the domain in which this data source run was performed.
*)dataSourceId : DataSourceId.t option;The ID of the data source for this data source run.
*)id : DataSourceRunId.t option;The ID of the data source run.
*)projectId : ProjectId.t option;The ID of the project in which this data source run occured.
*)status : DataSourceRunStatus.t option;The status of this data source run.
*)type_ : DataSourceRunType.t option;The type of this data source run.
*)dataSourceConfigurationSnapshot : String_.t option;The configuration snapshot of the data source run.
*)runStatisticsForAssets : RunStatisticsForAssets.t option;The asset statistics from this data source run.
*)lineageSummary : DataSourceRunLineageSummary.t option;The summary of the data lineage.
*)errorMessage : DataSourceErrorMessage.t option;Specifies the error message that is returned if the operation cannot be successfully completed.
*)createdAt : DateTime.t option;The timestamp of when the data source run was created.
*)updatedAt : DateTime.t option;The timestamp of when this data source run was updated.
*)startedAt : DateTime.t option;The timestamp of when this data source run started.
*)stoppedAt : DateTime.t option;The timestamp of when this data source run stopped.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?domainId:??? ->
?dataSourceId:??? ->
?id:??? ->
?projectId:??? ->
?status:??? ->
?type_:??? ->
?dataSourceConfigurationSnapshot:??? ->
?runStatisticsForAssets:??? ->
?lineageSummary:??? ->
?errorMessage:??? ->
?createdAt:??? ->
?updatedAt:??? ->
?startedAt:??? ->
?stoppedAt:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.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
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DomainId.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `String of String_.t ])
list
| `Timestamp of DateTime.t ])
list ]