Module Values.ConfiguredAudienceModelSummarySource

Information about the configured audience model.

Sourcetype nonrec t = {
  1. createTime : SyntheticTimestamp_date_time.t option;
    (*

    The time at which the configured audience model was created.

    *)
  2. updateTime : SyntheticTimestamp_date_time.t option;
    (*

    The most recent time at which the configured audience model was updated.

    *)
  3. name : NameString.t option;
    (*

    The name of the configured audience model.

    *)
  4. audienceModelArn : AudienceModelArn.t option;
    (*

    The Amazon Resource Name (ARN) of the audience model that was used to create the configured audience model.

    *)
  5. outputConfig : ConfiguredAudienceModelOutputConfig.t option;
    (*

    The output configuration of the configured audience model.

    *)
  6. description : ResourceDescription.t option;
    (*

    The description of the configured audience model.

    *)
  7. configuredAudienceModelArn : ConfiguredAudienceModelArn.t option;
    (*

    The Amazon Resource Name (ARN) of the configured audience model that you are interested in.

    *)
  8. status : ConfiguredAudienceModelStatus.t option;
    (*

    The status of the configured audience model.

    *)
}
Sourceval make : ?createTime:??? -> ?updateTime:??? -> ?name:??? -> ?audienceModelArn:??? -> ?outputConfig:??? -> ?description:??? -> ?configuredAudienceModelArn:??? -> ?status:??? -> unit -> t
Sourceval 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 ]
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