Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Cloud9/Cloud9Client.php
Строк: 83
<?php
namespace AwsCloud9;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS Cloud9** service.
* @method AwsResult createEnvironmentEC2(array $args = [])
* @method GuzzleHttpPromisePromise createEnvironmentEC2Async(array $args = [])
* @method AwsResult createEnvironmentMembership(array $args = [])
* @method GuzzleHttpPromisePromise createEnvironmentMembershipAsync(array $args = [])
* @method AwsResult deleteEnvironment(array $args = [])
* @method GuzzleHttpPromisePromise deleteEnvironmentAsync(array $args = [])
* @method AwsResult deleteEnvironmentMembership(array $args = [])
* @method GuzzleHttpPromisePromise deleteEnvironmentMembershipAsync(array $args = [])
* @method AwsResult describeEnvironmentMemberships(array $args = [])
* @method GuzzleHttpPromisePromise describeEnvironmentMembershipsAsync(array $args = [])
* @method AwsResult describeEnvironmentStatus(array $args = [])
* @method GuzzleHttpPromisePromise describeEnvironmentStatusAsync(array $args = [])
* @method AwsResult describeEnvironments(array $args = [])
* @method GuzzleHttpPromisePromise describeEnvironmentsAsync(array $args = [])
* @method AwsResult listEnvironments(array $args = [])
* @method GuzzleHttpPromisePromise listEnvironmentsAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateEnvironment(array $args = [])
* @method GuzzleHttpPromisePromise updateEnvironmentAsync(array $args = [])
* @method AwsResult updateEnvironmentMembership(array $args = [])
* @method GuzzleHttpPromisePromise updateEnvironmentMembershipAsync(array $args = [])
*/
class Cloud9Client extends AwsClient {}