@aws-sdk/client-timestream-query 3.890.0 → 3.891.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-types/commands/CancelQueryCommand.d.ts +2 -0
- package/dist-types/commands/CreateScheduledQueryCommand.d.ts +2 -0
- package/dist-types/commands/DeleteScheduledQueryCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeScheduledQueryCommand.d.ts +2 -0
- package/dist-types/commands/ExecuteScheduledQueryCommand.d.ts +2 -0
- package/dist-types/commands/ListScheduledQueriesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/PrepareQueryCommand.d.ts +2 -0
- package/dist-types/commands/QueryCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateScheduledQueryCommand.d.ts +2 -0
- package/package.json +11 -11
|
@@ -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.
|
|
4
|
+
"version": "3.891.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",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.890.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-endpoint-discovery": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-endpoint-discovery": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
31
31
|
"@aws-sdk/types": "3.887.0",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.2.2",
|
|
36
36
|
"@smithy/core": "^3.11.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
41
41
|
"@smithy/middleware-endpoint": "^4.2.2",
|
|
42
|
-
"@smithy/middleware-retry": "^4.2.
|
|
42
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
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",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
56
56
|
"@smithy/util-endpoints": "^3.1.2",
|
|
57
57
|
"@smithy/util-middleware": "^4.1.1",
|
|
58
|
-
"@smithy/util-retry": "^4.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",
|