@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 { CreateWhatIfForecastExportRequest, CreateWhatIfForecastExportResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateWhatIfForecastExportCommand}.
8
10
  */
9
11
  export interface CreateWhatIfForecastExportCommandInput extends CreateWhatIfForecastExportRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateWhatIfForecastExportCommand}.
13
17
  */
14
18
  export interface CreateWhatIfForecastExportCommandOutput extends CreateWhatIfForecastExportResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Exports a forecast created by the <a>CreateWhatIfForecast</a> operation to your
18
23
  * Amazon Simple Storage Service (Amazon S3) bucket. The forecast file name will match the following conventions:</p>
19
24
  * <p>
@@ -41,6 +46,8 @@ export interface CreateWhatIfForecastExportCommandOutput extends CreateWhatIfFor
41
46
  * const response = await client.send(command);
42
47
  * ```
43
48
  *
49
+ * @param CreateWhatIfForecastExportCommandInput - {@link CreateWhatIfForecastExportCommandInput}
50
+ * @returns {@link CreateWhatIfForecastExportCommandOutput}
44
51
  * @see {@link CreateWhatIfForecastExportCommandInput} for command's `input` shape.
45
52
  * @see {@link CreateWhatIfForecastExportCommandOutput} for command's `response` shape.
46
53
  * @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
@@ -67,11 +74,20 @@ export interface CreateWhatIfForecastExportCommandOutput extends CreateWhatIfFor
67
74
  export declare class CreateWhatIfForecastExportCommand extends $Command<CreateWhatIfForecastExportCommandInput, CreateWhatIfForecastExportCommandOutput, ForecastClientResolvedConfig> {
68
75
  readonly input: CreateWhatIfForecastExportCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: CreateWhatIfForecastExportCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWhatIfForecastExportCommandInput, CreateWhatIfForecastExportCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
75
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
76
92
  private deserialize;
77
93
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { DeleteDatasetRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteDatasetCommand}.
8
10
  */
9
11
  export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteDatasetCommand}.
13
17
  */
14
18
  export interface DeleteDatasetCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an Amazon Forecast dataset that was created using the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_CreateDataset.html">CreateDataset</a> operation. You can
18
23
  * only delete datasets that have a status of <code>ACTIVE</code> or <code>CREATE_FAILED</code>.
19
24
  * To get the status use the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_DescribeDataset.html">DescribeDataset</a> operation.</p>
@@ -32,6 +37,8 @@ export interface DeleteDatasetCommandOutput extends __MetadataBearer {
32
37
  * const response = await client.send(command);
33
38
  * ```
34
39
  *
40
+ * @param DeleteDatasetCommandInput - {@link DeleteDatasetCommandInput}
41
+ * @returns {@link DeleteDatasetCommandOutput}
35
42
  * @see {@link DeleteDatasetCommandInput} for command's `input` shape.
36
43
  * @see {@link DeleteDatasetCommandOutput} for command's `response` shape.
37
44
  * @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteDatasetCommandOutput extends __MetadataBearer {
52
59
  export declare class DeleteDatasetCommand extends $Command<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, ForecastClientResolvedConfig> {
53
60
  readonly input: DeleteDatasetCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteDatasetCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDatasetCommandInput, DeleteDatasetCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { DeleteDatasetGroupRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteDatasetGroupCommand}.
8
10
  */
9
11
  export interface DeleteDatasetGroupCommandInput extends DeleteDatasetGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteDatasetGroupCommand}.
13
17
  */
14
18
  export interface DeleteDatasetGroupCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a dataset group created using the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_CreateDatasetGroup.html">CreateDatasetGroup</a> operation.
18
23
  * You can only delete dataset groups that have a status of <code>ACTIVE</code>,
19
24
  * <code>CREATE_FAILED</code>, or <code>UPDATE_FAILED</code>. To get the status, use the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_DescribeDatasetGroup.html">DescribeDatasetGroup</a> operation.</p>
@@ -28,6 +33,8 @@ export interface DeleteDatasetGroupCommandOutput extends __MetadataBearer {
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DeleteDatasetGroupCommandInput - {@link DeleteDatasetGroupCommandInput}
37
+ * @returns {@link DeleteDatasetGroupCommandOutput}
31
38
  * @see {@link DeleteDatasetGroupCommandInput} for command's `input` shape.
32
39
  * @see {@link DeleteDatasetGroupCommandOutput} for command's `response` shape.
33
40
  * @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
@@ -48,11 +55,20 @@ export interface DeleteDatasetGroupCommandOutput extends __MetadataBearer {
48
55
  export declare class DeleteDatasetGroupCommand extends $Command<DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput, ForecastClientResolvedConfig> {
49
56
  readonly input: DeleteDatasetGroupCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: DeleteDatasetGroupCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput>;
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 { DeleteDatasetImportJobRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteDatasetImportJobCommand}.
8
10
  */
9
11
  export interface DeleteDatasetImportJobCommandInput extends DeleteDatasetImportJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteDatasetImportJobCommand}.
13
17
  */
14
18
  export interface DeleteDatasetImportJobCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a dataset import job created using the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_CreateDatasetImportJob.html">CreateDatasetImportJob</a>
18
23
  * operation. You can delete only dataset import jobs that have a status of <code>ACTIVE</code>
19
24
  * or <code>CREATE_FAILED</code>. To get the status, use the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_DescribeDatasetImportJob.html">DescribeDatasetImportJob</a>
@@ -28,6 +33,8 @@ export interface DeleteDatasetImportJobCommandOutput extends __MetadataBearer {
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DeleteDatasetImportJobCommandInput - {@link DeleteDatasetImportJobCommandInput}
37
+ * @returns {@link DeleteDatasetImportJobCommandOutput}
31
38
  * @see {@link DeleteDatasetImportJobCommandInput} for command's `input` shape.
32
39
  * @see {@link DeleteDatasetImportJobCommandOutput} for command's `response` shape.
33
40
  * @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
@@ -48,11 +55,20 @@ export interface DeleteDatasetImportJobCommandOutput extends __MetadataBearer {
48
55
  export declare class DeleteDatasetImportJobCommand extends $Command<DeleteDatasetImportJobCommandInput, DeleteDatasetImportJobCommandOutput, ForecastClientResolvedConfig> {
49
56
  readonly input: DeleteDatasetImportJobCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: DeleteDatasetImportJobCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDatasetImportJobCommandInput, DeleteDatasetImportJobCommandOutput>;
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 { DeleteExplainabilityRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteExplainabilityCommand}.
8
10
  */
9
11
  export interface DeleteExplainabilityCommandInput extends DeleteExplainabilityRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteExplainabilityCommand}.
13
17
  */
14
18
  export interface DeleteExplainabilityCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an Explainability resource.</p>
18
23
  * <p>You can delete only predictor that have a status of <code>ACTIVE</code> or
19
24
  * <code>CREATE_FAILED</code>. To get the status, use the <a>DescribeExplainability</a> operation.</p>
@@ -27,6 +32,8 @@ export interface DeleteExplainabilityCommandOutput extends __MetadataBearer {
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DeleteExplainabilityCommandInput - {@link DeleteExplainabilityCommandInput}
36
+ * @returns {@link DeleteExplainabilityCommandOutput}
30
37
  * @see {@link DeleteExplainabilityCommandInput} for command's `input` shape.
31
38
  * @see {@link DeleteExplainabilityCommandOutput} for command's `response` shape.
32
39
  * @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
@@ -47,11 +54,20 @@ export interface DeleteExplainabilityCommandOutput extends __MetadataBearer {
47
54
  export declare class DeleteExplainabilityCommand extends $Command<DeleteExplainabilityCommandInput, DeleteExplainabilityCommandOutput, ForecastClientResolvedConfig> {
48
55
  readonly input: DeleteExplainabilityCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: DeleteExplainabilityCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteExplainabilityCommandInput, DeleteExplainabilityCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { DeleteExplainabilityExportRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteExplainabilityExportCommand}.
8
10
  */
9
11
  export interface DeleteExplainabilityExportCommandInput extends DeleteExplainabilityExportRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteExplainabilityExportCommand}.
13
17
  */
14
18
  export interface DeleteExplainabilityExportCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an Explainability export.</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 DeleteExplainabilityExportCommandOutput extends __MetadataBeare
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteExplainabilityExportCommandInput - {@link DeleteExplainabilityExportCommandInput}
34
+ * @returns {@link DeleteExplainabilityExportCommandOutput}
28
35
  * @see {@link DeleteExplainabilityExportCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteExplainabilityExportCommandOutput} for command's `response` shape.
30
37
  * @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
@@ -45,11 +52,20 @@ export interface DeleteExplainabilityExportCommandOutput extends __MetadataBeare
45
52
  export declare class DeleteExplainabilityExportCommand extends $Command<DeleteExplainabilityExportCommandInput, DeleteExplainabilityExportCommandOutput, ForecastClientResolvedConfig> {
46
53
  readonly input: DeleteExplainabilityExportCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: DeleteExplainabilityExportCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteExplainabilityExportCommandInput, DeleteExplainabilityExportCommandOutput>;
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 { DeleteForecastRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteForecastCommand}.
8
10
  */
9
11
  export interface DeleteForecastCommandInput extends DeleteForecastRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteForecastCommand}.
13
17
  */
14
18
  export interface DeleteForecastCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a forecast created using the <a>CreateForecast</a> operation. You can
18
23
  * delete only forecasts that have a status of <code>ACTIVE</code> or <code>CREATE_FAILED</code>.
19
24
  * To get the status, use the <a>DescribeForecast</a> operation.</p>
@@ -29,6 +34,8 @@ export interface DeleteForecastCommandOutput extends __MetadataBearer {
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DeleteForecastCommandInput - {@link DeleteForecastCommandInput}
38
+ * @returns {@link DeleteForecastCommandOutput}
32
39
  * @see {@link DeleteForecastCommandInput} for command's `input` shape.
33
40
  * @see {@link DeleteForecastCommandOutput} for command's `response` shape.
34
41
  * @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteForecastCommandOutput extends __MetadataBearer {
49
56
  export declare class DeleteForecastCommand extends $Command<DeleteForecastCommandInput, DeleteForecastCommandOutput, ForecastClientResolvedConfig> {
50
57
  readonly input: DeleteForecastCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteForecastCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteForecastCommandInput, DeleteForecastCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { DeleteForecastExportJobRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteForecastExportJobCommand}.
8
10
  */
9
11
  export interface DeleteForecastExportJobCommandInput extends DeleteForecastExportJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteForecastExportJobCommand}.
13
17
  */
14
18
  export interface DeleteForecastExportJobCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a forecast export job created using the <a>CreateForecastExportJob</a>
18
23
  * operation. You can delete only export jobs that have a status of <code>ACTIVE</code> or
19
24
  * <code>CREATE_FAILED</code>. To get the status, use the <a>DescribeForecastExportJob</a> operation.</p>
@@ -27,6 +32,8 @@ export interface DeleteForecastExportJobCommandOutput extends __MetadataBearer {
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DeleteForecastExportJobCommandInput - {@link DeleteForecastExportJobCommandInput}
36
+ * @returns {@link DeleteForecastExportJobCommandOutput}
30
37
  * @see {@link DeleteForecastExportJobCommandInput} for command's `input` shape.
31
38
  * @see {@link DeleteForecastExportJobCommandOutput} for command's `response` shape.
32
39
  * @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
@@ -47,11 +54,20 @@ export interface DeleteForecastExportJobCommandOutput extends __MetadataBearer {
47
54
  export declare class DeleteForecastExportJobCommand extends $Command<DeleteForecastExportJobCommandInput, DeleteForecastExportJobCommandOutput, ForecastClientResolvedConfig> {
48
55
  readonly input: DeleteForecastExportJobCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: DeleteForecastExportJobCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteForecastExportJobCommandInput, DeleteForecastExportJobCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { DeleteMonitorRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteMonitorCommand}.
8
10
  */
9
11
  export interface DeleteMonitorCommandInput extends DeleteMonitorRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteMonitorCommand}.
13
17
  */
14
18
  export interface DeleteMonitorCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a monitor resource. You can only delete a monitor resource with a status of <code>ACTIVE</code>, <code>ACTIVE_STOPPED</code>, <code>CREATE_FAILED</code>, or <code>CREATE_STOPPED</code>.</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 DeleteMonitorCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteMonitorCommandInput - {@link DeleteMonitorCommandInput}
34
+ * @returns {@link DeleteMonitorCommandOutput}
28
35
  * @see {@link DeleteMonitorCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteMonitorCommandOutput} for command's `response` shape.
30
37
  * @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
@@ -45,11 +52,20 @@ export interface DeleteMonitorCommandOutput extends __MetadataBearer {
45
52
  export declare class DeleteMonitorCommand extends $Command<DeleteMonitorCommandInput, DeleteMonitorCommandOutput, ForecastClientResolvedConfig> {
46
53
  readonly input: DeleteMonitorCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: DeleteMonitorCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMonitorCommandInput, DeleteMonitorCommandOutput>;
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 { DeletePredictorBacktestExportJobRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeletePredictorBacktestExportJobCommand}.
8
10
  */
9
11
  export interface DeletePredictorBacktestExportJobCommandInput extends DeletePredictorBacktestExportJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeletePredictorBacktestExportJobCommand}.
13
17
  */
14
18
  export interface DeletePredictorBacktestExportJobCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a predictor backtest export job.</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 DeletePredictorBacktestExportJobCommandOutput extends __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeletePredictorBacktestExportJobCommandInput - {@link DeletePredictorBacktestExportJobCommandInput}
34
+ * @returns {@link DeletePredictorBacktestExportJobCommandOutput}
28
35
  * @see {@link DeletePredictorBacktestExportJobCommandInput} for command's `input` shape.
29
36
  * @see {@link DeletePredictorBacktestExportJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
@@ -45,11 +52,20 @@ export interface DeletePredictorBacktestExportJobCommandOutput extends __Metadat
45
52
  export declare class DeletePredictorBacktestExportJobCommand extends $Command<DeletePredictorBacktestExportJobCommandInput, DeletePredictorBacktestExportJobCommandOutput, ForecastClientResolvedConfig> {
46
53
  readonly input: DeletePredictorBacktestExportJobCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: DeletePredictorBacktestExportJobCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePredictorBacktestExportJobCommandInput, DeletePredictorBacktestExportJobCommandOutput>;
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 { DeletePredictorRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeletePredictorCommand}.
8
10
  */
9
11
  export interface DeletePredictorCommandInput extends DeletePredictorRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeletePredictorCommand}.
13
17
  */
14
18
  export interface DeletePredictorCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a predictor created using the <a>DescribePredictor</a> or <a>CreatePredictor</a> operations. You can delete only predictor that have a status of
18
23
  * <code>ACTIVE</code> or <code>CREATE_FAILED</code>. To get the status, use the <a>DescribePredictor</a> operation.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeletePredictorCommandOutput extends __MetadataBearer {
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeletePredictorCommandInput - {@link DeletePredictorCommandInput}
35
+ * @returns {@link DeletePredictorCommandOutput}
29
36
  * @see {@link DeletePredictorCommandInput} for command's `input` shape.
30
37
  * @see {@link DeletePredictorCommandOutput} for command's `response` shape.
31
38
  * @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DeletePredictorCommandOutput extends __MetadataBearer {
46
53
  export declare class DeletePredictorCommand extends $Command<DeletePredictorCommandInput, DeletePredictorCommandOutput, ForecastClientResolvedConfig> {
47
54
  readonly input: DeletePredictorCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DeletePredictorCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePredictorCommandInput, DeletePredictorCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
5
5
  import { DeleteResourceTreeRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteResourceTreeCommand}.
8
10
  */
9
11
  export interface DeleteResourceTreeCommandInput extends DeleteResourceTreeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteResourceTreeCommand}.
13
17
  */
14
18
  export interface DeleteResourceTreeCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an entire resource tree. This operation will delete the parent resource and
18
23
  * its child resources.</p>
19
24
  * <p>Child resources are resources that were created from another resource. For example,
@@ -55,6 +60,8 @@ export interface DeleteResourceTreeCommandOutput extends __MetadataBearer {
55
60
  * const response = await client.send(command);
56
61
  * ```
57
62
  *
63
+ * @param DeleteResourceTreeCommandInput - {@link DeleteResourceTreeCommandInput}
64
+ * @returns {@link DeleteResourceTreeCommandOutput}
58
65
  * @see {@link DeleteResourceTreeCommandInput} for command's `input` shape.
59
66
  * @see {@link DeleteResourceTreeCommandOutput} for command's `response` shape.
60
67
  * @see {@link ForecastClientResolvedConfig | config} for ForecastClient's `config` shape.
@@ -75,11 +82,20 @@ export interface DeleteResourceTreeCommandOutput extends __MetadataBearer {
75
82
  export declare class DeleteResourceTreeCommand extends $Command<DeleteResourceTreeCommandInput, DeleteResourceTreeCommandOutput, ForecastClientResolvedConfig> {
76
83
  readonly input: DeleteResourceTreeCommandInput;
77
84
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
+ /**
86
+ * @public
87
+ */
78
88
  constructor(input: DeleteResourceTreeCommandInput);
79
89
  /**
80
90
  * @internal
81
91
  */
82
92
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourceTreeCommandInput, DeleteResourceTreeCommandOutput>;
93
+ /**
94
+ * @internal
95
+ */
83
96
  private serialize;
97
+ /**
98
+ * @internal
99
+ */
84
100
  private deserialize;
85
101
  }