Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Efs/EfsClient.php
Строк: 58
<?php
namespace AwsEfs;
use AwsAwsClient;
/**
* This client is used to interact with **Amazon EFS**.
*
* @method AwsResult createAccessPoint(array $args = [])
* @method GuzzleHttpPromisePromise createAccessPointAsync(array $args = [])
* @method AwsResult createFileSystem(array $args = [])
* @method GuzzleHttpPromisePromise createFileSystemAsync(array $args = [])
* @method AwsResult createMountTarget(array $args = [])
* @method GuzzleHttpPromisePromise createMountTargetAsync(array $args = [])
* @method AwsResult createTags(array $args = [])
* @method GuzzleHttpPromisePromise createTagsAsync(array $args = [])
* @method AwsResult deleteAccessPoint(array $args = [])
* @method GuzzleHttpPromisePromise deleteAccessPointAsync(array $args = [])
* @method AwsResult deleteFileSystem(array $args = [])
* @method GuzzleHttpPromisePromise deleteFileSystemAsync(array $args = [])
* @method AwsResult deleteFileSystemPolicy(array $args = [])
* @method GuzzleHttpPromisePromise deleteFileSystemPolicyAsync(array $args = [])
* @method AwsResult deleteMountTarget(array $args = [])
* @method GuzzleHttpPromisePromise deleteMountTargetAsync(array $args = [])
* @method AwsResult deleteTags(array $args = [])
* @method GuzzleHttpPromisePromise deleteTagsAsync(array $args = [])
* @method AwsResult describeAccessPoints(array $args = [])
* @method GuzzleHttpPromisePromise describeAccessPointsAsync(array $args = [])
* @method AwsResult describeFileSystemPolicy(array $args = [])
* @method GuzzleHttpPromisePromise describeFileSystemPolicyAsync(array $args = [])
* @method AwsResult describeFileSystems(array $args = [])
* @method GuzzleHttpPromisePromise describeFileSystemsAsync(array $args = [])
* @method AwsResult describeLifecycleConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise describeLifecycleConfigurationAsync(array $args = [])
* @method AwsResult describeMountTargetSecurityGroups(array $args = [])
* @method GuzzleHttpPromisePromise describeMountTargetSecurityGroupsAsync(array $args = [])
* @method AwsResult describeMountTargets(array $args = [])
* @method GuzzleHttpPromisePromise describeMountTargetsAsync(array $args = [])
* @method AwsResult describeTags(array $args = [])
* @method GuzzleHttpPromisePromise describeTagsAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult modifyMountTargetSecurityGroups(array $args = [])
* @method GuzzleHttpPromisePromise modifyMountTargetSecurityGroupsAsync(array $args = [])
* @method AwsResult putFileSystemPolicy(array $args = [])
* @method GuzzleHttpPromisePromise putFileSystemPolicyAsync(array $args = [])
* @method AwsResult putLifecycleConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise putLifecycleConfigurationAsync(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 EfsClient extends AwsClient {}