@aws-sdk/client-timestream-write 3.649.0 → 3.650.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 +19 -57
- package/dist-es/commands/CreateBatchLoadTaskCommand.js +1 -3
- package/dist-es/commands/CreateDatabaseCommand.js +1 -3
- package/dist-es/commands/CreateTableCommand.js +1 -3
- package/dist-es/commands/DeleteDatabaseCommand.js +1 -3
- package/dist-es/commands/DeleteTableCommand.js +1 -3
- package/dist-es/commands/DescribeBatchLoadTaskCommand.js +1 -3
- package/dist-es/commands/DescribeDatabaseCommand.js +1 -3
- package/dist-es/commands/DescribeEndpointsCommand.js +1 -3
- package/dist-es/commands/DescribeTableCommand.js +1 -3
- package/dist-es/commands/ListBatchLoadTasksCommand.js +1 -3
- package/dist-es/commands/ListDatabasesCommand.js +1 -3
- package/dist-es/commands/ListTablesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ResumeBatchLoadTaskCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateDatabaseCommand.js +1 -3
- package/dist-es/commands/UpdateTableCommand.js +1 -3
- package/dist-es/commands/WriteRecordsCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -996,9 +996,7 @@ function sharedHeaders(operation) {
|
|
|
996
996
|
__name(sharedHeaders, "sharedHeaders");
|
|
997
997
|
|
|
998
998
|
// src/commands/DescribeEndpointsCommand.ts
|
|
999
|
-
var _DescribeEndpointsCommand = class _DescribeEndpointsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1000
|
-
...commonParams
|
|
1001
|
-
}).m(function(Command, cs, config, o) {
|
|
999
|
+
var _DescribeEndpointsCommand = class _DescribeEndpointsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1002
1000
|
return [
|
|
1003
1001
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1004
1002
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1127,9 +1125,7 @@ var TimestreamWriteClient = _TimestreamWriteClient;
|
|
|
1127
1125
|
|
|
1128
1126
|
|
|
1129
1127
|
|
|
1130
|
-
var _CreateBatchLoadTaskCommand = class _CreateBatchLoadTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1131
|
-
...commonParams
|
|
1132
|
-
}).m(function(Command, cs, config, o) {
|
|
1128
|
+
var _CreateBatchLoadTaskCommand = class _CreateBatchLoadTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1133
1129
|
return [
|
|
1134
1130
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1135
1131
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
@@ -1149,9 +1145,7 @@ var CreateBatchLoadTaskCommand = _CreateBatchLoadTaskCommand;
|
|
|
1149
1145
|
|
|
1150
1146
|
|
|
1151
1147
|
|
|
1152
|
-
var _CreateDatabaseCommand = class _CreateDatabaseCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1153
|
-
...commonParams
|
|
1154
|
-
}).m(function(Command, cs, config, o) {
|
|
1148
|
+
var _CreateDatabaseCommand = class _CreateDatabaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1155
1149
|
return [
|
|
1156
1150
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1157
1151
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
@@ -1171,9 +1165,7 @@ var CreateDatabaseCommand = _CreateDatabaseCommand;
|
|
|
1171
1165
|
|
|
1172
1166
|
|
|
1173
1167
|
|
|
1174
|
-
var _CreateTableCommand = class _CreateTableCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1175
|
-
...commonParams
|
|
1176
|
-
}).m(function(Command, cs, config, o) {
|
|
1168
|
+
var _CreateTableCommand = class _CreateTableCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1177
1169
|
return [
|
|
1178
1170
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1179
1171
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
@@ -1193,9 +1185,7 @@ var CreateTableCommand = _CreateTableCommand;
|
|
|
1193
1185
|
|
|
1194
1186
|
|
|
1195
1187
|
|
|
1196
|
-
var _DeleteDatabaseCommand = class _DeleteDatabaseCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1197
|
-
...commonParams
|
|
1198
|
-
}).m(function(Command, cs, config, o) {
|
|
1188
|
+
var _DeleteDatabaseCommand = class _DeleteDatabaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1199
1189
|
return [
|
|
1200
1190
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1201
1191
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
@@ -1215,9 +1205,7 @@ var DeleteDatabaseCommand = _DeleteDatabaseCommand;
|
|
|
1215
1205
|
|
|
1216
1206
|
|
|
1217
1207
|
|
|
1218
|
-
var _DeleteTableCommand = class _DeleteTableCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1219
|
-
...commonParams
|
|
1220
|
-
}).m(function(Command, cs, config, o) {
|
|
1208
|
+
var _DeleteTableCommand = class _DeleteTableCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1221
1209
|
return [
|
|
1222
1210
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1223
1211
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
@@ -1237,9 +1225,7 @@ var DeleteTableCommand = _DeleteTableCommand;
|
|
|
1237
1225
|
|
|
1238
1226
|
|
|
1239
1227
|
|
|
1240
|
-
var _DescribeBatchLoadTaskCommand = class _DescribeBatchLoadTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1241
|
-
...commonParams
|
|
1242
|
-
}).m(function(Command, cs, config, o) {
|
|
1228
|
+
var _DescribeBatchLoadTaskCommand = class _DescribeBatchLoadTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1243
1229
|
return [
|
|
1244
1230
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1245
1231
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
@@ -1259,9 +1245,7 @@ var DescribeBatchLoadTaskCommand = _DescribeBatchLoadTaskCommand;
|
|
|
1259
1245
|
|
|
1260
1246
|
|
|
1261
1247
|
|
|
1262
|
-
var _DescribeDatabaseCommand = class _DescribeDatabaseCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1263
|
-
...commonParams
|
|
1264
|
-
}).m(function(Command, cs, config, o) {
|
|
1248
|
+
var _DescribeDatabaseCommand = class _DescribeDatabaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1265
1249
|
return [
|
|
1266
1250
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1267
1251
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
@@ -1281,9 +1265,7 @@ var DescribeDatabaseCommand = _DescribeDatabaseCommand;
|
|
|
1281
1265
|
|
|
1282
1266
|
|
|
1283
1267
|
|
|
1284
|
-
var _DescribeTableCommand = class _DescribeTableCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1285
|
-
...commonParams
|
|
1286
|
-
}).m(function(Command, cs, config, o) {
|
|
1268
|
+
var _DescribeTableCommand = class _DescribeTableCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1287
1269
|
return [
|
|
1288
1270
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1289
1271
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
@@ -1303,9 +1285,7 @@ var DescribeTableCommand = _DescribeTableCommand;
|
|
|
1303
1285
|
|
|
1304
1286
|
|
|
1305
1287
|
|
|
1306
|
-
var _ListBatchLoadTasksCommand = class _ListBatchLoadTasksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1307
|
-
...commonParams
|
|
1308
|
-
}).m(function(Command, cs, config, o) {
|
|
1288
|
+
var _ListBatchLoadTasksCommand = class _ListBatchLoadTasksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1309
1289
|
return [
|
|
1310
1290
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1311
1291
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
@@ -1325,9 +1305,7 @@ var ListBatchLoadTasksCommand = _ListBatchLoadTasksCommand;
|
|
|
1325
1305
|
|
|
1326
1306
|
|
|
1327
1307
|
|
|
1328
|
-
var _ListDatabasesCommand = class _ListDatabasesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1329
|
-
...commonParams
|
|
1330
|
-
}).m(function(Command, cs, config, o) {
|
|
1308
|
+
var _ListDatabasesCommand = class _ListDatabasesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1331
1309
|
return [
|
|
1332
1310
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1333
1311
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
@@ -1347,9 +1325,7 @@ var ListDatabasesCommand = _ListDatabasesCommand;
|
|
|
1347
1325
|
|
|
1348
1326
|
|
|
1349
1327
|
|
|
1350
|
-
var _ListTablesCommand = class _ListTablesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1351
|
-
...commonParams
|
|
1352
|
-
}).m(function(Command, cs, config, o) {
|
|
1328
|
+
var _ListTablesCommand = class _ListTablesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1353
1329
|
return [
|
|
1354
1330
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1355
1331
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
@@ -1369,9 +1345,7 @@ var ListTablesCommand = _ListTablesCommand;
|
|
|
1369
1345
|
|
|
1370
1346
|
|
|
1371
1347
|
|
|
1372
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1373
|
-
...commonParams
|
|
1374
|
-
}).m(function(Command, cs, config, o) {
|
|
1348
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1375
1349
|
return [
|
|
1376
1350
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1377
1351
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
@@ -1391,9 +1365,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1391
1365
|
|
|
1392
1366
|
|
|
1393
1367
|
|
|
1394
|
-
var _ResumeBatchLoadTaskCommand = class _ResumeBatchLoadTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1395
|
-
...commonParams
|
|
1396
|
-
}).m(function(Command, cs, config, o) {
|
|
1368
|
+
var _ResumeBatchLoadTaskCommand = class _ResumeBatchLoadTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1397
1369
|
return [
|
|
1398
1370
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1399
1371
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
@@ -1413,9 +1385,7 @@ var ResumeBatchLoadTaskCommand = _ResumeBatchLoadTaskCommand;
|
|
|
1413
1385
|
|
|
1414
1386
|
|
|
1415
1387
|
|
|
1416
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1417
|
-
...commonParams
|
|
1418
|
-
}).m(function(Command, cs, config, o) {
|
|
1388
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1419
1389
|
return [
|
|
1420
1390
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1421
1391
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
@@ -1435,9 +1405,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1435
1405
|
|
|
1436
1406
|
|
|
1437
1407
|
|
|
1438
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1439
|
-
...commonParams
|
|
1440
|
-
}).m(function(Command, cs, config, o) {
|
|
1408
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1441
1409
|
return [
|
|
1442
1410
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1443
1411
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
@@ -1457,9 +1425,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1457
1425
|
|
|
1458
1426
|
|
|
1459
1427
|
|
|
1460
|
-
var _UpdateDatabaseCommand = class _UpdateDatabaseCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1461
|
-
...commonParams
|
|
1462
|
-
}).m(function(Command, cs, config, o) {
|
|
1428
|
+
var _UpdateDatabaseCommand = class _UpdateDatabaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1463
1429
|
return [
|
|
1464
1430
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1465
1431
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
@@ -1479,9 +1445,7 @@ var UpdateDatabaseCommand = _UpdateDatabaseCommand;
|
|
|
1479
1445
|
|
|
1480
1446
|
|
|
1481
1447
|
|
|
1482
|
-
var _UpdateTableCommand = class _UpdateTableCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1483
|
-
...commonParams
|
|
1484
|
-
}).m(function(Command, cs, config, o) {
|
|
1448
|
+
var _UpdateTableCommand = class _UpdateTableCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1485
1449
|
return [
|
|
1486
1450
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1487
1451
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
@@ -1501,9 +1465,7 @@ var UpdateTableCommand = _UpdateTableCommand;
|
|
|
1501
1465
|
|
|
1502
1466
|
|
|
1503
1467
|
|
|
1504
|
-
var _WriteRecordsCommand = class _WriteRecordsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1505
|
-
...commonParams
|
|
1506
|
-
}).m(function(Command, cs, config, o) {
|
|
1468
|
+
var _WriteRecordsCommand = class _WriteRecordsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1507
1469
|
return [
|
|
1508
1470
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1509
1471
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
@@ -8,9 +8,7 @@ import { de_CreateBatchLoadTaskCommand, se_CreateBatchLoadTaskCommand } from "..
|
|
|
8
8
|
export { $Command };
|
|
9
9
|
export class CreateBatchLoadTaskCommand extends $Command
|
|
10
10
|
.classBuilder()
|
|
11
|
-
.ep(
|
|
12
|
-
...commonParams,
|
|
13
|
-
})
|
|
11
|
+
.ep(commonParams)
|
|
14
12
|
.m(function (Command, cs, config, o) {
|
|
15
13
|
return [
|
|
16
14
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateDatabaseCommand, se_CreateDatabaseCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateDatabaseCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateTableCommand, se_CreateTableCommand } from "../protocols/Aws_j
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateTableCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DeleteDatabaseCommand, se_DeleteDatabaseCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DeleteDatabaseCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DeleteTableCommand, se_DeleteTableCommand } from "../protocols/Aws_j
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DeleteTableCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeBatchLoadTaskCommand, se_DescribeBatchLoadTaskCommand } from
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeBatchLoadTaskCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeDatabaseCommand, se_DescribeDatabaseCommand } from "../proto
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeDatabaseCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeEndpointsCommand, se_DescribeEndpointsCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeEndpointsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeTableCommand, se_DescribeTableCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeTableCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListBatchLoadTasksCommand, se_ListBatchLoadTasksCommand } from "../p
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListBatchLoadTasksCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListDatabasesCommand, se_ListDatabasesCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListDatabasesCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListTablesCommand, se_ListTablesCommand } from "../protocols/Aws_jso
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListTablesCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListTagsForResourceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ResumeBatchLoadTaskCommand, se_ResumeBatchLoadTaskCommand } from "..
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ResumeBatchLoadTaskCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class TagResourceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UntagResourceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateDatabaseCommand, se_UpdateDatabaseCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateDatabaseCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateTableCommand, se_UpdateTableCommand } from "../protocols/Aws_j
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateTableCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_WriteRecordsCommand, se_WriteRecordsCommand } from "../protocols/Aws
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class WriteRecordsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.650.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": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-endpoint-discovery": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.649.0",
|