Module Values.StartAudienceExportJobRequestSource

Export an audience of a specified size after you have generated an audience.

Sourcetype nonrec t = {
  1. name : NameString.t;
    (*

    The name of the audience export job.

    *)
  2. audienceGenerationJobArn : AudienceGenerationJobArn.t;
    (*

    The Amazon Resource Name (ARN) of the audience generation job that you want to export.

    *)
  3. audienceSize : AudienceSize.t;
  4. description : ResourceDescription.t option;
    (*

    The description of the audience export job.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> name:NameString.t -> audienceGenerationJobArn:AudienceGenerationJobArn.t -> audienceSize:AudienceSize.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NameString.t | `Structure of (string * [> `Enum of string | `Integer of AudienceSizeValue.t ]) list ]) 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