libZSservicesZSamazonka-workmailmessageflowZSamazonka-workmailmessageflow
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.WorkMailMessageFlow.Lens

Description

 
Synopsis

Operations

PutRawMessageContent

putRawMessageContent_messageId :: Lens' PutRawMessageContent Text Source #

The identifier of the email message being updated.

putRawMessageContent_content :: Lens' PutRawMessageContent RawMessageContent Source #

Describes the raw message content of the updated email message.

GetRawMessageContent

getRawMessageContent_messageId :: Lens' GetRawMessageContent Text Source #

The identifier of the email message to retrieve.

Types

RawMessageContent

S3Reference

s3Reference_objectVersion :: Lens' S3Reference (Maybe Text) Source #

If you enable versioning for the bucket, you can specify the object version.

s3Reference_key :: Lens' S3Reference Text Source #

The S3 key object name.