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.BatchGetImage

Contents

Description

Gets detailed information for specified images within a specified repository. Images are specified with either imageTag or imageDigest.

Synopsis

Creating a Request

batchGetImage Source

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

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

Request Lenses

bgiRegistryId :: Lens' BatchGetImage (Maybe Text) Source

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

bgiRepositoryName :: Lens' BatchGetImage Text Source

The repository that contains the images to describe.

bgiImageIds :: Lens' BatchGetImage (NonEmpty ImageIdentifier) Source

A list of image ID references that correspond to images to describe. The format of the imageIds reference is 'imageTag=tag' or 'imageDigest=digest'.

Destructuring the Response

batchGetImageResponse Source

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

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

Response Lenses

bgirsImages :: Lens' BatchGetImageResponse [Image] Source

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

bgirsFailures :: Lens' BatchGetImageResponse [ImageFailure] Source

Any failures associated with the call.