@aws-sdk/client-timestream-query 3.890.0 → 3.893.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.
@@ -38,6 +38,8 @@ declare const CancelQueryCommand_base: {
38
38
  * ```javascript
39
39
  * import { TimestreamQueryClient, CancelQueryCommand } from "@aws-sdk/client-timestream-query"; // ES Modules import
40
40
  * // const { TimestreamQueryClient, CancelQueryCommand } = require("@aws-sdk/client-timestream-query"); // CommonJS import
41
+ * // import type { TimestreamQueryClientConfig } from "@aws-sdk/client-timestream-query";
42
+ * const config = {}; // type is TimestreamQueryClientConfig
41
43
  * const client = new TimestreamQueryClient(config);
42
44
  * const input = { // CancelQueryRequest
43
45
  * QueryId: "STRING_VALUE", // required
@@ -37,6 +37,8 @@ declare const CreateScheduledQueryCommand_base: {
37
37
  * ```javascript
38
38
  * import { TimestreamQueryClient, CreateScheduledQueryCommand } from "@aws-sdk/client-timestream-query"; // ES Modules import
39
39
  * // const { TimestreamQueryClient, CreateScheduledQueryCommand } = require("@aws-sdk/client-timestream-query"); // CommonJS import
40
+ * // import type { TimestreamQueryClientConfig } from "@aws-sdk/client-timestream-query";
41
+ * const config = {}; // type is TimestreamQueryClientConfig
40
42
  * const client = new TimestreamQueryClient(config);
41
43
  * const input = { // CreateScheduledQueryRequest
42
44
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteScheduledQueryCommand_base: {
33
33
  * ```javascript
34
34
  * import { TimestreamQueryClient, DeleteScheduledQueryCommand } from "@aws-sdk/client-timestream-query"; // ES Modules import
35
35
  * // const { TimestreamQueryClient, DeleteScheduledQueryCommand } = require("@aws-sdk/client-timestream-query"); // CommonJS import
36
+ * // import type { TimestreamQueryClientConfig } from "@aws-sdk/client-timestream-query";
37
+ * const config = {}; // type is TimestreamQueryClientConfig
36
38
  * const client = new TimestreamQueryClient(config);
37
39
  * const input = { // DeleteScheduledQueryRequest
38
40
  * ScheduledQueryArn: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DescribeAccountSettingsCommand_base: {
34
34
  * ```javascript
35
35
  * import { TimestreamQueryClient, DescribeAccountSettingsCommand } from "@aws-sdk/client-timestream-query"; // ES Modules import
36
36
  * // const { TimestreamQueryClient, DescribeAccountSettingsCommand } = require("@aws-sdk/client-timestream-query"); // CommonJS import
37
+ * // import type { TimestreamQueryClientConfig } from "@aws-sdk/client-timestream-query";
38
+ * const config = {}; // type is TimestreamQueryClientConfig
37
39
  * const client = new TimestreamQueryClient(config);
38
40
  * const input = {};
39
41
  * const command = new DescribeAccountSettingsCommand(input);
@@ -53,6 +53,8 @@ declare const DescribeEndpointsCommand_base: {
53
53
  * ```javascript
54
54
  * import { TimestreamQueryClient, DescribeEndpointsCommand } from "@aws-sdk/client-timestream-query"; // ES Modules import
55
55
  * // const { TimestreamQueryClient, DescribeEndpointsCommand } = require("@aws-sdk/client-timestream-query"); // CommonJS import
56
+ * // import type { TimestreamQueryClientConfig } from "@aws-sdk/client-timestream-query";
57
+ * const config = {}; // type is TimestreamQueryClientConfig
56
58
  * const client = new TimestreamQueryClient(config);
57
59
  * const input = {};
58
60
  * const command = new DescribeEndpointsCommand(input);
@@ -33,6 +33,8 @@ declare const DescribeScheduledQueryCommand_base: {
33
33
  * ```javascript
34
34
  * import { TimestreamQueryClient, DescribeScheduledQueryCommand } from "@aws-sdk/client-timestream-query"; // ES Modules import
35
35
  * // const { TimestreamQueryClient, DescribeScheduledQueryCommand } = require("@aws-sdk/client-timestream-query"); // CommonJS import
36
+ * // import type { TimestreamQueryClientConfig } from "@aws-sdk/client-timestream-query";
37
+ * const config = {}; // type is TimestreamQueryClientConfig
36
38
  * const client = new TimestreamQueryClient(config);
37
39
  * const input = { // DescribeScheduledQueryRequest
38
40
  * ScheduledQueryArn: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const ExecuteScheduledQueryCommand_base: {
34
34
  * ```javascript
35
35
  * import { TimestreamQueryClient, ExecuteScheduledQueryCommand } from "@aws-sdk/client-timestream-query"; // ES Modules import
36
36
  * // const { TimestreamQueryClient, ExecuteScheduledQueryCommand } = require("@aws-sdk/client-timestream-query"); // CommonJS import
37
+ * // import type { TimestreamQueryClientConfig } from "@aws-sdk/client-timestream-query";
38
+ * const config = {}; // type is TimestreamQueryClientConfig
37
39
  * const client = new TimestreamQueryClient(config);
38
40
  * const input = { // ExecuteScheduledQueryRequest
39
41
  * ScheduledQueryArn: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const ListScheduledQueriesCommand_base: {
34
34
  * ```javascript
35
35
  * import { TimestreamQueryClient, ListScheduledQueriesCommand } from "@aws-sdk/client-timestream-query"; // ES Modules import
36
36
  * // const { TimestreamQueryClient, ListScheduledQueriesCommand } = require("@aws-sdk/client-timestream-query"); // CommonJS import
37
+ * // import type { TimestreamQueryClientConfig } from "@aws-sdk/client-timestream-query";
38
+ * const config = {}; // type is TimestreamQueryClientConfig
37
39
  * const client = new TimestreamQueryClient(config);
38
40
  * const input = { // ListScheduledQueriesRequest
39
41
  * MaxResults: Number("int"),
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { TimestreamQueryClient, ListTagsForResourceCommand } from "@aws-sdk/client-timestream-query"; // ES Modules import
35
35
  * // const { TimestreamQueryClient, ListTagsForResourceCommand } = require("@aws-sdk/client-timestream-query"); // CommonJS import
36
+ * // import type { TimestreamQueryClientConfig } from "@aws-sdk/client-timestream-query";
37
+ * const config = {}; // type is TimestreamQueryClientConfig
36
38
  * const client = new TimestreamQueryClient(config);
37
39
  * const input = { // ListTagsForResourceRequest
38
40
  * ResourceARN: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const PrepareQueryCommand_base: {
35
35
  * ```javascript
36
36
  * import { TimestreamQueryClient, PrepareQueryCommand } from "@aws-sdk/client-timestream-query"; // ES Modules import
37
37
  * // const { TimestreamQueryClient, PrepareQueryCommand } = require("@aws-sdk/client-timestream-query"); // CommonJS import
38
+ * // import type { TimestreamQueryClientConfig } from "@aws-sdk/client-timestream-query";
39
+ * const config = {}; // type is TimestreamQueryClientConfig
38
40
  * const client = new TimestreamQueryClient(config);
39
41
  * const input = { // PrepareQueryRequest
40
42
  * QueryString: "STRING_VALUE", // required
@@ -69,6 +69,8 @@ declare const QueryCommand_base: {
69
69
  * ```javascript
70
70
  * import { TimestreamQueryClient, QueryCommand } from "@aws-sdk/client-timestream-query"; // ES Modules import
71
71
  * // const { TimestreamQueryClient, QueryCommand } = require("@aws-sdk/client-timestream-query"); // CommonJS import
72
+ * // import type { TimestreamQueryClientConfig } from "@aws-sdk/client-timestream-query";
73
+ * const config = {}; // type is TimestreamQueryClientConfig
72
74
  * const client = new TimestreamQueryClient(config);
73
75
  * const input = { // QueryRequest
74
76
  * QueryString: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const TagResourceCommand_base: {
35
35
  * ```javascript
36
36
  * import { TimestreamQueryClient, TagResourceCommand } from "@aws-sdk/client-timestream-query"; // ES Modules import
37
37
  * // const { TimestreamQueryClient, TagResourceCommand } = require("@aws-sdk/client-timestream-query"); // CommonJS import
38
+ * // import type { TimestreamQueryClientConfig } from "@aws-sdk/client-timestream-query";
39
+ * const config = {}; // type is TimestreamQueryClientConfig
38
40
  * const client = new TimestreamQueryClient(config);
39
41
  * const input = { // TagResourceRequest
40
42
  * ResourceARN: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { TimestreamQueryClient, UntagResourceCommand } from "@aws-sdk/client-timestream-query"; // ES Modules import
35
35
  * // const { TimestreamQueryClient, UntagResourceCommand } = require("@aws-sdk/client-timestream-query"); // CommonJS import
36
+ * // import type { TimestreamQueryClientConfig } from "@aws-sdk/client-timestream-query";
37
+ * const config = {}; // type is TimestreamQueryClientConfig
36
38
  * const client = new TimestreamQueryClient(config);
37
39
  * const input = { // UntagResourceRequest
38
40
  * ResourceARN: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const UpdateAccountSettingsCommand_base: {
36
36
  * ```javascript
37
37
  * import { TimestreamQueryClient, UpdateAccountSettingsCommand } from "@aws-sdk/client-timestream-query"; // ES Modules import
38
38
  * // const { TimestreamQueryClient, UpdateAccountSettingsCommand } = require("@aws-sdk/client-timestream-query"); // CommonJS import
39
+ * // import type { TimestreamQueryClientConfig } from "@aws-sdk/client-timestream-query";
40
+ * const config = {}; // type is TimestreamQueryClientConfig
39
41
  * const client = new TimestreamQueryClient(config);
40
42
  * const input = { // UpdateAccountSettingsRequest
41
43
  * MaxQueryTCU: Number("int"),
@@ -33,6 +33,8 @@ declare const UpdateScheduledQueryCommand_base: {
33
33
  * ```javascript
34
34
  * import { TimestreamQueryClient, UpdateScheduledQueryCommand } from "@aws-sdk/client-timestream-query"; // ES Modules import
35
35
  * // const { TimestreamQueryClient, UpdateScheduledQueryCommand } = require("@aws-sdk/client-timestream-query"); // CommonJS import
36
+ * // import type { TimestreamQueryClientConfig } from "@aws-sdk/client-timestream-query";
37
+ * const config = {}; // type is TimestreamQueryClientConfig
36
38
  * const client = new TimestreamQueryClient(config);
37
39
  * const input = { // UpdateScheduledQueryRequest
38
40
  * ScheduledQueryArn: "STRING_VALUE", // required
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.890.0",
4
+ "version": "3.893.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,42 +20,42 @@
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.890.0",
24
- "@aws-sdk/credential-provider-node": "3.890.0",
25
- "@aws-sdk/middleware-endpoint-discovery": "3.890.0",
26
- "@aws-sdk/middleware-host-header": "3.887.0",
27
- "@aws-sdk/middleware-logger": "3.887.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.887.0",
29
- "@aws-sdk/middleware-user-agent": "3.890.0",
30
- "@aws-sdk/region-config-resolver": "3.890.0",
31
- "@aws-sdk/types": "3.887.0",
32
- "@aws-sdk/util-endpoints": "3.890.0",
33
- "@aws-sdk/util-user-agent-browser": "3.887.0",
34
- "@aws-sdk/util-user-agent-node": "3.890.0",
23
+ "@aws-sdk/core": "3.893.0",
24
+ "@aws-sdk/credential-provider-node": "3.893.0",
25
+ "@aws-sdk/middleware-endpoint-discovery": "3.893.0",
26
+ "@aws-sdk/middleware-host-header": "3.893.0",
27
+ "@aws-sdk/middleware-logger": "3.893.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.893.0",
29
+ "@aws-sdk/middleware-user-agent": "3.893.0",
30
+ "@aws-sdk/region-config-resolver": "3.893.0",
31
+ "@aws-sdk/types": "3.893.0",
32
+ "@aws-sdk/util-endpoints": "3.893.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.893.0",
34
+ "@aws-sdk/util-user-agent-node": "3.893.0",
35
35
  "@smithy/config-resolver": "^4.2.2",
36
- "@smithy/core": "^3.11.0",
36
+ "@smithy/core": "^3.11.1",
37
37
  "@smithy/fetch-http-handler": "^5.2.1",
38
38
  "@smithy/hash-node": "^4.1.1",
39
39
  "@smithy/invalid-dependency": "^4.1.1",
40
40
  "@smithy/middleware-content-length": "^4.1.1",
41
- "@smithy/middleware-endpoint": "^4.2.2",
42
- "@smithy/middleware-retry": "^4.2.2",
41
+ "@smithy/middleware-endpoint": "^4.2.3",
42
+ "@smithy/middleware-retry": "^4.2.4",
43
43
  "@smithy/middleware-serde": "^4.1.1",
44
44
  "@smithy/middleware-stack": "^4.1.1",
45
45
  "@smithy/node-config-provider": "^4.2.2",
46
46
  "@smithy/node-http-handler": "^4.2.1",
47
47
  "@smithy/protocol-http": "^5.2.1",
48
- "@smithy/smithy-client": "^4.6.2",
48
+ "@smithy/smithy-client": "^4.6.3",
49
49
  "@smithy/types": "^4.5.0",
50
50
  "@smithy/url-parser": "^4.1.1",
51
51
  "@smithy/util-base64": "^4.1.0",
52
52
  "@smithy/util-body-length-browser": "^4.1.0",
53
53
  "@smithy/util-body-length-node": "^4.1.0",
54
- "@smithy/util-defaults-mode-browser": "^4.1.2",
55
- "@smithy/util-defaults-mode-node": "^4.1.2",
54
+ "@smithy/util-defaults-mode-browser": "^4.1.3",
55
+ "@smithy/util-defaults-mode-node": "^4.1.3",
56
56
  "@smithy/util-endpoints": "^3.1.2",
57
57
  "@smithy/util-middleware": "^4.1.1",
58
- "@smithy/util-retry": "^4.1.1",
58
+ "@smithy/util-retry": "^4.1.2",
59
59
  "@smithy/util-utf8": "^4.1.0",
60
60
  "@types/uuid": "^9.0.1",
61
61
  "tslib": "^2.6.2",