@aws-sdk/client-mediatailor 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 (93) hide show
  1. package/dist-cjs/commands/ConfigureLogsForChannelCommand.js +2 -2
  2. package/dist-cjs/commands/ConfigureLogsForPlaybackConfigurationCommand.js +2 -2
  3. package/dist-cjs/commands/CreateChannelCommand.js +2 -2
  4. package/dist-cjs/commands/CreateLiveSourceCommand.js +2 -2
  5. package/dist-cjs/commands/CreatePrefetchScheduleCommand.js +2 -2
  6. package/dist-cjs/commands/CreateProgramCommand.js +2 -2
  7. package/dist-cjs/commands/CreateSourceLocationCommand.js +2 -2
  8. package/dist-cjs/commands/CreateVodSourceCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteChannelCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteChannelPolicyCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteLiveSourceCommand.js +2 -2
  12. package/dist-cjs/commands/DeletePlaybackConfigurationCommand.js +2 -2
  13. package/dist-cjs/commands/DeletePrefetchScheduleCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteProgramCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteSourceLocationCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteVodSourceCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeChannelCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeLiveSourceCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeProgramCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeSourceLocationCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeVodSourceCommand.js +2 -2
  22. package/dist-cjs/commands/GetChannelPolicyCommand.js +2 -2
  23. package/dist-cjs/commands/GetChannelScheduleCommand.js +2 -2
  24. package/dist-cjs/commands/GetPlaybackConfigurationCommand.js +2 -2
  25. package/dist-cjs/commands/GetPrefetchScheduleCommand.js +2 -2
  26. package/dist-cjs/commands/ListAlertsCommand.js +2 -2
  27. package/dist-cjs/commands/ListChannelsCommand.js +2 -2
  28. package/dist-cjs/commands/ListLiveSourcesCommand.js +2 -2
  29. package/dist-cjs/commands/ListPlaybackConfigurationsCommand.js +2 -2
  30. package/dist-cjs/commands/ListPrefetchSchedulesCommand.js +2 -2
  31. package/dist-cjs/commands/ListSourceLocationsCommand.js +2 -2
  32. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  33. package/dist-cjs/commands/ListVodSourcesCommand.js +2 -2
  34. package/dist-cjs/commands/PutChannelPolicyCommand.js +2 -2
  35. package/dist-cjs/commands/PutPlaybackConfigurationCommand.js +2 -2
  36. package/dist-cjs/commands/StartChannelCommand.js +2 -2
  37. package/dist-cjs/commands/StopChannelCommand.js +2 -2
  38. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  39. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateChannelCommand.js +2 -2
  41. package/dist-cjs/commands/UpdateLiveSourceCommand.js +2 -2
  42. package/dist-cjs/commands/UpdateProgramCommand.js +2 -2
  43. package/dist-cjs/commands/UpdateSourceLocationCommand.js +2 -2
  44. package/dist-cjs/commands/UpdateVodSourceCommand.js +2 -2
  45. package/dist-cjs/protocols/Aws_restJson1.js +552 -594
  46. package/dist-es/commands/ConfigureLogsForChannelCommand.js +3 -3
  47. package/dist-es/commands/ConfigureLogsForPlaybackConfigurationCommand.js +3 -3
  48. package/dist-es/commands/CreateChannelCommand.js +3 -3
  49. package/dist-es/commands/CreateLiveSourceCommand.js +3 -3
  50. package/dist-es/commands/CreatePrefetchScheduleCommand.js +3 -3
  51. package/dist-es/commands/CreateProgramCommand.js +3 -3
  52. package/dist-es/commands/CreateSourceLocationCommand.js +3 -3
  53. package/dist-es/commands/CreateVodSourceCommand.js +3 -3
  54. package/dist-es/commands/DeleteChannelCommand.js +3 -3
  55. package/dist-es/commands/DeleteChannelPolicyCommand.js +3 -3
  56. package/dist-es/commands/DeleteLiveSourceCommand.js +3 -3
  57. package/dist-es/commands/DeletePlaybackConfigurationCommand.js +3 -3
  58. package/dist-es/commands/DeletePrefetchScheduleCommand.js +3 -3
  59. package/dist-es/commands/DeleteProgramCommand.js +3 -3
  60. package/dist-es/commands/DeleteSourceLocationCommand.js +3 -3
  61. package/dist-es/commands/DeleteVodSourceCommand.js +3 -3
  62. package/dist-es/commands/DescribeChannelCommand.js +3 -3
  63. package/dist-es/commands/DescribeLiveSourceCommand.js +3 -3
  64. package/dist-es/commands/DescribeProgramCommand.js +3 -3
  65. package/dist-es/commands/DescribeSourceLocationCommand.js +3 -3
  66. package/dist-es/commands/DescribeVodSourceCommand.js +3 -3
  67. package/dist-es/commands/GetChannelPolicyCommand.js +3 -3
  68. package/dist-es/commands/GetChannelScheduleCommand.js +3 -3
  69. package/dist-es/commands/GetPlaybackConfigurationCommand.js +3 -3
  70. package/dist-es/commands/GetPrefetchScheduleCommand.js +3 -3
  71. package/dist-es/commands/ListAlertsCommand.js +3 -3
  72. package/dist-es/commands/ListChannelsCommand.js +3 -3
  73. package/dist-es/commands/ListLiveSourcesCommand.js +3 -3
  74. package/dist-es/commands/ListPlaybackConfigurationsCommand.js +3 -3
  75. package/dist-es/commands/ListPrefetchSchedulesCommand.js +3 -3
  76. package/dist-es/commands/ListSourceLocationsCommand.js +3 -3
  77. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  78. package/dist-es/commands/ListVodSourcesCommand.js +3 -3
  79. package/dist-es/commands/PutChannelPolicyCommand.js +3 -3
  80. package/dist-es/commands/PutPlaybackConfigurationCommand.js +3 -3
  81. package/dist-es/commands/StartChannelCommand.js +3 -3
  82. package/dist-es/commands/StopChannelCommand.js +3 -3
  83. package/dist-es/commands/TagResourceCommand.js +3 -3
  84. package/dist-es/commands/UntagResourceCommand.js +3 -3
  85. package/dist-es/commands/UpdateChannelCommand.js +3 -3
  86. package/dist-es/commands/UpdateLiveSourceCommand.js +3 -3
  87. package/dist-es/commands/UpdateProgramCommand.js +3 -3
  88. package/dist-es/commands/UpdateSourceLocationCommand.js +3 -3
  89. package/dist-es/commands/UpdateVodSourceCommand.js +3 -3
  90. package/dist-es/protocols/Aws_restJson1.js +462 -504
  91. package/dist-types/protocols/Aws_restJson1.d.ts +352 -88
  92. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +88 -88
  93. package/package.json +29 -29
@@ -36,10 +36,10 @@ class ConfigureLogsForChannelCommand 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_restJson1ConfigureLogsForChannelCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ConfigureLogsForChannelCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ConfigureLogsForChannelCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ConfigureLogsForChannelCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ConfigureLogsForChannelCommand = ConfigureLogsForChannelCommand;
@@ -36,10 +36,10 @@ class ConfigureLogsForPlaybackConfigurationCommand extends smithy_client_1.Comma
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_restJson1ConfigureLogsForPlaybackConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ConfigureLogsForPlaybackConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ConfigureLogsForPlaybackConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ConfigureLogsForPlaybackConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ConfigureLogsForPlaybackConfigurationCommand = ConfigureLogsForPlaybackConfigurationCommand;
@@ -36,10 +36,10 @@ class CreateChannelCommand 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_restJson1CreateChannelCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateChannelCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateChannelCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateChannelCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateChannelCommand = CreateChannelCommand;
@@ -36,10 +36,10 @@ class CreateLiveSourceCommand 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_restJson1CreateLiveSourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateLiveSourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateLiveSourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateLiveSourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateLiveSourceCommand = CreateLiveSourceCommand;
@@ -36,10 +36,10 @@ class CreatePrefetchScheduleCommand 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_restJson1CreatePrefetchScheduleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreatePrefetchScheduleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreatePrefetchScheduleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreatePrefetchScheduleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreatePrefetchScheduleCommand = CreatePrefetchScheduleCommand;
@@ -36,10 +36,10 @@ class CreateProgramCommand 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_restJson1CreateProgramCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateProgramCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateProgramCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateProgramCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateProgramCommand = CreateProgramCommand;
@@ -36,10 +36,10 @@ class CreateSourceLocationCommand 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_restJson1CreateSourceLocationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateSourceLocationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateSourceLocationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateSourceLocationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateSourceLocationCommand = CreateSourceLocationCommand;
@@ -36,10 +36,10 @@ class CreateVodSourceCommand 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_restJson1CreateVodSourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateVodSourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateVodSourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateVodSourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateVodSourceCommand = CreateVodSourceCommand;
@@ -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 DeleteChannelPolicyCommand 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_restJson1DeleteChannelPolicyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteChannelPolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteChannelPolicyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteChannelPolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteChannelPolicyCommand = DeleteChannelPolicyCommand;
@@ -36,10 +36,10 @@ class DeleteLiveSourceCommand 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_restJson1DeleteLiveSourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteLiveSourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteLiveSourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteLiveSourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteLiveSourceCommand = DeleteLiveSourceCommand;
@@ -36,10 +36,10 @@ class DeletePlaybackConfigurationCommand 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_restJson1DeletePlaybackConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeletePlaybackConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeletePlaybackConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeletePlaybackConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeletePlaybackConfigurationCommand = DeletePlaybackConfigurationCommand;
@@ -36,10 +36,10 @@ class DeletePrefetchScheduleCommand 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_restJson1DeletePrefetchScheduleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeletePrefetchScheduleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeletePrefetchScheduleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeletePrefetchScheduleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeletePrefetchScheduleCommand = DeletePrefetchScheduleCommand;
@@ -36,10 +36,10 @@ class DeleteProgramCommand 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_restJson1DeleteProgramCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteProgramCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteProgramCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteProgramCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteProgramCommand = DeleteProgramCommand;
@@ -36,10 +36,10 @@ class DeleteSourceLocationCommand 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_restJson1DeleteSourceLocationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteSourceLocationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteSourceLocationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteSourceLocationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteSourceLocationCommand = DeleteSourceLocationCommand;
@@ -36,10 +36,10 @@ class DeleteVodSourceCommand 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_restJson1DeleteVodSourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteVodSourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteVodSourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteVodSourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteVodSourceCommand = DeleteVodSourceCommand;
@@ -36,10 +36,10 @@ class DescribeChannelCommand 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_restJson1DescribeChannelCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeChannelCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeChannelCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeChannelCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeChannelCommand = DescribeChannelCommand;
@@ -36,10 +36,10 @@ class DescribeLiveSourceCommand 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_restJson1DescribeLiveSourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeLiveSourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeLiveSourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeLiveSourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeLiveSourceCommand = DescribeLiveSourceCommand;
@@ -36,10 +36,10 @@ class DescribeProgramCommand 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_restJson1DescribeProgramCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeProgramCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeProgramCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeProgramCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeProgramCommand = DescribeProgramCommand;
@@ -36,10 +36,10 @@ class DescribeSourceLocationCommand 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_restJson1DescribeSourceLocationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeSourceLocationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeSourceLocationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeSourceLocationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeSourceLocationCommand = DescribeSourceLocationCommand;
@@ -36,10 +36,10 @@ class DescribeVodSourceCommand 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_restJson1DescribeVodSourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeVodSourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeVodSourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeVodSourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeVodSourceCommand = DescribeVodSourceCommand;
@@ -36,10 +36,10 @@ class GetChannelPolicyCommand 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_restJson1GetChannelPolicyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetChannelPolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetChannelPolicyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetChannelPolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetChannelPolicyCommand = GetChannelPolicyCommand;
@@ -36,10 +36,10 @@ class GetChannelScheduleCommand 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_restJson1GetChannelScheduleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetChannelScheduleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetChannelScheduleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetChannelScheduleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetChannelScheduleCommand = GetChannelScheduleCommand;
@@ -36,10 +36,10 @@ class GetPlaybackConfigurationCommand 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_restJson1GetPlaybackConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetPlaybackConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetPlaybackConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetPlaybackConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetPlaybackConfigurationCommand = GetPlaybackConfigurationCommand;
@@ -36,10 +36,10 @@ class GetPrefetchScheduleCommand 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_restJson1GetPrefetchScheduleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetPrefetchScheduleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetPrefetchScheduleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetPrefetchScheduleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetPrefetchScheduleCommand = GetPrefetchScheduleCommand;
@@ -36,10 +36,10 @@ class ListAlertsCommand 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_restJson1ListAlertsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListAlertsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListAlertsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListAlertsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListAlertsCommand = ListAlertsCommand;
@@ -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 ListLiveSourcesCommand 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_restJson1ListLiveSourcesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListLiveSourcesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListLiveSourcesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListLiveSourcesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListLiveSourcesCommand = ListLiveSourcesCommand;
@@ -36,10 +36,10 @@ class ListPlaybackConfigurationsCommand 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_restJson1ListPlaybackConfigurationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListPlaybackConfigurationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListPlaybackConfigurationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListPlaybackConfigurationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListPlaybackConfigurationsCommand = ListPlaybackConfigurationsCommand;
@@ -36,10 +36,10 @@ class ListPrefetchSchedulesCommand 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_restJson1ListPrefetchSchedulesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListPrefetchSchedulesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListPrefetchSchedulesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListPrefetchSchedulesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListPrefetchSchedulesCommand = ListPrefetchSchedulesCommand;
@@ -36,10 +36,10 @@ class ListSourceLocationsCommand 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_restJson1ListSourceLocationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListSourceLocationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListSourceLocationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListSourceLocationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListSourceLocationsCommand = ListSourceLocationsCommand;
@@ -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 ListVodSourcesCommand 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_restJson1ListVodSourcesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListVodSourcesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListVodSourcesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListVodSourcesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListVodSourcesCommand = ListVodSourcesCommand;
@@ -36,10 +36,10 @@ class PutChannelPolicyCommand 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_restJson1PutChannelPolicyCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_PutChannelPolicyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1PutChannelPolicyCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_PutChannelPolicyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutChannelPolicyCommand = PutChannelPolicyCommand;
@@ -36,10 +36,10 @@ class PutPlaybackConfigurationCommand 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_restJson1PutPlaybackConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_PutPlaybackConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1PutPlaybackConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_PutPlaybackConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutPlaybackConfigurationCommand = PutPlaybackConfigurationCommand;
@@ -36,10 +36,10 @@ class StartChannelCommand 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_restJson1StartChannelCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StartChannelCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartChannelCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StartChannelCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartChannelCommand = StartChannelCommand;
@@ -36,10 +36,10 @@ class StopChannelCommand 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_restJson1StopChannelCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StopChannelCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StopChannelCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StopChannelCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StopChannelCommand = StopChannelCommand;
@@ -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;
@@ -36,10 +36,10 @@ class UpdateLiveSourceCommand 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_restJson1UpdateLiveSourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateLiveSourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateLiveSourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateLiveSourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateLiveSourceCommand = UpdateLiveSourceCommand;
@@ -36,10 +36,10 @@ class UpdateProgramCommand 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_restJson1UpdateProgramCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateProgramCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateProgramCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateProgramCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateProgramCommand = UpdateProgramCommand;
@@ -36,10 +36,10 @@ class UpdateSourceLocationCommand 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_restJson1UpdateSourceLocationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateSourceLocationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateSourceLocationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateSourceLocationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateSourceLocationCommand = UpdateSourceLocationCommand;