Module Values.AudienceExportJobSummarySource

Provides information about the audience export job.

Sourcetype nonrec t = {
  1. createTime : SyntheticTimestamp_date_time.t option;
    (*

    The time at which the audience export job was created.

    *)
  2. updateTime : SyntheticTimestamp_date_time.t option;
    (*

    The most recent time at which the audience export job was updated.

    *)
  3. name : NameString.t option;
    (*

    The name of the audience export job.

    *)
  4. audienceGenerationJobArn : AudienceGenerationJobArn.t option;
    (*

    The Amazon Resource Name (ARN) of the audience generation job that was exported.

    *)
  5. audienceSize : AudienceSize.t option;
  6. description : ResourceDescription.t option;
    (*

    The description of the audience export job.

    *)
  7. status : AudienceExportJobStatus.t option;
    (*

    The status of the audience export job.

    *)
  8. statusDetails : StatusDetails.t option;
  9. outputLocation : S3Path.t option;
    (*

    The Amazon S3 bucket where the audience export is stored.

    *)
}
Sourceval make : ?createTime:??? -> ?updateTime:??? -> ?name:??? -> ?audienceGenerationJobArn:??? -> ?audienceSize:??? -> ?description:??? -> ?status:??? -> ?statusDetails:??? -> ?outputLocation:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t