Module Values.ConfiguredAudienceModelAssociationSummarySource

A summary of the configured audience model association.

Sourcetype nonrec t = {
  1. membershipId : MembershipIdentifier.t option;
    (*

    A unique identifier of the membership that contains the configured audience model association.

    *)
  2. membershipArn : MembershipArn.t option;
    (*

    The Amazon Resource Name (ARN) of the membership that contains the configured audience model association.

    *)
  3. collaborationArn : CollaborationArn.t option;
    (*

    The Amazon Resource Name (ARN) of the collaboration that contains the configured audience model association.

    *)
  4. collaborationId : UUID.t option;
    (*

    A unique identifier of the collaboration that configured audience model is associated with.

    *)
  5. createTime : Timestamp.t option;
    (*

    The time at which the configured audience model association was created.

    *)
  6. updateTime : Timestamp.t option;
    (*

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

    *)
  7. id : UUID.t option;
    (*

    A unique identifier of the configured audience model association.

    *)
  8. arn : ConfiguredAudienceModelAssociationArn.t option;
    (*

    The Amazon Resource Name (ARN) of the configured audience model association.

    *)
  9. name : ConfiguredAudienceModelAssociationName.t option;
    (*

    The name of the configured audience model association.

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

    The Amazon Resource Name (ARN) of the configured audience model that was used for this configured audience model association.

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

    The description of the configured audience model association.

    *)
}
Sourceval make : ?membershipId:??? -> ?membershipArn:??? -> ?collaborationArn:??? -> ?collaborationId:??? -> ?createTime:??? -> ?updateTime:??? -> ?id:??? -> ?arn:??? -> ?name:??? -> ?configuredAudienceModelArn:??? -> ?description:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of MembershipIdentifier.t | `Timestamp of Timestamp.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