MediaLiveClient.php 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <?php
  2. namespace Aws\MediaLive;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Elemental MediaLive** service.
  6. * @method \Aws\Result acceptInputDeviceTransfer(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise acceptInputDeviceTransferAsync(array $args = [])
  8. * @method \Aws\Result batchDelete(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise batchDeleteAsync(array $args = [])
  10. * @method \Aws\Result batchStart(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise batchStartAsync(array $args = [])
  12. * @method \Aws\Result batchStop(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise batchStopAsync(array $args = [])
  14. * @method \Aws\Result batchUpdateSchedule(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise batchUpdateScheduleAsync(array $args = [])
  16. * @method \Aws\Result cancelInputDeviceTransfer(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise cancelInputDeviceTransferAsync(array $args = [])
  18. * @method \Aws\Result createChannel(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise createChannelAsync(array $args = [])
  20. * @method \Aws\Result createInput(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise createInputAsync(array $args = [])
  22. * @method \Aws\Result createInputSecurityGroup(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise createInputSecurityGroupAsync(array $args = [])
  24. * @method \Aws\Result createMultiplex(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise createMultiplexAsync(array $args = [])
  26. * @method \Aws\Result createMultiplexProgram(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise createMultiplexProgramAsync(array $args = [])
  28. * @method \Aws\Result createTags(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise createTagsAsync(array $args = [])
  30. * @method \Aws\Result deleteChannel(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise deleteChannelAsync(array $args = [])
  32. * @method \Aws\Result deleteInput(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise deleteInputAsync(array $args = [])
  34. * @method \Aws\Result deleteInputSecurityGroup(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise deleteInputSecurityGroupAsync(array $args = [])
  36. * @method \Aws\Result deleteMultiplex(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise deleteMultiplexAsync(array $args = [])
  38. * @method \Aws\Result deleteMultiplexProgram(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise deleteMultiplexProgramAsync(array $args = [])
  40. * @method \Aws\Result deleteReservation(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise deleteReservationAsync(array $args = [])
  42. * @method \Aws\Result deleteSchedule(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise deleteScheduleAsync(array $args = [])
  44. * @method \Aws\Result deleteTags(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise deleteTagsAsync(array $args = [])
  46. * @method \Aws\Result describeChannel(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise describeChannelAsync(array $args = [])
  48. * @method \Aws\Result describeInput(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise describeInputAsync(array $args = [])
  50. * @method \Aws\Result describeInputDevice(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise describeInputDeviceAsync(array $args = [])
  52. * @method \Aws\Result describeInputDeviceThumbnail(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise describeInputDeviceThumbnailAsync(array $args = [])
  54. * @method \Aws\Result describeInputSecurityGroup(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise describeInputSecurityGroupAsync(array $args = [])
  56. * @method \Aws\Result describeMultiplex(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise describeMultiplexAsync(array $args = [])
  58. * @method \Aws\Result describeMultiplexProgram(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise describeMultiplexProgramAsync(array $args = [])
  60. * @method \Aws\Result describeOffering(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise describeOfferingAsync(array $args = [])
  62. * @method \Aws\Result describeReservation(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise describeReservationAsync(array $args = [])
  64. * @method \Aws\Result describeSchedule(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise describeScheduleAsync(array $args = [])
  66. * @method \Aws\Result listChannels(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise listChannelsAsync(array $args = [])
  68. * @method \Aws\Result listInputDeviceTransfers(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise listInputDeviceTransfersAsync(array $args = [])
  70. * @method \Aws\Result listInputDevices(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise listInputDevicesAsync(array $args = [])
  72. * @method \Aws\Result listInputSecurityGroups(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise listInputSecurityGroupsAsync(array $args = [])
  74. * @method \Aws\Result listInputs(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise listInputsAsync(array $args = [])
  76. * @method \Aws\Result listMultiplexPrograms(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise listMultiplexProgramsAsync(array $args = [])
  78. * @method \Aws\Result listMultiplexes(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise listMultiplexesAsync(array $args = [])
  80. * @method \Aws\Result listOfferings(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise listOfferingsAsync(array $args = [])
  82. * @method \Aws\Result listReservations(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise listReservationsAsync(array $args = [])
  84. * @method \Aws\Result listTagsForResource(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  86. * @method \Aws\Result purchaseOffering(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise purchaseOfferingAsync(array $args = [])
  88. * @method \Aws\Result rejectInputDeviceTransfer(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise rejectInputDeviceTransferAsync(array $args = [])
  90. * @method \Aws\Result startChannel(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise startChannelAsync(array $args = [])
  92. * @method \Aws\Result startMultiplex(array $args = [])
  93. * @method \GuzzleHttp\Promise\Promise startMultiplexAsync(array $args = [])
  94. * @method \Aws\Result stopChannel(array $args = [])
  95. * @method \GuzzleHttp\Promise\Promise stopChannelAsync(array $args = [])
  96. * @method \Aws\Result stopMultiplex(array $args = [])
  97. * @method \GuzzleHttp\Promise\Promise stopMultiplexAsync(array $args = [])
  98. * @method \Aws\Result transferInputDevice(array $args = [])
  99. * @method \GuzzleHttp\Promise\Promise transferInputDeviceAsync(array $args = [])
  100. * @method \Aws\Result updateChannel(array $args = [])
  101. * @method \GuzzleHttp\Promise\Promise updateChannelAsync(array $args = [])
  102. * @method \Aws\Result updateChannelClass(array $args = [])
  103. * @method \GuzzleHttp\Promise\Promise updateChannelClassAsync(array $args = [])
  104. * @method \Aws\Result updateInput(array $args = [])
  105. * @method \GuzzleHttp\Promise\Promise updateInputAsync(array $args = [])
  106. * @method \Aws\Result updateInputDevice(array $args = [])
  107. * @method \GuzzleHttp\Promise\Promise updateInputDeviceAsync(array $args = [])
  108. * @method \Aws\Result updateInputSecurityGroup(array $args = [])
  109. * @method \GuzzleHttp\Promise\Promise updateInputSecurityGroupAsync(array $args = [])
  110. * @method \Aws\Result updateMultiplex(array $args = [])
  111. * @method \GuzzleHttp\Promise\Promise updateMultiplexAsync(array $args = [])
  112. * @method \Aws\Result updateMultiplexProgram(array $args = [])
  113. * @method \GuzzleHttp\Promise\Promise updateMultiplexProgramAsync(array $args = [])
  114. * @method \Aws\Result updateReservation(array $args = [])
  115. * @method \GuzzleHttp\Promise\Promise updateReservationAsync(array $args = [])
  116. */
  117. class MediaLiveClient extends AwsClient {}