@aws-sdk/client-timestream-query 3.362.0 → 3.369.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 (99) hide show
  1. package/dist-cjs/TimestreamQuery.js +1 -1
  2. package/dist-cjs/TimestreamQueryClient.js +5 -5
  3. package/dist-cjs/commands/CancelQueryCommand.js +3 -3
  4. package/dist-cjs/commands/CreateScheduledQueryCommand.js +3 -3
  5. package/dist-cjs/commands/DeleteScheduledQueryCommand.js +3 -3
  6. package/dist-cjs/commands/DescribeEndpointsCommand.js +3 -3
  7. package/dist-cjs/commands/DescribeScheduledQueryCommand.js +3 -3
  8. package/dist-cjs/commands/ExecuteScheduledQueryCommand.js +3 -3
  9. package/dist-cjs/commands/ListScheduledQueriesCommand.js +3 -3
  10. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  11. package/dist-cjs/commands/PrepareQueryCommand.js +3 -3
  12. package/dist-cjs/commands/QueryCommand.js +3 -3
  13. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  14. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  15. package/dist-cjs/commands/UpdateScheduledQueryCommand.js +3 -3
  16. package/dist-cjs/models/TimestreamQueryServiceException.js +1 -1
  17. package/dist-cjs/models/models_0.js +1 -1
  18. package/dist-cjs/protocols/Aws_json1_0.js +1 -1
  19. package/dist-cjs/runtimeConfig.browser.js +7 -7
  20. package/dist-cjs/runtimeConfig.js +10 -10
  21. package/dist-cjs/runtimeConfig.shared.js +4 -4
  22. package/dist-es/TimestreamQuery.js +1 -1
  23. package/dist-es/TimestreamQueryClient.js +5 -5
  24. package/dist-es/commands/CancelQueryCommand.js +3 -3
  25. package/dist-es/commands/CreateScheduledQueryCommand.js +3 -3
  26. package/dist-es/commands/DeleteScheduledQueryCommand.js +3 -3
  27. package/dist-es/commands/DescribeEndpointsCommand.js +3 -3
  28. package/dist-es/commands/DescribeScheduledQueryCommand.js +3 -3
  29. package/dist-es/commands/ExecuteScheduledQueryCommand.js +3 -3
  30. package/dist-es/commands/ListScheduledQueriesCommand.js +3 -3
  31. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  32. package/dist-es/commands/PrepareQueryCommand.js +3 -3
  33. package/dist-es/commands/QueryCommand.js +3 -3
  34. package/dist-es/commands/TagResourceCommand.js +3 -3
  35. package/dist-es/commands/UntagResourceCommand.js +3 -3
  36. package/dist-es/commands/UpdateScheduledQueryCommand.js +3 -3
  37. package/dist-es/models/TimestreamQueryServiceException.js +1 -1
  38. package/dist-es/models/models_0.js +1 -1
  39. package/dist-es/protocols/Aws_json1_0.js +1 -1
  40. package/dist-es/runtimeConfig.browser.js +7 -7
  41. package/dist-es/runtimeConfig.js +10 -10
  42. package/dist-es/runtimeConfig.shared.js +4 -4
  43. package/dist-types/TimestreamQuery.d.ts +1 -1
  44. package/dist-types/TimestreamQueryClient.d.ts +8 -8
  45. package/dist-types/commands/CancelQueryCommand.d.ts +3 -3
  46. package/dist-types/commands/CreateScheduledQueryCommand.d.ts +3 -3
  47. package/dist-types/commands/DeleteScheduledQueryCommand.d.ts +3 -3
  48. package/dist-types/commands/DescribeEndpointsCommand.d.ts +3 -3
  49. package/dist-types/commands/DescribeScheduledQueryCommand.d.ts +3 -3
  50. package/dist-types/commands/ExecuteScheduledQueryCommand.d.ts +3 -3
  51. package/dist-types/commands/ListScheduledQueriesCommand.d.ts +3 -3
  52. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  53. package/dist-types/commands/PrepareQueryCommand.d.ts +3 -3
  54. package/dist-types/commands/QueryCommand.d.ts +3 -3
  55. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  56. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  57. package/dist-types/commands/UpdateScheduledQueryCommand.d.ts +3 -3
  58. package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
  59. package/dist-types/endpoint/endpointResolver.d.ts +1 -1
  60. package/dist-types/endpoint/ruleset.d.ts +1 -1
  61. package/dist-types/models/TimestreamQueryServiceException.d.ts +1 -1
  62. package/dist-types/models/models_0.d.ts +1 -1
  63. package/dist-types/pagination/Interfaces.d.ts +1 -1
  64. package/dist-types/pagination/ListScheduledQueriesPaginator.d.ts +1 -1
  65. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  66. package/dist-types/pagination/QueryPaginator.d.ts +1 -1
  67. package/dist-types/runtimeConfig.browser.d.ts +20 -20
  68. package/dist-types/runtimeConfig.d.ts +21 -21
  69. package/dist-types/runtimeConfig.native.d.ts +19 -19
  70. package/dist-types/runtimeConfig.shared.d.ts +4 -4
  71. package/dist-types/ts3.4/TimestreamQuery.d.ts +1 -1
  72. package/dist-types/ts3.4/TimestreamQueryClient.d.ts +19 -21
  73. package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +3 -3
  74. package/dist-types/ts3.4/commands/CreateScheduledQueryCommand.d.ts +3 -3
  75. package/dist-types/ts3.4/commands/DeleteScheduledQueryCommand.d.ts +3 -3
  76. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +3 -3
  77. package/dist-types/ts3.4/commands/DescribeScheduledQueryCommand.d.ts +3 -3
  78. package/dist-types/ts3.4/commands/ExecuteScheduledQueryCommand.d.ts +3 -3
  79. package/dist-types/ts3.4/commands/ListScheduledQueriesCommand.d.ts +3 -3
  80. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
  81. package/dist-types/ts3.4/commands/PrepareQueryCommand.d.ts +3 -3
  82. package/dist-types/ts3.4/commands/QueryCommand.d.ts +3 -3
  83. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -3
  84. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
  85. package/dist-types/ts3.4/commands/UpdateScheduledQueryCommand.d.ts +3 -3
  86. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
  87. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  88. package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  89. package/dist-types/ts3.4/models/TimestreamQueryServiceException.d.ts +1 -1
  90. package/dist-types/ts3.4/models/models_0.d.ts +1 -1
  91. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
  92. package/dist-types/ts3.4/pagination/ListScheduledQueriesPaginator.d.ts +1 -1
  93. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  94. package/dist-types/ts3.4/pagination/QueryPaginator.d.ts +1 -1
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +36 -38
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  99. package/package.json +35 -34
@@ -1,11 +1,3 @@
1
- import {
2
- RegionInputConfig,
3
- RegionResolvedConfig,
4
- } from "@aws-sdk/config-resolver";
5
- import {
6
- EndpointInputConfig,
7
- EndpointResolvedConfig,
8
- } from "@aws-sdk/middleware-endpoint";
9
1
  import {
10
2
  EndpointDiscoveryInputConfig,
11
3
  EndpointDiscoveryResolvedConfig,
@@ -14,10 +6,6 @@ import {
14
6
  HostHeaderInputConfig,
15
7
  HostHeaderResolvedConfig,
16
8
  } from "@aws-sdk/middleware-host-header";
17
- import {
18
- RetryInputConfig,
19
- RetryResolvedConfig,
20
- } from "@aws-sdk/middleware-retry";
21
9
  import {
22
10
  AwsAuthInputConfig,
23
11
  AwsAuthResolvedConfig,
@@ -26,29 +14,39 @@ import {
26
14
  UserAgentInputConfig,
27
15
  UserAgentResolvedConfig,
28
16
  } from "@aws-sdk/middleware-user-agent";
17
+ import { Credentials as __Credentials } from "@aws-sdk/types";
18
+ import {
19
+ RegionInputConfig,
20
+ RegionResolvedConfig,
21
+ } from "@smithy/config-resolver";
22
+ import {
23
+ EndpointInputConfig,
24
+ EndpointResolvedConfig,
25
+ } from "@smithy/middleware-endpoint";
26
+ import {
27
+ RetryInputConfig,
28
+ RetryResolvedConfig,
29
+ } from "@smithy/middleware-retry";
30
+ import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
29
31
  import {
30
32
  Client as __Client,
31
33
  DefaultsMode as __DefaultsMode,
32
34
  SmithyConfiguration as __SmithyConfiguration,
33
35
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
34
- } from "@aws-sdk/smithy-client";
36
+ } from "@smithy/smithy-client";
35
37
  import {
36
38
  BodyLengthCalculator as __BodyLengthCalculator,
37
39
  ChecksumConstructor as __ChecksumConstructor,
38
- Credentials as __Credentials,
40
+ Decoder as __Decoder,
41
+ Encoder as __Encoder,
39
42
  HashConstructor as __HashConstructor,
40
43
  HttpHandlerOptions as __HttpHandlerOptions,
41
44
  Logger as __Logger,
45
+ Provider as __Provider,
42
46
  Provider,
47
+ StreamCollector as __StreamCollector,
43
48
  UrlParser as __UrlParser,
44
49
  UserAgent as __UserAgent,
45
- } from "@aws-sdk/types";
46
- import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
47
- import {
48
- Decoder as __Decoder,
49
- Encoder as __Encoder,
50
- Provider as __Provider,
51
- StreamCollector as __StreamCollector,
52
50
  } from "@smithy/types";
53
51
  import {
54
52
  CancelQueryCommandInput,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import { CancelQueryRequest, CancelQueryResponse } from "../models/models_0";
10
10
  import {
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  CreateScheduledQueryRequest,
11
11
  CreateScheduledQueryResponse,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import { DeleteScheduledQueryRequest } from "../models/models_0";
10
10
  import {
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  DescribeEndpointsRequest,
11
11
  DescribeEndpointsResponse,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  DescribeScheduledQueryRequest,
11
11
  DescribeScheduledQueryResponse,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import { ExecuteScheduledQueryRequest } from "../models/models_0";
10
10
  import {
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  ListScheduledQueriesRequest,
11
11
  ListScheduledQueriesResponse,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  ListTagsForResourceRequest,
11
11
  ListTagsForResourceResponse,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import { PrepareQueryRequest, PrepareQueryResponse } from "../models/models_0";
10
10
  import {
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import { QueryRequest, QueryResponse } from "../models/models_0";
10
10
  import {
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
10
10
  import {
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  UntagResourceRequest,
11
11
  UntagResourceResponse,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import { UpdateScheduledQueryRequest } from "../models/models_0";
10
10
  import {
11
11
  ServiceInputTypes,
@@ -1,8 +1,9 @@
1
1
  import {
2
+ Endpoint,
2
3
  EndpointParameters as __EndpointParameters,
3
4
  EndpointV2,
4
- } from "@aws-sdk/types";
5
- import { Endpoint, Provider } from "@smithy/types";
5
+ Provider,
6
+ } from "@smithy/types";
6
7
  export interface ClientInputEndpointParameters {
7
8
  region?: string | Provider<string>;
8
9
  useDualstackEndpoint?: boolean | Provider<boolean>;
@@ -1,4 +1,4 @@
1
- import { EndpointV2, Logger } from "@aws-sdk/types";
1
+ import { EndpointV2, Logger } from "@smithy/types";
2
2
  import { EndpointParameters } from "./EndpointParameters";
3
3
  export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
@@ -1,2 +1,2 @@
1
- import { RuleSetObject } from "@aws-sdk/util-endpoints";
1
+ import { RuleSetObject } from "@smithy/types";
2
2
  export declare const ruleSet: RuleSetObject;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
- } from "@aws-sdk/smithy-client";
4
+ } from "@smithy/smithy-client";
5
5
  export { __ServiceException, __ServiceExceptionOptions };
6
6
  export declare class TimestreamQueryServiceException extends __ServiceException {
7
7
  constructor(options: __ServiceExceptionOptions);
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { TimestreamQueryServiceException as __BaseException } from "./TimestreamQueryServiceException";
3
3
  export declare class AccessDeniedException extends __BaseException {
4
4
  readonly name: "AccessDeniedException";
@@ -1,4 +1,4 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
1
+ import { PaginationConfiguration } from "@smithy/types";
2
2
  import { TimestreamQueryClient } from "../TimestreamQueryClient";
3
3
  export interface TimestreamQueryPaginationConfiguration
4
4
  extends PaginationConfiguration {
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import {
3
3
  ListScheduledQueriesCommandInput,
4
4
  ListScheduledQueriesCommandOutput,
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import {
3
3
  ListTagsForResourceCommandInput,
4
4
  ListTagsForResourceCommandOutput,
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import {
3
3
  QueryCommandInput,
4
4
  QueryCommandOutput,
@@ -1,101 +1,96 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
1
+ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
2
  import { TimestreamQueryClientConfig } from "./TimestreamQueryClient";
3
3
  export declare const getRuntimeConfig: (
4
4
  config: TimestreamQueryClientConfig
5
5
  ) => {
6
6
  runtime: string;
7
- defaultsMode: import("@aws-sdk/types").Provider<
8
- import("@aws-sdk/smithy-client").ResolvedDefaultsMode
7
+ defaultsMode: import("@smithy/types").Provider<
8
+ import("@smithy/smithy-client").ResolvedDefaultsMode
9
9
  >;
10
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: (
12
12
  input: any
13
13
  ) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
14
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<
15
- import("@aws-sdk/types").UserAgent
14
+ defaultUserAgentProvider: import("@smithy/types").Provider<
15
+ import("@smithy/types").UserAgent
16
16
  >;
17
17
  endpointDiscoveryEnabledProvider: import("@smithy/types").Provider<
18
18
  boolean | undefined
19
19
  >;
20
- maxAttempts: (number | import("@smithy/types").Provider<number>) &
21
- (number | import("@aws-sdk/types").Provider<number>);
22
- region: string | import("@aws-sdk/types").Provider<any>;
20
+ maxAttempts: number | import("@smithy/types").Provider<number>;
21
+ region: string | import("@smithy/types").Provider<any>;
23
22
  requestHandler:
24
- | (import("@aws-sdk/types").RequestHandler<
23
+ | (import("@smithy/types").RequestHandler<
25
24
  any,
26
25
  any,
27
- import("@aws-sdk/types").HttpHandlerOptions
26
+ import("@smithy/types").HttpHandlerOptions
28
27
  > &
29
28
  import("@smithy/protocol-http").HttpHandler)
30
29
  | RequestHandler;
31
30
  retryMode: string | import("@smithy/types").Provider<string>;
32
- sha256: import("@aws-sdk/types").HashConstructor;
31
+ sha256: import("@smithy/types").HashConstructor;
33
32
  streamCollector: import("@smithy/types").StreamCollector;
34
- useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
35
- (boolean | import("@aws-sdk/types").Provider<boolean>);
36
- useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
37
- (boolean | import("@aws-sdk/types").Provider<boolean>);
33
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
34
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
38
35
  apiVersion: string;
39
- urlParser: import("@aws-sdk/types").UrlParser;
36
+ urlParser: import("@smithy/types").UrlParser;
40
37
  base64Decoder: import("@smithy/types").Decoder;
41
38
  base64Encoder: import("@smithy/types").Encoder;
42
39
  utf8Decoder: import("@smithy/types").Decoder;
43
40
  utf8Encoder: import("@smithy/types").Encoder;
44
41
  disableHostPrefix: boolean;
45
42
  serviceId: string;
46
- logger: import("@aws-sdk/types").Logger;
43
+ logger: import("@smithy/types").Logger;
47
44
  endpoint?:
48
45
  | ((
49
46
  | string
50
- | import("@aws-sdk/types").Endpoint
51
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
52
- | import("@aws-sdk/types").EndpointV2
53
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
47
+ | import("@smithy/types").Endpoint
48
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
49
+ | import("@smithy/types").EndpointV2
50
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
54
51
  ) &
55
52
  (
56
53
  | string
57
54
  | import("@smithy/types").Provider<string>
58
55
  | import("@smithy/types").Endpoint
59
56
  | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
60
- | import("@aws-sdk/types").EndpointV2
61
- | import("@smithy/types").Provider<
62
- import("@aws-sdk/types").EndpointV2
63
- >
57
+ | import("@smithy/types").EndpointV2
58
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
64
59
  ))
65
60
  | undefined;
66
61
  endpointProvider: (
67
62
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
68
63
  context?: {
69
- logger?: import("@aws-sdk/types").Logger | undefined;
64
+ logger?: import("@smithy/types").Logger | undefined;
70
65
  }
71
- ) => import("@aws-sdk/types").EndpointV2;
66
+ ) => import("@smithy/types").EndpointV2;
72
67
  tls?: boolean | undefined;
73
68
  retryStrategy?:
74
- | import("@aws-sdk/types").RetryStrategy
75
- | import("@aws-sdk/types").RetryStrategyV2
69
+ | import("@smithy/types").RetryStrategy
70
+ | import("@smithy/types").RetryStrategyV2
76
71
  | undefined;
77
72
  credentials?:
78
- | import("@aws-sdk/types").AwsCredentialIdentity
79
- | import("@aws-sdk/types").Provider<
80
- import("@aws-sdk/types").AwsCredentialIdentity
73
+ | import("@smithy/types").AwsCredentialIdentity
74
+ | import("@smithy/types").Provider<
75
+ import("@smithy/types").AwsCredentialIdentity
81
76
  >
82
77
  | undefined;
83
78
  signer?:
84
- | import("@aws-sdk/types").RequestSigner
79
+ | import("@smithy/types").RequestSigner
85
80
  | ((
86
- authScheme?: import("@aws-sdk/types").AuthScheme | undefined
87
- ) => Promise<import("@aws-sdk/types").RequestSigner>)
81
+ authScheme?: import("@smithy/types").AuthScheme | undefined
82
+ ) => Promise<import("@smithy/types").RequestSigner>)
88
83
  | undefined;
89
84
  signingEscapePath?: boolean | undefined;
90
85
  systemClockOffset?: number | undefined;
91
86
  signingRegion?: string | undefined;
92
87
  signerConstructor?:
93
88
  | (new (
94
- options: import("@aws-sdk/signature-v4").SignatureV4Init &
95
- import("@aws-sdk/signature-v4").SignatureV4CryptoInit
96
- ) => import("@aws-sdk/types").RequestSigner)
89
+ options: import("@smithy/signature-v4").SignatureV4Init &
90
+ import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ ) => import("@smithy/types").RequestSigner)
97
92
  | undefined;
98
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
93
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
99
94
  endpointCacheSize?: number | undefined;
100
95
  endpointDiscoveryEnabled?: boolean | undefined;
101
96
  };
@@ -1,98 +1,96 @@
1
- import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
1
+ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
2
2
  import { TimestreamQueryClientConfig } from "./TimestreamQueryClient";
3
3
  export declare const getRuntimeConfig: (
4
4
  config: TimestreamQueryClientConfig
5
5
  ) => {
6
6
  runtime: string;
7
- defaultsMode: import("@aws-sdk/types").Provider<
8
- import("@aws-sdk/smithy-client").ResolvedDefaultsMode
7
+ defaultsMode: import("@smithy/types").Provider<
8
+ import("@smithy/smithy-client").ResolvedDefaultsMode
9
9
  >;
10
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: (
12
12
  input: any
13
13
  ) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
14
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<
15
- import("@aws-sdk/types").UserAgent
14
+ defaultUserAgentProvider: import("@smithy/types").Provider<
15
+ import("@smithy/types").UserAgent
16
16
  >;
17
- endpointDiscoveryEnabledProvider: import("@aws-sdk/types").Provider<
17
+ endpointDiscoveryEnabledProvider: import("@smithy/types").Provider<
18
18
  boolean | undefined
19
19
  >;
20
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
21
- region: string | import("@aws-sdk/types").Provider<string>;
20
+ maxAttempts: number | import("@smithy/types").Provider<number>;
21
+ region: string | import("@smithy/types").Provider<string>;
22
22
  requestHandler:
23
- | (import("@aws-sdk/types").RequestHandler<
23
+ | (import("@smithy/types").RequestHandler<
24
24
  any,
25
25
  any,
26
- import("@aws-sdk/types").HttpHandlerOptions
26
+ import("@smithy/types").HttpHandlerOptions
27
27
  > &
28
28
  import("@smithy/protocol-http").HttpHandler)
29
29
  | RequestHandler;
30
30
  retryMode: string | import("@smithy/types").Provider<string>;
31
- sha256: import("@aws-sdk/types").HashConstructor;
31
+ sha256: import("@smithy/types").HashConstructor;
32
32
  streamCollector: import("@smithy/types").StreamCollector;
33
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
34
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
33
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
34
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
35
35
  apiVersion: string;
36
- urlParser: import("@aws-sdk/types").UrlParser;
36
+ urlParser: import("@smithy/types").UrlParser;
37
37
  base64Decoder: import("@smithy/types").Decoder;
38
38
  base64Encoder: import("@smithy/types").Encoder;
39
39
  utf8Decoder: import("@smithy/types").Decoder;
40
40
  utf8Encoder: import("@smithy/types").Encoder;
41
41
  disableHostPrefix: boolean;
42
42
  serviceId: string;
43
- logger: import("@aws-sdk/types").Logger;
43
+ logger: import("@smithy/types").Logger;
44
44
  endpoint?:
45
45
  | ((
46
46
  | string
47
- | import("@aws-sdk/types").Endpoint
48
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
49
- | import("@aws-sdk/types").EndpointV2
50
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
47
+ | import("@smithy/types").Endpoint
48
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
49
+ | import("@smithy/types").EndpointV2
50
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
51
51
  ) &
52
52
  (
53
53
  | string
54
54
  | import("@smithy/types").Provider<string>
55
55
  | import("@smithy/types").Endpoint
56
56
  | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
57
- | import("@aws-sdk/types").EndpointV2
58
- | import("@smithy/types").Provider<
59
- import("@aws-sdk/types").EndpointV2
60
- >
57
+ | import("@smithy/types").EndpointV2
58
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
61
59
  ))
62
60
  | undefined;
63
61
  endpointProvider: (
64
62
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
65
63
  context?: {
66
- logger?: import("@aws-sdk/types").Logger | undefined;
64
+ logger?: import("@smithy/types").Logger | undefined;
67
65
  }
68
- ) => import("@aws-sdk/types").EndpointV2;
66
+ ) => import("@smithy/types").EndpointV2;
69
67
  tls?: boolean | undefined;
70
68
  retryStrategy?:
71
- | import("@aws-sdk/types").RetryStrategy
72
- | import("@aws-sdk/types").RetryStrategyV2
69
+ | import("@smithy/types").RetryStrategy
70
+ | import("@smithy/types").RetryStrategyV2
73
71
  | undefined;
74
72
  credentials?:
75
- | import("@aws-sdk/types").AwsCredentialIdentity
76
- | import("@aws-sdk/types").Provider<
77
- import("@aws-sdk/types").AwsCredentialIdentity
73
+ | import("@smithy/types").AwsCredentialIdentity
74
+ | import("@smithy/types").Provider<
75
+ import("@smithy/types").AwsCredentialIdentity
78
76
  >
79
77
  | undefined;
80
78
  signer?:
81
- | import("@aws-sdk/types").RequestSigner
79
+ | import("@smithy/types").RequestSigner
82
80
  | ((
83
- authScheme?: import("@aws-sdk/types").AuthScheme | undefined
84
- ) => Promise<import("@aws-sdk/types").RequestSigner>)
81
+ authScheme?: import("@smithy/types").AuthScheme | undefined
82
+ ) => Promise<import("@smithy/types").RequestSigner>)
85
83
  | undefined;
86
84
  signingEscapePath?: boolean | undefined;
87
85
  systemClockOffset?: number | undefined;
88
86
  signingRegion?: string | undefined;
89
87
  signerConstructor?:
90
88
  | (new (
91
- options: import("@aws-sdk/signature-v4").SignatureV4Init &
92
- import("@aws-sdk/signature-v4").SignatureV4CryptoInit
93
- ) => import("@aws-sdk/types").RequestSigner)
89
+ options: import("@smithy/signature-v4").SignatureV4Init &
90
+ import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ ) => import("@smithy/types").RequestSigner)
94
92
  | undefined;
95
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
93
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
96
94
  endpointCacheSize?: number | undefined;
97
95
  endpointDiscoveryEnabled?: boolean | undefined;
98
96
  };