@aws-sdk/client-ivschat 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 (39) hide show
  1. package/dist-cjs/commands/CreateChatTokenCommand.js +2 -2
  2. package/dist-cjs/commands/CreateLoggingConfigurationCommand.js +2 -2
  3. package/dist-cjs/commands/CreateRoomCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteMessageCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteRoomCommand.js +2 -2
  7. package/dist-cjs/commands/DisconnectUserCommand.js +2 -2
  8. package/dist-cjs/commands/GetLoggingConfigurationCommand.js +2 -2
  9. package/dist-cjs/commands/GetRoomCommand.js +2 -2
  10. package/dist-cjs/commands/ListLoggingConfigurationsCommand.js +2 -2
  11. package/dist-cjs/commands/ListRoomsCommand.js +2 -2
  12. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  13. package/dist-cjs/commands/SendEventCommand.js +2 -2
  14. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  15. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  16. package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +2 -2
  17. package/dist-cjs/commands/UpdateRoomCommand.js +2 -2
  18. package/dist-cjs/protocols/Aws_restJson1.js +248 -256
  19. package/dist-es/commands/CreateChatTokenCommand.js +3 -3
  20. package/dist-es/commands/CreateLoggingConfigurationCommand.js +3 -3
  21. package/dist-es/commands/CreateRoomCommand.js +3 -3
  22. package/dist-es/commands/DeleteLoggingConfigurationCommand.js +3 -3
  23. package/dist-es/commands/DeleteMessageCommand.js +3 -3
  24. package/dist-es/commands/DeleteRoomCommand.js +3 -3
  25. package/dist-es/commands/DisconnectUserCommand.js +3 -3
  26. package/dist-es/commands/GetLoggingConfigurationCommand.js +3 -3
  27. package/dist-es/commands/GetRoomCommand.js +3 -3
  28. package/dist-es/commands/ListLoggingConfigurationsCommand.js +3 -3
  29. package/dist-es/commands/ListRoomsCommand.js +3 -3
  30. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  31. package/dist-es/commands/SendEventCommand.js +3 -3
  32. package/dist-es/commands/TagResourceCommand.js +3 -3
  33. package/dist-es/commands/UntagResourceCommand.js +3 -3
  34. package/dist-es/commands/UpdateLoggingConfigurationCommand.js +3 -3
  35. package/dist-es/commands/UpdateRoomCommand.js +3 -3
  36. package/dist-es/protocols/Aws_restJson1.js +213 -221
  37. package/dist-types/protocols/Aws_restJson1.d.ts +136 -34
  38. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +34 -34
  39. package/package.json +29 -29
@@ -36,10 +36,10 @@ class CreateChatTokenCommand 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_restJson1_1.serializeAws_restJson1CreateChatTokenCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateChatTokenCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateChatTokenCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateChatTokenCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateChatTokenCommand = CreateChatTokenCommand;
@@ -36,10 +36,10 @@ class CreateLoggingConfigurationCommand 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_restJson1_1.serializeAws_restJson1CreateLoggingConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateLoggingConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateLoggingConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateLoggingConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateLoggingConfigurationCommand = CreateLoggingConfigurationCommand;
@@ -36,10 +36,10 @@ class CreateRoomCommand 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_restJson1_1.serializeAws_restJson1CreateRoomCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateRoomCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateRoomCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateRoomCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateRoomCommand = CreateRoomCommand;
@@ -36,10 +36,10 @@ class DeleteLoggingConfigurationCommand 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_restJson1_1.serializeAws_restJson1DeleteLoggingConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteLoggingConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteLoggingConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteLoggingConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteLoggingConfigurationCommand = DeleteLoggingConfigurationCommand;
@@ -36,10 +36,10 @@ class DeleteMessageCommand 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_restJson1_1.serializeAws_restJson1DeleteMessageCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteMessageCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteMessageCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteMessageCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteMessageCommand = DeleteMessageCommand;
@@ -36,10 +36,10 @@ class DeleteRoomCommand 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_restJson1_1.serializeAws_restJson1DeleteRoomCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteRoomCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteRoomCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteRoomCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteRoomCommand = DeleteRoomCommand;
@@ -36,10 +36,10 @@ class DisconnectUserCommand 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_restJson1_1.serializeAws_restJson1DisconnectUserCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DisconnectUserCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DisconnectUserCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DisconnectUserCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisconnectUserCommand = DisconnectUserCommand;
@@ -36,10 +36,10 @@ class GetLoggingConfigurationCommand 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_restJson1_1.serializeAws_restJson1GetLoggingConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetLoggingConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetLoggingConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetLoggingConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetLoggingConfigurationCommand = GetLoggingConfigurationCommand;
@@ -36,10 +36,10 @@ class GetRoomCommand 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_restJson1_1.serializeAws_restJson1GetRoomCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetRoomCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetRoomCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetRoomCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetRoomCommand = GetRoomCommand;
@@ -36,10 +36,10 @@ class ListLoggingConfigurationsCommand 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_restJson1_1.serializeAws_restJson1ListLoggingConfigurationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListLoggingConfigurationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListLoggingConfigurationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListLoggingConfigurationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListLoggingConfigurationsCommand = ListLoggingConfigurationsCommand;
@@ -36,10 +36,10 @@ class ListRoomsCommand 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_restJson1_1.serializeAws_restJson1ListRoomsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListRoomsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListRoomsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListRoomsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListRoomsCommand = ListRoomsCommand;
@@ -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_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -36,10 +36,10 @@ class SendEventCommand 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_restJson1_1.serializeAws_restJson1SendEventCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_SendEventCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1SendEventCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_SendEventCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.SendEventCommand = SendEventCommand;
@@ -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_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_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_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -36,10 +36,10 @@ class UpdateLoggingConfigurationCommand 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_restJson1_1.serializeAws_restJson1UpdateLoggingConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateLoggingConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateLoggingConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateLoggingConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateLoggingConfigurationCommand = UpdateLoggingConfigurationCommand;
@@ -36,10 +36,10 @@ class UpdateRoomCommand 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_restJson1_1.serializeAws_restJson1UpdateRoomCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateRoomCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateRoomCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateRoomCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateRoomCommand = UpdateRoomCommand;