Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/FSx/FSxClient.php
Строк: 27
<?php
namespace AwsFSx;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon FSx** service.
* @method AwsResult cancelDataRepositoryTask(array $args = [])
* @method GuzzleHttpPromisePromise cancelDataRepositoryTaskAsync(array $args = [])
* @method AwsResult createBackup(array $args = [])
* @method GuzzleHttpPromisePromise createBackupAsync(array $args = [])
* @method AwsResult createDataRepositoryTask(array $args = [])
* @method GuzzleHttpPromisePromise createDataRepositoryTaskAsync(array $args = [])
* @method AwsResult createFileSystem(array $args = [])
* @method GuzzleHttpPromisePromise createFileSystemAsync(array $args = [])
* @method AwsResult createFileSystemFromBackup(array $args = [])
* @method GuzzleHttpPromisePromise createFileSystemFromBackupAsync(array $args = [])
* @method AwsResult deleteBackup(array $args = [])
* @method GuzzleHttpPromisePromise deleteBackupAsync(array $args = [])
* @method AwsResult deleteFileSystem(array $args = [])
* @method GuzzleHttpPromisePromise deleteFileSystemAsync(array $args = [])
* @method AwsResult describeBackups(array $args = [])
* @method GuzzleHttpPromisePromise describeBackupsAsync(array $args = [])
* @method AwsResult describeDataRepositoryTasks(array $args = [])
* @method GuzzleHttpPromisePromise describeDataRepositoryTasksAsync(array $args = [])
* @method AwsResult describeFileSystems(array $args = [])
* @method GuzzleHttpPromisePromise describeFileSystemsAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateFileSystem(array $args = [])
* @method GuzzleHttpPromisePromise updateFileSystemAsync(array $args = [])
*/
class FSxClient extends AwsClient {}