@aws-sdk/client-timestream-query 3.477.0 → 3.481.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 (69) hide show
  1. package/dist-cjs/commands/CancelQueryCommand.js +19 -42
  2. package/dist-cjs/commands/CreateScheduledQueryCommand.js +19 -42
  3. package/dist-cjs/commands/DeleteScheduledQueryCommand.js +19 -42
  4. package/dist-cjs/commands/DescribeEndpointsCommand.js +18 -41
  5. package/dist-cjs/commands/DescribeScheduledQueryCommand.js +19 -42
  6. package/dist-cjs/commands/ExecuteScheduledQueryCommand.js +19 -42
  7. package/dist-cjs/commands/ListScheduledQueriesCommand.js +19 -42
  8. package/dist-cjs/commands/ListTagsForResourceCommand.js +19 -42
  9. package/dist-cjs/commands/PrepareQueryCommand.js +19 -42
  10. package/dist-cjs/commands/QueryCommand.js +19 -42
  11. package/dist-cjs/commands/TagResourceCommand.js +19 -42
  12. package/dist-cjs/commands/UntagResourceCommand.js +19 -42
  13. package/dist-cjs/commands/UpdateScheduledQueryCommand.js +19 -42
  14. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  15. package/dist-cjs/pagination/ListScheduledQueriesPaginator.js +2 -24
  16. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +2 -24
  17. package/dist-cjs/pagination/QueryPaginator.js +2 -24
  18. package/dist-es/commands/CancelQueryCommand.js +19 -42
  19. package/dist-es/commands/CreateScheduledQueryCommand.js +19 -42
  20. package/dist-es/commands/DeleteScheduledQueryCommand.js +19 -42
  21. package/dist-es/commands/DescribeEndpointsCommand.js +18 -41
  22. package/dist-es/commands/DescribeScheduledQueryCommand.js +19 -42
  23. package/dist-es/commands/ExecuteScheduledQueryCommand.js +19 -42
  24. package/dist-es/commands/ListScheduledQueriesCommand.js +19 -42
  25. package/dist-es/commands/ListTagsForResourceCommand.js +19 -42
  26. package/dist-es/commands/PrepareQueryCommand.js +19 -42
  27. package/dist-es/commands/QueryCommand.js +19 -42
  28. package/dist-es/commands/TagResourceCommand.js +19 -42
  29. package/dist-es/commands/UntagResourceCommand.js +19 -42
  30. package/dist-es/commands/UpdateScheduledQueryCommand.js +19 -42
  31. package/dist-es/endpoint/EndpointParameters.js +6 -0
  32. package/dist-es/pagination/ListScheduledQueriesPaginator.js +2 -23
  33. package/dist-es/pagination/ListTagsForResourcePaginator.js +2 -23
  34. package/dist-es/pagination/QueryPaginator.js +2 -23
  35. package/dist-types/commands/CancelQueryCommand.d.ts +6 -21
  36. package/dist-types/commands/CreateScheduledQueryCommand.d.ts +6 -21
  37. package/dist-types/commands/DeleteScheduledQueryCommand.d.ts +6 -21
  38. package/dist-types/commands/DescribeEndpointsCommand.d.ts +6 -21
  39. package/dist-types/commands/DescribeScheduledQueryCommand.d.ts +6 -21
  40. package/dist-types/commands/ExecuteScheduledQueryCommand.d.ts +6 -21
  41. package/dist-types/commands/ListScheduledQueriesCommand.d.ts +6 -21
  42. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  43. package/dist-types/commands/PrepareQueryCommand.d.ts +6 -21
  44. package/dist-types/commands/QueryCommand.d.ts +6 -21
  45. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  46. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  47. package/dist-types/commands/UpdateScheduledQueryCommand.d.ts +6 -21
  48. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  49. package/dist-types/pagination/ListScheduledQueriesPaginator.d.ts +1 -1
  50. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  51. package/dist-types/pagination/QueryPaginator.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +14 -23
  53. package/dist-types/ts3.4/commands/CreateScheduledQueryCommand.d.ts +12 -24
  54. package/dist-types/ts3.4/commands/DeleteScheduledQueryCommand.d.ts +12 -24
  55. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +14 -23
  56. package/dist-types/ts3.4/commands/DescribeScheduledQueryCommand.d.ts +12 -24
  57. package/dist-types/ts3.4/commands/ExecuteScheduledQueryCommand.d.ts +12 -24
  58. package/dist-types/ts3.4/commands/ListScheduledQueriesCommand.d.ts +12 -24
  59. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  60. package/dist-types/ts3.4/commands/PrepareQueryCommand.d.ts +14 -23
  61. package/dist-types/ts3.4/commands/QueryCommand.d.ts +12 -23
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  63. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  64. package/dist-types/ts3.4/commands/UpdateScheduledQueryCommand.d.ts +12 -24
  65. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  66. package/dist-types/ts3.4/pagination/ListScheduledQueriesPaginator.d.ts +3 -3
  67. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +3 -3
  68. package/dist-types/ts3.4/pagination/QueryPaginator.d.ts +3 -3
  69. package/package.json +11 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the association of tags from a Timestream query resource.</p>
@@ -64,23 +67,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
64
67
  * <p>Base exception class for all service exceptions from TimestreamQuery service.</p>
65
68
  *
66
69
  */
67
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, TimestreamQueryClientResolvedConfig> {
68
- readonly input: UntagResourceCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: UntagResourceCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TimestreamQueryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
86
71
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdateScheduledQueryRequest } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateScheduledQueryCommandInput extends UpdateScheduledQueryRe
21
20
  */
22
21
  export interface UpdateScheduledQueryCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const UpdateScheduledQueryCommand_base: {
24
+ new (input: UpdateScheduledQueryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScheduledQueryCommandInput, UpdateScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Update a scheduled query.</p>
@@ -70,23 +73,5 @@ export interface UpdateScheduledQueryCommandOutput extends __MetadataBearer {
70
73
  * <p>Base exception class for all service exceptions from TimestreamQuery service.</p>
71
74
  *
72
75
  */
73
- export declare class UpdateScheduledQueryCommand extends $Command<UpdateScheduledQueryCommandInput, UpdateScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig> {
74
- readonly input: UpdateScheduledQueryCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: UpdateScheduledQueryCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TimestreamQueryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateScheduledQueryCommandInput, UpdateScheduledQueryCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class UpdateScheduledQueryCommand extends UpdateScheduledQueryCommand_base {
92
77
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { TimestreamQueryPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListScheduledQueries(config: TimestreamQueryPaginationConfiguration, input: ListScheduledQueriesCommandInput, ...additionalArguments: any): Paginator<ListScheduledQueriesCommandOutput>;
7
+ export declare const paginateListScheduledQueries: (config: TimestreamQueryPaginationConfiguration, input: ListScheduledQueriesCommandInput, ...rest: any[]) => Paginator<ListScheduledQueriesCommandOutput>;
@@ -4,4 +4,4 @@ import { TimestreamQueryPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListTagsForResource(config: TimestreamQueryPaginationConfiguration, input: ListTagsForResourceCommandInput, ...additionalArguments: any): Paginator<ListTagsForResourceCommandOutput>;
7
+ export declare const paginateListTagsForResource: (config: TimestreamQueryPaginationConfiguration, input: ListTagsForResourceCommandInput, ...rest: any[]) => Paginator<ListTagsForResourceCommandOutput>;
@@ -4,4 +4,4 @@ import { TimestreamQueryPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateQuery(config: TimestreamQueryPaginationConfiguration, input: QueryCommandInput, ...additionalArguments: any): Paginator<QueryCommandOutput>;
7
+ export declare const paginateQuery: (config: TimestreamQueryPaginationConfiguration, input: QueryCommandInput, ...rest: any[]) => Paginator<QueryCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { CancelQueryRequest, CancelQueryResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CancelQueryCommandInput extends CancelQueryRequest {}
17
11
  export interface CancelQueryCommandOutput
18
12
  extends CancelQueryResponse,
19
13
  __MetadataBearer {}
20
- export declare class CancelQueryCommand extends $Command<
21
- CancelQueryCommandInput,
22
- CancelQueryCommandOutput,
23
- TimestreamQueryClientResolvedConfig
24
- > {
25
- readonly input: CancelQueryCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CancelQueryCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: TimestreamQueryClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CancelQueryCommandInput, CancelQueryCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CancelQueryCommand_base: {
15
+ new (
16
+ input: CancelQueryCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CancelQueryCommandInput,
19
+ CancelQueryCommandOutput,
20
+ TimestreamQueryClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CancelQueryCommand extends CancelQueryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateScheduledQueryRequest,
11
5
  CreateScheduledQueryResponse,
@@ -21,22 +15,16 @@ export interface CreateScheduledQueryCommandInput
21
15
  export interface CreateScheduledQueryCommandOutput
22
16
  extends CreateScheduledQueryResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateScheduledQueryCommand extends $Command<
25
- CreateScheduledQueryCommandInput,
26
- CreateScheduledQueryCommandOutput,
27
- TimestreamQueryClientResolvedConfig
28
- > {
29
- readonly input: CreateScheduledQueryCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateScheduledQueryCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TimestreamQueryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateScheduledQueryCommand_base: {
19
+ new (
20
+ input: CreateScheduledQueryCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateScheduledQueryCommandInput,
38
- CreateScheduledQueryCommandOutput
23
+ CreateScheduledQueryCommandOutput,
24
+ TimestreamQueryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateScheduledQueryCommand extends CreateScheduledQueryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeleteScheduledQueryRequest } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -16,22 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface DeleteScheduledQueryCommandInput
17
11
  extends DeleteScheduledQueryRequest {}
18
12
  export interface DeleteScheduledQueryCommandOutput extends __MetadataBearer {}
19
- export declare class DeleteScheduledQueryCommand extends $Command<
20
- DeleteScheduledQueryCommandInput,
21
- DeleteScheduledQueryCommandOutput,
22
- TimestreamQueryClientResolvedConfig
23
- > {
24
- readonly input: DeleteScheduledQueryCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: DeleteScheduledQueryCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: TimestreamQueryClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<
13
+ declare const DeleteScheduledQueryCommand_base: {
14
+ new (
15
+ input: DeleteScheduledQueryCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
32
17
  DeleteScheduledQueryCommandInput,
33
- DeleteScheduledQueryCommandOutput
18
+ DeleteScheduledQueryCommandOutput,
19
+ TimestreamQueryClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
34
22
  >;
35
- private serialize;
36
- private deserialize;
37
- }
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class DeleteScheduledQueryCommand extends DeleteScheduledQueryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeEndpointsRequest,
11
5
  DescribeEndpointsResponse,
@@ -21,19 +15,16 @@ export interface DescribeEndpointsCommandInput
21
15
  export interface DescribeEndpointsCommandOutput
22
16
  extends DescribeEndpointsResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeEndpointsCommand extends $Command<
25
- DescribeEndpointsCommandInput,
26
- DescribeEndpointsCommandOutput,
27
- TimestreamQueryClientResolvedConfig
28
- > {
29
- readonly input: DescribeEndpointsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeEndpointsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TimestreamQueryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DescribeEndpointsCommand_base: {
19
+ new (
20
+ input: DescribeEndpointsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeEndpointsCommandInput,
23
+ DescribeEndpointsCommandOutput,
24
+ TimestreamQueryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeEndpointsCommand extends DescribeEndpointsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DescribeScheduledQueryRequest,
11
5
  DescribeScheduledQueryResponse,
@@ -21,22 +15,16 @@ export interface DescribeScheduledQueryCommandInput
21
15
  export interface DescribeScheduledQueryCommandOutput
22
16
  extends DescribeScheduledQueryResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeScheduledQueryCommand extends $Command<
25
- DescribeScheduledQueryCommandInput,
26
- DescribeScheduledQueryCommandOutput,
27
- TimestreamQueryClientResolvedConfig
28
- > {
29
- readonly input: DescribeScheduledQueryCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeScheduledQueryCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TimestreamQueryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeScheduledQueryCommand_base: {
19
+ new (
20
+ input: DescribeScheduledQueryCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeScheduledQueryCommandInput,
38
- DescribeScheduledQueryCommandOutput
23
+ DescribeScheduledQueryCommandOutput,
24
+ TimestreamQueryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeScheduledQueryCommand extends DescribeScheduledQueryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { ExecuteScheduledQueryRequest } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -16,22 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface ExecuteScheduledQueryCommandInput
17
11
  extends ExecuteScheduledQueryRequest {}
18
12
  export interface ExecuteScheduledQueryCommandOutput extends __MetadataBearer {}
19
- export declare class ExecuteScheduledQueryCommand extends $Command<
20
- ExecuteScheduledQueryCommandInput,
21
- ExecuteScheduledQueryCommandOutput,
22
- TimestreamQueryClientResolvedConfig
23
- > {
24
- readonly input: ExecuteScheduledQueryCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: ExecuteScheduledQueryCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: TimestreamQueryClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<
13
+ declare const ExecuteScheduledQueryCommand_base: {
14
+ new (
15
+ input: ExecuteScheduledQueryCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
32
17
  ExecuteScheduledQueryCommandInput,
33
- ExecuteScheduledQueryCommandOutput
18
+ ExecuteScheduledQueryCommandOutput,
19
+ TimestreamQueryClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
34
22
  >;
35
- private serialize;
36
- private deserialize;
37
- }
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class ExecuteScheduledQueryCommand extends ExecuteScheduledQueryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListScheduledQueriesRequest,
11
5
  ListScheduledQueriesResponse,
@@ -21,22 +15,16 @@ export interface ListScheduledQueriesCommandInput
21
15
  export interface ListScheduledQueriesCommandOutput
22
16
  extends ListScheduledQueriesResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListScheduledQueriesCommand extends $Command<
25
- ListScheduledQueriesCommandInput,
26
- ListScheduledQueriesCommandOutput,
27
- TimestreamQueryClientResolvedConfig
28
- > {
29
- readonly input: ListScheduledQueriesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListScheduledQueriesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TimestreamQueryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListScheduledQueriesCommand_base: {
19
+ new (
20
+ input: ListScheduledQueriesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListScheduledQueriesCommandInput,
38
- ListScheduledQueriesCommandOutput
23
+ ListScheduledQueriesCommandOutput,
24
+ TimestreamQueryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListScheduledQueriesCommand extends ListScheduledQueriesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListTagsForResourceRequest,
11
5
  ListTagsForResourceResponse,
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- TimestreamQueryClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TimestreamQueryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ TimestreamQueryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { PrepareQueryRequest, PrepareQueryResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface PrepareQueryCommandInput extends PrepareQueryRequest {}
17
11
  export interface PrepareQueryCommandOutput
18
12
  extends PrepareQueryResponse,
19
13
  __MetadataBearer {}
20
- export declare class PrepareQueryCommand extends $Command<
21
- PrepareQueryCommandInput,
22
- PrepareQueryCommandOutput,
23
- TimestreamQueryClientResolvedConfig
24
- > {
25
- readonly input: PrepareQueryCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: PrepareQueryCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: TimestreamQueryClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<PrepareQueryCommandInput, PrepareQueryCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const PrepareQueryCommand_base: {
15
+ new (
16
+ input: PrepareQueryCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ PrepareQueryCommandInput,
19
+ PrepareQueryCommandOutput,
20
+ TimestreamQueryClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class PrepareQueryCommand extends PrepareQueryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { QueryRequest, QueryResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -15,19 +9,14 @@ import {
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface QueryCommandInput extends QueryRequest {}
17
11
  export interface QueryCommandOutput extends QueryResponse, __MetadataBearer {}
18
- export declare class QueryCommand extends $Command<
19
- QueryCommandInput,
20
- QueryCommandOutput,
21
- TimestreamQueryClientResolvedConfig
22
- > {
23
- readonly input: QueryCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: QueryCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: TimestreamQueryClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<QueryCommandInput, QueryCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const QueryCommand_base: {
13
+ new (input: QueryCommandInput): import("@smithy/smithy-client").CommandImpl<
14
+ QueryCommandInput,
15
+ QueryCommandOutput,
16
+ TimestreamQueryClientResolvedConfig,
17
+ ServiceInputTypes,
18
+ ServiceOutputTypes
19
+ >;
20
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
21
+ };
22
+ export declare class QueryCommand extends QueryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
17
11
  export interface TagResourceCommandOutput
18
12
  extends TagResourceResponse,
19
13
  __MetadataBearer {}
20
- export declare class TagResourceCommand extends $Command<
21
- TagResourceCommandInput,
22
- TagResourceCommandOutput,
23
- TimestreamQueryClientResolvedConfig
24
- > {
25
- readonly input: TagResourceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: TagResourceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: TimestreamQueryClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const TagResourceCommand_base: {
15
+ new (
16
+ input: TagResourceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ TagResourceCommandInput,
19
+ TagResourceCommandOutput,
20
+ TimestreamQueryClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class TagResourceCommand extends TagResourceCommand_base {}