summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/CodeBuild
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
committerAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
commit0c8af4992cb0f7589dcafaad65ada12753c64594 (patch)
tree18e83d068c3e7dd2499331de977782b382279396 /vendor/aws/aws-sdk-php/src/CodeBuild
initial
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/CodeBuild')
-rw-r--r--vendor/aws/aws-sdk-php/src/CodeBuild/CodeBuildClient.php99
-rw-r--r--vendor/aws/aws-sdk-php/src/CodeBuild/Exception/CodeBuildException.php9
2 files changed, 108 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/CodeBuild/CodeBuildClient.php b/vendor/aws/aws-sdk-php/src/CodeBuild/CodeBuildClient.php
new file mode 100644
index 0000000..8c989af
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/CodeBuild/CodeBuildClient.php
@@ -0,0 +1,99 @@
+<?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 batchGetBuildBatches(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchGetBuildBatchesAsync(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 batchGetReportGroups(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchGetReportGroupsAsync(array $args = [])
+ * @method \Aws\Result batchGetReports(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchGetReportsAsync(array $args = [])
+ * @method \Aws\Result createProject(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = [])
+ * @method \Aws\Result createReportGroup(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createReportGroupAsync(array $args = [])
+ * @method \Aws\Result createWebhook(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createWebhookAsync(array $args = [])
+ * @method \Aws\Result deleteBuildBatch(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteBuildBatchAsync(array $args = [])
+ * @method \Aws\Result deleteProject(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
+ * @method \Aws\Result deleteReport(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteReportAsync(array $args = [])
+ * @method \Aws\Result deleteReportGroup(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteReportGroupAsync(array $args = [])
+ * @method \Aws\Result deleteResourcePolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = [])
+ * @method \Aws\Result deleteSourceCredentials(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteSourceCredentialsAsync(array $args = [])
+ * @method \Aws\Result deleteWebhook(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteWebhookAsync(array $args = [])
+ * @method \Aws\Result describeCodeCoverages(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeCodeCoveragesAsync(array $args = [])
+ * @method \Aws\Result describeTestCases(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeTestCasesAsync(array $args = [])
+ * @method \Aws\Result getReportGroupTrend(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getReportGroupTrendAsync(array $args = [])
+ * @method \Aws\Result getResourcePolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getResourcePolicyAsync(array $args = [])
+ * @method \Aws\Result importSourceCredentials(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise importSourceCredentialsAsync(array $args = [])
+ * @method \Aws\Result invalidateProjectCache(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise invalidateProjectCacheAsync(array $args = [])
+ * @method \Aws\Result listBuildBatches(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listBuildBatchesAsync(array $args = [])
+ * @method \Aws\Result listBuildBatchesForProject(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listBuildBatchesForProjectAsync(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 listReportGroups(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listReportGroupsAsync(array $args = [])
+ * @method \Aws\Result listReports(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listReportsAsync(array $args = [])
+ * @method \Aws\Result listReportsForReportGroup(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listReportsForReportGroupAsync(array $args = [])
+ * @method \Aws\Result listSharedProjects(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listSharedProjectsAsync(array $args = [])
+ * @method \Aws\Result listSharedReportGroups(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listSharedReportGroupsAsync(array $args = [])
+ * @method \Aws\Result listSourceCredentials(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listSourceCredentialsAsync(array $args = [])
+ * @method \Aws\Result putResourcePolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putResourcePolicyAsync(array $args = [])
+ * @method \Aws\Result retryBuild(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise retryBuildAsync(array $args = [])
+ * @method \Aws\Result retryBuildBatch(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise retryBuildBatchAsync(array $args = [])
+ * @method \Aws\Result startBuild(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startBuildAsync(array $args = [])
+ * @method \Aws\Result startBuildBatch(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startBuildBatchAsync(array $args = [])
+ * @method \Aws\Result stopBuild(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise stopBuildAsync(array $args = [])
+ * @method \Aws\Result stopBuildBatch(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise stopBuildBatchAsync(array $args = [])
+ * @method \Aws\Result updateProject(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateProjectAsync(array $args = [])
+ * @method \Aws\Result updateProjectVisibility(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateProjectVisibilityAsync(array $args = [])
+ * @method \Aws\Result updateReportGroup(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateReportGroupAsync(array $args = [])
+ * @method \Aws\Result updateWebhook(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateWebhookAsync(array $args = [])
+ */
+class CodeBuildClient extends AwsClient {}
diff --git a/vendor/aws/aws-sdk-php/src/CodeBuild/Exception/CodeBuildException.php b/vendor/aws/aws-sdk-php/src/CodeBuild/Exception/CodeBuildException.php
new file mode 100644
index 0000000..deb1d03
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/CodeBuild/Exception/CodeBuildException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\CodeBuild\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the **AWS CodeBuild** service.
+ */
+class CodeBuildException extends AwsException {}