Values_0.DeleteParametersResultSourceDelete a list of parameters. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.
type nonrec t = {deletedParameters : ParameterNameList.t option;The names of the deleted parameters.
*)invalidParameters : ParameterNameList.t option;The names of parameters that weren't deleted because the parameters aren't valid.
*)}type nonrec error = [ | `InternalServerError of InternalServerError.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of PSParameterName.t ] list ]) list ]