mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-14 02:27:23 -07:00
v2: Updates
* Simplifies & beautifies everything * Introduces a new Class system. * Errors are defaulted to AWS's handler. * New function names & more efficient handling. * Should fix a majority of the errors. Please read the README for more!
This commit is contained in:
parent
ad0726e41e
commit
e6d7753dc8
1095 changed files with 45088 additions and 2911 deletions
71
aws/Aws/CodeArtifact/CodeArtifactClient.php
Normal file
71
aws/Aws/CodeArtifact/CodeArtifactClient.php
Normal file
|
@ -0,0 +1,71 @@
|
|||
<?php
|
||||
namespace Aws\CodeArtifact;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **CodeArtifact** service.
|
||||
* @method \Aws\Result associateExternalConnection(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise associateExternalConnectionAsync(array $args = [])
|
||||
* @method \Aws\Result copyPackageVersions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise copyPackageVersionsAsync(array $args = [])
|
||||
* @method \Aws\Result createDomain(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createDomainAsync(array $args = [])
|
||||
* @method \Aws\Result createRepository(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createRepositoryAsync(array $args = [])
|
||||
* @method \Aws\Result deleteDomain(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteDomainAsync(array $args = [])
|
||||
* @method \Aws\Result deleteDomainPermissionsPolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteDomainPermissionsPolicyAsync(array $args = [])
|
||||
* @method \Aws\Result deletePackageVersions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deletePackageVersionsAsync(array $args = [])
|
||||
* @method \Aws\Result deleteRepository(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteRepositoryAsync(array $args = [])
|
||||
* @method \Aws\Result deleteRepositoryPermissionsPolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteRepositoryPermissionsPolicyAsync(array $args = [])
|
||||
* @method \Aws\Result describeDomain(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeDomainAsync(array $args = [])
|
||||
* @method \Aws\Result describePackageVersion(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describePackageVersionAsync(array $args = [])
|
||||
* @method \Aws\Result describeRepository(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeRepositoryAsync(array $args = [])
|
||||
* @method \Aws\Result disassociateExternalConnection(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise disassociateExternalConnectionAsync(array $args = [])
|
||||
* @method \Aws\Result disposePackageVersions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise disposePackageVersionsAsync(array $args = [])
|
||||
* @method \Aws\Result getAuthorizationToken(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getAuthorizationTokenAsync(array $args = [])
|
||||
* @method \Aws\Result getDomainPermissionsPolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getDomainPermissionsPolicyAsync(array $args = [])
|
||||
* @method \Aws\Result getPackageVersionAsset(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getPackageVersionAssetAsync(array $args = [])
|
||||
* @method \Aws\Result getPackageVersionReadme(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getPackageVersionReadmeAsync(array $args = [])
|
||||
* @method \Aws\Result getRepositoryEndpoint(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getRepositoryEndpointAsync(array $args = [])
|
||||
* @method \Aws\Result getRepositoryPermissionsPolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getRepositoryPermissionsPolicyAsync(array $args = [])
|
||||
* @method \Aws\Result listDomains(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listDomainsAsync(array $args = [])
|
||||
* @method \Aws\Result listPackageVersionAssets(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listPackageVersionAssetsAsync(array $args = [])
|
||||
* @method \Aws\Result listPackageVersionDependencies(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listPackageVersionDependenciesAsync(array $args = [])
|
||||
* @method \Aws\Result listPackageVersions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listPackageVersionsAsync(array $args = [])
|
||||
* @method \Aws\Result listPackages(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listPackagesAsync(array $args = [])
|
||||
* @method \Aws\Result listRepositories(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listRepositoriesAsync(array $args = [])
|
||||
* @method \Aws\Result listRepositoriesInDomain(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listRepositoriesInDomainAsync(array $args = [])
|
||||
* @method \Aws\Result putDomainPermissionsPolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putDomainPermissionsPolicyAsync(array $args = [])
|
||||
* @method \Aws\Result putRepositoryPermissionsPolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putRepositoryPermissionsPolicyAsync(array $args = [])
|
||||
* @method \Aws\Result updatePackageVersionsStatus(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updatePackageVersionsStatusAsync(array $args = [])
|
||||
* @method \Aws\Result updateRepository(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateRepositoryAsync(array $args = [])
|
||||
*/
|
||||
class CodeArtifactClient extends AwsClient {}
|
Loading…
Add table
Add a link
Reference in a new issue