@aws-sdk/client-timestream-write 3.335.0 → 3.338.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 (89) hide show
  1. package/dist-cjs/TimestreamWriteClient.js +2 -1
  2. package/dist-cjs/commands/CreateBatchLoadTaskCommand.js +2 -1
  3. package/dist-cjs/commands/CreateDatabaseCommand.js +2 -1
  4. package/dist-cjs/commands/CreateTableCommand.js +2 -1
  5. package/dist-cjs/commands/DeleteDatabaseCommand.js +2 -1
  6. package/dist-cjs/commands/DeleteTableCommand.js +2 -1
  7. package/dist-cjs/commands/DescribeBatchLoadTaskCommand.js +2 -1
  8. package/dist-cjs/commands/DescribeDatabaseCommand.js +2 -1
  9. package/dist-cjs/commands/DescribeEndpointsCommand.js +2 -1
  10. package/dist-cjs/commands/DescribeTableCommand.js +2 -1
  11. package/dist-cjs/commands/ListBatchLoadTasksCommand.js +2 -1
  12. package/dist-cjs/commands/ListDatabasesCommand.js +2 -1
  13. package/dist-cjs/commands/ListTablesCommand.js +2 -1
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  15. package/dist-cjs/commands/ResumeBatchLoadTaskCommand.js +2 -1
  16. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  17. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  18. package/dist-cjs/commands/UpdateDatabaseCommand.js +2 -1
  19. package/dist-cjs/commands/UpdateTableCommand.js +2 -1
  20. package/dist-cjs/commands/WriteRecordsCommand.js +2 -1
  21. package/dist-cjs/index.js +2 -2
  22. package/dist-cjs/models/TimestreamWriteServiceException.js +2 -1
  23. package/dist-es/TimestreamWriteClient.js +1 -0
  24. package/dist-es/commands/CreateBatchLoadTaskCommand.js +1 -0
  25. package/dist-es/commands/CreateDatabaseCommand.js +1 -0
  26. package/dist-es/commands/CreateTableCommand.js +1 -0
  27. package/dist-es/commands/DeleteDatabaseCommand.js +1 -0
  28. package/dist-es/commands/DeleteTableCommand.js +1 -0
  29. package/dist-es/commands/DescribeBatchLoadTaskCommand.js +1 -0
  30. package/dist-es/commands/DescribeDatabaseCommand.js +1 -0
  31. package/dist-es/commands/DescribeEndpointsCommand.js +1 -0
  32. package/dist-es/commands/DescribeTableCommand.js +1 -0
  33. package/dist-es/commands/ListBatchLoadTasksCommand.js +1 -0
  34. package/dist-es/commands/ListDatabasesCommand.js +1 -0
  35. package/dist-es/commands/ListTablesCommand.js +1 -0
  36. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  37. package/dist-es/commands/ResumeBatchLoadTaskCommand.js +1 -0
  38. package/dist-es/commands/TagResourceCommand.js +1 -0
  39. package/dist-es/commands/UntagResourceCommand.js +1 -0
  40. package/dist-es/commands/UpdateDatabaseCommand.js +1 -0
  41. package/dist-es/commands/UpdateTableCommand.js +1 -0
  42. package/dist-es/commands/WriteRecordsCommand.js +1 -0
  43. package/dist-es/index.js +2 -2
  44. package/dist-es/models/TimestreamWriteServiceException.js +1 -0
  45. package/dist-types/TimestreamWriteClient.d.ts +3 -3
  46. package/dist-types/commands/CreateBatchLoadTaskCommand.d.ts +4 -0
  47. package/dist-types/commands/CreateDatabaseCommand.d.ts +4 -0
  48. package/dist-types/commands/CreateTableCommand.d.ts +4 -0
  49. package/dist-types/commands/DeleteDatabaseCommand.d.ts +4 -0
  50. package/dist-types/commands/DeleteTableCommand.d.ts +4 -0
  51. package/dist-types/commands/DescribeBatchLoadTaskCommand.d.ts +4 -0
  52. package/dist-types/commands/DescribeDatabaseCommand.d.ts +4 -0
  53. package/dist-types/commands/DescribeEndpointsCommand.d.ts +4 -0
  54. package/dist-types/commands/DescribeTableCommand.d.ts +4 -0
  55. package/dist-types/commands/ListBatchLoadTasksCommand.d.ts +4 -0
  56. package/dist-types/commands/ListDatabasesCommand.d.ts +4 -0
  57. package/dist-types/commands/ListTablesCommand.d.ts +4 -0
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  59. package/dist-types/commands/ResumeBatchLoadTaskCommand.d.ts +4 -0
  60. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  61. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  62. package/dist-types/commands/UpdateDatabaseCommand.d.ts +4 -0
  63. package/dist-types/commands/UpdateTableCommand.d.ts +4 -0
  64. package/dist-types/commands/WriteRecordsCommand.d.ts +4 -0
  65. package/dist-types/index.d.ts +19 -2
  66. package/dist-types/models/TimestreamWriteServiceException.d.ts +1 -0
  67. package/dist-types/ts3.4/TimestreamWriteClient.d.ts +3 -3
  68. package/dist-types/ts3.4/commands/CreateBatchLoadTaskCommand.d.ts +1 -0
  69. package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +1 -0
  70. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +1 -0
  71. package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +1 -0
  72. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +1 -0
  73. package/dist-types/ts3.4/commands/DescribeBatchLoadTaskCommand.d.ts +1 -0
  74. package/dist-types/ts3.4/commands/DescribeDatabaseCommand.d.ts +1 -0
  75. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +1 -0
  76. package/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +1 -0
  77. package/dist-types/ts3.4/commands/ListBatchLoadTasksCommand.d.ts +1 -0
  78. package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +1 -0
  79. package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +1 -0
  80. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  81. package/dist-types/ts3.4/commands/ResumeBatchLoadTaskCommand.d.ts +1 -0
  82. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  83. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  84. package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +1 -0
  85. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +1 -0
  86. package/dist-types/ts3.4/commands/WriteRecordsCommand.d.ts +1 -0
  87. package/dist-types/ts3.4/index.d.ts +2 -2
  88. package/dist-types/ts3.4/models/TimestreamWriteServiceException.d.ts +1 -0
  89. package/package.json +29 -29
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeBatchLoadTaskRequest, DescribeBatchLoadTaskResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeDatabaseRequest, DescribeDatabaseResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeEndpointsRequest, DescribeEndpointsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeTableRequest, DescribeTableResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListBatchLoadTasksRequest, ListBatchLoadTasksResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListDatabasesRequest, ListDatabasesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTablesRequest, ListTablesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ResumeBatchLoadTaskRequest, ResumeBatchLoadTaskResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateDatabaseRequest, UpdateDatabaseResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateTableRequest, UpdateTableResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { WriteRecordsRequest, WriteRecordsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,23 @@
1
- export * from "./TimestreamWrite";
1
+ /**
2
+ * <fullname>Amazon Timestream Write</fullname>
3
+ * <p>Amazon Timestream is a fast, scalable, fully managed time-series database service
4
+ * that makes it easy to store and analyze trillions of time-series data points per day. With
5
+ * Timestream, you can easily store and analyze IoT sensor data to derive insights
6
+ * from your IoT applications. You can analyze industrial telemetry to streamline equipment
7
+ * management and maintenance. You can also store and analyze log data and metrics to improve
8
+ * the performance and availability of your applications. </p>
9
+ * <p>Timestream is built from the ground up to effectively ingest, process, and
10
+ * store time-series data. It organizes data to optimize query processing. It automatically
11
+ * scales based on the volume of data ingested and on the query volume to ensure you receive
12
+ * optimal performance while inserting and querying data. As your data grows over time,
13
+ * Timestream’s adaptive query processing engine spans across storage tiers to
14
+ * provide fast analysis while reducing costs.</p>
15
+ *
16
+ * @packageDocumentation
17
+ */
2
18
  export * from "./TimestreamWriteClient";
19
+ export * from "./TimestreamWrite";
3
20
  export * from "./commands";
4
- export * from "./models";
5
21
  export * from "./pagination";
22
+ export * from "./models";
6
23
  export { TimestreamWriteServiceException } from "./models/TimestreamWriteServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -131,6 +131,7 @@ import {
131
131
  ClientResolvedEndpointParameters,
132
132
  EndpointParameters,
133
133
  } from "./endpoint/EndpointParameters";
134
+ export { __Client };
134
135
  export type ServiceInputTypes =
135
136
  | CreateBatchLoadTaskCommandInput
136
137
  | CreateDatabaseCommandInput
@@ -196,7 +197,7 @@ export interface ClientDefaults
196
197
  logger?: __Logger;
197
198
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
198
199
  }
199
- type TimestreamWriteClientConfigType = Partial<
200
+ export type TimestreamWriteClientConfigType = Partial<
200
201
  __SmithyConfiguration<__HttpHandlerOptions>
201
202
  > &
202
203
  ClientDefaults &
@@ -210,7 +211,7 @@ type TimestreamWriteClientConfigType = Partial<
210
211
  ClientInputEndpointParameters;
211
212
  export interface TimestreamWriteClientConfig
212
213
  extends TimestreamWriteClientConfigType {}
213
- type TimestreamWriteClientResolvedConfigType =
214
+ export type TimestreamWriteClientResolvedConfigType =
214
215
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
215
216
  Required<ClientDefaults> &
216
217
  RegionResolvedConfig &
@@ -233,4 +234,3 @@ export declare class TimestreamWriteClient extends __Client<
233
234
  constructor(configuration: TimestreamWriteClientConfig);
234
235
  destroy(): void;
235
236
  }
236
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  TimestreamWriteClientResolvedConfig,
17
17
  } from "../TimestreamWriteClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateBatchLoadTaskCommandInput
19
20
  extends CreateBatchLoadTaskRequest {}
20
21
  export interface CreateBatchLoadTaskCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  TimestreamWriteClientResolvedConfig,
17
17
  } from "../TimestreamWriteClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateDatabaseCommandInput extends CreateDatabaseRequest {}
19
20
  export interface CreateDatabaseCommandOutput
20
21
  extends CreateDatabaseResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  TimestreamWriteClientResolvedConfig,
14
14
  } from "../TimestreamWriteClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateTableCommandInput extends CreateTableRequest {}
16
17
  export interface CreateTableCommandOutput
17
18
  extends CreateTableResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  TimestreamWriteClientResolvedConfig,
14
14
  } from "../TimestreamWriteClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteDatabaseCommandInput extends DeleteDatabaseRequest {}
16
17
  export interface DeleteDatabaseCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeleteDatabaseCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  TimestreamWriteClientResolvedConfig,
14
14
  } from "../TimestreamWriteClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteTableCommandInput extends DeleteTableRequest {}
16
17
  export interface DeleteTableCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeleteTableCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  TimestreamWriteClientResolvedConfig,
17
17
  } from "../TimestreamWriteClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeBatchLoadTaskCommandInput
19
20
  extends DescribeBatchLoadTaskRequest {}
20
21
  export interface DescribeBatchLoadTaskCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  TimestreamWriteClientResolvedConfig,
17
17
  } from "../TimestreamWriteClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeDatabaseCommandInput extends DescribeDatabaseRequest {}
19
20
  export interface DescribeDatabaseCommandOutput
20
21
  extends DescribeDatabaseResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  TimestreamWriteClientResolvedConfig,
17
17
  } from "../TimestreamWriteClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeEndpointsCommandInput
19
20
  extends DescribeEndpointsRequest {}
20
21
  export interface DescribeEndpointsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  TimestreamWriteClientResolvedConfig,
17
17
  } from "../TimestreamWriteClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeTableCommandInput extends DescribeTableRequest {}
19
20
  export interface DescribeTableCommandOutput
20
21
  extends DescribeTableResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  TimestreamWriteClientResolvedConfig,
17
17
  } from "../TimestreamWriteClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListBatchLoadTasksCommandInput
19
20
  extends ListBatchLoadTasksRequest {}
20
21
  export interface ListBatchLoadTasksCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  TimestreamWriteClientResolvedConfig,
17
17
  } from "../TimestreamWriteClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListDatabasesCommandInput extends ListDatabasesRequest {}
19
20
  export interface ListDatabasesCommandOutput
20
21
  extends ListDatabasesResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  TimestreamWriteClientResolvedConfig,
14
14
  } from "../TimestreamWriteClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListTablesCommandInput extends ListTablesRequest {}
16
17
  export interface ListTablesCommandOutput
17
18
  extends ListTablesResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  TimestreamWriteClientResolvedConfig,
17
17
  } from "../TimestreamWriteClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceRequest {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  TimestreamWriteClientResolvedConfig,
17
17
  } from "../TimestreamWriteClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ResumeBatchLoadTaskCommandInput
19
20
  extends ResumeBatchLoadTaskRequest {}
20
21
  export interface ResumeBatchLoadTaskCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  TimestreamWriteClientResolvedConfig,
14
14
  } from "../TimestreamWriteClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface TagResourceCommandInput extends TagResourceRequest {}
16
17
  export interface TagResourceCommandOutput
17
18
  extends TagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  TimestreamWriteClientResolvedConfig,
17
17
  } from "../TimestreamWriteClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
19
20
  export interface UntagResourceCommandOutput
20
21
  extends UntagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  TimestreamWriteClientResolvedConfig,
17
17
  } from "../TimestreamWriteClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateDatabaseCommandInput extends UpdateDatabaseRequest {}
19
20
  export interface UpdateDatabaseCommandOutput
20
21
  extends UpdateDatabaseResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  TimestreamWriteClientResolvedConfig,
14
14
  } from "../TimestreamWriteClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdateTableCommandInput extends UpdateTableRequest {}
16
17
  export interface UpdateTableCommandOutput
17
18
  extends UpdateTableResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  TimestreamWriteClientResolvedConfig,
14
14
  } from "../TimestreamWriteClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface WriteRecordsCommandInput extends WriteRecordsRequest {}
16
17
  export interface WriteRecordsCommandOutput
17
18
  extends WriteRecordsResponse,
@@ -1,6 +1,6 @@
1
- export * from "./TimestreamWrite";
2
1
  export * from "./TimestreamWriteClient";
2
+ export * from "./TimestreamWrite";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { TimestreamWriteServiceException } from "./models/TimestreamWriteServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class TimestreamWriteServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-timestream-write",
3
3
  "description": "AWS SDK for JavaScript Timestream Write Client for Node.js, Browser and React Native",
4
- "version": "3.335.0",
4
+ "version": "3.338.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,37 +21,37 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.335.0",
25
- "@aws-sdk/config-resolver": "3.329.0",
26
- "@aws-sdk/credential-provider-node": "3.335.0",
27
- "@aws-sdk/fetch-http-handler": "3.329.0",
28
- "@aws-sdk/hash-node": "3.329.0",
29
- "@aws-sdk/invalid-dependency": "3.329.0",
30
- "@aws-sdk/middleware-content-length": "3.329.0",
31
- "@aws-sdk/middleware-endpoint": "3.329.0",
32
- "@aws-sdk/middleware-endpoint-discovery": "3.329.0",
33
- "@aws-sdk/middleware-host-header": "3.329.0",
34
- "@aws-sdk/middleware-logger": "3.329.0",
35
- "@aws-sdk/middleware-recursion-detection": "3.329.0",
36
- "@aws-sdk/middleware-retry": "3.329.0",
37
- "@aws-sdk/middleware-serde": "3.329.0",
38
- "@aws-sdk/middleware-signing": "3.329.0",
39
- "@aws-sdk/middleware-stack": "3.329.0",
40
- "@aws-sdk/middleware-user-agent": "3.332.0",
41
- "@aws-sdk/node-config-provider": "3.329.0",
42
- "@aws-sdk/node-http-handler": "3.329.0",
43
- "@aws-sdk/smithy-client": "3.329.0",
44
- "@aws-sdk/types": "3.329.0",
45
- "@aws-sdk/url-parser": "3.329.0",
24
+ "@aws-sdk/client-sts": "3.338.0",
25
+ "@aws-sdk/config-resolver": "3.338.0",
26
+ "@aws-sdk/credential-provider-node": "3.338.0",
27
+ "@aws-sdk/fetch-http-handler": "3.338.0",
28
+ "@aws-sdk/hash-node": "3.338.0",
29
+ "@aws-sdk/invalid-dependency": "3.338.0",
30
+ "@aws-sdk/middleware-content-length": "3.338.0",
31
+ "@aws-sdk/middleware-endpoint": "3.338.0",
32
+ "@aws-sdk/middleware-endpoint-discovery": "3.338.0",
33
+ "@aws-sdk/middleware-host-header": "3.338.0",
34
+ "@aws-sdk/middleware-logger": "3.338.0",
35
+ "@aws-sdk/middleware-recursion-detection": "3.338.0",
36
+ "@aws-sdk/middleware-retry": "3.338.0",
37
+ "@aws-sdk/middleware-serde": "3.338.0",
38
+ "@aws-sdk/middleware-signing": "3.338.0",
39
+ "@aws-sdk/middleware-stack": "3.338.0",
40
+ "@aws-sdk/middleware-user-agent": "3.338.0",
41
+ "@aws-sdk/node-config-provider": "3.338.0",
42
+ "@aws-sdk/node-http-handler": "3.338.0",
43
+ "@aws-sdk/smithy-client": "3.338.0",
44
+ "@aws-sdk/types": "3.338.0",
45
+ "@aws-sdk/url-parser": "3.338.0",
46
46
  "@aws-sdk/util-base64": "3.310.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.310.0",
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.329.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.329.0",
51
- "@aws-sdk/util-endpoints": "3.332.0",
52
- "@aws-sdk/util-retry": "3.329.0",
53
- "@aws-sdk/util-user-agent-browser": "3.329.0",
54
- "@aws-sdk/util-user-agent-node": "3.329.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.338.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.338.0",
51
+ "@aws-sdk/util-endpoints": "3.338.0",
52
+ "@aws-sdk/util-retry": "3.338.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.338.0",
54
+ "@aws-sdk/util-user-agent-node": "3.338.0",
55
55
  "@aws-sdk/util-utf8": "3.310.0",
56
56
  "@smithy/protocol-http": "^1.0.1",
57
57
  "@smithy/types": "^1.0.0",