Values.StartAudienceExportJobRequestSourceExport an audience of a specified size after you have generated an audience.
type nonrec t = {name : NameString.t;The name of the audience export job.
*)audienceGenerationJobArn : AudienceGenerationJobArn.t;The Amazon Resource Name (ARN) of the audience generation job that you want to export.
*)audienceSize : AudienceSize.t;description : ResourceDescription.t option;The description of the audience export job.
*)}val make :
?description:??? ->
name:NameString.t ->
audienceGenerationJobArn:AudienceGenerationJobArn.t ->
audienceSize:AudienceSize.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of NameString.t
| `Structure of
(string * [> `Enum of string | `Integer of AudienceSizeValue.t ])
list ])
list ]