Server IP : 184.154.167.98 / Your IP : 18.191.171.121 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 : 8.2.26 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/www/sesiones/3rdparty/aws/aws-sdk-php/src/Efs/ |
Upload File : |
<?php namespace Aws\Efs; use Aws\AwsClient; /** * This client is used to interact with **Amazon EFS**. * * @method \Aws\Result createFileSystem(array $args = []) * @method \GuzzleHttp\Promise\Promise createFileSystemAsync(array $args = []) * @method \Aws\Result createMountTarget(array $args = []) * @method \GuzzleHttp\Promise\Promise createMountTargetAsync(array $args = []) * @method \Aws\Result createTags(array $args = []) * @method \GuzzleHttp\Promise\Promise createTagsAsync(array $args = []) * @method \Aws\Result deleteFileSystem(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteFileSystemAsync(array $args = []) * @method \Aws\Result deleteMountTarget(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteMountTargetAsync(array $args = []) * @method \Aws\Result deleteTags(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteTagsAsync(array $args = []) * @method \Aws\Result describeFileSystems(array $args = []) * @method \GuzzleHttp\Promise\Promise describeFileSystemsAsync(array $args = []) * @method \Aws\Result describeLifecycleConfiguration(array $args = []) * @method \GuzzleHttp\Promise\Promise describeLifecycleConfigurationAsync(array $args = []) * @method \Aws\Result describeMountTargetSecurityGroups(array $args = []) * @method \GuzzleHttp\Promise\Promise describeMountTargetSecurityGroupsAsync(array $args = []) * @method \Aws\Result describeMountTargets(array $args = []) * @method \GuzzleHttp\Promise\Promise describeMountTargetsAsync(array $args = []) * @method \Aws\Result describeTags(array $args = []) * @method \GuzzleHttp\Promise\Promise describeTagsAsync(array $args = []) * @method \Aws\Result modifyMountTargetSecurityGroups(array $args = []) * @method \GuzzleHttp\Promise\Promise modifyMountTargetSecurityGroupsAsync(array $args = []) * @method \Aws\Result putLifecycleConfiguration(array $args = []) * @method \GuzzleHttp\Promise\Promise putLifecycleConfigurationAsync(array $args = []) * @method \Aws\Result updateFileSystem(array $args = []) * @method \GuzzleHttp\Promise\Promise updateFileSystemAsync(array $args = []) */ class EfsClient extends AwsClient {}