Values_0.DeleteParameterResultSourceDelete a parameter from the system. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.
type nonrec error = [ | `InternalServerError of InternalServerError.t| `ParameterNotFound of ParameterNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of InternalServerError.t
| `ParameterNotFound of ParameterNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of InternalServerError.t
| `ParameterNotFound of ParameterNotFound.t
| `Unknown_operation_error of string * string option ]