@aws-sdk/client-forecast 3.649.0 → 3.650.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/index.js +63 -189
- package/dist-es/commands/CreateAutoPredictorCommand.js +1 -3
- package/dist-es/commands/CreateDatasetCommand.js +1 -3
- package/dist-es/commands/CreateDatasetGroupCommand.js +1 -3
- package/dist-es/commands/CreateDatasetImportJobCommand.js +1 -3
- package/dist-es/commands/CreateExplainabilityCommand.js +1 -3
- package/dist-es/commands/CreateExplainabilityExportCommand.js +1 -3
- package/dist-es/commands/CreateForecastCommand.js +1 -3
- package/dist-es/commands/CreateForecastExportJobCommand.js +1 -3
- package/dist-es/commands/CreateMonitorCommand.js +1 -3
- package/dist-es/commands/CreatePredictorBacktestExportJobCommand.js +1 -3
- package/dist-es/commands/CreatePredictorCommand.js +1 -3
- package/dist-es/commands/CreateWhatIfAnalysisCommand.js +1 -3
- package/dist-es/commands/CreateWhatIfForecastCommand.js +1 -3
- package/dist-es/commands/CreateWhatIfForecastExportCommand.js +1 -3
- package/dist-es/commands/DeleteDatasetCommand.js +1 -3
- package/dist-es/commands/DeleteDatasetGroupCommand.js +1 -3
- package/dist-es/commands/DeleteDatasetImportJobCommand.js +1 -3
- package/dist-es/commands/DeleteExplainabilityCommand.js +1 -3
- package/dist-es/commands/DeleteExplainabilityExportCommand.js +1 -3
- package/dist-es/commands/DeleteForecastCommand.js +1 -3
- package/dist-es/commands/DeleteForecastExportJobCommand.js +1 -3
- package/dist-es/commands/DeleteMonitorCommand.js +1 -3
- package/dist-es/commands/DeletePredictorBacktestExportJobCommand.js +1 -3
- package/dist-es/commands/DeletePredictorCommand.js +1 -3
- package/dist-es/commands/DeleteResourceTreeCommand.js +1 -3
- package/dist-es/commands/DeleteWhatIfAnalysisCommand.js +1 -3
- package/dist-es/commands/DeleteWhatIfForecastCommand.js +1 -3
- package/dist-es/commands/DeleteWhatIfForecastExportCommand.js +1 -3
- package/dist-es/commands/DescribeAutoPredictorCommand.js +1 -3
- package/dist-es/commands/DescribeDatasetCommand.js +1 -3
- package/dist-es/commands/DescribeDatasetGroupCommand.js +1 -3
- package/dist-es/commands/DescribeDatasetImportJobCommand.js +1 -3
- package/dist-es/commands/DescribeExplainabilityCommand.js +1 -3
- package/dist-es/commands/DescribeExplainabilityExportCommand.js +1 -3
- package/dist-es/commands/DescribeForecastCommand.js +1 -3
- package/dist-es/commands/DescribeForecastExportJobCommand.js +1 -3
- package/dist-es/commands/DescribeMonitorCommand.js +1 -3
- package/dist-es/commands/DescribePredictorBacktestExportJobCommand.js +1 -3
- package/dist-es/commands/DescribePredictorCommand.js +1 -3
- package/dist-es/commands/DescribeWhatIfAnalysisCommand.js +1 -3
- package/dist-es/commands/DescribeWhatIfForecastCommand.js +1 -3
- package/dist-es/commands/DescribeWhatIfForecastExportCommand.js +1 -3
- package/dist-es/commands/GetAccuracyMetricsCommand.js +1 -3
- package/dist-es/commands/ListDatasetGroupsCommand.js +1 -3
- package/dist-es/commands/ListDatasetImportJobsCommand.js +1 -3
- package/dist-es/commands/ListDatasetsCommand.js +1 -3
- package/dist-es/commands/ListExplainabilitiesCommand.js +1 -3
- package/dist-es/commands/ListExplainabilityExportsCommand.js +1 -3
- package/dist-es/commands/ListForecastExportJobsCommand.js +1 -3
- package/dist-es/commands/ListForecastsCommand.js +1 -3
- package/dist-es/commands/ListMonitorEvaluationsCommand.js +1 -3
- package/dist-es/commands/ListMonitorsCommand.js +1 -3
- package/dist-es/commands/ListPredictorBacktestExportJobsCommand.js +1 -3
- package/dist-es/commands/ListPredictorsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListWhatIfAnalysesCommand.js +1 -3
- package/dist-es/commands/ListWhatIfForecastExportsCommand.js +1 -3
- package/dist-es/commands/ListWhatIfForecastsCommand.js +1 -3
- package/dist-es/commands/ResumeResourceCommand.js +1 -3
- package/dist-es/commands/StopResourceCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateDatasetGroupCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -2702,9 +2702,7 @@ function sharedHeaders(operation) {
|
|
|
2702
2702
|
__name(sharedHeaders, "sharedHeaders");
|
|
2703
2703
|
|
|
2704
2704
|
// src/commands/CreateAutoPredictorCommand.ts
|
|
2705
|
-
var _CreateAutoPredictorCommand = class _CreateAutoPredictorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2706
|
-
...commonParams
|
|
2707
|
-
}).m(function(Command, cs, config, o) {
|
|
2705
|
+
var _CreateAutoPredictorCommand = class _CreateAutoPredictorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2708
2706
|
return [
|
|
2709
2707
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2710
2708
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2718,9 +2716,7 @@ var CreateAutoPredictorCommand = _CreateAutoPredictorCommand;
|
|
|
2718
2716
|
|
|
2719
2717
|
|
|
2720
2718
|
|
|
2721
|
-
var _CreateDatasetCommand = class _CreateDatasetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2722
|
-
...commonParams
|
|
2723
|
-
}).m(function(Command, cs, config, o) {
|
|
2719
|
+
var _CreateDatasetCommand = class _CreateDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2724
2720
|
return [
|
|
2725
2721
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2726
2722
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2734,9 +2730,7 @@ var CreateDatasetCommand = _CreateDatasetCommand;
|
|
|
2734
2730
|
|
|
2735
2731
|
|
|
2736
2732
|
|
|
2737
|
-
var _CreateDatasetGroupCommand = class _CreateDatasetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2738
|
-
...commonParams
|
|
2739
|
-
}).m(function(Command, cs, config, o) {
|
|
2733
|
+
var _CreateDatasetGroupCommand = class _CreateDatasetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2740
2734
|
return [
|
|
2741
2735
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2742
2736
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2750,9 +2744,7 @@ var CreateDatasetGroupCommand = _CreateDatasetGroupCommand;
|
|
|
2750
2744
|
|
|
2751
2745
|
|
|
2752
2746
|
|
|
2753
|
-
var _CreateDatasetImportJobCommand = class _CreateDatasetImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2754
|
-
...commonParams
|
|
2755
|
-
}).m(function(Command, cs, config, o) {
|
|
2747
|
+
var _CreateDatasetImportJobCommand = class _CreateDatasetImportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2756
2748
|
return [
|
|
2757
2749
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2758
2750
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2766,9 +2758,7 @@ var CreateDatasetImportJobCommand = _CreateDatasetImportJobCommand;
|
|
|
2766
2758
|
|
|
2767
2759
|
|
|
2768
2760
|
|
|
2769
|
-
var _CreateExplainabilityCommand = class _CreateExplainabilityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2770
|
-
...commonParams
|
|
2771
|
-
}).m(function(Command, cs, config, o) {
|
|
2761
|
+
var _CreateExplainabilityCommand = class _CreateExplainabilityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2772
2762
|
return [
|
|
2773
2763
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2774
2764
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2782,9 +2772,7 @@ var CreateExplainabilityCommand = _CreateExplainabilityCommand;
|
|
|
2782
2772
|
|
|
2783
2773
|
|
|
2784
2774
|
|
|
2785
|
-
var _CreateExplainabilityExportCommand = class _CreateExplainabilityExportCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2786
|
-
...commonParams
|
|
2787
|
-
}).m(function(Command, cs, config, o) {
|
|
2775
|
+
var _CreateExplainabilityExportCommand = class _CreateExplainabilityExportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2788
2776
|
return [
|
|
2789
2777
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2790
2778
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2798,9 +2786,7 @@ var CreateExplainabilityExportCommand = _CreateExplainabilityExportCommand;
|
|
|
2798
2786
|
|
|
2799
2787
|
|
|
2800
2788
|
|
|
2801
|
-
var _CreateForecastCommand = class _CreateForecastCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2802
|
-
...commonParams
|
|
2803
|
-
}).m(function(Command, cs, config, o) {
|
|
2789
|
+
var _CreateForecastCommand = class _CreateForecastCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2804
2790
|
return [
|
|
2805
2791
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2806
2792
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2814,9 +2800,7 @@ var CreateForecastCommand = _CreateForecastCommand;
|
|
|
2814
2800
|
|
|
2815
2801
|
|
|
2816
2802
|
|
|
2817
|
-
var _CreateForecastExportJobCommand = class _CreateForecastExportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2818
|
-
...commonParams
|
|
2819
|
-
}).m(function(Command, cs, config, o) {
|
|
2803
|
+
var _CreateForecastExportJobCommand = class _CreateForecastExportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2820
2804
|
return [
|
|
2821
2805
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2822
2806
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2830,9 +2814,7 @@ var CreateForecastExportJobCommand = _CreateForecastExportJobCommand;
|
|
|
2830
2814
|
|
|
2831
2815
|
|
|
2832
2816
|
|
|
2833
|
-
var _CreateMonitorCommand = class _CreateMonitorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2834
|
-
...commonParams
|
|
2835
|
-
}).m(function(Command, cs, config, o) {
|
|
2817
|
+
var _CreateMonitorCommand = class _CreateMonitorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2836
2818
|
return [
|
|
2837
2819
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2838
2820
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2846,9 +2828,7 @@ var CreateMonitorCommand = _CreateMonitorCommand;
|
|
|
2846
2828
|
|
|
2847
2829
|
|
|
2848
2830
|
|
|
2849
|
-
var _CreatePredictorBacktestExportJobCommand = class _CreatePredictorBacktestExportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2850
|
-
...commonParams
|
|
2851
|
-
}).m(function(Command, cs, config, o) {
|
|
2831
|
+
var _CreatePredictorBacktestExportJobCommand = class _CreatePredictorBacktestExportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2852
2832
|
return [
|
|
2853
2833
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2854
2834
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2862,9 +2842,7 @@ var CreatePredictorBacktestExportJobCommand = _CreatePredictorBacktestExportJobC
|
|
|
2862
2842
|
|
|
2863
2843
|
|
|
2864
2844
|
|
|
2865
|
-
var _CreatePredictorCommand = class _CreatePredictorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2866
|
-
...commonParams
|
|
2867
|
-
}).m(function(Command, cs, config, o) {
|
|
2845
|
+
var _CreatePredictorCommand = class _CreatePredictorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2868
2846
|
return [
|
|
2869
2847
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2870
2848
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2878,9 +2856,7 @@ var CreatePredictorCommand = _CreatePredictorCommand;
|
|
|
2878
2856
|
|
|
2879
2857
|
|
|
2880
2858
|
|
|
2881
|
-
var _CreateWhatIfAnalysisCommand = class _CreateWhatIfAnalysisCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2882
|
-
...commonParams
|
|
2883
|
-
}).m(function(Command, cs, config, o) {
|
|
2859
|
+
var _CreateWhatIfAnalysisCommand = class _CreateWhatIfAnalysisCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2884
2860
|
return [
|
|
2885
2861
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2886
2862
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2894,9 +2870,7 @@ var CreateWhatIfAnalysisCommand = _CreateWhatIfAnalysisCommand;
|
|
|
2894
2870
|
|
|
2895
2871
|
|
|
2896
2872
|
|
|
2897
|
-
var _CreateWhatIfForecastCommand = class _CreateWhatIfForecastCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2898
|
-
...commonParams
|
|
2899
|
-
}).m(function(Command, cs, config, o) {
|
|
2873
|
+
var _CreateWhatIfForecastCommand = class _CreateWhatIfForecastCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2900
2874
|
return [
|
|
2901
2875
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2902
2876
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2910,9 +2884,7 @@ var CreateWhatIfForecastCommand = _CreateWhatIfForecastCommand;
|
|
|
2910
2884
|
|
|
2911
2885
|
|
|
2912
2886
|
|
|
2913
|
-
var _CreateWhatIfForecastExportCommand = class _CreateWhatIfForecastExportCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2914
|
-
...commonParams
|
|
2915
|
-
}).m(function(Command, cs, config, o) {
|
|
2887
|
+
var _CreateWhatIfForecastExportCommand = class _CreateWhatIfForecastExportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2916
2888
|
return [
|
|
2917
2889
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2918
2890
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2926,9 +2898,7 @@ var CreateWhatIfForecastExportCommand = _CreateWhatIfForecastExportCommand;
|
|
|
2926
2898
|
|
|
2927
2899
|
|
|
2928
2900
|
|
|
2929
|
-
var _DeleteDatasetCommand = class _DeleteDatasetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2930
|
-
...commonParams
|
|
2931
|
-
}).m(function(Command, cs, config, o) {
|
|
2901
|
+
var _DeleteDatasetCommand = class _DeleteDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2932
2902
|
return [
|
|
2933
2903
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2934
2904
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2942,9 +2912,7 @@ var DeleteDatasetCommand = _DeleteDatasetCommand;
|
|
|
2942
2912
|
|
|
2943
2913
|
|
|
2944
2914
|
|
|
2945
|
-
var _DeleteDatasetGroupCommand = class _DeleteDatasetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2946
|
-
...commonParams
|
|
2947
|
-
}).m(function(Command, cs, config, o) {
|
|
2915
|
+
var _DeleteDatasetGroupCommand = class _DeleteDatasetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2948
2916
|
return [
|
|
2949
2917
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2950
2918
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2958,9 +2926,7 @@ var DeleteDatasetGroupCommand = _DeleteDatasetGroupCommand;
|
|
|
2958
2926
|
|
|
2959
2927
|
|
|
2960
2928
|
|
|
2961
|
-
var _DeleteDatasetImportJobCommand = class _DeleteDatasetImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2962
|
-
...commonParams
|
|
2963
|
-
}).m(function(Command, cs, config, o) {
|
|
2929
|
+
var _DeleteDatasetImportJobCommand = class _DeleteDatasetImportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2964
2930
|
return [
|
|
2965
2931
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2966
2932
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2974,9 +2940,7 @@ var DeleteDatasetImportJobCommand = _DeleteDatasetImportJobCommand;
|
|
|
2974
2940
|
|
|
2975
2941
|
|
|
2976
2942
|
|
|
2977
|
-
var _DeleteExplainabilityCommand = class _DeleteExplainabilityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2978
|
-
...commonParams
|
|
2979
|
-
}).m(function(Command, cs, config, o) {
|
|
2943
|
+
var _DeleteExplainabilityCommand = class _DeleteExplainabilityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2980
2944
|
return [
|
|
2981
2945
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2982
2946
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2990,9 +2954,7 @@ var DeleteExplainabilityCommand = _DeleteExplainabilityCommand;
|
|
|
2990
2954
|
|
|
2991
2955
|
|
|
2992
2956
|
|
|
2993
|
-
var _DeleteExplainabilityExportCommand = class _DeleteExplainabilityExportCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2994
|
-
...commonParams
|
|
2995
|
-
}).m(function(Command, cs, config, o) {
|
|
2957
|
+
var _DeleteExplainabilityExportCommand = class _DeleteExplainabilityExportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2996
2958
|
return [
|
|
2997
2959
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2998
2960
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3006,9 +2968,7 @@ var DeleteExplainabilityExportCommand = _DeleteExplainabilityExportCommand;
|
|
|
3006
2968
|
|
|
3007
2969
|
|
|
3008
2970
|
|
|
3009
|
-
var _DeleteForecastCommand = class _DeleteForecastCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3010
|
-
...commonParams
|
|
3011
|
-
}).m(function(Command, cs, config, o) {
|
|
2971
|
+
var _DeleteForecastCommand = class _DeleteForecastCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3012
2972
|
return [
|
|
3013
2973
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3014
2974
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3022,9 +2982,7 @@ var DeleteForecastCommand = _DeleteForecastCommand;
|
|
|
3022
2982
|
|
|
3023
2983
|
|
|
3024
2984
|
|
|
3025
|
-
var _DeleteForecastExportJobCommand = class _DeleteForecastExportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3026
|
-
...commonParams
|
|
3027
|
-
}).m(function(Command, cs, config, o) {
|
|
2985
|
+
var _DeleteForecastExportJobCommand = class _DeleteForecastExportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3028
2986
|
return [
|
|
3029
2987
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3030
2988
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3038,9 +2996,7 @@ var DeleteForecastExportJobCommand = _DeleteForecastExportJobCommand;
|
|
|
3038
2996
|
|
|
3039
2997
|
|
|
3040
2998
|
|
|
3041
|
-
var _DeleteMonitorCommand = class _DeleteMonitorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3042
|
-
...commonParams
|
|
3043
|
-
}).m(function(Command, cs, config, o) {
|
|
2999
|
+
var _DeleteMonitorCommand = class _DeleteMonitorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3044
3000
|
return [
|
|
3045
3001
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3046
3002
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3054,9 +3010,7 @@ var DeleteMonitorCommand = _DeleteMonitorCommand;
|
|
|
3054
3010
|
|
|
3055
3011
|
|
|
3056
3012
|
|
|
3057
|
-
var _DeletePredictorBacktestExportJobCommand = class _DeletePredictorBacktestExportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3058
|
-
...commonParams
|
|
3059
|
-
}).m(function(Command, cs, config, o) {
|
|
3013
|
+
var _DeletePredictorBacktestExportJobCommand = class _DeletePredictorBacktestExportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3060
3014
|
return [
|
|
3061
3015
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3062
3016
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3070,9 +3024,7 @@ var DeletePredictorBacktestExportJobCommand = _DeletePredictorBacktestExportJobC
|
|
|
3070
3024
|
|
|
3071
3025
|
|
|
3072
3026
|
|
|
3073
|
-
var _DeletePredictorCommand = class _DeletePredictorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3074
|
-
...commonParams
|
|
3075
|
-
}).m(function(Command, cs, config, o) {
|
|
3027
|
+
var _DeletePredictorCommand = class _DeletePredictorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3076
3028
|
return [
|
|
3077
3029
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3078
3030
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3086,9 +3038,7 @@ var DeletePredictorCommand = _DeletePredictorCommand;
|
|
|
3086
3038
|
|
|
3087
3039
|
|
|
3088
3040
|
|
|
3089
|
-
var _DeleteResourceTreeCommand = class _DeleteResourceTreeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3090
|
-
...commonParams
|
|
3091
|
-
}).m(function(Command, cs, config, o) {
|
|
3041
|
+
var _DeleteResourceTreeCommand = class _DeleteResourceTreeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3092
3042
|
return [
|
|
3093
3043
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3094
3044
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3102,9 +3052,7 @@ var DeleteResourceTreeCommand = _DeleteResourceTreeCommand;
|
|
|
3102
3052
|
|
|
3103
3053
|
|
|
3104
3054
|
|
|
3105
|
-
var _DeleteWhatIfAnalysisCommand = class _DeleteWhatIfAnalysisCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3106
|
-
...commonParams
|
|
3107
|
-
}).m(function(Command, cs, config, o) {
|
|
3055
|
+
var _DeleteWhatIfAnalysisCommand = class _DeleteWhatIfAnalysisCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3108
3056
|
return [
|
|
3109
3057
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3110
3058
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3118,9 +3066,7 @@ var DeleteWhatIfAnalysisCommand = _DeleteWhatIfAnalysisCommand;
|
|
|
3118
3066
|
|
|
3119
3067
|
|
|
3120
3068
|
|
|
3121
|
-
var _DeleteWhatIfForecastCommand = class _DeleteWhatIfForecastCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3122
|
-
...commonParams
|
|
3123
|
-
}).m(function(Command, cs, config, o) {
|
|
3069
|
+
var _DeleteWhatIfForecastCommand = class _DeleteWhatIfForecastCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3124
3070
|
return [
|
|
3125
3071
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3126
3072
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3134,9 +3080,7 @@ var DeleteWhatIfForecastCommand = _DeleteWhatIfForecastCommand;
|
|
|
3134
3080
|
|
|
3135
3081
|
|
|
3136
3082
|
|
|
3137
|
-
var _DeleteWhatIfForecastExportCommand = class _DeleteWhatIfForecastExportCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3138
|
-
...commonParams
|
|
3139
|
-
}).m(function(Command, cs, config, o) {
|
|
3083
|
+
var _DeleteWhatIfForecastExportCommand = class _DeleteWhatIfForecastExportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3140
3084
|
return [
|
|
3141
3085
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3142
3086
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3150,9 +3094,7 @@ var DeleteWhatIfForecastExportCommand = _DeleteWhatIfForecastExportCommand;
|
|
|
3150
3094
|
|
|
3151
3095
|
|
|
3152
3096
|
|
|
3153
|
-
var _DescribeAutoPredictorCommand = class _DescribeAutoPredictorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3154
|
-
...commonParams
|
|
3155
|
-
}).m(function(Command, cs, config, o) {
|
|
3097
|
+
var _DescribeAutoPredictorCommand = class _DescribeAutoPredictorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3156
3098
|
return [
|
|
3157
3099
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3158
3100
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3166,9 +3108,7 @@ var DescribeAutoPredictorCommand = _DescribeAutoPredictorCommand;
|
|
|
3166
3108
|
|
|
3167
3109
|
|
|
3168
3110
|
|
|
3169
|
-
var _DescribeDatasetCommand = class _DescribeDatasetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3170
|
-
...commonParams
|
|
3171
|
-
}).m(function(Command, cs, config, o) {
|
|
3111
|
+
var _DescribeDatasetCommand = class _DescribeDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3172
3112
|
return [
|
|
3173
3113
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3174
3114
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3182,9 +3122,7 @@ var DescribeDatasetCommand = _DescribeDatasetCommand;
|
|
|
3182
3122
|
|
|
3183
3123
|
|
|
3184
3124
|
|
|
3185
|
-
var _DescribeDatasetGroupCommand = class _DescribeDatasetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3186
|
-
...commonParams
|
|
3187
|
-
}).m(function(Command, cs, config, o) {
|
|
3125
|
+
var _DescribeDatasetGroupCommand = class _DescribeDatasetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3188
3126
|
return [
|
|
3189
3127
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3190
3128
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3198,9 +3136,7 @@ var DescribeDatasetGroupCommand = _DescribeDatasetGroupCommand;
|
|
|
3198
3136
|
|
|
3199
3137
|
|
|
3200
3138
|
|
|
3201
|
-
var _DescribeDatasetImportJobCommand = class _DescribeDatasetImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3202
|
-
...commonParams
|
|
3203
|
-
}).m(function(Command, cs, config, o) {
|
|
3139
|
+
var _DescribeDatasetImportJobCommand = class _DescribeDatasetImportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3204
3140
|
return [
|
|
3205
3141
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3206
3142
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3214,9 +3150,7 @@ var DescribeDatasetImportJobCommand = _DescribeDatasetImportJobCommand;
|
|
|
3214
3150
|
|
|
3215
3151
|
|
|
3216
3152
|
|
|
3217
|
-
var _DescribeExplainabilityCommand = class _DescribeExplainabilityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3218
|
-
...commonParams
|
|
3219
|
-
}).m(function(Command, cs, config, o) {
|
|
3153
|
+
var _DescribeExplainabilityCommand = class _DescribeExplainabilityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3220
3154
|
return [
|
|
3221
3155
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3222
3156
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3230,9 +3164,7 @@ var DescribeExplainabilityCommand = _DescribeExplainabilityCommand;
|
|
|
3230
3164
|
|
|
3231
3165
|
|
|
3232
3166
|
|
|
3233
|
-
var _DescribeExplainabilityExportCommand = class _DescribeExplainabilityExportCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3234
|
-
...commonParams
|
|
3235
|
-
}).m(function(Command, cs, config, o) {
|
|
3167
|
+
var _DescribeExplainabilityExportCommand = class _DescribeExplainabilityExportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3236
3168
|
return [
|
|
3237
3169
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3238
3170
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3246,9 +3178,7 @@ var DescribeExplainabilityExportCommand = _DescribeExplainabilityExportCommand;
|
|
|
3246
3178
|
|
|
3247
3179
|
|
|
3248
3180
|
|
|
3249
|
-
var _DescribeForecastCommand = class _DescribeForecastCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3250
|
-
...commonParams
|
|
3251
|
-
}).m(function(Command, cs, config, o) {
|
|
3181
|
+
var _DescribeForecastCommand = class _DescribeForecastCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3252
3182
|
return [
|
|
3253
3183
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3254
3184
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3262,9 +3192,7 @@ var DescribeForecastCommand = _DescribeForecastCommand;
|
|
|
3262
3192
|
|
|
3263
3193
|
|
|
3264
3194
|
|
|
3265
|
-
var _DescribeForecastExportJobCommand = class _DescribeForecastExportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3266
|
-
...commonParams
|
|
3267
|
-
}).m(function(Command, cs, config, o) {
|
|
3195
|
+
var _DescribeForecastExportJobCommand = class _DescribeForecastExportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3268
3196
|
return [
|
|
3269
3197
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3270
3198
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3278,9 +3206,7 @@ var DescribeForecastExportJobCommand = _DescribeForecastExportJobCommand;
|
|
|
3278
3206
|
|
|
3279
3207
|
|
|
3280
3208
|
|
|
3281
|
-
var _DescribeMonitorCommand = class _DescribeMonitorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3282
|
-
...commonParams
|
|
3283
|
-
}).m(function(Command, cs, config, o) {
|
|
3209
|
+
var _DescribeMonitorCommand = class _DescribeMonitorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3284
3210
|
return [
|
|
3285
3211
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3286
3212
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3294,9 +3220,7 @@ var DescribeMonitorCommand = _DescribeMonitorCommand;
|
|
|
3294
3220
|
|
|
3295
3221
|
|
|
3296
3222
|
|
|
3297
|
-
var _DescribePredictorBacktestExportJobCommand = class _DescribePredictorBacktestExportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3298
|
-
...commonParams
|
|
3299
|
-
}).m(function(Command, cs, config, o) {
|
|
3223
|
+
var _DescribePredictorBacktestExportJobCommand = class _DescribePredictorBacktestExportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3300
3224
|
return [
|
|
3301
3225
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3302
3226
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3310,9 +3234,7 @@ var DescribePredictorBacktestExportJobCommand = _DescribePredictorBacktestExport
|
|
|
3310
3234
|
|
|
3311
3235
|
|
|
3312
3236
|
|
|
3313
|
-
var _DescribePredictorCommand = class _DescribePredictorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3314
|
-
...commonParams
|
|
3315
|
-
}).m(function(Command, cs, config, o) {
|
|
3237
|
+
var _DescribePredictorCommand = class _DescribePredictorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3316
3238
|
return [
|
|
3317
3239
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3318
3240
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3326,9 +3248,7 @@ var DescribePredictorCommand = _DescribePredictorCommand;
|
|
|
3326
3248
|
|
|
3327
3249
|
|
|
3328
3250
|
|
|
3329
|
-
var _DescribeWhatIfAnalysisCommand = class _DescribeWhatIfAnalysisCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3330
|
-
...commonParams
|
|
3331
|
-
}).m(function(Command, cs, config, o) {
|
|
3251
|
+
var _DescribeWhatIfAnalysisCommand = class _DescribeWhatIfAnalysisCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3332
3252
|
return [
|
|
3333
3253
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3334
3254
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3342,9 +3262,7 @@ var DescribeWhatIfAnalysisCommand = _DescribeWhatIfAnalysisCommand;
|
|
|
3342
3262
|
|
|
3343
3263
|
|
|
3344
3264
|
|
|
3345
|
-
var _DescribeWhatIfForecastCommand = class _DescribeWhatIfForecastCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3346
|
-
...commonParams
|
|
3347
|
-
}).m(function(Command, cs, config, o) {
|
|
3265
|
+
var _DescribeWhatIfForecastCommand = class _DescribeWhatIfForecastCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3348
3266
|
return [
|
|
3349
3267
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3350
3268
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3358,9 +3276,7 @@ var DescribeWhatIfForecastCommand = _DescribeWhatIfForecastCommand;
|
|
|
3358
3276
|
|
|
3359
3277
|
|
|
3360
3278
|
|
|
3361
|
-
var _DescribeWhatIfForecastExportCommand = class _DescribeWhatIfForecastExportCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3362
|
-
...commonParams
|
|
3363
|
-
}).m(function(Command, cs, config, o) {
|
|
3279
|
+
var _DescribeWhatIfForecastExportCommand = class _DescribeWhatIfForecastExportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3364
3280
|
return [
|
|
3365
3281
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3366
3282
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3374,9 +3290,7 @@ var DescribeWhatIfForecastExportCommand = _DescribeWhatIfForecastExportCommand;
|
|
|
3374
3290
|
|
|
3375
3291
|
|
|
3376
3292
|
|
|
3377
|
-
var _GetAccuracyMetricsCommand = class _GetAccuracyMetricsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3378
|
-
...commonParams
|
|
3379
|
-
}).m(function(Command, cs, config, o) {
|
|
3293
|
+
var _GetAccuracyMetricsCommand = class _GetAccuracyMetricsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3380
3294
|
return [
|
|
3381
3295
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3382
3296
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3390,9 +3304,7 @@ var GetAccuracyMetricsCommand = _GetAccuracyMetricsCommand;
|
|
|
3390
3304
|
|
|
3391
3305
|
|
|
3392
3306
|
|
|
3393
|
-
var _ListDatasetGroupsCommand = class _ListDatasetGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3394
|
-
...commonParams
|
|
3395
|
-
}).m(function(Command, cs, config, o) {
|
|
3307
|
+
var _ListDatasetGroupsCommand = class _ListDatasetGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3396
3308
|
return [
|
|
3397
3309
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3398
3310
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3406,9 +3318,7 @@ var ListDatasetGroupsCommand = _ListDatasetGroupsCommand;
|
|
|
3406
3318
|
|
|
3407
3319
|
|
|
3408
3320
|
|
|
3409
|
-
var _ListDatasetImportJobsCommand = class _ListDatasetImportJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3410
|
-
...commonParams
|
|
3411
|
-
}).m(function(Command, cs, config, o) {
|
|
3321
|
+
var _ListDatasetImportJobsCommand = class _ListDatasetImportJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3412
3322
|
return [
|
|
3413
3323
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3414
3324
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3422,9 +3332,7 @@ var ListDatasetImportJobsCommand = _ListDatasetImportJobsCommand;
|
|
|
3422
3332
|
|
|
3423
3333
|
|
|
3424
3334
|
|
|
3425
|
-
var _ListDatasetsCommand = class _ListDatasetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3426
|
-
...commonParams
|
|
3427
|
-
}).m(function(Command, cs, config, o) {
|
|
3335
|
+
var _ListDatasetsCommand = class _ListDatasetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3428
3336
|
return [
|
|
3429
3337
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3430
3338
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3438,9 +3346,7 @@ var ListDatasetsCommand = _ListDatasetsCommand;
|
|
|
3438
3346
|
|
|
3439
3347
|
|
|
3440
3348
|
|
|
3441
|
-
var _ListExplainabilitiesCommand = class _ListExplainabilitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3442
|
-
...commonParams
|
|
3443
|
-
}).m(function(Command, cs, config, o) {
|
|
3349
|
+
var _ListExplainabilitiesCommand = class _ListExplainabilitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3444
3350
|
return [
|
|
3445
3351
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3446
3352
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3454,9 +3360,7 @@ var ListExplainabilitiesCommand = _ListExplainabilitiesCommand;
|
|
|
3454
3360
|
|
|
3455
3361
|
|
|
3456
3362
|
|
|
3457
|
-
var _ListExplainabilityExportsCommand = class _ListExplainabilityExportsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3458
|
-
...commonParams
|
|
3459
|
-
}).m(function(Command, cs, config, o) {
|
|
3363
|
+
var _ListExplainabilityExportsCommand = class _ListExplainabilityExportsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3460
3364
|
return [
|
|
3461
3365
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3462
3366
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3470,9 +3374,7 @@ var ListExplainabilityExportsCommand = _ListExplainabilityExportsCommand;
|
|
|
3470
3374
|
|
|
3471
3375
|
|
|
3472
3376
|
|
|
3473
|
-
var _ListForecastExportJobsCommand = class _ListForecastExportJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3474
|
-
...commonParams
|
|
3475
|
-
}).m(function(Command, cs, config, o) {
|
|
3377
|
+
var _ListForecastExportJobsCommand = class _ListForecastExportJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3476
3378
|
return [
|
|
3477
3379
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3478
3380
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3486,9 +3388,7 @@ var ListForecastExportJobsCommand = _ListForecastExportJobsCommand;
|
|
|
3486
3388
|
|
|
3487
3389
|
|
|
3488
3390
|
|
|
3489
|
-
var _ListForecastsCommand = class _ListForecastsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3490
|
-
...commonParams
|
|
3491
|
-
}).m(function(Command, cs, config, o) {
|
|
3391
|
+
var _ListForecastsCommand = class _ListForecastsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3492
3392
|
return [
|
|
3493
3393
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3494
3394
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3502,9 +3402,7 @@ var ListForecastsCommand = _ListForecastsCommand;
|
|
|
3502
3402
|
|
|
3503
3403
|
|
|
3504
3404
|
|
|
3505
|
-
var _ListMonitorEvaluationsCommand = class _ListMonitorEvaluationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3506
|
-
...commonParams
|
|
3507
|
-
}).m(function(Command, cs, config, o) {
|
|
3405
|
+
var _ListMonitorEvaluationsCommand = class _ListMonitorEvaluationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3508
3406
|
return [
|
|
3509
3407
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3510
3408
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3518,9 +3416,7 @@ var ListMonitorEvaluationsCommand = _ListMonitorEvaluationsCommand;
|
|
|
3518
3416
|
|
|
3519
3417
|
|
|
3520
3418
|
|
|
3521
|
-
var _ListMonitorsCommand = class _ListMonitorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3522
|
-
...commonParams
|
|
3523
|
-
}).m(function(Command, cs, config, o) {
|
|
3419
|
+
var _ListMonitorsCommand = class _ListMonitorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3524
3420
|
return [
|
|
3525
3421
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3526
3422
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3534,9 +3430,7 @@ var ListMonitorsCommand = _ListMonitorsCommand;
|
|
|
3534
3430
|
|
|
3535
3431
|
|
|
3536
3432
|
|
|
3537
|
-
var _ListPredictorBacktestExportJobsCommand = class _ListPredictorBacktestExportJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3538
|
-
...commonParams
|
|
3539
|
-
}).m(function(Command, cs, config, o) {
|
|
3433
|
+
var _ListPredictorBacktestExportJobsCommand = class _ListPredictorBacktestExportJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3540
3434
|
return [
|
|
3541
3435
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3542
3436
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3550,9 +3444,7 @@ var ListPredictorBacktestExportJobsCommand = _ListPredictorBacktestExportJobsCom
|
|
|
3550
3444
|
|
|
3551
3445
|
|
|
3552
3446
|
|
|
3553
|
-
var _ListPredictorsCommand = class _ListPredictorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3554
|
-
...commonParams
|
|
3555
|
-
}).m(function(Command, cs, config, o) {
|
|
3447
|
+
var _ListPredictorsCommand = class _ListPredictorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3556
3448
|
return [
|
|
3557
3449
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3558
3450
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3566,9 +3458,7 @@ var ListPredictorsCommand = _ListPredictorsCommand;
|
|
|
3566
3458
|
|
|
3567
3459
|
|
|
3568
3460
|
|
|
3569
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3570
|
-
...commonParams
|
|
3571
|
-
}).m(function(Command, cs, config, o) {
|
|
3461
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3572
3462
|
return [
|
|
3573
3463
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3574
3464
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3582,9 +3472,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
3582
3472
|
|
|
3583
3473
|
|
|
3584
3474
|
|
|
3585
|
-
var _ListWhatIfAnalysesCommand = class _ListWhatIfAnalysesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3586
|
-
...commonParams
|
|
3587
|
-
}).m(function(Command, cs, config, o) {
|
|
3475
|
+
var _ListWhatIfAnalysesCommand = class _ListWhatIfAnalysesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3588
3476
|
return [
|
|
3589
3477
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3590
3478
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3598,9 +3486,7 @@ var ListWhatIfAnalysesCommand = _ListWhatIfAnalysesCommand;
|
|
|
3598
3486
|
|
|
3599
3487
|
|
|
3600
3488
|
|
|
3601
|
-
var _ListWhatIfForecastExportsCommand = class _ListWhatIfForecastExportsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3602
|
-
...commonParams
|
|
3603
|
-
}).m(function(Command, cs, config, o) {
|
|
3489
|
+
var _ListWhatIfForecastExportsCommand = class _ListWhatIfForecastExportsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3604
3490
|
return [
|
|
3605
3491
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3606
3492
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3614,9 +3500,7 @@ var ListWhatIfForecastExportsCommand = _ListWhatIfForecastExportsCommand;
|
|
|
3614
3500
|
|
|
3615
3501
|
|
|
3616
3502
|
|
|
3617
|
-
var _ListWhatIfForecastsCommand = class _ListWhatIfForecastsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3618
|
-
...commonParams
|
|
3619
|
-
}).m(function(Command, cs, config, o) {
|
|
3503
|
+
var _ListWhatIfForecastsCommand = class _ListWhatIfForecastsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3620
3504
|
return [
|
|
3621
3505
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3622
3506
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3630,9 +3514,7 @@ var ListWhatIfForecastsCommand = _ListWhatIfForecastsCommand;
|
|
|
3630
3514
|
|
|
3631
3515
|
|
|
3632
3516
|
|
|
3633
|
-
var _ResumeResourceCommand = class _ResumeResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3634
|
-
...commonParams
|
|
3635
|
-
}).m(function(Command, cs, config, o) {
|
|
3517
|
+
var _ResumeResourceCommand = class _ResumeResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3636
3518
|
return [
|
|
3637
3519
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3638
3520
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3646,9 +3528,7 @@ var ResumeResourceCommand = _ResumeResourceCommand;
|
|
|
3646
3528
|
|
|
3647
3529
|
|
|
3648
3530
|
|
|
3649
|
-
var _StopResourceCommand = class _StopResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3650
|
-
...commonParams
|
|
3651
|
-
}).m(function(Command, cs, config, o) {
|
|
3531
|
+
var _StopResourceCommand = class _StopResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3652
3532
|
return [
|
|
3653
3533
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3654
3534
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3662,9 +3542,7 @@ var StopResourceCommand = _StopResourceCommand;
|
|
|
3662
3542
|
|
|
3663
3543
|
|
|
3664
3544
|
|
|
3665
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3666
|
-
...commonParams
|
|
3667
|
-
}).m(function(Command, cs, config, o) {
|
|
3545
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3668
3546
|
return [
|
|
3669
3547
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3670
3548
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3678,9 +3556,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
3678
3556
|
|
|
3679
3557
|
|
|
3680
3558
|
|
|
3681
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3682
|
-
...commonParams
|
|
3683
|
-
}).m(function(Command, cs, config, o) {
|
|
3559
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3684
3560
|
return [
|
|
3685
3561
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3686
3562
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3694,9 +3570,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
3694
3570
|
|
|
3695
3571
|
|
|
3696
3572
|
|
|
3697
|
-
var _UpdateDatasetGroupCommand = class _UpdateDatasetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3698
|
-
...commonParams
|
|
3699
|
-
}).m(function(Command, cs, config, o) {
|
|
3573
|
+
var _UpdateDatasetGroupCommand = class _UpdateDatasetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3700
3574
|
return [
|
|
3701
3575
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3702
3576
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|