@aws-sdk/client-ivs 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 (61) hide show
  1. package/dist-cjs/commands/BatchGetChannelCommand.js +2 -2
  2. package/dist-cjs/commands/BatchGetStreamKeyCommand.js +2 -2
  3. package/dist-cjs/commands/CreateChannelCommand.js +2 -2
  4. package/dist-cjs/commands/CreateRecordingConfigurationCommand.js +2 -2
  5. package/dist-cjs/commands/CreateStreamKeyCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteChannelCommand.js +2 -2
  7. package/dist-cjs/commands/DeletePlaybackKeyPairCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteRecordingConfigurationCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteStreamKeyCommand.js +2 -2
  10. package/dist-cjs/commands/GetChannelCommand.js +2 -2
  11. package/dist-cjs/commands/GetPlaybackKeyPairCommand.js +2 -2
  12. package/dist-cjs/commands/GetRecordingConfigurationCommand.js +2 -2
  13. package/dist-cjs/commands/GetStreamCommand.js +2 -2
  14. package/dist-cjs/commands/GetStreamKeyCommand.js +2 -2
  15. package/dist-cjs/commands/GetStreamSessionCommand.js +2 -2
  16. package/dist-cjs/commands/ImportPlaybackKeyPairCommand.js +2 -2
  17. package/dist-cjs/commands/ListChannelsCommand.js +2 -2
  18. package/dist-cjs/commands/ListPlaybackKeyPairsCommand.js +2 -2
  19. package/dist-cjs/commands/ListRecordingConfigurationsCommand.js +2 -2
  20. package/dist-cjs/commands/ListStreamKeysCommand.js +2 -2
  21. package/dist-cjs/commands/ListStreamSessionsCommand.js +2 -2
  22. package/dist-cjs/commands/ListStreamsCommand.js +2 -2
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  24. package/dist-cjs/commands/PutMetadataCommand.js +2 -2
  25. package/dist-cjs/commands/StopStreamCommand.js +2 -2
  26. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  27. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateChannelCommand.js +2 -2
  29. package/dist-cjs/protocols/Aws_restJson1.js +379 -383
  30. package/dist-es/commands/BatchGetChannelCommand.js +3 -3
  31. package/dist-es/commands/BatchGetStreamKeyCommand.js +3 -3
  32. package/dist-es/commands/CreateChannelCommand.js +3 -3
  33. package/dist-es/commands/CreateRecordingConfigurationCommand.js +3 -3
  34. package/dist-es/commands/CreateStreamKeyCommand.js +3 -3
  35. package/dist-es/commands/DeleteChannelCommand.js +3 -3
  36. package/dist-es/commands/DeletePlaybackKeyPairCommand.js +3 -3
  37. package/dist-es/commands/DeleteRecordingConfigurationCommand.js +3 -3
  38. package/dist-es/commands/DeleteStreamKeyCommand.js +3 -3
  39. package/dist-es/commands/GetChannelCommand.js +3 -3
  40. package/dist-es/commands/GetPlaybackKeyPairCommand.js +3 -3
  41. package/dist-es/commands/GetRecordingConfigurationCommand.js +3 -3
  42. package/dist-es/commands/GetStreamCommand.js +3 -3
  43. package/dist-es/commands/GetStreamKeyCommand.js +3 -3
  44. package/dist-es/commands/GetStreamSessionCommand.js +3 -3
  45. package/dist-es/commands/ImportPlaybackKeyPairCommand.js +3 -3
  46. package/dist-es/commands/ListChannelsCommand.js +3 -3
  47. package/dist-es/commands/ListPlaybackKeyPairsCommand.js +3 -3
  48. package/dist-es/commands/ListRecordingConfigurationsCommand.js +3 -3
  49. package/dist-es/commands/ListStreamKeysCommand.js +3 -3
  50. package/dist-es/commands/ListStreamSessionsCommand.js +3 -3
  51. package/dist-es/commands/ListStreamsCommand.js +3 -3
  52. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  53. package/dist-es/commands/PutMetadataCommand.js +3 -3
  54. package/dist-es/commands/StopStreamCommand.js +3 -3
  55. package/dist-es/commands/TagResourceCommand.js +3 -3
  56. package/dist-es/commands/UntagResourceCommand.js +3 -3
  57. package/dist-es/commands/UpdateChannelCommand.js +3 -3
  58. package/dist-es/protocols/Aws_restJson1.js +321 -325
  59. package/dist-types/protocols/Aws_restJson1.d.ts +224 -56
  60. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +56 -56
  61. package/package.json +35 -35
@@ -36,10 +36,10 @@ class BatchGetChannelCommand 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_restJson1BatchGetChannelCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_BatchGetChannelCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1BatchGetChannelCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_BatchGetChannelCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.BatchGetChannelCommand = BatchGetChannelCommand;
@@ -37,10 +37,10 @@ class BatchGetStreamKeyCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1BatchGetStreamKeyCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_BatchGetStreamKeyCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1BatchGetStreamKeyCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_BatchGetStreamKeyCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.BatchGetStreamKeyCommand = BatchGetStreamKeyCommand;
@@ -37,10 +37,10 @@ class CreateChannelCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateChannelCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateChannelCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateChannelCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateChannelCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateChannelCommand = CreateChannelCommand;
@@ -36,10 +36,10 @@ class CreateRecordingConfigurationCommand 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_restJson1CreateRecordingConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateRecordingConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateRecordingConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateRecordingConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateRecordingConfigurationCommand = CreateRecordingConfigurationCommand;
@@ -37,10 +37,10 @@ class CreateStreamKeyCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateStreamKeyCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateStreamKeyCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateStreamKeyCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateStreamKeyCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateStreamKeyCommand = CreateStreamKeyCommand;
@@ -36,10 +36,10 @@ class DeleteChannelCommand 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_restJson1DeleteChannelCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteChannelCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteChannelCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteChannelCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteChannelCommand = DeleteChannelCommand;
@@ -36,10 +36,10 @@ class DeletePlaybackKeyPairCommand 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_restJson1DeletePlaybackKeyPairCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeletePlaybackKeyPairCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeletePlaybackKeyPairCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeletePlaybackKeyPairCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeletePlaybackKeyPairCommand = DeletePlaybackKeyPairCommand;
@@ -36,10 +36,10 @@ class DeleteRecordingConfigurationCommand 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_restJson1DeleteRecordingConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteRecordingConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteRecordingConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteRecordingConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteRecordingConfigurationCommand = DeleteRecordingConfigurationCommand;
@@ -36,10 +36,10 @@ class DeleteStreamKeyCommand 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_restJson1DeleteStreamKeyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteStreamKeyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteStreamKeyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteStreamKeyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteStreamKeyCommand = DeleteStreamKeyCommand;
@@ -36,10 +36,10 @@ class GetChannelCommand 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_restJson1GetChannelCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetChannelCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetChannelCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetChannelCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetChannelCommand = GetChannelCommand;
@@ -36,10 +36,10 @@ class GetPlaybackKeyPairCommand 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_restJson1GetPlaybackKeyPairCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetPlaybackKeyPairCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetPlaybackKeyPairCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetPlaybackKeyPairCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetPlaybackKeyPairCommand = GetPlaybackKeyPairCommand;
@@ -36,10 +36,10 @@ class GetRecordingConfigurationCommand 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_restJson1GetRecordingConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetRecordingConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetRecordingConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetRecordingConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetRecordingConfigurationCommand = GetRecordingConfigurationCommand;
@@ -36,10 +36,10 @@ class GetStreamCommand 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_restJson1GetStreamCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetStreamCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetStreamCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetStreamCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetStreamCommand = GetStreamCommand;
@@ -37,10 +37,10 @@ class GetStreamKeyCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1GetStreamKeyCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_GetStreamKeyCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetStreamKeyCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_GetStreamKeyCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.GetStreamKeyCommand = GetStreamKeyCommand;
@@ -36,10 +36,10 @@ class GetStreamSessionCommand 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_restJson1GetStreamSessionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetStreamSessionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetStreamSessionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetStreamSessionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetStreamSessionCommand = GetStreamSessionCommand;
@@ -36,10 +36,10 @@ class ImportPlaybackKeyPairCommand 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_restJson1ImportPlaybackKeyPairCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ImportPlaybackKeyPairCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ImportPlaybackKeyPairCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ImportPlaybackKeyPairCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ImportPlaybackKeyPairCommand = ImportPlaybackKeyPairCommand;
@@ -36,10 +36,10 @@ class ListChannelsCommand 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_restJson1ListChannelsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListChannelsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListChannelsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListChannelsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListChannelsCommand = ListChannelsCommand;
@@ -36,10 +36,10 @@ class ListPlaybackKeyPairsCommand 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_restJson1ListPlaybackKeyPairsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListPlaybackKeyPairsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListPlaybackKeyPairsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListPlaybackKeyPairsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListPlaybackKeyPairsCommand = ListPlaybackKeyPairsCommand;
@@ -36,10 +36,10 @@ class ListRecordingConfigurationsCommand 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_restJson1ListRecordingConfigurationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListRecordingConfigurationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListRecordingConfigurationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListRecordingConfigurationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListRecordingConfigurationsCommand = ListRecordingConfigurationsCommand;
@@ -36,10 +36,10 @@ class ListStreamKeysCommand 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_restJson1ListStreamKeysCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListStreamKeysCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListStreamKeysCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListStreamKeysCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListStreamKeysCommand = ListStreamKeysCommand;
@@ -36,10 +36,10 @@ class ListStreamSessionsCommand 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_restJson1ListStreamSessionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListStreamSessionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListStreamSessionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListStreamSessionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListStreamSessionsCommand = ListStreamSessionsCommand;
@@ -36,10 +36,10 @@ class ListStreamsCommand 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_restJson1ListStreamsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListStreamsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListStreamsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListStreamsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListStreamsCommand = ListStreamsCommand;
@@ -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;
@@ -37,10 +37,10 @@ class PutMetadataCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1PutMetadataCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_PutMetadataCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1PutMetadataCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_PutMetadataCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.PutMetadataCommand = PutMetadataCommand;
@@ -36,10 +36,10 @@ class StopStreamCommand 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_restJson1StopStreamCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StopStreamCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StopStreamCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StopStreamCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StopStreamCommand = StopStreamCommand;
@@ -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 UpdateChannelCommand 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_restJson1UpdateChannelCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateChannelCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateChannelCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateChannelCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateChannelCommand = UpdateChannelCommand;