Values.DescribeDataIngestionJobResponseSourceProvides information on a specific data ingestion job such as creation time, dataset ARN, and status.
type nonrec t = {jobId : IngestionJobId.t option;Indicates the job ID of the data ingestion job.
*)datasetArn : DatasetArn.t option;The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.
*)ingestionInputConfiguration : IngestionInputConfiguration.t option;Specifies the S3 location configuration for the data input for the data ingestion job.
*)roleArn : IamRoleArn.t option;The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.
*)createdAt : Timestamp.t option;The time at which the data ingestion job was created.
*)status : IngestionJobStatus.t option;Indicates the status of the DataIngestionJob operation.
*)failedReason : BoundedLengthString.t option;Specifies the reason for failure when a data ingestion job has failed.
*)dataQualitySummary : DataQualitySummary.t option;Gives statistics about a completed ingestion job. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.
*)ingestedFilesSummary : IngestedFilesSummary.t option;statusDetail : BoundedLengthString.t option;Provides details about status of the ingestion job that is currently in progress.
*)ingestedDataSize : DataSizeInBytes.t option;Indicates the size of the ingested dataset.
*)dataStartTime : Timestamp.t option;Indicates the earliest timestamp corresponding to data that was successfully ingested during this specific ingestion job.
*)dataEndTime : Timestamp.t option;Indicates the latest timestamp corresponding to data that was successfully ingested during this specific ingestion job.
*)sourceDatasetArn : DatasetArn.t option;The Amazon Resource Name (ARN) of the source dataset from which the data used for the data ingestion job was imported from.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.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 make :
?jobId:??? ->
?datasetArn:??? ->
?ingestionInputConfiguration:??? ->
?roleArn:??? ->
?createdAt:??? ->
?status:??? ->
?failedReason:??? ->
?dataQualitySummary:??? ->
?ingestedFilesSummary:??? ->
?statusDetail:??? ->
?ingestedDataSize:??? ->
?dataStartTime:??? ->
?dataEndTime:??? ->
?sourceDatasetArn:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.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
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of DataSizeInBytes.t
| `String of IngestionJobId.t
| `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of (string * [> `String of S3Bucket.t ]) list ]
list
| `Structure of
(string
* [> `Integer of Integer.t
| `String of S3Bucket.t
| `Structure of (string * [> `Integer of Integer.t ]) list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]