1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "version": "2.0",
- "metadata": {
- "apiVersion": "2019-05-01",
- "endpointPrefix": "workmailmessageflow",
- "jsonVersion": "1.1",
- "protocol": "rest-json",
- "serviceFullName": "Amazon WorkMail Message Flow",
- "serviceId": "WorkMailMessageFlow",
- "signatureVersion": "v4",
- "uid": "workmailmessageflow-2019-05-01"
- },
- "operations": {
- "GetRawMessageContent": {
- "http": {
- "method": "GET",
- "requestUri": "/messages/{messageId}"
- },
- "input": {
- "type": "structure",
- "required": [
- "messageId"
- ],
- "members": {
- "messageId": {
- "location": "uri",
- "locationName": "messageId"
- }
- }
- },
- "output": {
- "type": "structure",
- "required": [
- "messageContent"
- ],
- "members": {
- "messageContent": {
- "type": "blob",
- "streaming": true
- }
- },
- "payload": "messageContent"
- }
- },
- "PutRawMessageContent": {
- "http": {
- "requestUri": "/messages/{messageId}"
- },
- "input": {
- "type": "structure",
- "required": [
- "messageId",
- "content"
- ],
- "members": {
- "messageId": {
- "location": "uri",
- "locationName": "messageId"
- },
- "content": {
- "type": "structure",
- "required": [
- "s3Reference"
- ],
- "members": {
- "s3Reference": {
- "type": "structure",
- "required": [
- "bucket",
- "key"
- ],
- "members": {
- "bucket": {},
- "key": {},
- "objectVersion": {}
- }
- }
- }
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- }
- },
- "shapes": {}
- }
|