Values.AttachmentItemSourceThe case-insensitive input to indicate standard MIME type that describes the format of the file that will be uploaded.
type nonrec t = {contentType : ContentType.t option;Describes the MIME file type of the attachment. For a list of supported file types, see Feature specifications in the Amazon Connect Administrator Guide.
*)attachmentId : ArtifactId.t option;A unique identifier for the attachment.
*)attachmentName : AttachmentName.t option;A case-sensitive name of the attachment being uploaded.
*)status : ArtifactStatus.t option;Status of the attachment.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ContentType.t ]) list ]