Laravel version update
Laravel version update
This commit is contained in:
10
vendor/aws/aws-sdk-php/src/Ecr/EcrClient.php
vendored
10
vendor/aws/aws-sdk-php/src/Ecr/EcrClient.php
vendored
@@ -16,6 +16,8 @@ use Aws\AwsClient;
|
||||
* @method \GuzzleHttp\Promise\Promise completeLayerUploadAsync(array $args = [])
|
||||
* @method \Aws\Result createRepository(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createRepositoryAsync(array $args = [])
|
||||
* @method \Aws\Result deleteLifecyclePolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteLifecyclePolicyAsync(array $args = [])
|
||||
* @method \Aws\Result deleteRepository(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteRepositoryAsync(array $args = [])
|
||||
* @method \Aws\Result deleteRepositoryPolicy(array $args = [])
|
||||
@@ -28,6 +30,10 @@ use Aws\AwsClient;
|
||||
* @method \GuzzleHttp\Promise\Promise getAuthorizationTokenAsync(array $args = [])
|
||||
* @method \Aws\Result getDownloadUrlForLayer(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getDownloadUrlForLayerAsync(array $args = [])
|
||||
* @method \Aws\Result getLifecyclePolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getLifecyclePolicyAsync(array $args = [])
|
||||
* @method \Aws\Result getLifecyclePolicyPreview(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getLifecyclePolicyPreviewAsync(array $args = [])
|
||||
* @method \Aws\Result getRepositoryPolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getRepositoryPolicyAsync(array $args = [])
|
||||
* @method \Aws\Result initiateLayerUpload(array $args = [])
|
||||
@@ -36,8 +42,12 @@ use Aws\AwsClient;
|
||||
* @method \GuzzleHttp\Promise\Promise listImagesAsync(array $args = [])
|
||||
* @method \Aws\Result putImage(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putImageAsync(array $args = [])
|
||||
* @method \Aws\Result putLifecyclePolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putLifecyclePolicyAsync(array $args = [])
|
||||
* @method \Aws\Result setRepositoryPolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise setRepositoryPolicyAsync(array $args = [])
|
||||
* @method \Aws\Result startLifecyclePolicyPreview(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise startLifecyclePolicyPreviewAsync(array $args = [])
|
||||
* @method \Aws\Result uploadLayerPart(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise uploadLayerPartAsync(array $args = [])
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user