@aws-sdk/client-medialive 3.782.0 → 3.787.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/README.md +40 -0
  2. package/dist-cjs/index.js +400 -28
  3. package/dist-es/MediaLive.js +10 -0
  4. package/dist-es/commands/CreateSdiSourceCommand.js +22 -0
  5. package/dist-es/commands/DeleteSdiSourceCommand.js +22 -0
  6. package/dist-es/commands/DescribeSdiSourceCommand.js +22 -0
  7. package/dist-es/commands/ListSdiSourcesCommand.js +22 -0
  8. package/dist-es/commands/UpdateSdiSourceCommand.js +22 -0
  9. package/dist-es/commands/index.js +5 -0
  10. package/dist-es/models/models_0.js +1 -8
  11. package/dist-es/models/models_1.js +30 -16
  12. package/dist-es/models/models_2.js +16 -0
  13. package/dist-es/pagination/ListSdiSourcesPaginator.js +4 -0
  14. package/dist-es/pagination/index.js +1 -0
  15. package/dist-es/protocols/Aws_restJson1.js +249 -0
  16. package/dist-types/MediaLive.d.ts +37 -0
  17. package/dist-types/MediaLiveClient.d.ts +7 -2
  18. package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateChannelCommand.d.ts +18 -0
  20. package/dist-types/commands/CreateInputCommand.d.ts +8 -2
  21. package/dist-types/commands/CreateNodeCommand.d.ts +7 -0
  22. package/dist-types/commands/CreatePartnerInputCommand.d.ts +4 -1
  23. package/dist-types/commands/CreateSdiSourceCommand.d.ts +109 -0
  24. package/dist-types/commands/DeleteChannelCommand.d.ts +9 -0
  25. package/dist-types/commands/DeleteNodeCommand.d.ts +7 -0
  26. package/dist-types/commands/DeleteSdiSourceCommand.d.ts +106 -0
  27. package/dist-types/commands/DescribeChannelCommand.d.ts +9 -0
  28. package/dist-types/commands/DescribeInputCommand.d.ts +4 -1
  29. package/dist-types/commands/DescribeInputDeviceCommand.d.ts +1 -0
  30. package/dist-types/commands/DescribeNodeCommand.d.ts +7 -0
  31. package/dist-types/commands/DescribeSdiSourceCommand.d.ts +103 -0
  32. package/dist-types/commands/ListInputDevicesCommand.d.ts +1 -0
  33. package/dist-types/commands/ListInputsCommand.d.ts +4 -1
  34. package/dist-types/commands/ListNodesCommand.d.ts +7 -0
  35. package/dist-types/commands/ListSdiSourcesCommand.d.ts +104 -0
  36. package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +9 -0
  37. package/dist-types/commands/StartChannelCommand.d.ts +9 -0
  38. package/dist-types/commands/StopChannelCommand.d.ts +9 -0
  39. package/dist-types/commands/UpdateChannelClassCommand.d.ts +9 -0
  40. package/dist-types/commands/UpdateChannelCommand.d.ts +18 -0
  41. package/dist-types/commands/UpdateInputCommand.d.ts +7 -1
  42. package/dist-types/commands/UpdateInputDeviceCommand.d.ts +3 -0
  43. package/dist-types/commands/UpdateNodeCommand.d.ts +14 -0
  44. package/dist-types/commands/UpdateNodeStateCommand.d.ts +7 -0
  45. package/dist-types/commands/UpdateSdiSourceCommand.d.ts +106 -0
  46. package/dist-types/commands/index.d.ts +5 -0
  47. package/dist-types/models/models_0.d.ts +53 -24
  48. package/dist-types/models/models_1.d.ts +148 -108
  49. package/dist-types/models/models_2.d.ts +376 -2
  50. package/dist-types/pagination/ListSdiSourcesPaginator.d.ts +7 -0
  51. package/dist-types/pagination/index.d.ts +1 -0
  52. package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
  53. package/dist-types/ts3.4/MediaLive.d.ts +87 -0
  54. package/dist-types/ts3.4/MediaLiveClient.d.ts +32 -2
  55. package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/CreateSdiSourceCommand.d.ts +50 -0
  57. package/dist-types/ts3.4/commands/DeleteSdiSourceCommand.d.ts +50 -0
  58. package/dist-types/ts3.4/commands/DescribeSdiSourceCommand.d.ts +51 -0
  59. package/dist-types/ts3.4/commands/ListSdiSourcesCommand.d.ts +50 -0
  60. package/dist-types/ts3.4/commands/UpdateSdiSourceCommand.d.ts +50 -0
  61. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  62. package/dist-types/ts3.4/models/models_0.d.ts +13 -12
  63. package/dist-types/ts3.4/models/models_1.d.ts +56 -41
  64. package/dist-types/ts3.4/models/models_2.d.ts +107 -4
  65. package/dist-types/ts3.4/pagination/ListSdiSourcesPaginator.d.ts +11 -0
  66. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  67. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
  68. package/package.json +5 -5
package/README.md CHANGED
@@ -378,6 +378,14 @@ CreatePartnerInput
378
378
 
379
379
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/CreatePartnerInputCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/CreatePartnerInputCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/CreatePartnerInputCommandOutput/)
380
380
 
381
+ </details>
382
+ <details>
383
+ <summary>
384
+ CreateSdiSource
385
+ </summary>
386
+
387
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/CreateSdiSourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/CreateSdiSourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/CreateSdiSourceCommandOutput/)
388
+
381
389
  </details>
382
390
  <details>
383
391
  <summary>
@@ -514,6 +522,14 @@ DeleteSchedule
514
522
 
515
523
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/DeleteScheduleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DeleteScheduleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DeleteScheduleCommandOutput/)
516
524
 
525
+ </details>
526
+ <details>
527
+ <summary>
528
+ DeleteSdiSource
529
+ </summary>
530
+
531
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/DeleteSdiSourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DeleteSdiSourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DeleteSdiSourceCommandOutput/)
532
+
517
533
  </details>
518
534
  <details>
519
535
  <summary>
@@ -650,6 +666,14 @@ DescribeSchedule
650
666
 
651
667
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/DescribeScheduleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DescribeScheduleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DescribeScheduleCommandOutput/)
652
668
 
669
+ </details>
670
+ <details>
671
+ <summary>
672
+ DescribeSdiSource
673
+ </summary>
674
+
675
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/DescribeSdiSourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DescribeSdiSourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/DescribeSdiSourceCommandOutput/)
676
+
653
677
  </details>
654
678
  <details>
655
679
  <summary>
@@ -834,6 +858,14 @@ ListReservations
834
858
 
835
859
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/ListReservationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListReservationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListReservationsCommandOutput/)
836
860
 
861
+ </details>
862
+ <details>
863
+ <summary>
864
+ ListSdiSources
865
+ </summary>
866
+
867
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/ListSdiSourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListSdiSourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/ListSdiSourcesCommandOutput/)
868
+
837
869
  </details>
838
870
  <details>
839
871
  <summary>
@@ -1123,3 +1155,11 @@ UpdateReservation
1123
1155
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/UpdateReservationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/UpdateReservationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/UpdateReservationCommandOutput/)
1124
1156
 
1125
1157
  </details>
1158
+ <details>
1159
+ <summary>
1160
+ UpdateSdiSource
1161
+ </summary>
1162
+
1163
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/medialive/command/UpdateSdiSourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/UpdateSdiSourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-medialive/Interface/UpdateSdiSourceCommandOutput/)
1164
+
1165
+ </details>