Values.BatchDeleteImageRequestSourceDeletes specified images within a specified repository. Images are specified with either the imageTag or imageDigest.
type nonrec t = {registryId : RegistryId.t option;The Amazon Web Services account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.
*)repositoryName : RepositoryName.t;The repository that contains the image to delete.
*)imageIds : ImageIdentifierList.t;A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.
*)}val make :
?registryId:??? ->
repositoryName:RepositoryName.t ->
imageIds:ImageIdentifierList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of ImageDigest.t ]) list ]
list
| `String of RegistryId.t ])
list ]