summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/CodeCatalyst
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
committerAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
commit8bec661288b276c98bdb0e773e5f4d5275dc4c87 (patch)
tree8617ebe581c62fc46a7881aa61801ebce9d3c603 /vendor/aws/aws-sdk-php/src/CodeCatalyst
parent540438c2eb5452bacad30c247906bfa287f2da1d (diff)
update AWK SDKHEADmaster
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/CodeCatalyst')
-rw-r--r--vendor/aws/aws-sdk-php/src/CodeCatalyst/CodeCatalystClient.php75
-rw-r--r--vendor/aws/aws-sdk-php/src/CodeCatalyst/Exception/CodeCatalystException.php9
2 files changed, 84 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/CodeCatalyst/CodeCatalystClient.php b/vendor/aws/aws-sdk-php/src/CodeCatalyst/CodeCatalystClient.php
new file mode 100644
index 0000000..1ee4910
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/CodeCatalyst/CodeCatalystClient.php
@@ -0,0 +1,75 @@
+<?php
+namespace Aws\CodeCatalyst;
+
+use Aws\AwsClient;
+
+/**
+ * This client is used to interact with the **Amazon CodeCatalyst** service.
+ * @method \Aws\Result createAccessToken(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createAccessTokenAsync(array $args = [])
+ * @method \Aws\Result createDevEnvironment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createDevEnvironmentAsync(array $args = [])
+ * @method \Aws\Result createProject(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = [])
+ * @method \Aws\Result createSourceRepository(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createSourceRepositoryAsync(array $args = [])
+ * @method \Aws\Result createSourceRepositoryBranch(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createSourceRepositoryBranchAsync(array $args = [])
+ * @method \Aws\Result deleteAccessToken(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteAccessTokenAsync(array $args = [])
+ * @method \Aws\Result deleteDevEnvironment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteDevEnvironmentAsync(array $args = [])
+ * @method \Aws\Result deleteProject(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
+ * @method \Aws\Result deleteSourceRepository(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteSourceRepositoryAsync(array $args = [])
+ * @method \Aws\Result deleteSpace(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteSpaceAsync(array $args = [])
+ * @method \Aws\Result getDevEnvironment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDevEnvironmentAsync(array $args = [])
+ * @method \Aws\Result getProject(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getProjectAsync(array $args = [])
+ * @method \Aws\Result getSourceRepository(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getSourceRepositoryAsync(array $args = [])
+ * @method \Aws\Result getSourceRepositoryCloneUrls(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getSourceRepositoryCloneUrlsAsync(array $args = [])
+ * @method \Aws\Result getSpace(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getSpaceAsync(array $args = [])
+ * @method \Aws\Result getSubscription(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getSubscriptionAsync(array $args = [])
+ * @method \Aws\Result getUserDetails(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getUserDetailsAsync(array $args = [])
+ * @method \Aws\Result listAccessTokens(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listAccessTokensAsync(array $args = [])
+ * @method \Aws\Result listDevEnvironmentSessions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listDevEnvironmentSessionsAsync(array $args = [])
+ * @method \Aws\Result listDevEnvironments(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listDevEnvironmentsAsync(array $args = [])
+ * @method \Aws\Result listEventLogs(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listEventLogsAsync(array $args = [])
+ * @method \Aws\Result listProjects(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listProjectsAsync(array $args = [])
+ * @method \Aws\Result listSourceRepositories(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listSourceRepositoriesAsync(array $args = [])
+ * @method \Aws\Result listSourceRepositoryBranches(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listSourceRepositoryBranchesAsync(array $args = [])
+ * @method \Aws\Result listSpaces(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listSpacesAsync(array $args = [])
+ * @method \Aws\Result startDevEnvironment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startDevEnvironmentAsync(array $args = [])
+ * @method \Aws\Result startDevEnvironmentSession(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startDevEnvironmentSessionAsync(array $args = [])
+ * @method \Aws\Result stopDevEnvironment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise stopDevEnvironmentAsync(array $args = [])
+ * @method \Aws\Result stopDevEnvironmentSession(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise stopDevEnvironmentSessionAsync(array $args = [])
+ * @method \Aws\Result updateDevEnvironment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateDevEnvironmentAsync(array $args = [])
+ * @method \Aws\Result updateProject(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateProjectAsync(array $args = [])
+ * @method \Aws\Result updateSpace(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateSpaceAsync(array $args = [])
+ * @method \Aws\Result verifySession(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise verifySessionAsync(array $args = [])
+ */
+class CodeCatalystClient extends AwsClient {}
diff --git a/vendor/aws/aws-sdk-php/src/CodeCatalyst/Exception/CodeCatalystException.php b/vendor/aws/aws-sdk-php/src/CodeCatalyst/Exception/CodeCatalystException.php
new file mode 100644
index 0000000..841562d
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/CodeCatalyst/Exception/CodeCatalystException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\CodeCatalyst\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the **Amazon CodeCatalyst** service.
+ */
+class CodeCatalystException extends AwsException {}