Values.ImportJobDataSourceSummary information about the import job.
type nonrec t = {createdTime : SyntheticTimestamp_epoch_seconds.t option;The timestamp when the import job was created.
*)externalSourceConfiguration : ExternalSourceConfiguration.t option;failedRecordReport : Url.t option;The link to donwload the information of resource data that failed to be imported.
*)importJobId : Uuid.t option;The identifier of the import job.
*)importJobType : ImportJobType.t option;The type of the import job.
*)knowledgeBaseArn : Arn.t option;The Amazon Resource Name (ARN) of the knowledge base.
*)knowledgeBaseId : Uuid.t option;The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it.
*)lastModifiedTime : SyntheticTimestamp_epoch_seconds.t option;The timestamp when the import job data was last modified.
*)metadata : ContentMetadata.t option;The metadata fields of the imported Wisdom resources.
*)status : ImportJobStatus.t option;The status of the import job.
*)uploadId : UploadId.t option;A pointer to the uploaded asset. This value is returned by StartContentUpload.
*)url : Url.t option;The download link to the resource file that is uploaded to the import job.
*)urlExpiry : SyntheticTimestamp_epoch_seconds.t option;The expiration time of the URL as an epoch timestamp.
*)}val make :
?createdTime:??? ->
?externalSourceConfiguration:??? ->
?failedRecordReport:??? ->
?importJobId:??? ->
?importJobType:??? ->
?knowledgeBaseArn:??? ->
?knowledgeBaseId:??? ->
?lastModifiedTime:??? ->
?metadata:??? ->
?status:??? ->
?uploadId:??? ->
?url:??? ->
?urlExpiry:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of NonEmptyString.t ]
* [> `String of NonEmptyString.t ])
list
| `String of Url.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string * [> `String of NonEmptyString.t ]) list ])
list ])
list
| `Timestamp of SyntheticTimestamp_epoch_seconds.t ])
list ]