| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ConnectParticipant.Types.AttachmentItem
Description
Synopsis
- data AttachmentItem = AttachmentItem' {}
- newAttachmentItem :: AttachmentItem
- attachmentItem_attachmentId :: Lens' AttachmentItem (Maybe Text)
- attachmentItem_attachmentName :: Lens' AttachmentItem (Maybe Text)
- attachmentItem_contentType :: Lens' AttachmentItem (Maybe Text)
- attachmentItem_status :: Lens' AttachmentItem (Maybe ArtifactStatus)
Documentation
data AttachmentItem Source #
The case-insensitive input to indicate standard MIME type that describes the format of the file that will be uploaded.
See: newAttachmentItem smart constructor.
Constructors
| AttachmentItem' | |
Fields
| |
Instances
newAttachmentItem :: AttachmentItem Source #
Create a value of AttachmentItem with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:attachmentId:AttachmentItem', attachmentItem_attachmentId - A unique identifier for the attachment.
$sel:attachmentName:AttachmentItem', attachmentItem_attachmentName - A case-sensitive name of the attachment being uploaded.
$sel:contentType:AttachmentItem', attachmentItem_contentType - Describes the MIME file type of the attachment. For a list of supported
file types, see
Feature specifications
in the Amazon Connect Administrator Guide.
$sel:status:AttachmentItem', attachmentItem_status - Status of the attachment.
attachmentItem_attachmentId :: Lens' AttachmentItem (Maybe Text) Source #
A unique identifier for the attachment.
attachmentItem_attachmentName :: Lens' AttachmentItem (Maybe Text) Source #
A case-sensitive name of the attachment being uploaded.
attachmentItem_contentType :: Lens' AttachmentItem (Maybe Text) Source #
Describes the MIME file type of the attachment. For a list of supported file types, see Feature specifications in the Amazon Connect Administrator Guide.
attachmentItem_status :: Lens' AttachmentItem (Maybe ArtifactStatus) Source #
Status of the attachment.