@aws-sdk/client-forecastquery 3.325.0 → 3.326.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.
|
@@ -48,6 +48,19 @@ export interface QueryForecastCommandOutput extends QueryForecastResponse, __Met
|
|
|
48
48
|
* };
|
|
49
49
|
* const command = new QueryForecastCommand(input);
|
|
50
50
|
* const response = await client.send(command);
|
|
51
|
+
* // { // QueryForecastResponse
|
|
52
|
+
* // Forecast: { // Forecast
|
|
53
|
+
* // Predictions: { // Predictions
|
|
54
|
+
* // "<keys>": [ // TimeSeries
|
|
55
|
+
* // { // DataPoint
|
|
56
|
+
* // Timestamp: "STRING_VALUE",
|
|
57
|
+
* // Value: Number("double"),
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // },
|
|
61
|
+
* // },
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
51
64
|
* ```
|
|
52
65
|
*
|
|
53
66
|
* @param QueryForecastCommandInput - {@link QueryForecastCommandInput}
|
|
@@ -72,6 +85,8 @@ export interface QueryForecastCommandOutput extends QueryForecastResponse, __Met
|
|
|
72
85
|
* <p>We can't find that resource. Check the information that you've provided and try
|
|
73
86
|
* again.</p>
|
|
74
87
|
*
|
|
88
|
+
* @throws {@link ForecastqueryServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from Forecastquery service.</p>
|
|
75
90
|
*
|
|
76
91
|
*/
|
|
77
92
|
export declare class QueryForecastCommand extends $Command<QueryForecastCommandInput, QueryForecastCommandOutput, ForecastqueryClientResolvedConfig> {
|
|
@@ -37,6 +37,19 @@ export interface QueryWhatIfForecastCommandOutput extends QueryWhatIfForecastRes
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new QueryWhatIfForecastCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // QueryWhatIfForecastResponse
|
|
41
|
+
* // Forecast: { // Forecast
|
|
42
|
+
* // Predictions: { // Predictions
|
|
43
|
+
* // "<keys>": [ // TimeSeries
|
|
44
|
+
* // { // DataPoint
|
|
45
|
+
* // Timestamp: "STRING_VALUE",
|
|
46
|
+
* // Value: Number("double"),
|
|
47
|
+
* // },
|
|
48
|
+
* // ],
|
|
49
|
+
* // },
|
|
50
|
+
* // },
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
40
53
|
* ```
|
|
41
54
|
*
|
|
42
55
|
* @param QueryWhatIfForecastCommandInput - {@link QueryWhatIfForecastCommandInput}
|
|
@@ -61,6 +74,8 @@ export interface QueryWhatIfForecastCommandOutput extends QueryWhatIfForecastRes
|
|
|
61
74
|
* <p>We can't find that resource. Check the information that you've provided and try
|
|
62
75
|
* again.</p>
|
|
63
76
|
*
|
|
77
|
+
* @throws {@link ForecastqueryServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from Forecastquery service.</p>
|
|
64
79
|
*
|
|
65
80
|
*/
|
|
66
81
|
export declare class QueryWhatIfForecastCommand extends $Command<QueryWhatIfForecastCommandInput, QueryWhatIfForecastCommandOutput, ForecastqueryClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-forecastquery",
|
|
3
3
|
"description": "AWS SDK for JavaScript Forecastquery Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.326.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.326.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|