Module Values.DeleteAttachmentRequestSource

Deletes an attachment associated with a specific Amazon Q Business conversation.

Sourcetype nonrec t = {
  1. applicationId : ApplicationId.t;
    (*

    The unique identifier for the Amazon Q Business application environment.

    *)
  2. conversationId : ConversationId.t;
    (*

    The unique identifier of the conversation.

    *)
  3. attachmentId : AttachmentId.t;
    (*

    The unique identifier for the attachment.

    *)
  4. userId : UserId.t option;
    (*

    The unique identifier of the user involved in the conversation.

    *)
}
Sourceval context_ : string
Sourceval make : ?userId:??? -> applicationId:ApplicationId.t -> conversationId:ConversationId.t -> attachmentId:AttachmentId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ApplicationId.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