Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AttachmentItem = AttachmentItem' {}
- newAttachmentItem :: AttachmentItem
- attachmentItem_status :: Lens' AttachmentItem (Maybe ArtifactStatus)
- attachmentItem_attachmentName :: Lens' AttachmentItem (Maybe Text)
- attachmentItem_attachmentId :: Lens' AttachmentItem (Maybe Text)
- attachmentItem_contentType :: Lens' AttachmentItem (Maybe Text)
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.
AttachmentItem' | |
|
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:status:AttachmentItem'
, attachmentItem_status
- Status of the attachment.
$sel:attachmentName:AttachmentItem'
, attachmentItem_attachmentName
- A case-sensitive name of the attachment being uploaded.
$sel:attachmentId:AttachmentItem'
, attachmentItem_attachmentId
- A unique identifier for the attachment.
$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.
attachmentItem_status :: Lens' AttachmentItem (Maybe ArtifactStatus) Source #
Status of the attachment.
attachmentItem_attachmentName :: Lens' AttachmentItem (Maybe Text) Source #
A case-sensitive name of the attachment being uploaded.
attachmentItem_attachmentId :: Lens' AttachmentItem (Maybe Text) Source #
A unique identifier for the attachment.
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.