amazonka-support-0.2.1: Amazon Support SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Support.DescribeAttachment

Contents

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

Synopsis

Request

Request constructor

describeAttachment Source

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.