Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/MediaStoreData/MediaStoreDataClient.php
Строк: 15
<?php
namespace AwsMediaStoreData;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS Elemental MediaStore Data Plane** service.
* @method AwsResult deleteObject(array $args = [])
* @method GuzzleHttpPromisePromise deleteObjectAsync(array $args = [])
* @method AwsResult describeObject(array $args = [])
* @method GuzzleHttpPromisePromise describeObjectAsync(array $args = [])
* @method AwsResult getObject(array $args = [])
* @method GuzzleHttpPromisePromise getObjectAsync(array $args = [])
* @method AwsResult listItems(array $args = [])
* @method GuzzleHttpPromisePromise listItemsAsync(array $args = [])
* @method AwsResult putObject(array $args = [])
* @method GuzzleHttpPromisePromise putObjectAsync(array $args = [])
*/
class MediaStoreDataClient extends AwsClient {}