@aws-sdk/client-medialive 3.54.1 → 3.58.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 (112) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/MediaLiveClient.js +13 -13
  3. package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +3 -3
  4. package/dist-cjs/commands/BatchDeleteCommand.js +3 -3
  5. package/dist-cjs/commands/BatchStartCommand.js +3 -3
  6. package/dist-cjs/commands/BatchStopCommand.js +3 -3
  7. package/dist-cjs/commands/BatchUpdateScheduleCommand.js +3 -3
  8. package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +3 -3
  9. package/dist-cjs/commands/ClaimDeviceCommand.js +3 -3
  10. package/dist-cjs/commands/CreateChannelCommand.js +3 -3
  11. package/dist-cjs/commands/CreateInputCommand.js +3 -3
  12. package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +3 -3
  13. package/dist-cjs/commands/CreateMultiplexCommand.js +3 -3
  14. package/dist-cjs/commands/CreateMultiplexProgramCommand.js +3 -3
  15. package/dist-cjs/commands/CreatePartnerInputCommand.js +3 -3
  16. package/dist-cjs/commands/CreateTagsCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteChannelCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteInputCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteMultiplexCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +3 -3
  22. package/dist-cjs/commands/DeleteReservationCommand.js +3 -3
  23. package/dist-cjs/commands/DeleteScheduleCommand.js +3 -3
  24. package/dist-cjs/commands/DeleteTagsCommand.js +3 -3
  25. package/dist-cjs/commands/DescribeChannelCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeInputCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeInputDeviceCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeMultiplexCommand.js +3 -3
  31. package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +3 -3
  32. package/dist-cjs/commands/DescribeOfferingCommand.js +3 -3
  33. package/dist-cjs/commands/DescribeReservationCommand.js +3 -3
  34. package/dist-cjs/commands/DescribeScheduleCommand.js +3 -3
  35. package/dist-cjs/commands/ListChannelsCommand.js +3 -3
  36. package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +3 -3
  37. package/dist-cjs/commands/ListInputDevicesCommand.js +3 -3
  38. package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +3 -3
  39. package/dist-cjs/commands/ListInputsCommand.js +3 -3
  40. package/dist-cjs/commands/ListMultiplexProgramsCommand.js +3 -3
  41. package/dist-cjs/commands/ListMultiplexesCommand.js +3 -3
  42. package/dist-cjs/commands/ListOfferingsCommand.js +3 -3
  43. package/dist-cjs/commands/ListReservationsCommand.js +3 -3
  44. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  45. package/dist-cjs/commands/PurchaseOfferingCommand.js +3 -3
  46. package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +3 -3
  47. package/dist-cjs/commands/StartChannelCommand.js +3 -3
  48. package/dist-cjs/commands/StartMultiplexCommand.js +3 -3
  49. package/dist-cjs/commands/StopChannelCommand.js +3 -3
  50. package/dist-cjs/commands/StopMultiplexCommand.js +3 -3
  51. package/dist-cjs/commands/TransferInputDeviceCommand.js +3 -3
  52. package/dist-cjs/commands/UpdateChannelClassCommand.js +3 -3
  53. package/dist-cjs/commands/UpdateChannelCommand.js +3 -3
  54. package/dist-cjs/commands/UpdateInputCommand.js +3 -3
  55. package/dist-cjs/commands/UpdateInputDeviceCommand.js +3 -3
  56. package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +3 -3
  57. package/dist-cjs/commands/UpdateMultiplexCommand.js +3 -3
  58. package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +5 -4
  59. package/dist-cjs/commands/UpdateReservationCommand.js +6 -6
  60. package/dist-cjs/endpoints.js +1 -1
  61. package/dist-cjs/models/index.js +1 -0
  62. package/dist-cjs/models/models_0.js +20 -15
  63. package/dist-cjs/models/models_1.js +29 -24
  64. package/dist-cjs/models/models_2.js +21 -0
  65. package/dist-cjs/protocols/Aws_restJson1.js +1085 -1029
  66. package/dist-cjs/runtimeConfig.browser.js +4 -4
  67. package/dist-cjs/runtimeConfig.js +9 -9
  68. package/dist-cjs/runtimeConfig.native.js +1 -1
  69. package/dist-cjs/waiters/waitForChannelCreated.js +3 -3
  70. package/dist-cjs/waiters/waitForChannelDeleted.js +3 -3
  71. package/dist-cjs/waiters/waitForChannelRunning.js +3 -3
  72. package/dist-cjs/waiters/waitForChannelStopped.js +3 -3
  73. package/dist-cjs/waiters/waitForInputAttached.js +3 -3
  74. package/dist-cjs/waiters/waitForInputDeleted.js +3 -3
  75. package/dist-cjs/waiters/waitForInputDetached.js +3 -3
  76. package/dist-cjs/waiters/waitForMultiplexCreated.js +3 -3
  77. package/dist-cjs/waiters/waitForMultiplexDeleted.js +3 -3
  78. package/dist-cjs/waiters/waitForMultiplexRunning.js +3 -3
  79. package/dist-cjs/waiters/waitForMultiplexStopped.js +3 -3
  80. package/dist-es/MediaLive.js +57 -57
  81. package/dist-es/commands/UpdateMultiplexProgramCommand.js +2 -1
  82. package/dist-es/commands/UpdateReservationCommand.js +1 -1
  83. package/dist-es/models/index.js +1 -0
  84. package/dist-es/models/models_0.js +14 -9
  85. package/dist-es/models/models_1.js +17 -12
  86. package/dist-es/models/models_2.js +13 -0
  87. package/dist-es/pagination/DescribeSchedulePaginator.js +4 -4
  88. package/dist-es/pagination/ListChannelsPaginator.js +4 -4
  89. package/dist-es/pagination/ListInputDeviceTransfersPaginator.js +4 -4
  90. package/dist-es/pagination/ListInputDevicesPaginator.js +4 -4
  91. package/dist-es/pagination/ListInputSecurityGroupsPaginator.js +4 -4
  92. package/dist-es/pagination/ListInputsPaginator.js +4 -4
  93. package/dist-es/pagination/ListMultiplexProgramsPaginator.js +4 -4
  94. package/dist-es/pagination/ListMultiplexesPaginator.js +4 -4
  95. package/dist-es/pagination/ListOfferingsPaginator.js +4 -4
  96. package/dist-es/pagination/ListReservationsPaginator.js +4 -4
  97. package/dist-es/protocols/Aws_restJson1.js +108 -61
  98. package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +2 -1
  99. package/dist-types/commands/UpdateReservationCommand.d.ts +1 -1
  100. package/dist-types/models/index.d.ts +1 -0
  101. package/dist-types/models/models_0.d.ts +42 -224
  102. package/dist-types/models/models_1.d.ts +294 -51
  103. package/dist-types/models/models_2.d.ts +50 -0
  104. package/dist-types/runtimeConfig.native.d.ts +2 -2
  105. package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/models/index.d.ts +1 -0
  108. package/dist-types/ts3.4/models/models_0.d.ts +26 -97
  109. package/dist-types/ts3.4/models/models_1.d.ts +136 -30
  110. package/dist-types/ts3.4/models/models_2.d.ts +30 -0
  111. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  112. package/package.json +35 -35
@@ -11,7 +11,7 @@ class DescribeInputDeviceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class DescribeInputDeviceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribeInputDeviceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeInputDeviceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeInputDeviceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeInputDeviceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeInputDeviceCommand = DescribeInputDeviceCommand;
@@ -11,7 +11,7 @@ class DescribeInputDeviceThumbnailCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class DescribeInputDeviceThumbnailCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribeInputDeviceThumbnailCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeInputDeviceThumbnailCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeInputDeviceThumbnailCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeInputDeviceThumbnailCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeInputDeviceThumbnailCommand = DescribeInputDeviceThumbnailCommand;
@@ -11,7 +11,7 @@ class DescribeInputSecurityGroupCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class DescribeInputSecurityGroupCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribeInputSecurityGroupCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeInputSecurityGroupCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeInputSecurityGroupCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeInputSecurityGroupCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeInputSecurityGroupCommand = DescribeInputSecurityGroupCommand;
@@ -11,7 +11,7 @@ class DescribeMultiplexCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class DescribeMultiplexCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribeMultiplexCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeMultiplexCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeMultiplexCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeMultiplexCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeMultiplexCommand = DescribeMultiplexCommand;
@@ -11,7 +11,7 @@ class DescribeMultiplexProgramCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class DescribeMultiplexProgramCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribeMultiplexProgramCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeMultiplexProgramCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeMultiplexProgramCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeMultiplexProgramCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeMultiplexProgramCommand = DescribeMultiplexProgramCommand;
@@ -11,7 +11,7 @@ class DescribeOfferingCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class DescribeOfferingCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribeOfferingCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeOfferingCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeOfferingCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeOfferingCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeOfferingCommand = DescribeOfferingCommand;
@@ -11,7 +11,7 @@ class DescribeReservationCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class DescribeReservationCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribeReservationCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeReservationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeReservationCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeReservationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeReservationCommand = DescribeReservationCommand;
@@ -11,7 +11,7 @@ class DescribeScheduleCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class DescribeScheduleCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DescribeScheduleCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeScheduleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeScheduleCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeScheduleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeScheduleCommand = DescribeScheduleCommand;
@@ -11,7 +11,7 @@ class ListChannelsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class ListChannelsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListChannelsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListChannelsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListChannelsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListChannelsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListChannelsCommand = ListChannelsCommand;
@@ -11,7 +11,7 @@ class ListInputDeviceTransfersCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class ListInputDeviceTransfersCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListInputDeviceTransfersCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListInputDeviceTransfersCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListInputDeviceTransfersCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListInputDeviceTransfersCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListInputDeviceTransfersCommand = ListInputDeviceTransfersCommand;
@@ -11,7 +11,7 @@ class ListInputDevicesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class ListInputDevicesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListInputDevicesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListInputDevicesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListInputDevicesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListInputDevicesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListInputDevicesCommand = ListInputDevicesCommand;
@@ -11,7 +11,7 @@ class ListInputSecurityGroupsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class ListInputSecurityGroupsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListInputSecurityGroupsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListInputSecurityGroupsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListInputSecurityGroupsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListInputSecurityGroupsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListInputSecurityGroupsCommand = ListInputSecurityGroupsCommand;
@@ -11,7 +11,7 @@ class ListInputsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class ListInputsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListInputsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListInputsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListInputsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListInputsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListInputsCommand = ListInputsCommand;
@@ -11,7 +11,7 @@ class ListMultiplexProgramsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class ListMultiplexProgramsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListMultiplexProgramsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListMultiplexProgramsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListMultiplexProgramsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListMultiplexProgramsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListMultiplexProgramsCommand = ListMultiplexProgramsCommand;
@@ -11,7 +11,7 @@ class ListMultiplexesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class ListMultiplexesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListMultiplexesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListMultiplexesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListMultiplexesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListMultiplexesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListMultiplexesCommand = ListMultiplexesCommand;
@@ -11,7 +11,7 @@ class ListOfferingsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class ListOfferingsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListOfferingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListOfferingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListOfferingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListOfferingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListOfferingsCommand = ListOfferingsCommand;
@@ -11,7 +11,7 @@ class ListReservationsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class ListReservationsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListReservationsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListReservationsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListReservationsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListReservationsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListReservationsCommand = ListReservationsCommand;
@@ -11,7 +11,7 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -11,7 +11,7 @@ class PurchaseOfferingCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class PurchaseOfferingCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1PurchaseOfferingCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1PurchaseOfferingCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1PurchaseOfferingCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1PurchaseOfferingCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PurchaseOfferingCommand = PurchaseOfferingCommand;
@@ -11,7 +11,7 @@ class RejectInputDeviceTransferCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class RejectInputDeviceTransferCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1RejectInputDeviceTransferCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1RejectInputDeviceTransferCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1RejectInputDeviceTransferCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1RejectInputDeviceTransferCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.RejectInputDeviceTransferCommand = RejectInputDeviceTransferCommand;
@@ -11,7 +11,7 @@ class StartChannelCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class StartChannelCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1StartChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1StartChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1StartChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1StartChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartChannelCommand = StartChannelCommand;
@@ -11,7 +11,7 @@ class StartMultiplexCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class StartMultiplexCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1StartMultiplexCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1StartMultiplexCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1StartMultiplexCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1StartMultiplexCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartMultiplexCommand = StartMultiplexCommand;
@@ -11,7 +11,7 @@ class StopChannelCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class StopChannelCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1StopChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1StopChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1StopChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1StopChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StopChannelCommand = StopChannelCommand;
@@ -11,7 +11,7 @@ class StopMultiplexCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class StopMultiplexCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1StopMultiplexCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1StopMultiplexCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1StopMultiplexCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1StopMultiplexCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StopMultiplexCommand = StopMultiplexCommand;
@@ -11,7 +11,7 @@ class TransferInputDeviceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class TransferInputDeviceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1TransferInputDeviceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1TransferInputDeviceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1TransferInputDeviceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1TransferInputDeviceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.TransferInputDeviceCommand = TransferInputDeviceCommand;
@@ -11,7 +11,7 @@ class UpdateChannelClassCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class UpdateChannelClassCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateChannelClassCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateChannelClassCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateChannelClassCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateChannelClassCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateChannelClassCommand = UpdateChannelClassCommand;
@@ -11,7 +11,7 @@ class UpdateChannelCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "MediaLiveClient";
@@ -27,10 +27,10 @@ class UpdateChannelCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateChannelCommand = UpdateChannelCommand;