forecastquery-2018-06-26.min.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2018-06-26",
  5. "endpointPrefix": "forecastquery",
  6. "jsonVersion": "1.1",
  7. "protocol": "json",
  8. "serviceFullName": "Amazon Forecast Query Service",
  9. "serviceId": "forecastquery",
  10. "signatureVersion": "v4",
  11. "signingName": "forecast",
  12. "targetPrefix": "AmazonForecastRuntime",
  13. "uid": "forecastquery-2018-06-26"
  14. },
  15. "operations": {
  16. "QueryForecast": {
  17. "input": {
  18. "type": "structure",
  19. "required": [
  20. "ForecastArn",
  21. "Filters"
  22. ],
  23. "members": {
  24. "ForecastArn": {},
  25. "StartDate": {},
  26. "EndDate": {},
  27. "Filters": {
  28. "shape": "S4"
  29. },
  30. "NextToken": {}
  31. }
  32. },
  33. "output": {
  34. "type": "structure",
  35. "members": {
  36. "Forecast": {
  37. "shape": "S9"
  38. }
  39. }
  40. }
  41. },
  42. "QueryWhatIfForecast": {
  43. "input": {
  44. "type": "structure",
  45. "required": [
  46. "WhatIfForecastArn",
  47. "Filters"
  48. ],
  49. "members": {
  50. "WhatIfForecastArn": {},
  51. "StartDate": {},
  52. "EndDate": {},
  53. "Filters": {
  54. "shape": "S4"
  55. },
  56. "NextToken": {}
  57. }
  58. },
  59. "output": {
  60. "type": "structure",
  61. "members": {
  62. "Forecast": {
  63. "shape": "S9"
  64. }
  65. }
  66. }
  67. }
  68. },
  69. "shapes": {
  70. "S4": {
  71. "type": "map",
  72. "key": {},
  73. "value": {}
  74. },
  75. "S9": {
  76. "type": "structure",
  77. "members": {
  78. "Predictions": {
  79. "type": "map",
  80. "key": {},
  81. "value": {
  82. "type": "list",
  83. "member": {
  84. "type": "structure",
  85. "members": {
  86. "Timestamp": {},
  87. "Value": {
  88. "type": "double"
  89. }
  90. }
  91. }
  92. }
  93. }
  94. }
  95. }
  96. }
  97. }