@aws-sdk/client-timestream-query 3.1045.0 → 3.1046.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 (80) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +46 -47
  5. package/dist-cjs/models/TimestreamQueryServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +19 -23
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/TimestreamQuery.js +1 -1
  10. package/dist-es/TimestreamQueryClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CancelQueryCommand.js +2 -2
  13. package/dist-es/commands/CreateScheduledQueryCommand.js +2 -2
  14. package/dist-es/commands/DeleteScheduledQueryCommand.js +2 -2
  15. package/dist-es/commands/DescribeAccountSettingsCommand.js +2 -2
  16. package/dist-es/commands/DescribeEndpointsCommand.js +2 -2
  17. package/dist-es/commands/DescribeScheduledQueryCommand.js +2 -2
  18. package/dist-es/commands/ExecuteScheduledQueryCommand.js +2 -2
  19. package/dist-es/commands/ListScheduledQueriesCommand.js +2 -2
  20. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  21. package/dist-es/commands/PrepareQueryCommand.js +2 -2
  22. package/dist-es/commands/QueryCommand.js +2 -2
  23. package/dist-es/commands/TagResourceCommand.js +2 -2
  24. package/dist-es/commands/UntagResourceCommand.js +2 -2
  25. package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -2
  26. package/dist-es/commands/UpdateScheduledQueryCommand.js +2 -2
  27. package/dist-es/endpoint/bdd.js +1 -1
  28. package/dist-es/endpoint/endpointResolver.js +1 -1
  29. package/dist-es/models/TimestreamQueryServiceException.js +1 -1
  30. package/dist-es/runtimeConfig.browser.js +4 -6
  31. package/dist-es/runtimeConfig.js +4 -8
  32. package/dist-es/runtimeConfig.shared.js +3 -4
  33. package/dist-es/runtimeExtensions.js +2 -2
  34. package/dist-types/TimestreamQueryClient.d.ts +5 -5
  35. package/dist-types/commands/CancelQueryCommand.d.ts +6 -4
  36. package/dist-types/commands/CreateScheduledQueryCommand.d.ts +6 -4
  37. package/dist-types/commands/DeleteScheduledQueryCommand.d.ts +6 -4
  38. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +6 -4
  39. package/dist-types/commands/DescribeEndpointsCommand.d.ts +6 -4
  40. package/dist-types/commands/DescribeScheduledQueryCommand.d.ts +6 -4
  41. package/dist-types/commands/ExecuteScheduledQueryCommand.d.ts +6 -4
  42. package/dist-types/commands/ListScheduledQueriesCommand.d.ts +6 -4
  43. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  44. package/dist-types/commands/PrepareQueryCommand.d.ts +6 -4
  45. package/dist-types/commands/QueryCommand.d.ts +6 -4
  46. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  47. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  48. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +6 -4
  49. package/dist-types/commands/UpdateScheduledQueryCommand.d.ts +6 -4
  50. package/dist-types/endpoint/bdd.d.ts +1 -1
  51. package/dist-types/extensionConfiguration.d.ts +1 -1
  52. package/dist-types/models/TimestreamQueryServiceException.d.ts +1 -1
  53. package/dist-types/models/errors.d.ts +1 -1
  54. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  55. package/dist-types/runtimeConfig.d.ts +2 -2
  56. package/dist-types/runtimeConfig.native.d.ts +2 -2
  57. package/dist-types/ts3.4/TimestreamQueryClient.d.ts +8 -14
  58. package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +6 -4
  59. package/dist-types/ts3.4/commands/CreateScheduledQueryCommand.d.ts +6 -4
  60. package/dist-types/ts3.4/commands/DeleteScheduledQueryCommand.d.ts +6 -4
  61. package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +6 -4
  62. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +6 -4
  63. package/dist-types/ts3.4/commands/DescribeScheduledQueryCommand.d.ts +6 -4
  64. package/dist-types/ts3.4/commands/ExecuteScheduledQueryCommand.d.ts +6 -4
  65. package/dist-types/ts3.4/commands/ListScheduledQueriesCommand.d.ts +6 -4
  66. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  67. package/dist-types/ts3.4/commands/PrepareQueryCommand.d.ts +6 -4
  68. package/dist-types/ts3.4/commands/QueryCommand.d.ts +6 -4
  69. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  70. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  71. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +6 -4
  72. package/dist-types/ts3.4/commands/UpdateScheduledQueryCommand.d.ts +6 -4
  73. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  74. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  75. package/dist-types/ts3.4/models/TimestreamQueryServiceException.d.ts +1 -1
  76. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  77. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  78. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  79. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  80. package/package.json +14 -35
@@ -5,7 +5,7 @@ export declare const getRuntimeConfig: (
5
5
  ) => {
6
6
  runtime: string;
7
7
  defaultsMode: import("@smithy/types").Provider<
8
- import("@smithy/smithy-client").ResolvedDefaultsMode
8
+ import("@smithy/core/client").ResolvedDefaultsMode
9
9
  >;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider:
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (
22
22
  maxAttempts: number | import("@smithy/types").Provider<number>;
23
23
  region: string | import("@smithy/types").Provider<any>;
24
24
  requestHandler:
25
- | import("@smithy/protocol-http").HttpHandler<any>
25
+ | import("@smithy/core/protocols").HttpHandler<any>
26
26
  | RequestHandler;
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  sha256: import("@smithy/types").HashConstructor;
@@ -5,7 +5,7 @@ export declare const getRuntimeConfig: (
5
5
  ) => {
6
6
  runtime: string;
7
7
  defaultsMode: import("@smithy/types").Provider<
8
- import("@smithy/smithy-client").ResolvedDefaultsMode
8
+ import("@smithy/core/client").ResolvedDefaultsMode
9
9
  >;
10
10
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
@@ -24,7 +24,7 @@ export declare const getRuntimeConfig: (
24
24
  region: string | import("@smithy/types").Provider<string>;
25
25
  requestHandler:
26
26
  | RequestHandler
27
- | import("@smithy/protocol-http").HttpHandler<any>;
27
+ | import("@smithy/core/protocols").HttpHandler<any>;
28
28
  retryMode: string | import("@smithy/types").Provider<string>;
29
29
  sha256: import("@smithy/types").HashConstructor;
30
30
  streamCollector: import("@smithy/types").StreamCollector;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (
8
8
  | import("@smithy/types").NodeHttpHandlerOptions
9
9
  | import("@smithy/types").FetchHttpHandlerOptions
10
10
  | Record<string, unknown>
11
- | import("@smithy/protocol-http").HttpHandler<any>
11
+ | import("@smithy/core/protocols").HttpHandler<any>
12
12
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
13
13
  cacheMiddleware?: boolean;
14
14
  protocol:
@@ -48,9 +48,9 @@ export declare const getRuntimeConfig: (
48
48
  logger: import("@smithy/types").Logger;
49
49
  extensions: import("./runtimeExtensions").RuntimeExtension[];
50
50
  defaultsMode:
51
- | import("@smithy/smithy-client").DefaultsMode
51
+ | import("@smithy/core/client").DefaultsMode
52
52
  | import("@smithy/types").Provider<
53
- import("@smithy/smithy-client").DefaultsMode
53
+ import("@smithy/core/client").DefaultsMode
54
54
  >;
55
55
  endpointDiscoveryEnabledProvider: import("@smithy/types").Provider<
56
56
  boolean | undefined
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.1045.0",
4
+ "version": "3.1046.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-timestream-query",
@@ -21,43 +21,22 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.8",
25
- "@aws-sdk/credential-provider-node": "^3.972.39",
26
- "@aws-sdk/middleware-endpoint-discovery": "^3.972.11",
27
- "@aws-sdk/middleware-host-header": "^3.972.10",
24
+ "@aws-sdk/core": "^3.974.9",
25
+ "@aws-sdk/credential-provider-node": "^3.972.40",
26
+ "@aws-sdk/middleware-endpoint-discovery": "^3.972.12",
27
+ "@aws-sdk/middleware-host-header": "^3.972.11",
28
28
  "@aws-sdk/middleware-logger": "^3.972.10",
29
- "@aws-sdk/middleware-recursion-detection": "^3.972.11",
30
- "@aws-sdk/middleware-user-agent": "^3.972.38",
31
- "@aws-sdk/region-config-resolver": "^3.972.13",
29
+ "@aws-sdk/middleware-recursion-detection": "^3.972.12",
30
+ "@aws-sdk/middleware-user-agent": "^3.972.39",
31
+ "@aws-sdk/region-config-resolver": "^3.972.14",
32
32
  "@aws-sdk/types": "^3.973.8",
33
- "@aws-sdk/util-endpoints": "^3.996.8",
34
- "@aws-sdk/util-user-agent-browser": "^3.972.10",
35
- "@aws-sdk/util-user-agent-node": "^3.973.24",
36
- "@smithy/config-resolver": "^4.4.17",
37
- "@smithy/core": "^3.23.17",
38
- "@smithy/fetch-http-handler": "^5.3.17",
39
- "@smithy/hash-node": "^4.2.14",
40
- "@smithy/invalid-dependency": "^4.2.14",
41
- "@smithy/middleware-content-length": "^4.2.14",
42
- "@smithy/middleware-endpoint": "^4.4.32",
43
- "@smithy/middleware-retry": "^4.5.7",
44
- "@smithy/middleware-serde": "^4.2.20",
45
- "@smithy/middleware-stack": "^4.2.14",
46
- "@smithy/node-config-provider": "^4.3.14",
47
- "@smithy/node-http-handler": "^4.6.1",
48
- "@smithy/protocol-http": "^5.3.14",
49
- "@smithy/smithy-client": "^4.12.13",
33
+ "@aws-sdk/util-endpoints": "^3.996.9",
34
+ "@aws-sdk/util-user-agent-browser": "^3.972.11",
35
+ "@aws-sdk/util-user-agent-node": "^3.973.25",
36
+ "@smithy/core": "^3.24.1",
37
+ "@smithy/fetch-http-handler": "^5.4.1",
38
+ "@smithy/node-http-handler": "^4.7.1",
50
39
  "@smithy/types": "^4.14.1",
51
- "@smithy/url-parser": "^4.2.14",
52
- "@smithy/util-base64": "^4.3.2",
53
- "@smithy/util-body-length-browser": "^4.2.2",
54
- "@smithy/util-body-length-node": "^4.2.3",
55
- "@smithy/util-defaults-mode-browser": "^4.3.49",
56
- "@smithy/util-defaults-mode-node": "^4.2.54",
57
- "@smithy/util-endpoints": "^3.4.2",
58
- "@smithy/util-middleware": "^4.2.14",
59
- "@smithy/util-retry": "^4.3.6",
60
- "@smithy/util-utf8": "^4.2.2",
61
40
  "tslib": "^2.6.2"
62
41
  },
63
42
  "devDependencies": {