@aws-sdk/client-timestream-write 3.35.0 → 3.38.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 (183) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/TimestreamWrite.js +0 -4
  3. package/dist-cjs/TimestreamWriteClient.js +0 -9
  4. package/dist-cjs/commands/CreateDatabaseCommand.js +0 -28
  5. package/dist-cjs/commands/CreateTableCommand.js +0 -32
  6. package/dist-cjs/commands/DeleteDatabaseCommand.js +0 -33
  7. package/dist-cjs/commands/DeleteTableCommand.js +0 -30
  8. package/dist-cjs/commands/DescribeDatabaseCommand.js +0 -27
  9. package/dist-cjs/commands/DescribeEndpointsCommand.js +0 -38
  10. package/dist-cjs/commands/DescribeTableCommand.js +0 -28
  11. package/dist-cjs/commands/ListDatabasesCommand.js +0 -27
  12. package/dist-cjs/commands/ListTablesCommand.js +0 -26
  13. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -27
  14. package/dist-cjs/commands/TagResourceCommand.js +0 -29
  15. package/dist-cjs/commands/UntagResourceCommand.js +0 -27
  16. package/dist-cjs/commands/UpdateDatabaseCommand.js +0 -29
  17. package/dist-cjs/commands/UpdateTableCommand.js +0 -31
  18. package/dist-cjs/commands/WriteRecordsCommand.js +0 -38
  19. package/dist-cjs/commands/index.js +18 -0
  20. package/dist-cjs/endpoints.js +1 -2
  21. package/dist-cjs/index.js +4 -21
  22. package/dist-cjs/models/index.js +0 -1
  23. package/dist-cjs/models/models_0.js +0 -133
  24. package/dist-cjs/pagination/Interfaces.js +0 -1
  25. package/dist-cjs/pagination/ListDatabasesPaginator.js +0 -11
  26. package/dist-cjs/pagination/ListTablesPaginator.js +0 -11
  27. package/dist-cjs/pagination/index.js +6 -0
  28. package/dist-cjs/protocols/Aws_json1_0.js +0 -6
  29. package/dist-cjs/runtimeConfig.browser.js +1 -6
  30. package/dist-cjs/runtimeConfig.js +2 -7
  31. package/dist-cjs/runtimeConfig.native.js +0 -4
  32. package/dist-cjs/runtimeConfig.shared.js +0 -4
  33. package/dist-es/TimestreamWrite.js +0 -1
  34. package/dist-es/TimestreamWriteClient.js +0 -1
  35. package/dist-es/commands/CreateDatabaseCommand.js +0 -1
  36. package/dist-es/commands/CreateTableCommand.js +0 -1
  37. package/dist-es/commands/DeleteDatabaseCommand.js +0 -1
  38. package/dist-es/commands/DeleteTableCommand.js +0 -1
  39. package/dist-es/commands/DescribeDatabaseCommand.js +0 -1
  40. package/dist-es/commands/DescribeEndpointsCommand.js +0 -1
  41. package/dist-es/commands/DescribeTableCommand.js +0 -1
  42. package/dist-es/commands/ListDatabasesCommand.js +0 -1
  43. package/dist-es/commands/ListTablesCommand.js +0 -1
  44. package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
  45. package/dist-es/commands/TagResourceCommand.js +0 -1
  46. package/dist-es/commands/UntagResourceCommand.js +0 -1
  47. package/dist-es/commands/UpdateDatabaseCommand.js +0 -1
  48. package/dist-es/commands/UpdateTableCommand.js +0 -1
  49. package/dist-es/commands/WriteRecordsCommand.js +0 -1
  50. package/dist-es/commands/index.js +15 -0
  51. package/dist-es/endpoints.js +1 -2
  52. package/dist-es/index.js +4 -21
  53. package/dist-es/models/index.js +0 -1
  54. package/dist-es/models/models_0.js +0 -1
  55. package/dist-es/pagination/Interfaces.js +0 -1
  56. package/dist-es/pagination/ListDatabasesPaginator.js +0 -1
  57. package/dist-es/pagination/ListTablesPaginator.js +0 -1
  58. package/dist-es/pagination/index.js +3 -0
  59. package/dist-es/protocols/Aws_json1_0.js +0 -1
  60. package/dist-es/runtimeConfig.browser.js +1 -2
  61. package/dist-es/runtimeConfig.js +2 -3
  62. package/dist-es/runtimeConfig.native.js +0 -1
  63. package/dist-es/runtimeConfig.shared.js +0 -1
  64. package/dist-types/commands/index.d.ts +15 -0
  65. package/dist-types/index.d.ts +4 -20
  66. package/dist-types/pagination/index.d.ts +3 -0
  67. package/dist-types/ts3.4/TimestreamWrite.d.ts +16 -123
  68. package/dist-types/ts3.4/TimestreamWriteClient.d.ts +25 -94
  69. package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +2 -23
  70. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +2 -27
  71. package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +2 -28
  72. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +2 -25
  73. package/dist-types/ts3.4/commands/DescribeDatabaseCommand.d.ts +2 -22
  74. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +2 -33
  75. package/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +2 -23
  76. package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +2 -22
  77. package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +2 -21
  78. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -22
  79. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -24
  80. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -22
  81. package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +2 -24
  82. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +2 -26
  83. package/dist-types/ts3.4/commands/WriteRecordsCommand.d.ts +2 -33
  84. package/dist-types/ts3.4/commands/index.d.ts +15 -0
  85. package/dist-types/ts3.4/index.d.ts +4 -20
  86. package/dist-types/ts3.4/models/models_0.d.ts +137 -581
  87. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  88. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  89. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  90. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  91. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  92. package/package.json +34 -31
  93. package/dist-cjs/TimestreamWrite.js.map +0 -1
  94. package/dist-cjs/TimestreamWriteClient.js.map +0 -1
  95. package/dist-cjs/commands/CreateDatabaseCommand.js.map +0 -1
  96. package/dist-cjs/commands/CreateTableCommand.js.map +0 -1
  97. package/dist-cjs/commands/DeleteDatabaseCommand.js.map +0 -1
  98. package/dist-cjs/commands/DeleteTableCommand.js.map +0 -1
  99. package/dist-cjs/commands/DescribeDatabaseCommand.js.map +0 -1
  100. package/dist-cjs/commands/DescribeEndpointsCommand.js.map +0 -1
  101. package/dist-cjs/commands/DescribeTableCommand.js.map +0 -1
  102. package/dist-cjs/commands/ListDatabasesCommand.js.map +0 -1
  103. package/dist-cjs/commands/ListTablesCommand.js.map +0 -1
  104. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  105. package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
  106. package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
  107. package/dist-cjs/commands/UpdateDatabaseCommand.js.map +0 -1
  108. package/dist-cjs/commands/UpdateTableCommand.js.map +0 -1
  109. package/dist-cjs/commands/WriteRecordsCommand.js.map +0 -1
  110. package/dist-cjs/endpoints.js.map +0 -1
  111. package/dist-cjs/index.js.map +0 -1
  112. package/dist-cjs/models/index.js.map +0 -1
  113. package/dist-cjs/models/models_0.js.map +0 -1
  114. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  115. package/dist-cjs/pagination/ListDatabasesPaginator.js.map +0 -1
  116. package/dist-cjs/pagination/ListTablesPaginator.js.map +0 -1
  117. package/dist-cjs/protocols/Aws_json1_0.js.map +0 -1
  118. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  119. package/dist-cjs/runtimeConfig.js.map +0 -1
  120. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  121. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  122. package/dist-es/TimestreamWrite.js.map +0 -1
  123. package/dist-es/TimestreamWriteClient.js.map +0 -1
  124. package/dist-es/commands/CreateDatabaseCommand.js.map +0 -1
  125. package/dist-es/commands/CreateTableCommand.js.map +0 -1
  126. package/dist-es/commands/DeleteDatabaseCommand.js.map +0 -1
  127. package/dist-es/commands/DeleteTableCommand.js.map +0 -1
  128. package/dist-es/commands/DescribeDatabaseCommand.js.map +0 -1
  129. package/dist-es/commands/DescribeEndpointsCommand.js.map +0 -1
  130. package/dist-es/commands/DescribeTableCommand.js.map +0 -1
  131. package/dist-es/commands/ListDatabasesCommand.js.map +0 -1
  132. package/dist-es/commands/ListTablesCommand.js.map +0 -1
  133. package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
  134. package/dist-es/commands/TagResourceCommand.js.map +0 -1
  135. package/dist-es/commands/UntagResourceCommand.js.map +0 -1
  136. package/dist-es/commands/UpdateDatabaseCommand.js.map +0 -1
  137. package/dist-es/commands/UpdateTableCommand.js.map +0 -1
  138. package/dist-es/commands/WriteRecordsCommand.js.map +0 -1
  139. package/dist-es/endpoints.js.map +0 -1
  140. package/dist-es/index.js.map +0 -1
  141. package/dist-es/models/index.js.map +0 -1
  142. package/dist-es/models/models_0.js.map +0 -1
  143. package/dist-es/pagination/Interfaces.js.map +0 -1
  144. package/dist-es/pagination/ListDatabasesPaginator.js.map +0 -1
  145. package/dist-es/pagination/ListTablesPaginator.js.map +0 -1
  146. package/dist-es/protocols/Aws_json1_0.js.map +0 -1
  147. package/dist-es/runtimeConfig.browser.js.map +0 -1
  148. package/dist-es/runtimeConfig.js.map +0 -1
  149. package/dist-es/runtimeConfig.native.js.map +0 -1
  150. package/dist-es/runtimeConfig.shared.js.map +0 -1
  151. package/jest.config.js +0 -4
  152. package/src/TimestreamWrite.ts +0 -585
  153. package/src/TimestreamWriteClient.ts +0 -305
  154. package/src/commands/CreateDatabaseCommand.ts +0 -102
  155. package/src/commands/CreateTableCommand.ts +0 -106
  156. package/src/commands/DeleteDatabaseCommand.ts +0 -107
  157. package/src/commands/DeleteTableCommand.ts +0 -104
  158. package/src/commands/DescribeDatabaseCommand.ts +0 -101
  159. package/src/commands/DescribeEndpointsCommand.ts +0 -108
  160. package/src/commands/DescribeTableCommand.ts +0 -102
  161. package/src/commands/ListDatabasesCommand.ts +0 -101
  162. package/src/commands/ListTablesCommand.ts +0 -100
  163. package/src/commands/ListTagsForResourceCommand.ts +0 -101
  164. package/src/commands/TagResourceCommand.ts +0 -103
  165. package/src/commands/UntagResourceCommand.ts +0 -101
  166. package/src/commands/UpdateDatabaseCommand.ts +0 -103
  167. package/src/commands/UpdateTableCommand.ts +0 -105
  168. package/src/commands/WriteRecordsCommand.ts +0 -112
  169. package/src/endpoints.ts +0 -57
  170. package/src/index.ts +0 -21
  171. package/src/models/index.ts +0 -1
  172. package/src/models/models_0.ts +0 -1146
  173. package/src/pagination/Interfaces.ts +0 -8
  174. package/src/pagination/ListDatabasesPaginator.ts +0 -59
  175. package/src/pagination/ListTablesPaginator.ts +0 -55
  176. package/src/protocols/Aws_json1_0.ts +0 -2388
  177. package/src/runtimeConfig.browser.ts +0 -42
  178. package/src/runtimeConfig.native.ts +0 -17
  179. package/src/runtimeConfig.shared.ts +0 -17
  180. package/src/runtimeConfig.ts +0 -49
  181. package/tsconfig.es.json +0 -10
  182. package/tsconfig.json +0 -33
  183. package/tsconfig.types.json +0 -9
@@ -6,31 +6,11 @@ export interface ListDatabasesCommandInput extends ListDatabasesRequest {
6
6
  }
7
7
  export interface ListDatabasesCommandOutput extends ListDatabasesResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns a list of your Timestream databases.
11
- * Service quotas apply. For more information, see <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/ts-limits.html">Access Management</a> in the Timestream Developer Guide.
12
- * </p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { TimestreamWriteClient, ListDatabasesCommand } from "@aws-sdk/client-timestream-write"; // ES Modules import
17
- * // const { TimestreamWriteClient, ListDatabasesCommand } = require("@aws-sdk/client-timestream-write"); // CommonJS import
18
- * const client = new TimestreamWriteClient(config);
19
- * const command = new ListDatabasesCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link ListDatabasesCommandInput} for command's `input` shape.
24
- * @see {@link ListDatabasesCommandOutput} for command's `response` shape.
25
- * @see {@link TimestreamWriteClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
9
+
28
10
  export declare class ListDatabasesCommand extends $Command<ListDatabasesCommandInput, ListDatabasesCommandOutput, TimestreamWriteClientResolvedConfig> {
29
11
  readonly input: ListDatabasesCommandInput;
30
12
  constructor(input: ListDatabasesCommandInput);
31
- /**
32
- * @internal
33
- */
13
+
34
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TimestreamWriteClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDatabasesCommandInput, ListDatabasesCommandOutput>;
35
15
  private serialize;
36
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface ListTablesCommandInput extends ListTablesRequest {
6
6
  }
7
7
  export interface ListTablesCommandOutput extends ListTablesResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>A list of tables, along with the name, status and retention properties of each table.
11
- * </p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { TimestreamWriteClient, ListTablesCommand } from "@aws-sdk/client-timestream-write"; // ES Modules import
16
- * // const { TimestreamWriteClient, ListTablesCommand } = require("@aws-sdk/client-timestream-write"); // CommonJS import
17
- * const client = new TimestreamWriteClient(config);
18
- * const command = new ListTablesCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link ListTablesCommandInput} for command's `input` shape.
23
- * @see {@link ListTablesCommandOutput} for command's `response` shape.
24
- * @see {@link TimestreamWriteClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class ListTablesCommand extends $Command<ListTablesCommandInput, ListTablesCommandOutput, TimestreamWriteClientResolvedConfig> {
28
11
  readonly input: ListTablesCommandInput;
29
12
  constructor(input: ListTablesCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TimestreamWriteClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTablesCommandInput, ListTablesCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,31 +6,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
6
6
  }
7
7
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>
11
- * List all tags on a Timestream resource.
12
- * </p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { TimestreamWriteClient, ListTagsForResourceCommand } from "@aws-sdk/client-timestream-write"; // ES Modules import
17
- * // const { TimestreamWriteClient, ListTagsForResourceCommand } = require("@aws-sdk/client-timestream-write"); // CommonJS import
18
- * const client = new TimestreamWriteClient(config);
19
- * const command = new ListTagsForResourceCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
24
- * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
25
- * @see {@link TimestreamWriteClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
9
+
28
10
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TimestreamWriteClientResolvedConfig> {
29
11
  readonly input: ListTagsForResourceCommandInput;
30
12
  constructor(input: ListTagsForResourceCommandInput);
31
- /**
32
- * @internal
33
- */
13
+
34
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TimestreamWriteClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
35
15
  private serialize;
36
16
  private deserialize;
@@ -6,33 +6,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
6
6
  }
7
7
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>
11
- * Associate a set of tags with a Timestream resource. You can then activate
12
- * these user-defined tags so that they appear on the Billing and Cost
13
- * Management console for cost allocation tracking.
14
- * </p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { TimestreamWriteClient, TagResourceCommand } from "@aws-sdk/client-timestream-write"; // ES Modules import
19
- * // const { TimestreamWriteClient, TagResourceCommand } = require("@aws-sdk/client-timestream-write"); // CommonJS import
20
- * const client = new TimestreamWriteClient(config);
21
- * const command = new TagResourceCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link TagResourceCommandInput} for command's `input` shape.
26
- * @see {@link TagResourceCommandOutput} for command's `response` shape.
27
- * @see {@link TimestreamWriteClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
9
+
30
10
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, TimestreamWriteClientResolvedConfig> {
31
11
  readonly input: TagResourceCommandInput;
32
12
  constructor(input: TagResourceCommandInput);
33
- /**
34
- * @internal
35
- */
13
+
36
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TimestreamWriteClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
37
15
  private serialize;
38
16
  private deserialize;
@@ -6,31 +6,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
6
6
  }
7
7
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>
11
- * Removes the association of tags from a Timestream resource.
12
- * </p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { TimestreamWriteClient, UntagResourceCommand } from "@aws-sdk/client-timestream-write"; // ES Modules import
17
- * // const { TimestreamWriteClient, UntagResourceCommand } = require("@aws-sdk/client-timestream-write"); // CommonJS import
18
- * const client = new TimestreamWriteClient(config);
19
- * const command = new UntagResourceCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link UntagResourceCommandInput} for command's `input` shape.
24
- * @see {@link UntagResourceCommandOutput} for command's `response` shape.
25
- * @see {@link TimestreamWriteClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
9
+
28
10
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, TimestreamWriteClientResolvedConfig> {
29
11
  readonly input: UntagResourceCommandInput;
30
12
  constructor(input: UntagResourceCommandInput);
31
- /**
32
- * @internal
33
- */
13
+
34
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TimestreamWriteClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
35
15
  private serialize;
36
16
  private deserialize;
@@ -6,33 +6,11 @@ export interface UpdateDatabaseCommandInput extends UpdateDatabaseRequest {
6
6
  }
7
7
  export interface UpdateDatabaseCommandOutput extends UpdateDatabaseResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>
11
- * Modifies the KMS key for an existing database. While updating the database,
12
- * you must specify the database name and the identifier of the new KMS key to be used (<code>KmsKeyId</code>).
13
- * If there are any concurrent <code>UpdateDatabase</code> requests, first writer wins.
14
- * </p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { TimestreamWriteClient, UpdateDatabaseCommand } from "@aws-sdk/client-timestream-write"; // ES Modules import
19
- * // const { TimestreamWriteClient, UpdateDatabaseCommand } = require("@aws-sdk/client-timestream-write"); // CommonJS import
20
- * const client = new TimestreamWriteClient(config);
21
- * const command = new UpdateDatabaseCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link UpdateDatabaseCommandInput} for command's `input` shape.
26
- * @see {@link UpdateDatabaseCommandOutput} for command's `response` shape.
27
- * @see {@link TimestreamWriteClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
9
+
30
10
  export declare class UpdateDatabaseCommand extends $Command<UpdateDatabaseCommandInput, UpdateDatabaseCommandOutput, TimestreamWriteClientResolvedConfig> {
31
11
  readonly input: UpdateDatabaseCommandInput;
32
12
  constructor(input: UpdateDatabaseCommandInput);
33
- /**
34
- * @internal
35
- */
13
+
36
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TimestreamWriteClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDatabaseCommandInput, UpdateDatabaseCommandOutput>;
37
15
  private serialize;
38
16
  private deserialize;
@@ -6,35 +6,11 @@ export interface UpdateTableCommandInput extends UpdateTableRequest {
6
6
  }
7
7
  export interface UpdateTableCommandOutput extends UpdateTableResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Modifies the retention duration of the memory store and magnetic store for your Timestream table.
11
- * Note that the change in retention duration takes effect immediately.
12
- * For example, if the retention period of the memory store was initially set to 2 hours and then changed to 24 hours,
13
- * the memory store will be capable of holding 24 hours of data, but will
14
- * be populated with 24 hours of data 22 hours after this change was made.
15
- * Timestream does not retrieve data from the magnetic store to populate the memory store. </p>
16
- * <p>Service quotas apply. For more information, see <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/ts-limits.html">Access Management</a> in the Timestream Developer Guide.</p>
17
- * @example
18
- * Use a bare-bones client and the command you need to make an API call.
19
- * ```javascript
20
- * import { TimestreamWriteClient, UpdateTableCommand } from "@aws-sdk/client-timestream-write"; // ES Modules import
21
- * // const { TimestreamWriteClient, UpdateTableCommand } = require("@aws-sdk/client-timestream-write"); // CommonJS import
22
- * const client = new TimestreamWriteClient(config);
23
- * const command = new UpdateTableCommand(input);
24
- * const response = await client.send(command);
25
- * ```
26
- *
27
- * @see {@link UpdateTableCommandInput} for command's `input` shape.
28
- * @see {@link UpdateTableCommandOutput} for command's `response` shape.
29
- * @see {@link TimestreamWriteClientResolvedConfig | config} for command's `input` shape.
30
- *
31
- */
9
+
32
10
  export declare class UpdateTableCommand extends $Command<UpdateTableCommandInput, UpdateTableCommandOutput, TimestreamWriteClientResolvedConfig> {
33
11
  readonly input: UpdateTableCommandInput;
34
12
  constructor(input: UpdateTableCommandInput);
35
- /**
36
- * @internal
37
- */
13
+
38
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TimestreamWriteClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTableCommandInput, UpdateTableCommandOutput>;
39
15
  private serialize;
40
16
  private deserialize;
@@ -6,42 +6,11 @@ export interface WriteRecordsCommandInput extends WriteRecordsRequest {
6
6
  }
7
7
  export interface WriteRecordsCommandOutput extends __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>The WriteRecords operation enables you to write your time series
11
- * data into Timestream. You can specify a single data point or a batch
12
- * of data points to be inserted into the system. Timestream offers you
13
- * with a flexible schema that auto detects the column names and data types
14
- * for your Timestream tables based on the dimension names and data types of
15
- * the data points you specify when invoking writes into the database.
16
- * Timestream support eventual consistency read semantics. This means that
17
- * when you query data immediately after writing a batch of data into Timestream,
18
- * the query results might not reflect the results of a recently completed write
19
- * operation. The results may also include some stale data. If you repeat the
20
- * query request after a short time, the results should return the latest data.
21
- * Service quotas apply. For more information,
22
- * see <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/ts-limits.html">Access Management</a> in the Timestream Developer Guide.
23
- * </p>
24
- * @example
25
- * Use a bare-bones client and the command you need to make an API call.
26
- * ```javascript
27
- * import { TimestreamWriteClient, WriteRecordsCommand } from "@aws-sdk/client-timestream-write"; // ES Modules import
28
- * // const { TimestreamWriteClient, WriteRecordsCommand } = require("@aws-sdk/client-timestream-write"); // CommonJS import
29
- * const client = new TimestreamWriteClient(config);
30
- * const command = new WriteRecordsCommand(input);
31
- * const response = await client.send(command);
32
- * ```
33
- *
34
- * @see {@link WriteRecordsCommandInput} for command's `input` shape.
35
- * @see {@link WriteRecordsCommandOutput} for command's `response` shape.
36
- * @see {@link TimestreamWriteClientResolvedConfig | config} for command's `input` shape.
37
- *
38
- */
9
+
39
10
  export declare class WriteRecordsCommand extends $Command<WriteRecordsCommandInput, WriteRecordsCommandOutput, TimestreamWriteClientResolvedConfig> {
40
11
  readonly input: WriteRecordsCommandInput;
41
12
  constructor(input: WriteRecordsCommandInput);
42
- /**
43
- * @internal
44
- */
13
+
45
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TimestreamWriteClientResolvedConfig, options?: __HttpHandlerOptions): Handler<WriteRecordsCommandInput, WriteRecordsCommandOutput>;
46
15
  private serialize;
47
16
  private deserialize;
@@ -0,0 +1,15 @@
1
+ export * from "./CreateDatabaseCommand";
2
+ export * from "./CreateTableCommand";
3
+ export * from "./DeleteDatabaseCommand";
4
+ export * from "./DeleteTableCommand";
5
+ export * from "./DescribeDatabaseCommand";
6
+ export * from "./DescribeEndpointsCommand";
7
+ export * from "./DescribeTableCommand";
8
+ export * from "./ListDatabasesCommand";
9
+ export * from "./ListTablesCommand";
10
+ export * from "./ListTagsForResourceCommand";
11
+ export * from "./TagResourceCommand";
12
+ export * from "./UntagResourceCommand";
13
+ export * from "./UpdateDatabaseCommand";
14
+ export * from "./UpdateTableCommand";
15
+ export * from "./WriteRecordsCommand";
@@ -1,21 +1,5 @@
1
- export * from "./TimestreamWriteClient";
2
1
  export * from "./TimestreamWrite";
3
- export * from "./commands/CreateDatabaseCommand";
4
- export * from "./commands/CreateTableCommand";
5
- export * from "./commands/DeleteDatabaseCommand";
6
- export * from "./commands/DeleteTableCommand";
7
- export * from "./commands/DescribeDatabaseCommand";
8
- export * from "./commands/DescribeEndpointsCommand";
9
- export * from "./commands/DescribeTableCommand";
10
- export * from "./commands/ListDatabasesCommand";
11
- export * from "./pagination/ListDatabasesPaginator";
12
- export * from "./commands/ListTablesCommand";
13
- export * from "./pagination/ListTablesPaginator";
14
- export * from "./commands/ListTagsForResourceCommand";
15
- export * from "./commands/TagResourceCommand";
16
- export * from "./commands/UntagResourceCommand";
17
- export * from "./commands/UpdateDatabaseCommand";
18
- export * from "./commands/UpdateTableCommand";
19
- export * from "./commands/WriteRecordsCommand";
20
- export * from "./pagination/Interfaces";
21
- export * from "./models/index";
2
+ export * from "./TimestreamWriteClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";