amazonka-ecr-1.4.0: Amazon EC2 Container Registry SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.ECR.BatchCheckLayerAvailability

Contents

Description

Check the availability of multiple image layers in a specified registry and repository.

This operation is used by the Amazon ECR proxy, and it is not intended for general use by customers. Use the docker CLI to pull, tag, and push images.

Synopsis

Creating a Request

batchCheckLayerAvailability Source

Creates a value of BatchCheckLayerAvailability with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

bclaRegistryId :: Lens' BatchCheckLayerAvailability (Maybe Text) Source

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

bclaRepositoryName :: Lens' BatchCheckLayerAvailability Text Source

The name of the repository that is associated with the image layers to check.

bclaLayerDigests :: Lens' BatchCheckLayerAvailability (NonEmpty Text) Source

The digests of the image layers to check.

Destructuring the Response

batchCheckLayerAvailabilityResponse Source

Creates a value of BatchCheckLayerAvailabilityResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

bclarsLayers :: Lens' BatchCheckLayerAvailabilityResponse [Layer] Source

A list of image layer objects corresponding to the image layer references in the request.