Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/CodeStar/CodeStarClient.php
Строк: 28
<?php
namespace AwsCodeStar;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS CodeStar** service.
* @method AwsResult associateTeamMember(array $args = [])
* @method GuzzleHttpPromisePromise associateTeamMemberAsync(array $args = [])
* @method AwsResult createProject(array $args = [])
* @method GuzzleHttpPromisePromise createProjectAsync(array $args = [])
* @method AwsResult createUserProfile(array $args = [])
* @method GuzzleHttpPromisePromise createUserProfileAsync(array $args = [])
* @method AwsResult deleteProject(array $args = [])
* @method GuzzleHttpPromisePromise deleteProjectAsync(array $args = [])
* @method AwsResult deleteUserProfile(array $args = [])
* @method GuzzleHttpPromisePromise deleteUserProfileAsync(array $args = [])
* @method AwsResult describeProject(array $args = [])
* @method GuzzleHttpPromisePromise describeProjectAsync(array $args = [])
* @method AwsResult describeUserProfile(array $args = [])
* @method GuzzleHttpPromisePromise describeUserProfileAsync(array $args = [])
* @method AwsResult disassociateTeamMember(array $args = [])
* @method GuzzleHttpPromisePromise disassociateTeamMemberAsync(array $args = [])
* @method AwsResult listProjects(array $args = [])
* @method GuzzleHttpPromisePromise listProjectsAsync(array $args = [])
* @method AwsResult listResources(array $args = [])
* @method GuzzleHttpPromisePromise listResourcesAsync(array $args = [])
* @method AwsResult listTagsForProject(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForProjectAsync(array $args = [])
* @method AwsResult listTeamMembers(array $args = [])
* @method GuzzleHttpPromisePromise listTeamMembersAsync(array $args = [])
* @method AwsResult listUserProfiles(array $args = [])
* @method GuzzleHttpPromisePromise listUserProfilesAsync(array $args = [])
* @method AwsResult tagProject(array $args = [])
* @method GuzzleHttpPromisePromise tagProjectAsync(array $args = [])
* @method AwsResult untagProject(array $args = [])
* @method GuzzleHttpPromisePromise untagProjectAsync(array $args = [])
* @method AwsResult updateProject(array $args = [])
* @method GuzzleHttpPromisePromise updateProjectAsync(array $args = [])
* @method AwsResult updateTeamMember(array $args = [])
* @method GuzzleHttpPromisePromise updateTeamMemberAsync(array $args = [])
* @method AwsResult updateUserProfile(array $args = [])
* @method GuzzleHttpPromisePromise updateUserProfileAsync(array $args = [])
*/
class CodeStarClient extends AwsClient {}