68 lines
4.0 KiB
PHP
68 lines
4.0 KiB
PHP
<?php
|
|
namespace Aws\MediaLive;
|
|
|
|
use Aws\AwsClient;
|
|
|
|
/**
|
|
* This client is used to interact with the **AWS Elemental MediaLive** service.
|
|
* @method \Aws\Result batchUpdateSchedule(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise batchUpdateScheduleAsync(array $args = [])
|
|
* @method \Aws\Result createChannel(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise createChannelAsync(array $args = [])
|
|
* @method \Aws\Result createInput(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise createInputAsync(array $args = [])
|
|
* @method \Aws\Result createInputSecurityGroup(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise createInputSecurityGroupAsync(array $args = [])
|
|
* @method \Aws\Result createTags(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise createTagsAsync(array $args = [])
|
|
* @method \Aws\Result deleteChannel(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise deleteChannelAsync(array $args = [])
|
|
* @method \Aws\Result deleteInput(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise deleteInputAsync(array $args = [])
|
|
* @method \Aws\Result deleteInputSecurityGroup(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise deleteInputSecurityGroupAsync(array $args = [])
|
|
* @method \Aws\Result deleteReservation(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise deleteReservationAsync(array $args = [])
|
|
* @method \Aws\Result deleteTags(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise deleteTagsAsync(array $args = [])
|
|
* @method \Aws\Result describeChannel(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise describeChannelAsync(array $args = [])
|
|
* @method \Aws\Result describeInput(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise describeInputAsync(array $args = [])
|
|
* @method \Aws\Result describeInputSecurityGroup(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise describeInputSecurityGroupAsync(array $args = [])
|
|
* @method \Aws\Result describeOffering(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise describeOfferingAsync(array $args = [])
|
|
* @method \Aws\Result describeReservation(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise describeReservationAsync(array $args = [])
|
|
* @method \Aws\Result describeSchedule(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise describeScheduleAsync(array $args = [])
|
|
* @method \Aws\Result listChannels(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listChannelsAsync(array $args = [])
|
|
* @method \Aws\Result listInputSecurityGroups(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listInputSecurityGroupsAsync(array $args = [])
|
|
* @method \Aws\Result listInputs(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listInputsAsync(array $args = [])
|
|
* @method \Aws\Result listOfferings(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listOfferingsAsync(array $args = [])
|
|
* @method \Aws\Result listReservations(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listReservationsAsync(array $args = [])
|
|
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
* @method \Aws\Result purchaseOffering(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise purchaseOfferingAsync(array $args = [])
|
|
* @method \Aws\Result startChannel(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise startChannelAsync(array $args = [])
|
|
* @method \Aws\Result stopChannel(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise stopChannelAsync(array $args = [])
|
|
* @method \Aws\Result updateChannel(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise updateChannelAsync(array $args = [])
|
|
* @method \Aws\Result updateInput(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise updateInputAsync(array $args = [])
|
|
* @method \Aws\Result updateInputSecurityGroup(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise updateInputSecurityGroupAsync(array $args = [])
|
|
* @method \Aws\Result updateReservation(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise updateReservationAsync(array $args = [])
|
|
*/
|
|
class MediaLiveClient extends AwsClient {}
|