mobileanalytics-2014-06-05.min.json (1879B)
1 { 2 "version": "2.0", 3 "metadata": { 4 "apiVersion": "2014-06-05", 5 "endpointPrefix": "mobileanalytics", 6 "serviceFullName": "Amazon Mobile Analytics", 7 "signatureVersion": "v4", 8 "protocol": "rest-json" 9 }, 10 "operations": { 11 "PutEvents": { 12 "http": { 13 "requestUri": "/2014-06-05/events", 14 "responseCode": 202 15 }, 16 "input": { 17 "type": "structure", 18 "required": [ 19 "events", 20 "clientContext" 21 ], 22 "members": { 23 "events": { 24 "type": "list", 25 "member": { 26 "type": "structure", 27 "required": [ 28 "eventType", 29 "timestamp" 30 ], 31 "members": { 32 "eventType": {}, 33 "timestamp": {}, 34 "session": { 35 "type": "structure", 36 "members": { 37 "id": {}, 38 "duration": { 39 "type": "long" 40 }, 41 "startTimestamp": {}, 42 "stopTimestamp": {} 43 } 44 }, 45 "version": {}, 46 "attributes": { 47 "type": "map", 48 "key": {}, 49 "value": {} 50 }, 51 "metrics": { 52 "type": "map", 53 "key": {}, 54 "value": { 55 "type": "double" 56 } 57 } 58 } 59 } 60 }, 61 "clientContext": { 62 "location": "header", 63 "locationName": "x-amz-Client-Context" 64 }, 65 "clientContextEncoding": { 66 "location": "header", 67 "locationName": "x-amz-Client-Context-Encoding" 68 } 69 } 70 } 71 } 72 }, 73 "shapes": {} 74 }