@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,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 { DescribeDatabaseRequest, DescribeDatabaseResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeDatabaseCommandInput extends DescribeDatabaseRequest {
21
20
  */
22
21
  export interface DescribeDatabaseCommandOutput extends DescribeDatabaseResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeDatabaseCommand_base: {
24
+ new (input: DescribeDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDatabaseCommandInput, DescribeDatabaseCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about the database, including the database name, time that the
@@ -83,23 +86,5 @@ export interface DescribeDatabaseCommandOutput extends DescribeDatabaseResponse,
83
86
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
84
87
  *
85
88
  */
86
- export declare class DescribeDatabaseCommand extends $Command<DescribeDatabaseCommandInput, DescribeDatabaseCommandOutput, TimestreamWriteClientResolvedConfig> {
87
- readonly input: DescribeDatabaseCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: DescribeDatabaseCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TimestreamWriteClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDatabaseCommandInput, DescribeDatabaseCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class DescribeDatabaseCommand extends DescribeDatabaseCommand_base {
105
90
  }
@@ -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 { DescribeEndpointsRequest, DescribeEndpointsResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeEndpointsCommandInput extends DescribeEndpointsRequest
21
20
  */
22
21
  export interface DescribeEndpointsCommandOutput extends DescribeEndpointsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeEndpointsCommand_base: {
24
+ new (input: DescribeEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of available endpoints to make Timestream API calls against.
@@ -86,23 +89,5 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons
86
89
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
87
90
  *
88
91
  */
89
- export declare class DescribeEndpointsCommand extends $Command<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput, TimestreamWriteClientResolvedConfig> {
90
- readonly input: DescribeEndpointsCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: DescribeEndpointsCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TimestreamWriteClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class DescribeEndpointsCommand extends DescribeEndpointsCommand_base {
108
93
  }
@@ -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 { DescribeTableRequest, DescribeTableResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeTableCommandInput extends DescribeTableRequest {
21
20
  */
22
21
  export interface DescribeTableCommandOutput extends DescribeTableResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeTableCommand_base: {
24
+ new (input: DescribeTableCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTableCommandInput, DescribeTableCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about the table, including the table name, database name, retention
@@ -108,23 +111,5 @@ export interface DescribeTableCommandOutput extends DescribeTableResponse, __Met
108
111
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
109
112
  *
110
113
  */
111
- export declare class DescribeTableCommand extends $Command<DescribeTableCommandInput, DescribeTableCommandOutput, TimestreamWriteClientResolvedConfig> {
112
- readonly input: DescribeTableCommandInput;
113
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
114
- /**
115
- * @public
116
- */
117
- constructor(input: DescribeTableCommandInput);
118
- /**
119
- * @internal
120
- */
121
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TimestreamWriteClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTableCommandInput, DescribeTableCommandOutput>;
122
- /**
123
- * @internal
124
- */
125
- private serialize;
126
- /**
127
- * @internal
128
- */
129
- private deserialize;
114
+ export declare class DescribeTableCommand extends DescribeTableCommand_base {
130
115
  }
@@ -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 { ListBatchLoadTasksRequest, ListBatchLoadTasksResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListBatchLoadTasksCommandInput extends ListBatchLoadTasksReques
21
20
  */
22
21
  export interface ListBatchLoadTasksCommandOutput extends ListBatchLoadTasksResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListBatchLoadTasksCommand_base: {
24
+ new (input: ListBatchLoadTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListBatchLoadTasksCommandInput, ListBatchLoadTasksCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Provides a list of batch load tasks, along with the name, status, when the task is
@@ -84,23 +87,5 @@ export interface ListBatchLoadTasksCommandOutput extends ListBatchLoadTasksRespo
84
87
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
85
88
  *
86
89
  */
87
- export declare class ListBatchLoadTasksCommand extends $Command<ListBatchLoadTasksCommandInput, ListBatchLoadTasksCommandOutput, TimestreamWriteClientResolvedConfig> {
88
- readonly input: ListBatchLoadTasksCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: ListBatchLoadTasksCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TimestreamWriteClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBatchLoadTasksCommandInput, ListBatchLoadTasksCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class ListBatchLoadTasksCommand extends ListBatchLoadTasksCommand_base {
106
91
  }
@@ -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 { ListDatabasesRequest, ListDatabasesResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDatabasesCommandInput extends ListDatabasesRequest {
21
20
  */
22
21
  export interface ListDatabasesCommandOutput extends ListDatabasesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListDatabasesCommand_base: {
24
+ new (input: ListDatabasesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDatabasesCommandInput, ListDatabasesCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of your Timestream databases. <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/ts-limits.html">Service quotas apply</a>. See
@@ -82,23 +85,5 @@ export interface ListDatabasesCommandOutput extends ListDatabasesResponse, __Met
82
85
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
83
86
  *
84
87
  */
85
- export declare class ListDatabasesCommand extends $Command<ListDatabasesCommandInput, ListDatabasesCommandOutput, TimestreamWriteClientResolvedConfig> {
86
- readonly input: ListDatabasesCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: ListDatabasesCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TimestreamWriteClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDatabasesCommandInput, ListDatabasesCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class ListDatabasesCommand extends ListDatabasesCommand_base {
104
89
  }
@@ -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 { ListTablesRequest, ListTablesResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTablesCommandInput extends ListTablesRequest {
21
20
  */
22
21
  export interface ListTablesCommandOutput extends ListTablesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTablesCommand_base: {
24
+ new (input: ListTablesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTablesCommandInput, ListTablesCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Provides a list of tables, along with the name, status, and retention properties of each
@@ -111,23 +114,5 @@ export interface ListTablesCommandOutput extends ListTablesResponse, __MetadataB
111
114
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
112
115
  *
113
116
  */
114
- export declare class ListTablesCommand extends $Command<ListTablesCommandInput, ListTablesCommandOutput, TimestreamWriteClientResolvedConfig> {
115
- readonly input: ListTablesCommandInput;
116
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
117
- /**
118
- * @public
119
- */
120
- constructor(input: ListTablesCommandInput);
121
- /**
122
- * @internal
123
- */
124
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TimestreamWriteClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTablesCommandInput, ListTablesCommandOutput>;
125
- /**
126
- * @internal
127
- */
128
- private serialize;
129
- /**
130
- * @internal
131
- */
132
- private deserialize;
117
+ export declare class ListTablesCommand extends ListTablesCommand_base {
133
118
  }
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Lists all tags on a Timestream resource. </p>
@@ -70,23 +73,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
70
73
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
71
74
  *
72
75
  */
73
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TimestreamWriteClientResolvedConfig> {
74
- readonly input: ListTagsForResourceCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: ListTagsForResourceCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TimestreamWriteClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
92
77
  }
@@ -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 { ResumeBatchLoadTaskRequest, ResumeBatchLoadTaskResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ResumeBatchLoadTaskCommandInput extends ResumeBatchLoadTaskRequ
21
20
  */
22
21
  export interface ResumeBatchLoadTaskCommandOutput extends ResumeBatchLoadTaskResponse, __MetadataBearer {
23
22
  }
23
+ declare const ResumeBatchLoadTaskCommand_base: {
24
+ new (input: ResumeBatchLoadTaskCommandInput): import("@smithy/smithy-client").CommandImpl<ResumeBatchLoadTaskCommandInput, ResumeBatchLoadTaskCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -72,23 +75,5 @@ export interface ResumeBatchLoadTaskCommandOutput extends ResumeBatchLoadTaskRes
72
75
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
73
76
  *
74
77
  */
75
- export declare class ResumeBatchLoadTaskCommand extends $Command<ResumeBatchLoadTaskCommandInput, ResumeBatchLoadTaskCommandOutput, TimestreamWriteClientResolvedConfig> {
76
- readonly input: ResumeBatchLoadTaskCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: ResumeBatchLoadTaskCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TimestreamWriteClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResumeBatchLoadTaskCommandInput, ResumeBatchLoadTaskCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class ResumeBatchLoadTaskCommand extends ResumeBatchLoadTaskCommand_base {
94
79
  }
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Associates a set of tags with a Timestream resource. You can then activate
@@ -74,23 +77,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
74
77
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
75
78
  *
76
79
  */
77
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, TimestreamWriteClientResolvedConfig> {
78
- readonly input: TagResourceCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: TagResourceCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TimestreamWriteClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class TagResourceCommand extends TagResourceCommand_base {
96
81
  }
@@ -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, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
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, TimestreamWriteClientResolvedConfig, 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 resource. </p>
@@ -69,23 +72,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
69
72
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
70
73
  *
71
74
  */
72
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, TimestreamWriteClientResolvedConfig> {
73
- readonly input: UntagResourceCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: UntagResourceCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TimestreamWriteClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
91
76
  }
@@ -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 { UpdateDatabaseRequest, UpdateDatabaseResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateDatabaseCommandInput extends UpdateDatabaseRequest {
21
20
  */
22
21
  export interface UpdateDatabaseCommandOutput extends UpdateDatabaseResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateDatabaseCommand_base: {
24
+ new (input: UpdateDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDatabaseCommandInput, UpdateDatabaseCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Modifies the KMS key for an existing database. While updating the
@@ -88,23 +91,5 @@ export interface UpdateDatabaseCommandOutput extends UpdateDatabaseResponse, __M
88
91
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
89
92
  *
90
93
  */
91
- export declare class UpdateDatabaseCommand extends $Command<UpdateDatabaseCommandInput, UpdateDatabaseCommandOutput, TimestreamWriteClientResolvedConfig> {
92
- readonly input: UpdateDatabaseCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: UpdateDatabaseCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TimestreamWriteClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDatabaseCommandInput, UpdateDatabaseCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class UpdateDatabaseCommand extends UpdateDatabaseCommand_base {
110
95
  }
@@ -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 { UpdateTableRequest, UpdateTableResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateTableCommandInput extends UpdateTableRequest {
21
20
  */
22
21
  export interface UpdateTableCommandOutput extends UpdateTableResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateTableCommand_base: {
24
+ new (input: UpdateTableCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTableCommandInput, UpdateTableCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies the retention duration of the memory store and magnetic store for your Timestream table. Note that the change in retention duration takes effect immediately.
@@ -134,23 +137,5 @@ export interface UpdateTableCommandOutput extends UpdateTableResponse, __Metadat
134
137
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
135
138
  *
136
139
  */
137
- export declare class UpdateTableCommand extends $Command<UpdateTableCommandInput, UpdateTableCommandOutput, TimestreamWriteClientResolvedConfig> {
138
- readonly input: UpdateTableCommandInput;
139
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
140
- /**
141
- * @public
142
- */
143
- constructor(input: UpdateTableCommandInput);
144
- /**
145
- * @internal
146
- */
147
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TimestreamWriteClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTableCommandInput, UpdateTableCommandOutput>;
148
- /**
149
- * @internal
150
- */
151
- private serialize;
152
- /**
153
- * @internal
154
- */
155
- private deserialize;
140
+ export declare class UpdateTableCommand extends UpdateTableCommand_base {
156
141
  }
@@ -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 { WriteRecordsRequest, WriteRecordsResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface WriteRecordsCommandInput extends WriteRecordsRequest {
21
20
  */
22
21
  export interface WriteRecordsCommandOutput extends WriteRecordsResponse, __MetadataBearer {
23
22
  }
23
+ declare const WriteRecordsCommand_base: {
24
+ new (input: WriteRecordsCommandInput): import("@smithy/smithy-client").CommandImpl<WriteRecordsCommandInput, WriteRecordsCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Enables you to write your time-series data into Timestream. You can specify a
@@ -194,23 +197,5 @@ export interface WriteRecordsCommandOutput extends WriteRecordsResponse, __Metad
194
197
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
195
198
  *
196
199
  */
197
- export declare class WriteRecordsCommand extends $Command<WriteRecordsCommandInput, WriteRecordsCommandOutput, TimestreamWriteClientResolvedConfig> {
198
- readonly input: WriteRecordsCommandInput;
199
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
200
- /**
201
- * @public
202
- */
203
- constructor(input: WriteRecordsCommandInput);
204
- /**
205
- * @internal
206
- */
207
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TimestreamWriteClientResolvedConfig, options?: __HttpHandlerOptions): Handler<WriteRecordsCommandInput, WriteRecordsCommandOutput>;
208
- /**
209
- * @internal
210
- */
211
- private serialize;
212
- /**
213
- * @internal
214
- */
215
- private deserialize;
200
+ export declare class WriteRecordsCommand extends WriteRecordsCommand_base {
216
201
  }
@@ -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 { TimestreamWritePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListBatchLoadTasks(config: TimestreamWritePaginationConfiguration, input: ListBatchLoadTasksCommandInput, ...additionalArguments: any): Paginator<ListBatchLoadTasksCommandOutput>;
7
+ export declare const paginateListBatchLoadTasks: (config: TimestreamWritePaginationConfiguration, input: ListBatchLoadTasksCommandInput, ...rest: any[]) => Paginator<ListBatchLoadTasksCommandOutput>;
@@ -4,4 +4,4 @@ import { TimestreamWritePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListDatabases(config: TimestreamWritePaginationConfiguration, input: ListDatabasesCommandInput, ...additionalArguments: any): Paginator<ListDatabasesCommandOutput>;
7
+ export declare const paginateListDatabases: (config: TimestreamWritePaginationConfiguration, input: ListDatabasesCommandInput, ...rest: any[]) => Paginator<ListDatabasesCommandOutput>;
@@ -4,4 +4,4 @@ import { TimestreamWritePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListTables(config: TimestreamWritePaginationConfiguration, input: ListTablesCommandInput, ...additionalArguments: any): Paginator<ListTablesCommandOutput>;
7
+ export declare const paginateListTables: (config: TimestreamWritePaginationConfiguration, input: ListTablesCommandInput, ...rest: any[]) => Paginator<ListTablesCommandOutput>;