Smaws_Client_ECRPUBLIC.DeleteRepositoryDeletes a repository in a public registry. If the repository contains images, you must either manually delete all images in the repository or use the force option. This option deletes all images on your behalf before deleting the repository.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidParameterException of Types.invalid_parameter_exception
| `RepositoryNotEmptyException of Types.repository_not_empty_exception
| `RepositoryNotFoundException of Types.repository_not_found_exception
| `ServerException of Types.server_exception
| `UnsupportedCommandException of Types.unsupported_command_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_repository_request ->
(Types.delete_repository_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidParameterException of Types.invalid_parameter_exception
| `RepositoryNotEmptyException of Types.repository_not_empty_exception
| `RepositoryNotFoundException of Types.repository_not_found_exception
| `ServerException of Types.server_exception
| `UnsupportedCommandException of Types.unsupported_command_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.delete_repository_request ->
(Types.delete_repository_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidParameterException of Types.invalid_parameter_exception
| `RepositoryNotEmptyException of Types.repository_not_empty_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