1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\ECRPublic;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **Amazon Elastic Container Registry Public** service.
|
|
|
8 |
* @method \Aws\Result batchCheckLayerAvailability(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise batchCheckLayerAvailabilityAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result batchDeleteImage(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise batchDeleteImageAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result completeLayerUpload(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise completeLayerUploadAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result createRepository(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise createRepositoryAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result deleteRepository(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise deleteRepositoryAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result deleteRepositoryPolicy(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise deleteRepositoryPolicyAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result describeImageTags(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise describeImageTagsAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result describeImages(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise describeImagesAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result describeRegistries(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise describeRegistriesAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result describeRepositories(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise describeRepositoriesAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result getAuthorizationToken(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise getAuthorizationTokenAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result getRegistryCatalogData(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise getRegistryCatalogDataAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result getRepositoryCatalogData(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise getRepositoryCatalogDataAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result getRepositoryPolicy(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise getRepositoryPolicyAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result initiateLayerUpload(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise initiateLayerUploadAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result putImage(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise putImageAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result putRegistryCatalogData(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise putRegistryCatalogDataAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result putRepositoryCatalogData(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise putRepositoryCatalogDataAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result setRepositoryPolicy(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise setRepositoryPolicyAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
50 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
51 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
52 |
* @method \Aws\Result uploadLayerPart(array $args = [])
|
|
|
53 |
* @method \GuzzleHttp\Promise\Promise uploadLayerPartAsync(array $args = [])
|
|
|
54 |
*/
|
|
|
55 |
class ECRPublicClient extends AwsClient {}
|