@aws-sdk/client-timestream-write 3.303.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.
Files changed (43) hide show
  1. package/dist-cjs/commands/CreateBatchLoadTaskCommand.js +2 -2
  2. package/dist-cjs/commands/CreateDatabaseCommand.js +2 -2
  3. package/dist-cjs/commands/CreateTableCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteDatabaseCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteTableCommand.js +2 -2
  6. package/dist-cjs/commands/DescribeBatchLoadTaskCommand.js +2 -2
  7. package/dist-cjs/commands/DescribeDatabaseCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeEndpointsCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeTableCommand.js +2 -2
  10. package/dist-cjs/commands/ListBatchLoadTasksCommand.js +2 -2
  11. package/dist-cjs/commands/ListDatabasesCommand.js +2 -2
  12. package/dist-cjs/commands/ListTablesCommand.js +2 -2
  13. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  14. package/dist-cjs/commands/ResumeBatchLoadTaskCommand.js +2 -2
  15. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  16. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  17. package/dist-cjs/commands/UpdateDatabaseCommand.js +2 -2
  18. package/dist-cjs/commands/UpdateTableCommand.js +2 -2
  19. package/dist-cjs/commands/WriteRecordsCommand.js +2 -2
  20. package/dist-cjs/protocols/Aws_json1_0.js +462 -490
  21. package/dist-es/commands/CreateBatchLoadTaskCommand.js +3 -3
  22. package/dist-es/commands/CreateDatabaseCommand.js +3 -3
  23. package/dist-es/commands/CreateTableCommand.js +3 -3
  24. package/dist-es/commands/DeleteDatabaseCommand.js +3 -3
  25. package/dist-es/commands/DeleteTableCommand.js +3 -3
  26. package/dist-es/commands/DescribeBatchLoadTaskCommand.js +3 -3
  27. package/dist-es/commands/DescribeDatabaseCommand.js +3 -3
  28. package/dist-es/commands/DescribeEndpointsCommand.js +3 -3
  29. package/dist-es/commands/DescribeTableCommand.js +3 -3
  30. package/dist-es/commands/ListBatchLoadTasksCommand.js +3 -3
  31. package/dist-es/commands/ListDatabasesCommand.js +3 -3
  32. package/dist-es/commands/ListTablesCommand.js +3 -3
  33. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  34. package/dist-es/commands/ResumeBatchLoadTaskCommand.js +3 -3
  35. package/dist-es/commands/TagResourceCommand.js +3 -3
  36. package/dist-es/commands/UntagResourceCommand.js +3 -3
  37. package/dist-es/commands/UpdateDatabaseCommand.js +3 -3
  38. package/dist-es/commands/UpdateTableCommand.js +3 -3
  39. package/dist-es/commands/WriteRecordsCommand.js +3 -3
  40. package/dist-es/protocols/Aws_json1_0.js +423 -451
  41. package/dist-types/protocols/Aws_json1_0.d.ts +152 -38
  42. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +38 -38
  43. package/package.json +30 -30
@@ -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.serializeAws_json1_0CreateBatchLoadTaskCommand)(input, context);
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.deserializeAws_json1_0CreateBatchLoadTaskCommand)(output, context);
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.serializeAws_json1_0CreateDatabaseCommand)(input, context);
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.deserializeAws_json1_0CreateDatabaseCommand)(output, context);
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.serializeAws_json1_0CreateTableCommand)(input, context);
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.deserializeAws_json1_0CreateTableCommand)(output, context);
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.serializeAws_json1_0DeleteDatabaseCommand)(input, context);
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.deserializeAws_json1_0DeleteDatabaseCommand)(output, context);
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.serializeAws_json1_0DeleteTableCommand)(input, context);
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.deserializeAws_json1_0DeleteTableCommand)(output, context);
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.serializeAws_json1_0DescribeBatchLoadTaskCommand)(input, context);
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.deserializeAws_json1_0DescribeBatchLoadTaskCommand)(output, context);
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.serializeAws_json1_0DescribeDatabaseCommand)(input, context);
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.deserializeAws_json1_0DescribeDatabaseCommand)(output, context);
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.serializeAws_json1_0DescribeEndpointsCommand)(input, context);
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.deserializeAws_json1_0DescribeEndpointsCommand)(output, context);
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.serializeAws_json1_0DescribeTableCommand)(input, context);
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.deserializeAws_json1_0DescribeTableCommand)(output, context);
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.serializeAws_json1_0ListBatchLoadTasksCommand)(input, context);
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.deserializeAws_json1_0ListBatchLoadTasksCommand)(output, context);
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.serializeAws_json1_0ListDatabasesCommand)(input, context);
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.deserializeAws_json1_0ListDatabasesCommand)(output, context);
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.serializeAws_json1_0ListTablesCommand)(input, context);
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.deserializeAws_json1_0ListTablesCommand)(output, context);
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.serializeAws_json1_0ListTagsForResourceCommand)(input, context);
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.deserializeAws_json1_0ListTagsForResourceCommand)(output, context);
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.serializeAws_json1_0ResumeBatchLoadTaskCommand)(input, context);
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.deserializeAws_json1_0ResumeBatchLoadTaskCommand)(output, context);
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.serializeAws_json1_0TagResourceCommand)(input, context);
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.deserializeAws_json1_0TagResourceCommand)(output, context);
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.serializeAws_json1_0UntagResourceCommand)(input, context);
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.deserializeAws_json1_0UntagResourceCommand)(output, context);
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.serializeAws_json1_0UpdateDatabaseCommand)(input, context);
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.deserializeAws_json1_0UpdateDatabaseCommand)(output, context);
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.serializeAws_json1_0UpdateTableCommand)(input, context);
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.deserializeAws_json1_0UpdateTableCommand)(output, context);
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.serializeAws_json1_0WriteRecordsCommand)(input, context);
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.deserializeAws_json1_0WriteRecordsCommand)(output, context);
44
+ return (0, Aws_json1_0_1.de_WriteRecordsCommand)(output, context);
45
45
  }
46
46
  }
47
47
  exports.WriteRecordsCommand = WriteRecordsCommand;