@aws-sdk/client-forecast 3.296.0 → 3.298.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (212) hide show
  1. package/dist-cjs/commands/CreateAutoPredictorCommand.js +1 -1
  2. package/dist-cjs/commands/CreateDatasetCommand.js +1 -1
  3. package/dist-cjs/commands/CreateDatasetGroupCommand.js +1 -1
  4. package/dist-cjs/commands/CreateDatasetImportJobCommand.js +1 -1
  5. package/dist-cjs/commands/CreateExplainabilityCommand.js +1 -1
  6. package/dist-cjs/commands/CreateExplainabilityExportCommand.js +1 -1
  7. package/dist-cjs/commands/CreateForecastCommand.js +1 -1
  8. package/dist-cjs/commands/CreateForecastExportJobCommand.js +1 -1
  9. package/dist-cjs/commands/CreateMonitorCommand.js +1 -1
  10. package/dist-cjs/commands/CreatePredictorBacktestExportJobCommand.js +1 -1
  11. package/dist-cjs/commands/CreatePredictorCommand.js +1 -1
  12. package/dist-cjs/commands/CreateWhatIfAnalysisCommand.js +1 -1
  13. package/dist-cjs/commands/CreateWhatIfForecastCommand.js +1 -1
  14. package/dist-cjs/commands/CreateWhatIfForecastExportCommand.js +1 -1
  15. package/dist-cjs/commands/DeleteDatasetCommand.js +2 -3
  16. package/dist-cjs/commands/DeleteDatasetGroupCommand.js +2 -3
  17. package/dist-cjs/commands/DeleteDatasetImportJobCommand.js +2 -3
  18. package/dist-cjs/commands/DeleteExplainabilityCommand.js +2 -3
  19. package/dist-cjs/commands/DeleteExplainabilityExportCommand.js +2 -3
  20. package/dist-cjs/commands/DeleteForecastCommand.js +2 -3
  21. package/dist-cjs/commands/DeleteForecastExportJobCommand.js +2 -3
  22. package/dist-cjs/commands/DeleteMonitorCommand.js +2 -3
  23. package/dist-cjs/commands/DeletePredictorBacktestExportJobCommand.js +2 -3
  24. package/dist-cjs/commands/DeletePredictorCommand.js +2 -3
  25. package/dist-cjs/commands/DeleteResourceTreeCommand.js +2 -3
  26. package/dist-cjs/commands/DeleteWhatIfAnalysisCommand.js +2 -3
  27. package/dist-cjs/commands/DeleteWhatIfForecastCommand.js +2 -3
  28. package/dist-cjs/commands/DeleteWhatIfForecastExportCommand.js +2 -3
  29. package/dist-cjs/commands/DescribeAutoPredictorCommand.js +2 -3
  30. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -3
  31. package/dist-cjs/commands/DescribeDatasetGroupCommand.js +2 -3
  32. package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +2 -3
  33. package/dist-cjs/commands/DescribeExplainabilityCommand.js +2 -3
  34. package/dist-cjs/commands/DescribeExplainabilityExportCommand.js +2 -3
  35. package/dist-cjs/commands/DescribeForecastCommand.js +2 -3
  36. package/dist-cjs/commands/DescribeForecastExportJobCommand.js +2 -3
  37. package/dist-cjs/commands/DescribeMonitorCommand.js +2 -3
  38. package/dist-cjs/commands/DescribePredictorBacktestExportJobCommand.js +2 -3
  39. package/dist-cjs/commands/DescribePredictorCommand.js +2 -3
  40. package/dist-cjs/commands/DescribeWhatIfAnalysisCommand.js +2 -3
  41. package/dist-cjs/commands/DescribeWhatIfForecastCommand.js +2 -3
  42. package/dist-cjs/commands/DescribeWhatIfForecastExportCommand.js +2 -3
  43. package/dist-cjs/commands/GetAccuracyMetricsCommand.js +2 -3
  44. package/dist-cjs/commands/ListDatasetGroupsCommand.js +2 -3
  45. package/dist-cjs/commands/ListDatasetImportJobsCommand.js +2 -3
  46. package/dist-cjs/commands/ListDatasetsCommand.js +2 -3
  47. package/dist-cjs/commands/ListExplainabilitiesCommand.js +2 -3
  48. package/dist-cjs/commands/ListExplainabilityExportsCommand.js +2 -3
  49. package/dist-cjs/commands/ListForecastExportJobsCommand.js +2 -3
  50. package/dist-cjs/commands/ListForecastsCommand.js +2 -3
  51. package/dist-cjs/commands/ListMonitorEvaluationsCommand.js +2 -3
  52. package/dist-cjs/commands/ListMonitorsCommand.js +2 -3
  53. package/dist-cjs/commands/ListPredictorBacktestExportJobsCommand.js +2 -3
  54. package/dist-cjs/commands/ListPredictorsCommand.js +2 -3
  55. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -1
  56. package/dist-cjs/commands/ListWhatIfAnalysesCommand.js +2 -3
  57. package/dist-cjs/commands/ListWhatIfForecastExportsCommand.js +2 -3
  58. package/dist-cjs/commands/ListWhatIfForecastsCommand.js +2 -3
  59. package/dist-cjs/commands/ResumeResourceCommand.js +2 -3
  60. package/dist-cjs/commands/StopResourceCommand.js +2 -3
  61. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  62. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  63. package/dist-cjs/commands/UpdateDatasetGroupCommand.js +2 -3
  64. package/dist-cjs/models/models_0.js +1 -624
  65. package/dist-es/commands/CreateAutoPredictorCommand.js +2 -2
  66. package/dist-es/commands/CreateDatasetCommand.js +2 -2
  67. package/dist-es/commands/CreateDatasetGroupCommand.js +2 -2
  68. package/dist-es/commands/CreateDatasetImportJobCommand.js +2 -2
  69. package/dist-es/commands/CreateExplainabilityCommand.js +2 -2
  70. package/dist-es/commands/CreateExplainabilityExportCommand.js +2 -2
  71. package/dist-es/commands/CreateForecastCommand.js +2 -2
  72. package/dist-es/commands/CreateForecastExportJobCommand.js +2 -2
  73. package/dist-es/commands/CreateMonitorCommand.js +2 -2
  74. package/dist-es/commands/CreatePredictorBacktestExportJobCommand.js +2 -2
  75. package/dist-es/commands/CreatePredictorCommand.js +2 -2
  76. package/dist-es/commands/CreateWhatIfAnalysisCommand.js +2 -2
  77. package/dist-es/commands/CreateWhatIfForecastCommand.js +2 -2
  78. package/dist-es/commands/CreateWhatIfForecastExportCommand.js +2 -2
  79. package/dist-es/commands/DeleteDatasetCommand.js +2 -3
  80. package/dist-es/commands/DeleteDatasetGroupCommand.js +2 -3
  81. package/dist-es/commands/DeleteDatasetImportJobCommand.js +2 -3
  82. package/dist-es/commands/DeleteExplainabilityCommand.js +2 -3
  83. package/dist-es/commands/DeleteExplainabilityExportCommand.js +2 -3
  84. package/dist-es/commands/DeleteForecastCommand.js +2 -3
  85. package/dist-es/commands/DeleteForecastExportJobCommand.js +2 -3
  86. package/dist-es/commands/DeleteMonitorCommand.js +2 -3
  87. package/dist-es/commands/DeletePredictorBacktestExportJobCommand.js +2 -3
  88. package/dist-es/commands/DeletePredictorCommand.js +2 -3
  89. package/dist-es/commands/DeleteResourceTreeCommand.js +2 -3
  90. package/dist-es/commands/DeleteWhatIfAnalysisCommand.js +2 -3
  91. package/dist-es/commands/DeleteWhatIfForecastCommand.js +2 -3
  92. package/dist-es/commands/DeleteWhatIfForecastExportCommand.js +2 -3
  93. package/dist-es/commands/DescribeAutoPredictorCommand.js +2 -3
  94. package/dist-es/commands/DescribeDatasetCommand.js +2 -3
  95. package/dist-es/commands/DescribeDatasetGroupCommand.js +2 -3
  96. package/dist-es/commands/DescribeDatasetImportJobCommand.js +2 -3
  97. package/dist-es/commands/DescribeExplainabilityCommand.js +2 -3
  98. package/dist-es/commands/DescribeExplainabilityExportCommand.js +2 -3
  99. package/dist-es/commands/DescribeForecastCommand.js +2 -3
  100. package/dist-es/commands/DescribeForecastExportJobCommand.js +2 -3
  101. package/dist-es/commands/DescribeMonitorCommand.js +2 -3
  102. package/dist-es/commands/DescribePredictorBacktestExportJobCommand.js +2 -3
  103. package/dist-es/commands/DescribePredictorCommand.js +2 -3
  104. package/dist-es/commands/DescribeWhatIfAnalysisCommand.js +2 -3
  105. package/dist-es/commands/DescribeWhatIfForecastCommand.js +2 -3
  106. package/dist-es/commands/DescribeWhatIfForecastExportCommand.js +2 -3
  107. package/dist-es/commands/GetAccuracyMetricsCommand.js +2 -3
  108. package/dist-es/commands/ListDatasetGroupsCommand.js +2 -3
  109. package/dist-es/commands/ListDatasetImportJobsCommand.js +2 -3
  110. package/dist-es/commands/ListDatasetsCommand.js +2 -3
  111. package/dist-es/commands/ListExplainabilitiesCommand.js +2 -3
  112. package/dist-es/commands/ListExplainabilityExportsCommand.js +2 -3
  113. package/dist-es/commands/ListForecastExportJobsCommand.js +2 -3
  114. package/dist-es/commands/ListForecastsCommand.js +2 -3
  115. package/dist-es/commands/ListMonitorEvaluationsCommand.js +2 -3
  116. package/dist-es/commands/ListMonitorsCommand.js +2 -3
  117. package/dist-es/commands/ListPredictorBacktestExportJobsCommand.js +2 -3
  118. package/dist-es/commands/ListPredictorsCommand.js +2 -3
  119. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  120. package/dist-es/commands/ListWhatIfAnalysesCommand.js +2 -3
  121. package/dist-es/commands/ListWhatIfForecastExportsCommand.js +2 -3
  122. package/dist-es/commands/ListWhatIfForecastsCommand.js +2 -3
  123. package/dist-es/commands/ResumeResourceCommand.js +2 -3
  124. package/dist-es/commands/StopResourceCommand.js +2 -3
  125. package/dist-es/commands/TagResourceCommand.js +2 -2
  126. package/dist-es/commands/UntagResourceCommand.js +2 -2
  127. package/dist-es/commands/UpdateDatasetGroupCommand.js +2 -3
  128. package/dist-es/models/models_0.js +0 -465
  129. package/dist-types/Forecast.d.ts +64 -0
  130. package/dist-types/ForecastClient.d.ts +24 -4
  131. package/dist-types/commands/CreateAutoPredictorCommand.d.ts +16 -0
  132. package/dist-types/commands/CreateDatasetCommand.d.ts +16 -0
  133. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +16 -0
  134. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +16 -0
  135. package/dist-types/commands/CreateExplainabilityCommand.d.ts +16 -0
  136. package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +16 -0
  137. package/dist-types/commands/CreateForecastCommand.d.ts +16 -0
  138. package/dist-types/commands/CreateForecastExportJobCommand.d.ts +16 -0
  139. package/dist-types/commands/CreateMonitorCommand.d.ts +16 -0
  140. package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +16 -0
  141. package/dist-types/commands/CreatePredictorCommand.d.ts +16 -0
  142. package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +16 -0
  143. package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +16 -0
  144. package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +16 -0
  145. package/dist-types/commands/DeleteDatasetCommand.d.ts +16 -0
  146. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +16 -0
  147. package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +16 -0
  148. package/dist-types/commands/DeleteExplainabilityCommand.d.ts +16 -0
  149. package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +16 -0
  150. package/dist-types/commands/DeleteForecastCommand.d.ts +16 -0
  151. package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +16 -0
  152. package/dist-types/commands/DeleteMonitorCommand.d.ts +16 -0
  153. package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +16 -0
  154. package/dist-types/commands/DeletePredictorCommand.d.ts +16 -0
  155. package/dist-types/commands/DeleteResourceTreeCommand.d.ts +16 -0
  156. package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +16 -0
  157. package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +16 -0
  158. package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +16 -0
  159. package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +16 -0
  160. package/dist-types/commands/DescribeDatasetCommand.d.ts +16 -0
  161. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +16 -0
  162. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +16 -0
  163. package/dist-types/commands/DescribeExplainabilityCommand.d.ts +16 -0
  164. package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +16 -0
  165. package/dist-types/commands/DescribeForecastCommand.d.ts +16 -0
  166. package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +16 -0
  167. package/dist-types/commands/DescribeMonitorCommand.d.ts +16 -0
  168. package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +16 -0
  169. package/dist-types/commands/DescribePredictorCommand.d.ts +16 -0
  170. package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +16 -0
  171. package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +16 -0
  172. package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +16 -0
  173. package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +16 -0
  174. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +16 -0
  175. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +16 -0
  176. package/dist-types/commands/ListDatasetsCommand.d.ts +16 -0
  177. package/dist-types/commands/ListExplainabilitiesCommand.d.ts +16 -0
  178. package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +16 -0
  179. package/dist-types/commands/ListForecastExportJobsCommand.d.ts +16 -0
  180. package/dist-types/commands/ListForecastsCommand.d.ts +16 -0
  181. package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +16 -0
  182. package/dist-types/commands/ListMonitorsCommand.d.ts +16 -0
  183. package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +16 -0
  184. package/dist-types/commands/ListPredictorsCommand.d.ts +16 -0
  185. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  186. package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +16 -0
  187. package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +16 -0
  188. package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +16 -0
  189. package/dist-types/commands/ResumeResourceCommand.d.ts +16 -0
  190. package/dist-types/commands/StopResourceCommand.d.ts +16 -0
  191. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  192. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  193. package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +16 -0
  194. package/dist-types/models/ForecastServiceException.d.ts +2 -0
  195. package/dist-types/models/models_0.d.ts +479 -649
  196. package/dist-types/pagination/Interfaces.d.ts +3 -0
  197. package/dist-types/pagination/ListDatasetGroupsPaginator.d.ts +3 -0
  198. package/dist-types/pagination/ListDatasetImportJobsPaginator.d.ts +3 -0
  199. package/dist-types/pagination/ListDatasetsPaginator.d.ts +3 -0
  200. package/dist-types/pagination/ListExplainabilitiesPaginator.d.ts +3 -0
  201. package/dist-types/pagination/ListExplainabilityExportsPaginator.d.ts +3 -0
  202. package/dist-types/pagination/ListForecastExportJobsPaginator.d.ts +3 -0
  203. package/dist-types/pagination/ListForecastsPaginator.d.ts +3 -0
  204. package/dist-types/pagination/ListMonitorEvaluationsPaginator.d.ts +3 -0
  205. package/dist-types/pagination/ListMonitorsPaginator.d.ts +3 -0
  206. package/dist-types/pagination/ListPredictorBacktestExportJobsPaginator.d.ts +3 -0
  207. package/dist-types/pagination/ListPredictorsPaginator.d.ts +3 -0
  208. package/dist-types/pagination/ListWhatIfAnalysesPaginator.d.ts +3 -0
  209. package/dist-types/pagination/ListWhatIfForecastExportsPaginator.d.ts +3 -0
  210. package/dist-types/pagination/ListWhatIfForecastsPaginator.d.ts +3 -0
  211. package/dist-types/ts3.4/models/models_0.d.ts +0 -441
  212. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ListForecastsRequest, ListForecastsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListForecastsCommand}.
8
10
  */
9
11
  export interface ListForecastsCommandInput extends ListForecastsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListForecastsCommand}.
13
17
  */
14
18
  export interface ListForecastsCommandOutput extends ListForecastsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of forecasts created using the <a>CreateForecast</a> operation.
18
23
  * For each forecast, this operation returns a summary of its properties, including its Amazon
19
24
  * Resource Name (ARN). To retrieve the complete set of properties, specify the ARN with the
@@ -29,6 +34,8 @@ export interface ListForecastsCommandOutput extends ListForecastsResponse, __Met
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param ListForecastsCommandInput - {@link ListForecastsCommandInput}
38
+ * @returns {@link ListForecastsCommandOutput}
32
39
  * @see {@link ListForecastsCommandInput} for command's `input` shape.
33
40
  * @see {@link ListForecastsCommandOutput} for command's `response` shape.
34
41
  * @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
@@ -45,11 +52,20 @@ export interface ListForecastsCommandOutput extends ListForecastsResponse, __Met
45
52
  export declare class ListForecastsCommand extends $Command<ListForecastsCommandInput, ListForecastsCommandOutput, ForecastClientResolvedConfig> {
46
53
  readonly input: ListForecastsCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: ListForecastsCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListForecastsCommandInput, ListForecastsCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ListMonitorEvaluationsRequest, ListMonitorEvaluationsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListMonitorEvaluationsCommand}.
8
10
  */
9
11
  export interface ListMonitorEvaluationsCommandInput extends ListMonitorEvaluationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListMonitorEvaluationsCommand}.
13
17
  */
14
18
  export interface ListMonitorEvaluationsCommandOutput extends ListMonitorEvaluationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of the monitoring evaluation results and predictor events collected by
18
23
  * the monitor resource during different windows of time.</p>
19
24
  * <p>For information about monitoring see <a>predictor-monitoring</a>. For
@@ -28,6 +33,8 @@ export interface ListMonitorEvaluationsCommandOutput extends ListMonitorEvaluati
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param ListMonitorEvaluationsCommandInput - {@link ListMonitorEvaluationsCommandInput}
37
+ * @returns {@link ListMonitorEvaluationsCommandOutput}
31
38
  * @see {@link ListMonitorEvaluationsCommandInput} for command's `input` shape.
32
39
  * @see {@link ListMonitorEvaluationsCommandOutput} for command's `response` shape.
33
40
  * @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
@@ -48,11 +55,20 @@ export interface ListMonitorEvaluationsCommandOutput extends ListMonitorEvaluati
48
55
  export declare class ListMonitorEvaluationsCommand extends $Command<ListMonitorEvaluationsCommandInput, ListMonitorEvaluationsCommandOutput, ForecastClientResolvedConfig> {
49
56
  readonly input: ListMonitorEvaluationsCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: ListMonitorEvaluationsCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMonitorEvaluationsCommandInput, ListMonitorEvaluationsCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ListMonitorsRequest, ListMonitorsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListMonitorsCommand}.
8
10
  */
9
11
  export interface ListMonitorsCommandInput extends ListMonitorsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListMonitorsCommand}.
13
17
  */
14
18
  export interface ListMonitorsCommandOutput extends ListMonitorsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of monitors created with the <a>CreateMonitor</a> operation and <a>CreateAutoPredictor</a> operation. For each monitor resource, this operation returns of a summary of its properties, including its Amazon Resource Name (ARN). You
18
23
  * can retrieve a complete set of properties of a monitor resource by specify the monitor's ARN in the <a>DescribeMonitor</a> operation.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListMonitorsCommandOutput extends ListMonitorsResponse, __Metad
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListMonitorsCommandInput - {@link ListMonitorsCommandInput}
35
+ * @returns {@link ListMonitorsCommandOutput}
29
36
  * @see {@link ListMonitorsCommandInput} for command's `input` shape.
30
37
  * @see {@link ListMonitorsCommandOutput} for command's `response` shape.
31
38
  * @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
@@ -42,11 +49,20 @@ export interface ListMonitorsCommandOutput extends ListMonitorsResponse, __Metad
42
49
  export declare class ListMonitorsCommand extends $Command<ListMonitorsCommandInput, ListMonitorsCommandOutput, ForecastClientResolvedConfig> {
43
50
  readonly input: ListMonitorsCommandInput;
44
51
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
+ /**
53
+ * @public
54
+ */
45
55
  constructor(input: ListMonitorsCommandInput);
46
56
  /**
47
57
  * @internal
48
58
  */
49
59
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMonitorsCommandInput, ListMonitorsCommandOutput>;
60
+ /**
61
+ * @internal
62
+ */
50
63
  private serialize;
64
+ /**
65
+ * @internal
66
+ */
51
67
  private deserialize;
52
68
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ListPredictorBacktestExportJobsRequest, ListPredictorBacktestExportJobsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListPredictorBacktestExportJobsCommand}.
8
10
  */
9
11
  export interface ListPredictorBacktestExportJobsCommandInput extends ListPredictorBacktestExportJobsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListPredictorBacktestExportJobsCommand}.
13
17
  */
14
18
  export interface ListPredictorBacktestExportJobsCommandOutput extends ListPredictorBacktestExportJobsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of predictor backtest export jobs created using the <a>CreatePredictorBacktestExportJob</a> operation. This operation returns a
18
23
  * summary for each backtest export job. You can filter the list using an array of <a>Filter</a> objects.</p>
19
24
  * <p>To retrieve the complete set of properties for a particular backtest export job, use
@@ -28,6 +33,8 @@ export interface ListPredictorBacktestExportJobsCommandOutput extends ListPredic
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param ListPredictorBacktestExportJobsCommandInput - {@link ListPredictorBacktestExportJobsCommandInput}
37
+ * @returns {@link ListPredictorBacktestExportJobsCommandOutput}
31
38
  * @see {@link ListPredictorBacktestExportJobsCommandInput} for command's `input` shape.
32
39
  * @see {@link ListPredictorBacktestExportJobsCommandOutput} for command's `response` shape.
33
40
  * @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
@@ -44,11 +51,20 @@ export interface ListPredictorBacktestExportJobsCommandOutput extends ListPredic
44
51
  export declare class ListPredictorBacktestExportJobsCommand extends $Command<ListPredictorBacktestExportJobsCommandInput, ListPredictorBacktestExportJobsCommandOutput, ForecastClientResolvedConfig> {
45
52
  readonly input: ListPredictorBacktestExportJobsCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: ListPredictorBacktestExportJobsCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPredictorBacktestExportJobsCommandInput, ListPredictorBacktestExportJobsCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ListPredictorsRequest, ListPredictorsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListPredictorsCommand}.
8
10
  */
9
11
  export interface ListPredictorsCommandInput extends ListPredictorsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListPredictorsCommand}.
13
17
  */
14
18
  export interface ListPredictorsCommandOutput extends ListPredictorsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of predictors created using the <a>CreateAutoPredictor</a> or
18
23
  * <a>CreatePredictor</a> operations. For each predictor, this operation returns a
19
24
  * summary of its properties, including its Amazon Resource Name (ARN). </p>
@@ -29,6 +34,8 @@ export interface ListPredictorsCommandOutput extends ListPredictorsResponse, __M
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param ListPredictorsCommandInput - {@link ListPredictorsCommandInput}
38
+ * @returns {@link ListPredictorsCommandOutput}
32
39
  * @see {@link ListPredictorsCommandInput} for command's `input` shape.
33
40
  * @see {@link ListPredictorsCommandOutput} for command's `response` shape.
34
41
  * @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
@@ -45,11 +52,20 @@ export interface ListPredictorsCommandOutput extends ListPredictorsResponse, __M
45
52
  export declare class ListPredictorsCommand extends $Command<ListPredictorsCommandInput, ListPredictorsCommandOutput, ForecastClientResolvedConfig> {
46
53
  readonly input: ListPredictorsCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: ListPredictorsCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPredictorsCommandInput, ListPredictorsCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the tags for an Amazon Forecast resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
34
+ * @returns {@link ListTagsForResourceCommandOutput}
28
35
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
@@ -42,11 +49,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
42
49
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ForecastClientResolvedConfig> {
43
50
  readonly input: ListTagsForResourceCommandInput;
44
51
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
+ /**
53
+ * @public
54
+ */
45
55
  constructor(input: ListTagsForResourceCommandInput);
46
56
  /**
47
57
  * @internal
48
58
  */
49
59
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
60
+ /**
61
+ * @internal
62
+ */
50
63
  private serialize;
64
+ /**
65
+ * @internal
66
+ */
51
67
  private deserialize;
52
68
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ListWhatIfAnalysesRequest, ListWhatIfAnalysesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListWhatIfAnalysesCommand}.
8
10
  */
9
11
  export interface ListWhatIfAnalysesCommandInput extends ListWhatIfAnalysesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListWhatIfAnalysesCommand}.
13
17
  */
14
18
  export interface ListWhatIfAnalysesCommandOutput extends ListWhatIfAnalysesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of what-if analyses created using the <a>CreateWhatIfAnalysis</a> operation. For each what-if analysis, this operation returns a summary of its properties, including its Amazon Resource Name (ARN). You can retrieve the complete set of properties by using the what-if analysis ARN with the <a>DescribeWhatIfAnalysis</a> operation.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListWhatIfAnalysesCommandOutput extends ListWhatIfAnalysesRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListWhatIfAnalysesCommandInput - {@link ListWhatIfAnalysesCommandInput}
34
+ * @returns {@link ListWhatIfAnalysesCommandOutput}
28
35
  * @see {@link ListWhatIfAnalysesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListWhatIfAnalysesCommandOutput} for command's `response` shape.
30
37
  * @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
@@ -41,11 +48,20 @@ export interface ListWhatIfAnalysesCommandOutput extends ListWhatIfAnalysesRespo
41
48
  export declare class ListWhatIfAnalysesCommand extends $Command<ListWhatIfAnalysesCommandInput, ListWhatIfAnalysesCommandOutput, ForecastClientResolvedConfig> {
42
49
  readonly input: ListWhatIfAnalysesCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: ListWhatIfAnalysesCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWhatIfAnalysesCommandInput, ListWhatIfAnalysesCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ListWhatIfForecastExportsRequest, ListWhatIfForecastExportsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListWhatIfForecastExportsCommand}.
8
10
  */
9
11
  export interface ListWhatIfForecastExportsCommandInput extends ListWhatIfForecastExportsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListWhatIfForecastExportsCommand}.
13
17
  */
14
18
  export interface ListWhatIfForecastExportsCommandOutput extends ListWhatIfForecastExportsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of what-if forecast exports created using the <a>CreateWhatIfForecastExport</a> operation. For each what-if forecast export, this operation returns a summary of its properties, including its Amazon Resource Name (ARN). You can retrieve the complete set of properties by using the what-if forecast export ARN with the <a>DescribeWhatIfForecastExport</a> operation.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListWhatIfForecastExportsCommandOutput extends ListWhatIfForeca
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListWhatIfForecastExportsCommandInput - {@link ListWhatIfForecastExportsCommandInput}
34
+ * @returns {@link ListWhatIfForecastExportsCommandOutput}
28
35
  * @see {@link ListWhatIfForecastExportsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListWhatIfForecastExportsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
@@ -41,11 +48,20 @@ export interface ListWhatIfForecastExportsCommandOutput extends ListWhatIfForeca
41
48
  export declare class ListWhatIfForecastExportsCommand extends $Command<ListWhatIfForecastExportsCommandInput, ListWhatIfForecastExportsCommandOutput, ForecastClientResolvedConfig> {
42
49
  readonly input: ListWhatIfForecastExportsCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: ListWhatIfForecastExportsCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWhatIfForecastExportsCommandInput, ListWhatIfForecastExportsCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ListWhatIfForecastsRequest, ListWhatIfForecastsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListWhatIfForecastsCommand}.
8
10
  */
9
11
  export interface ListWhatIfForecastsCommandInput extends ListWhatIfForecastsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListWhatIfForecastsCommand}.
13
17
  */
14
18
  export interface ListWhatIfForecastsCommandOutput extends ListWhatIfForecastsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of what-if forecasts created using the <a>CreateWhatIfForecast</a> operation. For each what-if forecast, this operation returns a summary of its properties, including its Amazon Resource Name (ARN). You can retrieve the complete set of properties by using the what-if forecast ARN with the <a>DescribeWhatIfForecast</a> operation.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListWhatIfForecastsCommandOutput extends ListWhatIfForecastsRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListWhatIfForecastsCommandInput - {@link ListWhatIfForecastsCommandInput}
34
+ * @returns {@link ListWhatIfForecastsCommandOutput}
28
35
  * @see {@link ListWhatIfForecastsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListWhatIfForecastsCommandOutput} for command's `response` shape.
30
37
  * @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
@@ -41,11 +48,20 @@ export interface ListWhatIfForecastsCommandOutput extends ListWhatIfForecastsRes
41
48
  export declare class ListWhatIfForecastsCommand extends $Command<ListWhatIfForecastsCommandInput, ListWhatIfForecastsCommandOutput, ForecastClientResolvedConfig> {
42
49
  readonly input: ListWhatIfForecastsCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: ListWhatIfForecastsCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWhatIfForecastsCommandInput, ListWhatIfForecastsCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { ResumeResourceRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ResumeResourceCommand}.
8
10
  */
9
11
  export interface ResumeResourceCommandInput extends ResumeResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ResumeResourceCommand}.
13
17
  */
14
18
  export interface ResumeResourceCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Resumes a stopped monitor resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ResumeResourceCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ResumeResourceCommandInput - {@link ResumeResourceCommandInput}
34
+ * @returns {@link ResumeResourceCommandOutput}
28
35
  * @see {@link ResumeResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ResumeResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
@@ -48,11 +55,20 @@ export interface ResumeResourceCommandOutput extends __MetadataBearer {
48
55
  export declare class ResumeResourceCommand extends $Command<ResumeResourceCommandInput, ResumeResourceCommandOutput, ForecastClientResolvedConfig> {
49
56
  readonly input: ResumeResourceCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: ResumeResourceCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResumeResourceCommandInput, ResumeResourceCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { StopResourceRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopResourceCommand}.
8
10
  */
9
11
  export interface StopResourceCommandInput extends StopResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopResourceCommand}.
13
17
  */
14
18
  export interface StopResourceCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stops a resource.</p>
18
23
  * <p>The resource undergoes the following states: <code>CREATE_STOPPING</code> and
19
24
  * <code>CREATE_STOPPED</code>. You cannot resume a resource once it has been
@@ -53,6 +58,8 @@ export interface StopResourceCommandOutput extends __MetadataBearer {
53
58
  * const response = await client.send(command);
54
59
  * ```
55
60
  *
61
+ * @param StopResourceCommandInput - {@link StopResourceCommandInput}
62
+ * @returns {@link StopResourceCommandOutput}
56
63
  * @see {@link StopResourceCommandInput} for command's `input` shape.
57
64
  * @see {@link StopResourceCommandOutput} for command's `response` shape.
58
65
  * @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
@@ -73,11 +80,20 @@ export interface StopResourceCommandOutput extends __MetadataBearer {
73
80
  export declare class StopResourceCommand extends $Command<StopResourceCommandInput, StopResourceCommandOutput, ForecastClientResolvedConfig> {
74
81
  readonly input: StopResourceCommandInput;
75
82
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
+ /**
84
+ * @public
85
+ */
76
86
  constructor(input: StopResourceCommandInput);
77
87
  /**
78
88
  * @internal
79
89
  */
80
90
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopResourceCommandInput, StopResourceCommandOutput>;
91
+ /**
92
+ * @internal
93
+ */
81
94
  private serialize;
95
+ /**
96
+ * @internal
97
+ */
82
98
  private deserialize;
83
99
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Associates the specified tags to a resource with the specified <code>resourceArn</code>.
18
23
  * If existing tags on a resource are not specified in the request parameters, they are not
19
24
  * changed. When a resource is deleted, the tags associated with that resource are also
@@ -28,6 +33,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
37
+ * @returns {@link TagResourceCommandOutput}
31
38
  * @see {@link TagResourceCommandInput} for command's `input` shape.
32
39
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
33
40
  * @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
@@ -48,11 +55,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
48
55
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ForecastClientResolvedConfig> {
49
56
  readonly input: TagResourceCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: TagResourceCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }