Module Smaws_Client_ECRPUBLIC.DescribeImages

Returns metadata that's related to the images in a repository in a public registry.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size. Therefore, it might return a larger image size than the image sizes that are returned by DescribeImages.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `ImageNotFoundException of Types.image_not_found_exception | `InvalidParameterException of Types.invalid_parameter_exception | `RepositoryNotFoundException of Types.repository_not_found_exception | `ServerException of Types.server_exception | `UnsupportedCommandException of Types.unsupported_command_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.describe_images_request -> (Types.describe_images_response, [> Smaws_Lib.Protocols.AwsJson.error | `ImageNotFoundException of Types.image_not_found_exception | `InvalidParameterException of Types.invalid_parameter_exception | `RepositoryNotFoundException of Types.repository_not_found_exception | `ServerException of Types.server_exception | `UnsupportedCommandException of Types.unsupported_command_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.describe_images_request -> (Types.describe_images_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `ImageNotFoundException of Types.image_not_found_exception | `InvalidParameterException of Types.invalid_parameter_exception | `RepositoryNotFoundException of Types.repository_not_found_exception | `ServerException of Types.server_exception | `UnsupportedCommandException of Types.unsupported_command_exception ] * Smaws_Lib.Response.metadata) Stdlib.result