Values.DeleteRepositoryPolicyResponseSourceDeletes the repository policy associated with the specified repository.
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.
*)policyText : RepositoryPolicyText.t option;The JSON repository policy that was deleted from the repository.
*)}type nonrec error = [ | `InvalidParameterException of InvalidParameterException.t| `RepositoryNotFoundException of RepositoryNotFoundException.t| `RepositoryPolicyNotFoundException of RepositoryPolicyNotFoundException.t| `ServerException of ServerException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `RepositoryNotFoundException of RepositoryNotFoundException.t
| `RepositoryPolicyNotFoundException of RepositoryPolicyNotFoundException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `RepositoryNotFoundException of RepositoryNotFoundException.t
| `RepositoryPolicyNotFoundException of RepositoryPolicyNotFoundException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option ]