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.GetRawMessageContent

Description

Retrieves the raw content of an in-transit email message, in MIME format.

Synopsis

Creating a Request

data GetRawMessageContent Source #

See: newGetRawMessageContent smart constructor.

Constructors

GetRawMessageContent' 

Fields

  • messageId :: Text

    The identifier of the email message to retrieve.

Instances

Instances details
Eq GetRawMessageContent Source # 
Instance details

Defined in Amazonka.WorkMailMessageFlow.GetRawMessageContent

Read GetRawMessageContent Source # 
Instance details

Defined in Amazonka.WorkMailMessageFlow.GetRawMessageContent

Show GetRawMessageContent Source # 
Instance details

Defined in Amazonka.WorkMailMessageFlow.GetRawMessageContent

Generic GetRawMessageContent Source # 
Instance details

Defined in Amazonka.WorkMailMessageFlow.GetRawMessageContent

Associated Types

type Rep GetRawMessageContent :: Type -> Type #

NFData GetRawMessageContent Source # 
Instance details

Defined in Amazonka.WorkMailMessageFlow.GetRawMessageContent

Methods

rnf :: GetRawMessageContent -> () #

Hashable GetRawMessageContent Source # 
Instance details

Defined in Amazonka.WorkMailMessageFlow.GetRawMessageContent

AWSRequest GetRawMessageContent Source # 
Instance details

Defined in Amazonka.WorkMailMessageFlow.GetRawMessageContent

Associated Types

type AWSResponse GetRawMessageContent #

ToHeaders GetRawMessageContent Source # 
Instance details

Defined in Amazonka.WorkMailMessageFlow.GetRawMessageContent

ToPath GetRawMessageContent Source # 
Instance details

Defined in Amazonka.WorkMailMessageFlow.GetRawMessageContent

ToQuery GetRawMessageContent Source # 
Instance details

Defined in Amazonka.WorkMailMessageFlow.GetRawMessageContent

type Rep GetRawMessageContent Source # 
Instance details

Defined in Amazonka.WorkMailMessageFlow.GetRawMessageContent

type Rep GetRawMessageContent = D1 ('MetaData "GetRawMessageContent" "Amazonka.WorkMailMessageFlow.GetRawMessageContent" "libZSservicesZSamazonka-workmailmessageflowZSamazonka-workmailmessageflow" 'False) (C1 ('MetaCons "GetRawMessageContent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "messageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetRawMessageContent Source # 
Instance details

Defined in Amazonka.WorkMailMessageFlow.GetRawMessageContent

newGetRawMessageContent Source #

Create a value of GetRawMessageContent with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:messageId:GetRawMessageContent', getRawMessageContent_messageId - The identifier of the email message to retrieve.

Request Lenses

getRawMessageContent_messageId :: Lens' GetRawMessageContent Text Source #

The identifier of the email message to retrieve.

Destructuring the Response

data GetRawMessageContentResponse Source #

See: newGetRawMessageContentResponse smart constructor.

Constructors

GetRawMessageContentResponse' 

Fields

Instances

Instances details
Show GetRawMessageContentResponse Source # 
Instance details

Defined in Amazonka.WorkMailMessageFlow.GetRawMessageContent

Generic GetRawMessageContentResponse Source # 
Instance details

Defined in Amazonka.WorkMailMessageFlow.GetRawMessageContent

Associated Types

type Rep GetRawMessageContentResponse :: Type -> Type #

type Rep GetRawMessageContentResponse Source # 
Instance details

Defined in Amazonka.WorkMailMessageFlow.GetRawMessageContent

type Rep GetRawMessageContentResponse = D1 ('MetaData "GetRawMessageContentResponse" "Amazonka.WorkMailMessageFlow.GetRawMessageContent" "libZSservicesZSamazonka-workmailmessageflowZSamazonka-workmailmessageflow" 'False) (C1 ('MetaCons "GetRawMessageContentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "messageContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResponseBody)))

newGetRawMessageContentResponse Source #

Create a value of GetRawMessageContentResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:GetRawMessageContentResponse', getRawMessageContentResponse_httpStatus - The response's http status code.

$sel:messageContent:GetRawMessageContentResponse', getRawMessageContentResponse_messageContent - The raw content of the email message, in MIME format.

Response Lenses