EcrClient.php
97 lines
| 1 | <?php |
| 2 | namespace Aws\Ecr; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Amazon EC2 Container Registry** service. |
| 8 | * |
| 9 | * @method \Aws\Result batchCheckLayerAvailability(array $args = []) |
| 10 | * @method \GuzzleHttp\Promise\Promise batchCheckLayerAvailabilityAsync(array $args = []) |
| 11 | * @method \Aws\Result batchDeleteImage(array $args = []) |
| 12 | * @method \GuzzleHttp\Promise\Promise batchDeleteImageAsync(array $args = []) |
| 13 | * @method \Aws\Result batchGetImage(array $args = []) |
| 14 | * @method \GuzzleHttp\Promise\Promise batchGetImageAsync(array $args = []) |
| 15 | * @method \Aws\Result batchGetRepositoryScanningConfiguration(array $args = []) |
| 16 | * @method \GuzzleHttp\Promise\Promise batchGetRepositoryScanningConfigurationAsync(array $args = []) |
| 17 | * @method \Aws\Result completeLayerUpload(array $args = []) |
| 18 | * @method \GuzzleHttp\Promise\Promise completeLayerUploadAsync(array $args = []) |
| 19 | * @method \Aws\Result createPullThroughCacheRule(array $args = []) |
| 20 | * @method \GuzzleHttp\Promise\Promise createPullThroughCacheRuleAsync(array $args = []) |
| 21 | * @method \Aws\Result createRepository(array $args = []) |
| 22 | * @method \GuzzleHttp\Promise\Promise createRepositoryAsync(array $args = []) |
| 23 | * @method \Aws\Result deleteLifecyclePolicy(array $args = []) |
| 24 | * @method \GuzzleHttp\Promise\Promise deleteLifecyclePolicyAsync(array $args = []) |
| 25 | * @method \Aws\Result deletePullThroughCacheRule(array $args = []) |
| 26 | * @method \GuzzleHttp\Promise\Promise deletePullThroughCacheRuleAsync(array $args = []) |
| 27 | * @method \Aws\Result deleteRegistryPolicy(array $args = []) |
| 28 | * @method \GuzzleHttp\Promise\Promise deleteRegistryPolicyAsync(array $args = []) |
| 29 | * @method \Aws\Result deleteRepository(array $args = []) |
| 30 | * @method \GuzzleHttp\Promise\Promise deleteRepositoryAsync(array $args = []) |
| 31 | * @method \Aws\Result deleteRepositoryPolicy(array $args = []) |
| 32 | * @method \GuzzleHttp\Promise\Promise deleteRepositoryPolicyAsync(array $args = []) |
| 33 | * @method \Aws\Result describeImageReplicationStatus(array $args = []) |
| 34 | * @method \GuzzleHttp\Promise\Promise describeImageReplicationStatusAsync(array $args = []) |
| 35 | * @method \Aws\Result describeImageScanFindings(array $args = []) |
| 36 | * @method \GuzzleHttp\Promise\Promise describeImageScanFindingsAsync(array $args = []) |
| 37 | * @method \Aws\Result describeImages(array $args = []) |
| 38 | * @method \GuzzleHttp\Promise\Promise describeImagesAsync(array $args = []) |
| 39 | * @method \Aws\Result describePullThroughCacheRules(array $args = []) |
| 40 | * @method \GuzzleHttp\Promise\Promise describePullThroughCacheRulesAsync(array $args = []) |
| 41 | * @method \Aws\Result describeRegistry(array $args = []) |
| 42 | * @method \GuzzleHttp\Promise\Promise describeRegistryAsync(array $args = []) |
| 43 | * @method \Aws\Result describeRepositories(array $args = []) |
| 44 | * @method \GuzzleHttp\Promise\Promise describeRepositoriesAsync(array $args = []) |
| 45 | * @method \Aws\Result getAuthorizationToken(array $args = []) |
| 46 | * @method \GuzzleHttp\Promise\Promise getAuthorizationTokenAsync(array $args = []) |
| 47 | * @method \Aws\Result getDownloadUrlForLayer(array $args = []) |
| 48 | * @method \GuzzleHttp\Promise\Promise getDownloadUrlForLayerAsync(array $args = []) |
| 49 | * @method \Aws\Result getLifecyclePolicy(array $args = []) |
| 50 | * @method \GuzzleHttp\Promise\Promise getLifecyclePolicyAsync(array $args = []) |
| 51 | * @method \Aws\Result getLifecyclePolicyPreview(array $args = []) |
| 52 | * @method \GuzzleHttp\Promise\Promise getLifecyclePolicyPreviewAsync(array $args = []) |
| 53 | * @method \Aws\Result getRegistryPolicy(array $args = []) |
| 54 | * @method \GuzzleHttp\Promise\Promise getRegistryPolicyAsync(array $args = []) |
| 55 | * @method \Aws\Result getRegistryScanningConfiguration(array $args = []) |
| 56 | * @method \GuzzleHttp\Promise\Promise getRegistryScanningConfigurationAsync(array $args = []) |
| 57 | * @method \Aws\Result getRepositoryPolicy(array $args = []) |
| 58 | * @method \GuzzleHttp\Promise\Promise getRepositoryPolicyAsync(array $args = []) |
| 59 | * @method \Aws\Result initiateLayerUpload(array $args = []) |
| 60 | * @method \GuzzleHttp\Promise\Promise initiateLayerUploadAsync(array $args = []) |
| 61 | * @method \Aws\Result listImages(array $args = []) |
| 62 | * @method \GuzzleHttp\Promise\Promise listImagesAsync(array $args = []) |
| 63 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 64 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 65 | * @method \Aws\Result putImage(array $args = []) |
| 66 | * @method \GuzzleHttp\Promise\Promise putImageAsync(array $args = []) |
| 67 | * @method \Aws\Result putImageScanningConfiguration(array $args = []) |
| 68 | * @method \GuzzleHttp\Promise\Promise putImageScanningConfigurationAsync(array $args = []) |
| 69 | * @method \Aws\Result putImageTagMutability(array $args = []) |
| 70 | * @method \GuzzleHttp\Promise\Promise putImageTagMutabilityAsync(array $args = []) |
| 71 | * @method \Aws\Result putLifecyclePolicy(array $args = []) |
| 72 | * @method \GuzzleHttp\Promise\Promise putLifecyclePolicyAsync(array $args = []) |
| 73 | * @method \Aws\Result putRegistryPolicy(array $args = []) |
| 74 | * @method \GuzzleHttp\Promise\Promise putRegistryPolicyAsync(array $args = []) |
| 75 | * @method \Aws\Result putRegistryScanningConfiguration(array $args = []) |
| 76 | * @method \GuzzleHttp\Promise\Promise putRegistryScanningConfigurationAsync(array $args = []) |
| 77 | * @method \Aws\Result putReplicationConfiguration(array $args = []) |
| 78 | * @method \GuzzleHttp\Promise\Promise putReplicationConfigurationAsync(array $args = []) |
| 79 | * @method \Aws\Result setRepositoryPolicy(array $args = []) |
| 80 | * @method \GuzzleHttp\Promise\Promise setRepositoryPolicyAsync(array $args = []) |
| 81 | * @method \Aws\Result startImageScan(array $args = []) |
| 82 | * @method \GuzzleHttp\Promise\Promise startImageScanAsync(array $args = []) |
| 83 | * @method \Aws\Result startLifecyclePolicyPreview(array $args = []) |
| 84 | * @method \GuzzleHttp\Promise\Promise startLifecyclePolicyPreviewAsync(array $args = []) |
| 85 | * @method \Aws\Result tagResource(array $args = []) |
| 86 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 87 | * @method \Aws\Result untagResource(array $args = []) |
| 88 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 89 | * @method \Aws\Result updatePullThroughCacheRule(array $args = []) |
| 90 | * @method \GuzzleHttp\Promise\Promise updatePullThroughCacheRuleAsync(array $args = []) |
| 91 | * @method \Aws\Result uploadLayerPart(array $args = []) |
| 92 | * @method \GuzzleHttp\Promise\Promise uploadLayerPartAsync(array $args = []) |
| 93 | * @method \Aws\Result validatePullThroughCacheRule(array $args = []) |
| 94 | * @method \GuzzleHttp\Promise\Promise validatePullThroughCacheRuleAsync(array $args = []) |
| 95 | */ |
| 96 | class EcrClient extends AwsClient {} |
| 97 |