Values.DatasetExportJobSourceDescribes a job that exports a dataset to an Amazon S3 bucket. For more information, see CreateDatasetExportJob. A dataset export job can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
type nonrec t = {jobName : Name.t option;The name of the export job.
*)datasetExportJobArn : Arn.t option;The Amazon Resource Name (ARN) of the dataset export job.
*)datasetArn : Arn.t option;The Amazon Resource Name (ARN) of the dataset to export.
*)ingestionMode : IngestionMode.t option;The data to export, based on how you imported the data. You can choose to export BULK data that you imported using a dataset import job, PUT data that you imported incrementally (using the console, PutEvents, PutUsers and PutItems operations), or ALL for both types. The default value is PUT.
*)roleArn : Arn.t option;The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon S3 bucket.
*)status : Status.t option;The status of the dataset export job. A dataset export job can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
*)jobOutput : DatasetExportJobOutput.t option;The path to the Amazon S3 bucket where the job's output is stored. For example: s3://bucket-name/folder-name/
*)creationDateTime : Date.t option;The creation date and time (in Unix time) of the dataset export job.
*)lastUpdatedDateTime : Date.t option;The date and time (in Unix time) the status of the dataset export job was last updated.
*)failureReason : FailureReason.t option;If a dataset export job fails, provides the reason why.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Name.t
| `Structure of
(string
* [> `Structure of (string * [> `String of S3Location.t ]) list ])
list
| `Timestamp of Date.t ])
list ]