@aws-sdk/client-forecast 3.300.0 → 3.303.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.
- package/dist-cjs/models/models_0.js +100 -117
- package/dist-es/models/models_0.js +100 -117
- package/dist-types/commands/CreateAutoPredictorCommand.d.ts +16 -16
- package/dist-types/commands/CreateDatasetCommand.d.ts +7 -7
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +4 -4
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +5 -5
- package/dist-types/commands/CreateExplainabilityCommand.d.ts +9 -9
- package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +5 -5
- package/dist-types/commands/CreateForecastCommand.d.ts +11 -11
- package/dist-types/commands/CreateForecastExportJobCommand.d.ts +5 -5
- package/dist-types/commands/CreateMonitorCommand.d.ts +3 -3
- package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +5 -5
- package/dist-types/commands/CreatePredictorCommand.d.ts +26 -26
- package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +10 -10
- package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +13 -13
- package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +6 -6
- package/dist-types/commands/DeleteDatasetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteExplainabilityCommand.d.ts +1 -1
- package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +1 -1
- package/dist-types/commands/DeleteForecastCommand.d.ts +1 -1
- package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMonitorCommand.d.ts +1 -1
- package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DeletePredictorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourceTreeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExplainabilityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeForecastCommand.d.ts +1 -1
- package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMonitorCommand.d.ts +1 -1
- package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribePredictorCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +1 -1
- package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListDatasetsCommand.d.ts +1 -1
- package/dist-types/commands/ListExplainabilitiesCommand.d.ts +3 -3
- package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +3 -3
- package/dist-types/commands/ListForecastExportJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListForecastsCommand.d.ts +3 -3
- package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +3 -3
- package/dist-types/commands/ListMonitorsCommand.d.ts +3 -3
- package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListPredictorsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +3 -3
- package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +3 -3
- package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +3 -3
- package/dist-types/commands/ResumeResourceCommand.d.ts +1 -1
- package/dist-types/commands/StopResourceCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +185 -100
- package/dist-types/ts3.4/models/models_0.d.ts +124 -100
- package/package.json +34 -34
|
@@ -50,7 +50,7 @@ export interface DescribeForecastExportJobCommandOutput extends DescribeForecast
|
|
|
50
50
|
* import { ForecastClient, DescribeForecastExportJobCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
51
51
|
* // const { ForecastClient, DescribeForecastExportJobCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
52
52
|
* const client = new ForecastClient(config);
|
|
53
|
-
* const input = {
|
|
53
|
+
* const input = { // DescribeForecastExportJobRequest
|
|
54
54
|
* ForecastExportJobArn: "STRING_VALUE", // required
|
|
55
55
|
* };
|
|
56
56
|
* const command = new DescribeForecastExportJobCommand(input);
|
|
@@ -63,7 +63,7 @@ export interface DescribeMonitorCommandOutput extends DescribeMonitorResponse, _
|
|
|
63
63
|
* import { ForecastClient, DescribeMonitorCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
64
64
|
* // const { ForecastClient, DescribeMonitorCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
65
65
|
* const client = new ForecastClient(config);
|
|
66
|
-
* const input = {
|
|
66
|
+
* const input = { // DescribeMonitorRequest
|
|
67
67
|
* MonitorArn: "STRING_VALUE", // required
|
|
68
68
|
* };
|
|
69
69
|
* const command = new DescribeMonitorCommand(input);
|
|
@@ -50,7 +50,7 @@ export interface DescribePredictorBacktestExportJobCommandOutput extends Describ
|
|
|
50
50
|
* import { ForecastClient, DescribePredictorBacktestExportJobCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
51
51
|
* // const { ForecastClient, DescribePredictorBacktestExportJobCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
52
52
|
* const client = new ForecastClient(config);
|
|
53
|
-
* const input = {
|
|
53
|
+
* const input = { // DescribePredictorBacktestExportJobRequest
|
|
54
54
|
* PredictorBacktestExportJobArn: "STRING_VALUE", // required
|
|
55
55
|
* };
|
|
56
56
|
* const command = new DescribePredictorBacktestExportJobCommand(input);
|
|
@@ -64,7 +64,7 @@ export interface DescribePredictorCommandOutput extends DescribePredictorRespons
|
|
|
64
64
|
* import { ForecastClient, DescribePredictorCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
65
65
|
* // const { ForecastClient, DescribePredictorCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
66
66
|
* const client = new ForecastClient(config);
|
|
67
|
-
* const input = {
|
|
67
|
+
* const input = { // DescribePredictorRequest
|
|
68
68
|
* PredictorArn: "STRING_VALUE", // required
|
|
69
69
|
* };
|
|
70
70
|
* const command = new DescribePredictorCommand(input);
|
|
@@ -48,7 +48,7 @@ export interface DescribeWhatIfAnalysisCommandOutput extends DescribeWhatIfAnaly
|
|
|
48
48
|
* import { ForecastClient, DescribeWhatIfAnalysisCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
49
49
|
* // const { ForecastClient, DescribeWhatIfAnalysisCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
50
50
|
* const client = new ForecastClient(config);
|
|
51
|
-
* const input = {
|
|
51
|
+
* const input = { // DescribeWhatIfAnalysisRequest
|
|
52
52
|
* WhatIfAnalysisArn: "STRING_VALUE", // required
|
|
53
53
|
* };
|
|
54
54
|
* const command = new DescribeWhatIfAnalysisCommand(input);
|
|
@@ -48,7 +48,7 @@ export interface DescribeWhatIfForecastCommandOutput extends DescribeWhatIfForec
|
|
|
48
48
|
* import { ForecastClient, DescribeWhatIfForecastCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
49
49
|
* // const { ForecastClient, DescribeWhatIfForecastCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
50
50
|
* const client = new ForecastClient(config);
|
|
51
|
-
* const input = {
|
|
51
|
+
* const input = { // DescribeWhatIfForecastRequest
|
|
52
52
|
* WhatIfForecastArn: "STRING_VALUE", // required
|
|
53
53
|
* };
|
|
54
54
|
* const command = new DescribeWhatIfForecastCommand(input);
|
|
@@ -48,7 +48,7 @@ export interface DescribeWhatIfForecastExportCommandOutput extends DescribeWhatI
|
|
|
48
48
|
* import { ForecastClient, DescribeWhatIfForecastExportCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
49
49
|
* // const { ForecastClient, DescribeWhatIfForecastExportCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
50
50
|
* const client = new ForecastClient(config);
|
|
51
|
-
* const input = {
|
|
51
|
+
* const input = { // DescribeWhatIfForecastExportRequest
|
|
52
52
|
* WhatIfForecastExportArn: "STRING_VALUE", // required
|
|
53
53
|
* };
|
|
54
54
|
* const command = new DescribeWhatIfForecastExportCommand(input);
|
|
@@ -42,7 +42,7 @@ export interface GetAccuracyMetricsCommandOutput extends GetAccuracyMetricsRespo
|
|
|
42
42
|
* import { ForecastClient, GetAccuracyMetricsCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
43
43
|
* // const { ForecastClient, GetAccuracyMetricsCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
44
44
|
* const client = new ForecastClient(config);
|
|
45
|
-
* const input = {
|
|
45
|
+
* const input = { // GetAccuracyMetricsRequest
|
|
46
46
|
* PredictorArn: "STRING_VALUE", // required
|
|
47
47
|
* };
|
|
48
48
|
* const command = new GetAccuracyMetricsCommand(input);
|
|
@@ -30,7 +30,7 @@ export interface ListDatasetGroupsCommandOutput extends ListDatasetGroupsRespons
|
|
|
30
30
|
* import { ForecastClient, ListDatasetGroupsCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
31
31
|
* // const { ForecastClient, ListDatasetGroupsCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
32
32
|
* const client = new ForecastClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // ListDatasetGroupsRequest
|
|
34
34
|
* NextToken: "STRING_VALUE",
|
|
35
35
|
* MaxResults: Number("int"),
|
|
36
36
|
* };
|
|
@@ -30,11 +30,11 @@ export interface ListDatasetImportJobsCommandOutput extends ListDatasetImportJob
|
|
|
30
30
|
* import { ForecastClient, ListDatasetImportJobsCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
31
31
|
* // const { ForecastClient, ListDatasetImportJobsCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
32
32
|
* const client = new ForecastClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // ListDatasetImportJobsRequest
|
|
34
34
|
* NextToken: "STRING_VALUE",
|
|
35
35
|
* MaxResults: Number("int"),
|
|
36
|
-
* Filters: [
|
|
37
|
-
* {
|
|
36
|
+
* Filters: [ // Filters
|
|
37
|
+
* { // Filter
|
|
38
38
|
* Key: "STRING_VALUE", // required
|
|
39
39
|
* Value: "STRING_VALUE", // required
|
|
40
40
|
* Condition: "IS" || "IS_NOT", // required
|
|
@@ -28,7 +28,7 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
|
|
|
28
28
|
* import { ForecastClient, ListDatasetsCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
29
29
|
* // const { ForecastClient, ListDatasetsCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
30
30
|
* const client = new ForecastClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListDatasetsRequest
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
33
33
|
* MaxResults: Number("int"),
|
|
34
34
|
* };
|
|
@@ -30,11 +30,11 @@ export interface ListExplainabilitiesCommandOutput extends ListExplainabilitiesR
|
|
|
30
30
|
* import { ForecastClient, ListExplainabilitiesCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
31
31
|
* // const { ForecastClient, ListExplainabilitiesCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
32
32
|
* const client = new ForecastClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // ListExplainabilitiesRequest
|
|
34
34
|
* NextToken: "STRING_VALUE",
|
|
35
35
|
* MaxResults: Number("int"),
|
|
36
|
-
* Filters: [
|
|
37
|
-
* {
|
|
36
|
+
* Filters: [ // Filters
|
|
37
|
+
* { // Filter
|
|
38
38
|
* Key: "STRING_VALUE", // required
|
|
39
39
|
* Value: "STRING_VALUE", // required
|
|
40
40
|
* Condition: "IS" || "IS_NOT", // required
|
|
@@ -29,11 +29,11 @@ export interface ListExplainabilityExportsCommandOutput extends ListExplainabili
|
|
|
29
29
|
* import { ForecastClient, ListExplainabilityExportsCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
30
30
|
* // const { ForecastClient, ListExplainabilityExportsCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
31
31
|
* const client = new ForecastClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // ListExplainabilityExportsRequest
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
34
34
|
* MaxResults: Number("int"),
|
|
35
|
-
* Filters: [
|
|
36
|
-
* {
|
|
35
|
+
* Filters: [ // Filters
|
|
36
|
+
* { // Filter
|
|
37
37
|
* Key: "STRING_VALUE", // required
|
|
38
38
|
* Value: "STRING_VALUE", // required
|
|
39
39
|
* Condition: "IS" || "IS_NOT", // required
|
|
@@ -29,11 +29,11 @@ export interface ListForecastExportJobsCommandOutput extends ListForecastExportJ
|
|
|
29
29
|
* import { ForecastClient, ListForecastExportJobsCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
30
30
|
* // const { ForecastClient, ListForecastExportJobsCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
31
31
|
* const client = new ForecastClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // ListForecastExportJobsRequest
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
34
34
|
* MaxResults: Number("int"),
|
|
35
|
-
* Filters: [
|
|
36
|
-
* {
|
|
35
|
+
* Filters: [ // Filters
|
|
36
|
+
* { // Filter
|
|
37
37
|
* Key: "STRING_VALUE", // required
|
|
38
38
|
* Value: "STRING_VALUE", // required
|
|
39
39
|
* Condition: "IS" || "IS_NOT", // required
|
|
@@ -30,11 +30,11 @@ export interface ListForecastsCommandOutput extends ListForecastsResponse, __Met
|
|
|
30
30
|
* import { ForecastClient, ListForecastsCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
31
31
|
* // const { ForecastClient, ListForecastsCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
32
32
|
* const client = new ForecastClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // ListForecastsRequest
|
|
34
34
|
* NextToken: "STRING_VALUE",
|
|
35
35
|
* MaxResults: Number("int"),
|
|
36
|
-
* Filters: [
|
|
37
|
-
* {
|
|
36
|
+
* Filters: [ // Filters
|
|
37
|
+
* { // Filter
|
|
38
38
|
* Key: "STRING_VALUE", // required
|
|
39
39
|
* Value: "STRING_VALUE", // required
|
|
40
40
|
* Condition: "IS" || "IS_NOT", // required
|
|
@@ -29,12 +29,12 @@ export interface ListMonitorEvaluationsCommandOutput extends ListMonitorEvaluati
|
|
|
29
29
|
* import { ForecastClient, ListMonitorEvaluationsCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
30
30
|
* // const { ForecastClient, ListMonitorEvaluationsCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
31
31
|
* const client = new ForecastClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // ListMonitorEvaluationsRequest
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
34
34
|
* MaxResults: Number("int"),
|
|
35
35
|
* MonitorArn: "STRING_VALUE", // required
|
|
36
|
-
* Filters: [
|
|
37
|
-
* {
|
|
36
|
+
* Filters: [ // Filters
|
|
37
|
+
* { // Filter
|
|
38
38
|
* Key: "STRING_VALUE", // required
|
|
39
39
|
* Value: "STRING_VALUE", // required
|
|
40
40
|
* Condition: "IS" || "IS_NOT", // required
|
|
@@ -27,11 +27,11 @@ export interface ListMonitorsCommandOutput extends ListMonitorsResponse, __Metad
|
|
|
27
27
|
* import { ForecastClient, ListMonitorsCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
28
28
|
* // const { ForecastClient, ListMonitorsCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
29
29
|
* const client = new ForecastClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListMonitorsRequest
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
33
|
-
* Filters: [
|
|
34
|
-
* {
|
|
33
|
+
* Filters: [ // Filters
|
|
34
|
+
* { // Filter
|
|
35
35
|
* Key: "STRING_VALUE", // required
|
|
36
36
|
* Value: "STRING_VALUE", // required
|
|
37
37
|
* Condition: "IS" || "IS_NOT", // required
|
|
@@ -29,11 +29,11 @@ export interface ListPredictorBacktestExportJobsCommandOutput extends ListPredic
|
|
|
29
29
|
* import { ForecastClient, ListPredictorBacktestExportJobsCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
30
30
|
* // const { ForecastClient, ListPredictorBacktestExportJobsCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
31
31
|
* const client = new ForecastClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // ListPredictorBacktestExportJobsRequest
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
34
34
|
* MaxResults: Number("int"),
|
|
35
|
-
* Filters: [
|
|
36
|
-
* {
|
|
35
|
+
* Filters: [ // Filters
|
|
36
|
+
* { // Filter
|
|
37
37
|
* Key: "STRING_VALUE", // required
|
|
38
38
|
* Value: "STRING_VALUE", // required
|
|
39
39
|
* Condition: "IS" || "IS_NOT", // required
|
|
@@ -30,11 +30,11 @@ export interface ListPredictorsCommandOutput extends ListPredictorsResponse, __M
|
|
|
30
30
|
* import { ForecastClient, ListPredictorsCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
31
31
|
* // const { ForecastClient, ListPredictorsCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
32
32
|
* const client = new ForecastClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // ListPredictorsRequest
|
|
34
34
|
* NextToken: "STRING_VALUE",
|
|
35
35
|
* MaxResults: Number("int"),
|
|
36
|
-
* Filters: [
|
|
37
|
-
* {
|
|
36
|
+
* Filters: [ // Filters
|
|
37
|
+
* { // Filter
|
|
38
38
|
* Key: "STRING_VALUE", // required
|
|
39
39
|
* Value: "STRING_VALUE", // required
|
|
40
40
|
* Condition: "IS" || "IS_NOT", // required
|
|
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
26
26
|
* import { ForecastClient, ListTagsForResourceCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
27
27
|
* // const { ForecastClient, ListTagsForResourceCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
28
28
|
* const client = new ForecastClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTagsForResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
@@ -26,11 +26,11 @@ export interface ListWhatIfAnalysesCommandOutput extends ListWhatIfAnalysesRespo
|
|
|
26
26
|
* import { ForecastClient, ListWhatIfAnalysesCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
27
27
|
* // const { ForecastClient, ListWhatIfAnalysesCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
28
28
|
* const client = new ForecastClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListWhatIfAnalysesRequest
|
|
30
30
|
* NextToken: "STRING_VALUE",
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
|
-
* Filters: [
|
|
33
|
-
* {
|
|
32
|
+
* Filters: [ // Filters
|
|
33
|
+
* { // Filter
|
|
34
34
|
* Key: "STRING_VALUE", // required
|
|
35
35
|
* Value: "STRING_VALUE", // required
|
|
36
36
|
* Condition: "IS" || "IS_NOT", // required
|
|
@@ -26,11 +26,11 @@ export interface ListWhatIfForecastExportsCommandOutput extends ListWhatIfForeca
|
|
|
26
26
|
* import { ForecastClient, ListWhatIfForecastExportsCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
27
27
|
* // const { ForecastClient, ListWhatIfForecastExportsCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
28
28
|
* const client = new ForecastClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListWhatIfForecastExportsRequest
|
|
30
30
|
* NextToken: "STRING_VALUE",
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
|
-
* Filters: [
|
|
33
|
-
* {
|
|
32
|
+
* Filters: [ // Filters
|
|
33
|
+
* { // Filter
|
|
34
34
|
* Key: "STRING_VALUE", // required
|
|
35
35
|
* Value: "STRING_VALUE", // required
|
|
36
36
|
* Condition: "IS" || "IS_NOT", // required
|
|
@@ -26,11 +26,11 @@ export interface ListWhatIfForecastsCommandOutput extends ListWhatIfForecastsRes
|
|
|
26
26
|
* import { ForecastClient, ListWhatIfForecastsCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
27
27
|
* // const { ForecastClient, ListWhatIfForecastsCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
28
28
|
* const client = new ForecastClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListWhatIfForecastsRequest
|
|
30
30
|
* NextToken: "STRING_VALUE",
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
|
-
* Filters: [
|
|
33
|
-
* {
|
|
32
|
+
* Filters: [ // Filters
|
|
33
|
+
* { // Filter
|
|
34
34
|
* Key: "STRING_VALUE", // required
|
|
35
35
|
* Value: "STRING_VALUE", // required
|
|
36
36
|
* Condition: "IS" || "IS_NOT", // required
|
|
@@ -26,7 +26,7 @@ export interface ResumeResourceCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { ForecastClient, ResumeResourceCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
27
27
|
* // const { ForecastClient, ResumeResourceCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
28
28
|
* const client = new ForecastClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ResumeResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ResumeResourceCommand(input);
|
|
@@ -54,7 +54,7 @@ export interface StopResourceCommandOutput extends __MetadataBearer {
|
|
|
54
54
|
* import { ForecastClient, StopResourceCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
55
55
|
* // const { ForecastClient, StopResourceCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
56
56
|
* const client = new ForecastClient(config);
|
|
57
|
-
* const input = {
|
|
57
|
+
* const input = { // StopResourceRequest
|
|
58
58
|
* ResourceArn: "STRING_VALUE", // required
|
|
59
59
|
* };
|
|
60
60
|
* const command = new StopResourceCommand(input);
|
|
@@ -29,10 +29,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
29
29
|
* import { ForecastClient, TagResourceCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
30
30
|
* // const { ForecastClient, TagResourceCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
31
31
|
* const client = new ForecastClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // TagResourceRequest
|
|
33
33
|
* ResourceArn: "STRING_VALUE", // required
|
|
34
|
-
* Tags: [ // required
|
|
35
|
-
* {
|
|
34
|
+
* Tags: [ // Tags // required
|
|
35
|
+
* { // Tag
|
|
36
36
|
* Key: "STRING_VALUE", // required
|
|
37
37
|
* Value: "STRING_VALUE", // required
|
|
38
38
|
* },
|
|
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
26
26
|
* import { ForecastClient, UntagResourceCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
27
27
|
* // const { ForecastClient, UntagResourceCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
28
28
|
* const client = new ForecastClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UntagResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
|
-
* TagKeys: [ // required
|
|
31
|
+
* TagKeys: [ // TagKeys // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -31,9 +31,9 @@ export interface UpdateDatasetGroupCommandOutput extends UpdateDatasetGroupRespo
|
|
|
31
31
|
* import { ForecastClient, UpdateDatasetGroupCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
32
32
|
* // const { ForecastClient, UpdateDatasetGroupCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
33
33
|
* const client = new ForecastClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // UpdateDatasetGroupRequest
|
|
35
35
|
* DatasetGroupArn: "STRING_VALUE", // required
|
|
36
|
-
* DatasetArns: [ // required
|
|
36
|
+
* DatasetArns: [ // ArnList // required
|
|
37
37
|
* "STRING_VALUE",
|
|
38
38
|
* ],
|
|
39
39
|
* };
|