Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/EBS/EBSClient.php
Строк: 18
<?php
namespace AwsEBS;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon Elastic Block Store** service.
* @method AwsResult getSnapshotBlock(array $args = [])
* @method GuzzleHttpPromisePromise getSnapshotBlockAsync(array $args = [])
* @method AwsResult listChangedBlocks(array $args = [])
* @method GuzzleHttpPromisePromise listChangedBlocksAsync(array $args = [])
* @method AwsResult listSnapshotBlocks(array $args = [])
* @method GuzzleHttpPromisePromise listSnapshotBlocksAsync(array $args = [])
*/
class EBSClient extends AwsClient {}