Values.ImportJobSummarySourceSummary 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;The configuration information of the external source that the resource data are imported from.
*)importJobId : Uuid.t option;The identifier of the import job.
*)importJobType : ImportJobType.t option;The type of 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 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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of NonEmptyString.t ]
* [> `String of NonEmptyString.t ])
list
| `String of Uuid.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 ]