gl-store-s3.js/node_modules/aws-sdk/apis/mobileanalytics-2014-06-05....

75 lines
1.9 KiB
JSON
Raw Normal View History

2019-05-08 10:43:08 +00:00
{
"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": {}
}