@aws-sdk/client-timestream-query 3.927.0 → 3.928.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 +766 -824
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/TimestreamQueryClient.js +2 -0
- package/dist-es/commands/CancelQueryCommand.js +2 -6
- package/dist-es/commands/CreateScheduledQueryCommand.js +2 -7
- package/dist-es/commands/DeleteScheduledQueryCommand.js +2 -6
- package/dist-es/commands/DescribeAccountSettingsCommand.js +2 -6
- package/dist-es/commands/DescribeEndpointsCommand.js +3 -9
- package/dist-es/commands/DescribeScheduledQueryCommand.js +2 -7
- package/dist-es/commands/ExecuteScheduledQueryCommand.js +2 -7
- package/dist-es/commands/ListScheduledQueriesCommand.js +2 -6
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -6
- package/dist-es/commands/PrepareQueryCommand.js +2 -7
- package/dist-es/commands/QueryCommand.js +2 -7
- package/dist-es/commands/TagResourceCommand.js +2 -6
- package/dist-es/commands/UntagResourceCommand.js +2 -6
- package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -6
- package/dist-es/commands/UpdateScheduledQueryCommand.js +2 -6
- package/dist-es/models/models_0.js +0 -31
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +715 -0
- package/dist-types/TimestreamQueryClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -28
- 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 +115 -0
- package/dist-types/ts3.4/TimestreamQueryClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -19
- 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 +121 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_0.js +0 -693
- package/dist-types/protocols/Aws_json1_0.d.ts +0 -137
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -185
|
@@ -6,7 +6,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
6
6
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
7
7
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
8
8
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
9
|
-
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";
|
|
9
|
+
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";
|
|
10
10
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
11
11
|
import { CancelQueryCommandInput, CancelQueryCommandOutput } from "./commands/CancelQueryCommand";
|
|
12
12
|
import { CreateScheduledQueryCommandInput, CreateScheduledQueryCommandOutput } from "./commands/CreateScheduledQueryCommand";
|
|
@@ -157,6 +157,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
157
157
|
* Optional extensions
|
|
158
158
|
*/
|
|
159
159
|
extensions?: RuntimeExtension[];
|
|
160
|
+
/**
|
|
161
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
162
|
+
* may be overridden. A default will always be set by the client.
|
|
163
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
164
|
+
* the client.
|
|
165
|
+
* @alpha
|
|
166
|
+
*
|
|
167
|
+
*/
|
|
168
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
160
169
|
/**
|
|
161
170
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
162
171
|
*/
|
|
@@ -1955,31 +1955,3 @@ export interface PrepareQueryResponse {
|
|
|
1955
1955
|
*/
|
|
1956
1956
|
Parameters: ParameterMapping[] | undefined;
|
|
1957
1957
|
}
|
|
1958
|
-
/**
|
|
1959
|
-
* @internal
|
|
1960
|
-
*/
|
|
1961
|
-
export declare const CreateScheduledQueryRequestFilterSensitiveLog: (obj: CreateScheduledQueryRequest) => any;
|
|
1962
|
-
/**
|
|
1963
|
-
* @internal
|
|
1964
|
-
*/
|
|
1965
|
-
export declare const ScheduledQueryDescriptionFilterSensitiveLog: (obj: ScheduledQueryDescription) => any;
|
|
1966
|
-
/**
|
|
1967
|
-
* @internal
|
|
1968
|
-
*/
|
|
1969
|
-
export declare const DescribeScheduledQueryResponseFilterSensitiveLog: (obj: DescribeScheduledQueryResponse) => any;
|
|
1970
|
-
/**
|
|
1971
|
-
* @internal
|
|
1972
|
-
*/
|
|
1973
|
-
export declare const ExecuteScheduledQueryRequestFilterSensitiveLog: (obj: ExecuteScheduledQueryRequest) => any;
|
|
1974
|
-
/**
|
|
1975
|
-
* @internal
|
|
1976
|
-
*/
|
|
1977
|
-
export declare const PrepareQueryRequestFilterSensitiveLog: (obj: PrepareQueryRequest) => any;
|
|
1978
|
-
/**
|
|
1979
|
-
* @internal
|
|
1980
|
-
*/
|
|
1981
|
-
export declare const QueryRequestFilterSensitiveLog: (obj: QueryRequest) => any;
|
|
1982
|
-
/**
|
|
1983
|
-
* @internal
|
|
1984
|
-
*/
|
|
1985
|
-
export declare const PrepareQueryResponseFilterSensitiveLog: (obj: PrepareQueryResponse) => any;
|
|
@@ -30,6 +30,7 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
|
|
|
30
30
|
profile?: string;
|
|
31
31
|
logger: import("@smithy/types").Logger;
|
|
32
32
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
33
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
33
34
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
34
35
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -32,6 +32,7 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
|
|
|
32
32
|
profile?: string;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
36
37
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
37
38
|
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: TimestreamQueryClientConfig) =>
|
|
|
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
|
endpointDiscoveryEnabledProvider: import("@smithy/types").Provider<boolean | undefined>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").TimestreamQueryHttpAuthSchemeProvider;
|
|
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,115 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var ClientRequestToken: StaticSimpleSchema;
|
|
3
|
+
export declare var ClientToken: StaticSimpleSchema;
|
|
4
|
+
export declare var QueryString: StaticSimpleSchema;
|
|
5
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
6
|
+
export declare var AccountSettingsNotificationConfiguration: StaticStructureSchema;
|
|
7
|
+
export declare var CancelQueryRequest: StaticStructureSchema;
|
|
8
|
+
export declare var CancelQueryResponse: StaticStructureSchema;
|
|
9
|
+
export declare var ColumnInfo: StaticStructureSchema;
|
|
10
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
11
|
+
export declare var CreateScheduledQueryRequest: StaticStructureSchema;
|
|
12
|
+
export declare var CreateScheduledQueryResponse: StaticStructureSchema;
|
|
13
|
+
export declare var Datum: StaticStructureSchema;
|
|
14
|
+
export declare var DeleteScheduledQueryRequest: StaticStructureSchema;
|
|
15
|
+
export declare var DescribeAccountSettingsRequest: StaticStructureSchema;
|
|
16
|
+
export declare var DescribeAccountSettingsResponse: StaticStructureSchema;
|
|
17
|
+
export declare var DescribeEndpointsRequest: StaticStructureSchema;
|
|
18
|
+
export declare var DescribeEndpointsResponse: StaticStructureSchema;
|
|
19
|
+
export declare var DescribeScheduledQueryRequest: StaticStructureSchema;
|
|
20
|
+
export declare var DescribeScheduledQueryResponse: StaticStructureSchema;
|
|
21
|
+
export declare var DimensionMapping: StaticStructureSchema;
|
|
22
|
+
export declare var Endpoint: StaticStructureSchema;
|
|
23
|
+
export declare var ErrorReportConfiguration: StaticStructureSchema;
|
|
24
|
+
export declare var ErrorReportLocation: StaticStructureSchema;
|
|
25
|
+
export declare var ExecuteScheduledQueryRequest: StaticStructureSchema;
|
|
26
|
+
export declare var ExecutionStats: StaticStructureSchema;
|
|
27
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
28
|
+
export declare var InvalidEndpointException: StaticErrorSchema;
|
|
29
|
+
export declare var LastUpdate: StaticStructureSchema;
|
|
30
|
+
export declare var ListScheduledQueriesRequest: StaticStructureSchema;
|
|
31
|
+
export declare var ListScheduledQueriesResponse: StaticStructureSchema;
|
|
32
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
33
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
34
|
+
export declare var MixedMeasureMapping: StaticStructureSchema;
|
|
35
|
+
export declare var MultiMeasureAttributeMapping: StaticStructureSchema;
|
|
36
|
+
export declare var MultiMeasureMappings: StaticStructureSchema;
|
|
37
|
+
export declare var NotificationConfiguration: StaticStructureSchema;
|
|
38
|
+
export declare var ParameterMapping: StaticStructureSchema;
|
|
39
|
+
export declare var PrepareQueryRequest: StaticStructureSchema;
|
|
40
|
+
export declare var PrepareQueryResponse: StaticStructureSchema;
|
|
41
|
+
export declare var ProvisionedCapacityRequest: StaticStructureSchema;
|
|
42
|
+
export declare var ProvisionedCapacityResponse: StaticStructureSchema;
|
|
43
|
+
export declare var QueryComputeRequest: StaticStructureSchema;
|
|
44
|
+
export declare var QueryComputeResponse: StaticStructureSchema;
|
|
45
|
+
export declare var QueryExecutionException: StaticErrorSchema;
|
|
46
|
+
export declare var QueryInsights: StaticStructureSchema;
|
|
47
|
+
export declare var QueryInsightsResponse: StaticStructureSchema;
|
|
48
|
+
export declare var QueryRequest: StaticStructureSchema;
|
|
49
|
+
export declare var QueryResponse: StaticStructureSchema;
|
|
50
|
+
export declare var QuerySpatialCoverage: StaticStructureSchema;
|
|
51
|
+
export declare var QuerySpatialCoverageMax: StaticStructureSchema;
|
|
52
|
+
export declare var QueryStatus: StaticStructureSchema;
|
|
53
|
+
export declare var QueryTemporalRange: StaticStructureSchema;
|
|
54
|
+
export declare var QueryTemporalRangeMax: StaticStructureSchema;
|
|
55
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
56
|
+
export declare var Row: StaticStructureSchema;
|
|
57
|
+
export declare var S3Configuration: StaticStructureSchema;
|
|
58
|
+
export declare var S3ReportLocation: StaticStructureSchema;
|
|
59
|
+
export declare var ScheduleConfiguration: StaticStructureSchema;
|
|
60
|
+
export declare var ScheduledQuery: StaticStructureSchema;
|
|
61
|
+
export declare var ScheduledQueryDescription: StaticStructureSchema;
|
|
62
|
+
export declare var ScheduledQueryInsights: StaticStructureSchema;
|
|
63
|
+
export declare var ScheduledQueryInsightsResponse: StaticStructureSchema;
|
|
64
|
+
export declare var ScheduledQueryRunSummary: StaticStructureSchema;
|
|
65
|
+
export declare var SelectColumn: StaticStructureSchema;
|
|
66
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
67
|
+
export declare var SnsConfiguration: StaticStructureSchema;
|
|
68
|
+
export declare var Tag: StaticStructureSchema;
|
|
69
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
70
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
71
|
+
export declare var TargetConfiguration: StaticStructureSchema;
|
|
72
|
+
export declare var TargetDestination: StaticStructureSchema;
|
|
73
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
74
|
+
export declare var TimeSeriesDataPoint: StaticStructureSchema;
|
|
75
|
+
export declare var TimestreamConfiguration: StaticStructureSchema;
|
|
76
|
+
export declare var TimestreamDestination: StaticStructureSchema;
|
|
77
|
+
export declare var Type: StaticStructureSchema;
|
|
78
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
79
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
80
|
+
export declare var UpdateAccountSettingsRequest: StaticStructureSchema;
|
|
81
|
+
export declare var UpdateAccountSettingsResponse: StaticStructureSchema;
|
|
82
|
+
export declare var UpdateScheduledQueryRequest: StaticStructureSchema;
|
|
83
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
84
|
+
export declare var __Unit: "unit";
|
|
85
|
+
export declare var TimestreamQueryServiceException: StaticErrorSchema;
|
|
86
|
+
export declare var ColumnInfoList: StaticListSchema;
|
|
87
|
+
export declare var DatumList: StaticListSchema;
|
|
88
|
+
export declare var DimensionMappingList: StaticListSchema;
|
|
89
|
+
export declare var Endpoints: StaticListSchema;
|
|
90
|
+
export declare var MixedMeasureMappingList: StaticListSchema;
|
|
91
|
+
export declare var MultiMeasureAttributeMappingList: StaticListSchema;
|
|
92
|
+
export declare var ParameterMappingList: StaticListSchema;
|
|
93
|
+
export declare var PartitionKeyList: number;
|
|
94
|
+
export declare var RowList: StaticListSchema;
|
|
95
|
+
export declare var ScheduledQueryList: StaticListSchema;
|
|
96
|
+
export declare var ScheduledQueryRunSummaryList: StaticListSchema;
|
|
97
|
+
export declare var SelectColumnList: StaticListSchema;
|
|
98
|
+
export declare var TagKeyList: number;
|
|
99
|
+
export declare var TagList: StaticListSchema;
|
|
100
|
+
export declare var TimeSeriesDataPointList: StaticListSchema;
|
|
101
|
+
export declare var CancelQuery: StaticOperationSchema;
|
|
102
|
+
export declare var CreateScheduledQuery: StaticOperationSchema;
|
|
103
|
+
export declare var DeleteScheduledQuery: StaticOperationSchema;
|
|
104
|
+
export declare var DescribeAccountSettings: StaticOperationSchema;
|
|
105
|
+
export declare var DescribeEndpoints: StaticOperationSchema;
|
|
106
|
+
export declare var DescribeScheduledQuery: StaticOperationSchema;
|
|
107
|
+
export declare var ExecuteScheduledQuery: StaticOperationSchema;
|
|
108
|
+
export declare var ListScheduledQueries: StaticOperationSchema;
|
|
109
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
110
|
+
export declare var PrepareQuery: StaticOperationSchema;
|
|
111
|
+
export declare var Query: StaticOperationSchema;
|
|
112
|
+
export declare var TagResource: StaticOperationSchema;
|
|
113
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
114
|
+
export declare var UpdateAccountSettings: StaticOperationSchema;
|
|
115
|
+
export declare var UpdateScheduledQuery: StaticOperationSchema;
|
|
@@ -34,10 +34,13 @@ import {
|
|
|
34
34
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
35
35
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
36
36
|
ChecksumConstructor as __ChecksumConstructor,
|
|
37
|
+
ClientProtocol,
|
|
37
38
|
Decoder as __Decoder,
|
|
38
39
|
Encoder as __Encoder,
|
|
39
40
|
HashConstructor as __HashConstructor,
|
|
40
41
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
42
|
+
HttpRequest,
|
|
43
|
+
HttpResponse,
|
|
41
44
|
Logger as __Logger,
|
|
42
45
|
Provider as __Provider,
|
|
43
46
|
Provider,
|
|
@@ -169,6 +172,7 @@ export interface ClientDefaults
|
|
|
169
172
|
retryMode?: string | __Provider<string>;
|
|
170
173
|
logger?: __Logger;
|
|
171
174
|
extensions?: RuntimeExtension[];
|
|
175
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
172
176
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
173
177
|
endpointDiscoveryEnabledProvider?: __Provider<boolean | undefined>;
|
|
174
178
|
}
|
|
@@ -493,22 +493,3 @@ export interface PrepareQueryResponse {
|
|
|
493
493
|
Columns: SelectColumn[] | undefined;
|
|
494
494
|
Parameters: ParameterMapping[] | undefined;
|
|
495
495
|
}
|
|
496
|
-
export declare const CreateScheduledQueryRequestFilterSensitiveLog: (
|
|
497
|
-
obj: CreateScheduledQueryRequest
|
|
498
|
-
) => any;
|
|
499
|
-
export declare const ScheduledQueryDescriptionFilterSensitiveLog: (
|
|
500
|
-
obj: ScheduledQueryDescription
|
|
501
|
-
) => any;
|
|
502
|
-
export declare const DescribeScheduledQueryResponseFilterSensitiveLog: (
|
|
503
|
-
obj: DescribeScheduledQueryResponse
|
|
504
|
-
) => any;
|
|
505
|
-
export declare const ExecuteScheduledQueryRequestFilterSensitiveLog: (
|
|
506
|
-
obj: ExecuteScheduledQueryRequest
|
|
507
|
-
) => any;
|
|
508
|
-
export declare const PrepareQueryRequestFilterSensitiveLog: (
|
|
509
|
-
obj: PrepareQueryRequest
|
|
510
|
-
) => any;
|
|
511
|
-
export declare const QueryRequestFilterSensitiveLog: (obj: QueryRequest) => any;
|
|
512
|
-
export declare const PrepareQueryResponseFilterSensitiveLog: (
|
|
513
|
-
obj: PrepareQueryResponse
|
|
514
|
-
) => any;
|
|
@@ -43,6 +43,10 @@ export declare const getRuntimeConfig: (
|
|
|
43
43
|
profile?: string;
|
|
44
44
|
logger: import("@smithy/types").Logger;
|
|
45
45
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
46
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
47
|
+
import("@smithy/types").HttpRequest,
|
|
48
|
+
import("@smithy/types").HttpResponse
|
|
49
|
+
>;
|
|
46
50
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
47
51
|
userAgentAppId?:
|
|
48
52
|
| string
|
|
@@ -43,6 +43,10 @@ export declare const getRuntimeConfig: (
|
|
|
43
43
|
profile?: string;
|
|
44
44
|
logger: import("@smithy/types").Logger;
|
|
45
45
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
46
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
47
|
+
import("@smithy/types").HttpRequest,
|
|
48
|
+
import("@smithy/types").HttpResponse
|
|
49
|
+
>;
|
|
46
50
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
47
51
|
retryStrategy?:
|
|
48
52
|
| import("@smithy/types").RetryStrategy
|
|
@@ -39,6 +39,10 @@ export declare const getRuntimeConfig: (
|
|
|
39
39
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
40
40
|
logger: import("@smithy/types").Logger;
|
|
41
41
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
+
import("@smithy/types").HttpRequest,
|
|
44
|
+
import("@smithy/types").HttpResponse
|
|
45
|
+
>;
|
|
42
46
|
defaultsMode:
|
|
43
47
|
| import("@smithy/smithy-client").DefaultsMode
|
|
44
48
|
| import("@smithy/types").Provider<
|
|
@@ -16,6 +16,10 @@ export declare const getRuntimeConfig: (
|
|
|
16
16
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").TimestreamQueryHttpAuthSchemeProvider;
|
|
17
17
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
18
18
|
logger: import("@smithy/types").Logger;
|
|
19
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
20
|
+
import("@smithy/types").HttpRequest,
|
|
21
|
+
import("@smithy/types").HttpResponse
|
|
22
|
+
>;
|
|
19
23
|
serviceId: string;
|
|
20
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
21
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticOperationSchema,
|
|
5
|
+
StaticSimpleSchema,
|
|
6
|
+
StaticStructureSchema,
|
|
7
|
+
} from "@smithy/types";
|
|
8
|
+
export declare var ClientRequestToken: StaticSimpleSchema;
|
|
9
|
+
export declare var ClientToken: StaticSimpleSchema;
|
|
10
|
+
export declare var QueryString: StaticSimpleSchema;
|
|
11
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
12
|
+
export declare var AccountSettingsNotificationConfiguration: StaticStructureSchema;
|
|
13
|
+
export declare var CancelQueryRequest: StaticStructureSchema;
|
|
14
|
+
export declare var CancelQueryResponse: StaticStructureSchema;
|
|
15
|
+
export declare var ColumnInfo: StaticStructureSchema;
|
|
16
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
17
|
+
export declare var CreateScheduledQueryRequest: StaticStructureSchema;
|
|
18
|
+
export declare var CreateScheduledQueryResponse: StaticStructureSchema;
|
|
19
|
+
export declare var Datum: StaticStructureSchema;
|
|
20
|
+
export declare var DeleteScheduledQueryRequest: StaticStructureSchema;
|
|
21
|
+
export declare var DescribeAccountSettingsRequest: StaticStructureSchema;
|
|
22
|
+
export declare var DescribeAccountSettingsResponse: StaticStructureSchema;
|
|
23
|
+
export declare var DescribeEndpointsRequest: StaticStructureSchema;
|
|
24
|
+
export declare var DescribeEndpointsResponse: StaticStructureSchema;
|
|
25
|
+
export declare var DescribeScheduledQueryRequest: StaticStructureSchema;
|
|
26
|
+
export declare var DescribeScheduledQueryResponse: StaticStructureSchema;
|
|
27
|
+
export declare var DimensionMapping: StaticStructureSchema;
|
|
28
|
+
export declare var Endpoint: StaticStructureSchema;
|
|
29
|
+
export declare var ErrorReportConfiguration: StaticStructureSchema;
|
|
30
|
+
export declare var ErrorReportLocation: StaticStructureSchema;
|
|
31
|
+
export declare var ExecuteScheduledQueryRequest: StaticStructureSchema;
|
|
32
|
+
export declare var ExecutionStats: StaticStructureSchema;
|
|
33
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
34
|
+
export declare var InvalidEndpointException: StaticErrorSchema;
|
|
35
|
+
export declare var LastUpdate: StaticStructureSchema;
|
|
36
|
+
export declare var ListScheduledQueriesRequest: StaticStructureSchema;
|
|
37
|
+
export declare var ListScheduledQueriesResponse: StaticStructureSchema;
|
|
38
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
39
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
40
|
+
export declare var MixedMeasureMapping: StaticStructureSchema;
|
|
41
|
+
export declare var MultiMeasureAttributeMapping: StaticStructureSchema;
|
|
42
|
+
export declare var MultiMeasureMappings: StaticStructureSchema;
|
|
43
|
+
export declare var NotificationConfiguration: StaticStructureSchema;
|
|
44
|
+
export declare var ParameterMapping: StaticStructureSchema;
|
|
45
|
+
export declare var PrepareQueryRequest: StaticStructureSchema;
|
|
46
|
+
export declare var PrepareQueryResponse: StaticStructureSchema;
|
|
47
|
+
export declare var ProvisionedCapacityRequest: StaticStructureSchema;
|
|
48
|
+
export declare var ProvisionedCapacityResponse: StaticStructureSchema;
|
|
49
|
+
export declare var QueryComputeRequest: StaticStructureSchema;
|
|
50
|
+
export declare var QueryComputeResponse: StaticStructureSchema;
|
|
51
|
+
export declare var QueryExecutionException: StaticErrorSchema;
|
|
52
|
+
export declare var QueryInsights: StaticStructureSchema;
|
|
53
|
+
export declare var QueryInsightsResponse: StaticStructureSchema;
|
|
54
|
+
export declare var QueryRequest: StaticStructureSchema;
|
|
55
|
+
export declare var QueryResponse: StaticStructureSchema;
|
|
56
|
+
export declare var QuerySpatialCoverage: StaticStructureSchema;
|
|
57
|
+
export declare var QuerySpatialCoverageMax: StaticStructureSchema;
|
|
58
|
+
export declare var QueryStatus: StaticStructureSchema;
|
|
59
|
+
export declare var QueryTemporalRange: StaticStructureSchema;
|
|
60
|
+
export declare var QueryTemporalRangeMax: StaticStructureSchema;
|
|
61
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
62
|
+
export declare var Row: StaticStructureSchema;
|
|
63
|
+
export declare var S3Configuration: StaticStructureSchema;
|
|
64
|
+
export declare var S3ReportLocation: StaticStructureSchema;
|
|
65
|
+
export declare var ScheduleConfiguration: StaticStructureSchema;
|
|
66
|
+
export declare var ScheduledQuery: StaticStructureSchema;
|
|
67
|
+
export declare var ScheduledQueryDescription: StaticStructureSchema;
|
|
68
|
+
export declare var ScheduledQueryInsights: StaticStructureSchema;
|
|
69
|
+
export declare var ScheduledQueryInsightsResponse: StaticStructureSchema;
|
|
70
|
+
export declare var ScheduledQueryRunSummary: StaticStructureSchema;
|
|
71
|
+
export declare var SelectColumn: StaticStructureSchema;
|
|
72
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
73
|
+
export declare var SnsConfiguration: StaticStructureSchema;
|
|
74
|
+
export declare var Tag: StaticStructureSchema;
|
|
75
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
76
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
77
|
+
export declare var TargetConfiguration: StaticStructureSchema;
|
|
78
|
+
export declare var TargetDestination: StaticStructureSchema;
|
|
79
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
80
|
+
export declare var TimeSeriesDataPoint: StaticStructureSchema;
|
|
81
|
+
export declare var TimestreamConfiguration: StaticStructureSchema;
|
|
82
|
+
export declare var TimestreamDestination: StaticStructureSchema;
|
|
83
|
+
export declare var Type: StaticStructureSchema;
|
|
84
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
85
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
86
|
+
export declare var UpdateAccountSettingsRequest: StaticStructureSchema;
|
|
87
|
+
export declare var UpdateAccountSettingsResponse: StaticStructureSchema;
|
|
88
|
+
export declare var UpdateScheduledQueryRequest: StaticStructureSchema;
|
|
89
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
90
|
+
export declare var __Unit: "unit";
|
|
91
|
+
export declare var TimestreamQueryServiceException: StaticErrorSchema;
|
|
92
|
+
export declare var ColumnInfoList: StaticListSchema;
|
|
93
|
+
export declare var DatumList: StaticListSchema;
|
|
94
|
+
export declare var DimensionMappingList: StaticListSchema;
|
|
95
|
+
export declare var Endpoints: StaticListSchema;
|
|
96
|
+
export declare var MixedMeasureMappingList: StaticListSchema;
|
|
97
|
+
export declare var MultiMeasureAttributeMappingList: StaticListSchema;
|
|
98
|
+
export declare var ParameterMappingList: StaticListSchema;
|
|
99
|
+
export declare var PartitionKeyList: number;
|
|
100
|
+
export declare var RowList: StaticListSchema;
|
|
101
|
+
export declare var ScheduledQueryList: StaticListSchema;
|
|
102
|
+
export declare var ScheduledQueryRunSummaryList: StaticListSchema;
|
|
103
|
+
export declare var SelectColumnList: StaticListSchema;
|
|
104
|
+
export declare var TagKeyList: number;
|
|
105
|
+
export declare var TagList: StaticListSchema;
|
|
106
|
+
export declare var TimeSeriesDataPointList: StaticListSchema;
|
|
107
|
+
export declare var CancelQuery: StaticOperationSchema;
|
|
108
|
+
export declare var CreateScheduledQuery: StaticOperationSchema;
|
|
109
|
+
export declare var DeleteScheduledQuery: StaticOperationSchema;
|
|
110
|
+
export declare var DescribeAccountSettings: StaticOperationSchema;
|
|
111
|
+
export declare var DescribeEndpoints: StaticOperationSchema;
|
|
112
|
+
export declare var DescribeScheduledQuery: StaticOperationSchema;
|
|
113
|
+
export declare var ExecuteScheduledQuery: StaticOperationSchema;
|
|
114
|
+
export declare var ListScheduledQueries: StaticOperationSchema;
|
|
115
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
116
|
+
export declare var PrepareQuery: StaticOperationSchema;
|
|
117
|
+
export declare var Query: StaticOperationSchema;
|
|
118
|
+
export declare var TagResource: StaticOperationSchema;
|
|
119
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
120
|
+
export declare var UpdateAccountSettings: StaticOperationSchema;
|
|
121
|
+
export declare var UpdateScheduledQuery: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-timestream-query",
|
|
3
3
|
"description": "AWS SDK for JavaScript Timestream Query Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.928.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-timestream-query",
|
|
@@ -20,18 +20,18 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.928.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.928.0",
|
|
25
25
|
"@aws-sdk/middleware-endpoint-discovery": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.928.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.925.0",
|
|
31
31
|
"@aws-sdk/types": "3.922.0",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.922.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.922.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.928.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.2",
|
|
36
36
|
"@smithy/core": "^3.17.2",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.5",
|
|
@@ -57,7 +57,6 @@
|
|
|
57
57
|
"@smithy/util-middleware": "^4.2.4",
|
|
58
58
|
"@smithy/util-retry": "^4.2.4",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.0",
|
|
60
|
-
"@smithy/uuid": "^1.1.0",
|
|
61
60
|
"tslib": "^2.6.2"
|
|
62
61
|
},
|
|
63
62
|
"devDependencies": {
|