@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
|
@@ -36,10 +36,10 @@ class ListDatasetGroupsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_ListDatasetGroupsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_ListDatasetGroupsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListDatasetGroupsCommand = ListDatasetGroupsCommand;
|
|
@@ -36,10 +36,10 @@ class ListDatasetImportJobsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_ListDatasetImportJobsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_ListDatasetImportJobsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListDatasetImportJobsCommand = ListDatasetImportJobsCommand;
|
|
@@ -36,10 +36,10 @@ class ListDatasetsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_ListDatasetsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_ListDatasetsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListDatasetsCommand = ListDatasetsCommand;
|
|
@@ -36,10 +36,10 @@ class ListExplainabilitiesCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_ListExplainabilitiesCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_ListExplainabilitiesCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListExplainabilitiesCommand = ListExplainabilitiesCommand;
|
|
@@ -36,10 +36,10 @@ class ListExplainabilityExportsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_ListExplainabilityExportsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_ListExplainabilityExportsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListExplainabilityExportsCommand = ListExplainabilityExportsCommand;
|
|
@@ -36,10 +36,10 @@ class ListForecastExportJobsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_ListForecastExportJobsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_ListForecastExportJobsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListForecastExportJobsCommand = ListForecastExportJobsCommand;
|
|
@@ -36,10 +36,10 @@ class ListForecastsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_ListForecastsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_ListForecastsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListForecastsCommand = ListForecastsCommand;
|
|
@@ -36,10 +36,10 @@ class ListMonitorEvaluationsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_ListMonitorEvaluationsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_ListMonitorEvaluationsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListMonitorEvaluationsCommand = ListMonitorEvaluationsCommand;
|
|
@@ -36,10 +36,10 @@ class ListMonitorsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_ListMonitorsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_ListMonitorsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListMonitorsCommand = ListMonitorsCommand;
|
|
@@ -36,10 +36,10 @@ class ListPredictorBacktestExportJobsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_ListPredictorBacktestExportJobsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_ListPredictorBacktestExportJobsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListPredictorBacktestExportJobsCommand = ListPredictorBacktestExportJobsCommand;
|
|
@@ -36,10 +36,10 @@ class ListPredictorsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_ListPredictorsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_ListPredictorsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListPredictorsCommand = ListPredictorsCommand;
|
|
@@ -37,10 +37,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_ListTagsForResourceCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_ListTagsForResourceCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -36,10 +36,10 @@ class ListWhatIfAnalysesCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_ListWhatIfAnalysesCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_ListWhatIfAnalysesCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListWhatIfAnalysesCommand = ListWhatIfAnalysesCommand;
|
|
@@ -36,10 +36,10 @@ class ListWhatIfForecastExportsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_ListWhatIfForecastExportsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_ListWhatIfForecastExportsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListWhatIfForecastExportsCommand = ListWhatIfForecastExportsCommand;
|
|
@@ -36,10 +36,10 @@ class ListWhatIfForecastsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_ListWhatIfForecastsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_ListWhatIfForecastsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListWhatIfForecastsCommand = ListWhatIfForecastsCommand;
|
|
@@ -36,10 +36,10 @@ class ResumeResourceCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_ResumeResourceCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_ResumeResourceCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ResumeResourceCommand = ResumeResourceCommand;
|
|
@@ -36,10 +36,10 @@ class StopResourceCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_StopResourceCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_StopResourceCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.StopResourceCommand = StopResourceCommand;
|
|
@@ -37,10 +37,10 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_TagResourceCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_TagResourceCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -37,10 +37,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_UntagResourceCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_UntagResourceCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -36,10 +36,10 @@ class UpdateDatasetGroupCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_UpdateDatasetGroupCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_UpdateDatasetGroupCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UpdateDatasetGroupCommand = UpdateDatasetGroupCommand;
|