Values.UpdateImageStorageClassResponseSourceTransitions an image between storage classes. You can transition images from Amazon ECR standard storage class to Amazon ECR archival storage class for long-term storage, or restore archived images back to Amazon ECR standard.
type nonrec t = {registryId : RegistryId.t option;The registry ID associated with the request.
*)repositoryName : RepositoryName.t option;The repository name associated with the request.
*)imageId : ImageIdentifier.t option;imageStatus : ImageStatus.t option;The current status of the image after the call to UpdateImageStorageClass is complete. Valid values are ACTIVE, ARCHIVED, and ACTIVATING.
*)}type nonrec error = [ | `ImageNotFoundException of ImageNotFoundException.t| `ImageStorageClassUpdateNotSupportedException of
ImageStorageClassUpdateNotSupportedException.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
| `ImageStorageClassUpdateNotSupportedException of
ImageStorageClassUpdateNotSupportedException.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
| `ImageStorageClassUpdateNotSupportedException of
ImageStorageClassUpdateNotSupportedException.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
* [> `Enum of string
| `String of RegistryId.t
| `Structure of (string * [> `String of ImageDigest.t ]) list ])
list ]