Module Values.DeleteContentAssociationRequestSource

Deletes the content association. For more information about content associations--what they are and when they are used--see Integrate Amazon Q in Connect with step-by-step guides in the Amazon Connect Administrator Guide.

Sourcetype nonrec t = {
  1. knowledgeBaseId : UuidOrArn.t;
    (*

    The identifier of the knowledge base.

    *)
  2. contentId : UuidOrArn.t;
    (*

    The identifier of the content.

    *)
  3. contentAssociationId : UuidOrArn.t;
    (*

    The identifier of the content association. Can be either the ID or the ARN. URLs cannot contain the ARN.

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