Module Values_2.TaskAttachmentSource

Information about the task attachment files.

Sourcetype nonrec t = {
  1. fileName : Values_0.FileName.t;
    (*

    A case-sensitive name of the attached file being uploaded.

    *)
  2. s3Url : Values_1.PreSignedAttachmentUrl.t;
    (*

    The pre-signed URLs for the S3 bucket where the task attachment is stored.

    *)
}
Sourceval context_ : string
Sourceval make : fileName:Values_0.FileName.t -> s3Url:Values_1.PreSignedAttachmentUrl.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.FileName.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