@aws-sdk/client-medialive 3.136.0 → 3.142.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 (135) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +2 -2
  4. package/dist-cjs/commands/BatchDeleteCommand.js +2 -2
  5. package/dist-cjs/commands/BatchStartCommand.js +2 -2
  6. package/dist-cjs/commands/BatchStopCommand.js +2 -2
  7. package/dist-cjs/commands/BatchUpdateScheduleCommand.js +2 -2
  8. package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +2 -2
  9. package/dist-cjs/commands/ClaimDeviceCommand.js +2 -2
  10. package/dist-cjs/commands/CreateChannelCommand.js +2 -2
  11. package/dist-cjs/commands/CreateInputCommand.js +2 -2
  12. package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +2 -2
  13. package/dist-cjs/commands/CreateMultiplexCommand.js +2 -2
  14. package/dist-cjs/commands/CreateMultiplexProgramCommand.js +2 -2
  15. package/dist-cjs/commands/CreatePartnerInputCommand.js +2 -2
  16. package/dist-cjs/commands/CreateTagsCommand.js +1 -1
  17. package/dist-cjs/commands/DeleteChannelCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteInputCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteMultiplexCommand.js +2 -2
  21. package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +2 -2
  22. package/dist-cjs/commands/DeleteReservationCommand.js +2 -2
  23. package/dist-cjs/commands/DeleteScheduleCommand.js +2 -2
  24. package/dist-cjs/commands/DeleteTagsCommand.js +1 -1
  25. package/dist-cjs/commands/DescribeChannelCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeInputCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeInputDeviceCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeMultiplexCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +2 -2
  32. package/dist-cjs/commands/DescribeOfferingCommand.js +2 -2
  33. package/dist-cjs/commands/DescribeReservationCommand.js +2 -2
  34. package/dist-cjs/commands/DescribeScheduleCommand.js +2 -2
  35. package/dist-cjs/commands/ListChannelsCommand.js +2 -2
  36. package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +2 -2
  37. package/dist-cjs/commands/ListInputDevicesCommand.js +2 -2
  38. package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +2 -2
  39. package/dist-cjs/commands/ListInputsCommand.js +2 -2
  40. package/dist-cjs/commands/ListMultiplexProgramsCommand.js +2 -2
  41. package/dist-cjs/commands/ListMultiplexesCommand.js +2 -2
  42. package/dist-cjs/commands/ListOfferingsCommand.js +2 -2
  43. package/dist-cjs/commands/ListReservationsCommand.js +2 -2
  44. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  45. package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -2
  46. package/dist-cjs/commands/RebootInputDeviceCommand.js +2 -2
  47. package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +2 -2
  48. package/dist-cjs/commands/StartChannelCommand.js +2 -2
  49. package/dist-cjs/commands/StartInputDeviceMaintenanceWindowCommand.js +2 -2
  50. package/dist-cjs/commands/StartMultiplexCommand.js +2 -2
  51. package/dist-cjs/commands/StopChannelCommand.js +2 -2
  52. package/dist-cjs/commands/StopMultiplexCommand.js +2 -2
  53. package/dist-cjs/commands/TransferInputDeviceCommand.js +2 -2
  54. package/dist-cjs/commands/UpdateChannelClassCommand.js +2 -2
  55. package/dist-cjs/commands/UpdateChannelCommand.js +2 -2
  56. package/dist-cjs/commands/UpdateInputCommand.js +2 -2
  57. package/dist-cjs/commands/UpdateInputDeviceCommand.js +2 -2
  58. package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +2 -2
  59. package/dist-cjs/commands/UpdateMultiplexCommand.js +2 -2
  60. package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +2 -2
  61. package/dist-cjs/commands/UpdateReservationCommand.js +2 -2
  62. package/dist-cjs/models/models_0.js +574 -858
  63. package/dist-cjs/models/models_1.js +774 -1158
  64. package/dist-cjs/models/models_2.js +45 -67
  65. package/dist-cjs/protocols/Aws_restJson1.js +873 -1814
  66. package/dist-es/commands/AcceptInputDeviceTransferCommand.js +3 -3
  67. package/dist-es/commands/BatchDeleteCommand.js +3 -3
  68. package/dist-es/commands/BatchStartCommand.js +3 -3
  69. package/dist-es/commands/BatchStopCommand.js +3 -3
  70. package/dist-es/commands/BatchUpdateScheduleCommand.js +3 -3
  71. package/dist-es/commands/CancelInputDeviceTransferCommand.js +3 -3
  72. package/dist-es/commands/ClaimDeviceCommand.js +3 -3
  73. package/dist-es/commands/CreateChannelCommand.js +3 -3
  74. package/dist-es/commands/CreateInputCommand.js +3 -3
  75. package/dist-es/commands/CreateInputSecurityGroupCommand.js +3 -3
  76. package/dist-es/commands/CreateMultiplexCommand.js +3 -3
  77. package/dist-es/commands/CreateMultiplexProgramCommand.js +3 -3
  78. package/dist-es/commands/CreatePartnerInputCommand.js +3 -3
  79. package/dist-es/commands/CreateTagsCommand.js +2 -2
  80. package/dist-es/commands/DeleteChannelCommand.js +3 -3
  81. package/dist-es/commands/DeleteInputCommand.js +3 -3
  82. package/dist-es/commands/DeleteInputSecurityGroupCommand.js +3 -3
  83. package/dist-es/commands/DeleteMultiplexCommand.js +3 -3
  84. package/dist-es/commands/DeleteMultiplexProgramCommand.js +3 -3
  85. package/dist-es/commands/DeleteReservationCommand.js +3 -3
  86. package/dist-es/commands/DeleteScheduleCommand.js +3 -3
  87. package/dist-es/commands/DeleteTagsCommand.js +2 -2
  88. package/dist-es/commands/DescribeChannelCommand.js +3 -3
  89. package/dist-es/commands/DescribeInputCommand.js +3 -3
  90. package/dist-es/commands/DescribeInputDeviceCommand.js +3 -3
  91. package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +3 -3
  92. package/dist-es/commands/DescribeInputSecurityGroupCommand.js +3 -3
  93. package/dist-es/commands/DescribeMultiplexCommand.js +3 -3
  94. package/dist-es/commands/DescribeMultiplexProgramCommand.js +3 -3
  95. package/dist-es/commands/DescribeOfferingCommand.js +3 -3
  96. package/dist-es/commands/DescribeReservationCommand.js +3 -3
  97. package/dist-es/commands/DescribeScheduleCommand.js +3 -3
  98. package/dist-es/commands/ListChannelsCommand.js +3 -3
  99. package/dist-es/commands/ListInputDeviceTransfersCommand.js +3 -3
  100. package/dist-es/commands/ListInputDevicesCommand.js +3 -3
  101. package/dist-es/commands/ListInputSecurityGroupsCommand.js +3 -3
  102. package/dist-es/commands/ListInputsCommand.js +3 -3
  103. package/dist-es/commands/ListMultiplexProgramsCommand.js +3 -3
  104. package/dist-es/commands/ListMultiplexesCommand.js +3 -3
  105. package/dist-es/commands/ListOfferingsCommand.js +3 -3
  106. package/dist-es/commands/ListReservationsCommand.js +3 -3
  107. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  108. package/dist-es/commands/PurchaseOfferingCommand.js +3 -3
  109. package/dist-es/commands/RebootInputDeviceCommand.js +3 -3
  110. package/dist-es/commands/RejectInputDeviceTransferCommand.js +3 -3
  111. package/dist-es/commands/StartChannelCommand.js +3 -3
  112. package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +3 -3
  113. package/dist-es/commands/StartMultiplexCommand.js +3 -3
  114. package/dist-es/commands/StopChannelCommand.js +3 -3
  115. package/dist-es/commands/StopMultiplexCommand.js +3 -3
  116. package/dist-es/commands/TransferInputDeviceCommand.js +3 -3
  117. package/dist-es/commands/UpdateChannelClassCommand.js +3 -3
  118. package/dist-es/commands/UpdateChannelCommand.js +3 -3
  119. package/dist-es/commands/UpdateInputCommand.js +4 -4
  120. package/dist-es/commands/UpdateInputDeviceCommand.js +3 -3
  121. package/dist-es/commands/UpdateInputSecurityGroupCommand.js +3 -3
  122. package/dist-es/commands/UpdateMultiplexCommand.js +3 -3
  123. package/dist-es/commands/UpdateMultiplexProgramCommand.js +3 -3
  124. package/dist-es/commands/UpdateReservationCommand.js +3 -3
  125. package/dist-es/models/models_0.js +142 -568
  126. package/dist-es/models/models_1.js +192 -768
  127. package/dist-es/models/models_2.js +11 -44
  128. package/dist-es/protocols/Aws_restJson1.js +1094 -1805
  129. package/dist-types/models/models_0.d.ts +568 -852
  130. package/dist-types/models/models_1.d.ts +768 -1152
  131. package/dist-types/models/models_2.d.ts +44 -66
  132. package/dist-types/ts3.4/models/models_0.d.ts +284 -568
  133. package/dist-types/ts3.4/models/models_1.d.ts +384 -768
  134. package/dist-types/ts3.4/models/models_2.d.ts +22 -44
  135. package/package.json +6 -6
@@ -20,8 +20,8 @@ class StartChannelCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.StartChannelRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.StartChannelResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.StartChannelRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.StartChannelResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class StartInputDeviceMaintenanceWindowCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.StartInputDeviceMaintenanceWindowRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.StartInputDeviceMaintenanceWindowResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.StartInputDeviceMaintenanceWindowRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.StartInputDeviceMaintenanceWindowResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class StartMultiplexCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.StartMultiplexRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.StartMultiplexResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.StartMultiplexRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.StartMultiplexResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class StopChannelCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.StopChannelRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.StopChannelResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.StopChannelRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.StopChannelResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class StopMultiplexCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.StopMultiplexRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.StopMultiplexResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.StopMultiplexRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.StopMultiplexResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class TransferInputDeviceCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.TransferInputDeviceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.TransferInputDeviceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.TransferInputDeviceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.TransferInputDeviceResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class UpdateChannelClassCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.UpdateChannelClassRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.UpdateChannelClassResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.UpdateChannelClassRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.UpdateChannelClassResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class UpdateChannelCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_1_1.UpdateChannelRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_1_1.UpdateChannelResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_1_1.UpdateChannelRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_1_1.UpdateChannelResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -21,8 +21,8 @@ class UpdateInputCommand extends smithy_client_1.Command {
21
21
  logger,
22
22
  clientName,
23
23
  commandName,
24
- inputFilterSensitiveLog: models_1_1.UpdateInputRequest.filterSensitiveLog,
25
- outputFilterSensitiveLog: models_2_1.UpdateInputResponse.filterSensitiveLog,
24
+ inputFilterSensitiveLog: models_1_1.UpdateInputRequestFilterSensitiveLog,
25
+ outputFilterSensitiveLog: models_2_1.UpdateInputResponseFilterSensitiveLog,
26
26
  };
27
27
  const { requestHandler } = configuration;
28
28
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class UpdateInputDeviceCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_2_1.UpdateInputDeviceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_2_1.UpdateInputDeviceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_2_1.UpdateInputDeviceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_2_1.UpdateInputDeviceResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class UpdateInputSecurityGroupCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_2_1.UpdateInputSecurityGroupRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_2_1.UpdateInputSecurityGroupResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_2_1.UpdateInputSecurityGroupRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_2_1.UpdateInputSecurityGroupResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class UpdateMultiplexCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_2_1.UpdateMultiplexRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_2_1.UpdateMultiplexResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_2_1.UpdateMultiplexRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_2_1.UpdateMultiplexResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class UpdateMultiplexProgramCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_2_1.UpdateMultiplexProgramRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_2_1.UpdateMultiplexProgramResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_2_1.UpdateMultiplexProgramRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_2_1.UpdateMultiplexProgramResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class UpdateReservationCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_2_1.UpdateReservationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_2_1.UpdateReservationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_2_1.UpdateReservationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_2_1.UpdateReservationResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);