@aws-sdk/client-medialive 3.54.0 → 3.56.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 (90) hide show
  1. package/CHANGELOG.md +24 -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 +3 -3
  59. package/dist-cjs/commands/UpdateReservationCommand.js +3 -3
  60. package/dist-cjs/endpoints.js +1 -1
  61. package/dist-cjs/protocols/Aws_restJson1.js +1029 -1029
  62. package/dist-cjs/runtimeConfig.browser.js +4 -4
  63. package/dist-cjs/runtimeConfig.js +9 -9
  64. package/dist-cjs/runtimeConfig.native.js +1 -1
  65. package/dist-cjs/waiters/waitForChannelCreated.js +3 -3
  66. package/dist-cjs/waiters/waitForChannelDeleted.js +3 -3
  67. package/dist-cjs/waiters/waitForChannelRunning.js +3 -3
  68. package/dist-cjs/waiters/waitForChannelStopped.js +3 -3
  69. package/dist-cjs/waiters/waitForInputAttached.js +3 -3
  70. package/dist-cjs/waiters/waitForInputDeleted.js +3 -3
  71. package/dist-cjs/waiters/waitForInputDetached.js +3 -3
  72. package/dist-cjs/waiters/waitForMultiplexCreated.js +3 -3
  73. package/dist-cjs/waiters/waitForMultiplexDeleted.js +3 -3
  74. package/dist-cjs/waiters/waitForMultiplexRunning.js +3 -3
  75. package/dist-cjs/waiters/waitForMultiplexStopped.js +3 -3
  76. package/dist-es/MediaLive.js +57 -57
  77. package/dist-es/pagination/DescribeSchedulePaginator.js +4 -4
  78. package/dist-es/pagination/ListChannelsPaginator.js +4 -4
  79. package/dist-es/pagination/ListInputDeviceTransfersPaginator.js +4 -4
  80. package/dist-es/pagination/ListInputDevicesPaginator.js +4 -4
  81. package/dist-es/pagination/ListInputSecurityGroupsPaginator.js +4 -4
  82. package/dist-es/pagination/ListInputsPaginator.js +4 -4
  83. package/dist-es/pagination/ListMultiplexProgramsPaginator.js +4 -4
  84. package/dist-es/pagination/ListMultiplexesPaginator.js +4 -4
  85. package/dist-es/pagination/ListOfferingsPaginator.js +4 -4
  86. package/dist-es/pagination/ListReservationsPaginator.js +4 -4
  87. package/dist-es/protocols/Aws_restJson1.js +57 -57
  88. package/dist-types/runtimeConfig.native.d.ts +2 -2
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  90. package/package.json +35 -35
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.56.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.55.0...v3.56.0) (2022-03-24)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-medialive
9
+
10
+
11
+
12
+
13
+
14
+ # [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-medialive
17
+
18
+
19
+
20
+
21
+
22
+ ## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15)
23
+
24
+ **Note:** Version bump only for package @aws-sdk/client-medialive
25
+
26
+
27
+
28
+
29
+
6
30
  # [3.54.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.1...v3.54.0) (2022-03-11)
7
31
 
8
32
  **Note:** Version bump only for package @aws-sdk/client-medialive
@@ -12,21 +12,21 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
12
12
  const runtimeConfig_1 = require("./runtimeConfig");
13
13
  class MediaLiveClient extends smithy_client_1.Client {
14
14
  constructor(configuration) {
15
- const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
16
- const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
17
- const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
18
- const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
19
- const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
20
- const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
21
- const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
15
+ const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration);
16
+ const _config_1 = (0, config_resolver_1.resolveRegionConfig)(_config_0);
17
+ const _config_2 = (0, config_resolver_1.resolveEndpointsConfig)(_config_1);
18
+ const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
19
+ const _config_4 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_3);
20
+ const _config_5 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_4);
21
+ const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5);
22
22
  super(_config_6);
23
23
  this.config = _config_6;
24
- this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
25
- this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config));
26
- this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config));
27
- this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config));
28
- this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
29
- this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
24
+ this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
25
+ this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
26
+ this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
27
+ this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
28
+ this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
29
+ this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
30
30
  }
31
31
  destroy() {
32
32
  super.destroy();
@@ -11,7 +11,7 @@ class AcceptInputDeviceTransferCommand 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 AcceptInputDeviceTransferCommand 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_restJson1AcceptInputDeviceTransferCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1AcceptInputDeviceTransferCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1AcceptInputDeviceTransferCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1AcceptInputDeviceTransferCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.AcceptInputDeviceTransferCommand = AcceptInputDeviceTransferCommand;
@@ -11,7 +11,7 @@ class BatchDeleteCommand 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 BatchDeleteCommand 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_restJson1BatchDeleteCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1BatchDeleteCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1BatchDeleteCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1BatchDeleteCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.BatchDeleteCommand = BatchDeleteCommand;
@@ -11,7 +11,7 @@ class BatchStartCommand 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 BatchStartCommand 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_restJson1BatchStartCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1BatchStartCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1BatchStartCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1BatchStartCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.BatchStartCommand = BatchStartCommand;
@@ -11,7 +11,7 @@ class BatchStopCommand 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 BatchStopCommand 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_restJson1BatchStopCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1BatchStopCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1BatchStopCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1BatchStopCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.BatchStopCommand = BatchStopCommand;
@@ -11,7 +11,7 @@ class BatchUpdateScheduleCommand 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 BatchUpdateScheduleCommand 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_restJson1BatchUpdateScheduleCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1BatchUpdateScheduleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1BatchUpdateScheduleCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1BatchUpdateScheduleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.BatchUpdateScheduleCommand = BatchUpdateScheduleCommand;
@@ -11,7 +11,7 @@ class CancelInputDeviceTransferCommand 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 CancelInputDeviceTransferCommand 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_restJson1CancelInputDeviceTransferCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CancelInputDeviceTransferCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CancelInputDeviceTransferCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CancelInputDeviceTransferCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CancelInputDeviceTransferCommand = CancelInputDeviceTransferCommand;
@@ -11,7 +11,7 @@ class ClaimDeviceCommand 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 ClaimDeviceCommand 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_restJson1ClaimDeviceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ClaimDeviceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ClaimDeviceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ClaimDeviceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ClaimDeviceCommand = ClaimDeviceCommand;
@@ -11,7 +11,7 @@ class CreateChannelCommand 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 CreateChannelCommand 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_restJson1CreateChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateChannelCommand = CreateChannelCommand;
@@ -11,7 +11,7 @@ class CreateInputCommand 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 CreateInputCommand 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_restJson1CreateInputCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateInputCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateInputCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateInputCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateInputCommand = CreateInputCommand;
@@ -11,7 +11,7 @@ class CreateInputSecurityGroupCommand 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 CreateInputSecurityGroupCommand 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_restJson1CreateInputSecurityGroupCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateInputSecurityGroupCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateInputSecurityGroupCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateInputSecurityGroupCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateInputSecurityGroupCommand = CreateInputSecurityGroupCommand;
@@ -11,7 +11,7 @@ class CreateMultiplexCommand 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 CreateMultiplexCommand 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_restJson1CreateMultiplexCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateMultiplexCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateMultiplexCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateMultiplexCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateMultiplexCommand = CreateMultiplexCommand;
@@ -11,7 +11,7 @@ class CreateMultiplexProgramCommand 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 CreateMultiplexProgramCommand 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_restJson1CreateMultiplexProgramCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateMultiplexProgramCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateMultiplexProgramCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateMultiplexProgramCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateMultiplexProgramCommand = CreateMultiplexProgramCommand;
@@ -11,7 +11,7 @@ class CreatePartnerInputCommand 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 CreatePartnerInputCommand 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_restJson1CreatePartnerInputCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreatePartnerInputCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreatePartnerInputCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreatePartnerInputCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreatePartnerInputCommand = CreatePartnerInputCommand;
@@ -11,7 +11,7 @@ class CreateTagsCommand 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 CreateTagsCommand 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_restJson1CreateTagsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateTagsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateTagsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateTagsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateTagsCommand = CreateTagsCommand;
@@ -11,7 +11,7 @@ class DeleteChannelCommand 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 DeleteChannelCommand 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_restJson1DeleteChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteChannelCommand = DeleteChannelCommand;
@@ -11,7 +11,7 @@ class DeleteInputCommand 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 DeleteInputCommand 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_restJson1DeleteInputCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteInputCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteInputCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteInputCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteInputCommand = DeleteInputCommand;
@@ -11,7 +11,7 @@ class DeleteInputSecurityGroupCommand 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 DeleteInputSecurityGroupCommand 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_restJson1DeleteInputSecurityGroupCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteInputSecurityGroupCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteInputSecurityGroupCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteInputSecurityGroupCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteInputSecurityGroupCommand = DeleteInputSecurityGroupCommand;
@@ -11,7 +11,7 @@ class DeleteMultiplexCommand 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 DeleteMultiplexCommand 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_restJson1DeleteMultiplexCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteMultiplexCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteMultiplexCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteMultiplexCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteMultiplexCommand = DeleteMultiplexCommand;
@@ -11,7 +11,7 @@ class DeleteMultiplexProgramCommand 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 DeleteMultiplexProgramCommand 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_restJson1DeleteMultiplexProgramCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteMultiplexProgramCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteMultiplexProgramCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteMultiplexProgramCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteMultiplexProgramCommand = DeleteMultiplexProgramCommand;
@@ -11,7 +11,7 @@ class DeleteReservationCommand 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 DeleteReservationCommand 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_restJson1DeleteReservationCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteReservationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteReservationCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteReservationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteReservationCommand = DeleteReservationCommand;
@@ -11,7 +11,7 @@ class DeleteScheduleCommand 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 DeleteScheduleCommand 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_restJson1DeleteScheduleCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteScheduleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteScheduleCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteScheduleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteScheduleCommand = DeleteScheduleCommand;
@@ -11,7 +11,7 @@ class DeleteTagsCommand 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 DeleteTagsCommand 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_restJson1DeleteTagsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteTagsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteTagsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteTagsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteTagsCommand = DeleteTagsCommand;
@@ -11,7 +11,7 @@ class DescribeChannelCommand 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 DescribeChannelCommand 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_restJson1DescribeChannelCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeChannelCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeChannelCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeChannelCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeChannelCommand = DescribeChannelCommand;
@@ -11,7 +11,7 @@ class DescribeInputCommand 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 DescribeInputCommand 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_restJson1DescribeInputCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeInputCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeInputCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeInputCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeInputCommand = DescribeInputCommand;