@aws-sdk/client-timestream-write 3.306.0 → 3.309.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/commands/CreateBatchLoadTaskCommand.js +2 -2
- package/dist-cjs/commands/CreateDatabaseCommand.js +2 -2
- package/dist-cjs/commands/CreateTableCommand.js +2 -2
- package/dist-cjs/commands/DeleteDatabaseCommand.js +2 -2
- package/dist-cjs/commands/DeleteTableCommand.js +2 -2
- package/dist-cjs/commands/DescribeBatchLoadTaskCommand.js +2 -2
- package/dist-cjs/commands/DescribeDatabaseCommand.js +2 -2
- package/dist-cjs/commands/DescribeEndpointsCommand.js +2 -2
- package/dist-cjs/commands/DescribeTableCommand.js +2 -2
- package/dist-cjs/commands/ListBatchLoadTasksCommand.js +2 -2
- package/dist-cjs/commands/ListDatabasesCommand.js +2 -2
- package/dist-cjs/commands/ListTablesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ResumeBatchLoadTaskCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDatabaseCommand.js +2 -2
- package/dist-cjs/commands/UpdateTableCommand.js +2 -2
- package/dist-cjs/commands/WriteRecordsCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_0.js +462 -490
- package/dist-es/commands/CreateBatchLoadTaskCommand.js +3 -3
- package/dist-es/commands/CreateDatabaseCommand.js +3 -3
- package/dist-es/commands/CreateTableCommand.js +3 -3
- package/dist-es/commands/DeleteDatabaseCommand.js +3 -3
- package/dist-es/commands/DeleteTableCommand.js +3 -3
- package/dist-es/commands/DescribeBatchLoadTaskCommand.js +3 -3
- package/dist-es/commands/DescribeDatabaseCommand.js +3 -3
- package/dist-es/commands/DescribeEndpointsCommand.js +3 -3
- package/dist-es/commands/DescribeTableCommand.js +3 -3
- package/dist-es/commands/ListBatchLoadTasksCommand.js +3 -3
- package/dist-es/commands/ListDatabasesCommand.js +3 -3
- package/dist-es/commands/ListTablesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ResumeBatchLoadTaskCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDatabaseCommand.js +3 -3
- package/dist-es/commands/UpdateTableCommand.js +3 -3
- package/dist-es/commands/WriteRecordsCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_0.js +423 -451
- package/dist-types/protocols/Aws_json1_0.d.ts +152 -38
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +38 -38
- package/package.json +6 -6
|
@@ -39,10 +39,10 @@ class CreateBatchLoadTaskCommand extends smithy_client_1.Command {
|
|
|
39
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
40
|
}
|
|
41
41
|
serialize(input, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.se_CreateBatchLoadTaskCommand)(input, context);
|
|
43
43
|
}
|
|
44
44
|
deserialize(output, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.
|
|
45
|
+
return (0, Aws_json1_0_1.de_CreateBatchLoadTaskCommand)(output, context);
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
exports.CreateBatchLoadTaskCommand = CreateBatchLoadTaskCommand;
|
|
@@ -38,10 +38,10 @@ class CreateDatabaseCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.se_CreateDatabaseCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_0_1.
|
|
44
|
+
return (0, Aws_json1_0_1.de_CreateDatabaseCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.CreateDatabaseCommand = CreateDatabaseCommand;
|
|
@@ -38,10 +38,10 @@ class CreateTableCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.se_CreateTableCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_0_1.
|
|
44
|
+
return (0, Aws_json1_0_1.de_CreateTableCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.CreateTableCommand = CreateTableCommand;
|
|
@@ -38,10 +38,10 @@ class DeleteDatabaseCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.se_DeleteDatabaseCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_0_1.
|
|
44
|
+
return (0, Aws_json1_0_1.de_DeleteDatabaseCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.DeleteDatabaseCommand = DeleteDatabaseCommand;
|
|
@@ -38,10 +38,10 @@ class DeleteTableCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.se_DeleteTableCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_0_1.
|
|
44
|
+
return (0, Aws_json1_0_1.de_DeleteTableCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.DeleteTableCommand = DeleteTableCommand;
|
|
@@ -38,10 +38,10 @@ class DescribeBatchLoadTaskCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.se_DescribeBatchLoadTaskCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_0_1.
|
|
44
|
+
return (0, Aws_json1_0_1.de_DescribeBatchLoadTaskCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.DescribeBatchLoadTaskCommand = DescribeBatchLoadTaskCommand;
|
|
@@ -38,10 +38,10 @@ class DescribeDatabaseCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.se_DescribeDatabaseCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_0_1.
|
|
44
|
+
return (0, Aws_json1_0_1.de_DescribeDatabaseCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.DescribeDatabaseCommand = DescribeDatabaseCommand;
|
|
@@ -36,10 +36,10 @@ class DescribeEndpointsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_0_1.
|
|
39
|
+
return (0, Aws_json1_0_1.se_DescribeEndpointsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.de_DescribeEndpointsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DescribeEndpointsCommand = DescribeEndpointsCommand;
|
|
@@ -38,10 +38,10 @@ class DescribeTableCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.se_DescribeTableCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_0_1.
|
|
44
|
+
return (0, Aws_json1_0_1.de_DescribeTableCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.DescribeTableCommand = DescribeTableCommand;
|
|
@@ -38,10 +38,10 @@ class ListBatchLoadTasksCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.se_ListBatchLoadTasksCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_0_1.
|
|
44
|
+
return (0, Aws_json1_0_1.de_ListBatchLoadTasksCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.ListBatchLoadTasksCommand = ListBatchLoadTasksCommand;
|
|
@@ -38,10 +38,10 @@ class ListDatabasesCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.se_ListDatabasesCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_0_1.
|
|
44
|
+
return (0, Aws_json1_0_1.de_ListDatabasesCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.ListDatabasesCommand = ListDatabasesCommand;
|
|
@@ -38,10 +38,10 @@ class ListTablesCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.se_ListTablesCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_0_1.
|
|
44
|
+
return (0, Aws_json1_0_1.de_ListTablesCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.ListTablesCommand = ListTablesCommand;
|
|
@@ -38,10 +38,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.se_ListTagsForResourceCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_0_1.
|
|
44
|
+
return (0, Aws_json1_0_1.de_ListTagsForResourceCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -38,10 +38,10 @@ class ResumeBatchLoadTaskCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.se_ResumeBatchLoadTaskCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_0_1.
|
|
44
|
+
return (0, Aws_json1_0_1.de_ResumeBatchLoadTaskCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.ResumeBatchLoadTaskCommand = ResumeBatchLoadTaskCommand;
|
|
@@ -38,10 +38,10 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.se_TagResourceCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_0_1.
|
|
44
|
+
return (0, Aws_json1_0_1.de_TagResourceCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -38,10 +38,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.se_UntagResourceCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_0_1.
|
|
44
|
+
return (0, Aws_json1_0_1.de_UntagResourceCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -38,10 +38,10 @@ class UpdateDatabaseCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.se_UpdateDatabaseCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_0_1.
|
|
44
|
+
return (0, Aws_json1_0_1.de_UpdateDatabaseCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.UpdateDatabaseCommand = UpdateDatabaseCommand;
|
|
@@ -38,10 +38,10 @@ class UpdateTableCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.se_UpdateTableCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_0_1.
|
|
44
|
+
return (0, Aws_json1_0_1.de_UpdateTableCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.UpdateTableCommand = UpdateTableCommand;
|
|
@@ -38,10 +38,10 @@ class WriteRecordsCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_0_1.
|
|
41
|
+
return (0, Aws_json1_0_1.se_WriteRecordsCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_0_1.
|
|
44
|
+
return (0, Aws_json1_0_1.de_WriteRecordsCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.WriteRecordsCommand = WriteRecordsCommand;
|