Values.DescribeImageReplicationStatusResponseSourceReturns the replication status for a specified image.
type nonrec t = {repositoryName : RepositoryName.t option;The repository name associated with the request.
*)imageId : ImageIdentifier.t option;replicationStatuses : ImageReplicationStatusList.t option;The replication status details for the images in the specified repository.
*)}type nonrec error = [ | `ImageNotFoundException of ImageNotFoundException.t| `InvalidParameterException of InvalidParameterException.t| `RepositoryNotFoundException of RepositoryNotFoundException.t| `ServerException of ServerException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ImageNotFoundException of ImageNotFoundException.t
| `InvalidParameterException of InvalidParameterException.t
| `RepositoryNotFoundException of RepositoryNotFoundException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ImageNotFoundException of ImageNotFoundException.t
| `InvalidParameterException of InvalidParameterException.t
| `RepositoryNotFoundException of RepositoryNotFoundException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of Region.t ]) list ]
list
| `String of RepositoryName.t
| `Structure of (string * [> `String of ImageDigest.t ]) list ])
list ]