Server IP : 184.154.167.98 / Your IP : 18.119.116.77 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/www/sesiones/3rdparty/aws/aws-sdk-php/src/MediaPackage/ |
Upload File : |
<?php namespace Aws\MediaPackage; use Aws\AwsClient; /** * This client is used to interact with the **AWS Elemental MediaPackage** service. * @method \Aws\Result createChannel(array $args = []) * @method \GuzzleHttp\Promise\Promise createChannelAsync(array $args = []) * @method \Aws\Result createOriginEndpoint(array $args = []) * @method \GuzzleHttp\Promise\Promise createOriginEndpointAsync(array $args = []) * @method \Aws\Result deleteChannel(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteChannelAsync(array $args = []) * @method \Aws\Result deleteOriginEndpoint(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteOriginEndpointAsync(array $args = []) * @method \Aws\Result describeChannel(array $args = []) * @method \GuzzleHttp\Promise\Promise describeChannelAsync(array $args = []) * @method \Aws\Result describeOriginEndpoint(array $args = []) * @method \GuzzleHttp\Promise\Promise describeOriginEndpointAsync(array $args = []) * @method \Aws\Result listChannels(array $args = []) * @method \GuzzleHttp\Promise\Promise listChannelsAsync(array $args = []) * @method \Aws\Result listOriginEndpoints(array $args = []) * @method \GuzzleHttp\Promise\Promise listOriginEndpointsAsync(array $args = []) * @method \Aws\Result listTagsForResource(array $args = []) * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) * @method \Aws\Result rotateChannelCredentials(array $args = []) * @method \GuzzleHttp\Promise\Promise rotateChannelCredentialsAsync(array $args = []) * @method \Aws\Result rotateIngestEndpointCredentials(array $args = []) * @method \GuzzleHttp\Promise\Promise rotateIngestEndpointCredentialsAsync(array $args = []) * @method \Aws\Result tagResource(array $args = []) * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) * @method \Aws\Result untagResource(array $args = []) * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) * @method \Aws\Result updateChannel(array $args = []) * @method \GuzzleHttp\Promise\Promise updateChannelAsync(array $args = []) * @method \Aws\Result updateOriginEndpoint(array $args = []) * @method \GuzzleHttp\Promise\Promise updateOriginEndpointAsync(array $args = []) */ class MediaPackageClient extends AwsClient {}