View on GitHub

aws-sdk-swift

WorkMailMessageFlowClient

public class WorkMailMessageFlowClient 

Inheritance

WorkMailMessageFlowClientProtocol

Initializers

init(config:)

public init(config: AWSClientRuntime.AWSClientConfiguration) 

init(region:)

public convenience init(region: Swift.String? = nil) throws 

Properties

clientName

public static let clientName = "WorkMailMessageFlowClient"

Methods

getRawMessageContent(input:completion:)

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

public func getRawMessageContent(input: GetRawMessageContentInput, completion: @escaping (ClientRuntime.SdkResult<GetRawMessageContentOutputResponse, GetRawMessageContentOutputError>) -> Void)

putRawMessageContent(input:completion:)

Updates the raw content of an in-transit email message, in MIME format. This example describes how to update in-transit email message. For more information and examples for using this API, see Updating message content with AWS Lambda. Updates to an in-transit message only appear when you call PutRawMessageContent from an AWS Lambda function configured with a synchronous Run Lambda rule. If you call PutRawMessageContent on a delivered or sent message, the message remains unchanged, even though GetRawMessageContent returns an updated message.

public func putRawMessageContent(input: PutRawMessageContentInput, completion: @escaping (ClientRuntime.SdkResult<PutRawMessageContentOutputResponse, PutRawMessageContentOutputError>) -> Void)