Module Values.DeleteConfiguredAudienceModelRequestSource

Deletes the specified configured audience model. You can't delete a configured audience model if there are any lookalike models that use the configured audience model. If you delete a configured audience model, it will be removed from any collaborations that it is associated to.

Sourcetype nonrec t = {
  1. configuredAudienceModelArn : ConfiguredAudienceModelArn.t;
    (*

    The Amazon Resource Name (ARN) of the configured audience model that you want to delete.

    *)
}
Sourceval context_ : string
Sourceval make : configuredAudienceModelArn:ConfiguredAudienceModelArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ConfiguredAudienceModelArn.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