@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,136 +1,507 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CreateAutoPredictorCommandInput, CreateAutoPredictorCommandOutput } from "./commands/CreateAutoPredictorCommand";
10
- import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
11
- import { CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput } from "./commands/CreateDatasetGroupCommand";
12
- import { CreateDatasetImportJobCommandInput, CreateDatasetImportJobCommandOutput } from "./commands/CreateDatasetImportJobCommand";
13
- import { CreateExplainabilityCommandInput, CreateExplainabilityCommandOutput } from "./commands/CreateExplainabilityCommand";
14
- import { CreateExplainabilityExportCommandInput, CreateExplainabilityExportCommandOutput } from "./commands/CreateExplainabilityExportCommand";
15
- import { CreateForecastCommandInput, CreateForecastCommandOutput } from "./commands/CreateForecastCommand";
16
- import { CreateForecastExportJobCommandInput, CreateForecastExportJobCommandOutput } from "./commands/CreateForecastExportJobCommand";
17
- import { CreateMonitorCommandInput, CreateMonitorCommandOutput } from "./commands/CreateMonitorCommand";
18
- import { CreatePredictorBacktestExportJobCommandInput, CreatePredictorBacktestExportJobCommandOutput } from "./commands/CreatePredictorBacktestExportJobCommand";
19
- import { CreatePredictorCommandInput, CreatePredictorCommandOutput } from "./commands/CreatePredictorCommand";
20
- import { CreateWhatIfAnalysisCommandInput, CreateWhatIfAnalysisCommandOutput } from "./commands/CreateWhatIfAnalysisCommand";
21
- import { CreateWhatIfForecastCommandInput, CreateWhatIfForecastCommandOutput } from "./commands/CreateWhatIfForecastCommand";
22
- import { CreateWhatIfForecastExportCommandInput, CreateWhatIfForecastExportCommandOutput } from "./commands/CreateWhatIfForecastExportCommand";
23
- import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
24
- import { DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput } from "./commands/DeleteDatasetGroupCommand";
25
- import { DeleteDatasetImportJobCommandInput, DeleteDatasetImportJobCommandOutput } from "./commands/DeleteDatasetImportJobCommand";
26
- import { DeleteExplainabilityCommandInput, DeleteExplainabilityCommandOutput } from "./commands/DeleteExplainabilityCommand";
27
- import { DeleteExplainabilityExportCommandInput, DeleteExplainabilityExportCommandOutput } from "./commands/DeleteExplainabilityExportCommand";
28
- import { DeleteForecastCommandInput, DeleteForecastCommandOutput } from "./commands/DeleteForecastCommand";
29
- import { DeleteForecastExportJobCommandInput, DeleteForecastExportJobCommandOutput } from "./commands/DeleteForecastExportJobCommand";
30
- import { DeleteMonitorCommandInput, DeleteMonitorCommandOutput } from "./commands/DeleteMonitorCommand";
31
- import { DeletePredictorBacktestExportJobCommandInput, DeletePredictorBacktestExportJobCommandOutput } from "./commands/DeletePredictorBacktestExportJobCommand";
32
- import { DeletePredictorCommandInput, DeletePredictorCommandOutput } from "./commands/DeletePredictorCommand";
33
- import { DeleteResourceTreeCommandInput, DeleteResourceTreeCommandOutput } from "./commands/DeleteResourceTreeCommand";
34
- import { DeleteWhatIfAnalysisCommandInput, DeleteWhatIfAnalysisCommandOutput } from "./commands/DeleteWhatIfAnalysisCommand";
35
- import { DeleteWhatIfForecastCommandInput, DeleteWhatIfForecastCommandOutput } from "./commands/DeleteWhatIfForecastCommand";
36
- import { DeleteWhatIfForecastExportCommandInput, DeleteWhatIfForecastExportCommandOutput } from "./commands/DeleteWhatIfForecastExportCommand";
37
- import { DescribeAutoPredictorCommandInput, DescribeAutoPredictorCommandOutput } from "./commands/DescribeAutoPredictorCommand";
38
- import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
39
- import { DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput } from "./commands/DescribeDatasetGroupCommand";
40
- import { DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput } from "./commands/DescribeDatasetImportJobCommand";
41
- import { DescribeExplainabilityCommandInput, DescribeExplainabilityCommandOutput } from "./commands/DescribeExplainabilityCommand";
42
- import { DescribeExplainabilityExportCommandInput, DescribeExplainabilityExportCommandOutput } from "./commands/DescribeExplainabilityExportCommand";
43
- import { DescribeForecastCommandInput, DescribeForecastCommandOutput } from "./commands/DescribeForecastCommand";
44
- import { DescribeForecastExportJobCommandInput, DescribeForecastExportJobCommandOutput } from "./commands/DescribeForecastExportJobCommand";
45
- import { DescribeMonitorCommandInput, DescribeMonitorCommandOutput } from "./commands/DescribeMonitorCommand";
46
- import { DescribePredictorBacktestExportJobCommandInput, DescribePredictorBacktestExportJobCommandOutput } from "./commands/DescribePredictorBacktestExportJobCommand";
47
- import { DescribePredictorCommandInput, DescribePredictorCommandOutput } from "./commands/DescribePredictorCommand";
48
- import { DescribeWhatIfAnalysisCommandInput, DescribeWhatIfAnalysisCommandOutput } from "./commands/DescribeWhatIfAnalysisCommand";
49
- import { DescribeWhatIfForecastCommandInput, DescribeWhatIfForecastCommandOutput } from "./commands/DescribeWhatIfForecastCommand";
50
- import { DescribeWhatIfForecastExportCommandInput, DescribeWhatIfForecastExportCommandOutput } from "./commands/DescribeWhatIfForecastExportCommand";
51
- import { GetAccuracyMetricsCommandInput, GetAccuracyMetricsCommandOutput } from "./commands/GetAccuracyMetricsCommand";
52
- import { ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput } from "./commands/ListDatasetGroupsCommand";
53
- import { ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput } from "./commands/ListDatasetImportJobsCommand";
54
- import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "./commands/ListDatasetsCommand";
55
- import { ListExplainabilitiesCommandInput, ListExplainabilitiesCommandOutput } from "./commands/ListExplainabilitiesCommand";
56
- import { ListExplainabilityExportsCommandInput, ListExplainabilityExportsCommandOutput } from "./commands/ListExplainabilityExportsCommand";
57
- import { ListForecastExportJobsCommandInput, ListForecastExportJobsCommandOutput } from "./commands/ListForecastExportJobsCommand";
58
- import { ListForecastsCommandInput, ListForecastsCommandOutput } from "./commands/ListForecastsCommand";
59
- import { ListMonitorEvaluationsCommandInput, ListMonitorEvaluationsCommandOutput } from "./commands/ListMonitorEvaluationsCommand";
60
- import { ListMonitorsCommandInput, ListMonitorsCommandOutput } from "./commands/ListMonitorsCommand";
61
- import { ListPredictorBacktestExportJobsCommandInput, ListPredictorBacktestExportJobsCommandOutput } from "./commands/ListPredictorBacktestExportJobsCommand";
62
- import { ListPredictorsCommandInput, ListPredictorsCommandOutput } from "./commands/ListPredictorsCommand";
63
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
64
- import { ListWhatIfAnalysesCommandInput, ListWhatIfAnalysesCommandOutput } from "./commands/ListWhatIfAnalysesCommand";
65
- import { ListWhatIfForecastExportsCommandInput, ListWhatIfForecastExportsCommandOutput } from "./commands/ListWhatIfForecastExportsCommand";
66
- import { ListWhatIfForecastsCommandInput, ListWhatIfForecastsCommandOutput } from "./commands/ListWhatIfForecastsCommand";
67
- import { ResumeResourceCommandInput, ResumeResourceCommandOutput } from "./commands/ResumeResourceCommand";
68
- import { StopResourceCommandInput, StopResourceCommandOutput } from "./commands/StopResourceCommand";
69
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
70
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
71
- import { UpdateDatasetGroupCommandInput, UpdateDatasetGroupCommandOutput } from "./commands/UpdateDatasetGroupCommand";
72
- export declare type ServiceInputTypes = CreateAutoPredictorCommandInput | CreateDatasetCommandInput | CreateDatasetGroupCommandInput | CreateDatasetImportJobCommandInput | CreateExplainabilityCommandInput | CreateExplainabilityExportCommandInput | CreateForecastCommandInput | CreateForecastExportJobCommandInput | CreateMonitorCommandInput | CreatePredictorBacktestExportJobCommandInput | CreatePredictorCommandInput | CreateWhatIfAnalysisCommandInput | CreateWhatIfForecastCommandInput | CreateWhatIfForecastExportCommandInput | DeleteDatasetCommandInput | DeleteDatasetGroupCommandInput | DeleteDatasetImportJobCommandInput | DeleteExplainabilityCommandInput | DeleteExplainabilityExportCommandInput | DeleteForecastCommandInput | DeleteForecastExportJobCommandInput | DeleteMonitorCommandInput | DeletePredictorBacktestExportJobCommandInput | DeletePredictorCommandInput | DeleteResourceTreeCommandInput | DeleteWhatIfAnalysisCommandInput | DeleteWhatIfForecastCommandInput | DeleteWhatIfForecastExportCommandInput | DescribeAutoPredictorCommandInput | DescribeDatasetCommandInput | DescribeDatasetGroupCommandInput | DescribeDatasetImportJobCommandInput | DescribeExplainabilityCommandInput | DescribeExplainabilityExportCommandInput | DescribeForecastCommandInput | DescribeForecastExportJobCommandInput | DescribeMonitorCommandInput | DescribePredictorBacktestExportJobCommandInput | DescribePredictorCommandInput | DescribeWhatIfAnalysisCommandInput | DescribeWhatIfForecastCommandInput | DescribeWhatIfForecastExportCommandInput | GetAccuracyMetricsCommandInput | ListDatasetGroupsCommandInput | ListDatasetImportJobsCommandInput | ListDatasetsCommandInput | ListExplainabilitiesCommandInput | ListExplainabilityExportsCommandInput | ListForecastExportJobsCommandInput | ListForecastsCommandInput | ListMonitorEvaluationsCommandInput | ListMonitorsCommandInput | ListPredictorBacktestExportJobsCommandInput | ListPredictorsCommandInput | ListTagsForResourceCommandInput | ListWhatIfAnalysesCommandInput | ListWhatIfForecastExportsCommandInput | ListWhatIfForecastsCommandInput | ResumeResourceCommandInput | StopResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDatasetGroupCommandInput;
73
- export declare type ServiceOutputTypes = CreateAutoPredictorCommandOutput | CreateDatasetCommandOutput | CreateDatasetGroupCommandOutput | CreateDatasetImportJobCommandOutput | CreateExplainabilityCommandOutput | CreateExplainabilityExportCommandOutput | CreateForecastCommandOutput | CreateForecastExportJobCommandOutput | CreateMonitorCommandOutput | CreatePredictorBacktestExportJobCommandOutput | CreatePredictorCommandOutput | CreateWhatIfAnalysisCommandOutput | CreateWhatIfForecastCommandOutput | CreateWhatIfForecastExportCommandOutput | DeleteDatasetCommandOutput | DeleteDatasetGroupCommandOutput | DeleteDatasetImportJobCommandOutput | DeleteExplainabilityCommandOutput | DeleteExplainabilityExportCommandOutput | DeleteForecastCommandOutput | DeleteForecastExportJobCommandOutput | DeleteMonitorCommandOutput | DeletePredictorBacktestExportJobCommandOutput | DeletePredictorCommandOutput | DeleteResourceTreeCommandOutput | DeleteWhatIfAnalysisCommandOutput | DeleteWhatIfForecastCommandOutput | DeleteWhatIfForecastExportCommandOutput | DescribeAutoPredictorCommandOutput | DescribeDatasetCommandOutput | DescribeDatasetGroupCommandOutput | DescribeDatasetImportJobCommandOutput | DescribeExplainabilityCommandOutput | DescribeExplainabilityExportCommandOutput | DescribeForecastCommandOutput | DescribeForecastExportJobCommandOutput | DescribeMonitorCommandOutput | DescribePredictorBacktestExportJobCommandOutput | DescribePredictorCommandOutput | DescribeWhatIfAnalysisCommandOutput | DescribeWhatIfForecastCommandOutput | DescribeWhatIfForecastExportCommandOutput | GetAccuracyMetricsCommandOutput | ListDatasetGroupsCommandOutput | ListDatasetImportJobsCommandOutput | ListDatasetsCommandOutput | ListExplainabilitiesCommandOutput | ListExplainabilityExportsCommandOutput | ListForecastExportJobsCommandOutput | ListForecastsCommandOutput | ListMonitorEvaluationsCommandOutput | ListMonitorsCommandOutput | ListPredictorBacktestExportJobsCommandOutput | ListPredictorsCommandOutput | ListTagsForResourceCommandOutput | ListWhatIfAnalysesCommandOutput | ListWhatIfForecastExportsCommandOutput | ListWhatIfForecastsCommandOutput | ResumeResourceCommandOutput | StopResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDatasetGroupCommandOutput;
74
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
75
-
76
- requestHandler?: __HttpHandler;
77
-
78
- sha256?: __HashConstructor;
79
-
80
- urlParser?: __UrlParser;
81
-
82
- bodyLengthChecker?: __BodyLengthCalculator;
83
-
84
- streamCollector?: __StreamCollector;
85
-
86
- base64Decoder?: __Decoder;
87
-
88
- base64Encoder?: __Encoder;
89
-
90
- utf8Decoder?: __Decoder;
91
-
92
- utf8Encoder?: __Encoder;
93
-
94
- runtime?: string;
95
-
96
- disableHostPrefix?: boolean;
97
-
98
- maxAttempts?: number | __Provider<number>;
99
-
100
- retryMode?: string | __Provider<string>;
101
-
102
- logger?: __Logger;
103
-
104
- useDualstackEndpoint?: boolean | __Provider<boolean>;
105
-
106
- useFipsEndpoint?: boolean | __Provider<boolean>;
107
-
108
- serviceId?: string;
109
-
110
- region?: string | __Provider<string>;
111
-
112
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
113
-
114
- regionInfoProvider?: RegionInfoProvider;
115
-
116
- defaultUserAgentProvider?: Provider<__UserAgent>;
117
-
118
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
119
- }
120
- declare type ForecastClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
121
-
122
- export interface ForecastClientConfig extends ForecastClientConfigType {
123
- }
124
- declare type ForecastClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
125
-
126
- export interface ForecastClientResolvedConfig extends ForecastClientResolvedConfigType {
127
- }
128
-
129
- export declare class ForecastClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ForecastClientResolvedConfig> {
130
-
131
- readonly config: ForecastClientResolvedConfig;
132
- constructor(configuration: ForecastClientConfig);
133
-
134
- destroy(): void;
135
- }
136
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ CreateAutoPredictorCommandInput,
47
+ CreateAutoPredictorCommandOutput,
48
+ } from "./commands/CreateAutoPredictorCommand";
49
+ import {
50
+ CreateDatasetCommandInput,
51
+ CreateDatasetCommandOutput,
52
+ } from "./commands/CreateDatasetCommand";
53
+ import {
54
+ CreateDatasetGroupCommandInput,
55
+ CreateDatasetGroupCommandOutput,
56
+ } from "./commands/CreateDatasetGroupCommand";
57
+ import {
58
+ CreateDatasetImportJobCommandInput,
59
+ CreateDatasetImportJobCommandOutput,
60
+ } from "./commands/CreateDatasetImportJobCommand";
61
+ import {
62
+ CreateExplainabilityCommandInput,
63
+ CreateExplainabilityCommandOutput,
64
+ } from "./commands/CreateExplainabilityCommand";
65
+ import {
66
+ CreateExplainabilityExportCommandInput,
67
+ CreateExplainabilityExportCommandOutput,
68
+ } from "./commands/CreateExplainabilityExportCommand";
69
+ import {
70
+ CreateForecastCommandInput,
71
+ CreateForecastCommandOutput,
72
+ } from "./commands/CreateForecastCommand";
73
+ import {
74
+ CreateForecastExportJobCommandInput,
75
+ CreateForecastExportJobCommandOutput,
76
+ } from "./commands/CreateForecastExportJobCommand";
77
+ import {
78
+ CreateMonitorCommandInput,
79
+ CreateMonitorCommandOutput,
80
+ } from "./commands/CreateMonitorCommand";
81
+ import {
82
+ CreatePredictorBacktestExportJobCommandInput,
83
+ CreatePredictorBacktestExportJobCommandOutput,
84
+ } from "./commands/CreatePredictorBacktestExportJobCommand";
85
+ import {
86
+ CreatePredictorCommandInput,
87
+ CreatePredictorCommandOutput,
88
+ } from "./commands/CreatePredictorCommand";
89
+ import {
90
+ CreateWhatIfAnalysisCommandInput,
91
+ CreateWhatIfAnalysisCommandOutput,
92
+ } from "./commands/CreateWhatIfAnalysisCommand";
93
+ import {
94
+ CreateWhatIfForecastCommandInput,
95
+ CreateWhatIfForecastCommandOutput,
96
+ } from "./commands/CreateWhatIfForecastCommand";
97
+ import {
98
+ CreateWhatIfForecastExportCommandInput,
99
+ CreateWhatIfForecastExportCommandOutput,
100
+ } from "./commands/CreateWhatIfForecastExportCommand";
101
+ import {
102
+ DeleteDatasetCommandInput,
103
+ DeleteDatasetCommandOutput,
104
+ } from "./commands/DeleteDatasetCommand";
105
+ import {
106
+ DeleteDatasetGroupCommandInput,
107
+ DeleteDatasetGroupCommandOutput,
108
+ } from "./commands/DeleteDatasetGroupCommand";
109
+ import {
110
+ DeleteDatasetImportJobCommandInput,
111
+ DeleteDatasetImportJobCommandOutput,
112
+ } from "./commands/DeleteDatasetImportJobCommand";
113
+ import {
114
+ DeleteExplainabilityCommandInput,
115
+ DeleteExplainabilityCommandOutput,
116
+ } from "./commands/DeleteExplainabilityCommand";
117
+ import {
118
+ DeleteExplainabilityExportCommandInput,
119
+ DeleteExplainabilityExportCommandOutput,
120
+ } from "./commands/DeleteExplainabilityExportCommand";
121
+ import {
122
+ DeleteForecastCommandInput,
123
+ DeleteForecastCommandOutput,
124
+ } from "./commands/DeleteForecastCommand";
125
+ import {
126
+ DeleteForecastExportJobCommandInput,
127
+ DeleteForecastExportJobCommandOutput,
128
+ } from "./commands/DeleteForecastExportJobCommand";
129
+ import {
130
+ DeleteMonitorCommandInput,
131
+ DeleteMonitorCommandOutput,
132
+ } from "./commands/DeleteMonitorCommand";
133
+ import {
134
+ DeletePredictorBacktestExportJobCommandInput,
135
+ DeletePredictorBacktestExportJobCommandOutput,
136
+ } from "./commands/DeletePredictorBacktestExportJobCommand";
137
+ import {
138
+ DeletePredictorCommandInput,
139
+ DeletePredictorCommandOutput,
140
+ } from "./commands/DeletePredictorCommand";
141
+ import {
142
+ DeleteResourceTreeCommandInput,
143
+ DeleteResourceTreeCommandOutput,
144
+ } from "./commands/DeleteResourceTreeCommand";
145
+ import {
146
+ DeleteWhatIfAnalysisCommandInput,
147
+ DeleteWhatIfAnalysisCommandOutput,
148
+ } from "./commands/DeleteWhatIfAnalysisCommand";
149
+ import {
150
+ DeleteWhatIfForecastCommandInput,
151
+ DeleteWhatIfForecastCommandOutput,
152
+ } from "./commands/DeleteWhatIfForecastCommand";
153
+ import {
154
+ DeleteWhatIfForecastExportCommandInput,
155
+ DeleteWhatIfForecastExportCommandOutput,
156
+ } from "./commands/DeleteWhatIfForecastExportCommand";
157
+ import {
158
+ DescribeAutoPredictorCommandInput,
159
+ DescribeAutoPredictorCommandOutput,
160
+ } from "./commands/DescribeAutoPredictorCommand";
161
+ import {
162
+ DescribeDatasetCommandInput,
163
+ DescribeDatasetCommandOutput,
164
+ } from "./commands/DescribeDatasetCommand";
165
+ import {
166
+ DescribeDatasetGroupCommandInput,
167
+ DescribeDatasetGroupCommandOutput,
168
+ } from "./commands/DescribeDatasetGroupCommand";
169
+ import {
170
+ DescribeDatasetImportJobCommandInput,
171
+ DescribeDatasetImportJobCommandOutput,
172
+ } from "./commands/DescribeDatasetImportJobCommand";
173
+ import {
174
+ DescribeExplainabilityCommandInput,
175
+ DescribeExplainabilityCommandOutput,
176
+ } from "./commands/DescribeExplainabilityCommand";
177
+ import {
178
+ DescribeExplainabilityExportCommandInput,
179
+ DescribeExplainabilityExportCommandOutput,
180
+ } from "./commands/DescribeExplainabilityExportCommand";
181
+ import {
182
+ DescribeForecastCommandInput,
183
+ DescribeForecastCommandOutput,
184
+ } from "./commands/DescribeForecastCommand";
185
+ import {
186
+ DescribeForecastExportJobCommandInput,
187
+ DescribeForecastExportJobCommandOutput,
188
+ } from "./commands/DescribeForecastExportJobCommand";
189
+ import {
190
+ DescribeMonitorCommandInput,
191
+ DescribeMonitorCommandOutput,
192
+ } from "./commands/DescribeMonitorCommand";
193
+ import {
194
+ DescribePredictorBacktestExportJobCommandInput,
195
+ DescribePredictorBacktestExportJobCommandOutput,
196
+ } from "./commands/DescribePredictorBacktestExportJobCommand";
197
+ import {
198
+ DescribePredictorCommandInput,
199
+ DescribePredictorCommandOutput,
200
+ } from "./commands/DescribePredictorCommand";
201
+ import {
202
+ DescribeWhatIfAnalysisCommandInput,
203
+ DescribeWhatIfAnalysisCommandOutput,
204
+ } from "./commands/DescribeWhatIfAnalysisCommand";
205
+ import {
206
+ DescribeWhatIfForecastCommandInput,
207
+ DescribeWhatIfForecastCommandOutput,
208
+ } from "./commands/DescribeWhatIfForecastCommand";
209
+ import {
210
+ DescribeWhatIfForecastExportCommandInput,
211
+ DescribeWhatIfForecastExportCommandOutput,
212
+ } from "./commands/DescribeWhatIfForecastExportCommand";
213
+ import {
214
+ GetAccuracyMetricsCommandInput,
215
+ GetAccuracyMetricsCommandOutput,
216
+ } from "./commands/GetAccuracyMetricsCommand";
217
+ import {
218
+ ListDatasetGroupsCommandInput,
219
+ ListDatasetGroupsCommandOutput,
220
+ } from "./commands/ListDatasetGroupsCommand";
221
+ import {
222
+ ListDatasetImportJobsCommandInput,
223
+ ListDatasetImportJobsCommandOutput,
224
+ } from "./commands/ListDatasetImportJobsCommand";
225
+ import {
226
+ ListDatasetsCommandInput,
227
+ ListDatasetsCommandOutput,
228
+ } from "./commands/ListDatasetsCommand";
229
+ import {
230
+ ListExplainabilitiesCommandInput,
231
+ ListExplainabilitiesCommandOutput,
232
+ } from "./commands/ListExplainabilitiesCommand";
233
+ import {
234
+ ListExplainabilityExportsCommandInput,
235
+ ListExplainabilityExportsCommandOutput,
236
+ } from "./commands/ListExplainabilityExportsCommand";
237
+ import {
238
+ ListForecastExportJobsCommandInput,
239
+ ListForecastExportJobsCommandOutput,
240
+ } from "./commands/ListForecastExportJobsCommand";
241
+ import {
242
+ ListForecastsCommandInput,
243
+ ListForecastsCommandOutput,
244
+ } from "./commands/ListForecastsCommand";
245
+ import {
246
+ ListMonitorEvaluationsCommandInput,
247
+ ListMonitorEvaluationsCommandOutput,
248
+ } from "./commands/ListMonitorEvaluationsCommand";
249
+ import {
250
+ ListMonitorsCommandInput,
251
+ ListMonitorsCommandOutput,
252
+ } from "./commands/ListMonitorsCommand";
253
+ import {
254
+ ListPredictorBacktestExportJobsCommandInput,
255
+ ListPredictorBacktestExportJobsCommandOutput,
256
+ } from "./commands/ListPredictorBacktestExportJobsCommand";
257
+ import {
258
+ ListPredictorsCommandInput,
259
+ ListPredictorsCommandOutput,
260
+ } from "./commands/ListPredictorsCommand";
261
+ import {
262
+ ListTagsForResourceCommandInput,
263
+ ListTagsForResourceCommandOutput,
264
+ } from "./commands/ListTagsForResourceCommand";
265
+ import {
266
+ ListWhatIfAnalysesCommandInput,
267
+ ListWhatIfAnalysesCommandOutput,
268
+ } from "./commands/ListWhatIfAnalysesCommand";
269
+ import {
270
+ ListWhatIfForecastExportsCommandInput,
271
+ ListWhatIfForecastExportsCommandOutput,
272
+ } from "./commands/ListWhatIfForecastExportsCommand";
273
+ import {
274
+ ListWhatIfForecastsCommandInput,
275
+ ListWhatIfForecastsCommandOutput,
276
+ } from "./commands/ListWhatIfForecastsCommand";
277
+ import {
278
+ ResumeResourceCommandInput,
279
+ ResumeResourceCommandOutput,
280
+ } from "./commands/ResumeResourceCommand";
281
+ import {
282
+ StopResourceCommandInput,
283
+ StopResourceCommandOutput,
284
+ } from "./commands/StopResourceCommand";
285
+ import {
286
+ TagResourceCommandInput,
287
+ TagResourceCommandOutput,
288
+ } from "./commands/TagResourceCommand";
289
+ import {
290
+ UntagResourceCommandInput,
291
+ UntagResourceCommandOutput,
292
+ } from "./commands/UntagResourceCommand";
293
+ import {
294
+ UpdateDatasetGroupCommandInput,
295
+ UpdateDatasetGroupCommandOutput,
296
+ } from "./commands/UpdateDatasetGroupCommand";
297
+ export declare type ServiceInputTypes =
298
+ | CreateAutoPredictorCommandInput
299
+ | CreateDatasetCommandInput
300
+ | CreateDatasetGroupCommandInput
301
+ | CreateDatasetImportJobCommandInput
302
+ | CreateExplainabilityCommandInput
303
+ | CreateExplainabilityExportCommandInput
304
+ | CreateForecastCommandInput
305
+ | CreateForecastExportJobCommandInput
306
+ | CreateMonitorCommandInput
307
+ | CreatePredictorBacktestExportJobCommandInput
308
+ | CreatePredictorCommandInput
309
+ | CreateWhatIfAnalysisCommandInput
310
+ | CreateWhatIfForecastCommandInput
311
+ | CreateWhatIfForecastExportCommandInput
312
+ | DeleteDatasetCommandInput
313
+ | DeleteDatasetGroupCommandInput
314
+ | DeleteDatasetImportJobCommandInput
315
+ | DeleteExplainabilityCommandInput
316
+ | DeleteExplainabilityExportCommandInput
317
+ | DeleteForecastCommandInput
318
+ | DeleteForecastExportJobCommandInput
319
+ | DeleteMonitorCommandInput
320
+ | DeletePredictorBacktestExportJobCommandInput
321
+ | DeletePredictorCommandInput
322
+ | DeleteResourceTreeCommandInput
323
+ | DeleteWhatIfAnalysisCommandInput
324
+ | DeleteWhatIfForecastCommandInput
325
+ | DeleteWhatIfForecastExportCommandInput
326
+ | DescribeAutoPredictorCommandInput
327
+ | DescribeDatasetCommandInput
328
+ | DescribeDatasetGroupCommandInput
329
+ | DescribeDatasetImportJobCommandInput
330
+ | DescribeExplainabilityCommandInput
331
+ | DescribeExplainabilityExportCommandInput
332
+ | DescribeForecastCommandInput
333
+ | DescribeForecastExportJobCommandInput
334
+ | DescribeMonitorCommandInput
335
+ | DescribePredictorBacktestExportJobCommandInput
336
+ | DescribePredictorCommandInput
337
+ | DescribeWhatIfAnalysisCommandInput
338
+ | DescribeWhatIfForecastCommandInput
339
+ | DescribeWhatIfForecastExportCommandInput
340
+ | GetAccuracyMetricsCommandInput
341
+ | ListDatasetGroupsCommandInput
342
+ | ListDatasetImportJobsCommandInput
343
+ | ListDatasetsCommandInput
344
+ | ListExplainabilitiesCommandInput
345
+ | ListExplainabilityExportsCommandInput
346
+ | ListForecastExportJobsCommandInput
347
+ | ListForecastsCommandInput
348
+ | ListMonitorEvaluationsCommandInput
349
+ | ListMonitorsCommandInput
350
+ | ListPredictorBacktestExportJobsCommandInput
351
+ | ListPredictorsCommandInput
352
+ | ListTagsForResourceCommandInput
353
+ | ListWhatIfAnalysesCommandInput
354
+ | ListWhatIfForecastExportsCommandInput
355
+ | ListWhatIfForecastsCommandInput
356
+ | ResumeResourceCommandInput
357
+ | StopResourceCommandInput
358
+ | TagResourceCommandInput
359
+ | UntagResourceCommandInput
360
+ | UpdateDatasetGroupCommandInput;
361
+ export declare type ServiceOutputTypes =
362
+ | CreateAutoPredictorCommandOutput
363
+ | CreateDatasetCommandOutput
364
+ | CreateDatasetGroupCommandOutput
365
+ | CreateDatasetImportJobCommandOutput
366
+ | CreateExplainabilityCommandOutput
367
+ | CreateExplainabilityExportCommandOutput
368
+ | CreateForecastCommandOutput
369
+ | CreateForecastExportJobCommandOutput
370
+ | CreateMonitorCommandOutput
371
+ | CreatePredictorBacktestExportJobCommandOutput
372
+ | CreatePredictorCommandOutput
373
+ | CreateWhatIfAnalysisCommandOutput
374
+ | CreateWhatIfForecastCommandOutput
375
+ | CreateWhatIfForecastExportCommandOutput
376
+ | DeleteDatasetCommandOutput
377
+ | DeleteDatasetGroupCommandOutput
378
+ | DeleteDatasetImportJobCommandOutput
379
+ | DeleteExplainabilityCommandOutput
380
+ | DeleteExplainabilityExportCommandOutput
381
+ | DeleteForecastCommandOutput
382
+ | DeleteForecastExportJobCommandOutput
383
+ | DeleteMonitorCommandOutput
384
+ | DeletePredictorBacktestExportJobCommandOutput
385
+ | DeletePredictorCommandOutput
386
+ | DeleteResourceTreeCommandOutput
387
+ | DeleteWhatIfAnalysisCommandOutput
388
+ | DeleteWhatIfForecastCommandOutput
389
+ | DeleteWhatIfForecastExportCommandOutput
390
+ | DescribeAutoPredictorCommandOutput
391
+ | DescribeDatasetCommandOutput
392
+ | DescribeDatasetGroupCommandOutput
393
+ | DescribeDatasetImportJobCommandOutput
394
+ | DescribeExplainabilityCommandOutput
395
+ | DescribeExplainabilityExportCommandOutput
396
+ | DescribeForecastCommandOutput
397
+ | DescribeForecastExportJobCommandOutput
398
+ | DescribeMonitorCommandOutput
399
+ | DescribePredictorBacktestExportJobCommandOutput
400
+ | DescribePredictorCommandOutput
401
+ | DescribeWhatIfAnalysisCommandOutput
402
+ | DescribeWhatIfForecastCommandOutput
403
+ | DescribeWhatIfForecastExportCommandOutput
404
+ | GetAccuracyMetricsCommandOutput
405
+ | ListDatasetGroupsCommandOutput
406
+ | ListDatasetImportJobsCommandOutput
407
+ | ListDatasetsCommandOutput
408
+ | ListExplainabilitiesCommandOutput
409
+ | ListExplainabilityExportsCommandOutput
410
+ | ListForecastExportJobsCommandOutput
411
+ | ListForecastsCommandOutput
412
+ | ListMonitorEvaluationsCommandOutput
413
+ | ListMonitorsCommandOutput
414
+ | ListPredictorBacktestExportJobsCommandOutput
415
+ | ListPredictorsCommandOutput
416
+ | ListTagsForResourceCommandOutput
417
+ | ListWhatIfAnalysesCommandOutput
418
+ | ListWhatIfForecastExportsCommandOutput
419
+ | ListWhatIfForecastsCommandOutput
420
+ | ResumeResourceCommandOutput
421
+ | StopResourceCommandOutput
422
+ | TagResourceCommandOutput
423
+ | UntagResourceCommandOutput
424
+ | UpdateDatasetGroupCommandOutput;
425
+ export interface ClientDefaults
426
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
427
+ requestHandler?: __HttpHandler;
428
+
429
+ sha256?: __HashConstructor;
430
+
431
+ urlParser?: __UrlParser;
432
+
433
+ bodyLengthChecker?: __BodyLengthCalculator;
434
+
435
+ streamCollector?: __StreamCollector;
436
+
437
+ base64Decoder?: __Decoder;
438
+
439
+ base64Encoder?: __Encoder;
440
+
441
+ utf8Decoder?: __Decoder;
442
+
443
+ utf8Encoder?: __Encoder;
444
+
445
+ runtime?: string;
446
+
447
+ disableHostPrefix?: boolean;
448
+
449
+ maxAttempts?: number | __Provider<number>;
450
+
451
+ retryMode?: string | __Provider<string>;
452
+
453
+ logger?: __Logger;
454
+
455
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
456
+
457
+ useFipsEndpoint?: boolean | __Provider<boolean>;
458
+
459
+ serviceId?: string;
460
+
461
+ region?: string | __Provider<string>;
462
+
463
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
464
+
465
+ regionInfoProvider?: RegionInfoProvider;
466
+
467
+ defaultUserAgentProvider?: Provider<__UserAgent>;
468
+
469
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
470
+ }
471
+ declare type ForecastClientConfigType = Partial<
472
+ __SmithyConfiguration<__HttpHandlerOptions>
473
+ > &
474
+ ClientDefaults &
475
+ RegionInputConfig &
476
+ EndpointsInputConfig &
477
+ RetryInputConfig &
478
+ HostHeaderInputConfig &
479
+ AwsAuthInputConfig &
480
+ UserAgentInputConfig;
481
+
482
+ export interface ForecastClientConfig extends ForecastClientConfigType {}
483
+ declare type ForecastClientResolvedConfigType =
484
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
485
+ Required<ClientDefaults> &
486
+ RegionResolvedConfig &
487
+ EndpointsResolvedConfig &
488
+ RetryResolvedConfig &
489
+ HostHeaderResolvedConfig &
490
+ AwsAuthResolvedConfig &
491
+ UserAgentResolvedConfig;
492
+
493
+ export interface ForecastClientResolvedConfig
494
+ extends ForecastClientResolvedConfigType {}
495
+
496
+ export declare class ForecastClient extends __Client<
497
+ __HttpHandlerOptions,
498
+ ServiceInputTypes,
499
+ ServiceOutputTypes,
500
+ ForecastClientResolvedConfig
501
+ > {
502
+ readonly config: ForecastClientResolvedConfig;
503
+ constructor(configuration: ForecastClientConfig);
504
+
505
+ destroy(): void;
506
+ }
507
+ export {};