{"note":"OpenAPI conversion -- returning structured metadata","name":"amazonaws-com-workmailmessageflow","description":"Amazon WorkMail Message Flow","version":"2019-05-01","base_url":"","endpoints":2,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Amazon WorkMail Message Flow\n@version 2019-05-01\n@auth AWS SigV4\n@endpoints 2\n@toc messages(2)\n\n@endpoint GET /messages/{messageId}\n@desc Retrieves the raw content of an in-transit email message, in MIME format.\n@required {messageId: str}\n@returns(200) {messageContent: bytes}\n\n@endpoint POST /messages/{messageId}\n@desc 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.\n@required {messageId: str, content: RawMessageContent}\n\n@end\n"}