Values.StartDataSourceRunOutputSourceStart the run of the specified data source in Amazon DataZone.
type nonrec t = {domainId : DomainId.t option;The identifier of the Amazon DataZone domain in which to start a data source run.
*)dataSourceId : DataSourceId.t option;The identifier of the data source.
*)id : DataSourceRunId.t option;The identifier of the data source run.
*)projectId : ProjectId.t option;The identifier of the project.
*)status : DataSourceRunStatus.t option;The status of the data source run.
*)type_ : DataSourceRunType.t option;The type of the data source run.
*)dataSourceConfigurationSnapshot : String_.t option;The configuration snapshot of the data source that is being run.
*)runStatisticsForAssets : RunStatisticsForAssets.t option;Specifies run statistics for assets.
*)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 data source run was created.
*)updatedAt : DateTime.t option;The timestamp of when the data source run was updated.
*)startedAt : DateTime.t option;The timestamp of when the data source run was started.
*)stoppedAt : DateTime.t option;The timestamp of when the data source run was 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 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 ]