Values.DeleteMessageTemplateAttachmentRequestSourceDeletes the attachment file from the Amazon Q in Connect message template that is referenced by $LATEST qualifier. Attachments on available message template versions will remain unchanged.
type nonrec t = {knowledgeBaseId : UuidOrArn.t;The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
*)messageTemplateId : UuidOrArnOrEitherWithQualifier.t;The identifier of the message template. Can be either the ID or the ARN. It cannot contain any qualifier.
*)attachmentId : Uuid.t;The identifier of the attachment file.
*)}val make :
knowledgeBaseId:UuidOrArn.t ->
messageTemplateId:UuidOrArnOrEitherWithQualifier.t ->
attachmentId:Uuid.t ->
unit ->
t