amazonka-workmailmessageflow-2.0: Amazon WorkMail Message Flow SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.WorkMailMessageFlow.Lens

Description

 
Synopsis

Operations

GetRawMessageContent

getRawMessageContent_messageId :: Lens' GetRawMessageContent Text Source #

The identifier of the email message to retrieve.

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.

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.