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 AttachmentContent = AttachmentContent' {}
- newAttachmentContent :: AttachmentContent
- attachmentContent_hash :: Lens' AttachmentContent (Maybe Text)
- attachmentContent_size :: Lens' AttachmentContent (Maybe Integer)
- attachmentContent_url :: Lens' AttachmentContent (Maybe Text)
- attachmentContent_name :: Lens' AttachmentContent (Maybe Text)
- attachmentContent_hashType :: Lens' AttachmentContent (Maybe AttachmentHashType)
Documentation
data AttachmentContent Source #
A structure that includes attributes that describe a document attachment.
See: newAttachmentContent
smart constructor.
AttachmentContent' | |
|
Instances
newAttachmentContent :: AttachmentContent Source #
Create a value of AttachmentContent
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:hash:AttachmentContent'
, attachmentContent_hash
- The cryptographic hash value of the document content.
$sel:size:AttachmentContent'
, attachmentContent_size
- The size of an attachment in bytes.
$sel:url:AttachmentContent'
, attachmentContent_url
- The URL location of the attachment content.
$sel:name:AttachmentContent'
, attachmentContent_name
- The name of an attachment.
$sel:hashType:AttachmentContent'
, attachmentContent_hashType
- The hash algorithm used to calculate the hash value.
attachmentContent_hash :: Lens' AttachmentContent (Maybe Text) Source #
The cryptographic hash value of the document content.
attachmentContent_size :: Lens' AttachmentContent (Maybe Integer) Source #
The size of an attachment in bytes.
attachmentContent_url :: Lens' AttachmentContent (Maybe Text) Source #
The URL location of the attachment content.
attachmentContent_name :: Lens' AttachmentContent (Maybe Text) Source #
The name of an attachment.
attachmentContent_hashType :: Lens' AttachmentContent (Maybe AttachmentHashType) Source #
The hash algorithm used to calculate the hash value.