@aws-sdk/client-medialive 3.299.0 → 3.300.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 (68) hide show
  1. package/dist-cjs/protocols/Aws_restJson1.js +9 -0
  2. package/dist-es/protocols/Aws_restJson1.js +9 -0
  3. package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +3 -0
  4. package/dist-types/commands/BatchDeleteCommand.d.ts +14 -0
  5. package/dist-types/commands/BatchStartCommand.d.ts +8 -0
  6. package/dist-types/commands/BatchStopCommand.d.ts +8 -0
  7. package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +137 -0
  8. package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +3 -0
  9. package/dist-types/commands/ClaimDeviceCommand.d.ts +3 -0
  10. package/dist-types/commands/CreateChannelCommand.d.ts +1005 -0
  11. package/dist-types/commands/CreateInputCommand.d.ts +42 -0
  12. package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +10 -0
  13. package/dist-types/commands/CreateMultiplexCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +21 -0
  15. package/dist-types/commands/CreatePartnerInputCommand.d.ts +7 -0
  16. package/dist-types/commands/CreateTagsCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteChannelCommand.d.ts +3 -0
  18. package/dist-types/commands/DeleteInputCommand.d.ts +3 -0
  19. package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +3 -0
  20. package/dist-types/commands/DeleteMultiplexCommand.d.ts +3 -0
  21. package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +4 -0
  22. package/dist-types/commands/DeleteReservationCommand.d.ts +3 -0
  23. package/dist-types/commands/DeleteScheduleCommand.d.ts +3 -0
  24. package/dist-types/commands/DeleteTagsCommand.d.ts +6 -0
  25. package/dist-types/commands/DescribeChannelCommand.d.ts +3 -0
  26. package/dist-types/commands/DescribeInputCommand.d.ts +3 -0
  27. package/dist-types/commands/DescribeInputDeviceCommand.d.ts +3 -0
  28. package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +4 -0
  29. package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +3 -0
  30. package/dist-types/commands/DescribeMultiplexCommand.d.ts +3 -0
  31. package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +4 -0
  32. package/dist-types/commands/DescribeOfferingCommand.d.ts +3 -0
  33. package/dist-types/commands/DescribeReservationCommand.d.ts +3 -0
  34. package/dist-types/commands/DescribeScheduleCommand.d.ts +5 -0
  35. package/dist-types/commands/ListChannelsCommand.d.ts +4 -0
  36. package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +5 -0
  37. package/dist-types/commands/ListInputDevicesCommand.d.ts +4 -0
  38. package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +4 -0
  39. package/dist-types/commands/ListInputsCommand.d.ts +4 -0
  40. package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +5 -0
  41. package/dist-types/commands/ListMultiplexesCommand.d.ts +4 -0
  42. package/dist-types/commands/ListOfferingsCommand.d.ts +14 -0
  43. package/dist-types/commands/ListReservationsCommand.d.ts +12 -0
  44. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  45. package/dist-types/commands/PurchaseOfferingCommand.d.ts +14 -0
  46. package/dist-types/commands/RebootInputDeviceCommand.d.ts +4 -0
  47. package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +3 -0
  48. package/dist-types/commands/StartChannelCommand.d.ts +3 -0
  49. package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +3 -0
  50. package/dist-types/commands/StartMultiplexCommand.d.ts +3 -0
  51. package/dist-types/commands/StopChannelCommand.d.ts +3 -0
  52. package/dist-types/commands/StopMultiplexCommand.d.ts +3 -0
  53. package/dist-types/commands/TransferInputDeviceCommand.d.ts +6 -0
  54. package/dist-types/commands/UpdateChannelClassCommand.d.ts +26 -0
  55. package/dist-types/commands/UpdateChannelCommand.d.ts +990 -0
  56. package/dist-types/commands/UpdateInputCommand.d.ts +30 -0
  57. package/dist-types/commands/UpdateInputDeviceCommand.d.ts +14 -0
  58. package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +11 -0
  59. package/dist-types/commands/UpdateMultiplexCommand.d.ts +10 -0
  60. package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +20 -0
  61. package/dist-types/commands/UpdateReservationCommand.d.ts +8 -0
  62. package/dist-types/models/models_0.d.ts +4 -0
  63. package/dist-types/models/models_1.d.ts +9 -1
  64. package/dist-types/models/models_2.d.ts +4 -0
  65. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  66. package/dist-types/ts3.4/models/models_1.d.ts +3 -1
  67. package/dist-types/ts3.4/models/models_2.d.ts +1 -0
  68. package/package.json +8 -8
@@ -26,6 +26,32 @@ export interface UpdateChannelClassCommandOutput extends UpdateChannelClassRespo
26
26
  * import { MediaLiveClient, UpdateChannelClassCommand } from "@aws-sdk/client-medialive"; // ES Modules import
27
27
  * // const { MediaLiveClient, UpdateChannelClassCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
28
28
  * const client = new MediaLiveClient(config);
29
+ * const input = {
30
+ * ChannelClass: "STANDARD" || "SINGLE_PIPELINE", // required
31
+ * ChannelId: "STRING_VALUE", // required
32
+ * Destinations: [
33
+ * {
34
+ * Id: "STRING_VALUE",
35
+ * MediaPackageSettings: [
36
+ * {
37
+ * ChannelId: "STRING_VALUE",
38
+ * },
39
+ * ],
40
+ * MultiplexSettings: {
41
+ * MultiplexId: "STRING_VALUE",
42
+ * ProgramName: "STRING_VALUE",
43
+ * },
44
+ * Settings: [
45
+ * {
46
+ * PasswordParam: "STRING_VALUE",
47
+ * StreamName: "STRING_VALUE",
48
+ * Url: "STRING_VALUE",
49
+ * Username: "STRING_VALUE",
50
+ * },
51
+ * ],
52
+ * },
53
+ * ],
54
+ * };
29
55
  * const command = new UpdateChannelClassCommand(input);
30
56
  * const response = await client.send(command);
31
57
  * ```