Server IP : 184.154.167.98 / Your IP : 18.116.28.79 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/fotografico/3rdparty/aws/aws-sdk-php/src/FSx/ |
Upload File : |
<?php namespace Aws\FSx; use Aws\AwsClient; /** * This client is used to interact with the **Amazon FSx** service. * @method \Aws\Result cancelDataRepositoryTask(array $args = []) * @method \GuzzleHttp\Promise\Promise cancelDataRepositoryTaskAsync(array $args = []) * @method \Aws\Result createBackup(array $args = []) * @method \GuzzleHttp\Promise\Promise createBackupAsync(array $args = []) * @method \Aws\Result createDataRepositoryTask(array $args = []) * @method \GuzzleHttp\Promise\Promise createDataRepositoryTaskAsync(array $args = []) * @method \Aws\Result createFileSystem(array $args = []) * @method \GuzzleHttp\Promise\Promise createFileSystemAsync(array $args = []) * @method \Aws\Result createFileSystemFromBackup(array $args = []) * @method \GuzzleHttp\Promise\Promise createFileSystemFromBackupAsync(array $args = []) * @method \Aws\Result deleteBackup(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteBackupAsync(array $args = []) * @method \Aws\Result deleteFileSystem(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteFileSystemAsync(array $args = []) * @method \Aws\Result describeBackups(array $args = []) * @method \GuzzleHttp\Promise\Promise describeBackupsAsync(array $args = []) * @method \Aws\Result describeDataRepositoryTasks(array $args = []) * @method \GuzzleHttp\Promise\Promise describeDataRepositoryTasksAsync(array $args = []) * @method \Aws\Result describeFileSystems(array $args = []) * @method \GuzzleHttp\Promise\Promise describeFileSystemsAsync(array $args = []) * @method \Aws\Result listTagsForResource(array $args = []) * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(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 updateFileSystem(array $args = []) * @method \GuzzleHttp\Promise\Promise updateFileSystemAsync(array $args = []) */ class FSxClient extends AwsClient {}