mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-06 21:11:30 -07:00
39 lines
2.1 KiB
PHP
39 lines
2.1 KiB
PHP
<?php
|
|
namespace Aws\CodeBuild;
|
|
|
|
use Aws\AwsClient;
|
|
|
|
/**
|
|
* This client is used to interact with the **AWS CodeBuild** service.
|
|
* @method \Aws\Result batchDeleteBuilds(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise batchDeleteBuildsAsync(array $args = [])
|
|
* @method \Aws\Result batchGetBuilds(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise batchGetBuildsAsync(array $args = [])
|
|
* @method \Aws\Result batchGetProjects(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise batchGetProjectsAsync(array $args = [])
|
|
* @method \Aws\Result createProject(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = [])
|
|
* @method \Aws\Result createWebhook(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise createWebhookAsync(array $args = [])
|
|
* @method \Aws\Result deleteProject(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
|
|
* @method \Aws\Result deleteWebhook(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise deleteWebhookAsync(array $args = [])
|
|
* @method \Aws\Result invalidateProjectCache(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise invalidateProjectCacheAsync(array $args = [])
|
|
* @method \Aws\Result listBuilds(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listBuildsAsync(array $args = [])
|
|
* @method \Aws\Result listBuildsForProject(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listBuildsForProjectAsync(array $args = [])
|
|
* @method \Aws\Result listCuratedEnvironmentImages(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listCuratedEnvironmentImagesAsync(array $args = [])
|
|
* @method \Aws\Result listProjects(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listProjectsAsync(array $args = [])
|
|
* @method \Aws\Result startBuild(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise startBuildAsync(array $args = [])
|
|
* @method \Aws\Result stopBuild(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise stopBuildAsync(array $args = [])
|
|
* @method \Aws\Result updateProject(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise updateProjectAsync(array $args = [])
|
|
*/
|
|
class CodeBuildClient extends AwsClient {}
|