Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/CodeBuild/CodeBuildClient.php
Строк: 56
<?php
namespace AwsCodeBuild;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS CodeBuild** service.
* @method AwsResult batchDeleteBuilds(array $args = [])
* @method GuzzleHttpPromisePromise batchDeleteBuildsAsync(array $args = [])
* @method AwsResult batchGetBuilds(array $args = [])
* @method GuzzleHttpPromisePromise batchGetBuildsAsync(array $args = [])
* @method AwsResult batchGetProjects(array $args = [])
* @method GuzzleHttpPromisePromise batchGetProjectsAsync(array $args = [])
* @method AwsResult batchGetReportGroups(array $args = [])
* @method GuzzleHttpPromisePromise batchGetReportGroupsAsync(array $args = [])
* @method AwsResult batchGetReports(array $args = [])
* @method GuzzleHttpPromisePromise batchGetReportsAsync(array $args = [])
* @method AwsResult createProject(array $args = [])
* @method GuzzleHttpPromisePromise createProjectAsync(array $args = [])
* @method AwsResult createReportGroup(array $args = [])
* @method GuzzleHttpPromisePromise createReportGroupAsync(array $args = [])
* @method AwsResult createWebhook(array $args = [])
* @method GuzzleHttpPromisePromise createWebhookAsync(array $args = [])
* @method AwsResult deleteProject(array $args = [])
* @method GuzzleHttpPromisePromise deleteProjectAsync(array $args = [])
* @method AwsResult deleteReport(array $args = [])
* @method GuzzleHttpPromisePromise deleteReportAsync(array $args = [])
* @method AwsResult deleteReportGroup(array $args = [])
* @method GuzzleHttpPromisePromise deleteReportGroupAsync(array $args = [])
* @method AwsResult deleteResourcePolicy(array $args = [])
* @method GuzzleHttpPromisePromise deleteResourcePolicyAsync(array $args = [])
* @method AwsResult deleteSourceCredentials(array $args = [])
* @method GuzzleHttpPromisePromise deleteSourceCredentialsAsync(array $args = [])
* @method AwsResult deleteWebhook(array $args = [])
* @method GuzzleHttpPromisePromise deleteWebhookAsync(array $args = [])
* @method AwsResult describeTestCases(array $args = [])
* @method GuzzleHttpPromisePromise describeTestCasesAsync(array $args = [])
* @method AwsResult getResourcePolicy(array $args = [])
* @method GuzzleHttpPromisePromise getResourcePolicyAsync(array $args = [])
* @method AwsResult importSourceCredentials(array $args = [])
* @method GuzzleHttpPromisePromise importSourceCredentialsAsync(array $args = [])
* @method AwsResult invalidateProjectCache(array $args = [])
* @method GuzzleHttpPromisePromise invalidateProjectCacheAsync(array $args = [])
* @method AwsResult listBuilds(array $args = [])
* @method GuzzleHttpPromisePromise listBuildsAsync(array $args = [])
* @method AwsResult listBuildsForProject(array $args = [])
* @method GuzzleHttpPromisePromise listBuildsForProjectAsync(array $args = [])
* @method AwsResult listCuratedEnvironmentImages(array $args = [])
* @method GuzzleHttpPromisePromise listCuratedEnvironmentImagesAsync(array $args = [])
* @method AwsResult listProjects(array $args = [])
* @method GuzzleHttpPromisePromise listProjectsAsync(array $args = [])
* @method AwsResult listReportGroups(array $args = [])
* @method GuzzleHttpPromisePromise listReportGroupsAsync(array $args = [])
* @method AwsResult listReports(array $args = [])
* @method GuzzleHttpPromisePromise listReportsAsync(array $args = [])
* @method AwsResult listReportsForReportGroup(array $args = [])
* @method GuzzleHttpPromisePromise listReportsForReportGroupAsync(array $args = [])
* @method AwsResult listSharedProjects(array $args = [])
* @method GuzzleHttpPromisePromise listSharedProjectsAsync(array $args = [])
* @method AwsResult listSharedReportGroups(array $args = [])
* @method GuzzleHttpPromisePromise listSharedReportGroupsAsync(array $args = [])
* @method AwsResult listSourceCredentials(array $args = [])
* @method GuzzleHttpPromisePromise listSourceCredentialsAsync(array $args = [])
* @method AwsResult putResourcePolicy(array $args = [])
* @method GuzzleHttpPromisePromise putResourcePolicyAsync(array $args = [])
* @method AwsResult startBuild(array $args = [])
* @method GuzzleHttpPromisePromise startBuildAsync(array $args = [])
* @method AwsResult stopBuild(array $args = [])
* @method GuzzleHttpPromisePromise stopBuildAsync(array $args = [])
* @method AwsResult updateProject(array $args = [])
* @method GuzzleHttpPromisePromise updateProjectAsync(array $args = [])
* @method AwsResult updateReportGroup(array $args = [])
* @method GuzzleHttpPromisePromise updateReportGroupAsync(array $args = [])
* @method AwsResult updateWebhook(array $args = [])
* @method GuzzleHttpPromisePromise updateWebhookAsync(array $args = [])
*/
class CodeBuildClient extends AwsClient {}