github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/forecastquery/2018-06-26/docs-2.json (about)

     1  {
     2    "version": "2.0",
     3    "service": "<p>Provides APIs for creating and managing Amazon Forecast resources.</p>",
     4    "operations": {
     5      "QueryForecast": "<p>Retrieves a forecast for a single item, filtered by the supplied criteria.</p> <p>The criteria is a key-value pair. The key is either <code>item_id</code> (or the equivalent non-timestamp, non-target field) from the <code>TARGET_TIME_SERIES</code> dataset, or one of the forecast dimensions specified as part of the <code>FeaturizationConfig</code> object.</p> <p>By default, <code>QueryForecast</code> returns the complete date range for the filtered forecast. You can request a specific date range.</p> <p>To get the full forecast, use the <a href=\"https://docs.aws.amazon.com/en_us/forecast/latest/dg/API_CreateForecastExportJob.html\">CreateForecastExportJob</a> operation.</p> <note> <p>The forecasts generated by Amazon Forecast are in the same timezone as the dataset that was used to create the predictor.</p> </note>"
     6    },
     7    "shapes": {
     8      "Arn": {
     9        "base": null,
    10        "refs": {
    11          "QueryForecastRequest$ForecastArn": "<p>The Amazon Resource Name (ARN) of the forecast to query.</p>"
    12        }
    13      },
    14      "AttributeName": {
    15        "base": null,
    16        "refs": {
    17          "Filters$key": null
    18        }
    19      },
    20      "AttributeValue": {
    21        "base": null,
    22        "refs": {
    23          "Filters$value": null
    24        }
    25      },
    26      "DataPoint": {
    27        "base": "<p>The forecast value for a specific date. Part of the <a>Forecast</a> object.</p>",
    28        "refs": {
    29          "TimeSeries$member": null
    30        }
    31      },
    32      "DateTime": {
    33        "base": null,
    34        "refs": {
    35          "QueryForecastRequest$StartDate": "<p>The start date for the forecast. Specify the date using this format: yyyy-MM-dd'T'HH:mm:ss (ISO 8601 format). For example, 2015-01-01T08:00:00.</p>",
    36          "QueryForecastRequest$EndDate": "<p>The end date for the forecast. Specify the date using this format: yyyy-MM-dd'T'HH:mm:ss (ISO 8601 format). For example, 2015-01-01T20:00:00. </p>"
    37        }
    38      },
    39      "Double": {
    40        "base": null,
    41        "refs": {
    42          "DataPoint$Value": "<p>The forecast value.</p>"
    43        }
    44      },
    45      "ErrorMessage": {
    46        "base": null,
    47        "refs": {
    48          "InvalidInputException$Message": null,
    49          "InvalidNextTokenException$Message": null,
    50          "LimitExceededException$Message": null,
    51          "ResourceInUseException$Message": null,
    52          "ResourceNotFoundException$Message": null
    53        }
    54      },
    55      "Filters": {
    56        "base": null,
    57        "refs": {
    58          "QueryForecastRequest$Filters": "<p>The filtering criteria to apply when retrieving the forecast. For example, to get the forecast for <code>client_21</code> in the electricity usage dataset, specify the following:</p> <p> <code>{\"item_id\" : \"client_21\"}</code> </p> <p>To get the full forecast, use the <a href=\"https://docs.aws.amazon.com/en_us/forecast/latest/dg/API_CreateForecastExportJob.html\">CreateForecastExportJob</a> operation.</p>"
    59        }
    60      },
    61      "Forecast": {
    62        "base": "<p>Provides information about a forecast. Returned as part of the <a>QueryForecast</a> response.</p>",
    63        "refs": {
    64          "QueryForecastResponse$Forecast": "<p>The forecast.</p>"
    65        }
    66      },
    67      "InvalidInputException": {
    68        "base": "<p>The value is invalid or is too long.</p>",
    69        "refs": {
    70        }
    71      },
    72      "InvalidNextTokenException": {
    73        "base": "<p>The token is not valid. Tokens expire after 24 hours.</p>",
    74        "refs": {
    75        }
    76      },
    77      "LimitExceededException": {
    78        "base": "<p>The limit on the number of requests per second has been exceeded.</p>",
    79        "refs": {
    80        }
    81      },
    82      "NextToken": {
    83        "base": null,
    84        "refs": {
    85          "QueryForecastRequest$NextToken": "<p>If the result of the previous request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.</p>"
    86        }
    87      },
    88      "Predictions": {
    89        "base": null,
    90        "refs": {
    91          "Forecast$Predictions": "<p>The forecast.</p> <p>The <i>string</i> of the string-to-array map is one of the following values:</p> <ul> <li> <p>p10</p> </li> <li> <p>p50</p> </li> <li> <p>p90</p> </li> </ul>"
    92        }
    93      },
    94      "QueryForecastRequest": {
    95        "base": null,
    96        "refs": {
    97        }
    98      },
    99      "QueryForecastResponse": {
   100        "base": null,
   101        "refs": {
   102        }
   103      },
   104      "ResourceInUseException": {
   105        "base": "<p>The specified resource is in use.</p>",
   106        "refs": {
   107        }
   108      },
   109      "ResourceNotFoundException": {
   110        "base": "<p>We can't find that resource. Check the information that you've provided and try again.</p>",
   111        "refs": {
   112        }
   113      },
   114      "Statistic": {
   115        "base": null,
   116        "refs": {
   117          "Predictions$key": null
   118        }
   119      },
   120      "TimeSeries": {
   121        "base": null,
   122        "refs": {
   123          "Predictions$value": null
   124        }
   125      },
   126      "Timestamp": {
   127        "base": null,
   128        "refs": {
   129          "DataPoint$Timestamp": "<p>The timestamp of the specific forecast.</p>"
   130        }
   131      }
   132    }
   133  }