summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/DataSync/DataSyncClient.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/DataSync/DataSyncClient.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/DataSync/DataSyncClient.php32
1 files changed, 32 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/DataSync/DataSyncClient.php b/vendor/aws/aws-sdk-php/src/DataSync/DataSyncClient.php
index ecd6c99..1e1fac5 100644
--- a/vendor/aws/aws-sdk-php/src/DataSync/DataSyncClient.php
+++ b/vendor/aws/aws-sdk-php/src/DataSync/DataSyncClient.php
@@ -5,10 +5,14 @@ use Aws\AwsClient;
/**
* This client is used to interact with the **AWS DataSync** service.
+ * @method \Aws\Result addStorageSystem(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise addStorageSystemAsync(array $args = [])
* @method \Aws\Result cancelTaskExecution(array $args = [])
* @method \GuzzleHttp\Promise\Promise cancelTaskExecutionAsync(array $args = [])
* @method \Aws\Result createAgent(array $args = [])
* @method \GuzzleHttp\Promise\Promise createAgentAsync(array $args = [])
+ * @method \Aws\Result createLocationAzureBlob(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createLocationAzureBlobAsync(array $args = [])
* @method \Aws\Result createLocationEfs(array $args = [])
* @method \GuzzleHttp\Promise\Promise createLocationEfsAsync(array $args = [])
* @method \Aws\Result createLocationFsxLustre(array $args = [])
@@ -39,6 +43,10 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise deleteTaskAsync(array $args = [])
* @method \Aws\Result describeAgent(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeAgentAsync(array $args = [])
+ * @method \Aws\Result describeDiscoveryJob(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeDiscoveryJobAsync(array $args = [])
+ * @method \Aws\Result describeLocationAzureBlob(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeLocationAzureBlobAsync(array $args = [])
* @method \Aws\Result describeLocationEfs(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeLocationEfsAsync(array $args = [])
* @method \Aws\Result describeLocationFsxLustre(array $args = [])
@@ -59,28 +67,50 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeLocationS3Async(array $args = [])
* @method \Aws\Result describeLocationSmb(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeLocationSmbAsync(array $args = [])
+ * @method \Aws\Result describeStorageSystem(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeStorageSystemAsync(array $args = [])
+ * @method \Aws\Result describeStorageSystemResourceMetrics(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeStorageSystemResourceMetricsAsync(array $args = [])
+ * @method \Aws\Result describeStorageSystemResources(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeStorageSystemResourcesAsync(array $args = [])
* @method \Aws\Result describeTask(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeTaskAsync(array $args = [])
* @method \Aws\Result describeTaskExecution(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeTaskExecutionAsync(array $args = [])
+ * @method \Aws\Result generateRecommendations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise generateRecommendationsAsync(array $args = [])
* @method \Aws\Result listAgents(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAgentsAsync(array $args = [])
+ * @method \Aws\Result listDiscoveryJobs(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listDiscoveryJobsAsync(array $args = [])
* @method \Aws\Result listLocations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listLocationsAsync(array $args = [])
+ * @method \Aws\Result listStorageSystems(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listStorageSystemsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result listTaskExecutions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTaskExecutionsAsync(array $args = [])
* @method \Aws\Result listTasks(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTasksAsync(array $args = [])
+ * @method \Aws\Result removeStorageSystem(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise removeStorageSystemAsync(array $args = [])
+ * @method \Aws\Result startDiscoveryJob(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startDiscoveryJobAsync(array $args = [])
* @method \Aws\Result startTaskExecution(array $args = [])
* @method \GuzzleHttp\Promise\Promise startTaskExecutionAsync(array $args = [])
+ * @method \Aws\Result stopDiscoveryJob(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise stopDiscoveryJobAsync(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 updateAgent(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateAgentAsync(array $args = [])
+ * @method \Aws\Result updateDiscoveryJob(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateDiscoveryJobAsync(array $args = [])
+ * @method \Aws\Result updateLocationAzureBlob(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateLocationAzureBlobAsync(array $args = [])
* @method \Aws\Result updateLocationHdfs(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateLocationHdfsAsync(array $args = [])
* @method \Aws\Result updateLocationNfs(array $args = [])
@@ -89,6 +119,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise updateLocationObjectStorageAsync(array $args = [])
* @method \Aws\Result updateLocationSmb(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateLocationSmbAsync(array $args = [])
+ * @method \Aws\Result updateStorageSystem(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateStorageSystemAsync(array $args = [])
* @method \Aws\Result updateTask(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateTaskAsync(array $args = [])
* @method \Aws\Result updateTaskExecution(array $args = [])