@aws-sdk/client-keyspaces 3.306.0 → 3.310.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 (31) hide show
  1. package/dist-cjs/commands/CreateKeyspaceCommand.js +2 -2
  2. package/dist-cjs/commands/CreateTableCommand.js +2 -2
  3. package/dist-cjs/commands/DeleteKeyspaceCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteTableCommand.js +2 -2
  5. package/dist-cjs/commands/GetKeyspaceCommand.js +2 -2
  6. package/dist-cjs/commands/GetTableCommand.js +2 -2
  7. package/dist-cjs/commands/ListKeyspacesCommand.js +2 -2
  8. package/dist-cjs/commands/ListTablesCommand.js +2 -2
  9. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  10. package/dist-cjs/commands/RestoreTableCommand.js +2 -2
  11. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  12. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  13. package/dist-cjs/commands/UpdateTableCommand.js +2 -2
  14. package/dist-cjs/protocols/Aws_json1_0.js +309 -327
  15. package/dist-es/commands/CreateKeyspaceCommand.js +3 -3
  16. package/dist-es/commands/CreateTableCommand.js +3 -3
  17. package/dist-es/commands/DeleteKeyspaceCommand.js +3 -3
  18. package/dist-es/commands/DeleteTableCommand.js +3 -3
  19. package/dist-es/commands/GetKeyspaceCommand.js +3 -3
  20. package/dist-es/commands/GetTableCommand.js +3 -3
  21. package/dist-es/commands/ListKeyspacesCommand.js +3 -3
  22. package/dist-es/commands/ListTablesCommand.js +3 -3
  23. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  24. package/dist-es/commands/RestoreTableCommand.js +3 -3
  25. package/dist-es/commands/TagResourceCommand.js +3 -3
  26. package/dist-es/commands/UntagResourceCommand.js +3 -3
  27. package/dist-es/commands/UpdateTableCommand.js +3 -3
  28. package/dist-es/protocols/Aws_json1_0.js +282 -300
  29. package/dist-types/protocols/Aws_json1_0.d.ts +104 -26
  30. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +26 -26
  31. package/package.json +35 -35
@@ -36,10 +36,10 @@ class CreateKeyspaceCommand 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_0CreateKeyspaceCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_CreateKeyspaceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0CreateKeyspaceCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_CreateKeyspaceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateKeyspaceCommand = CreateKeyspaceCommand;
@@ -36,10 +36,10 @@ class CreateTableCommand 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_0CreateTableCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_CreateTableCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0CreateTableCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_CreateTableCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateTableCommand = CreateTableCommand;
@@ -36,10 +36,10 @@ class DeleteKeyspaceCommand 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_0DeleteKeyspaceCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_DeleteKeyspaceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0DeleteKeyspaceCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_DeleteKeyspaceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteKeyspaceCommand = DeleteKeyspaceCommand;
@@ -36,10 +36,10 @@ class DeleteTableCommand 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_0DeleteTableCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_DeleteTableCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0DeleteTableCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_DeleteTableCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteTableCommand = DeleteTableCommand;
@@ -36,10 +36,10 @@ class GetKeyspaceCommand 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_0GetKeyspaceCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_GetKeyspaceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0GetKeyspaceCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_GetKeyspaceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetKeyspaceCommand = GetKeyspaceCommand;
@@ -36,10 +36,10 @@ class GetTableCommand 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_0GetTableCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_GetTableCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0GetTableCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_GetTableCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetTableCommand = GetTableCommand;
@@ -36,10 +36,10 @@ class ListKeyspacesCommand 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_0ListKeyspacesCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_ListKeyspacesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0ListKeyspacesCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_ListKeyspacesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListKeyspacesCommand = ListKeyspacesCommand;
@@ -36,10 +36,10 @@ class ListTablesCommand 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_0ListTablesCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_ListTablesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0ListTablesCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_ListTablesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTablesCommand = ListTablesCommand;
@@ -36,10 +36,10 @@ class ListTagsForResourceCommand 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_0ListTagsForResourceCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_ListTagsForResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0ListTagsForResourceCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_ListTagsForResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -36,10 +36,10 @@ class RestoreTableCommand 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_0RestoreTableCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_RestoreTableCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0RestoreTableCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_RestoreTableCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.RestoreTableCommand = RestoreTableCommand;
@@ -36,10 +36,10 @@ class TagResourceCommand 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_0TagResourceCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_TagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0TagResourceCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_TagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.TagResourceCommand = TagResourceCommand;
@@ -36,10 +36,10 @@ class UntagResourceCommand 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_0UntagResourceCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_UntagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0UntagResourceCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_UntagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -36,10 +36,10 @@ class UpdateTableCommand 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_0UpdateTableCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_UpdateTableCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0UpdateTableCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_UpdateTableCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateTableCommand = UpdateTableCommand;