Values.BatchCheckLayerAvailabilityResponseSourceChecks the availability of one or more image layers that are within a repository in a public registry. When an image is pushed to a repository, each image layer is checked to verify if it has been uploaded before. If it has been uploaded, then the image layer is skipped. This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
type nonrec t = {layers : LayerList.t option;A list of image layer objects that correspond to the image layer references in the request.
*)failures : LayerFailureList.t option;Any failures associated with the call.
*)}type nonrec error = [ | `InvalidParameterException of InvalidParameterException.t| `RegistryNotFoundException of RegistryNotFoundException.t| `RepositoryNotFoundException of RepositoryNotFoundException.t| `ServerException of ServerException.t| `UnsupportedCommandException of UnsupportedCommandException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `RegistryNotFoundException of RegistryNotFoundException.t
| `RepositoryNotFoundException of RepositoryNotFoundException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `UnsupportedCommandException of UnsupportedCommandException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `RegistryNotFoundException of RegistryNotFoundException.t
| `RepositoryNotFoundException of RepositoryNotFoundException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `UnsupportedCommandException of UnsupportedCommandException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Long of LayerSizeInBytes.t
| `String of LayerDigest.t ])
list ]
list ])
list ]