@aws-sdk/client-forecast 3.651.1 → 3.658.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.
Files changed (127) hide show
  1. package/dist-types/commands/CreateAutoPredictorCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateDatasetCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateExplainabilityCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateForecastCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateForecastExportJobCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateMonitorCommand.d.ts +11 -0
  10. package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +11 -0
  11. package/dist-types/commands/CreatePredictorCommand.d.ts +11 -0
  12. package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +11 -0
  13. package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +11 -0
  14. package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteDatasetCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteExplainabilityCommand.d.ts +11 -0
  19. package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +11 -0
  20. package/dist-types/commands/DeleteForecastCommand.d.ts +11 -0
  21. package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +11 -0
  22. package/dist-types/commands/DeleteMonitorCommand.d.ts +11 -0
  23. package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +11 -0
  24. package/dist-types/commands/DeletePredictorCommand.d.ts +11 -0
  25. package/dist-types/commands/DeleteResourceTreeCommand.d.ts +11 -0
  26. package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +11 -0
  27. package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +11 -0
  28. package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +11 -0
  29. package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +11 -0
  30. package/dist-types/commands/DescribeDatasetCommand.d.ts +11 -0
  31. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +11 -0
  32. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +11 -0
  33. package/dist-types/commands/DescribeExplainabilityCommand.d.ts +11 -0
  34. package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +11 -0
  35. package/dist-types/commands/DescribeForecastCommand.d.ts +11 -0
  36. package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +11 -0
  37. package/dist-types/commands/DescribeMonitorCommand.d.ts +11 -0
  38. package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +11 -0
  39. package/dist-types/commands/DescribePredictorCommand.d.ts +11 -0
  40. package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +11 -0
  41. package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +11 -0
  42. package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +11 -0
  43. package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +11 -0
  44. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +11 -0
  45. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +11 -0
  46. package/dist-types/commands/ListDatasetsCommand.d.ts +11 -0
  47. package/dist-types/commands/ListExplainabilitiesCommand.d.ts +11 -0
  48. package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +11 -0
  49. package/dist-types/commands/ListForecastExportJobsCommand.d.ts +11 -0
  50. package/dist-types/commands/ListForecastsCommand.d.ts +11 -0
  51. package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +11 -0
  52. package/dist-types/commands/ListMonitorsCommand.d.ts +11 -0
  53. package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +11 -0
  54. package/dist-types/commands/ListPredictorsCommand.d.ts +11 -0
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  56. package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +11 -0
  57. package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +11 -0
  58. package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +11 -0
  59. package/dist-types/commands/ResumeResourceCommand.d.ts +11 -0
  60. package/dist-types/commands/StopResourceCommand.d.ts +11 -0
  61. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  62. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  63. package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +11 -0
  64. package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  119. package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +12 -1
  120. package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +12 -1
  121. package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +12 -1
  122. package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +12 -1
  123. package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +12 -1
  124. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  125. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  126. package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +12 -1
  127. package/package.json +35 -35
@@ -114,4 +114,15 @@ declare const DescribeWhatIfAnalysisCommand_base: {
114
114
  * @public
115
115
  */
116
116
  export declare class DescribeWhatIfAnalysisCommand extends DescribeWhatIfAnalysisCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: DescribeWhatIfAnalysisRequest;
121
+ output: DescribeWhatIfAnalysisResponse;
122
+ };
123
+ sdk: {
124
+ input: DescribeWhatIfAnalysisCommandInput;
125
+ output: DescribeWhatIfAnalysisCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -130,4 +130,15 @@ declare const DescribeWhatIfForecastCommand_base: {
130
130
  * @public
131
131
  */
132
132
  export declare class DescribeWhatIfForecastCommand extends DescribeWhatIfForecastCommand_base {
133
+ /** @internal type navigation helper, not in runtime. */
134
+ protected static __types: {
135
+ api: {
136
+ input: DescribeWhatIfForecastRequest;
137
+ output: DescribeWhatIfForecastResponse;
138
+ };
139
+ sdk: {
140
+ input: DescribeWhatIfForecastCommandInput;
141
+ output: DescribeWhatIfForecastCommandOutput;
142
+ };
143
+ };
133
144
  }
@@ -104,4 +104,15 @@ declare const DescribeWhatIfForecastExportCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class DescribeWhatIfForecastExportCommand extends DescribeWhatIfForecastExportCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: DescribeWhatIfForecastExportRequest;
111
+ output: DescribeWhatIfForecastExportResponse;
112
+ };
113
+ sdk: {
114
+ input: DescribeWhatIfForecastExportCommandInput;
115
+ output: DescribeWhatIfForecastExportCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -118,4 +118,15 @@ declare const GetAccuracyMetricsCommand_base: {
118
118
  * @public
119
119
  */
120
120
  export declare class GetAccuracyMetricsCommand extends GetAccuracyMetricsCommand_base {
121
+ /** @internal type navigation helper, not in runtime. */
122
+ protected static __types: {
123
+ api: {
124
+ input: GetAccuracyMetricsRequest;
125
+ output: GetAccuracyMetricsResponse;
126
+ };
127
+ sdk: {
128
+ input: GetAccuracyMetricsCommandInput;
129
+ output: GetAccuracyMetricsCommandOutput;
130
+ };
131
+ };
121
132
  }
@@ -73,4 +73,15 @@ declare const ListDatasetGroupsCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class ListDatasetGroupsCommand extends ListDatasetGroupsCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: ListDatasetGroupsRequest;
80
+ output: ListDatasetGroupsResponse;
81
+ };
82
+ sdk: {
83
+ input: ListDatasetGroupsCommandInput;
84
+ output: ListDatasetGroupsCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -94,4 +94,15 @@ declare const ListDatasetImportJobsCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class ListDatasetImportJobsCommand extends ListDatasetImportJobsCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: ListDatasetImportJobsRequest;
101
+ output: ListDatasetImportJobsResponse;
102
+ };
103
+ sdk: {
104
+ input: ListDatasetImportJobsCommandInput;
105
+ output: ListDatasetImportJobsCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -73,4 +73,15 @@ declare const ListDatasetsCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: ListDatasetsRequest;
80
+ output: ListDatasetsResponse;
81
+ };
82
+ sdk: {
83
+ input: ListDatasetsCommandInput;
84
+ output: ListDatasetsCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -91,4 +91,15 @@ declare const ListExplainabilitiesCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class ListExplainabilitiesCommand extends ListExplainabilitiesCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: ListExplainabilitiesRequest;
98
+ output: ListExplainabilitiesResponse;
99
+ };
100
+ sdk: {
101
+ input: ListExplainabilitiesCommandInput;
102
+ output: ListExplainabilitiesCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -92,4 +92,15 @@ declare const ListExplainabilityExportsCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class ListExplainabilityExportsCommand extends ListExplainabilityExportsCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: ListExplainabilityExportsRequest;
99
+ output: ListExplainabilityExportsResponse;
100
+ };
101
+ sdk: {
102
+ input: ListExplainabilityExportsCommandInput;
103
+ output: ListExplainabilityExportsCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -92,4 +92,15 @@ declare const ListForecastExportJobsCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class ListForecastExportJobsCommand extends ListForecastExportJobsCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: ListForecastExportJobsRequest;
99
+ output: ListForecastExportJobsResponse;
100
+ };
101
+ sdk: {
102
+ input: ListForecastExportJobsCommandInput;
103
+ output: ListForecastExportJobsCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -89,4 +89,15 @@ declare const ListForecastsCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class ListForecastsCommand extends ListForecastsCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: ListForecastsRequest;
96
+ output: ListForecastsResponse;
97
+ };
98
+ sdk: {
99
+ input: ListForecastsCommandInput;
100
+ output: ListForecastsCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -107,4 +107,15 @@ declare const ListMonitorEvaluationsCommand_base: {
107
107
  * @public
108
108
  */
109
109
  export declare class ListMonitorEvaluationsCommand extends ListMonitorEvaluationsCommand_base {
110
+ /** @internal type navigation helper, not in runtime. */
111
+ protected static __types: {
112
+ api: {
113
+ input: ListMonitorEvaluationsRequest;
114
+ output: ListMonitorEvaluationsResponse;
115
+ };
116
+ sdk: {
117
+ input: ListMonitorEvaluationsCommandInput;
118
+ output: ListMonitorEvaluationsCommandOutput;
119
+ };
120
+ };
110
121
  }
@@ -83,4 +83,15 @@ declare const ListMonitorsCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListMonitorsCommand extends ListMonitorsCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListMonitorsRequest;
90
+ output: ListMonitorsResponse;
91
+ };
92
+ sdk: {
93
+ input: ListMonitorsCommandInput;
94
+ output: ListMonitorsCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -92,4 +92,15 @@ declare const ListPredictorBacktestExportJobsCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class ListPredictorBacktestExportJobsCommand extends ListPredictorBacktestExportJobsCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: ListPredictorBacktestExportJobsRequest;
99
+ output: ListPredictorBacktestExportJobsResponse;
100
+ };
101
+ sdk: {
102
+ input: ListPredictorBacktestExportJobsCommandInput;
103
+ output: ListPredictorBacktestExportJobsCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -92,4 +92,15 @@ declare const ListPredictorsCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class ListPredictorsCommand extends ListPredictorsCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: ListPredictorsRequest;
99
+ output: ListPredictorsResponse;
100
+ };
101
+ sdk: {
102
+ input: ListPredictorsCommandInput;
103
+ output: ListPredictorsCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -70,4 +70,15 @@ declare const ListTagsForResourceCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: ListTagsForResourceRequest;
77
+ output: ListTagsForResourceResponse;
78
+ };
79
+ sdk: {
80
+ input: ListTagsForResourceCommandInput;
81
+ output: ListTagsForResourceCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -83,4 +83,15 @@ declare const ListWhatIfAnalysesCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListWhatIfAnalysesCommand extends ListWhatIfAnalysesCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListWhatIfAnalysesRequest;
90
+ output: ListWhatIfAnalysesResponse;
91
+ };
92
+ sdk: {
93
+ input: ListWhatIfAnalysesCommandInput;
94
+ output: ListWhatIfAnalysesCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -92,4 +92,15 @@ declare const ListWhatIfForecastExportsCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class ListWhatIfForecastExportsCommand extends ListWhatIfForecastExportsCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: ListWhatIfForecastExportsRequest;
99
+ output: ListWhatIfForecastExportsResponse;
100
+ };
101
+ sdk: {
102
+ input: ListWhatIfForecastExportsCommandInput;
103
+ output: ListWhatIfForecastExportsCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -83,4 +83,15 @@ declare const ListWhatIfForecastsCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListWhatIfForecastsCommand extends ListWhatIfForecastsCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListWhatIfForecastsRequest;
90
+ output: ListWhatIfForecastsResponse;
91
+ };
92
+ sdk: {
93
+ input: ListWhatIfForecastsCommandInput;
94
+ output: ListWhatIfForecastsCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -69,4 +69,15 @@ declare const ResumeResourceCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class ResumeResourceCommand extends ResumeResourceCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: ResumeResourceRequest;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: ResumeResourceCommandInput;
80
+ output: ResumeResourceCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -94,4 +94,15 @@ declare const StopResourceCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class StopResourceCommand extends StopResourceCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: StopResourceRequest;
101
+ output: {};
102
+ };
103
+ sdk: {
104
+ input: StopResourceCommandInput;
105
+ output: StopResourceCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -75,4 +75,15 @@ declare const TagResourceCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class TagResourceCommand extends TagResourceCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: TagResourceRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: TagResourceCommandInput;
86
+ output: TagResourceCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -66,4 +66,15 @@ declare const UntagResourceCommand_base: {
66
66
  * @public
67
67
  */
68
68
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
69
+ /** @internal type navigation helper, not in runtime. */
70
+ protected static __types: {
71
+ api: {
72
+ input: UntagResourceRequest;
73
+ output: {};
74
+ };
75
+ sdk: {
76
+ input: UntagResourceCommandInput;
77
+ output: UntagResourceCommandOutput;
78
+ };
79
+ };
69
80
  }
@@ -74,4 +74,15 @@ declare const UpdateDatasetGroupCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class UpdateDatasetGroupCommand extends UpdateDatasetGroupCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: UpdateDatasetGroupRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: UpdateDatasetGroupCommandInput;
85
+ output: UpdateDatasetGroupCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -37,4 +37,15 @@ declare const CreateAutoPredictorCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateAutoPredictorCommand extends CreateAutoPredictorCommand_base {}
40
+ export declare class CreateAutoPredictorCommand extends CreateAutoPredictorCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateAutoPredictorRequest;
44
+ output: CreateAutoPredictorResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateAutoPredictorCommandInput;
48
+ output: CreateAutoPredictorCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateDatasetCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateDatasetCommand extends CreateDatasetCommand_base {}
39
+ export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateDatasetRequest;
43
+ output: CreateDatasetResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateDatasetCommandInput;
47
+ output: CreateDatasetCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateDatasetGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateDatasetGroupCommand extends CreateDatasetGroupCommand_base {}
40
+ export declare class CreateDatasetGroupCommand extends CreateDatasetGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateDatasetGroupRequest;
44
+ output: CreateDatasetGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateDatasetGroupCommandInput;
48
+ output: CreateDatasetGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateDatasetImportJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateDatasetImportJobCommand extends CreateDatasetImportJobCommand_base {}
40
+ export declare class CreateDatasetImportJobCommand extends CreateDatasetImportJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateDatasetImportJobRequest;
44
+ output: CreateDatasetImportJobResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateDatasetImportJobCommandInput;
48
+ output: CreateDatasetImportJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateExplainabilityCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateExplainabilityCommand extends CreateExplainabilityCommand_base {}
40
+ export declare class CreateExplainabilityCommand extends CreateExplainabilityCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateExplainabilityRequest;
44
+ output: CreateExplainabilityResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateExplainabilityCommandInput;
48
+ output: CreateExplainabilityCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateExplainabilityExportCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateExplainabilityExportCommand extends CreateExplainabilityExportCommand_base {}
40
+ export declare class CreateExplainabilityExportCommand extends CreateExplainabilityExportCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateExplainabilityExportRequest;
44
+ output: CreateExplainabilityExportResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateExplainabilityExportCommandInput;
48
+ output: CreateExplainabilityExportCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateForecastCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateForecastCommand extends CreateForecastCommand_base {}
39
+ export declare class CreateForecastCommand extends CreateForecastCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateForecastRequest;
43
+ output: CreateForecastResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateForecastCommandInput;
47
+ output: CreateForecastCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateForecastExportJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateForecastExportJobCommand extends CreateForecastExportJobCommand_base {}
40
+ export declare class CreateForecastExportJobCommand extends CreateForecastExportJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateForecastExportJobRequest;
44
+ output: CreateForecastExportJobResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateForecastExportJobCommandInput;
48
+ output: CreateForecastExportJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateMonitorCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateMonitorCommand extends CreateMonitorCommand_base {}
39
+ export declare class CreateMonitorCommand extends CreateMonitorCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateMonitorRequest;
43
+ output: CreateMonitorResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateMonitorCommandInput;
47
+ output: CreateMonitorCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreatePredictorBacktestExportJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreatePredictorBacktestExportJobCommand extends CreatePredictorBacktestExportJobCommand_base {}
40
+ export declare class CreatePredictorBacktestExportJobCommand extends CreatePredictorBacktestExportJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreatePredictorBacktestExportJobRequest;
44
+ output: CreatePredictorBacktestExportJobResponse;
45
+ };
46
+ sdk: {
47
+ input: CreatePredictorBacktestExportJobCommandInput;
48
+ output: CreatePredictorBacktestExportJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreatePredictorCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreatePredictorCommand extends CreatePredictorCommand_base {}
39
+ export declare class CreatePredictorCommand extends CreatePredictorCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreatePredictorRequest;
43
+ output: CreatePredictorResponse;
44
+ };
45
+ sdk: {
46
+ input: CreatePredictorCommandInput;
47
+ output: CreatePredictorCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateWhatIfAnalysisCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateWhatIfAnalysisCommand extends CreateWhatIfAnalysisCommand_base {}
40
+ export declare class CreateWhatIfAnalysisCommand extends CreateWhatIfAnalysisCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateWhatIfAnalysisRequest;
44
+ output: CreateWhatIfAnalysisResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateWhatIfAnalysisCommandInput;
48
+ output: CreateWhatIfAnalysisCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateWhatIfForecastCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateWhatIfForecastCommand extends CreateWhatIfForecastCommand_base {}
40
+ export declare class CreateWhatIfForecastCommand extends CreateWhatIfForecastCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateWhatIfForecastRequest;
44
+ output: CreateWhatIfForecastResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateWhatIfForecastCommandInput;
48
+ output: CreateWhatIfForecastCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateWhatIfForecastExportCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateWhatIfForecastExportCommand extends CreateWhatIfForecastExportCommand_base {}
40
+ export declare class CreateWhatIfForecastExportCommand extends CreateWhatIfForecastExportCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateWhatIfForecastExportRequest;
44
+ output: CreateWhatIfForecastExportResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateWhatIfForecastExportCommandInput;
48
+ output: CreateWhatIfForecastExportCommandOutput;
49
+ };
50
+ };
51
+ }