@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Amazon Forecast Query Service
@version 2018-06-26
@auth AWS SigV4
@endpoints 2
@toc root(2)

@endpoint POST /
@required {ForecastArn: str, Filters: map<str,str>}
@optional {StartDate: str, EndDate: str, NextToken: str}
@returns(200) {Forecast: Forecast?{Predictions: map<str,[DataPoint]>?}}

@endpoint POST /
@required {WhatIfForecastArn: str, Filters: map<str,str>}
@optional {StartDate: str, EndDate: str, NextToken: str}
@returns(200) {Forecast: Forecast?{Predictions: map<str,[DataPoint]>?}}

@end
