@aws-sdk/client-timestream-write 3.533.0 → 3.540.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 (49) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/TimestreamWrite.d.ts +5 -1
  6. package/dist-types/TimestreamWriteClient.d.ts +1 -1
  7. package/dist-types/commands/CreateBatchLoadTaskCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateDatabaseCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateTableCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteDatabaseCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteTableCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeBatchLoadTaskCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeDatabaseCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeEndpointsCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeTableCommand.d.ts +2 -1
  16. package/dist-types/commands/ListBatchLoadTasksCommand.d.ts +2 -1
  17. package/dist-types/commands/ListDatabasesCommand.d.ts +2 -1
  18. package/dist-types/commands/ListTablesCommand.d.ts +2 -1
  19. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  20. package/dist-types/commands/ResumeBatchLoadTaskCommand.d.ts +2 -1
  21. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  22. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  23. package/dist-types/commands/UpdateDatabaseCommand.d.ts +2 -1
  24. package/dist-types/commands/UpdateTableCommand.d.ts +2 -1
  25. package/dist-types/commands/WriteRecordsCommand.d.ts +2 -1
  26. package/dist-types/index.d.ts +0 -1
  27. package/dist-types/models/models_0.d.ts +220 -220
  28. package/dist-types/ts3.4/TimestreamWrite.d.ts +4 -0
  29. package/dist-types/ts3.4/commands/CreateBatchLoadTaskCommand.d.ts +9 -0
  30. package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +9 -0
  31. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +9 -0
  32. package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +9 -0
  33. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +9 -0
  34. package/dist-types/ts3.4/commands/DescribeBatchLoadTaskCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/DescribeDatabaseCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/ListBatchLoadTasksCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/ResumeBatchLoadTaskCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/WriteRecordsCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/index.d.ts +0 -1
  49. package/package.json +41 -41
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -1510,9 +1510,6 @@ var paginateListDatabases = (0, import_core4.createPaginator)(TimestreamWriteCli
1510
1510
  // src/pagination/ListTablesPaginator.ts
1511
1511
  var import_core5 = require("@smithy/core");
1512
1512
  var paginateListTables = (0, import_core5.createPaginator)(TimestreamWriteClient, ListTablesCommand, "NextToken", "NextToken", "MaxResults");
1513
-
1514
- // src/index.ts
1515
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
1516
1513
  // Annotate the CommonJS export names for ESM import in node:
1517
1514
 
1518
1515
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,5 +3,4 @@ export * from "./TimestreamWrite";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { TimestreamWriteServiceException } from "./models/TimestreamWriteServiceException";
@@ -65,6 +65,7 @@ export interface TimestreamWrite {
65
65
  /**
66
66
  * @see {@link DescribeEndpointsCommand}
67
67
  */
68
+ describeEndpoints(): Promise<DescribeEndpointsCommandOutput>;
68
69
  describeEndpoints(args: DescribeEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEndpointsCommandOutput>;
69
70
  describeEndpoints(args: DescribeEndpointsCommandInput, cb: (err: any, data?: DescribeEndpointsCommandOutput) => void): void;
70
71
  describeEndpoints(args: DescribeEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEndpointsCommandOutput) => void): void;
@@ -77,18 +78,21 @@ export interface TimestreamWrite {
77
78
  /**
78
79
  * @see {@link ListBatchLoadTasksCommand}
79
80
  */
81
+ listBatchLoadTasks(): Promise<ListBatchLoadTasksCommandOutput>;
80
82
  listBatchLoadTasks(args: ListBatchLoadTasksCommandInput, options?: __HttpHandlerOptions): Promise<ListBatchLoadTasksCommandOutput>;
81
83
  listBatchLoadTasks(args: ListBatchLoadTasksCommandInput, cb: (err: any, data?: ListBatchLoadTasksCommandOutput) => void): void;
82
84
  listBatchLoadTasks(args: ListBatchLoadTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBatchLoadTasksCommandOutput) => void): void;
83
85
  /**
84
86
  * @see {@link ListDatabasesCommand}
85
87
  */
88
+ listDatabases(): Promise<ListDatabasesCommandOutput>;
86
89
  listDatabases(args: ListDatabasesCommandInput, options?: __HttpHandlerOptions): Promise<ListDatabasesCommandOutput>;
87
90
  listDatabases(args: ListDatabasesCommandInput, cb: (err: any, data?: ListDatabasesCommandOutput) => void): void;
88
91
  listDatabases(args: ListDatabasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDatabasesCommandOutput) => void): void;
89
92
  /**
90
93
  * @see {@link ListTablesCommand}
91
94
  */
95
+ listTables(): Promise<ListTablesCommandOutput>;
92
96
  listTables(args: ListTablesCommandInput, options?: __HttpHandlerOptions): Promise<ListTablesCommandOutput>;
93
97
  listTables(args: ListTablesCommandInput, cb: (err: any, data?: ListTablesCommandOutput) => void): void;
94
98
  listTables(args: ListTablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTablesCommandOutput) => void): void;
@@ -136,7 +140,6 @@ export interface TimestreamWrite {
136
140
  writeRecords(args: WriteRecordsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: WriteRecordsCommandOutput) => void): void;
137
141
  }
138
142
  /**
139
- * @public
140
143
  * <fullname>Amazon Timestream Write</fullname>
141
144
  * <p>Amazon Timestream is a fast, scalable, fully managed time-series database service
142
145
  * that makes it easy to store and analyze trillions of time-series data points per day. With
@@ -150,6 +153,7 @@ export interface TimestreamWrite {
150
153
  * optimal performance while inserting and querying data. As your data grows over time,
151
154
  * Timestream’s adaptive query processing engine spans across storage tiers to
152
155
  * provide fast analysis while reducing costs.</p>
156
+ * @public
153
157
  */
154
158
  export declare class TimestreamWrite extends TimestreamWriteClient implements TimestreamWrite {
155
159
  }
@@ -177,7 +177,6 @@ export type TimestreamWriteClientResolvedConfigType = __SmithyResolvedConfigurat
177
177
  export interface TimestreamWriteClientResolvedConfig extends TimestreamWriteClientResolvedConfigType {
178
178
  }
179
179
  /**
180
- * @public
181
180
  * <fullname>Amazon Timestream Write</fullname>
182
181
  * <p>Amazon Timestream is a fast, scalable, fully managed time-series database service
183
182
  * that makes it easy to store and analyze trillions of time-series data points per day. With
@@ -191,6 +190,7 @@ export interface TimestreamWriteClientResolvedConfig extends TimestreamWriteClie
191
190
  * optimal performance while inserting and querying data. As your data grows over time,
192
191
  * Timestream’s adaptive query processing engine spans across storage tiers to
193
192
  * provide fast analysis while reducing costs.</p>
193
+ * @public
194
194
  */
195
195
  export declare class TimestreamWriteClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig> {
196
196
  /**
@@ -22,10 +22,10 @@ export interface CreateBatchLoadTaskCommandOutput extends CreateBatchLoadTaskRes
22
22
  }
23
23
  declare const CreateBatchLoadTaskCommand_base: {
24
24
  new (input: CreateBatchLoadTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBatchLoadTaskCommandInput, CreateBatchLoadTaskCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateBatchLoadTaskCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBatchLoadTaskCommandInput, CreateBatchLoadTaskCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new Timestream batch load task. A batch load task processes data from
30
30
  * a CSV source in an S3 location and writes to a Timestream table. A mapping from
31
31
  * source to target is defined in a batch load task. Errors and events are written to a report
@@ -157,6 +157,7 @@ declare const CreateBatchLoadTaskCommand_base: {
157
157
  * @throws {@link TimestreamWriteServiceException}
158
158
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
159
159
  *
160
+ * @public
160
161
  */
161
162
  export declare class CreateBatchLoadTaskCommand extends CreateBatchLoadTaskCommand_base {
162
163
  }
@@ -22,10 +22,10 @@ export interface CreateDatabaseCommandOutput extends CreateDatabaseResponse, __M
22
22
  }
23
23
  declare const CreateDatabaseCommand_base: {
24
24
  new (input: CreateDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatabaseCommandInput, CreateDatabaseCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatabaseCommandInput, CreateDatabaseCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new Timestream database. If the KMS key is not
30
30
  * specified, the database will be encrypted with a Timestream managed KMS key located in your account. For more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon Web Services managed keys</a>. <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/ts-limits.html">Service quotas apply</a>. For
31
31
  * details, see <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/code-samples.create-db.html">code sample</a>.
@@ -95,6 +95,7 @@ declare const CreateDatabaseCommand_base: {
95
95
  * @throws {@link TimestreamWriteServiceException}
96
96
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
97
97
  *
98
+ * @public
98
99
  */
99
100
  export declare class CreateDatabaseCommand extends CreateDatabaseCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface CreateTableCommandOutput extends CreateTableResponse, __Metadat
22
22
  }
23
23
  declare const CreateTableCommand_base: {
24
24
  new (input: CreateTableCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTableCommandInput, CreateTableCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateTableCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTableCommandInput, CreateTableCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds a new table to an existing database in your account. In an Amazon Web Services account, table names must be at least unique within each Region if they are in the same
30
30
  * database. You might have identical table names in the same Region if the tables are in
31
31
  * separate databases. While creating the table, you must specify the table name, database
@@ -149,6 +149,7 @@ declare const CreateTableCommand_base: {
149
149
  * @throws {@link TimestreamWriteServiceException}
150
150
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
151
151
  *
152
+ * @public
152
153
  */
153
154
  export declare class CreateTableCommand extends CreateTableCommand_base {
154
155
  }
@@ -22,10 +22,10 @@ export interface DeleteDatabaseCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteDatabaseCommand_base: {
24
24
  new (input: DeleteDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDatabaseCommandInput, DeleteDatabaseCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDatabaseCommandInput, DeleteDatabaseCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a given Timestream database. <i>This is an irreversible
30
30
  * operation. After a database is deleted, the time-series data from its tables cannot be
31
31
  * recovered.</i>
@@ -84,6 +84,7 @@ declare const DeleteDatabaseCommand_base: {
84
84
  * @throws {@link TimestreamWriteServiceException}
85
85
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class DeleteDatabaseCommand extends DeleteDatabaseCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface DeleteTableCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteTableCommand_base: {
24
24
  new (input: DeleteTableCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTableCommandInput, DeleteTableCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteTableCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTableCommandInput, DeleteTableCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a given Timestream table. This is an irreversible operation. After a
30
30
  * Timestream database table is deleted, the time-series data stored in the table
31
31
  * cannot be recovered. </p>
@@ -82,6 +82,7 @@ declare const DeleteTableCommand_base: {
82
82
  * @throws {@link TimestreamWriteServiceException}
83
83
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class DeleteTableCommand extends DeleteTableCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface DescribeBatchLoadTaskCommandOutput extends DescribeBatchLoadTas
22
22
  }
23
23
  declare const DescribeBatchLoadTaskCommand_base: {
24
24
  new (input: DescribeBatchLoadTaskCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBatchLoadTaskCommandInput, DescribeBatchLoadTaskCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeBatchLoadTaskCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBatchLoadTaskCommandInput, DescribeBatchLoadTaskCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the batch load task, including configurations, mappings,
30
30
  * progress, and other details. <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/ts-limits.html">Service quotas apply</a>. See
31
31
  * <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/code-samples.describe-batch-load.html">code
@@ -157,6 +157,7 @@ declare const DescribeBatchLoadTaskCommand_base: {
157
157
  * @throws {@link TimestreamWriteServiceException}
158
158
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
159
159
  *
160
+ * @public
160
161
  */
161
162
  export declare class DescribeBatchLoadTaskCommand extends DescribeBatchLoadTaskCommand_base {
162
163
  }
@@ -22,10 +22,10 @@ export interface DescribeDatabaseCommandOutput extends DescribeDatabaseResponse,
22
22
  }
23
23
  declare const DescribeDatabaseCommand_base: {
24
24
  new (input: DescribeDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDatabaseCommandInput, DescribeDatabaseCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDatabaseCommandInput, DescribeDatabaseCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the database, including the database name, time that the
30
30
  * database was created, and the total number of tables found within the database. <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/ts-limits.html">Service
31
31
  * quotas apply</a>. See <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/code-samples.describe-db.html">code sample</a>
@@ -85,6 +85,7 @@ declare const DescribeDatabaseCommand_base: {
85
85
  * @throws {@link TimestreamWriteServiceException}
86
86
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class DescribeDatabaseCommand extends DescribeDatabaseCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons
22
22
  }
23
23
  declare const DescribeEndpointsCommand_base: {
24
24
  new (input: DescribeEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeEndpointsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of available endpoints to make Timestream API calls against.
30
30
  * This API operation is available through both the Write and Query APIs.</p>
31
31
  * <p>Because the Timestream SDKs are designed to transparently work with the
@@ -88,6 +88,7 @@ declare const DescribeEndpointsCommand_base: {
88
88
  * @throws {@link TimestreamWriteServiceException}
89
89
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class DescribeEndpointsCommand extends DescribeEndpointsCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface DescribeTableCommandOutput extends DescribeTableResponse, __Met
22
22
  }
23
23
  declare const DescribeTableCommand_base: {
24
24
  new (input: DescribeTableCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTableCommandInput, DescribeTableCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeTableCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTableCommandInput, DescribeTableCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the table, including the table name, database name, retention
30
30
  * duration of the memory store and the magnetic store. <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/ts-limits.html">Service quotas apply</a>. See
31
31
  * <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/code-samples.describe-table.html">code
@@ -110,6 +110,7 @@ declare const DescribeTableCommand_base: {
110
110
  * @throws {@link TimestreamWriteServiceException}
111
111
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
112
112
  *
113
+ * @public
113
114
  */
114
115
  export declare class DescribeTableCommand extends DescribeTableCommand_base {
115
116
  }
@@ -22,10 +22,10 @@ export interface ListBatchLoadTasksCommandOutput extends ListBatchLoadTasksRespo
22
22
  }
23
23
  declare const ListBatchLoadTasksCommand_base: {
24
24
  new (input: ListBatchLoadTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListBatchLoadTasksCommandInput, ListBatchLoadTasksCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListBatchLoadTasksCommandInput]): import("@smithy/smithy-client").CommandImpl<ListBatchLoadTasksCommandInput, ListBatchLoadTasksCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides a list of batch load tasks, along with the name, status, when the task is
30
30
  * resumable until, and other details. See <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/code-samples.list-batch-load-tasks.html">code
31
31
  * sample</a> for details.</p>
@@ -86,6 +86,7 @@ declare const ListBatchLoadTasksCommand_base: {
86
86
  * @throws {@link TimestreamWriteServiceException}
87
87
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class ListBatchLoadTasksCommand extends ListBatchLoadTasksCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface ListDatabasesCommandOutput extends ListDatabasesResponse, __Met
22
22
  }
23
23
  declare const ListDatabasesCommand_base: {
24
24
  new (input: ListDatabasesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDatabasesCommandInput, ListDatabasesCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDatabasesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDatabasesCommandInput, ListDatabasesCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
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
30
30
  * <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/code-samples.list-db.html">code sample</a> for
31
31
  * details. </p>
@@ -84,6 +84,7 @@ declare const ListDatabasesCommand_base: {
84
84
  * @throws {@link TimestreamWriteServiceException}
85
85
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class ListDatabasesCommand extends ListDatabasesCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface ListTablesCommandOutput extends ListTablesResponse, __MetadataB
22
22
  }
23
23
  declare const ListTablesCommand_base: {
24
24
  new (input: ListTablesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTablesCommandInput, ListTablesCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListTablesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTablesCommandInput, ListTablesCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides a list of tables, along with the name, status, and retention properties of each
30
30
  * table. See <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/code-samples.list-table.html">code sample</a>
31
31
  * for details. </p>
@@ -113,6 +113,7 @@ declare const ListTablesCommand_base: {
113
113
  * @throws {@link TimestreamWriteServiceException}
114
114
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
115
115
  *
116
+ * @public
116
117
  */
117
118
  export declare class ListTablesCommand extends ListTablesCommand_base {
118
119
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Lists all tags on a Timestream resource. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const ListTagsForResourceCommand_base: {
72
72
  * @throws {@link TimestreamWriteServiceException}
73
73
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface ResumeBatchLoadTaskCommandOutput extends ResumeBatchLoadTaskRes
22
22
  }
23
23
  declare const ResumeBatchLoadTaskCommand_base: {
24
24
  new (input: ResumeBatchLoadTaskCommandInput): import("@smithy/smithy-client").CommandImpl<ResumeBatchLoadTaskCommandInput, ResumeBatchLoadTaskCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ResumeBatchLoadTaskCommandInput): import("@smithy/smithy-client").CommandImpl<ResumeBatchLoadTaskCommandInput, ResumeBatchLoadTaskCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * </p>
31
31
  * @example
@@ -74,6 +74,7 @@ declare const ResumeBatchLoadTaskCommand_base: {
74
74
  * @throws {@link TimestreamWriteServiceException}
75
75
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class ResumeBatchLoadTaskCommand extends ResumeBatchLoadTaskCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Associates a set of tags with a Timestream resource. You can then activate
30
30
  * these user-defined tags so that they appear on the Billing and Cost Management console for
31
31
  * cost allocation tracking. </p>
@@ -76,6 +76,7 @@ declare const TagResourceCommand_base: {
76
76
  * @throws {@link TimestreamWriteServiceException}
77
77
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class TagResourceCommand extends TagResourceCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Removes the association of tags from a Timestream resource. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const UntagResourceCommand_base: {
71
71
  * @throws {@link TimestreamWriteServiceException}
72
72
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface UpdateDatabaseCommandOutput extends UpdateDatabaseResponse, __M
22
22
  }
23
23
  declare const UpdateDatabaseCommand_base: {
24
24
  new (input: UpdateDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDatabaseCommandInput, UpdateDatabaseCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDatabaseCommandInput, UpdateDatabaseCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Modifies the KMS key for an existing database. While updating the
30
30
  * database, you must specify the database name and the identifier of the new KMS key to be used (<code>KmsKeyId</code>). If there are any concurrent
31
31
  * <code>UpdateDatabase</code> requests, first writer wins. </p>
@@ -90,6 +90,7 @@ declare const UpdateDatabaseCommand_base: {
90
90
  * @throws {@link TimestreamWriteServiceException}
91
91
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class UpdateDatabaseCommand extends UpdateDatabaseCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface UpdateTableCommandOutput extends UpdateTableResponse, __Metadat
22
22
  }
23
23
  declare const UpdateTableCommand_base: {
24
24
  new (input: UpdateTableCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTableCommandInput, UpdateTableCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateTableCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTableCommandInput, UpdateTableCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
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.
30
30
  * For example, if the retention period of the memory store was initially set to 2 hours and
31
31
  * then changed to 24 hours, the memory store will be capable of holding 24 hours of data, but
@@ -136,6 +136,7 @@ declare const UpdateTableCommand_base: {
136
136
  * @throws {@link TimestreamWriteServiceException}
137
137
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
138
138
  *
139
+ * @public
139
140
  */
140
141
  export declare class UpdateTableCommand extends UpdateTableCommand_base {
141
142
  }
@@ -22,10 +22,10 @@ export interface WriteRecordsCommandOutput extends WriteRecordsResponse, __Metad
22
22
  }
23
23
  declare const WriteRecordsCommand_base: {
24
24
  new (input: WriteRecordsCommandInput): import("@smithy/smithy-client").CommandImpl<WriteRecordsCommandInput, WriteRecordsCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: WriteRecordsCommandInput): import("@smithy/smithy-client").CommandImpl<WriteRecordsCommandInput, WriteRecordsCommandOutput, TimestreamWriteClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Enables you to write your time-series data into Timestream. You can specify a
30
30
  * single data point or a batch of data points to be inserted into the system. Timestream offers you a flexible schema that auto detects the column names and data
31
31
  * types for your Timestream tables based on the dimension names and data types of
@@ -196,6 +196,7 @@ declare const WriteRecordsCommand_base: {
196
196
  * @throws {@link TimestreamWriteServiceException}
197
197
  * <p>Base exception class for all service exceptions from TimestreamWrite service.</p>
198
198
  *
199
+ * @public
199
200
  */
200
201
  export declare class WriteRecordsCommand extends WriteRecordsCommand_base {
201
202
  }
@@ -23,5 +23,4 @@ export { TimestreamWriteExtensionConfiguration } from "./extensionConfiguration"
23
23
  export * from "./commands";
24
24
  export * from "./pagination";
25
25
  export * from "./models";
26
- import "@aws-sdk/util-endpoints";
27
26
  export { TimestreamWriteServiceException } from "./models/TimestreamWriteServiceException";