@aws-sdk/client-forecast 3.168.0 → 3.170.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 +1144 -320
  3. package/dist-types/ts3.4/ForecastClient.d.ts +507 -136
  4. package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +33 -17
  20. package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +33 -17
  29. package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +38 -17
  47. package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +37 -17
  54. package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +34 -17
  56. package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +37 -17
  58. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  59. package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +38 -17
  60. package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +38 -17
  62. package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +32 -17
  63. package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  65. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +38 -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 +8 -6
  71. package/dist-types/ts3.4/models/index.d.ts +1 -1
  72. package/dist-types/ts3.4/models/models_0.d.ts +2296 -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 +66 -38
  91. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  92. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  93. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  94. package/package.json +34 -34
@@ -1,17 +1,37 @@
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 { DeletePredictorBacktestExportJobRequest } from "../models/models_0";
5
- export interface DeletePredictorBacktestExportJobCommandInput extends DeletePredictorBacktestExportJobRequest {
6
- }
7
- export interface DeletePredictorBacktestExportJobCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeletePredictorBacktestExportJobCommand extends $Command<DeletePredictorBacktestExportJobCommandInput, DeletePredictorBacktestExportJobCommandOutput, ForecastClientResolvedConfig> {
11
- readonly input: DeletePredictorBacktestExportJobCommandInput;
12
- constructor(input: DeletePredictorBacktestExportJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePredictorBacktestExportJobCommandInput, DeletePredictorBacktestExportJobCommandOutput>;
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 { DeletePredictorBacktestExportJobRequest } from "../models/models_0";
14
+ export interface DeletePredictorBacktestExportJobCommandInput
15
+ extends DeletePredictorBacktestExportJobRequest {}
16
+ export interface DeletePredictorBacktestExportJobCommandOutput
17
+ extends __MetadataBearer {}
18
+
19
+ export declare class DeletePredictorBacktestExportJobCommand extends $Command<
20
+ DeletePredictorBacktestExportJobCommandInput,
21
+ DeletePredictorBacktestExportJobCommandOutput,
22
+ ForecastClientResolvedConfig
23
+ > {
24
+ readonly input: DeletePredictorBacktestExportJobCommandInput;
25
+ constructor(input: DeletePredictorBacktestExportJobCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ForecastClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DeletePredictorBacktestExportJobCommandInput,
33
+ DeletePredictorBacktestExportJobCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,32 @@
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 { DeletePredictorRequest } from "../models/models_0";
5
- export interface DeletePredictorCommandInput extends DeletePredictorRequest {
6
- }
7
- export interface DeletePredictorCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeletePredictorCommand extends $Command<DeletePredictorCommandInput, DeletePredictorCommandOutput, ForecastClientResolvedConfig> {
11
- readonly input: DeletePredictorCommandInput;
12
- constructor(input: DeletePredictorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePredictorCommandInput, DeletePredictorCommandOutput>;
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 { DeletePredictorRequest } from "../models/models_0";
14
+ export interface DeletePredictorCommandInput extends DeletePredictorRequest {}
15
+ export interface DeletePredictorCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class DeletePredictorCommand extends $Command<
18
+ DeletePredictorCommandInput,
19
+ DeletePredictorCommandOutput,
20
+ ForecastClientResolvedConfig
21
+ > {
22
+ readonly input: DeletePredictorCommandInput;
23
+ constructor(input: DeletePredictorCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ForecastClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeletePredictorCommandInput, DeletePredictorCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,33 @@
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 { DeleteResourceTreeRequest } from "../models/models_0";
5
- export interface DeleteResourceTreeCommandInput extends DeleteResourceTreeRequest {
6
- }
7
- export interface DeleteResourceTreeCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteResourceTreeCommand extends $Command<DeleteResourceTreeCommandInput, DeleteResourceTreeCommandOutput, ForecastClientResolvedConfig> {
11
- readonly input: DeleteResourceTreeCommandInput;
12
- constructor(input: DeleteResourceTreeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourceTreeCommandInput, DeleteResourceTreeCommandOutput>;
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 { DeleteResourceTreeRequest } from "../models/models_0";
14
+ export interface DeleteResourceTreeCommandInput
15
+ extends DeleteResourceTreeRequest {}
16
+ export interface DeleteResourceTreeCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class DeleteResourceTreeCommand extends $Command<
19
+ DeleteResourceTreeCommandInput,
20
+ DeleteResourceTreeCommandOutput,
21
+ ForecastClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteResourceTreeCommandInput;
24
+ constructor(input: DeleteResourceTreeCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: ForecastClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<DeleteResourceTreeCommandInput, DeleteResourceTreeCommandOutput>;
31
+ private serialize;
32
+ private deserialize;
33
+ }
@@ -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 { DeleteWhatIfAnalysisRequest } from "../models/models_0";
5
- export interface DeleteWhatIfAnalysisCommandInput extends DeleteWhatIfAnalysisRequest {
6
- }
7
- export interface DeleteWhatIfAnalysisCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteWhatIfAnalysisCommand extends $Command<DeleteWhatIfAnalysisCommandInput, DeleteWhatIfAnalysisCommandOutput, ForecastClientResolvedConfig> {
11
- readonly input: DeleteWhatIfAnalysisCommandInput;
12
- constructor(input: DeleteWhatIfAnalysisCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWhatIfAnalysisCommandInput, DeleteWhatIfAnalysisCommandOutput>;
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 { DeleteWhatIfAnalysisRequest } from "../models/models_0";
14
+ export interface DeleteWhatIfAnalysisCommandInput
15
+ extends DeleteWhatIfAnalysisRequest {}
16
+ export interface DeleteWhatIfAnalysisCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class DeleteWhatIfAnalysisCommand extends $Command<
19
+ DeleteWhatIfAnalysisCommandInput,
20
+ DeleteWhatIfAnalysisCommandOutput,
21
+ ForecastClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteWhatIfAnalysisCommandInput;
24
+ constructor(input: DeleteWhatIfAnalysisCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: ForecastClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<
31
+ DeleteWhatIfAnalysisCommandInput,
32
+ DeleteWhatIfAnalysisCommandOutput
33
+ >;
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 { DeleteWhatIfForecastRequest } from "../models/models_0";
5
- export interface DeleteWhatIfForecastCommandInput extends DeleteWhatIfForecastRequest {
6
- }
7
- export interface DeleteWhatIfForecastCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteWhatIfForecastCommand extends $Command<DeleteWhatIfForecastCommandInput, DeleteWhatIfForecastCommandOutput, ForecastClientResolvedConfig> {
11
- readonly input: DeleteWhatIfForecastCommandInput;
12
- constructor(input: DeleteWhatIfForecastCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWhatIfForecastCommandInput, DeleteWhatIfForecastCommandOutput>;
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 { DeleteWhatIfForecastRequest } from "../models/models_0";
14
+ export interface DeleteWhatIfForecastCommandInput
15
+ extends DeleteWhatIfForecastRequest {}
16
+ export interface DeleteWhatIfForecastCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class DeleteWhatIfForecastCommand extends $Command<
19
+ DeleteWhatIfForecastCommandInput,
20
+ DeleteWhatIfForecastCommandOutput,
21
+ ForecastClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteWhatIfForecastCommandInput;
24
+ constructor(input: DeleteWhatIfForecastCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: ForecastClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<
31
+ DeleteWhatIfForecastCommandInput,
32
+ DeleteWhatIfForecastCommandOutput
33
+ >;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,37 @@
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 { DeleteWhatIfForecastExportRequest } from "../models/models_0";
5
- export interface DeleteWhatIfForecastExportCommandInput extends DeleteWhatIfForecastExportRequest {
6
- }
7
- export interface DeleteWhatIfForecastExportCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteWhatIfForecastExportCommand extends $Command<DeleteWhatIfForecastExportCommandInput, DeleteWhatIfForecastExportCommandOutput, ForecastClientResolvedConfig> {
11
- readonly input: DeleteWhatIfForecastExportCommandInput;
12
- constructor(input: DeleteWhatIfForecastExportCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWhatIfForecastExportCommandInput, DeleteWhatIfForecastExportCommandOutput>;
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 { DeleteWhatIfForecastExportRequest } from "../models/models_0";
14
+ export interface DeleteWhatIfForecastExportCommandInput
15
+ extends DeleteWhatIfForecastExportRequest {}
16
+ export interface DeleteWhatIfForecastExportCommandOutput
17
+ extends __MetadataBearer {}
18
+
19
+ export declare class DeleteWhatIfForecastExportCommand extends $Command<
20
+ DeleteWhatIfForecastExportCommandInput,
21
+ DeleteWhatIfForecastExportCommandOutput,
22
+ ForecastClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteWhatIfForecastExportCommandInput;
25
+ constructor(input: DeleteWhatIfForecastExportCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ForecastClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DeleteWhatIfForecastExportCommandInput,
33
+ DeleteWhatIfForecastExportCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { DescribeAutoPredictorRequest, DescribeAutoPredictorResponse } from "../models/models_0";
5
- export interface DescribeAutoPredictorCommandInput extends DescribeAutoPredictorRequest {
6
- }
7
- export interface DescribeAutoPredictorCommandOutput extends DescribeAutoPredictorResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAutoPredictorCommand extends $Command<DescribeAutoPredictorCommandInput, DescribeAutoPredictorCommandOutput, ForecastClientResolvedConfig> {
11
- readonly input: DescribeAutoPredictorCommandInput;
12
- constructor(input: DescribeAutoPredictorCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAutoPredictorCommandInput, DescribeAutoPredictorCommandOutput>;
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
+ DescribeAutoPredictorRequest,
15
+ DescribeAutoPredictorResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeAutoPredictorCommandInput
18
+ extends DescribeAutoPredictorRequest {}
19
+ export interface DescribeAutoPredictorCommandOutput
20
+ extends DescribeAutoPredictorResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeAutoPredictorCommand extends $Command<
24
+ DescribeAutoPredictorCommandInput,
25
+ DescribeAutoPredictorCommandOutput,
26
+ ForecastClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeAutoPredictorCommandInput;
29
+ constructor(input: DescribeAutoPredictorCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ForecastClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeAutoPredictorCommandInput,
37
+ DescribeAutoPredictorCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0";
5
- export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {
6
- }
7
- export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeDatasetCommand extends $Command<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, ForecastClientResolvedConfig> {
11
- readonly input: DescribeDatasetCommandInput;
12
- constructor(input: DescribeDatasetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDatasetCommandInput, DescribeDatasetCommandOutput>;
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
+ DescribeDatasetRequest,
15
+ DescribeDatasetResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {}
18
+ export interface DescribeDatasetCommandOutput
19
+ extends DescribeDatasetResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeDatasetCommand extends $Command<
23
+ DescribeDatasetCommandInput,
24
+ DescribeDatasetCommandOutput,
25
+ ForecastClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeDatasetCommandInput;
28
+ constructor(input: DescribeDatasetCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ForecastClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeDatasetCommandInput, DescribeDatasetCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { DescribeDatasetGroupRequest, DescribeDatasetGroupResponse } from "../models/models_0";
5
- export interface DescribeDatasetGroupCommandInput extends DescribeDatasetGroupRequest {
6
- }
7
- export interface DescribeDatasetGroupCommandOutput extends DescribeDatasetGroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeDatasetGroupCommand extends $Command<DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput, ForecastClientResolvedConfig> {
11
- readonly input: DescribeDatasetGroupCommandInput;
12
- constructor(input: DescribeDatasetGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput>;
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
+ DescribeDatasetGroupRequest,
15
+ DescribeDatasetGroupResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeDatasetGroupCommandInput
18
+ extends DescribeDatasetGroupRequest {}
19
+ export interface DescribeDatasetGroupCommandOutput
20
+ extends DescribeDatasetGroupResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeDatasetGroupCommand extends $Command<
24
+ DescribeDatasetGroupCommandInput,
25
+ DescribeDatasetGroupCommandOutput,
26
+ ForecastClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeDatasetGroupCommandInput;
29
+ constructor(input: DescribeDatasetGroupCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ForecastClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeDatasetGroupCommandInput,
37
+ DescribeDatasetGroupCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { DescribeDatasetImportJobRequest, DescribeDatasetImportJobResponse } from "../models/models_0";
5
- export interface DescribeDatasetImportJobCommandInput extends DescribeDatasetImportJobRequest {
6
- }
7
- export interface DescribeDatasetImportJobCommandOutput extends DescribeDatasetImportJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeDatasetImportJobCommand extends $Command<DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput, ForecastClientResolvedConfig> {
11
- readonly input: DescribeDatasetImportJobCommandInput;
12
- constructor(input: DescribeDatasetImportJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput>;
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
+ DescribeDatasetImportJobRequest,
15
+ DescribeDatasetImportJobResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeDatasetImportJobCommandInput
18
+ extends DescribeDatasetImportJobRequest {}
19
+ export interface DescribeDatasetImportJobCommandOutput
20
+ extends DescribeDatasetImportJobResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeDatasetImportJobCommand extends $Command<
24
+ DescribeDatasetImportJobCommandInput,
25
+ DescribeDatasetImportJobCommandOutput,
26
+ ForecastClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeDatasetImportJobCommandInput;
29
+ constructor(input: DescribeDatasetImportJobCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ForecastClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeDatasetImportJobCommandInput,
37
+ DescribeDatasetImportJobCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { DescribeExplainabilityRequest, DescribeExplainabilityResponse } from "../models/models_0";
5
- export interface DescribeExplainabilityCommandInput extends DescribeExplainabilityRequest {
6
- }
7
- export interface DescribeExplainabilityCommandOutput extends DescribeExplainabilityResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeExplainabilityCommand extends $Command<DescribeExplainabilityCommandInput, DescribeExplainabilityCommandOutput, ForecastClientResolvedConfig> {
11
- readonly input: DescribeExplainabilityCommandInput;
12
- constructor(input: DescribeExplainabilityCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ForecastClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeExplainabilityCommandInput, DescribeExplainabilityCommandOutput>;
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
+ DescribeExplainabilityRequest,
15
+ DescribeExplainabilityResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeExplainabilityCommandInput
18
+ extends DescribeExplainabilityRequest {}
19
+ export interface DescribeExplainabilityCommandOutput
20
+ extends DescribeExplainabilityResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeExplainabilityCommand extends $Command<
24
+ DescribeExplainabilityCommandInput,
25
+ DescribeExplainabilityCommandOutput,
26
+ ForecastClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeExplainabilityCommandInput;
29
+ constructor(input: DescribeExplainabilityCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ForecastClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeExplainabilityCommandInput,
37
+ DescribeExplainabilityCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }