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
- putRawMessageContent_messageId :: Lens' PutRawMessageContent Text
- putRawMessageContent_content :: Lens' PutRawMessageContent RawMessageContent
- putRawMessageContentResponse_httpStatus :: Lens' PutRawMessageContentResponse Int
- getRawMessageContent_messageId :: Lens' GetRawMessageContent Text
- getRawMessageContentResponse_httpStatus :: Lens' GetRawMessageContentResponse Int
- getRawMessageContentResponse_messageContent :: Lens' GetRawMessageContentResponse ResponseBody
- rawMessageContent_s3Reference :: Lens' RawMessageContent S3Reference
- s3Reference_objectVersion :: Lens' S3Reference (Maybe Text)
- s3Reference_bucket :: Lens' S3Reference Text
- s3Reference_key :: Lens' S3Reference Text
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.
putRawMessageContentResponse_httpStatus :: Lens' PutRawMessageContentResponse Int Source #
The response's http status code.
GetRawMessageContent
getRawMessageContent_messageId :: Lens' GetRawMessageContent Text Source #
The identifier of the email message to retrieve.
getRawMessageContentResponse_httpStatus :: Lens' GetRawMessageContentResponse Int Source #
The response's http status code.
getRawMessageContentResponse_messageContent :: Lens' GetRawMessageContentResponse ResponseBody Source #
The raw content of the email message, in MIME format.
Types
RawMessageContent
rawMessageContent_s3Reference :: Lens' RawMessageContent S3Reference Source #
The S3 reference of an email message.
S3Reference
s3Reference_objectVersion :: Lens' S3Reference (Maybe Text) Source #
If you enable versioning for the bucket, you can specify the object version.
s3Reference_bucket :: Lens' S3Reference Text Source #
The S3 bucket name.
s3Reference_key :: Lens' S3Reference Text Source #
The S3 key object name.