Values.DescribeImageReplicationStatusRequestSourceReturns the replication status for a specified image.
type nonrec t = {repositoryName : RepositoryName.t;The name of the repository that the image is in.
*)imageId : ImageIdentifier.t;registryId : RegistryId.t option;The Amazon Web Services account ID associated with the registry. If you do not specify a registry, the default registry is assumed.
*)}val make :
?registryId:??? ->
repositoryName:RepositoryName.t ->
imageId:ImageIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of RepositoryName.t
| `Structure of (string * [> `String of ImageDigest.t ]) list ])
list ]