@aws-sdk/client-timestream-write 3.478.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 (81) hide show
  1. package/dist-cjs/commands/CreateBatchLoadTaskCommand.js +19 -42
  2. package/dist-cjs/commands/CreateDatabaseCommand.js +19 -42
  3. package/dist-cjs/commands/CreateTableCommand.js +19 -42
  4. package/dist-cjs/commands/DeleteDatabaseCommand.js +19 -42
  5. package/dist-cjs/commands/DeleteTableCommand.js +19 -42
  6. package/dist-cjs/commands/DescribeBatchLoadTaskCommand.js +19 -42
  7. package/dist-cjs/commands/DescribeDatabaseCommand.js +19 -42
  8. package/dist-cjs/commands/DescribeEndpointsCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeTableCommand.js +19 -42
  10. package/dist-cjs/commands/ListBatchLoadTasksCommand.js +19 -42
  11. package/dist-cjs/commands/ListDatabasesCommand.js +19 -42
  12. package/dist-cjs/commands/ListTablesCommand.js +19 -42
  13. package/dist-cjs/commands/ListTagsForResourceCommand.js +19 -42
  14. package/dist-cjs/commands/ResumeBatchLoadTaskCommand.js +19 -42
  15. package/dist-cjs/commands/TagResourceCommand.js +19 -42
  16. package/dist-cjs/commands/UntagResourceCommand.js +19 -42
  17. package/dist-cjs/commands/UpdateDatabaseCommand.js +19 -42
  18. package/dist-cjs/commands/UpdateTableCommand.js +19 -42
  19. package/dist-cjs/commands/WriteRecordsCommand.js +19 -42
  20. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  21. package/dist-es/commands/CreateBatchLoadTaskCommand.js +19 -42
  22. package/dist-es/commands/CreateDatabaseCommand.js +19 -42
  23. package/dist-es/commands/CreateTableCommand.js +19 -42
  24. package/dist-es/commands/DeleteDatabaseCommand.js +19 -42
  25. package/dist-es/commands/DeleteTableCommand.js +19 -42
  26. package/dist-es/commands/DescribeBatchLoadTaskCommand.js +19 -42
  27. package/dist-es/commands/DescribeDatabaseCommand.js +19 -42
  28. package/dist-es/commands/DescribeEndpointsCommand.js +18 -41
  29. package/dist-es/commands/DescribeTableCommand.js +19 -42
  30. package/dist-es/commands/ListBatchLoadTasksCommand.js +19 -42
  31. package/dist-es/commands/ListDatabasesCommand.js +19 -42
  32. package/dist-es/commands/ListTablesCommand.js +19 -42
  33. package/dist-es/commands/ListTagsForResourceCommand.js +19 -42
  34. package/dist-es/commands/ResumeBatchLoadTaskCommand.js +19 -42
  35. package/dist-es/commands/TagResourceCommand.js +19 -42
  36. package/dist-es/commands/UntagResourceCommand.js +19 -42
  37. package/dist-es/commands/UpdateDatabaseCommand.js +19 -42
  38. package/dist-es/commands/UpdateTableCommand.js +19 -42
  39. package/dist-es/commands/WriteRecordsCommand.js +19 -42
  40. package/dist-es/endpoint/EndpointParameters.js +6 -0
  41. package/dist-types/commands/CreateBatchLoadTaskCommand.d.ts +6 -21
  42. package/dist-types/commands/CreateDatabaseCommand.d.ts +6 -21
  43. package/dist-types/commands/CreateTableCommand.d.ts +6 -21
  44. package/dist-types/commands/DeleteDatabaseCommand.d.ts +6 -21
  45. package/dist-types/commands/DeleteTableCommand.d.ts +6 -21
  46. package/dist-types/commands/DescribeBatchLoadTaskCommand.d.ts +6 -21
  47. package/dist-types/commands/DescribeDatabaseCommand.d.ts +6 -21
  48. package/dist-types/commands/DescribeEndpointsCommand.d.ts +6 -21
  49. package/dist-types/commands/DescribeTableCommand.d.ts +6 -21
  50. package/dist-types/commands/ListBatchLoadTasksCommand.d.ts +6 -21
  51. package/dist-types/commands/ListDatabasesCommand.d.ts +6 -21
  52. package/dist-types/commands/ListTablesCommand.d.ts +6 -21
  53. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  54. package/dist-types/commands/ResumeBatchLoadTaskCommand.d.ts +6 -21
  55. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  56. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  57. package/dist-types/commands/UpdateDatabaseCommand.d.ts +6 -21
  58. package/dist-types/commands/UpdateTableCommand.d.ts +6 -21
  59. package/dist-types/commands/WriteRecordsCommand.d.ts +6 -21
  60. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  61. package/dist-types/ts3.4/commands/CreateBatchLoadTaskCommand.d.ts +14 -23
  62. package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +14 -23
  63. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +14 -23
  64. package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +14 -23
  65. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +14 -23
  66. package/dist-types/ts3.4/commands/DescribeBatchLoadTaskCommand.d.ts +12 -24
  67. package/dist-types/ts3.4/commands/DescribeDatabaseCommand.d.ts +14 -23
  68. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +14 -23
  69. package/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +14 -23
  70. package/dist-types/ts3.4/commands/ListBatchLoadTasksCommand.d.ts +14 -23
  71. package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +14 -23
  72. package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +14 -23
  73. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/commands/ResumeBatchLoadTaskCommand.d.ts +14 -23
  75. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  76. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/WriteRecordsCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  81. package/package.json +9 -9
@@ -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
  DescribeBatchLoadTaskRequest,
11
5
  DescribeBatchLoadTaskResponse,
@@ -21,22 +15,16 @@ export interface DescribeBatchLoadTaskCommandInput
21
15
  export interface DescribeBatchLoadTaskCommandOutput
22
16
  extends DescribeBatchLoadTaskResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeBatchLoadTaskCommand extends $Command<
25
- DescribeBatchLoadTaskCommandInput,
26
- DescribeBatchLoadTaskCommandOutput,
27
- TimestreamWriteClientResolvedConfig
28
- > {
29
- readonly input: DescribeBatchLoadTaskCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeBatchLoadTaskCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TimestreamWriteClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeBatchLoadTaskCommand_base: {
19
+ new (
20
+ input: DescribeBatchLoadTaskCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeBatchLoadTaskCommandInput,
38
- DescribeBatchLoadTaskCommandOutput
23
+ DescribeBatchLoadTaskCommandOutput,
24
+ TimestreamWriteClientResolvedConfig,
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 DescribeBatchLoadTaskCommand extends DescribeBatchLoadTaskCommand_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
  DescribeDatabaseRequest,
11
5
  DescribeDatabaseResponse,
@@ -20,19 +14,16 @@ export interface DescribeDatabaseCommandInput extends DescribeDatabaseRequest {}
20
14
  export interface DescribeDatabaseCommandOutput
21
15
  extends DescribeDatabaseResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeDatabaseCommand extends $Command<
24
- DescribeDatabaseCommandInput,
25
- DescribeDatabaseCommandOutput,
26
- TimestreamWriteClientResolvedConfig
27
- > {
28
- readonly input: DescribeDatabaseCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeDatabaseCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: TimestreamWriteClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeDatabaseCommandInput, DescribeDatabaseCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeDatabaseCommand_base: {
18
+ new (
19
+ input: DescribeDatabaseCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeDatabaseCommandInput,
22
+ DescribeDatabaseCommandOutput,
23
+ TimestreamWriteClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeDatabaseCommand extends DescribeDatabaseCommand_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
- TimestreamWriteClientResolvedConfig
28
- > {
29
- readonly input: DescribeEndpointsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeEndpointsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TimestreamWriteClientResolvedConfig,
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
+ TimestreamWriteClientResolvedConfig,
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
  DescribeTableRequest,
11
5
  DescribeTableResponse,
@@ -20,19 +14,16 @@ export interface DescribeTableCommandInput extends DescribeTableRequest {}
20
14
  export interface DescribeTableCommandOutput
21
15
  extends DescribeTableResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeTableCommand extends $Command<
24
- DescribeTableCommandInput,
25
- DescribeTableCommandOutput,
26
- TimestreamWriteClientResolvedConfig
27
- > {
28
- readonly input: DescribeTableCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeTableCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: TimestreamWriteClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeTableCommandInput, DescribeTableCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeTableCommand_base: {
18
+ new (
19
+ input: DescribeTableCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeTableCommandInput,
22
+ DescribeTableCommandOutput,
23
+ TimestreamWriteClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeTableCommand extends DescribeTableCommand_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
  ListBatchLoadTasksRequest,
11
5
  ListBatchLoadTasksResponse,
@@ -21,19 +15,16 @@ export interface ListBatchLoadTasksCommandInput
21
15
  export interface ListBatchLoadTasksCommandOutput
22
16
  extends ListBatchLoadTasksResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListBatchLoadTasksCommand extends $Command<
25
- ListBatchLoadTasksCommandInput,
26
- ListBatchLoadTasksCommandOutput,
27
- TimestreamWriteClientResolvedConfig
28
- > {
29
- readonly input: ListBatchLoadTasksCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListBatchLoadTasksCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TimestreamWriteClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListBatchLoadTasksCommandInput, ListBatchLoadTasksCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListBatchLoadTasksCommand_base: {
19
+ new (
20
+ input: ListBatchLoadTasksCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListBatchLoadTasksCommandInput,
23
+ ListBatchLoadTasksCommandOutput,
24
+ TimestreamWriteClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListBatchLoadTasksCommand extends ListBatchLoadTasksCommand_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
  ListDatabasesRequest,
11
5
  ListDatabasesResponse,
@@ -20,19 +14,16 @@ export interface ListDatabasesCommandInput extends ListDatabasesRequest {}
20
14
  export interface ListDatabasesCommandOutput
21
15
  extends ListDatabasesResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListDatabasesCommand extends $Command<
24
- ListDatabasesCommandInput,
25
- ListDatabasesCommandOutput,
26
- TimestreamWriteClientResolvedConfig
27
- > {
28
- readonly input: ListDatabasesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListDatabasesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: TimestreamWriteClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListDatabasesCommandInput, ListDatabasesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListDatabasesCommand_base: {
18
+ new (
19
+ input: ListDatabasesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListDatabasesCommandInput,
22
+ ListDatabasesCommandOutput,
23
+ TimestreamWriteClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListDatabasesCommand extends ListDatabasesCommand_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 { ListTablesRequest, ListTablesResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListTablesCommandInput extends ListTablesRequest {}
17
11
  export interface ListTablesCommandOutput
18
12
  extends ListTablesResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListTablesCommand extends $Command<
21
- ListTablesCommandInput,
22
- ListTablesCommandOutput,
23
- TimestreamWriteClientResolvedConfig
24
- > {
25
- readonly input: ListTablesCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListTablesCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: TimestreamWriteClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListTablesCommandInput, ListTablesCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListTablesCommand_base: {
15
+ new (
16
+ input: ListTablesCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListTablesCommandInput,
19
+ ListTablesCommandOutput,
20
+ TimestreamWriteClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListTablesCommand extends ListTablesCommand_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
- TimestreamWriteClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TimestreamWriteClientResolvedConfig,
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
+ TimestreamWriteClientResolvedConfig,
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 {
10
4
  ResumeBatchLoadTaskRequest,
11
5
  ResumeBatchLoadTaskResponse,
@@ -21,19 +15,16 @@ export interface ResumeBatchLoadTaskCommandInput
21
15
  export interface ResumeBatchLoadTaskCommandOutput
22
16
  extends ResumeBatchLoadTaskResponse,
23
17
  __MetadataBearer {}
24
- export declare class ResumeBatchLoadTaskCommand extends $Command<
25
- ResumeBatchLoadTaskCommandInput,
26
- ResumeBatchLoadTaskCommandOutput,
27
- TimestreamWriteClientResolvedConfig
28
- > {
29
- readonly input: ResumeBatchLoadTaskCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ResumeBatchLoadTaskCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TimestreamWriteClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ResumeBatchLoadTaskCommandInput, ResumeBatchLoadTaskCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ResumeBatchLoadTaskCommand_base: {
19
+ new (
20
+ input: ResumeBatchLoadTaskCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ResumeBatchLoadTaskCommandInput,
23
+ ResumeBatchLoadTaskCommandOutput,
24
+ TimestreamWriteClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ResumeBatchLoadTaskCommand extends ResumeBatchLoadTaskCommand_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
- TimestreamWriteClientResolvedConfig
24
- > {
25
- readonly input: TagResourceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: TagResourceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: TimestreamWriteClientResolvedConfig,
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
+ TimestreamWriteClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class TagResourceCommand extends TagResourceCommand_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
  UntagResourceRequest,
11
5
  UntagResourceResponse,
@@ -20,19 +14,16 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
20
14
  export interface UntagResourceCommandOutput
21
15
  extends UntagResourceResponse,
22
16
  __MetadataBearer {}
23
- export declare class UntagResourceCommand extends $Command<
24
- UntagResourceCommandInput,
25
- UntagResourceCommandOutput,
26
- TimestreamWriteClientResolvedConfig
27
- > {
28
- readonly input: UntagResourceCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: UntagResourceCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: TimestreamWriteClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const UntagResourceCommand_base: {
18
+ new (
19
+ input: UntagResourceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ UntagResourceCommandInput,
22
+ UntagResourceCommandOutput,
23
+ TimestreamWriteClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class UntagResourceCommand extends UntagResourceCommand_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
  UpdateDatabaseRequest,
11
5
  UpdateDatabaseResponse,
@@ -20,19 +14,16 @@ export interface UpdateDatabaseCommandInput extends UpdateDatabaseRequest {}
20
14
  export interface UpdateDatabaseCommandOutput
21
15
  extends UpdateDatabaseResponse,
22
16
  __MetadataBearer {}
23
- export declare class UpdateDatabaseCommand extends $Command<
24
- UpdateDatabaseCommandInput,
25
- UpdateDatabaseCommandOutput,
26
- TimestreamWriteClientResolvedConfig
27
- > {
28
- readonly input: UpdateDatabaseCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: UpdateDatabaseCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: TimestreamWriteClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<UpdateDatabaseCommandInput, UpdateDatabaseCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const UpdateDatabaseCommand_base: {
18
+ new (
19
+ input: UpdateDatabaseCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ UpdateDatabaseCommandInput,
22
+ UpdateDatabaseCommandOutput,
23
+ TimestreamWriteClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class UpdateDatabaseCommand extends UpdateDatabaseCommand_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 { UpdateTableRequest, UpdateTableResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface UpdateTableCommandInput extends UpdateTableRequest {}
17
11
  export interface UpdateTableCommandOutput
18
12
  extends UpdateTableResponse,
19
13
  __MetadataBearer {}
20
- export declare class UpdateTableCommand extends $Command<
21
- UpdateTableCommandInput,
22
- UpdateTableCommandOutput,
23
- TimestreamWriteClientResolvedConfig
24
- > {
25
- readonly input: UpdateTableCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: UpdateTableCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: TimestreamWriteClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<UpdateTableCommandInput, UpdateTableCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const UpdateTableCommand_base: {
15
+ new (
16
+ input: UpdateTableCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ UpdateTableCommandInput,
19
+ UpdateTableCommandOutput,
20
+ TimestreamWriteClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class UpdateTableCommand extends UpdateTableCommand_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 { WriteRecordsRequest, WriteRecordsResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface WriteRecordsCommandInput extends WriteRecordsRequest {}
17
11
  export interface WriteRecordsCommandOutput
18
12
  extends WriteRecordsResponse,
19
13
  __MetadataBearer {}
20
- export declare class WriteRecordsCommand extends $Command<
21
- WriteRecordsCommandInput,
22
- WriteRecordsCommandOutput,
23
- TimestreamWriteClientResolvedConfig
24
- > {
25
- readonly input: WriteRecordsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: WriteRecordsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: TimestreamWriteClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<WriteRecordsCommandInput, WriteRecordsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const WriteRecordsCommand_base: {
15
+ new (
16
+ input: WriteRecordsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ WriteRecordsCommandInput,
19
+ WriteRecordsCommandOutput,
20
+ TimestreamWriteClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class WriteRecordsCommand extends WriteRecordsCommand_base {}