Values.DescribeImageSigningStatusResponseSourceReturns the signing status for a specified image. If the image matched signing rules that reference different signing profiles, a status is returned for each profile. For more information, see Managed signing in the Amazon Elastic Container Registry User Guide.
type nonrec t = {repositoryName : RepositoryName.t option;The name of the repository.
*)imageId : ImageIdentifier.t option;An object with identifying information for the image.
*)registryId : RegistryId.t option;The Amazon Web Services account ID associated with the registry.
*)signingStatuses : ImageSigningStatusList.t option;A list of signing statuses for the specified image. Each status corresponds to a signing profile.
*)}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 SigningProfileArn.t ])
list ]
list
| `String of RepositoryName.t
| `Structure of (string * [> `String of ImageDigest.t ]) list ])
list ]