Values.CompleteLayerUploadResponseSourceInforms Amazon ECR that the image layer upload has completed for a specified registry, repository name, and upload ID. You can optionally provide a sha256 digest of the image layer for data validation purposes. When an image is pushed, the CompleteLayerUpload API is called once per each new image layer to verify that the upload has completed. This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.
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.
*)uploadId : UploadId.t option;The upload ID associated with the layer.
*)layerDigest : LayerDigest.t option;The sha256 digest of the image layer.
*)}type nonrec error = [ | `EmptyUploadException of EmptyUploadException.t| `InvalidLayerException of InvalidLayerException.t| `InvalidParameterException of InvalidParameterException.t| `KmsException of KmsException.t| `LayerAlreadyExistsException of LayerAlreadyExistsException.t| `LayerPartTooSmallException of LayerPartTooSmallException.t| `RepositoryNotFoundException of RepositoryNotFoundException.t| `ServerException of ServerException.t| `UploadNotFoundException of UploadNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `EmptyUploadException of EmptyUploadException.t
| `InvalidLayerException of InvalidLayerException.t
| `InvalidParameterException of InvalidParameterException.t
| `KmsException of KmsException.t
| `LayerAlreadyExistsException of LayerAlreadyExistsException.t
| `LayerPartTooSmallException of LayerPartTooSmallException.t
| `RepositoryNotFoundException of RepositoryNotFoundException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `UploadNotFoundException of UploadNotFoundException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `EmptyUploadException of EmptyUploadException.t
| `InvalidLayerException of InvalidLayerException.t
| `InvalidParameterException of InvalidParameterException.t
| `KmsException of KmsException.t
| `LayerAlreadyExistsException of LayerAlreadyExistsException.t
| `LayerPartTooSmallException of LayerPartTooSmallException.t
| `RepositoryNotFoundException of RepositoryNotFoundException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `UploadNotFoundException of UploadNotFoundException.t ]