@aws-sdk/client-timestream-query 3.952.0 → 3.954.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 (35) hide show
  1. package/dist-cjs/index.js +326 -210
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/CancelQueryCommand.js +2 -2
  4. package/dist-es/commands/CreateScheduledQueryCommand.js +2 -2
  5. package/dist-es/commands/DeleteScheduledQueryCommand.js +2 -2
  6. package/dist-es/commands/DescribeAccountSettingsCommand.js +2 -2
  7. package/dist-es/commands/DescribeEndpointsCommand.js +2 -2
  8. package/dist-es/commands/DescribeScheduledQueryCommand.js +2 -2
  9. package/dist-es/commands/ExecuteScheduledQueryCommand.js +2 -2
  10. package/dist-es/commands/ListScheduledQueriesCommand.js +2 -2
  11. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  12. package/dist-es/commands/PrepareQueryCommand.js +2 -2
  13. package/dist-es/commands/QueryCommand.js +2 -2
  14. package/dist-es/commands/TagResourceCommand.js +2 -2
  15. package/dist-es/commands/UntagResourceCommand.js +2 -2
  16. package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -2
  17. package/dist-es/commands/UpdateScheduledQueryCommand.js +2 -2
  18. package/dist-es/index.js +1 -0
  19. package/dist-es/runtimeConfig.shared.js +6 -6
  20. package/dist-es/schemas/schemas_0.js +198 -177
  21. package/dist-types/TimestreamQueryClient.d.ts +1 -10
  22. package/dist-types/index.d.ts +1 -0
  23. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  24. package/dist-types/runtimeConfig.d.ts +6 -2
  25. package/dist-types/runtimeConfig.native.d.ts +6 -2
  26. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  27. package/dist-types/schemas/schemas_0.d.ts +96 -115
  28. package/dist-types/ts3.4/TimestreamQueryClient.d.ts +0 -4
  29. package/dist-types/ts3.4/index.d.ts +1 -0
  30. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  31. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  32. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  33. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  34. package/dist-types/ts3.4/schemas/schemas_0.d.ts +95 -116
  35. package/package.json +35 -35
@@ -18,8 +18,13 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
18
18
  streamCollector: import("@smithy/types").StreamCollector;
19
19
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
20
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
21
- apiVersion: string;
22
21
  cacheMiddleware?: boolean | undefined;
22
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
23
+ protocolSettings: {
24
+ defaultNamespace?: string;
25
+ [setting: string]: unknown;
26
+ };
27
+ apiVersion: string;
23
28
  urlParser: import("@smithy/types").UrlParser;
24
29
  base64Decoder: import("@smithy/types").Decoder;
25
30
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -30,7 +35,6 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
30
35
  profile?: string;
31
36
  logger: import("@smithy/types").Logger;
32
37
  extensions: import("./runtimeExtensions").RuntimeExtension[];
33
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
38
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
39
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
36
40
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -20,8 +20,13 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
20
20
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
23
- apiVersion: string;
24
23
  cacheMiddleware?: boolean | undefined;
24
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
25
+ protocolSettings: {
26
+ defaultNamespace?: string;
27
+ [setting: string]: unknown;
28
+ };
29
+ apiVersion: string;
25
30
  urlParser: import("@smithy/types").UrlParser;
26
31
  base64Decoder: import("@smithy/types").Decoder;
27
32
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -32,7 +37,6 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
32
37
  profile?: string;
33
38
  logger: import("@smithy/types").Logger;
34
39
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
36
40
  customUserAgent?: string | import("@smithy/types").UserAgent;
37
41
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
38
42
  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;
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
- apiVersion: string;
10
9
  cacheMiddleware?: boolean;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
11
+ protocolSettings: {
12
+ defaultNamespace?: string;
13
+ [setting: string]: unknown;
14
+ };
15
+ apiVersion: string;
11
16
  urlParser: import("@smithy/types").UrlParser;
12
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
27
32
  retryMode: string | import("@smithy/types").Provider<string>;
28
33
  logger: import("@smithy/types").Logger;
29
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
31
35
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
32
36
  endpointDiscoveryEnabledProvider: import("@smithy/types").Provider<boolean | undefined>;
33
37
  customUserAgent?: string | import("@smithy/types").UserAgent;
@@ -1,3 +1,4 @@
1
+ import { AwsJson1_0Protocol } from "@aws-sdk/core/protocols";
1
2
  import type { TimestreamQueryClientConfig } from "./TimestreamQueryClient";
2
3
  /**
3
4
  * @internal
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: TimestreamQueryClientConfig) =>
14
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").TimestreamQueryHttpAuthSchemeProvider;
15
16
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
17
  logger: import("@smithy/types").Logger;
17
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
18
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsJson1_0Protocol;
19
+ protocolSettings: {
20
+ [setting: string]: unknown;
21
+ defaultNamespace?: string;
22
+ };
18
23
  serviceId: string;
19
24
  urlParser: import("@smithy/types").UrlParser;
20
25
  utf8Decoder: import("@smithy/types").Decoder;
@@ -1,115 +1,96 @@
1
- import type { 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;
1
+ import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var AccessDeniedException$: StaticErrorSchema;
3
+ export declare var AccountSettingsNotificationConfiguration$: StaticStructureSchema;
4
+ export declare var CancelQueryRequest$: StaticStructureSchema;
5
+ export declare var CancelQueryResponse$: StaticStructureSchema;
6
+ export declare var ColumnInfo$: StaticStructureSchema;
7
+ export declare var ConflictException$: StaticErrorSchema;
8
+ export declare var CreateScheduledQueryRequest$: StaticStructureSchema;
9
+ export declare var CreateScheduledQueryResponse$: StaticStructureSchema;
10
+ export declare var Datum$: StaticStructureSchema;
11
+ export declare var DeleteScheduledQueryRequest$: StaticStructureSchema;
12
+ export declare var DescribeAccountSettingsRequest$: StaticStructureSchema;
13
+ export declare var DescribeAccountSettingsResponse$: StaticStructureSchema;
14
+ export declare var DescribeEndpointsRequest$: StaticStructureSchema;
15
+ export declare var DescribeEndpointsResponse$: StaticStructureSchema;
16
+ export declare var DescribeScheduledQueryRequest$: StaticStructureSchema;
17
+ export declare var DescribeScheduledQueryResponse$: StaticStructureSchema;
18
+ export declare var DimensionMapping$: StaticStructureSchema;
19
+ export declare var Endpoint$: StaticStructureSchema;
20
+ export declare var ErrorReportConfiguration$: StaticStructureSchema;
21
+ export declare var ErrorReportLocation$: StaticStructureSchema;
22
+ export declare var ExecuteScheduledQueryRequest$: StaticStructureSchema;
23
+ export declare var ExecutionStats$: StaticStructureSchema;
24
+ export declare var InternalServerException$: StaticErrorSchema;
25
+ export declare var InvalidEndpointException$: StaticErrorSchema;
26
+ export declare var LastUpdate$: StaticStructureSchema;
27
+ export declare var ListScheduledQueriesRequest$: StaticStructureSchema;
28
+ export declare var ListScheduledQueriesResponse$: StaticStructureSchema;
29
+ export declare var ListTagsForResourceRequest$: StaticStructureSchema;
30
+ export declare var ListTagsForResourceResponse$: StaticStructureSchema;
31
+ export declare var MixedMeasureMapping$: StaticStructureSchema;
32
+ export declare var MultiMeasureAttributeMapping$: StaticStructureSchema;
33
+ export declare var MultiMeasureMappings$: StaticStructureSchema;
34
+ export declare var NotificationConfiguration$: StaticStructureSchema;
35
+ export declare var ParameterMapping$: StaticStructureSchema;
36
+ export declare var PrepareQueryRequest$: StaticStructureSchema;
37
+ export declare var PrepareQueryResponse$: StaticStructureSchema;
38
+ export declare var ProvisionedCapacityRequest$: StaticStructureSchema;
39
+ export declare var ProvisionedCapacityResponse$: StaticStructureSchema;
40
+ export declare var QueryComputeRequest$: StaticStructureSchema;
41
+ export declare var QueryComputeResponse$: StaticStructureSchema;
42
+ export declare var QueryExecutionException$: StaticErrorSchema;
43
+ export declare var QueryInsights$: StaticStructureSchema;
44
+ export declare var QueryInsightsResponse$: StaticStructureSchema;
45
+ export declare var QueryRequest$: StaticStructureSchema;
46
+ export declare var QueryResponse$: StaticStructureSchema;
47
+ export declare var QuerySpatialCoverage$: StaticStructureSchema;
48
+ export declare var QuerySpatialCoverageMax$: StaticStructureSchema;
49
+ export declare var QueryStatus$: StaticStructureSchema;
50
+ export declare var QueryTemporalRange$: StaticStructureSchema;
51
+ export declare var QueryTemporalRangeMax$: StaticStructureSchema;
52
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
53
+ export declare var Row$: StaticStructureSchema;
54
+ export declare var S3Configuration$: StaticStructureSchema;
55
+ export declare var S3ReportLocation$: StaticStructureSchema;
56
+ export declare var ScheduleConfiguration$: StaticStructureSchema;
57
+ export declare var ScheduledQuery$: StaticStructureSchema;
58
+ export declare var ScheduledQueryDescription$: StaticStructureSchema;
59
+ export declare var ScheduledQueryInsights$: StaticStructureSchema;
60
+ export declare var ScheduledQueryInsightsResponse$: StaticStructureSchema;
61
+ export declare var ScheduledQueryRunSummary$: StaticStructureSchema;
62
+ export declare var SelectColumn$: StaticStructureSchema;
63
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
64
+ export declare var SnsConfiguration$: StaticStructureSchema;
65
+ export declare var Tag$: StaticStructureSchema;
66
+ export declare var TagResourceRequest$: StaticStructureSchema;
67
+ export declare var TagResourceResponse$: StaticStructureSchema;
68
+ export declare var TargetConfiguration$: StaticStructureSchema;
69
+ export declare var TargetDestination$: StaticStructureSchema;
70
+ export declare var ThrottlingException$: StaticErrorSchema;
71
+ export declare var TimeSeriesDataPoint$: StaticStructureSchema;
72
+ export declare var TimestreamConfiguration$: StaticStructureSchema;
73
+ export declare var TimestreamDestination$: StaticStructureSchema;
74
+ export declare var Type$: StaticStructureSchema;
75
+ export declare var UntagResourceRequest$: StaticStructureSchema;
76
+ export declare var UntagResourceResponse$: StaticStructureSchema;
77
+ export declare var UpdateAccountSettingsRequest$: StaticStructureSchema;
78
+ export declare var UpdateAccountSettingsResponse$: StaticStructureSchema;
79
+ export declare var UpdateScheduledQueryRequest$: StaticStructureSchema;
80
+ export declare var ValidationException$: StaticErrorSchema;
81
+ export declare var TimestreamQueryServiceException$: StaticErrorSchema;
82
+ export declare var CancelQuery$: StaticOperationSchema;
83
+ export declare var CreateScheduledQuery$: StaticOperationSchema;
84
+ export declare var DeleteScheduledQuery$: StaticOperationSchema;
85
+ export declare var DescribeAccountSettings$: StaticOperationSchema;
86
+ export declare var DescribeEndpoints$: StaticOperationSchema;
87
+ export declare var DescribeScheduledQuery$: StaticOperationSchema;
88
+ export declare var ExecuteScheduledQuery$: StaticOperationSchema;
89
+ export declare var ListScheduledQueries$: StaticOperationSchema;
90
+ export declare var ListTagsForResource$: StaticOperationSchema;
91
+ export declare var PrepareQuery$: StaticOperationSchema;
92
+ export declare var Query$: StaticOperationSchema;
93
+ export declare var TagResource$: StaticOperationSchema;
94
+ export declare var UntagResource$: StaticOperationSchema;
95
+ export declare var UpdateAccountSettings$: StaticOperationSchema;
96
+ export declare var UpdateScheduledQuery$: StaticOperationSchema;
@@ -33,13 +33,10 @@ import {
33
33
  BodyLengthCalculator as __BodyLengthCalculator,
34
34
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
35
35
  ChecksumConstructor as __ChecksumConstructor,
36
- ClientProtocol,
37
36
  Decoder as __Decoder,
38
37
  Encoder as __Encoder,
39
38
  HashConstructor as __HashConstructor,
40
39
  HttpHandlerOptions as __HttpHandlerOptions,
41
- HttpRequest,
42
- HttpResponse,
43
40
  Logger as __Logger,
44
41
  StreamCollector as __StreamCollector,
45
42
  UrlParser as __UrlParser,
@@ -172,7 +169,6 @@ export interface ClientDefaults
172
169
  retryMode?: string | __Provider<string>;
173
170
  logger?: __Logger;
174
171
  extensions?: RuntimeExtension[];
175
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
176
172
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
177
173
  endpointDiscoveryEnabledProvider?: __Provider<boolean | undefined>;
178
174
  }
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { TimestreamQueryExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export * from "./schemas/schemas_0";
7
8
  export * from "./pagination";
8
9
  export * from "./models/enums";
9
10
  export * from "./models/errors";
@@ -31,8 +31,16 @@ export declare const getRuntimeConfig: (
31
31
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
32
32
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
33
33
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
34
- apiVersion: string;
35
34
  cacheMiddleware?: boolean | undefined;
35
+ protocol:
36
+ | import("@smithy/types").ClientProtocol<any, any>
37
+ | import("@smithy/types").ClientProtocolCtor<any, any>
38
+ | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
39
+ protocolSettings: {
40
+ defaultNamespace?: string;
41
+ [setting: string]: unknown;
42
+ };
43
+ apiVersion: string;
36
44
  urlParser: import("@smithy/types").UrlParser;
37
45
  base64Decoder: import("@smithy/types").Decoder;
38
46
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -43,10 +51,6 @@ export declare const getRuntimeConfig: (
43
51
  profile?: string;
44
52
  logger: import("@smithy/types").Logger;
45
53
  extensions: import("./runtimeExtensions").RuntimeExtension[];
46
- protocol: import("@smithy/types").ClientProtocol<
47
- import("@smithy/types").HttpRequest,
48
- import("@smithy/types").HttpResponse
49
- >;
50
54
  customUserAgent?: string | import("@smithy/types").UserAgent;
51
55
  userAgentAppId?:
52
56
  | string
@@ -31,8 +31,16 @@ export declare const getRuntimeConfig: (
31
31
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
32
32
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
33
33
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
34
- apiVersion: string;
35
34
  cacheMiddleware?: boolean | undefined;
35
+ protocol:
36
+ | import("@smithy/types").ClientProtocol<any, any>
37
+ | import("@smithy/types").ClientProtocolCtor<any, any>
38
+ | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
39
+ protocolSettings: {
40
+ defaultNamespace?: string;
41
+ [setting: string]: unknown;
42
+ };
43
+ apiVersion: string;
36
44
  urlParser: import("@smithy/types").UrlParser;
37
45
  base64Decoder: import("@smithy/types").Decoder;
38
46
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -43,10 +51,6 @@ export declare const getRuntimeConfig: (
43
51
  profile?: string;
44
52
  logger: import("@smithy/types").Logger;
45
53
  extensions: import("./runtimeExtensions").RuntimeExtension[];
46
- protocol: import("@smithy/types").ClientProtocol<
47
- import("@smithy/types").HttpRequest,
48
- import("@smithy/types").HttpResponse
49
- >;
50
54
  customUserAgent?: string | import("@smithy/types").UserAgent;
51
55
  retryStrategy?:
52
56
  | import("@smithy/types").RetryStrategy
@@ -10,8 +10,16 @@ export declare const getRuntimeConfig: (
10
10
  | Record<string, unknown>
11
11
  | import("@smithy/protocol-http").HttpHandler<any>
12
12
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
13
- apiVersion: string;
14
13
  cacheMiddleware?: boolean;
14
+ protocol:
15
+ | import("@smithy/types").ClientProtocol<any, any>
16
+ | import("@smithy/types").ClientProtocolCtor<any, any>
17
+ | typeof import("@aws-sdk/core").AwsJson1_0Protocol;
18
+ protocolSettings: {
19
+ defaultNamespace?: string;
20
+ [setting: string]: unknown;
21
+ };
22
+ apiVersion: string;
15
23
  urlParser: import("@smithy/types").UrlParser;
16
24
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
17
25
  streamCollector: import("@smithy/types").StreamCollector;
@@ -39,10 +47,6 @@ export declare const getRuntimeConfig: (
39
47
  retryMode: string | import("@smithy/types").Provider<string>;
40
48
  logger: import("@smithy/types").Logger;
41
49
  extensions: import("./runtimeExtensions").RuntimeExtension[];
42
- protocol: import("@smithy/types").ClientProtocol<
43
- import("@smithy/types").HttpRequest,
44
- import("@smithy/types").HttpResponse
45
- >;
46
50
  defaultsMode:
47
51
  | import("@smithy/smithy-client").DefaultsMode
48
52
  | import("@smithy/types").Provider<
@@ -1,3 +1,4 @@
1
+ import { AwsJson1_0Protocol } from "@aws-sdk/core/protocols";
1
2
  import { TimestreamQueryClientConfig } from "./TimestreamQueryClient";
2
3
  export declare const getRuntimeConfig: (
3
4
  config: TimestreamQueryClientConfig
@@ -16,10 +17,14 @@ export declare const getRuntimeConfig: (
16
17
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").TimestreamQueryHttpAuthSchemeProvider;
17
18
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
18
19
  logger: import("@smithy/types").Logger;
19
- protocol: import("@smithy/types").ClientProtocol<
20
- import("@smithy/types").HttpRequest,
21
- import("@smithy/types").HttpResponse
22
- >;
20
+ protocol:
21
+ | import("@smithy/types").ClientProtocol<any, any>
22
+ | import("@smithy/types").ClientProtocolCtor<any, any>
23
+ | typeof AwsJson1_0Protocol;
24
+ protocolSettings: {
25
+ [setting: string]: unknown;
26
+ defaultNamespace?: string;
27
+ };
23
28
  serviceId: string;
24
29
  urlParser: import("@smithy/types").UrlParser;
25
30
  utf8Decoder: import("@smithy/types").Decoder;