Values.ConfiguredAudienceModelSummarySourceInformation about the configured audience model.
type nonrec t = {createTime : SyntheticTimestamp_date_time.t option;The time at which the configured audience model was created.
*)updateTime : SyntheticTimestamp_date_time.t option;The most recent time at which the configured audience model was updated.
*)name : NameString.t option;The name of the configured audience model.
*)audienceModelArn : AudienceModelArn.t option;The Amazon Resource Name (ARN) of the audience model that was used to create the configured audience model.
*)outputConfig : ConfiguredAudienceModelOutputConfig.t option;The output configuration of the configured audience model.
*)description : ResourceDescription.t option;The description of the configured audience model.
*)configuredAudienceModelArn : ConfiguredAudienceModelArn.t option;The Amazon Resource Name (ARN) of the configured audience model that you are interested in.
*)status : ConfiguredAudienceModelStatus.t option;The status of the configured audience model.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of NameString.t
| `Structure of
(string
* [> `String of IamRoleArn.t
| `Structure of
(string
* [> `Structure of (string * [> `String of S3Path.t ]) list ])
list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]