MediaLiveClient.php 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  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 claimDevice(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise claimDeviceAsync(array $args = [])
  20. * @method \Aws\Result createChannel(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise createChannelAsync(array $args = [])
  22. * @method \Aws\Result createInput(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise createInputAsync(array $args = [])
  24. * @method \Aws\Result createInputSecurityGroup(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise createInputSecurityGroupAsync(array $args = [])
  26. * @method \Aws\Result createMultiplex(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise createMultiplexAsync(array $args = [])
  28. * @method \Aws\Result createMultiplexProgram(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise createMultiplexProgramAsync(array $args = [])
  30. * @method \Aws\Result createPartnerInput(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise createPartnerInputAsync(array $args = [])
  32. * @method \Aws\Result createTags(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise createTagsAsync(array $args = [])
  34. * @method \Aws\Result deleteChannel(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise deleteChannelAsync(array $args = [])
  36. * @method \Aws\Result deleteInput(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise deleteInputAsync(array $args = [])
  38. * @method \Aws\Result deleteInputSecurityGroup(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise deleteInputSecurityGroupAsync(array $args = [])
  40. * @method \Aws\Result deleteMultiplex(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise deleteMultiplexAsync(array $args = [])
  42. * @method \Aws\Result deleteMultiplexProgram(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise deleteMultiplexProgramAsync(array $args = [])
  44. * @method \Aws\Result deleteReservation(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise deleteReservationAsync(array $args = [])
  46. * @method \Aws\Result deleteSchedule(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise deleteScheduleAsync(array $args = [])
  48. * @method \Aws\Result deleteTags(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise deleteTagsAsync(array $args = [])
  50. * @method \Aws\Result describeAccountConfiguration(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise describeAccountConfigurationAsync(array $args = [])
  52. * @method \Aws\Result describeChannel(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise describeChannelAsync(array $args = [])
  54. * @method \Aws\Result describeInput(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise describeInputAsync(array $args = [])
  56. * @method \Aws\Result describeInputDevice(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise describeInputDeviceAsync(array $args = [])
  58. * @method \Aws\Result describeInputDeviceThumbnail(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise describeInputDeviceThumbnailAsync(array $args = [])
  60. * @method \Aws\Result describeInputSecurityGroup(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise describeInputSecurityGroupAsync(array $args = [])
  62. * @method \Aws\Result describeMultiplex(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise describeMultiplexAsync(array $args = [])
  64. * @method \Aws\Result describeMultiplexProgram(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise describeMultiplexProgramAsync(array $args = [])
  66. * @method \Aws\Result describeOffering(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise describeOfferingAsync(array $args = [])
  68. * @method \Aws\Result describeReservation(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise describeReservationAsync(array $args = [])
  70. * @method \Aws\Result describeSchedule(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise describeScheduleAsync(array $args = [])
  72. * @method \Aws\Result describeThumbnails(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise describeThumbnailsAsync(array $args = [])
  74. * @method \Aws\Result listChannels(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise listChannelsAsync(array $args = [])
  76. * @method \Aws\Result listInputDeviceTransfers(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise listInputDeviceTransfersAsync(array $args = [])
  78. * @method \Aws\Result listInputDevices(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise listInputDevicesAsync(array $args = [])
  80. * @method \Aws\Result listInputSecurityGroups(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise listInputSecurityGroupsAsync(array $args = [])
  82. * @method \Aws\Result listInputs(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise listInputsAsync(array $args = [])
  84. * @method \Aws\Result listMultiplexPrograms(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise listMultiplexProgramsAsync(array $args = [])
  86. * @method \Aws\Result listMultiplexes(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise listMultiplexesAsync(array $args = [])
  88. * @method \Aws\Result listOfferings(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise listOfferingsAsync(array $args = [])
  90. * @method \Aws\Result listReservations(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise listReservationsAsync(array $args = [])
  92. * @method \Aws\Result listTagsForResource(array $args = [])
  93. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  94. * @method \Aws\Result purchaseOffering(array $args = [])
  95. * @method \GuzzleHttp\Promise\Promise purchaseOfferingAsync(array $args = [])
  96. * @method \Aws\Result rebootInputDevice(array $args = [])
  97. * @method \GuzzleHttp\Promise\Promise rebootInputDeviceAsync(array $args = [])
  98. * @method \Aws\Result rejectInputDeviceTransfer(array $args = [])
  99. * @method \GuzzleHttp\Promise\Promise rejectInputDeviceTransferAsync(array $args = [])
  100. * @method \Aws\Result startChannel(array $args = [])
  101. * @method \GuzzleHttp\Promise\Promise startChannelAsync(array $args = [])
  102. * @method \Aws\Result startInputDevice(array $args = [])
  103. * @method \GuzzleHttp\Promise\Promise startInputDeviceAsync(array $args = [])
  104. * @method \Aws\Result startInputDeviceMaintenanceWindow(array $args = [])
  105. * @method \GuzzleHttp\Promise\Promise startInputDeviceMaintenanceWindowAsync(array $args = [])
  106. * @method \Aws\Result startMultiplex(array $args = [])
  107. * @method \GuzzleHttp\Promise\Promise startMultiplexAsync(array $args = [])
  108. * @method \Aws\Result stopChannel(array $args = [])
  109. * @method \GuzzleHttp\Promise\Promise stopChannelAsync(array $args = [])
  110. * @method \Aws\Result stopInputDevice(array $args = [])
  111. * @method \GuzzleHttp\Promise\Promise stopInputDeviceAsync(array $args = [])
  112. * @method \Aws\Result stopMultiplex(array $args = [])
  113. * @method \GuzzleHttp\Promise\Promise stopMultiplexAsync(array $args = [])
  114. * @method \Aws\Result transferInputDevice(array $args = [])
  115. * @method \GuzzleHttp\Promise\Promise transferInputDeviceAsync(array $args = [])
  116. * @method \Aws\Result updateAccountConfiguration(array $args = [])
  117. * @method \GuzzleHttp\Promise\Promise updateAccountConfigurationAsync(array $args = [])
  118. * @method \Aws\Result updateChannel(array $args = [])
  119. * @method \GuzzleHttp\Promise\Promise updateChannelAsync(array $args = [])
  120. * @method \Aws\Result updateChannelClass(array $args = [])
  121. * @method \GuzzleHttp\Promise\Promise updateChannelClassAsync(array $args = [])
  122. * @method \Aws\Result updateInput(array $args = [])
  123. * @method \GuzzleHttp\Promise\Promise updateInputAsync(array $args = [])
  124. * @method \Aws\Result updateInputDevice(array $args = [])
  125. * @method \GuzzleHttp\Promise\Promise updateInputDeviceAsync(array $args = [])
  126. * @method \Aws\Result updateInputSecurityGroup(array $args = [])
  127. * @method \GuzzleHttp\Promise\Promise updateInputSecurityGroupAsync(array $args = [])
  128. * @method \Aws\Result updateMultiplex(array $args = [])
  129. * @method \GuzzleHttp\Promise\Promise updateMultiplexAsync(array $args = [])
  130. * @method \Aws\Result updateMultiplexProgram(array $args = [])
  131. * @method \GuzzleHttp\Promise\Promise updateMultiplexProgramAsync(array $args = [])
  132. * @method \Aws\Result updateReservation(array $args = [])
  133. * @method \GuzzleHttp\Promise\Promise updateReservationAsync(array $args = [])
  134. * @method \Aws\Result restartChannelPipelines(array $args = [])
  135. * @method \GuzzleHttp\Promise\Promise restartChannelPipelinesAsync(array $args = [])
  136. * @method \Aws\Result createCloudWatchAlarmTemplate(array $args = [])
  137. * @method \GuzzleHttp\Promise\Promise createCloudWatchAlarmTemplateAsync(array $args = [])
  138. * @method \Aws\Result createCloudWatchAlarmTemplateGroup(array $args = [])
  139. * @method \GuzzleHttp\Promise\Promise createCloudWatchAlarmTemplateGroupAsync(array $args = [])
  140. * @method \Aws\Result createEventBridgeRuleTemplate(array $args = [])
  141. * @method \GuzzleHttp\Promise\Promise createEventBridgeRuleTemplateAsync(array $args = [])
  142. * @method \Aws\Result createEventBridgeRuleTemplateGroup(array $args = [])
  143. * @method \GuzzleHttp\Promise\Promise createEventBridgeRuleTemplateGroupAsync(array $args = [])
  144. * @method \Aws\Result createSignalMap(array $args = [])
  145. * @method \GuzzleHttp\Promise\Promise createSignalMapAsync(array $args = [])
  146. * @method \Aws\Result deleteCloudWatchAlarmTemplate(array $args = [])
  147. * @method \GuzzleHttp\Promise\Promise deleteCloudWatchAlarmTemplateAsync(array $args = [])
  148. * @method \Aws\Result deleteCloudWatchAlarmTemplateGroup(array $args = [])
  149. * @method \GuzzleHttp\Promise\Promise deleteCloudWatchAlarmTemplateGroupAsync(array $args = [])
  150. * @method \Aws\Result deleteEventBridgeRuleTemplate(array $args = [])
  151. * @method \GuzzleHttp\Promise\Promise deleteEventBridgeRuleTemplateAsync(array $args = [])
  152. * @method \Aws\Result deleteEventBridgeRuleTemplateGroup(array $args = [])
  153. * @method \GuzzleHttp\Promise\Promise deleteEventBridgeRuleTemplateGroupAsync(array $args = [])
  154. * @method \Aws\Result deleteSignalMap(array $args = [])
  155. * @method \GuzzleHttp\Promise\Promise deleteSignalMapAsync(array $args = [])
  156. * @method \Aws\Result getCloudWatchAlarmTemplate(array $args = [])
  157. * @method \GuzzleHttp\Promise\Promise getCloudWatchAlarmTemplateAsync(array $args = [])
  158. * @method \Aws\Result getCloudWatchAlarmTemplateGroup(array $args = [])
  159. * @method \GuzzleHttp\Promise\Promise getCloudWatchAlarmTemplateGroupAsync(array $args = [])
  160. * @method \Aws\Result getEventBridgeRuleTemplate(array $args = [])
  161. * @method \GuzzleHttp\Promise\Promise getEventBridgeRuleTemplateAsync(array $args = [])
  162. * @method \Aws\Result getEventBridgeRuleTemplateGroup(array $args = [])
  163. * @method \GuzzleHttp\Promise\Promise getEventBridgeRuleTemplateGroupAsync(array $args = [])
  164. * @method \Aws\Result getSignalMap(array $args = [])
  165. * @method \GuzzleHttp\Promise\Promise getSignalMapAsync(array $args = [])
  166. * @method \Aws\Result listCloudWatchAlarmTemplateGroups(array $args = [])
  167. * @method \GuzzleHttp\Promise\Promise listCloudWatchAlarmTemplateGroupsAsync(array $args = [])
  168. * @method \Aws\Result listCloudWatchAlarmTemplates(array $args = [])
  169. * @method \GuzzleHttp\Promise\Promise listCloudWatchAlarmTemplatesAsync(array $args = [])
  170. * @method \Aws\Result listEventBridgeRuleTemplateGroups(array $args = [])
  171. * @method \GuzzleHttp\Promise\Promise listEventBridgeRuleTemplateGroupsAsync(array $args = [])
  172. * @method \Aws\Result listEventBridgeRuleTemplates(array $args = [])
  173. * @method \GuzzleHttp\Promise\Promise listEventBridgeRuleTemplatesAsync(array $args = [])
  174. * @method \Aws\Result listSignalMaps(array $args = [])
  175. * @method \GuzzleHttp\Promise\Promise listSignalMapsAsync(array $args = [])
  176. * @method \Aws\Result startDeleteMonitorDeployment(array $args = [])
  177. * @method \GuzzleHttp\Promise\Promise startDeleteMonitorDeploymentAsync(array $args = [])
  178. * @method \Aws\Result startMonitorDeployment(array $args = [])
  179. * @method \GuzzleHttp\Promise\Promise startMonitorDeploymentAsync(array $args = [])
  180. * @method \Aws\Result startUpdateSignalMap(array $args = [])
  181. * @method \GuzzleHttp\Promise\Promise startUpdateSignalMapAsync(array $args = [])
  182. * @method \Aws\Result updateCloudWatchAlarmTemplate(array $args = [])
  183. * @method \GuzzleHttp\Promise\Promise updateCloudWatchAlarmTemplateAsync(array $args = [])
  184. * @method \Aws\Result updateCloudWatchAlarmTemplateGroup(array $args = [])
  185. * @method \GuzzleHttp\Promise\Promise updateCloudWatchAlarmTemplateGroupAsync(array $args = [])
  186. * @method \Aws\Result updateEventBridgeRuleTemplate(array $args = [])
  187. * @method \GuzzleHttp\Promise\Promise updateEventBridgeRuleTemplateAsync(array $args = [])
  188. * @method \Aws\Result updateEventBridgeRuleTemplateGroup(array $args = [])
  189. * @method \GuzzleHttp\Promise\Promise updateEventBridgeRuleTemplateGroupAsync(array $args = [])
  190. */
  191. class MediaLiveClient extends AwsClient {}