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