@aws-sdk/client-timestream-query 3.294.0 → 3.295.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-cjs/commands/CancelQueryCommand.js +4 -4
- package/dist-cjs/commands/CreateScheduledQueryCommand.js +4 -4
- package/dist-cjs/commands/DeleteScheduledQueryCommand.js +4 -4
- package/dist-cjs/commands/DescribeEndpointsCommand.js +4 -4
- package/dist-cjs/commands/DescribeScheduledQueryCommand.js +4 -4
- package/dist-cjs/commands/ExecuteScheduledQueryCommand.js +4 -4
- package/dist-cjs/commands/ListScheduledQueriesCommand.js +4 -4
- package/dist-cjs/commands/ListTagsForResourceCommand.js +4 -4
- package/dist-cjs/commands/PrepareQueryCommand.js +4 -4
- package/dist-cjs/commands/QueryCommand.js +4 -4
- package/dist-cjs/commands/TagResourceCommand.js +4 -4
- package/dist-cjs/commands/UntagResourceCommand.js +4 -4
- package/dist-cjs/commands/UpdateScheduledQueryCommand.js +4 -4
- package/dist-es/commands/CancelQueryCommand.js +4 -4
- package/dist-es/commands/CreateScheduledQueryCommand.js +4 -4
- package/dist-es/commands/DeleteScheduledQueryCommand.js +4 -4
- package/dist-es/commands/DescribeEndpointsCommand.js +4 -4
- package/dist-es/commands/DescribeScheduledQueryCommand.js +4 -4
- package/dist-es/commands/ExecuteScheduledQueryCommand.js +4 -4
- package/dist-es/commands/ListScheduledQueriesCommand.js +4 -4
- package/dist-es/commands/ListTagsForResourceCommand.js +4 -4
- package/dist-es/commands/PrepareQueryCommand.js +4 -4
- package/dist-es/commands/QueryCommand.js +4 -4
- package/dist-es/commands/TagResourceCommand.js +4 -4
- package/dist-es/commands/UntagResourceCommand.js +4 -4
- package/dist-es/commands/UpdateScheduledQueryCommand.js +4 -4
- package/dist-types/TimestreamQueryClient.d.ts +4 -4
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/TimestreamQueryClient.d.ts +4 -4
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
- package/package.json +37 -37
|
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
8
8
|
const models_0_1 = require("../models/models_0");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class CancelQueryCommand extends smithy_client_1.Command {
|
|
11
|
-
constructor(input) {
|
|
12
|
-
super();
|
|
13
|
-
this.input = input;
|
|
14
|
-
}
|
|
15
11
|
static getEndpointParameterInstructions() {
|
|
16
12
|
return {
|
|
17
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -20,6 +16,10 @@ class CancelQueryCommand extends smithy_client_1.Command {
|
|
|
20
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
17
|
};
|
|
22
18
|
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
23
|
resolveMiddleware(clientStack, configuration, options) {
|
|
24
24
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
25
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CancelQueryCommand.getEndpointParameterInstructions()));
|
|
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
8
8
|
const models_0_1 = require("../models/models_0");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class CreateScheduledQueryCommand extends smithy_client_1.Command {
|
|
11
|
-
constructor(input) {
|
|
12
|
-
super();
|
|
13
|
-
this.input = input;
|
|
14
|
-
}
|
|
15
11
|
static getEndpointParameterInstructions() {
|
|
16
12
|
return {
|
|
17
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -20,6 +16,10 @@ class CreateScheduledQueryCommand extends smithy_client_1.Command {
|
|
|
20
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
17
|
};
|
|
22
18
|
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
23
|
resolveMiddleware(clientStack, configuration, options) {
|
|
24
24
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
25
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateScheduledQueryCommand.getEndpointParameterInstructions()));
|
|
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
8
8
|
const models_0_1 = require("../models/models_0");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class DeleteScheduledQueryCommand extends smithy_client_1.Command {
|
|
11
|
-
constructor(input) {
|
|
12
|
-
super();
|
|
13
|
-
this.input = input;
|
|
14
|
-
}
|
|
15
11
|
static getEndpointParameterInstructions() {
|
|
16
12
|
return {
|
|
17
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -20,6 +16,10 @@ class DeleteScheduledQueryCommand extends smithy_client_1.Command {
|
|
|
20
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
17
|
};
|
|
22
18
|
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
23
|
resolveMiddleware(clientStack, configuration, options) {
|
|
24
24
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
25
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteScheduledQueryCommand.getEndpointParameterInstructions()));
|
|
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
7
7
|
const models_0_1 = require("../models/models_0");
|
|
8
8
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
9
9
|
class DescribeEndpointsCommand extends smithy_client_1.Command {
|
|
10
|
-
constructor(input) {
|
|
11
|
-
super();
|
|
12
|
-
this.input = input;
|
|
13
|
-
}
|
|
14
10
|
static getEndpointParameterInstructions() {
|
|
15
11
|
return {
|
|
16
12
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -19,6 +15,10 @@ class DescribeEndpointsCommand extends smithy_client_1.Command {
|
|
|
19
15
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
16
|
};
|
|
21
17
|
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
23
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
24
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeEndpointsCommand.getEndpointParameterInstructions()));
|
|
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
8
8
|
const models_0_1 = require("../models/models_0");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class DescribeScheduledQueryCommand extends smithy_client_1.Command {
|
|
11
|
-
constructor(input) {
|
|
12
|
-
super();
|
|
13
|
-
this.input = input;
|
|
14
|
-
}
|
|
15
11
|
static getEndpointParameterInstructions() {
|
|
16
12
|
return {
|
|
17
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -20,6 +16,10 @@ class DescribeScheduledQueryCommand extends smithy_client_1.Command {
|
|
|
20
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
17
|
};
|
|
22
18
|
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
23
|
resolveMiddleware(clientStack, configuration, options) {
|
|
24
24
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
25
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeScheduledQueryCommand.getEndpointParameterInstructions()));
|
|
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
8
8
|
const models_0_1 = require("../models/models_0");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class ExecuteScheduledQueryCommand extends smithy_client_1.Command {
|
|
11
|
-
constructor(input) {
|
|
12
|
-
super();
|
|
13
|
-
this.input = input;
|
|
14
|
-
}
|
|
15
11
|
static getEndpointParameterInstructions() {
|
|
16
12
|
return {
|
|
17
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -20,6 +16,10 @@ class ExecuteScheduledQueryCommand extends smithy_client_1.Command {
|
|
|
20
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
17
|
};
|
|
22
18
|
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
23
|
resolveMiddleware(clientStack, configuration, options) {
|
|
24
24
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
25
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ExecuteScheduledQueryCommand.getEndpointParameterInstructions()));
|
|
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
8
8
|
const models_0_1 = require("../models/models_0");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class ListScheduledQueriesCommand extends smithy_client_1.Command {
|
|
11
|
-
constructor(input) {
|
|
12
|
-
super();
|
|
13
|
-
this.input = input;
|
|
14
|
-
}
|
|
15
11
|
static getEndpointParameterInstructions() {
|
|
16
12
|
return {
|
|
17
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -20,6 +16,10 @@ class ListScheduledQueriesCommand extends smithy_client_1.Command {
|
|
|
20
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
17
|
};
|
|
22
18
|
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
23
|
resolveMiddleware(clientStack, configuration, options) {
|
|
24
24
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
25
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListScheduledQueriesCommand.getEndpointParameterInstructions()));
|
|
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
8
8
|
const models_0_1 = require("../models/models_0");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
11
|
-
constructor(input) {
|
|
12
|
-
super();
|
|
13
|
-
this.input = input;
|
|
14
|
-
}
|
|
15
11
|
static getEndpointParameterInstructions() {
|
|
16
12
|
return {
|
|
17
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -20,6 +16,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
20
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
17
|
};
|
|
22
18
|
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
23
|
resolveMiddleware(clientStack, configuration, options) {
|
|
24
24
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
25
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListTagsForResourceCommand.getEndpointParameterInstructions()));
|
|
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
8
8
|
const models_0_1 = require("../models/models_0");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class PrepareQueryCommand extends smithy_client_1.Command {
|
|
11
|
-
constructor(input) {
|
|
12
|
-
super();
|
|
13
|
-
this.input = input;
|
|
14
|
-
}
|
|
15
11
|
static getEndpointParameterInstructions() {
|
|
16
12
|
return {
|
|
17
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -20,6 +16,10 @@ class PrepareQueryCommand extends smithy_client_1.Command {
|
|
|
20
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
17
|
};
|
|
22
18
|
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
23
|
resolveMiddleware(clientStack, configuration, options) {
|
|
24
24
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
25
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, PrepareQueryCommand.getEndpointParameterInstructions()));
|
|
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
8
8
|
const models_0_1 = require("../models/models_0");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class QueryCommand extends smithy_client_1.Command {
|
|
11
|
-
constructor(input) {
|
|
12
|
-
super();
|
|
13
|
-
this.input = input;
|
|
14
|
-
}
|
|
15
11
|
static getEndpointParameterInstructions() {
|
|
16
12
|
return {
|
|
17
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -20,6 +16,10 @@ class QueryCommand extends smithy_client_1.Command {
|
|
|
20
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
17
|
};
|
|
22
18
|
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
23
|
resolveMiddleware(clientStack, configuration, options) {
|
|
24
24
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
25
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, QueryCommand.getEndpointParameterInstructions()));
|
|
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
8
8
|
const models_0_1 = require("../models/models_0");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class TagResourceCommand extends smithy_client_1.Command {
|
|
11
|
-
constructor(input) {
|
|
12
|
-
super();
|
|
13
|
-
this.input = input;
|
|
14
|
-
}
|
|
15
11
|
static getEndpointParameterInstructions() {
|
|
16
12
|
return {
|
|
17
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -20,6 +16,10 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
20
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
17
|
};
|
|
22
18
|
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
23
|
resolveMiddleware(clientStack, configuration, options) {
|
|
24
24
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
25
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, TagResourceCommand.getEndpointParameterInstructions()));
|
|
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
8
8
|
const models_0_1 = require("../models/models_0");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
11
|
-
constructor(input) {
|
|
12
|
-
super();
|
|
13
|
-
this.input = input;
|
|
14
|
-
}
|
|
15
11
|
static getEndpointParameterInstructions() {
|
|
16
12
|
return {
|
|
17
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -20,6 +16,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
20
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
17
|
};
|
|
22
18
|
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
23
|
resolveMiddleware(clientStack, configuration, options) {
|
|
24
24
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
25
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
|
|
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
8
8
|
const models_0_1 = require("../models/models_0");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class UpdateScheduledQueryCommand extends smithy_client_1.Command {
|
|
11
|
-
constructor(input) {
|
|
12
|
-
super();
|
|
13
|
-
this.input = input;
|
|
14
|
-
}
|
|
15
11
|
static getEndpointParameterInstructions() {
|
|
16
12
|
return {
|
|
17
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -20,6 +16,10 @@ class UpdateScheduledQueryCommand extends smithy_client_1.Command {
|
|
|
20
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
17
|
};
|
|
22
18
|
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
23
|
resolveMiddleware(clientStack, configuration, options) {
|
|
24
24
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
25
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateScheduledQueryCommand.getEndpointParameterInstructions()));
|
|
@@ -5,10 +5,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
5
5
|
import { CancelQueryRequestFilterSensitiveLog, CancelQueryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_json1_0CancelQueryCommand, serializeAws_json1_0CancelQueryCommand, } from "../protocols/Aws_json1_0";
|
|
7
7
|
export class CancelQueryCommand extends $Command {
|
|
8
|
-
constructor(input) {
|
|
9
|
-
super();
|
|
10
|
-
this.input = input;
|
|
11
|
-
}
|
|
12
8
|
static getEndpointParameterInstructions() {
|
|
13
9
|
return {
|
|
14
10
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -17,6 +13,10 @@ export class CancelQueryCommand extends $Command {
|
|
|
17
13
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
14
|
};
|
|
19
15
|
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
21
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
22
|
this.middlewareStack.use(getEndpointPlugin(configuration, CancelQueryCommand.getEndpointParameterInstructions()));
|
|
@@ -5,10 +5,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
5
5
|
import { CreateScheduledQueryRequestFilterSensitiveLog, CreateScheduledQueryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_json1_0CreateScheduledQueryCommand, serializeAws_json1_0CreateScheduledQueryCommand, } from "../protocols/Aws_json1_0";
|
|
7
7
|
export class CreateScheduledQueryCommand extends $Command {
|
|
8
|
-
constructor(input) {
|
|
9
|
-
super();
|
|
10
|
-
this.input = input;
|
|
11
|
-
}
|
|
12
8
|
static getEndpointParameterInstructions() {
|
|
13
9
|
return {
|
|
14
10
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -17,6 +13,10 @@ export class CreateScheduledQueryCommand extends $Command {
|
|
|
17
13
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
14
|
};
|
|
19
15
|
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
21
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
22
|
this.middlewareStack.use(getEndpointPlugin(configuration, CreateScheduledQueryCommand.getEndpointParameterInstructions()));
|
|
@@ -5,10 +5,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
5
5
|
import { DeleteScheduledQueryRequestFilterSensitiveLog } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_json1_0DeleteScheduledQueryCommand, serializeAws_json1_0DeleteScheduledQueryCommand, } from "../protocols/Aws_json1_0";
|
|
7
7
|
export class DeleteScheduledQueryCommand extends $Command {
|
|
8
|
-
constructor(input) {
|
|
9
|
-
super();
|
|
10
|
-
this.input = input;
|
|
11
|
-
}
|
|
12
8
|
static getEndpointParameterInstructions() {
|
|
13
9
|
return {
|
|
14
10
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -17,6 +13,10 @@ export class DeleteScheduledQueryCommand extends $Command {
|
|
|
17
13
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
14
|
};
|
|
19
15
|
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
21
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
22
|
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteScheduledQueryCommand.getEndpointParameterInstructions()));
|
|
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
4
4
|
import { DescribeEndpointsRequestFilterSensitiveLog, DescribeEndpointsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_0DescribeEndpointsCommand, serializeAws_json1_0DescribeEndpointsCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class DescribeEndpointsCommand extends $Command {
|
|
7
|
-
constructor(input) {
|
|
8
|
-
super();
|
|
9
|
-
this.input = input;
|
|
10
|
-
}
|
|
11
7
|
static getEndpointParameterInstructions() {
|
|
12
8
|
return {
|
|
13
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -16,6 +12,10 @@ export class DescribeEndpointsCommand extends $Command {
|
|
|
16
12
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
13
|
};
|
|
18
14
|
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
20
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
21
|
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeEndpointsCommand.getEndpointParameterInstructions()));
|
|
@@ -5,10 +5,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
5
5
|
import { DescribeScheduledQueryRequestFilterSensitiveLog, DescribeScheduledQueryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_json1_0DescribeScheduledQueryCommand, serializeAws_json1_0DescribeScheduledQueryCommand, } from "../protocols/Aws_json1_0";
|
|
7
7
|
export class DescribeScheduledQueryCommand extends $Command {
|
|
8
|
-
constructor(input) {
|
|
9
|
-
super();
|
|
10
|
-
this.input = input;
|
|
11
|
-
}
|
|
12
8
|
static getEndpointParameterInstructions() {
|
|
13
9
|
return {
|
|
14
10
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -17,6 +13,10 @@ export class DescribeScheduledQueryCommand extends $Command {
|
|
|
17
13
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
14
|
};
|
|
19
15
|
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
21
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
22
|
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeScheduledQueryCommand.getEndpointParameterInstructions()));
|
|
@@ -5,10 +5,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
5
5
|
import { ExecuteScheduledQueryRequestFilterSensitiveLog } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_json1_0ExecuteScheduledQueryCommand, serializeAws_json1_0ExecuteScheduledQueryCommand, } from "../protocols/Aws_json1_0";
|
|
7
7
|
export class ExecuteScheduledQueryCommand extends $Command {
|
|
8
|
-
constructor(input) {
|
|
9
|
-
super();
|
|
10
|
-
this.input = input;
|
|
11
|
-
}
|
|
12
8
|
static getEndpointParameterInstructions() {
|
|
13
9
|
return {
|
|
14
10
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -17,6 +13,10 @@ export class ExecuteScheduledQueryCommand extends $Command {
|
|
|
17
13
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
14
|
};
|
|
19
15
|
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
21
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
22
|
this.middlewareStack.use(getEndpointPlugin(configuration, ExecuteScheduledQueryCommand.getEndpointParameterInstructions()));
|
|
@@ -5,10 +5,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
5
5
|
import { ListScheduledQueriesRequestFilterSensitiveLog, ListScheduledQueriesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_json1_0ListScheduledQueriesCommand, serializeAws_json1_0ListScheduledQueriesCommand, } from "../protocols/Aws_json1_0";
|
|
7
7
|
export class ListScheduledQueriesCommand extends $Command {
|
|
8
|
-
constructor(input) {
|
|
9
|
-
super();
|
|
10
|
-
this.input = input;
|
|
11
|
-
}
|
|
12
8
|
static getEndpointParameterInstructions() {
|
|
13
9
|
return {
|
|
14
10
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -17,6 +13,10 @@ export class ListScheduledQueriesCommand extends $Command {
|
|
|
17
13
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
14
|
};
|
|
19
15
|
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
21
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
22
|
this.middlewareStack.use(getEndpointPlugin(configuration, ListScheduledQueriesCommand.getEndpointParameterInstructions()));
|
|
@@ -5,10 +5,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
5
5
|
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_json1_0ListTagsForResourceCommand, serializeAws_json1_0ListTagsForResourceCommand, } from "../protocols/Aws_json1_0";
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command {
|
|
8
|
-
constructor(input) {
|
|
9
|
-
super();
|
|
10
|
-
this.input = input;
|
|
11
|
-
}
|
|
12
8
|
static getEndpointParameterInstructions() {
|
|
13
9
|
return {
|
|
14
10
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -17,6 +13,10 @@ export class ListTagsForResourceCommand extends $Command {
|
|
|
17
13
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
14
|
};
|
|
19
15
|
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
21
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
22
|
this.middlewareStack.use(getEndpointPlugin(configuration, ListTagsForResourceCommand.getEndpointParameterInstructions()));
|
|
@@ -5,10 +5,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
5
5
|
import { PrepareQueryRequestFilterSensitiveLog, PrepareQueryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_json1_0PrepareQueryCommand, serializeAws_json1_0PrepareQueryCommand, } from "../protocols/Aws_json1_0";
|
|
7
7
|
export class PrepareQueryCommand extends $Command {
|
|
8
|
-
constructor(input) {
|
|
9
|
-
super();
|
|
10
|
-
this.input = input;
|
|
11
|
-
}
|
|
12
8
|
static getEndpointParameterInstructions() {
|
|
13
9
|
return {
|
|
14
10
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -17,6 +13,10 @@ export class PrepareQueryCommand extends $Command {
|
|
|
17
13
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
14
|
};
|
|
19
15
|
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
21
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
22
|
this.middlewareStack.use(getEndpointPlugin(configuration, PrepareQueryCommand.getEndpointParameterInstructions()));
|
|
@@ -5,10 +5,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
5
5
|
import { QueryRequestFilterSensitiveLog, QueryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_json1_0QueryCommand, serializeAws_json1_0QueryCommand } from "../protocols/Aws_json1_0";
|
|
7
7
|
export class QueryCommand extends $Command {
|
|
8
|
-
constructor(input) {
|
|
9
|
-
super();
|
|
10
|
-
this.input = input;
|
|
11
|
-
}
|
|
12
8
|
static getEndpointParameterInstructions() {
|
|
13
9
|
return {
|
|
14
10
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -17,6 +13,10 @@ export class QueryCommand extends $Command {
|
|
|
17
13
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
14
|
};
|
|
19
15
|
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
21
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
22
|
this.middlewareStack.use(getEndpointPlugin(configuration, QueryCommand.getEndpointParameterInstructions()));
|
|
@@ -5,10 +5,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
5
5
|
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_json1_0TagResourceCommand, serializeAws_json1_0TagResourceCommand, } from "../protocols/Aws_json1_0";
|
|
7
7
|
export class TagResourceCommand extends $Command {
|
|
8
|
-
constructor(input) {
|
|
9
|
-
super();
|
|
10
|
-
this.input = input;
|
|
11
|
-
}
|
|
12
8
|
static getEndpointParameterInstructions() {
|
|
13
9
|
return {
|
|
14
10
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -17,6 +13,10 @@ export class TagResourceCommand extends $Command {
|
|
|
17
13
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
14
|
};
|
|
19
15
|
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
21
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
22
|
this.middlewareStack.use(getEndpointPlugin(configuration, TagResourceCommand.getEndpointParameterInstructions()));
|
|
@@ -5,10 +5,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
5
5
|
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_json1_0UntagResourceCommand, serializeAws_json1_0UntagResourceCommand, } from "../protocols/Aws_json1_0";
|
|
7
7
|
export class UntagResourceCommand extends $Command {
|
|
8
|
-
constructor(input) {
|
|
9
|
-
super();
|
|
10
|
-
this.input = input;
|
|
11
|
-
}
|
|
12
8
|
static getEndpointParameterInstructions() {
|
|
13
9
|
return {
|
|
14
10
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -17,6 +13,10 @@ export class UntagResourceCommand extends $Command {
|
|
|
17
13
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
14
|
};
|
|
19
15
|
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
21
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
22
|
this.middlewareStack.use(getEndpointPlugin(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
|
|
@@ -5,10 +5,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
5
5
|
import { UpdateScheduledQueryRequestFilterSensitiveLog } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_json1_0UpdateScheduledQueryCommand, serializeAws_json1_0UpdateScheduledQueryCommand, } from "../protocols/Aws_json1_0";
|
|
7
7
|
export class UpdateScheduledQueryCommand extends $Command {
|
|
8
|
-
constructor(input) {
|
|
9
|
-
super();
|
|
10
|
-
this.input = input;
|
|
11
|
-
}
|
|
12
8
|
static getEndpointParameterInstructions() {
|
|
13
9
|
return {
|
|
14
10
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -17,6 +13,10 @@ export class UpdateScheduledQueryCommand extends $Command {
|
|
|
17
13
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
14
|
};
|
|
19
15
|
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
21
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
22
|
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateScheduledQueryCommand.getEndpointParameterInstructions()));
|
|
@@ -22,8 +22,8 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
22
22
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
23
23
|
import { UpdateScheduledQueryCommandInput, UpdateScheduledQueryCommandOutput } from "./commands/UpdateScheduledQueryCommand";
|
|
24
24
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
25
|
-
export
|
|
26
|
-
export
|
|
25
|
+
export type ServiceInputTypes = CancelQueryCommandInput | CreateScheduledQueryCommandInput | DeleteScheduledQueryCommandInput | DescribeEndpointsCommandInput | DescribeScheduledQueryCommandInput | ExecuteScheduledQueryCommandInput | ListScheduledQueriesCommandInput | ListTagsForResourceCommandInput | PrepareQueryCommandInput | QueryCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateScheduledQueryCommandInput;
|
|
26
|
+
export type ServiceOutputTypes = CancelQueryCommandOutput | CreateScheduledQueryCommandOutput | DeleteScheduledQueryCommandOutput | DescribeEndpointsCommandOutput | DescribeScheduledQueryCommandOutput | ExecuteScheduledQueryCommandOutput | ListScheduledQueriesCommandOutput | ListTagsForResourceCommandOutput | PrepareQueryCommandOutput | QueryCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateScheduledQueryCommandOutput;
|
|
27
27
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
28
28
|
/**
|
|
29
29
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
@@ -130,13 +130,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
130
130
|
*/
|
|
131
131
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
132
132
|
}
|
|
133
|
-
|
|
133
|
+
type TimestreamQueryClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & EndpointDiscoveryInputConfig & ClientInputEndpointParameters;
|
|
134
134
|
/**
|
|
135
135
|
* The configuration interface of TimestreamQueryClient class constructor that set the region, credentials and other options.
|
|
136
136
|
*/
|
|
137
137
|
export interface TimestreamQueryClientConfig extends TimestreamQueryClientConfigType {
|
|
138
138
|
}
|
|
139
|
-
|
|
139
|
+
type TimestreamQueryClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & EndpointDiscoveryResolvedConfig & ClientResolvedEndpointParameters;
|
|
140
140
|
/**
|
|
141
141
|
* The resolved configuration interface of TimestreamQueryClient class. This is resolved and normalized from the {@link TimestreamQueryClientConfig | constructor configuration interface}.
|
|
142
142
|
*/
|
|
@@ -5,7 +5,7 @@ export interface ClientInputEndpointParameters {
|
|
|
5
5
|
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
6
|
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
7
7
|
}
|
|
8
|
-
export
|
|
8
|
+
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
9
|
defaultSigningName: string;
|
|
10
10
|
};
|
|
11
11
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
@@ -102,7 +102,7 @@ import {
|
|
|
102
102
|
ClientResolvedEndpointParameters,
|
|
103
103
|
EndpointParameters,
|
|
104
104
|
} from "./endpoint/EndpointParameters";
|
|
105
|
-
export
|
|
105
|
+
export type ServiceInputTypes =
|
|
106
106
|
| CancelQueryCommandInput
|
|
107
107
|
| CreateScheduledQueryCommandInput
|
|
108
108
|
| DeleteScheduledQueryCommandInput
|
|
@@ -116,7 +116,7 @@ export declare type ServiceInputTypes =
|
|
|
116
116
|
| TagResourceCommandInput
|
|
117
117
|
| UntagResourceCommandInput
|
|
118
118
|
| UpdateScheduledQueryCommandInput;
|
|
119
|
-
export
|
|
119
|
+
export type ServiceOutputTypes =
|
|
120
120
|
| CancelQueryCommandOutput
|
|
121
121
|
| CreateScheduledQueryCommandOutput
|
|
122
122
|
| DeleteScheduledQueryCommandOutput
|
|
@@ -155,7 +155,7 @@ export interface ClientDefaults
|
|
|
155
155
|
logger?: __Logger;
|
|
156
156
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
157
157
|
}
|
|
158
|
-
|
|
158
|
+
type TimestreamQueryClientConfigType = Partial<
|
|
159
159
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
160
160
|
> &
|
|
161
161
|
ClientDefaults &
|
|
@@ -169,7 +169,7 @@ declare type TimestreamQueryClientConfigType = Partial<
|
|
|
169
169
|
ClientInputEndpointParameters;
|
|
170
170
|
export interface TimestreamQueryClientConfig
|
|
171
171
|
extends TimestreamQueryClientConfigType {}
|
|
172
|
-
|
|
172
|
+
type TimestreamQueryClientResolvedConfigType =
|
|
173
173
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
174
174
|
Required<ClientDefaults> &
|
|
175
175
|
RegionResolvedConfig &
|
|
@@ -16,10 +16,9 @@ export interface ClientInputEndpointParameters {
|
|
|
16
16
|
| EndpointV2
|
|
17
17
|
| Provider<EndpointV2>;
|
|
18
18
|
}
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
};
|
|
19
|
+
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
20
|
+
defaultSigningName: string;
|
|
21
|
+
};
|
|
23
22
|
export declare const resolveClientEndpointParameters: <T>(
|
|
24
23
|
options: T & ClientInputEndpointParameters
|
|
25
24
|
) => T &
|
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.295.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,44 +20,44 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint-discovery": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
56
|
-
"tslib": "^2.
|
|
23
|
+
"@aws-sdk/client-sts": "3.295.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.295.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.295.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.295.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.295.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.295.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.295.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.295.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint-discovery": "3.295.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.295.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.295.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.295.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.295.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.295.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.295.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.295.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.295.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.295.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.295.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.295.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.295.0",
|
|
44
|
+
"@aws-sdk/types": "3.295.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.295.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.295.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.295.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.295.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.295.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.295.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.295.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.295.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.295.0",
|
|
56
|
+
"tslib": "^2.5.0",
|
|
57
57
|
"uuid": "^8.3.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
60
|
+
"@aws-sdk/service-client-documentation-generator": "3.295.0",
|
|
61
61
|
"@tsconfig/node14": "1.0.3",
|
|
62
62
|
"@types/node": "^14.14.31",
|
|
63
63
|
"@types/uuid": "^8.3.0",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"downlevel-dts": "0.10.1",
|
|
66
66
|
"rimraf": "3.0.2",
|
|
67
67
|
"typedoc": "0.23.23",
|
|
68
|
-
"typescript": "~4.
|
|
68
|
+
"typescript": "~4.9.5"
|
|
69
69
|
},
|
|
70
70
|
"engines": {
|
|
71
71
|
"node": ">=14.0.0"
|