Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Ecr/EcrClient.php
Строк: 68
<?php
namespace AwsEcr;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon EC2 Container Registry** service.
*
* @method AwsResult batchCheckLayerAvailability(array $args = [])
* @method GuzzleHttpPromisePromise batchCheckLayerAvailabilityAsync(array $args = [])
* @method AwsResult batchDeleteImage(array $args = [])
* @method GuzzleHttpPromisePromise batchDeleteImageAsync(array $args = [])
* @method AwsResult batchGetImage(array $args = [])
* @method GuzzleHttpPromisePromise batchGetImageAsync(array $args = [])
* @method AwsResult completeLayerUpload(array $args = [])
* @method GuzzleHttpPromisePromise completeLayerUploadAsync(array $args = [])
* @method AwsResult createRepository(array $args = [])
* @method GuzzleHttpPromisePromise createRepositoryAsync(array $args = [])
* @method AwsResult deleteLifecyclePolicy(array $args = [])
* @method GuzzleHttpPromisePromise deleteLifecyclePolicyAsync(array $args = [])
* @method AwsResult deleteRepository(array $args = [])
* @method GuzzleHttpPromisePromise deleteRepositoryAsync(array $args = [])
* @method AwsResult deleteRepositoryPolicy(array $args = [])
* @method GuzzleHttpPromisePromise deleteRepositoryPolicyAsync(array $args = [])
* @method AwsResult describeImageScanFindings(array $args = [])
* @method GuzzleHttpPromisePromise describeImageScanFindingsAsync(array $args = [])
* @method AwsResult describeImages(array $args = [])
* @method GuzzleHttpPromisePromise describeImagesAsync(array $args = [])
* @method AwsResult describeRepositories(array $args = [])
* @method GuzzleHttpPromisePromise describeRepositoriesAsync(array $args = [])
* @method AwsResult getAuthorizationToken(array $args = [])
* @method GuzzleHttpPromisePromise getAuthorizationTokenAsync(array $args = [])
* @method AwsResult getDownloadUrlForLayer(array $args = [])
* @method GuzzleHttpPromisePromise getDownloadUrlForLayerAsync(array $args = [])
* @method AwsResult getLifecyclePolicy(array $args = [])
* @method GuzzleHttpPromisePromise getLifecyclePolicyAsync(array $args = [])
* @method AwsResult getLifecyclePolicyPreview(array $args = [])
* @method GuzzleHttpPromisePromise getLifecyclePolicyPreviewAsync(array $args = [])
* @method AwsResult getRepositoryPolicy(array $args = [])
* @method GuzzleHttpPromisePromise getRepositoryPolicyAsync(array $args = [])
* @method AwsResult initiateLayerUpload(array $args = [])
* @method GuzzleHttpPromisePromise initiateLayerUploadAsync(array $args = [])
* @method AwsResult listImages(array $args = [])
* @method GuzzleHttpPromisePromise listImagesAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult putImage(array $args = [])
* @method GuzzleHttpPromisePromise putImageAsync(array $args = [])
* @method AwsResult putImageScanningConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise putImageScanningConfigurationAsync(array $args = [])
* @method AwsResult putImageTagMutability(array $args = [])
* @method GuzzleHttpPromisePromise putImageTagMutabilityAsync(array $args = [])
* @method AwsResult putLifecyclePolicy(array $args = [])
* @method GuzzleHttpPromisePromise putLifecyclePolicyAsync(array $args = [])
* @method AwsResult setRepositoryPolicy(array $args = [])
* @method GuzzleHttpPromisePromise setRepositoryPolicyAsync(array $args = [])
* @method AwsResult startImageScan(array $args = [])
* @method GuzzleHttpPromisePromise startImageScanAsync(array $args = [])
* @method AwsResult startLifecyclePolicyPreview(array $args = [])
* @method GuzzleHttpPromisePromise startLifecyclePolicyPreviewAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult uploadLayerPart(array $args = [])
* @method GuzzleHttpPromisePromise uploadLayerPartAsync(array $args = [])
*/
class EcrClient extends AwsClient {}