@aws-sdk/client-forecast 3.927.0 → 3.929.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.
- package/dist-cjs/index.js +1861 -2708
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/ForecastClient.js +2 -0
- package/dist-es/commands/CreateAutoPredictorCommand.js +3 -10
- package/dist-es/commands/CreateDatasetCommand.js +3 -10
- package/dist-es/commands/CreateDatasetGroupCommand.js +3 -10
- package/dist-es/commands/CreateDatasetImportJobCommand.js +3 -10
- package/dist-es/commands/CreateExplainabilityCommand.js +3 -10
- package/dist-es/commands/CreateExplainabilityExportCommand.js +3 -10
- package/dist-es/commands/CreateForecastCommand.js +3 -10
- package/dist-es/commands/CreateForecastExportJobCommand.js +3 -10
- package/dist-es/commands/CreateMonitorCommand.js +3 -10
- package/dist-es/commands/CreatePredictorBacktestExportJobCommand.js +3 -10
- package/dist-es/commands/CreatePredictorCommand.js +3 -10
- package/dist-es/commands/CreateWhatIfAnalysisCommand.js +3 -10
- package/dist-es/commands/CreateWhatIfForecastCommand.js +3 -10
- package/dist-es/commands/CreateWhatIfForecastExportCommand.js +3 -10
- package/dist-es/commands/DeleteDatasetCommand.js +3 -9
- package/dist-es/commands/DeleteDatasetGroupCommand.js +3 -9
- package/dist-es/commands/DeleteDatasetImportJobCommand.js +3 -9
- package/dist-es/commands/DeleteExplainabilityCommand.js +3 -9
- package/dist-es/commands/DeleteExplainabilityExportCommand.js +3 -9
- package/dist-es/commands/DeleteForecastCommand.js +3 -9
- package/dist-es/commands/DeleteForecastExportJobCommand.js +3 -9
- package/dist-es/commands/DeleteMonitorCommand.js +3 -9
- package/dist-es/commands/DeletePredictorBacktestExportJobCommand.js +3 -9
- package/dist-es/commands/DeletePredictorCommand.js +3 -9
- package/dist-es/commands/DeleteResourceTreeCommand.js +3 -9
- package/dist-es/commands/DeleteWhatIfAnalysisCommand.js +3 -9
- package/dist-es/commands/DeleteWhatIfForecastCommand.js +3 -9
- package/dist-es/commands/DeleteWhatIfForecastExportCommand.js +3 -9
- package/dist-es/commands/DescribeAutoPredictorCommand.js +3 -9
- package/dist-es/commands/DescribeDatasetCommand.js +3 -9
- package/dist-es/commands/DescribeDatasetGroupCommand.js +3 -9
- package/dist-es/commands/DescribeDatasetImportJobCommand.js +3 -9
- package/dist-es/commands/DescribeExplainabilityCommand.js +3 -9
- package/dist-es/commands/DescribeExplainabilityExportCommand.js +3 -9
- package/dist-es/commands/DescribeForecastCommand.js +3 -9
- package/dist-es/commands/DescribeForecastExportJobCommand.js +3 -9
- package/dist-es/commands/DescribeMonitorCommand.js +3 -9
- package/dist-es/commands/DescribePredictorBacktestExportJobCommand.js +3 -9
- package/dist-es/commands/DescribePredictorCommand.js +3 -9
- package/dist-es/commands/DescribeWhatIfAnalysisCommand.js +3 -9
- package/dist-es/commands/DescribeWhatIfForecastCommand.js +3 -9
- package/dist-es/commands/DescribeWhatIfForecastExportCommand.js +3 -9
- package/dist-es/commands/GetAccuracyMetricsCommand.js +3 -9
- package/dist-es/commands/ListDatasetGroupsCommand.js +3 -9
- package/dist-es/commands/ListDatasetImportJobsCommand.js +3 -9
- package/dist-es/commands/ListDatasetsCommand.js +3 -9
- package/dist-es/commands/ListExplainabilitiesCommand.js +3 -9
- package/dist-es/commands/ListExplainabilityExportsCommand.js +3 -9
- package/dist-es/commands/ListForecastExportJobsCommand.js +3 -9
- package/dist-es/commands/ListForecastsCommand.js +3 -9
- package/dist-es/commands/ListMonitorEvaluationsCommand.js +3 -9
- package/dist-es/commands/ListMonitorsCommand.js +3 -9
- package/dist-es/commands/ListPredictorBacktestExportJobsCommand.js +3 -9
- package/dist-es/commands/ListPredictorsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
- package/dist-es/commands/ListWhatIfAnalysesCommand.js +3 -9
- package/dist-es/commands/ListWhatIfForecastExportsCommand.js +3 -9
- package/dist-es/commands/ListWhatIfForecastsCommand.js +3 -9
- package/dist-es/commands/ResumeResourceCommand.js +3 -9
- package/dist-es/commands/StopResourceCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -10
- package/dist-es/commands/UntagResourceCommand.js +3 -10
- package/dist-es/commands/UpdateDatasetGroupCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -74
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1725 -0
- package/dist-types/ForecastClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -72
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +294 -0
- package/dist-types/ts3.4/ForecastClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -52
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +301 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -2162
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -569
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -761
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateAutoPredictorCommandInput, CreateAutoPredictorCommandOutput } from "./commands/CreateAutoPredictorCommand";
|
|
11
11
|
import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
|
|
@@ -204,6 +204,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
204
204
|
* Optional extensions
|
|
205
205
|
*/
|
|
206
206
|
extensions?: RuntimeExtension[];
|
|
207
|
+
/**
|
|
208
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
209
|
+
* may be overridden. A default will always be set by the client.
|
|
210
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
211
|
+
* the client.
|
|
212
|
+
* @alpha
|
|
213
|
+
*
|
|
214
|
+
*/
|
|
215
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
207
216
|
/**
|
|
208
217
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
209
218
|
*/
|
|
@@ -7692,75 +7692,3 @@ export interface UpdateDatasetGroupRequest {
|
|
|
7692
7692
|
*/
|
|
7693
7693
|
export interface UpdateDatasetGroupResponse {
|
|
7694
7694
|
}
|
|
7695
|
-
/**
|
|
7696
|
-
* @internal
|
|
7697
|
-
*/
|
|
7698
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
7699
|
-
/**
|
|
7700
|
-
* @internal
|
|
7701
|
-
*/
|
|
7702
|
-
export declare const CreateAutoPredictorRequestFilterSensitiveLog: (obj: CreateAutoPredictorRequest) => any;
|
|
7703
|
-
/**
|
|
7704
|
-
* @internal
|
|
7705
|
-
*/
|
|
7706
|
-
export declare const CreateDatasetRequestFilterSensitiveLog: (obj: CreateDatasetRequest) => any;
|
|
7707
|
-
/**
|
|
7708
|
-
* @internal
|
|
7709
|
-
*/
|
|
7710
|
-
export declare const CreateDatasetGroupRequestFilterSensitiveLog: (obj: CreateDatasetGroupRequest) => any;
|
|
7711
|
-
/**
|
|
7712
|
-
* @internal
|
|
7713
|
-
*/
|
|
7714
|
-
export declare const CreateDatasetImportJobRequestFilterSensitiveLog: (obj: CreateDatasetImportJobRequest) => any;
|
|
7715
|
-
/**
|
|
7716
|
-
* @internal
|
|
7717
|
-
*/
|
|
7718
|
-
export declare const CreateExplainabilityRequestFilterSensitiveLog: (obj: CreateExplainabilityRequest) => any;
|
|
7719
|
-
/**
|
|
7720
|
-
* @internal
|
|
7721
|
-
*/
|
|
7722
|
-
export declare const CreateExplainabilityExportRequestFilterSensitiveLog: (obj: CreateExplainabilityExportRequest) => any;
|
|
7723
|
-
/**
|
|
7724
|
-
* @internal
|
|
7725
|
-
*/
|
|
7726
|
-
export declare const CreateForecastRequestFilterSensitiveLog: (obj: CreateForecastRequest) => any;
|
|
7727
|
-
/**
|
|
7728
|
-
* @internal
|
|
7729
|
-
*/
|
|
7730
|
-
export declare const CreateForecastExportJobRequestFilterSensitiveLog: (obj: CreateForecastExportJobRequest) => any;
|
|
7731
|
-
/**
|
|
7732
|
-
* @internal
|
|
7733
|
-
*/
|
|
7734
|
-
export declare const CreateMonitorRequestFilterSensitiveLog: (obj: CreateMonitorRequest) => any;
|
|
7735
|
-
/**
|
|
7736
|
-
* @internal
|
|
7737
|
-
*/
|
|
7738
|
-
export declare const CreatePredictorRequestFilterSensitiveLog: (obj: CreatePredictorRequest) => any;
|
|
7739
|
-
/**
|
|
7740
|
-
* @internal
|
|
7741
|
-
*/
|
|
7742
|
-
export declare const CreatePredictorBacktestExportJobRequestFilterSensitiveLog: (obj: CreatePredictorBacktestExportJobRequest) => any;
|
|
7743
|
-
/**
|
|
7744
|
-
* @internal
|
|
7745
|
-
*/
|
|
7746
|
-
export declare const CreateWhatIfAnalysisRequestFilterSensitiveLog: (obj: CreateWhatIfAnalysisRequest) => any;
|
|
7747
|
-
/**
|
|
7748
|
-
* @internal
|
|
7749
|
-
*/
|
|
7750
|
-
export declare const CreateWhatIfForecastRequestFilterSensitiveLog: (obj: CreateWhatIfForecastRequest) => any;
|
|
7751
|
-
/**
|
|
7752
|
-
* @internal
|
|
7753
|
-
*/
|
|
7754
|
-
export declare const CreateWhatIfForecastExportRequestFilterSensitiveLog: (obj: CreateWhatIfForecastExportRequest) => any;
|
|
7755
|
-
/**
|
|
7756
|
-
* @internal
|
|
7757
|
-
*/
|
|
7758
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
7759
|
-
/**
|
|
7760
|
-
* @internal
|
|
7761
|
-
*/
|
|
7762
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
7763
|
-
/**
|
|
7764
|
-
* @internal
|
|
7765
|
-
*/
|
|
7766
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: ForecastClientConfig) => {
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: ForecastClientConfig) => {
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: ForecastClientConfig) => {
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: ForecastClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ForecastHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,294 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var TagKey: StaticSimpleSchema;
|
|
3
|
+
export declare var TagValue: StaticSimpleSchema;
|
|
4
|
+
export declare var Action: StaticStructureSchema;
|
|
5
|
+
export declare var AdditionalDataset: StaticStructureSchema;
|
|
6
|
+
export declare var AttributeConfig: StaticStructureSchema;
|
|
7
|
+
export declare var Baseline: StaticStructureSchema;
|
|
8
|
+
export declare var BaselineMetric: StaticStructureSchema;
|
|
9
|
+
export declare var CategoricalParameterRange: StaticStructureSchema;
|
|
10
|
+
export declare var ContinuousParameterRange: StaticStructureSchema;
|
|
11
|
+
export declare var CreateAutoPredictorRequest: StaticStructureSchema;
|
|
12
|
+
export declare var CreateAutoPredictorResponse: StaticStructureSchema;
|
|
13
|
+
export declare var CreateDatasetGroupRequest: StaticStructureSchema;
|
|
14
|
+
export declare var CreateDatasetGroupResponse: StaticStructureSchema;
|
|
15
|
+
export declare var CreateDatasetImportJobRequest: StaticStructureSchema;
|
|
16
|
+
export declare var CreateDatasetImportJobResponse: StaticStructureSchema;
|
|
17
|
+
export declare var CreateDatasetRequest: StaticStructureSchema;
|
|
18
|
+
export declare var CreateDatasetResponse: StaticStructureSchema;
|
|
19
|
+
export declare var CreateExplainabilityExportRequest: StaticStructureSchema;
|
|
20
|
+
export declare var CreateExplainabilityExportResponse: StaticStructureSchema;
|
|
21
|
+
export declare var CreateExplainabilityRequest: StaticStructureSchema;
|
|
22
|
+
export declare var CreateExplainabilityResponse: StaticStructureSchema;
|
|
23
|
+
export declare var CreateForecastExportJobRequest: StaticStructureSchema;
|
|
24
|
+
export declare var CreateForecastExportJobResponse: StaticStructureSchema;
|
|
25
|
+
export declare var CreateForecastRequest: StaticStructureSchema;
|
|
26
|
+
export declare var CreateForecastResponse: StaticStructureSchema;
|
|
27
|
+
export declare var CreateMonitorRequest: StaticStructureSchema;
|
|
28
|
+
export declare var CreateMonitorResponse: StaticStructureSchema;
|
|
29
|
+
export declare var CreatePredictorBacktestExportJobRequest: StaticStructureSchema;
|
|
30
|
+
export declare var CreatePredictorBacktestExportJobResponse: StaticStructureSchema;
|
|
31
|
+
export declare var CreatePredictorRequest: StaticStructureSchema;
|
|
32
|
+
export declare var CreatePredictorResponse: StaticStructureSchema;
|
|
33
|
+
export declare var CreateWhatIfAnalysisRequest: StaticStructureSchema;
|
|
34
|
+
export declare var CreateWhatIfAnalysisResponse: StaticStructureSchema;
|
|
35
|
+
export declare var CreateWhatIfForecastExportRequest: StaticStructureSchema;
|
|
36
|
+
export declare var CreateWhatIfForecastExportResponse: StaticStructureSchema;
|
|
37
|
+
export declare var CreateWhatIfForecastRequest: StaticStructureSchema;
|
|
38
|
+
export declare var CreateWhatIfForecastResponse: StaticStructureSchema;
|
|
39
|
+
export declare var DataConfig: StaticStructureSchema;
|
|
40
|
+
export declare var DataDestination: StaticStructureSchema;
|
|
41
|
+
export declare var DatasetGroupSummary: StaticStructureSchema;
|
|
42
|
+
export declare var DatasetImportJobSummary: StaticStructureSchema;
|
|
43
|
+
export declare var DatasetSummary: StaticStructureSchema;
|
|
44
|
+
export declare var DataSource: StaticStructureSchema;
|
|
45
|
+
export declare var DeleteDatasetGroupRequest: StaticStructureSchema;
|
|
46
|
+
export declare var DeleteDatasetImportJobRequest: StaticStructureSchema;
|
|
47
|
+
export declare var DeleteDatasetRequest: StaticStructureSchema;
|
|
48
|
+
export declare var DeleteExplainabilityExportRequest: StaticStructureSchema;
|
|
49
|
+
export declare var DeleteExplainabilityRequest: StaticStructureSchema;
|
|
50
|
+
export declare var DeleteForecastExportJobRequest: StaticStructureSchema;
|
|
51
|
+
export declare var DeleteForecastRequest: StaticStructureSchema;
|
|
52
|
+
export declare var DeleteMonitorRequest: StaticStructureSchema;
|
|
53
|
+
export declare var DeletePredictorBacktestExportJobRequest: StaticStructureSchema;
|
|
54
|
+
export declare var DeletePredictorRequest: StaticStructureSchema;
|
|
55
|
+
export declare var DeleteResourceTreeRequest: StaticStructureSchema;
|
|
56
|
+
export declare var DeleteWhatIfAnalysisRequest: StaticStructureSchema;
|
|
57
|
+
export declare var DeleteWhatIfForecastExportRequest: StaticStructureSchema;
|
|
58
|
+
export declare var DeleteWhatIfForecastRequest: StaticStructureSchema;
|
|
59
|
+
export declare var DescribeAutoPredictorRequest: StaticStructureSchema;
|
|
60
|
+
export declare var DescribeAutoPredictorResponse: StaticStructureSchema;
|
|
61
|
+
export declare var DescribeDatasetGroupRequest: StaticStructureSchema;
|
|
62
|
+
export declare var DescribeDatasetGroupResponse: StaticStructureSchema;
|
|
63
|
+
export declare var DescribeDatasetImportJobRequest: StaticStructureSchema;
|
|
64
|
+
export declare var DescribeDatasetImportJobResponse: StaticStructureSchema;
|
|
65
|
+
export declare var DescribeDatasetRequest: StaticStructureSchema;
|
|
66
|
+
export declare var DescribeDatasetResponse: StaticStructureSchema;
|
|
67
|
+
export declare var DescribeExplainabilityExportRequest: StaticStructureSchema;
|
|
68
|
+
export declare var DescribeExplainabilityExportResponse: StaticStructureSchema;
|
|
69
|
+
export declare var DescribeExplainabilityRequest: StaticStructureSchema;
|
|
70
|
+
export declare var DescribeExplainabilityResponse: StaticStructureSchema;
|
|
71
|
+
export declare var DescribeForecastExportJobRequest: StaticStructureSchema;
|
|
72
|
+
export declare var DescribeForecastExportJobResponse: StaticStructureSchema;
|
|
73
|
+
export declare var DescribeForecastRequest: StaticStructureSchema;
|
|
74
|
+
export declare var DescribeForecastResponse: StaticStructureSchema;
|
|
75
|
+
export declare var DescribeMonitorRequest: StaticStructureSchema;
|
|
76
|
+
export declare var DescribeMonitorResponse: StaticStructureSchema;
|
|
77
|
+
export declare var DescribePredictorBacktestExportJobRequest: StaticStructureSchema;
|
|
78
|
+
export declare var DescribePredictorBacktestExportJobResponse: StaticStructureSchema;
|
|
79
|
+
export declare var DescribePredictorRequest: StaticStructureSchema;
|
|
80
|
+
export declare var DescribePredictorResponse: StaticStructureSchema;
|
|
81
|
+
export declare var DescribeWhatIfAnalysisRequest: StaticStructureSchema;
|
|
82
|
+
export declare var DescribeWhatIfAnalysisResponse: StaticStructureSchema;
|
|
83
|
+
export declare var DescribeWhatIfForecastExportRequest: StaticStructureSchema;
|
|
84
|
+
export declare var DescribeWhatIfForecastExportResponse: StaticStructureSchema;
|
|
85
|
+
export declare var DescribeWhatIfForecastRequest: StaticStructureSchema;
|
|
86
|
+
export declare var DescribeWhatIfForecastResponse: StaticStructureSchema;
|
|
87
|
+
export declare var EncryptionConfig: StaticStructureSchema;
|
|
88
|
+
export declare var ErrorMetric: StaticStructureSchema;
|
|
89
|
+
export declare var EvaluationParameters: StaticStructureSchema;
|
|
90
|
+
export declare var EvaluationResult: StaticStructureSchema;
|
|
91
|
+
export declare var ExplainabilityConfig: StaticStructureSchema;
|
|
92
|
+
export declare var ExplainabilityExportSummary: StaticStructureSchema;
|
|
93
|
+
export declare var ExplainabilityInfo: StaticStructureSchema;
|
|
94
|
+
export declare var ExplainabilitySummary: StaticStructureSchema;
|
|
95
|
+
export declare var Featurization: StaticStructureSchema;
|
|
96
|
+
export declare var FeaturizationConfig: StaticStructureSchema;
|
|
97
|
+
export declare var FeaturizationMethod: StaticStructureSchema;
|
|
98
|
+
export declare var Filter: StaticStructureSchema;
|
|
99
|
+
export declare var ForecastExportJobSummary: StaticStructureSchema;
|
|
100
|
+
export declare var ForecastSummary: StaticStructureSchema;
|
|
101
|
+
export declare var GetAccuracyMetricsRequest: StaticStructureSchema;
|
|
102
|
+
export declare var GetAccuracyMetricsResponse: StaticStructureSchema;
|
|
103
|
+
export declare var HyperParameterTuningJobConfig: StaticStructureSchema;
|
|
104
|
+
export declare var InputDataConfig: StaticStructureSchema;
|
|
105
|
+
export declare var IntegerParameterRange: StaticStructureSchema;
|
|
106
|
+
export declare var InvalidInputException: StaticErrorSchema;
|
|
107
|
+
export declare var InvalidNextTokenException: StaticErrorSchema;
|
|
108
|
+
export declare var LimitExceededException: StaticErrorSchema;
|
|
109
|
+
export declare var ListDatasetGroupsRequest: StaticStructureSchema;
|
|
110
|
+
export declare var ListDatasetGroupsResponse: StaticStructureSchema;
|
|
111
|
+
export declare var ListDatasetImportJobsRequest: StaticStructureSchema;
|
|
112
|
+
export declare var ListDatasetImportJobsResponse: StaticStructureSchema;
|
|
113
|
+
export declare var ListDatasetsRequest: StaticStructureSchema;
|
|
114
|
+
export declare var ListDatasetsResponse: StaticStructureSchema;
|
|
115
|
+
export declare var ListExplainabilitiesRequest: StaticStructureSchema;
|
|
116
|
+
export declare var ListExplainabilitiesResponse: StaticStructureSchema;
|
|
117
|
+
export declare var ListExplainabilityExportsRequest: StaticStructureSchema;
|
|
118
|
+
export declare var ListExplainabilityExportsResponse: StaticStructureSchema;
|
|
119
|
+
export declare var ListForecastExportJobsRequest: StaticStructureSchema;
|
|
120
|
+
export declare var ListForecastExportJobsResponse: StaticStructureSchema;
|
|
121
|
+
export declare var ListForecastsRequest: StaticStructureSchema;
|
|
122
|
+
export declare var ListForecastsResponse: StaticStructureSchema;
|
|
123
|
+
export declare var ListMonitorEvaluationsRequest: StaticStructureSchema;
|
|
124
|
+
export declare var ListMonitorEvaluationsResponse: StaticStructureSchema;
|
|
125
|
+
export declare var ListMonitorsRequest: StaticStructureSchema;
|
|
126
|
+
export declare var ListMonitorsResponse: StaticStructureSchema;
|
|
127
|
+
export declare var ListPredictorBacktestExportJobsRequest: StaticStructureSchema;
|
|
128
|
+
export declare var ListPredictorBacktestExportJobsResponse: StaticStructureSchema;
|
|
129
|
+
export declare var ListPredictorsRequest: StaticStructureSchema;
|
|
130
|
+
export declare var ListPredictorsResponse: StaticStructureSchema;
|
|
131
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
132
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
133
|
+
export declare var ListWhatIfAnalysesRequest: StaticStructureSchema;
|
|
134
|
+
export declare var ListWhatIfAnalysesResponse: StaticStructureSchema;
|
|
135
|
+
export declare var ListWhatIfForecastExportsRequest: StaticStructureSchema;
|
|
136
|
+
export declare var ListWhatIfForecastExportsResponse: StaticStructureSchema;
|
|
137
|
+
export declare var ListWhatIfForecastsRequest: StaticStructureSchema;
|
|
138
|
+
export declare var ListWhatIfForecastsResponse: StaticStructureSchema;
|
|
139
|
+
export declare var MetricResult: StaticStructureSchema;
|
|
140
|
+
export declare var Metrics: StaticStructureSchema;
|
|
141
|
+
export declare var MonitorConfig: StaticStructureSchema;
|
|
142
|
+
export declare var MonitorDataSource: StaticStructureSchema;
|
|
143
|
+
export declare var MonitorInfo: StaticStructureSchema;
|
|
144
|
+
export declare var MonitorSummary: StaticStructureSchema;
|
|
145
|
+
export declare var ParameterRanges: StaticStructureSchema;
|
|
146
|
+
export declare var PredictorBacktestExportJobSummary: StaticStructureSchema;
|
|
147
|
+
export declare var PredictorBaseline: StaticStructureSchema;
|
|
148
|
+
export declare var PredictorEvent: StaticStructureSchema;
|
|
149
|
+
export declare var PredictorExecution: StaticStructureSchema;
|
|
150
|
+
export declare var PredictorExecutionDetails: StaticStructureSchema;
|
|
151
|
+
export declare var PredictorMonitorEvaluation: StaticStructureSchema;
|
|
152
|
+
export declare var PredictorSummary: StaticStructureSchema;
|
|
153
|
+
export declare var ReferencePredictorSummary: StaticStructureSchema;
|
|
154
|
+
export declare var ResourceAlreadyExistsException: StaticErrorSchema;
|
|
155
|
+
export declare var ResourceInUseException: StaticErrorSchema;
|
|
156
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
157
|
+
export declare var ResumeResourceRequest: StaticStructureSchema;
|
|
158
|
+
export declare var S3Config: StaticStructureSchema;
|
|
159
|
+
export declare var Schema: StaticStructureSchema;
|
|
160
|
+
export declare var SchemaAttribute: StaticStructureSchema;
|
|
161
|
+
export declare var Statistics: StaticStructureSchema;
|
|
162
|
+
export declare var StopResourceRequest: StaticStructureSchema;
|
|
163
|
+
export declare var SupplementaryFeature: StaticStructureSchema;
|
|
164
|
+
export declare var Tag: StaticStructureSchema;
|
|
165
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
166
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
167
|
+
export declare var TestWindowSummary: StaticStructureSchema;
|
|
168
|
+
export declare var TimeAlignmentBoundary: StaticStructureSchema;
|
|
169
|
+
export declare var TimeSeriesCondition: StaticStructureSchema;
|
|
170
|
+
export declare var TimeSeriesIdentifiers: StaticStructureSchema;
|
|
171
|
+
export declare var TimeSeriesReplacementsDataSource: StaticStructureSchema;
|
|
172
|
+
export declare var TimeSeriesSelector: StaticStructureSchema;
|
|
173
|
+
export declare var TimeSeriesTransformation: StaticStructureSchema;
|
|
174
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
175
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
176
|
+
export declare var UpdateDatasetGroupRequest: StaticStructureSchema;
|
|
177
|
+
export declare var UpdateDatasetGroupResponse: StaticStructureSchema;
|
|
178
|
+
export declare var WeightedQuantileLoss: StaticStructureSchema;
|
|
179
|
+
export declare var WhatIfAnalysisSummary: StaticStructureSchema;
|
|
180
|
+
export declare var WhatIfForecastExportSummary: StaticStructureSchema;
|
|
181
|
+
export declare var WhatIfForecastSummary: StaticStructureSchema;
|
|
182
|
+
export declare var WindowSummary: StaticStructureSchema;
|
|
183
|
+
export declare var __Unit: "unit";
|
|
184
|
+
export declare var ForecastServiceException: StaticErrorSchema;
|
|
185
|
+
export declare var AdditionalDatasets: StaticListSchema;
|
|
186
|
+
export declare var ArnList: number;
|
|
187
|
+
export declare var AttributeConfigs: StaticListSchema;
|
|
188
|
+
export declare var BaselineMetrics: StaticListSchema;
|
|
189
|
+
export declare var CategoricalParameterRanges: StaticListSchema;
|
|
190
|
+
export declare var ContinuousParameterRanges: StaticListSchema;
|
|
191
|
+
export declare var DatasetGroups: StaticListSchema;
|
|
192
|
+
export declare var DatasetImportJobs: StaticListSchema;
|
|
193
|
+
export declare var Datasets: StaticListSchema;
|
|
194
|
+
export declare var ErrorMetrics: StaticListSchema;
|
|
195
|
+
export declare var Explainabilities: StaticListSchema;
|
|
196
|
+
export declare var ExplainabilityExports: StaticListSchema;
|
|
197
|
+
export declare var FeaturizationPipeline: StaticListSchema;
|
|
198
|
+
export declare var Featurizations: StaticListSchema;
|
|
199
|
+
export declare var Filters: StaticListSchema;
|
|
200
|
+
export declare var ForecastDimensions: number;
|
|
201
|
+
export declare var ForecastExportJobs: StaticListSchema;
|
|
202
|
+
export declare var Forecasts: StaticListSchema;
|
|
203
|
+
export declare var ForecastTypes: number;
|
|
204
|
+
export declare var IntegerParameterRanges: StaticListSchema;
|
|
205
|
+
export declare var LongArnList: number;
|
|
206
|
+
export declare var MetricResults: StaticListSchema;
|
|
207
|
+
export declare var Monitors: StaticListSchema;
|
|
208
|
+
export declare var PredictorBacktestExportJobs: StaticListSchema;
|
|
209
|
+
export declare var PredictorEvaluationResults: StaticListSchema;
|
|
210
|
+
export declare var PredictorExecutions: StaticListSchema;
|
|
211
|
+
export declare var PredictorMonitorEvaluations: StaticListSchema;
|
|
212
|
+
export declare var Predictors: StaticListSchema;
|
|
213
|
+
export declare var SchemaAttributes: StaticListSchema;
|
|
214
|
+
export declare var SupplementaryFeatures: StaticListSchema;
|
|
215
|
+
export declare var TagKeys: StaticListSchema;
|
|
216
|
+
export declare var Tags: StaticListSchema;
|
|
217
|
+
export declare var TestWindowDetails: StaticListSchema;
|
|
218
|
+
export declare var TestWindows: StaticListSchema;
|
|
219
|
+
export declare var TimeSeriesConditions: StaticListSchema;
|
|
220
|
+
export declare var TimeSeriesTransformations: StaticListSchema;
|
|
221
|
+
export declare var Values: number;
|
|
222
|
+
export declare var WeightedQuantileLosses: StaticListSchema;
|
|
223
|
+
export declare var WhatIfAnalyses: StaticListSchema;
|
|
224
|
+
export declare var WhatIfForecastArnListForExport: number;
|
|
225
|
+
export declare var WhatIfForecastExports: StaticListSchema;
|
|
226
|
+
export declare var WhatIfForecasts: StaticListSchema;
|
|
227
|
+
export declare var Configuration: StaticMapSchema;
|
|
228
|
+
export declare var FeaturizationMethodParameters: number;
|
|
229
|
+
export declare var FieldStatistics: StaticMapSchema;
|
|
230
|
+
export declare var TrainingParameters: number;
|
|
231
|
+
export declare var Transformations: number;
|
|
232
|
+
export declare var CreateAutoPredictor: StaticOperationSchema;
|
|
233
|
+
export declare var CreateDataset: StaticOperationSchema;
|
|
234
|
+
export declare var CreateDatasetGroup: StaticOperationSchema;
|
|
235
|
+
export declare var CreateDatasetImportJob: StaticOperationSchema;
|
|
236
|
+
export declare var CreateExplainability: StaticOperationSchema;
|
|
237
|
+
export declare var CreateExplainabilityExport: StaticOperationSchema;
|
|
238
|
+
export declare var CreateForecast: StaticOperationSchema;
|
|
239
|
+
export declare var CreateForecastExportJob: StaticOperationSchema;
|
|
240
|
+
export declare var CreateMonitor: StaticOperationSchema;
|
|
241
|
+
export declare var CreatePredictor: StaticOperationSchema;
|
|
242
|
+
export declare var CreatePredictorBacktestExportJob: StaticOperationSchema;
|
|
243
|
+
export declare var CreateWhatIfAnalysis: StaticOperationSchema;
|
|
244
|
+
export declare var CreateWhatIfForecast: StaticOperationSchema;
|
|
245
|
+
export declare var CreateWhatIfForecastExport: StaticOperationSchema;
|
|
246
|
+
export declare var DeleteDataset: StaticOperationSchema;
|
|
247
|
+
export declare var DeleteDatasetGroup: StaticOperationSchema;
|
|
248
|
+
export declare var DeleteDatasetImportJob: StaticOperationSchema;
|
|
249
|
+
export declare var DeleteExplainability: StaticOperationSchema;
|
|
250
|
+
export declare var DeleteExplainabilityExport: StaticOperationSchema;
|
|
251
|
+
export declare var DeleteForecast: StaticOperationSchema;
|
|
252
|
+
export declare var DeleteForecastExportJob: StaticOperationSchema;
|
|
253
|
+
export declare var DeleteMonitor: StaticOperationSchema;
|
|
254
|
+
export declare var DeletePredictor: StaticOperationSchema;
|
|
255
|
+
export declare var DeletePredictorBacktestExportJob: StaticOperationSchema;
|
|
256
|
+
export declare var DeleteResourceTree: StaticOperationSchema;
|
|
257
|
+
export declare var DeleteWhatIfAnalysis: StaticOperationSchema;
|
|
258
|
+
export declare var DeleteWhatIfForecast: StaticOperationSchema;
|
|
259
|
+
export declare var DeleteWhatIfForecastExport: StaticOperationSchema;
|
|
260
|
+
export declare var DescribeAutoPredictor: StaticOperationSchema;
|
|
261
|
+
export declare var DescribeDataset: StaticOperationSchema;
|
|
262
|
+
export declare var DescribeDatasetGroup: StaticOperationSchema;
|
|
263
|
+
export declare var DescribeDatasetImportJob: StaticOperationSchema;
|
|
264
|
+
export declare var DescribeExplainability: StaticOperationSchema;
|
|
265
|
+
export declare var DescribeExplainabilityExport: StaticOperationSchema;
|
|
266
|
+
export declare var DescribeForecast: StaticOperationSchema;
|
|
267
|
+
export declare var DescribeForecastExportJob: StaticOperationSchema;
|
|
268
|
+
export declare var DescribeMonitor: StaticOperationSchema;
|
|
269
|
+
export declare var DescribePredictor: StaticOperationSchema;
|
|
270
|
+
export declare var DescribePredictorBacktestExportJob: StaticOperationSchema;
|
|
271
|
+
export declare var DescribeWhatIfAnalysis: StaticOperationSchema;
|
|
272
|
+
export declare var DescribeWhatIfForecast: StaticOperationSchema;
|
|
273
|
+
export declare var DescribeWhatIfForecastExport: StaticOperationSchema;
|
|
274
|
+
export declare var GetAccuracyMetrics: StaticOperationSchema;
|
|
275
|
+
export declare var ListDatasetGroups: StaticOperationSchema;
|
|
276
|
+
export declare var ListDatasetImportJobs: StaticOperationSchema;
|
|
277
|
+
export declare var ListDatasets: StaticOperationSchema;
|
|
278
|
+
export declare var ListExplainabilities: StaticOperationSchema;
|
|
279
|
+
export declare var ListExplainabilityExports: StaticOperationSchema;
|
|
280
|
+
export declare var ListForecastExportJobs: StaticOperationSchema;
|
|
281
|
+
export declare var ListForecasts: StaticOperationSchema;
|
|
282
|
+
export declare var ListMonitorEvaluations: StaticOperationSchema;
|
|
283
|
+
export declare var ListMonitors: StaticOperationSchema;
|
|
284
|
+
export declare var ListPredictorBacktestExportJobs: StaticOperationSchema;
|
|
285
|
+
export declare var ListPredictors: StaticOperationSchema;
|
|
286
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
287
|
+
export declare var ListWhatIfAnalyses: StaticOperationSchema;
|
|
288
|
+
export declare var ListWhatIfForecastExports: StaticOperationSchema;
|
|
289
|
+
export declare var ListWhatIfForecasts: StaticOperationSchema;
|
|
290
|
+
export declare var ResumeResource: StaticOperationSchema;
|
|
291
|
+
export declare var StopResource: StaticOperationSchema;
|
|
292
|
+
export declare var TagResource: StaticOperationSchema;
|
|
293
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
294
|
+
export declare var UpdateDatasetGroup: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -456,6 +459,7 @@ export interface ClientDefaults
|
|
|
456
459
|
retryMode?: string | __Provider<string>;
|
|
457
460
|
logger?: __Logger;
|
|
458
461
|
extensions?: RuntimeExtension[];
|
|
462
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
459
463
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
460
464
|
}
|
|
461
465
|
export type ForecastClientConfigType = Partial<
|
|
@@ -1140,55 +1140,3 @@ export interface UpdateDatasetGroupRequest {
|
|
|
1140
1140
|
DatasetArns: string[] | undefined;
|
|
1141
1141
|
}
|
|
1142
1142
|
export interface UpdateDatasetGroupResponse {}
|
|
1143
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1144
|
-
export declare const CreateAutoPredictorRequestFilterSensitiveLog: (
|
|
1145
|
-
obj: CreateAutoPredictorRequest
|
|
1146
|
-
) => any;
|
|
1147
|
-
export declare const CreateDatasetRequestFilterSensitiveLog: (
|
|
1148
|
-
obj: CreateDatasetRequest
|
|
1149
|
-
) => any;
|
|
1150
|
-
export declare const CreateDatasetGroupRequestFilterSensitiveLog: (
|
|
1151
|
-
obj: CreateDatasetGroupRequest
|
|
1152
|
-
) => any;
|
|
1153
|
-
export declare const CreateDatasetImportJobRequestFilterSensitiveLog: (
|
|
1154
|
-
obj: CreateDatasetImportJobRequest
|
|
1155
|
-
) => any;
|
|
1156
|
-
export declare const CreateExplainabilityRequestFilterSensitiveLog: (
|
|
1157
|
-
obj: CreateExplainabilityRequest
|
|
1158
|
-
) => any;
|
|
1159
|
-
export declare const CreateExplainabilityExportRequestFilterSensitiveLog: (
|
|
1160
|
-
obj: CreateExplainabilityExportRequest
|
|
1161
|
-
) => any;
|
|
1162
|
-
export declare const CreateForecastRequestFilterSensitiveLog: (
|
|
1163
|
-
obj: CreateForecastRequest
|
|
1164
|
-
) => any;
|
|
1165
|
-
export declare const CreateForecastExportJobRequestFilterSensitiveLog: (
|
|
1166
|
-
obj: CreateForecastExportJobRequest
|
|
1167
|
-
) => any;
|
|
1168
|
-
export declare const CreateMonitorRequestFilterSensitiveLog: (
|
|
1169
|
-
obj: CreateMonitorRequest
|
|
1170
|
-
) => any;
|
|
1171
|
-
export declare const CreatePredictorRequestFilterSensitiveLog: (
|
|
1172
|
-
obj: CreatePredictorRequest
|
|
1173
|
-
) => any;
|
|
1174
|
-
export declare const CreatePredictorBacktestExportJobRequestFilterSensitiveLog: (
|
|
1175
|
-
obj: CreatePredictorBacktestExportJobRequest
|
|
1176
|
-
) => any;
|
|
1177
|
-
export declare const CreateWhatIfAnalysisRequestFilterSensitiveLog: (
|
|
1178
|
-
obj: CreateWhatIfAnalysisRequest
|
|
1179
|
-
) => any;
|
|
1180
|
-
export declare const CreateWhatIfForecastRequestFilterSensitiveLog: (
|
|
1181
|
-
obj: CreateWhatIfForecastRequest
|
|
1182
|
-
) => any;
|
|
1183
|
-
export declare const CreateWhatIfForecastExportRequestFilterSensitiveLog: (
|
|
1184
|
-
obj: CreateWhatIfForecastExportRequest
|
|
1185
|
-
) => any;
|
|
1186
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1187
|
-
obj: ListTagsForResourceResponse
|
|
1188
|
-
) => any;
|
|
1189
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1190
|
-
obj: TagResourceRequest
|
|
1191
|
-
) => any;
|
|
1192
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1193
|
-
obj: UntagResourceRequest
|
|
1194
|
-
) => any;
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: ForecastClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
userAgentAppId?:
|
|
43
47
|
| string
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: ForecastClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
retryStrategy?:
|
|
43
47
|
| import("@smithy/types").RetryStrategy
|
|
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: ForecastClientConfig) => {
|
|
|
37
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
38
|
logger: import("@smithy/types").Logger;
|
|
39
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
+
import("@smithy/types").HttpRequest,
|
|
42
|
+
import("@smithy/types").HttpResponse
|
|
43
|
+
>;
|
|
40
44
|
defaultsMode:
|
|
41
45
|
| import("@smithy/smithy-client").DefaultsMode
|
|
42
46
|
| import("@smithy/types").Provider<
|
|
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: ForecastClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ForecastHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
18
|
+
import("@smithy/types").HttpRequest,
|
|
19
|
+
import("@smithy/types").HttpResponse
|
|
20
|
+
>;
|
|
17
21
|
serviceId: string;
|
|
18
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
23
|
utf8Decoder: import("@smithy/types").Decoder;
|