Values.AudienceExportJobSummarySourceProvides information about the audience export job.
type nonrec t = {createTime : SyntheticTimestamp_date_time.t option;The time at which the audience export job was created.
*)updateTime : SyntheticTimestamp_date_time.t option;The most recent time at which the audience export job was updated.
*)name : NameString.t option;The name of the audience export job.
*)audienceGenerationJobArn : AudienceGenerationJobArn.t option;The Amazon Resource Name (ARN) of the audience generation job that was exported.
*)audienceSize : AudienceSize.t option;description : ResourceDescription.t option;The description of the audience export job.
*)status : AudienceExportJobStatus.t option;The status of the audience export job.
*)statusDetails : StatusDetails.t option;outputLocation : S3Path.t option;The Amazon S3 bucket where the audience export is stored.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of NameString.t
| `Structure of
(string
* [> `Enum of string
| `Integer of AudienceSizeValue.t
| `String of String_.t ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]