Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Check the availability of multiple image layers in a specified registry and repository.
- batchCheckLayerAvailability :: Text -> NonEmpty Text -> BatchCheckLayerAvailability
- data BatchCheckLayerAvailability
- bclaRegistryId :: Lens' BatchCheckLayerAvailability (Maybe Text)
- bclaRepositoryName :: Lens' BatchCheckLayerAvailability Text
- bclaLayerDigests :: Lens' BatchCheckLayerAvailability (NonEmpty Text)
- batchCheckLayerAvailabilityResponse :: Int -> BatchCheckLayerAvailabilityResponse
- data BatchCheckLayerAvailabilityResponse
- bclarsFailures :: Lens' BatchCheckLayerAvailabilityResponse [LayerFailure]
- bclarsLayers :: Lens' BatchCheckLayerAvailabilityResponse [Layer]
- bclarsResponseStatus :: Lens' BatchCheckLayerAvailabilityResponse Int
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:
bclaRegistryId
- 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
- The name of the repository that is associated with the image layers to check.bclaLayerDigests
- The digests of the image layers to check.
data BatchCheckLayerAvailability Source #
See: batchCheckLayerAvailability
smart constructor.
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:
bclarsFailures
- Any failures associated with the call.bclarsLayers
- A list of image layer objects corresponding to the image layer references in the request.bclarsResponseStatus
- -- | The response status code.
data BatchCheckLayerAvailabilityResponse Source #
See: batchCheckLayerAvailabilityResponse
smart constructor.
Response Lenses
bclarsFailures :: Lens' BatchCheckLayerAvailabilityResponse [LayerFailure] Source #
Any failures associated with the call.
bclarsLayers :: Lens' BatchCheckLayerAvailabilityResponse [Layer] Source #
A list of image layer objects corresponding to the image layer references in the request.
bclarsResponseStatus :: Lens' BatchCheckLayerAvailabilityResponse Int Source #
- - | The response status code.