Values.InitiateLayerUploadResponseSourceNotifies Amazon ECR that you intend to upload an image layer. When an image is pushed, the InitiateLayerUpload API is called once for each image layer that hasn't already been uploaded. Whether an image layer uploads is determined by the BatchCheckLayerAvailability API action. 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 = {uploadId : UploadId.t option;The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.
*)partSize : PartSize.t option;The size, in bytes, that Amazon ECR expects future layer part uploads to be.
*)}type nonrec error = [ | `InvalidParameterException of InvalidParameterException.t| `RegistryNotFoundException of RegistryNotFoundException.t| `RepositoryNotFoundException of RepositoryNotFoundException.t| `ServerException of ServerException.t| `UnsupportedCommandException of UnsupportedCommandException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `RegistryNotFoundException of RegistryNotFoundException.t
| `RepositoryNotFoundException of RepositoryNotFoundException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `UnsupportedCommandException of UnsupportedCommandException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `RegistryNotFoundException of RegistryNotFoundException.t
| `RepositoryNotFoundException of RepositoryNotFoundException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `UnsupportedCommandException of UnsupportedCommandException.t ]val to_value :
t ->
[> `Structure of
(string * [> `Long of PartSize.t | `String of UploadId.t ]) list ]