| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.Support.DescribeAttachment
Description
Returns the attachment that has the specified ID. Attachment IDs are
generated by the case management system when you add an attachment to a case
or case communication. Attachment IDs are returned in the AttachmentDetails
objects that are returned by the DescribeCommunications operation.
http://docs.aws.amazon.com/awssupport/latest/APIReference/API_DescribeAttachment.html
Request
data DescribeAttachment Source
Instances
Request constructor
Arguments
| :: Text | |
| -> DescribeAttachment |
DescribeAttachment constructor.
The fields accessible through corresponding lenses are:
Request lenses
daAttachmentId :: Lens' DescribeAttachment Text Source
The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.
Response
Response constructor
describeAttachmentResponse :: DescribeAttachmentResponse Source
DescribeAttachmentResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
darAttachment :: Lens' DescribeAttachmentResponse (Maybe Attachment) Source
The attachment content and file name.