@aws-sdk/client-forecast 3.303.0 → 3.309.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/commands/CreateAutoPredictorCommand.js +2 -2
- package/dist-cjs/commands/CreateDatasetCommand.js +2 -2
- package/dist-cjs/commands/CreateDatasetGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateDatasetImportJobCommand.js +2 -2
- package/dist-cjs/commands/CreateExplainabilityCommand.js +2 -2
- package/dist-cjs/commands/CreateExplainabilityExportCommand.js +2 -2
- package/dist-cjs/commands/CreateForecastCommand.js +2 -2
- package/dist-cjs/commands/CreateForecastExportJobCommand.js +2 -2
- package/dist-cjs/commands/CreateMonitorCommand.js +2 -2
- package/dist-cjs/commands/CreatePredictorBacktestExportJobCommand.js +2 -2
- package/dist-cjs/commands/CreatePredictorCommand.js +2 -2
- package/dist-cjs/commands/CreateWhatIfAnalysisCommand.js +2 -2
- package/dist-cjs/commands/CreateWhatIfForecastCommand.js +2 -2
- package/dist-cjs/commands/CreateWhatIfForecastExportCommand.js +2 -2
- package/dist-cjs/commands/DeleteDatasetCommand.js +2 -2
- package/dist-cjs/commands/DeleteDatasetGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteDatasetImportJobCommand.js +2 -2
- package/dist-cjs/commands/DeleteExplainabilityCommand.js +2 -2
- package/dist-cjs/commands/DeleteExplainabilityExportCommand.js +2 -2
- package/dist-cjs/commands/DeleteForecastCommand.js +2 -2
- package/dist-cjs/commands/DeleteForecastExportJobCommand.js +2 -2
- package/dist-cjs/commands/DeleteMonitorCommand.js +2 -2
- package/dist-cjs/commands/DeletePredictorBacktestExportJobCommand.js +2 -2
- package/dist-cjs/commands/DeletePredictorCommand.js +2 -2
- package/dist-cjs/commands/DeleteResourceTreeCommand.js +2 -2
- package/dist-cjs/commands/DeleteWhatIfAnalysisCommand.js +2 -2
- package/dist-cjs/commands/DeleteWhatIfForecastCommand.js +2 -2
- package/dist-cjs/commands/DeleteWhatIfForecastExportCommand.js +2 -2
- package/dist-cjs/commands/DescribeAutoPredictorCommand.js +2 -2
- package/dist-cjs/commands/DescribeDatasetCommand.js +2 -2
- package/dist-cjs/commands/DescribeDatasetGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeExplainabilityCommand.js +2 -2
- package/dist-cjs/commands/DescribeExplainabilityExportCommand.js +2 -2
- package/dist-cjs/commands/DescribeForecastCommand.js +2 -2
- package/dist-cjs/commands/DescribeForecastExportJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeMonitorCommand.js +2 -2
- package/dist-cjs/commands/DescribePredictorBacktestExportJobCommand.js +2 -2
- package/dist-cjs/commands/DescribePredictorCommand.js +2 -2
- package/dist-cjs/commands/DescribeWhatIfAnalysisCommand.js +2 -2
- package/dist-cjs/commands/DescribeWhatIfForecastCommand.js +2 -2
- package/dist-cjs/commands/DescribeWhatIfForecastExportCommand.js +2 -2
- package/dist-cjs/commands/GetAccuracyMetricsCommand.js +2 -2
- package/dist-cjs/commands/ListDatasetGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListDatasetImportJobsCommand.js +2 -2
- package/dist-cjs/commands/ListDatasetsCommand.js +2 -2
- package/dist-cjs/commands/ListExplainabilitiesCommand.js +2 -2
- package/dist-cjs/commands/ListExplainabilityExportsCommand.js +2 -2
- package/dist-cjs/commands/ListForecastExportJobsCommand.js +2 -2
- package/dist-cjs/commands/ListForecastsCommand.js +2 -2
- package/dist-cjs/commands/ListMonitorEvaluationsCommand.js +2 -2
- package/dist-cjs/commands/ListMonitorsCommand.js +2 -2
- package/dist-cjs/commands/ListPredictorBacktestExportJobsCommand.js +2 -2
- package/dist-cjs/commands/ListPredictorsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListWhatIfAnalysesCommand.js +2 -2
- package/dist-cjs/commands/ListWhatIfForecastExportsCommand.js +2 -2
- package/dist-cjs/commands/ListWhatIfForecastsCommand.js +2 -2
- package/dist-cjs/commands/ResumeResourceCommand.js +2 -2
- package/dist-cjs/commands/StopResourceCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDatasetGroupCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_1.js +1195 -1289
- package/dist-es/commands/CreateAutoPredictorCommand.js +3 -3
- package/dist-es/commands/CreateDatasetCommand.js +3 -3
- package/dist-es/commands/CreateDatasetGroupCommand.js +3 -3
- package/dist-es/commands/CreateDatasetImportJobCommand.js +3 -3
- package/dist-es/commands/CreateExplainabilityCommand.js +3 -3
- package/dist-es/commands/CreateExplainabilityExportCommand.js +3 -3
- package/dist-es/commands/CreateForecastCommand.js +3 -3
- package/dist-es/commands/CreateForecastExportJobCommand.js +3 -3
- package/dist-es/commands/CreateMonitorCommand.js +3 -3
- package/dist-es/commands/CreatePredictorBacktestExportJobCommand.js +3 -3
- package/dist-es/commands/CreatePredictorCommand.js +3 -3
- package/dist-es/commands/CreateWhatIfAnalysisCommand.js +3 -3
- package/dist-es/commands/CreateWhatIfForecastCommand.js +3 -3
- package/dist-es/commands/CreateWhatIfForecastExportCommand.js +3 -3
- package/dist-es/commands/DeleteDatasetCommand.js +3 -3
- package/dist-es/commands/DeleteDatasetGroupCommand.js +3 -3
- package/dist-es/commands/DeleteDatasetImportJobCommand.js +3 -3
- package/dist-es/commands/DeleteExplainabilityCommand.js +3 -3
- package/dist-es/commands/DeleteExplainabilityExportCommand.js +3 -3
- package/dist-es/commands/DeleteForecastCommand.js +3 -3
- package/dist-es/commands/DeleteForecastExportJobCommand.js +3 -3
- package/dist-es/commands/DeleteMonitorCommand.js +3 -3
- package/dist-es/commands/DeletePredictorBacktestExportJobCommand.js +3 -3
- package/dist-es/commands/DeletePredictorCommand.js +3 -3
- package/dist-es/commands/DeleteResourceTreeCommand.js +3 -3
- package/dist-es/commands/DeleteWhatIfAnalysisCommand.js +3 -3
- package/dist-es/commands/DeleteWhatIfForecastCommand.js +3 -3
- package/dist-es/commands/DeleteWhatIfForecastExportCommand.js +3 -3
- package/dist-es/commands/DescribeAutoPredictorCommand.js +3 -3
- package/dist-es/commands/DescribeDatasetCommand.js +3 -3
- package/dist-es/commands/DescribeDatasetGroupCommand.js +3 -3
- package/dist-es/commands/DescribeDatasetImportJobCommand.js +3 -3
- package/dist-es/commands/DescribeExplainabilityCommand.js +3 -3
- package/dist-es/commands/DescribeExplainabilityExportCommand.js +3 -3
- package/dist-es/commands/DescribeForecastCommand.js +3 -3
- package/dist-es/commands/DescribeForecastExportJobCommand.js +3 -3
- package/dist-es/commands/DescribeMonitorCommand.js +3 -3
- package/dist-es/commands/DescribePredictorBacktestExportJobCommand.js +3 -3
- package/dist-es/commands/DescribePredictorCommand.js +3 -3
- package/dist-es/commands/DescribeWhatIfAnalysisCommand.js +3 -3
- package/dist-es/commands/DescribeWhatIfForecastCommand.js +3 -3
- package/dist-es/commands/DescribeWhatIfForecastExportCommand.js +3 -3
- package/dist-es/commands/GetAccuracyMetricsCommand.js +3 -3
- package/dist-es/commands/ListDatasetGroupsCommand.js +3 -3
- package/dist-es/commands/ListDatasetImportJobsCommand.js +3 -3
- package/dist-es/commands/ListDatasetsCommand.js +3 -3
- package/dist-es/commands/ListExplainabilitiesCommand.js +3 -3
- package/dist-es/commands/ListExplainabilityExportsCommand.js +3 -3
- package/dist-es/commands/ListForecastExportJobsCommand.js +3 -3
- package/dist-es/commands/ListForecastsCommand.js +3 -3
- package/dist-es/commands/ListMonitorEvaluationsCommand.js +3 -3
- package/dist-es/commands/ListMonitorsCommand.js +3 -3
- package/dist-es/commands/ListPredictorBacktestExportJobsCommand.js +3 -3
- package/dist-es/commands/ListPredictorsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListWhatIfAnalysesCommand.js +3 -3
- package/dist-es/commands/ListWhatIfForecastExportsCommand.js +3 -3
- package/dist-es/commands/ListWhatIfForecastsCommand.js +3 -3
- package/dist-es/commands/ResumeResourceCommand.js +3 -3
- package/dist-es/commands/StopResourceCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDatasetGroupCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +1066 -1160
- package/dist-types/protocols/Aws_json1_1.d.ts +504 -126
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +126 -126
- package/package.json +29 -29
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { de_ListWhatIfForecastExportsCommand, se_ListWhatIfForecastExportsCommand } from "../protocols/Aws_json1_1";
|
|
5
5
|
export class ListWhatIfForecastExportsCommand extends $Command {
|
|
6
6
|
static getEndpointParameterInstructions() {
|
|
7
7
|
return {
|
|
@@ -33,9 +33,9 @@ export class ListWhatIfForecastExportsCommand extends $Command {
|
|
|
33
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
34
34
|
}
|
|
35
35
|
serialize(input, context) {
|
|
36
|
-
return
|
|
36
|
+
return se_ListWhatIfForecastExportsCommand(input, context);
|
|
37
37
|
}
|
|
38
38
|
deserialize(output, context) {
|
|
39
|
-
return
|
|
39
|
+
return de_ListWhatIfForecastExportsCommand(output, context);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { de_ListWhatIfForecastsCommand, se_ListWhatIfForecastsCommand } from "../protocols/Aws_json1_1";
|
|
5
5
|
export class ListWhatIfForecastsCommand extends $Command {
|
|
6
6
|
static getEndpointParameterInstructions() {
|
|
7
7
|
return {
|
|
@@ -33,9 +33,9 @@ export class ListWhatIfForecastsCommand extends $Command {
|
|
|
33
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
34
34
|
}
|
|
35
35
|
serialize(input, context) {
|
|
36
|
-
return
|
|
36
|
+
return se_ListWhatIfForecastsCommand(input, context);
|
|
37
37
|
}
|
|
38
38
|
deserialize(output, context) {
|
|
39
|
-
return
|
|
39
|
+
return de_ListWhatIfForecastsCommand(output, context);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { de_ResumeResourceCommand, se_ResumeResourceCommand } from "../protocols/Aws_json1_1";
|
|
5
5
|
export class ResumeResourceCommand extends $Command {
|
|
6
6
|
static getEndpointParameterInstructions() {
|
|
7
7
|
return {
|
|
@@ -33,9 +33,9 @@ export class ResumeResourceCommand extends $Command {
|
|
|
33
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
34
34
|
}
|
|
35
35
|
serialize(input, context) {
|
|
36
|
-
return
|
|
36
|
+
return se_ResumeResourceCommand(input, context);
|
|
37
37
|
}
|
|
38
38
|
deserialize(output, context) {
|
|
39
|
-
return
|
|
39
|
+
return de_ResumeResourceCommand(output, context);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { de_StopResourceCommand, se_StopResourceCommand } from "../protocols/Aws_json1_1";
|
|
5
5
|
export class StopResourceCommand extends $Command {
|
|
6
6
|
static getEndpointParameterInstructions() {
|
|
7
7
|
return {
|
|
@@ -33,9 +33,9 @@ export class StopResourceCommand extends $Command {
|
|
|
33
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
34
34
|
}
|
|
35
35
|
serialize(input, context) {
|
|
36
|
-
return
|
|
36
|
+
return se_StopResourceCommand(input, context);
|
|
37
37
|
}
|
|
38
38
|
deserialize(output, context) {
|
|
39
|
-
return
|
|
39
|
+
return de_StopResourceCommand(output, context);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { TagResourceRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
|
-
import {
|
|
5
|
+
import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class TagResourceCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
8
8
|
return {
|
|
@@ -34,9 +34,9 @@ export class TagResourceCommand extends $Command {
|
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
35
|
}
|
|
36
36
|
serialize(input, context) {
|
|
37
|
-
return
|
|
37
|
+
return se_TagResourceCommand(input, context);
|
|
38
38
|
}
|
|
39
39
|
deserialize(output, context) {
|
|
40
|
-
return
|
|
40
|
+
return de_TagResourceCommand(output, context);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { UntagResourceRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
|
-
import {
|
|
5
|
+
import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class UntagResourceCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
8
8
|
return {
|
|
@@ -34,9 +34,9 @@ export class UntagResourceCommand extends $Command {
|
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
35
|
}
|
|
36
36
|
serialize(input, context) {
|
|
37
|
-
return
|
|
37
|
+
return se_UntagResourceCommand(input, context);
|
|
38
38
|
}
|
|
39
39
|
deserialize(output, context) {
|
|
40
|
-
return
|
|
40
|
+
return de_UntagResourceCommand(output, context);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { de_UpdateDatasetGroupCommand, se_UpdateDatasetGroupCommand } from "../protocols/Aws_json1_1";
|
|
5
5
|
export class UpdateDatasetGroupCommand extends $Command {
|
|
6
6
|
static getEndpointParameterInstructions() {
|
|
7
7
|
return {
|
|
@@ -33,9 +33,9 @@ export class UpdateDatasetGroupCommand extends $Command {
|
|
|
33
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
34
34
|
}
|
|
35
35
|
serialize(input, context) {
|
|
36
|
-
return
|
|
36
|
+
return se_UpdateDatasetGroupCommand(input, context);
|
|
37
37
|
}
|
|
38
38
|
deserialize(output, context) {
|
|
39
|
-
return
|
|
39
|
+
return de_UpdateDatasetGroupCommand(output, context);
|
|
40
40
|
}
|
|
41
41
|
}
|