Values.GetAudienceGenerationJobRequestSourceReturns information about an audience generation job.
type nonrec t = {audienceGenerationJobArn : AudienceGenerationJobArn.t;The Amazon Resource Name (ARN) of the audience generation job that you are interested in.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of AudienceGenerationJobArn.t ]) list ]