Values.DeleteAudienceGenerationJobRequestSourceDeletes the specified audience generation job, and removes all data associated with the job.
type nonrec t = {audienceGenerationJobArn : AudienceGenerationJobArn.t;The Amazon Resource Name (ARN) of the audience generation job that you want to delete.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of AudienceGenerationJobArn.t ]) list ]