Values_1.UnlabelParameterVersionResultSourceRemove a label or labels from a parameter. Parameter names can't contain spaces. The service removes any spaces specified for the beginning or end of a parameter name. If the specified name for a parameter contains spaces between characters, the request fails with a ValidationException error.
type nonrec t = {removedLabels : ParameterLabelList.t option;A list of all labels deleted from the parameter.
*)invalidLabels : ParameterLabelList.t option;The labels that aren't attached to the given parameter version.
*)}type nonrec error = [ | `InternalServerError of Values_0.InternalServerError.t| `ParameterNotFound of Values_0.ParameterNotFound.t| `ParameterVersionNotFound of ParameterVersionNotFound.t| `TooManyUpdates of Values_0.TooManyUpdates.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `ParameterNotFound of Values_0.ParameterNotFound.t
| `ParameterVersionNotFound of ParameterVersionNotFound.t
| `TooManyUpdates of Values_0.TooManyUpdates.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `ParameterNotFound of Values_0.ParameterNotFound.t
| `ParameterVersionNotFound of ParameterVersionNotFound.t
| `TooManyUpdates of Values_0.TooManyUpdates.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of ParameterLabel.t ] list ]) list ]