Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/DataSync/DataSyncClient.php
Строк: 90
<?php
namespace AwsDataSync;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS DataSync** service.
* @method AwsResult cancelTaskExecution(array $args = [])
* @method GuzzleHttpPromisePromise cancelTaskExecutionAsync(array $args = [])
* @method AwsResult createAgent(array $args = [])
* @method GuzzleHttpPromisePromise createAgentAsync(array $args = [])
* @method AwsResult createLocationEfs(array $args = [])
* @method GuzzleHttpPromisePromise createLocationEfsAsync(array $args = [])
* @method AwsResult createLocationFsxWindows(array $args = [])
* @method GuzzleHttpPromisePromise createLocationFsxWindowsAsync(array $args = [])
* @method AwsResult createLocationNfs(array $args = [])
* @method GuzzleHttpPromisePromise createLocationNfsAsync(array $args = [])
* @method AwsResult createLocationS3(array $args = [])
* @method GuzzleHttpPromisePromise createLocationS3Async(array $args = [])
* @method AwsResult createLocationSmb(array $args = [])
* @method GuzzleHttpPromisePromise createLocationSmbAsync(array $args = [])
* @method AwsResult createTask(array $args = [])
* @method GuzzleHttpPromisePromise createTaskAsync(array $args = [])
* @method AwsResult deleteAgent(array $args = [])
* @method GuzzleHttpPromisePromise deleteAgentAsync(array $args = [])
* @method AwsResult deleteLocation(array $args = [])
* @method GuzzleHttpPromisePromise deleteLocationAsync(array $args = [])
* @method AwsResult deleteTask(array $args = [])
* @method GuzzleHttpPromisePromise deleteTaskAsync(array $args = [])
* @method AwsResult describeAgent(array $args = [])
* @method GuzzleHttpPromisePromise describeAgentAsync(array $args = [])
* @method AwsResult describeLocationEfs(array $args = [])
* @method GuzzleHttpPromisePromise describeLocationEfsAsync(array $args = [])
* @method AwsResult describeLocationFsxWindows(array $args = [])
* @method GuzzleHttpPromisePromise describeLocationFsxWindowsAsync(array $args = [])
* @method AwsResult describeLocationNfs(array $args = [])
* @method GuzzleHttpPromisePromise describeLocationNfsAsync(array $args = [])
* @method AwsResult describeLocationS3(array $args = [])
* @method GuzzleHttpPromisePromise describeLocationS3Async(array $args = [])
* @method AwsResult describeLocationSmb(array $args = [])
* @method GuzzleHttpPromisePromise describeLocationSmbAsync(array $args = [])
* @method AwsResult describeTask(array $args = [])
* @method GuzzleHttpPromisePromise describeTaskAsync(array $args = [])
* @method AwsResult describeTaskExecution(array $args = [])
* @method GuzzleHttpPromisePromise describeTaskExecutionAsync(array $args = [])
* @method AwsResult listAgents(array $args = [])
* @method GuzzleHttpPromisePromise listAgentsAsync(array $args = [])
* @method AwsResult listLocations(array $args = [])
* @method GuzzleHttpPromisePromise listLocationsAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult listTaskExecutions(array $args = [])
* @method GuzzleHttpPromisePromise listTaskExecutionsAsync(array $args = [])
* @method AwsResult listTasks(array $args = [])
* @method GuzzleHttpPromisePromise listTasksAsync(array $args = [])
* @method AwsResult startTaskExecution(array $args = [])
* @method GuzzleHttpPromisePromise startTaskExecutionAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateAgent(array $args = [])
* @method GuzzleHttpPromisePromise updateAgentAsync(array $args = [])
* @method AwsResult updateTask(array $args = [])
* @method GuzzleHttpPromisePromise updateTaskAsync(array $args = [])
*/
class DataSyncClient extends AwsClient {}