first commit -> move some files from one-api

This commit is contained in:
2026-05-06 13:37:10 +07:00
parent a3144382c5
commit 55c6ed9779
7940 changed files with 628870 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace Aws\MediaPackageV2\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **AWS Elemental MediaPackage v2** service.
*/
class MediaPackageV2Exception extends AwsException {}

View File

@@ -0,0 +1,57 @@
<?php
namespace Aws\MediaPackageV2;
use Aws\AwsClient;
/**
* This client is used to interact with the **AWS Elemental MediaPackage v2** service.
* @method \Aws\Result createChannel(array $args = [])
* @method \GuzzleHttp\Promise\Promise createChannelAsync(array $args = [])
* @method \Aws\Result createChannelGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise createChannelGroupAsync(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 deleteChannelGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteChannelGroupAsync(array $args = [])
* @method \Aws\Result deleteChannelPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteChannelPolicyAsync(array $args = [])
* @method \Aws\Result deleteOriginEndpoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteOriginEndpointAsync(array $args = [])
* @method \Aws\Result deleteOriginEndpointPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteOriginEndpointPolicyAsync(array $args = [])
* @method \Aws\Result getChannel(array $args = [])
* @method \GuzzleHttp\Promise\Promise getChannelAsync(array $args = [])
* @method \Aws\Result getChannelGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise getChannelGroupAsync(array $args = [])
* @method \Aws\Result getChannelPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise getChannelPolicyAsync(array $args = [])
* @method \Aws\Result getOriginEndpoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise getOriginEndpointAsync(array $args = [])
* @method \Aws\Result getOriginEndpointPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise getOriginEndpointPolicyAsync(array $args = [])
* @method \Aws\Result listChannelGroups(array $args = [])
* @method \GuzzleHttp\Promise\Promise listChannelGroupsAsync(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 putChannelPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise putChannelPolicyAsync(array $args = [])
* @method \Aws\Result putOriginEndpointPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise putOriginEndpointPolicyAsync(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 updateChannelGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateChannelGroupAsync(array $args = [])
* @method \Aws\Result updateOriginEndpoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateOriginEndpointAsync(array $args = [])
*/
class MediaPackageV2Client extends AwsClient {}