@aws-sdk/client-forecast 3.650.0 → 3.654.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
@@ -31,4 +31,15 @@ declare const DeleteDatasetCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {}
34
+ export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteDatasetRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteDatasetCommandInput;
42
+ output: DeleteDatasetCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -32,4 +32,15 @@ declare const DeleteDatasetGroupCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteDatasetGroupCommand extends DeleteDatasetGroupCommand_base {}
35
+ export declare class DeleteDatasetGroupCommand extends DeleteDatasetGroupCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteDatasetGroupRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteDatasetGroupCommandInput;
43
+ output: DeleteDatasetGroupCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -32,4 +32,15 @@ declare const DeleteDatasetImportJobCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteDatasetImportJobCommand extends DeleteDatasetImportJobCommand_base {}
35
+ export declare class DeleteDatasetImportJobCommand extends DeleteDatasetImportJobCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteDatasetImportJobRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteDatasetImportJobCommandInput;
43
+ output: DeleteDatasetImportJobCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -32,4 +32,15 @@ declare const DeleteExplainabilityCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteExplainabilityCommand extends DeleteExplainabilityCommand_base {}
35
+ export declare class DeleteExplainabilityCommand extends DeleteExplainabilityCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteExplainabilityRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteExplainabilityCommandInput;
43
+ output: DeleteExplainabilityCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -33,4 +33,15 @@ declare const DeleteExplainabilityExportCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteExplainabilityExportCommand extends DeleteExplainabilityExportCommand_base {}
36
+ export declare class DeleteExplainabilityExportCommand extends DeleteExplainabilityExportCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteExplainabilityExportRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteExplainabilityExportCommandInput;
44
+ output: DeleteExplainabilityExportCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const DeleteForecastCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteForecastCommand extends DeleteForecastCommand_base {}
34
+ export declare class DeleteForecastCommand extends DeleteForecastCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteForecastRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteForecastCommandInput;
42
+ output: DeleteForecastCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const DeleteForecastExportJobCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteForecastExportJobCommand extends DeleteForecastExportJobCommand_base {}
36
+ export declare class DeleteForecastExportJobCommand extends DeleteForecastExportJobCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteForecastExportJobRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteForecastExportJobCommandInput;
44
+ output: DeleteForecastExportJobCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const DeleteMonitorCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteMonitorCommand extends DeleteMonitorCommand_base {}
34
+ export declare class DeleteMonitorCommand extends DeleteMonitorCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteMonitorRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteMonitorCommandInput;
42
+ output: DeleteMonitorCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const DeletePredictorBacktestExportJobCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeletePredictorBacktestExportJobCommand extends DeletePredictorBacktestExportJobCommand_base {}
36
+ export declare class DeletePredictorBacktestExportJobCommand extends DeletePredictorBacktestExportJobCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeletePredictorBacktestExportJobRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeletePredictorBacktestExportJobCommandInput;
44
+ output: DeletePredictorBacktestExportJobCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const DeletePredictorCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeletePredictorCommand extends DeletePredictorCommand_base {}
34
+ export declare class DeletePredictorCommand extends DeletePredictorCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeletePredictorRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeletePredictorCommandInput;
42
+ output: DeletePredictorCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -32,4 +32,15 @@ declare const DeleteResourceTreeCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteResourceTreeCommand extends DeleteResourceTreeCommand_base {}
35
+ export declare class DeleteResourceTreeCommand extends DeleteResourceTreeCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteResourceTreeRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteResourceTreeCommandInput;
43
+ output: DeleteResourceTreeCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -32,4 +32,15 @@ declare const DeleteWhatIfAnalysisCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteWhatIfAnalysisCommand extends DeleteWhatIfAnalysisCommand_base {}
35
+ export declare class DeleteWhatIfAnalysisCommand extends DeleteWhatIfAnalysisCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteWhatIfAnalysisRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteWhatIfAnalysisCommandInput;
43
+ output: DeleteWhatIfAnalysisCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -32,4 +32,15 @@ declare const DeleteWhatIfForecastCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteWhatIfForecastCommand extends DeleteWhatIfForecastCommand_base {}
35
+ export declare class DeleteWhatIfForecastCommand extends DeleteWhatIfForecastCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteWhatIfForecastRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteWhatIfForecastCommandInput;
43
+ output: DeleteWhatIfForecastCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -33,4 +33,15 @@ declare const DeleteWhatIfForecastExportCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteWhatIfForecastExportCommand extends DeleteWhatIfForecastExportCommand_base {}
36
+ export declare class DeleteWhatIfForecastExportCommand extends DeleteWhatIfForecastExportCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteWhatIfForecastExportRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteWhatIfForecastExportCommandInput;
44
+ output: DeleteWhatIfForecastExportCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DescribeAutoPredictorCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeAutoPredictorCommand extends DescribeAutoPredictorCommand_base {}
40
+ export declare class DescribeAutoPredictorCommand extends DescribeAutoPredictorCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeAutoPredictorRequest;
44
+ output: DescribeAutoPredictorResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeAutoPredictorCommandInput;
48
+ output: DescribeAutoPredictorCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeDatasetCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {}
39
+ export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeDatasetRequest;
43
+ output: DescribeDatasetResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeDatasetCommandInput;
47
+ output: DescribeDatasetCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeDatasetGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeDatasetGroupCommand extends DescribeDatasetGroupCommand_base {}
40
+ export declare class DescribeDatasetGroupCommand extends DescribeDatasetGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeDatasetGroupRequest;
44
+ output: DescribeDatasetGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeDatasetGroupCommandInput;
48
+ output: DescribeDatasetGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeDatasetImportJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeDatasetImportJobCommand extends DescribeDatasetImportJobCommand_base {}
40
+ export declare class DescribeDatasetImportJobCommand extends DescribeDatasetImportJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeDatasetImportJobRequest;
44
+ output: DescribeDatasetImportJobResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeDatasetImportJobCommandInput;
48
+ output: DescribeDatasetImportJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeExplainabilityCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeExplainabilityCommand extends DescribeExplainabilityCommand_base {}
40
+ export declare class DescribeExplainabilityCommand extends DescribeExplainabilityCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeExplainabilityRequest;
44
+ output: DescribeExplainabilityResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeExplainabilityCommandInput;
48
+ output: DescribeExplainabilityCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeExplainabilityExportCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeExplainabilityExportCommand extends DescribeExplainabilityExportCommand_base {}
40
+ export declare class DescribeExplainabilityExportCommand extends DescribeExplainabilityExportCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeExplainabilityExportRequest;
44
+ output: DescribeExplainabilityExportResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeExplainabilityExportCommandInput;
48
+ output: DescribeExplainabilityExportCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeForecastCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeForecastCommand extends DescribeForecastCommand_base {}
39
+ export declare class DescribeForecastCommand extends DescribeForecastCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeForecastRequest;
43
+ output: DescribeForecastResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeForecastCommandInput;
47
+ output: DescribeForecastCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeForecastExportJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeForecastExportJobCommand extends DescribeForecastExportJobCommand_base {}
40
+ export declare class DescribeForecastExportJobCommand extends DescribeForecastExportJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeForecastExportJobRequest;
44
+ output: DescribeForecastExportJobResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeForecastExportJobCommandInput;
48
+ output: DescribeForecastExportJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeMonitorCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeMonitorCommand extends DescribeMonitorCommand_base {}
39
+ export declare class DescribeMonitorCommand extends DescribeMonitorCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeMonitorRequest;
43
+ output: DescribeMonitorResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeMonitorCommandInput;
47
+ output: DescribeMonitorCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribePredictorBacktestExportJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribePredictorBacktestExportJobCommand extends DescribePredictorBacktestExportJobCommand_base {}
40
+ export declare class DescribePredictorBacktestExportJobCommand extends DescribePredictorBacktestExportJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribePredictorBacktestExportJobRequest;
44
+ output: DescribePredictorBacktestExportJobResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribePredictorBacktestExportJobCommandInput;
48
+ output: DescribePredictorBacktestExportJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribePredictorCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribePredictorCommand extends DescribePredictorCommand_base {}
40
+ export declare class DescribePredictorCommand extends DescribePredictorCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribePredictorRequest;
44
+ output: DescribePredictorResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribePredictorCommandInput;
48
+ output: DescribePredictorCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeWhatIfAnalysisCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeWhatIfAnalysisCommand extends DescribeWhatIfAnalysisCommand_base {}
40
+ export declare class DescribeWhatIfAnalysisCommand extends DescribeWhatIfAnalysisCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeWhatIfAnalysisRequest;
44
+ output: DescribeWhatIfAnalysisResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeWhatIfAnalysisCommandInput;
48
+ output: DescribeWhatIfAnalysisCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeWhatIfForecastCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeWhatIfForecastCommand extends DescribeWhatIfForecastCommand_base {}
40
+ export declare class DescribeWhatIfForecastCommand extends DescribeWhatIfForecastCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeWhatIfForecastRequest;
44
+ output: DescribeWhatIfForecastResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeWhatIfForecastCommandInput;
48
+ output: DescribeWhatIfForecastCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeWhatIfForecastExportCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeWhatIfForecastExportCommand extends DescribeWhatIfForecastExportCommand_base {}
40
+ export declare class DescribeWhatIfForecastExportCommand extends DescribeWhatIfForecastExportCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeWhatIfForecastExportRequest;
44
+ output: DescribeWhatIfForecastExportResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeWhatIfForecastExportCommandInput;
48
+ output: DescribeWhatIfForecastExportCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetAccuracyMetricsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetAccuracyMetricsCommand extends GetAccuracyMetricsCommand_base {}
40
+ export declare class GetAccuracyMetricsCommand extends GetAccuracyMetricsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetAccuracyMetricsRequest;
44
+ output: GetAccuracyMetricsResponse;
45
+ };
46
+ sdk: {
47
+ input: GetAccuracyMetricsCommandInput;
48
+ output: GetAccuracyMetricsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListDatasetGroupsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListDatasetGroupsCommand extends ListDatasetGroupsCommand_base {}
40
+ export declare class ListDatasetGroupsCommand extends ListDatasetGroupsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListDatasetGroupsRequest;
44
+ output: ListDatasetGroupsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListDatasetGroupsCommandInput;
48
+ output: ListDatasetGroupsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListDatasetImportJobsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListDatasetImportJobsCommand extends ListDatasetImportJobsCommand_base {}
40
+ export declare class ListDatasetImportJobsCommand extends ListDatasetImportJobsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListDatasetImportJobsRequest;
44
+ output: ListDatasetImportJobsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListDatasetImportJobsCommandInput;
48
+ output: ListDatasetImportJobsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListDatasetsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListDatasetsCommand extends ListDatasetsCommand_base {}
36
+ export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListDatasetsRequest;
40
+ output: ListDatasetsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListDatasetsCommandInput;
44
+ output: ListDatasetsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListExplainabilitiesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListExplainabilitiesCommand extends ListExplainabilitiesCommand_base {}
40
+ export declare class ListExplainabilitiesCommand extends ListExplainabilitiesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListExplainabilitiesRequest;
44
+ output: ListExplainabilitiesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListExplainabilitiesCommandInput;
48
+ output: ListExplainabilitiesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListExplainabilityExportsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListExplainabilityExportsCommand extends ListExplainabilityExportsCommand_base {}
40
+ export declare class ListExplainabilityExportsCommand extends ListExplainabilityExportsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListExplainabilityExportsRequest;
44
+ output: ListExplainabilityExportsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListExplainabilityExportsCommandInput;
48
+ output: ListExplainabilityExportsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListForecastExportJobsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListForecastExportJobsCommand extends ListForecastExportJobsCommand_base {}
40
+ export declare class ListForecastExportJobsCommand extends ListForecastExportJobsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListForecastExportJobsRequest;
44
+ output: ListForecastExportJobsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListForecastExportJobsCommandInput;
48
+ output: ListForecastExportJobsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListForecastsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListForecastsCommand extends ListForecastsCommand_base {}
39
+ export declare class ListForecastsCommand extends ListForecastsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListForecastsRequest;
43
+ output: ListForecastsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListForecastsCommandInput;
47
+ output: ListForecastsCommandOutput;
48
+ };
49
+ };
50
+ }