Values.BatchGetImageResponseSourceGets detailed information for an image. Images are specified with either an imageTag or imageDigest. When an image is pulled, the BatchGetImage API is called once to retrieve the image manifest.
type nonrec t = {images : ImageList.t option;A list of image objects corresponding to the image references in the request.
*)failures : ImageFailureList.t option;Any failures associated with the call.
*)}type nonrec error = [ | `InvalidParameterException of InvalidParameterException.t| `LimitExceededException of LimitExceededException.t| `RepositoryNotFoundException of RepositoryNotFoundException.t| `ServerException of ServerException.t| `UnableToGetUpstreamImageException of UnableToGetUpstreamImageException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `LimitExceededException of LimitExceededException.t
| `RepositoryNotFoundException of RepositoryNotFoundException.t
| `ServerException of ServerException.t
| `UnableToGetUpstreamImageException of UnableToGetUpstreamImageException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `LimitExceededException of LimitExceededException.t
| `RepositoryNotFoundException of RepositoryNotFoundException.t
| `ServerException of ServerException.t
| `UnableToGetUpstreamImageException of UnableToGetUpstreamImageException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of RegistryId.t
| `Structure of
(string * [> `String of ImageDigest.t ]) list ])
list ]
list ])
list ]