mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-12 16:13:12 -07:00
spaces.php
This commit is contained in:
parent
7755490b81
commit
eefa32741e
845 changed files with 50409 additions and 0 deletions
39
aws/Aws/CodeBuild/CodeBuildClient.php
Normal file
39
aws/Aws/CodeBuild/CodeBuildClient.php
Normal file
|
@ -0,0 +1,39 @@
|
|||
<?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 {}
|
Loading…
Add table
Add a link
Reference in a new issue