@aws-sdk/client-timestream-write 3.588.0 → 3.592.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.
- package/dist-cjs/index.js +0 -19
- package/dist-types/TimestreamWriteClient.d.ts +4 -4
- package/dist-types/commands/CreateBatchLoadTaskCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatabaseCommand.d.ts +2 -1
- package/dist-types/commands/CreateTableCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDatabaseCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTableCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBatchLoadTaskCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatabaseCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTableCommand.d.ts +2 -1
- package/dist-types/commands/ListBatchLoadTasksCommand.d.ts +2 -1
- package/dist-types/commands/ListDatabasesCommand.d.ts +2 -1
- package/dist-types/commands/ListTablesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ResumeBatchLoadTaskCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDatabaseCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTableCommand.d.ts +2 -1
- package/dist-types/commands/WriteRecordsCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/TimestreamWriteServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/TimestreamWriteClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateBatchLoadTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeBatchLoadTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeDatabaseCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListBatchLoadTasksCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ResumeBatchLoadTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/WriteRecordsCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/TimestreamWriteServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -88,7 +88,6 @@ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
|
|
|
88
88
|
var import_middleware_endpoint = require("@smithy/middleware-endpoint");
|
|
89
89
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
90
90
|
|
|
91
|
-
var import_types = require("@smithy/types");
|
|
92
91
|
|
|
93
92
|
// src/endpoint/EndpointParameters.ts
|
|
94
93
|
var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
|
|
@@ -1134,7 +1133,6 @@ var TimestreamWriteClient = _TimestreamWriteClient;
|
|
|
1134
1133
|
|
|
1135
1134
|
|
|
1136
1135
|
|
|
1137
|
-
|
|
1138
1136
|
var _CreateBatchLoadTaskCommand = class _CreateBatchLoadTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1139
1137
|
...commonParams
|
|
1140
1138
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1153,7 +1151,6 @@ var CreateBatchLoadTaskCommand = _CreateBatchLoadTaskCommand;
|
|
|
1153
1151
|
|
|
1154
1152
|
|
|
1155
1153
|
|
|
1156
|
-
|
|
1157
1154
|
var _CreateDatabaseCommand = class _CreateDatabaseCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1158
1155
|
...commonParams
|
|
1159
1156
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1172,7 +1169,6 @@ var CreateDatabaseCommand = _CreateDatabaseCommand;
|
|
|
1172
1169
|
|
|
1173
1170
|
|
|
1174
1171
|
|
|
1175
|
-
|
|
1176
1172
|
var _CreateTableCommand = class _CreateTableCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1177
1173
|
...commonParams
|
|
1178
1174
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1191,7 +1187,6 @@ var CreateTableCommand = _CreateTableCommand;
|
|
|
1191
1187
|
|
|
1192
1188
|
|
|
1193
1189
|
|
|
1194
|
-
|
|
1195
1190
|
var _DeleteDatabaseCommand = class _DeleteDatabaseCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1196
1191
|
...commonParams
|
|
1197
1192
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1210,7 +1205,6 @@ var DeleteDatabaseCommand = _DeleteDatabaseCommand;
|
|
|
1210
1205
|
|
|
1211
1206
|
|
|
1212
1207
|
|
|
1213
|
-
|
|
1214
1208
|
var _DeleteTableCommand = class _DeleteTableCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1215
1209
|
...commonParams
|
|
1216
1210
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1229,7 +1223,6 @@ var DeleteTableCommand = _DeleteTableCommand;
|
|
|
1229
1223
|
|
|
1230
1224
|
|
|
1231
1225
|
|
|
1232
|
-
|
|
1233
1226
|
var _DescribeBatchLoadTaskCommand = class _DescribeBatchLoadTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1234
1227
|
...commonParams
|
|
1235
1228
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1248,7 +1241,6 @@ var DescribeBatchLoadTaskCommand = _DescribeBatchLoadTaskCommand;
|
|
|
1248
1241
|
|
|
1249
1242
|
|
|
1250
1243
|
|
|
1251
|
-
|
|
1252
1244
|
var _DescribeDatabaseCommand = class _DescribeDatabaseCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1253
1245
|
...commonParams
|
|
1254
1246
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1267,7 +1259,6 @@ var DescribeDatabaseCommand = _DescribeDatabaseCommand;
|
|
|
1267
1259
|
|
|
1268
1260
|
|
|
1269
1261
|
|
|
1270
|
-
|
|
1271
1262
|
var _DescribeTableCommand = class _DescribeTableCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1272
1263
|
...commonParams
|
|
1273
1264
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1286,7 +1277,6 @@ var DescribeTableCommand = _DescribeTableCommand;
|
|
|
1286
1277
|
|
|
1287
1278
|
|
|
1288
1279
|
|
|
1289
|
-
|
|
1290
1280
|
var _ListBatchLoadTasksCommand = class _ListBatchLoadTasksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1291
1281
|
...commonParams
|
|
1292
1282
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1305,7 +1295,6 @@ var ListBatchLoadTasksCommand = _ListBatchLoadTasksCommand;
|
|
|
1305
1295
|
|
|
1306
1296
|
|
|
1307
1297
|
|
|
1308
|
-
|
|
1309
1298
|
var _ListDatabasesCommand = class _ListDatabasesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1310
1299
|
...commonParams
|
|
1311
1300
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1324,7 +1313,6 @@ var ListDatabasesCommand = _ListDatabasesCommand;
|
|
|
1324
1313
|
|
|
1325
1314
|
|
|
1326
1315
|
|
|
1327
|
-
|
|
1328
1316
|
var _ListTablesCommand = class _ListTablesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1329
1317
|
...commonParams
|
|
1330
1318
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1343,7 +1331,6 @@ var ListTablesCommand = _ListTablesCommand;
|
|
|
1343
1331
|
|
|
1344
1332
|
|
|
1345
1333
|
|
|
1346
|
-
|
|
1347
1334
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1348
1335
|
...commonParams
|
|
1349
1336
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1362,7 +1349,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1362
1349
|
|
|
1363
1350
|
|
|
1364
1351
|
|
|
1365
|
-
|
|
1366
1352
|
var _ResumeBatchLoadTaskCommand = class _ResumeBatchLoadTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1367
1353
|
...commonParams
|
|
1368
1354
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1381,7 +1367,6 @@ var ResumeBatchLoadTaskCommand = _ResumeBatchLoadTaskCommand;
|
|
|
1381
1367
|
|
|
1382
1368
|
|
|
1383
1369
|
|
|
1384
|
-
|
|
1385
1370
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1386
1371
|
...commonParams
|
|
1387
1372
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1400,7 +1385,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1400
1385
|
|
|
1401
1386
|
|
|
1402
1387
|
|
|
1403
|
-
|
|
1404
1388
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1405
1389
|
...commonParams
|
|
1406
1390
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1419,7 +1403,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1419
1403
|
|
|
1420
1404
|
|
|
1421
1405
|
|
|
1422
|
-
|
|
1423
1406
|
var _UpdateDatabaseCommand = class _UpdateDatabaseCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1424
1407
|
...commonParams
|
|
1425
1408
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1438,7 +1421,6 @@ var UpdateDatabaseCommand = _UpdateDatabaseCommand;
|
|
|
1438
1421
|
|
|
1439
1422
|
|
|
1440
1423
|
|
|
1441
|
-
|
|
1442
1424
|
var _UpdateTableCommand = class _UpdateTableCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1443
1425
|
...commonParams
|
|
1444
1426
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1457,7 +1439,6 @@ var UpdateTableCommand = _UpdateTableCommand;
|
|
|
1457
1439
|
|
|
1458
1440
|
|
|
1459
1441
|
|
|
1460
|
-
|
|
1461
1442
|
var _WriteRecordsCommand = class _WriteRecordsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1462
1443
|
...commonParams
|
|
1463
1444
|
}).m(function(Command, cs, config, o) {
|
|
@@ -110,15 +110,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
110
110
|
* Enables FIPS compatible endpoints.
|
|
111
111
|
*/
|
|
112
112
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
113
|
+
/**
|
|
114
|
+
* The AWS region to which this client will send requests
|
|
115
|
+
*/
|
|
116
|
+
region?: string | __Provider<string>;
|
|
113
117
|
/**
|
|
114
118
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
115
119
|
* @internal
|
|
116
120
|
*/
|
|
117
121
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
118
|
-
/**
|
|
119
|
-
* The AWS region to which this client will send requests
|
|
120
|
-
*/
|
|
121
|
-
region?: string | __Provider<string>;
|
|
122
122
|
/**
|
|
123
123
|
* Default credentials provider; Not available in browser runtime.
|
|
124
124
|
* @deprecated
|
package/dist-types/index.d.ts
CHANGED
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
export * from "./TimestreamWriteClient";
|
|
19
19
|
export * from "./TimestreamWrite";
|
|
20
20
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
21
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
22
|
-
export { TimestreamWriteExtensionConfiguration } from "./extensionConfiguration";
|
|
21
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
22
|
+
export type { TimestreamWriteExtensionConfiguration } from "./extensionConfiguration";
|
|
23
23
|
export * from "./commands";
|
|
24
24
|
export * from "./pagination";
|
|
25
25
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: TimestreamWriteClientConfig) =>
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -188,8 +188,8 @@ export interface ClientDefaults
|
|
|
188
188
|
serviceId?: string;
|
|
189
189
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
190
190
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
191
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
192
191
|
region?: string | __Provider<string>;
|
|
192
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
193
193
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
194
194
|
maxAttempts?: number | __Provider<number>;
|
|
195
195
|
retryMode?: string | __Provider<string>;
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TimestreamWriteClientResolvedConfig,
|
|
11
11
|
} from "../TimestreamWriteClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateBatchLoadTaskCommandInput
|
|
14
15
|
extends CreateBatchLoadTaskRequest {}
|
|
15
16
|
export interface CreateBatchLoadTaskCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TimestreamWriteClientResolvedConfig,
|
|
11
11
|
} from "../TimestreamWriteClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateDatabaseCommandInput extends CreateDatabaseRequest {}
|
|
14
15
|
export interface CreateDatabaseCommandOutput
|
|
15
16
|
extends CreateDatabaseResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
TimestreamWriteClientResolvedConfig,
|
|
8
8
|
} from "../TimestreamWriteClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateTableCommandInput extends CreateTableRequest {}
|
|
11
12
|
export interface CreateTableCommandOutput
|
|
12
13
|
extends CreateTableResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
TimestreamWriteClientResolvedConfig,
|
|
8
8
|
} from "../TimestreamWriteClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteDatabaseCommandInput extends DeleteDatabaseRequest {}
|
|
11
12
|
export interface DeleteDatabaseCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const DeleteDatabaseCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
TimestreamWriteClientResolvedConfig,
|
|
8
8
|
} from "../TimestreamWriteClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteTableCommandInput extends DeleteTableRequest {}
|
|
11
12
|
export interface DeleteTableCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const DeleteTableCommand_base: {
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TimestreamWriteClientResolvedConfig,
|
|
11
11
|
} from "../TimestreamWriteClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeBatchLoadTaskCommandInput
|
|
14
15
|
extends DescribeBatchLoadTaskRequest {}
|
|
15
16
|
export interface DescribeBatchLoadTaskCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TimestreamWriteClientResolvedConfig,
|
|
11
11
|
} from "../TimestreamWriteClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeDatabaseCommandInput extends DescribeDatabaseRequest {}
|
|
14
15
|
export interface DescribeDatabaseCommandOutput
|
|
15
16
|
extends DescribeDatabaseResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TimestreamWriteClientResolvedConfig,
|
|
11
11
|
} from "../TimestreamWriteClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeEndpointsCommandInput
|
|
14
15
|
extends DescribeEndpointsRequest {}
|
|
15
16
|
export interface DescribeEndpointsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TimestreamWriteClientResolvedConfig,
|
|
11
11
|
} from "../TimestreamWriteClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeTableCommandInput extends DescribeTableRequest {}
|
|
14
15
|
export interface DescribeTableCommandOutput
|
|
15
16
|
extends DescribeTableResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TimestreamWriteClientResolvedConfig,
|
|
11
11
|
} from "../TimestreamWriteClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListBatchLoadTasksCommandInput
|
|
14
15
|
extends ListBatchLoadTasksRequest {}
|
|
15
16
|
export interface ListBatchLoadTasksCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TimestreamWriteClientResolvedConfig,
|
|
11
11
|
} from "../TimestreamWriteClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListDatabasesCommandInput extends ListDatabasesRequest {}
|
|
14
15
|
export interface ListDatabasesCommandOutput
|
|
15
16
|
extends ListDatabasesResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
TimestreamWriteClientResolvedConfig,
|
|
8
8
|
} from "../TimestreamWriteClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListTablesCommandInput extends ListTablesRequest {}
|
|
11
12
|
export interface ListTablesCommandOutput
|
|
12
13
|
extends ListTablesResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TimestreamWriteClientResolvedConfig,
|
|
11
11
|
} from "../TimestreamWriteClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TimestreamWriteClientResolvedConfig,
|
|
11
11
|
} from "../TimestreamWriteClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ResumeBatchLoadTaskCommandInput
|
|
14
15
|
extends ResumeBatchLoadTaskRequest {}
|
|
15
16
|
export interface ResumeBatchLoadTaskCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
TimestreamWriteClientResolvedConfig,
|
|
8
8
|
} from "../TimestreamWriteClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TimestreamWriteClientResolvedConfig,
|
|
11
11
|
} from "../TimestreamWriteClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TimestreamWriteClientResolvedConfig,
|
|
11
11
|
} from "../TimestreamWriteClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateDatabaseCommandInput extends UpdateDatabaseRequest {}
|
|
14
15
|
export interface UpdateDatabaseCommandOutput
|
|
15
16
|
extends UpdateDatabaseResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
TimestreamWriteClientResolvedConfig,
|
|
8
8
|
} from "../TimestreamWriteClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateTableCommandInput extends UpdateTableRequest {}
|
|
11
12
|
export interface UpdateTableCommandOutput
|
|
12
13
|
extends UpdateTableResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
TimestreamWriteClientResolvedConfig,
|
|
8
8
|
} from "../TimestreamWriteClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface WriteRecordsCommandInput extends WriteRecordsRequest {}
|
|
11
12
|
export interface WriteRecordsCommandOutput
|
|
12
13
|
extends WriteRecordsResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class TimestreamWriteServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -22,10 +22,10 @@ export declare const getRuntimeConfig: (
|
|
|
22
22
|
serviceId: string;
|
|
23
23
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
24
24
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
25
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
25
26
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
26
27
|
import("@smithy/types").UserAgent
|
|
27
28
|
>;
|
|
28
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
29
29
|
credentialDefaultProvider: (
|
|
30
30
|
input: any
|
|
31
31
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
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.
|
|
4
|
+
"version": "3.592.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-timestream-write",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-endpoint-discovery": "3.587.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
36
36
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
37
37
|
"@smithy/config-resolver": "^3.0.1",
|
|
38
|
-
"@smithy/core": "^2.
|
|
38
|
+
"@smithy/core": "^2.2.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
40
40
|
"@smithy/hash-node": "^3.0.0",
|
|
41
41
|
"@smithy/invalid-dependency": "^3.0.0",
|