Values.GetCaseAttachmentDownloadUrlRequestSourceReturns a Pre-Signed URL for uploading attachments into a case.
type nonrec t = {caseId : CaseId.t;Required element for GetCaseAttachmentDownloadUrl to identify the case ID for downloading an attachment from.
*)attachmentId : AttachmentId.t;Required element for GetCaseAttachmentDownloadUrl to identify the attachment ID for downloading an attachment.
*)}