@aws-sdk/client-timestream-write 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 (93) 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-cjs/pagination/ListBatchLoadTasksPaginator.js +2 -24
  22. package/dist-cjs/pagination/ListDatabasesPaginator.js +2 -24
  23. package/dist-cjs/pagination/ListTablesPaginator.js +2 -24
  24. package/dist-es/commands/CreateBatchLoadTaskCommand.js +19 -42
  25. package/dist-es/commands/CreateDatabaseCommand.js +19 -42
  26. package/dist-es/commands/CreateTableCommand.js +19 -42
  27. package/dist-es/commands/DeleteDatabaseCommand.js +19 -42
  28. package/dist-es/commands/DeleteTableCommand.js +19 -42
  29. package/dist-es/commands/DescribeBatchLoadTaskCommand.js +19 -42
  30. package/dist-es/commands/DescribeDatabaseCommand.js +19 -42
  31. package/dist-es/commands/DescribeEndpointsCommand.js +18 -41
  32. package/dist-es/commands/DescribeTableCommand.js +19 -42
  33. package/dist-es/commands/ListBatchLoadTasksCommand.js +19 -42
  34. package/dist-es/commands/ListDatabasesCommand.js +19 -42
  35. package/dist-es/commands/ListTablesCommand.js +19 -42
  36. package/dist-es/commands/ListTagsForResourceCommand.js +19 -42
  37. package/dist-es/commands/ResumeBatchLoadTaskCommand.js +19 -42
  38. package/dist-es/commands/TagResourceCommand.js +19 -42
  39. package/dist-es/commands/UntagResourceCommand.js +19 -42
  40. package/dist-es/commands/UpdateDatabaseCommand.js +19 -42
  41. package/dist-es/commands/UpdateTableCommand.js +19 -42
  42. package/dist-es/commands/WriteRecordsCommand.js +19 -42
  43. package/dist-es/endpoint/EndpointParameters.js +6 -0
  44. package/dist-es/pagination/ListBatchLoadTasksPaginator.js +2 -23
  45. package/dist-es/pagination/ListDatabasesPaginator.js +2 -23
  46. package/dist-es/pagination/ListTablesPaginator.js +2 -23
  47. package/dist-types/commands/CreateBatchLoadTaskCommand.d.ts +6 -21
  48. package/dist-types/commands/CreateDatabaseCommand.d.ts +6 -21
  49. package/dist-types/commands/CreateTableCommand.d.ts +6 -21
  50. package/dist-types/commands/DeleteDatabaseCommand.d.ts +6 -21
  51. package/dist-types/commands/DeleteTableCommand.d.ts +6 -21
  52. package/dist-types/commands/DescribeBatchLoadTaskCommand.d.ts +6 -21
  53. package/dist-types/commands/DescribeDatabaseCommand.d.ts +6 -21
  54. package/dist-types/commands/DescribeEndpointsCommand.d.ts +6 -21
  55. package/dist-types/commands/DescribeTableCommand.d.ts +6 -21
  56. package/dist-types/commands/ListBatchLoadTasksCommand.d.ts +6 -21
  57. package/dist-types/commands/ListDatabasesCommand.d.ts +6 -21
  58. package/dist-types/commands/ListTablesCommand.d.ts +6 -21
  59. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  60. package/dist-types/commands/ResumeBatchLoadTaskCommand.d.ts +6 -21
  61. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  62. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  63. package/dist-types/commands/UpdateDatabaseCommand.d.ts +6 -21
  64. package/dist-types/commands/UpdateTableCommand.d.ts +6 -21
  65. package/dist-types/commands/WriteRecordsCommand.d.ts +6 -21
  66. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  67. package/dist-types/pagination/ListBatchLoadTasksPaginator.d.ts +1 -1
  68. package/dist-types/pagination/ListDatabasesPaginator.d.ts +1 -1
  69. package/dist-types/pagination/ListTablesPaginator.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/CreateBatchLoadTaskCommand.d.ts +14 -23
  71. package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +14 -23
  72. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +14 -23
  73. package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +14 -23
  75. package/dist-types/ts3.4/commands/DescribeBatchLoadTaskCommand.d.ts +12 -24
  76. package/dist-types/ts3.4/commands/DescribeDatabaseCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/ListBatchLoadTasksCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/ResumeBatchLoadTaskCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/WriteRecordsCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  90. package/dist-types/ts3.4/pagination/ListBatchLoadTasksPaginator.d.ts +3 -3
  91. package/dist-types/ts3.4/pagination/ListDatabasesPaginator.d.ts +3 -3
  92. package/dist-types/ts3.4/pagination/ListTablesPaginator.d.ts +3 -3
  93. package/package.json +11 -10
@@ -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
  CreateBatchLoadTaskRequest,
11
5
  CreateBatchLoadTaskResponse,
@@ -21,19 +15,16 @@ export interface CreateBatchLoadTaskCommandInput
21
15
  export interface CreateBatchLoadTaskCommandOutput
22
16
  extends CreateBatchLoadTaskResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateBatchLoadTaskCommand extends $Command<
25
- CreateBatchLoadTaskCommandInput,
26
- CreateBatchLoadTaskCommandOutput,
27
- TimestreamWriteClientResolvedConfig
28
- > {
29
- readonly input: CreateBatchLoadTaskCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateBatchLoadTaskCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TimestreamWriteClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateBatchLoadTaskCommandInput, CreateBatchLoadTaskCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateBatchLoadTaskCommand_base: {
19
+ new (
20
+ input: CreateBatchLoadTaskCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateBatchLoadTaskCommandInput,
23
+ CreateBatchLoadTaskCommandOutput,
24
+ TimestreamWriteClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateBatchLoadTaskCommand extends CreateBatchLoadTaskCommand_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
  CreateDatabaseRequest,
11
5
  CreateDatabaseResponse,
@@ -20,19 +14,16 @@ export interface CreateDatabaseCommandInput extends CreateDatabaseRequest {}
20
14
  export interface CreateDatabaseCommandOutput
21
15
  extends CreateDatabaseResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateDatabaseCommand extends $Command<
24
- CreateDatabaseCommandInput,
25
- CreateDatabaseCommandOutput,
26
- TimestreamWriteClientResolvedConfig
27
- > {
28
- readonly input: CreateDatabaseCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateDatabaseCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: TimestreamWriteClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateDatabaseCommandInput, CreateDatabaseCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateDatabaseCommand_base: {
18
+ new (
19
+ input: CreateDatabaseCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateDatabaseCommandInput,
22
+ CreateDatabaseCommandOutput,
23
+ TimestreamWriteClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateDatabaseCommand extends CreateDatabaseCommand_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 { CreateTableRequest, CreateTableResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CreateTableCommandInput extends CreateTableRequest {}
17
11
  export interface CreateTableCommandOutput
18
12
  extends CreateTableResponse,
19
13
  __MetadataBearer {}
20
- export declare class CreateTableCommand extends $Command<
21
- CreateTableCommandInput,
22
- CreateTableCommandOutput,
23
- TimestreamWriteClientResolvedConfig
24
- > {
25
- readonly input: CreateTableCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateTableCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: TimestreamWriteClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateTableCommandInput, CreateTableCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateTableCommand_base: {
15
+ new (
16
+ input: CreateTableCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateTableCommandInput,
19
+ CreateTableCommandOutput,
20
+ TimestreamWriteClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateTableCommand extends CreateTableCommand_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 { DeleteDatabaseRequest } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import {
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteDatabaseCommandInput extends DeleteDatabaseRequest {}
17
11
  export interface DeleteDatabaseCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteDatabaseCommand extends $Command<
19
- DeleteDatabaseCommandInput,
20
- DeleteDatabaseCommandOutput,
21
- TimestreamWriteClientResolvedConfig
22
- > {
23
- readonly input: DeleteDatabaseCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteDatabaseCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: TimestreamWriteClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteDatabaseCommandInput, DeleteDatabaseCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteDatabaseCommand_base: {
13
+ new (
14
+ input: DeleteDatabaseCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteDatabaseCommandInput,
17
+ DeleteDatabaseCommandOutput,
18
+ TimestreamWriteClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteDatabaseCommand extends DeleteDatabaseCommand_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 { DeleteTableRequest } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import {
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteTableCommandInput extends DeleteTableRequest {}
17
11
  export interface DeleteTableCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteTableCommand extends $Command<
19
- DeleteTableCommandInput,
20
- DeleteTableCommandOutput,
21
- TimestreamWriteClientResolvedConfig
22
- > {
23
- readonly input: DeleteTableCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteTableCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: TimestreamWriteClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteTableCommandInput, DeleteTableCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteTableCommand_base: {
13
+ new (
14
+ input: DeleteTableCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteTableCommandInput,
17
+ DeleteTableCommandOutput,
18
+ TimestreamWriteClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteTableCommand extends DeleteTableCommand_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
  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 {}