Backend half
This commit is contained in:
+97
@@ -0,0 +1,97 @@
|
||||
{
|
||||
"version": "2.0",
|
||||
"metadata": {
|
||||
"apiVersion": "2018-06-26",
|
||||
"endpointPrefix": "forecastquery",
|
||||
"jsonVersion": "1.1",
|
||||
"protocol": "json",
|
||||
"serviceFullName": "Amazon Forecast Query Service",
|
||||
"serviceId": "forecastquery",
|
||||
"signatureVersion": "v4",
|
||||
"signingName": "forecast",
|
||||
"targetPrefix": "AmazonForecastRuntime",
|
||||
"uid": "forecastquery-2018-06-26"
|
||||
},
|
||||
"operations": {
|
||||
"QueryForecast": {
|
||||
"input": {
|
||||
"type": "structure",
|
||||
"required": [
|
||||
"ForecastArn",
|
||||
"Filters"
|
||||
],
|
||||
"members": {
|
||||
"ForecastArn": {},
|
||||
"StartDate": {},
|
||||
"EndDate": {},
|
||||
"Filters": {
|
||||
"shape": "S4"
|
||||
},
|
||||
"NextToken": {}
|
||||
}
|
||||
},
|
||||
"output": {
|
||||
"type": "structure",
|
||||
"members": {
|
||||
"Forecast": {
|
||||
"shape": "S9"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"QueryWhatIfForecast": {
|
||||
"input": {
|
||||
"type": "structure",
|
||||
"required": [
|
||||
"WhatIfForecastArn",
|
||||
"Filters"
|
||||
],
|
||||
"members": {
|
||||
"WhatIfForecastArn": {},
|
||||
"StartDate": {},
|
||||
"EndDate": {},
|
||||
"Filters": {
|
||||
"shape": "S4"
|
||||
},
|
||||
"NextToken": {}
|
||||
}
|
||||
},
|
||||
"output": {
|
||||
"type": "structure",
|
||||
"members": {
|
||||
"Forecast": {
|
||||
"shape": "S9"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"shapes": {
|
||||
"S4": {
|
||||
"type": "map",
|
||||
"key": {},
|
||||
"value": {}
|
||||
},
|
||||
"S9": {
|
||||
"type": "structure",
|
||||
"members": {
|
||||
"Predictions": {
|
||||
"type": "map",
|
||||
"key": {},
|
||||
"value": {
|
||||
"type": "list",
|
||||
"member": {
|
||||
"type": "structure",
|
||||
"members": {
|
||||
"Timestamp": {},
|
||||
"Value": {
|
||||
"type": "double"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user