@aws-sdk/client-forecast 3.169.0 → 3.171.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 (94) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Forecast.d.ts +1081 -320
  3. package/dist-types/ts3.4/ForecastClient.d.ts +482 -136
  4. package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +30 -17
  19. package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +31 -17
  20. package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +30 -17
  24. package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +30 -17
  26. package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +30 -17
  28. package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +31 -17
  29. package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +36 -17
  47. package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +36 -17
  48. package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +35 -17
  54. package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +32 -17
  56. package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +35 -17
  58. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  59. package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +36 -17
  60. package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +36 -17
  62. package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +30 -17
  63. package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +30 -17
  64. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  65. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  66. package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +36 -17
  67. package/dist-types/ts3.4/commands/index.d.ts +63 -63
  68. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  69. package/dist-types/ts3.4/index.d.ts +6 -6
  70. package/dist-types/ts3.4/models/ForecastServiceException.d.ts +7 -6
  71. package/dist-types/ts3.4/models/index.d.ts +1 -1
  72. package/dist-types/ts3.4/models/models_0.d.ts +1600 -2137
  73. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  74. package/dist-types/ts3.4/pagination/ListDatasetGroupsPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/ListDatasetImportJobsPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/ListExplainabilitiesPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListExplainabilityExportsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListForecastExportJobsPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListForecastsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListMonitorEvaluationsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListMonitorsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListPredictorBacktestExportJobsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListPredictorsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListWhatIfAnalysesPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListWhatIfForecastExportsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListWhatIfForecastsPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/index.d.ts +15 -15
  89. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
  90. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  91. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  92. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  93. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  94. package/package.json +34 -34
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { DescribeForecastRequest, DescribeForecastResponse } from "../models/models_0";
5
- export interface DescribeForecastCommandInput extends DescribeForecastRequest {
6
- }
7
- export interface DescribeForecastCommandOutput extends DescribeForecastResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeForecastCommand extends $Command<DescribeForecastCommandInput, DescribeForecastCommandOutput, ForecastClientResolvedConfig> {
11
- readonly input: DescribeForecastCommandInput;
12
- constructor(input: DescribeForecastCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeForecastCommandInput, DescribeForecastCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ForecastClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ForecastClient";
13
+ import {
14
+ DescribeForecastRequest,
15
+ DescribeForecastResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeForecastCommandInput extends DescribeForecastRequest {}
18
+ export interface DescribeForecastCommandOutput
19
+ extends DescribeForecastResponse,
20
+ __MetadataBearer {}
21
+ export declare class DescribeForecastCommand extends $Command<
22
+ DescribeForecastCommandInput,
23
+ DescribeForecastCommandOutput,
24
+ ForecastClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeForecastCommandInput;
27
+ constructor(input: DescribeForecastCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ForecastClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeForecastCommandInput, DescribeForecastCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { DescribeForecastExportJobRequest, DescribeForecastExportJobResponse } from "../models/models_0";
5
- export interface DescribeForecastExportJobCommandInput extends DescribeForecastExportJobRequest {
6
- }
7
- export interface DescribeForecastExportJobCommandOutput extends DescribeForecastExportJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeForecastExportJobCommand extends $Command<DescribeForecastExportJobCommandInput, DescribeForecastExportJobCommandOutput, ForecastClientResolvedConfig> {
11
- readonly input: DescribeForecastExportJobCommandInput;
12
- constructor(input: DescribeForecastExportJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeForecastExportJobCommandInput, DescribeForecastExportJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ForecastClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ForecastClient";
13
+ import {
14
+ DescribeForecastExportJobRequest,
15
+ DescribeForecastExportJobResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeForecastExportJobCommandInput
18
+ extends DescribeForecastExportJobRequest {}
19
+ export interface DescribeForecastExportJobCommandOutput
20
+ extends DescribeForecastExportJobResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeForecastExportJobCommand extends $Command<
23
+ DescribeForecastExportJobCommandInput,
24
+ DescribeForecastExportJobCommandOutput,
25
+ ForecastClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeForecastExportJobCommandInput;
28
+ constructor(input: DescribeForecastExportJobCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ForecastClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeForecastExportJobCommandInput,
35
+ DescribeForecastExportJobCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { DescribeMonitorRequest, DescribeMonitorResponse } from "../models/models_0";
5
- export interface DescribeMonitorCommandInput extends DescribeMonitorRequest {
6
- }
7
- export interface DescribeMonitorCommandOutput extends DescribeMonitorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeMonitorCommand extends $Command<DescribeMonitorCommandInput, DescribeMonitorCommandOutput, ForecastClientResolvedConfig> {
11
- readonly input: DescribeMonitorCommandInput;
12
- constructor(input: DescribeMonitorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeMonitorCommandInput, DescribeMonitorCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ForecastClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ForecastClient";
13
+ import {
14
+ DescribeMonitorRequest,
15
+ DescribeMonitorResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeMonitorCommandInput extends DescribeMonitorRequest {}
18
+ export interface DescribeMonitorCommandOutput
19
+ extends DescribeMonitorResponse,
20
+ __MetadataBearer {}
21
+ export declare class DescribeMonitorCommand extends $Command<
22
+ DescribeMonitorCommandInput,
23
+ DescribeMonitorCommandOutput,
24
+ ForecastClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeMonitorCommandInput;
27
+ constructor(input: DescribeMonitorCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ForecastClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeMonitorCommandInput, DescribeMonitorCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { DescribePredictorBacktestExportJobRequest, DescribePredictorBacktestExportJobResponse } from "../models/models_0";
5
- export interface DescribePredictorBacktestExportJobCommandInput extends DescribePredictorBacktestExportJobRequest {
6
- }
7
- export interface DescribePredictorBacktestExportJobCommandOutput extends DescribePredictorBacktestExportJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribePredictorBacktestExportJobCommand extends $Command<DescribePredictorBacktestExportJobCommandInput, DescribePredictorBacktestExportJobCommandOutput, ForecastClientResolvedConfig> {
11
- readonly input: DescribePredictorBacktestExportJobCommandInput;
12
- constructor(input: DescribePredictorBacktestExportJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePredictorBacktestExportJobCommandInput, DescribePredictorBacktestExportJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ForecastClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ForecastClient";
13
+ import {
14
+ DescribePredictorBacktestExportJobRequest,
15
+ DescribePredictorBacktestExportJobResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribePredictorBacktestExportJobCommandInput
18
+ extends DescribePredictorBacktestExportJobRequest {}
19
+ export interface DescribePredictorBacktestExportJobCommandOutput
20
+ extends DescribePredictorBacktestExportJobResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribePredictorBacktestExportJobCommand extends $Command<
23
+ DescribePredictorBacktestExportJobCommandInput,
24
+ DescribePredictorBacktestExportJobCommandOutput,
25
+ ForecastClientResolvedConfig
26
+ > {
27
+ readonly input: DescribePredictorBacktestExportJobCommandInput;
28
+ constructor(input: DescribePredictorBacktestExportJobCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ForecastClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribePredictorBacktestExportJobCommandInput,
35
+ DescribePredictorBacktestExportJobCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { DescribePredictorRequest, DescribePredictorResponse } from "../models/models_0";
5
- export interface DescribePredictorCommandInput extends DescribePredictorRequest {
6
- }
7
- export interface DescribePredictorCommandOutput extends DescribePredictorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribePredictorCommand extends $Command<DescribePredictorCommandInput, DescribePredictorCommandOutput, ForecastClientResolvedConfig> {
11
- readonly input: DescribePredictorCommandInput;
12
- constructor(input: DescribePredictorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePredictorCommandInput, DescribePredictorCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ForecastClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ForecastClient";
13
+ import {
14
+ DescribePredictorRequest,
15
+ DescribePredictorResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribePredictorCommandInput
18
+ extends DescribePredictorRequest {}
19
+ export interface DescribePredictorCommandOutput
20
+ extends DescribePredictorResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribePredictorCommand extends $Command<
23
+ DescribePredictorCommandInput,
24
+ DescribePredictorCommandOutput,
25
+ ForecastClientResolvedConfig
26
+ > {
27
+ readonly input: DescribePredictorCommandInput;
28
+ constructor(input: DescribePredictorCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ForecastClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DescribePredictorCommandInput, DescribePredictorCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { DescribeWhatIfAnalysisRequest, DescribeWhatIfAnalysisResponse } from "../models/models_0";
5
- export interface DescribeWhatIfAnalysisCommandInput extends DescribeWhatIfAnalysisRequest {
6
- }
7
- export interface DescribeWhatIfAnalysisCommandOutput extends DescribeWhatIfAnalysisResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeWhatIfAnalysisCommand extends $Command<DescribeWhatIfAnalysisCommandInput, DescribeWhatIfAnalysisCommandOutput, ForecastClientResolvedConfig> {
11
- readonly input: DescribeWhatIfAnalysisCommandInput;
12
- constructor(input: DescribeWhatIfAnalysisCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWhatIfAnalysisCommandInput, DescribeWhatIfAnalysisCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ForecastClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ForecastClient";
13
+ import {
14
+ DescribeWhatIfAnalysisRequest,
15
+ DescribeWhatIfAnalysisResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeWhatIfAnalysisCommandInput
18
+ extends DescribeWhatIfAnalysisRequest {}
19
+ export interface DescribeWhatIfAnalysisCommandOutput
20
+ extends DescribeWhatIfAnalysisResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeWhatIfAnalysisCommand extends $Command<
23
+ DescribeWhatIfAnalysisCommandInput,
24
+ DescribeWhatIfAnalysisCommandOutput,
25
+ ForecastClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeWhatIfAnalysisCommandInput;
28
+ constructor(input: DescribeWhatIfAnalysisCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ForecastClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeWhatIfAnalysisCommandInput,
35
+ DescribeWhatIfAnalysisCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { DescribeWhatIfForecastRequest, DescribeWhatIfForecastResponse } from "../models/models_0";
5
- export interface DescribeWhatIfForecastCommandInput extends DescribeWhatIfForecastRequest {
6
- }
7
- export interface DescribeWhatIfForecastCommandOutput extends DescribeWhatIfForecastResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeWhatIfForecastCommand extends $Command<DescribeWhatIfForecastCommandInput, DescribeWhatIfForecastCommandOutput, ForecastClientResolvedConfig> {
11
- readonly input: DescribeWhatIfForecastCommandInput;
12
- constructor(input: DescribeWhatIfForecastCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWhatIfForecastCommandInput, DescribeWhatIfForecastCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ForecastClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ForecastClient";
13
+ import {
14
+ DescribeWhatIfForecastRequest,
15
+ DescribeWhatIfForecastResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeWhatIfForecastCommandInput
18
+ extends DescribeWhatIfForecastRequest {}
19
+ export interface DescribeWhatIfForecastCommandOutput
20
+ extends DescribeWhatIfForecastResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeWhatIfForecastCommand extends $Command<
23
+ DescribeWhatIfForecastCommandInput,
24
+ DescribeWhatIfForecastCommandOutput,
25
+ ForecastClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeWhatIfForecastCommandInput;
28
+ constructor(input: DescribeWhatIfForecastCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ForecastClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeWhatIfForecastCommandInput,
35
+ DescribeWhatIfForecastCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { DescribeWhatIfForecastExportRequest, DescribeWhatIfForecastExportResponse } from "../models/models_0";
5
- export interface DescribeWhatIfForecastExportCommandInput extends DescribeWhatIfForecastExportRequest {
6
- }
7
- export interface DescribeWhatIfForecastExportCommandOutput extends DescribeWhatIfForecastExportResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeWhatIfForecastExportCommand extends $Command<DescribeWhatIfForecastExportCommandInput, DescribeWhatIfForecastExportCommandOutput, ForecastClientResolvedConfig> {
11
- readonly input: DescribeWhatIfForecastExportCommandInput;
12
- constructor(input: DescribeWhatIfForecastExportCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWhatIfForecastExportCommandInput, DescribeWhatIfForecastExportCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ForecastClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ForecastClient";
13
+ import {
14
+ DescribeWhatIfForecastExportRequest,
15
+ DescribeWhatIfForecastExportResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeWhatIfForecastExportCommandInput
18
+ extends DescribeWhatIfForecastExportRequest {}
19
+ export interface DescribeWhatIfForecastExportCommandOutput
20
+ extends DescribeWhatIfForecastExportResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeWhatIfForecastExportCommand extends $Command<
23
+ DescribeWhatIfForecastExportCommandInput,
24
+ DescribeWhatIfForecastExportCommandOutput,
25
+ ForecastClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeWhatIfForecastExportCommandInput;
28
+ constructor(input: DescribeWhatIfForecastExportCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ForecastClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeWhatIfForecastExportCommandInput,
35
+ DescribeWhatIfForecastExportCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { GetAccuracyMetricsRequest, GetAccuracyMetricsResponse } from "../models/models_0";
5
- export interface GetAccuracyMetricsCommandInput extends GetAccuracyMetricsRequest {
6
- }
7
- export interface GetAccuracyMetricsCommandOutput extends GetAccuracyMetricsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetAccuracyMetricsCommand extends $Command<GetAccuracyMetricsCommandInput, GetAccuracyMetricsCommandOutput, ForecastClientResolvedConfig> {
11
- readonly input: GetAccuracyMetricsCommandInput;
12
- constructor(input: GetAccuracyMetricsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccuracyMetricsCommandInput, GetAccuracyMetricsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ForecastClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ForecastClient";
13
+ import {
14
+ GetAccuracyMetricsRequest,
15
+ GetAccuracyMetricsResponse,
16
+ } from "../models/models_0";
17
+ export interface GetAccuracyMetricsCommandInput
18
+ extends GetAccuracyMetricsRequest {}
19
+ export interface GetAccuracyMetricsCommandOutput
20
+ extends GetAccuracyMetricsResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetAccuracyMetricsCommand extends $Command<
23
+ GetAccuracyMetricsCommandInput,
24
+ GetAccuracyMetricsCommandOutput,
25
+ ForecastClientResolvedConfig
26
+ > {
27
+ readonly input: GetAccuracyMetricsCommandInput;
28
+ constructor(input: GetAccuracyMetricsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ForecastClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<GetAccuracyMetricsCommandInput, GetAccuracyMetricsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { ListDatasetGroupsRequest, ListDatasetGroupsResponse } from "../models/models_0";
5
- export interface ListDatasetGroupsCommandInput extends ListDatasetGroupsRequest {
6
- }
7
- export interface ListDatasetGroupsCommandOutput extends ListDatasetGroupsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDatasetGroupsCommand extends $Command<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput, ForecastClientResolvedConfig> {
11
- readonly input: ListDatasetGroupsCommandInput;
12
- constructor(input: ListDatasetGroupsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ForecastClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ForecastClient";
13
+ import {
14
+ ListDatasetGroupsRequest,
15
+ ListDatasetGroupsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListDatasetGroupsCommandInput
18
+ extends ListDatasetGroupsRequest {}
19
+ export interface ListDatasetGroupsCommandOutput
20
+ extends ListDatasetGroupsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListDatasetGroupsCommand extends $Command<
23
+ ListDatasetGroupsCommandInput,
24
+ ListDatasetGroupsCommandOutput,
25
+ ForecastClientResolvedConfig
26
+ > {
27
+ readonly input: ListDatasetGroupsCommandInput;
28
+ constructor(input: ListDatasetGroupsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ForecastClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ForecastClient";
4
- import { ListDatasetImportJobsRequest, ListDatasetImportJobsResponse } from "../models/models_0";
5
- export interface ListDatasetImportJobsCommandInput extends ListDatasetImportJobsRequest {
6
- }
7
- export interface ListDatasetImportJobsCommandOutput extends ListDatasetImportJobsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDatasetImportJobsCommand extends $Command<ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput, ForecastClientResolvedConfig> {
11
- readonly input: ListDatasetImportJobsCommandInput;
12
- constructor(input: ListDatasetImportJobsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ForecastClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ForecastClient";
13
+ import {
14
+ ListDatasetImportJobsRequest,
15
+ ListDatasetImportJobsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListDatasetImportJobsCommandInput
18
+ extends ListDatasetImportJobsRequest {}
19
+ export interface ListDatasetImportJobsCommandOutput
20
+ extends ListDatasetImportJobsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListDatasetImportJobsCommand extends $Command<
23
+ ListDatasetImportJobsCommandInput,
24
+ ListDatasetImportJobsCommandOutput,
25
+ ForecastClientResolvedConfig
26
+ > {
27
+ readonly input: ListDatasetImportJobsCommandInput;
28
+ constructor(input: ListDatasetImportJobsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ForecastClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListDatasetImportJobsCommandInput,
35
+ ListDatasetImportJobsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }